/*
Theme Name: Softworks
Theme URI: https://www.softworks.com.tr
Author: Softworks
Author URI: https://www.softworks.com.tr
Version: 1.0
*/

body {
	margin: 0;
	padding: 0;
	color: #383838;
	font-size: 14px;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	background-color: #fff;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-drag: none;
	-ms-content-zooming: none;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	overflow-x: hidden;
}

body {
    -ms-touch-action: none;
}

@media all and (width:1024px) and (height:691px) and (orientation:landscape) {
	body, html {
		height: 671px;
	}
}

@media all and (width:1024px) and (height:692px) and (orientation:landscape) {
	body, html {
		height: 672px;
	}
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
}

a {
    color: #383838;
    transition: color .2s linear;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus,
input:focus,
button:focus {
    outline: none;
}

::-moz-selection {
	color: #ffffff;
	background-color: #33cc87;
    text-shadow: none;
}

::selection {
	color: #ffffff;
	background-color: #33cc87;
    text-shadow: none;
}

/* Isotope */
.isotope-options {
	position: relative;
	padding-top: 30px;
}

.isotope-item {
	margin: 0 0 30px;
}

.isotope-item.no-space {
	padding: 0 !important;
	margin: 0 !important;
}

.isotope-item img {
	display: block;
}

.isotope-item:hover {
	z-index: 10;
}

/* Line List */
ul.line-list {
    padding: 0;
    margin: 0;
	line-height: 1.7;
    list-style: none;
	font-size: 15px;
}

ul.line-list li {
    position: relative;
    padding-left: 30px;
	margin-bottom: 0.4rem;
}

ul.line-list li:before {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #282828;
}

/* Loading Bar */
.loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99999;
    transform: translateZ(0);
}

.loading-bar.overlay {
    background: rgba(0, 0, 0, .6);
}

.loading-bar .loader {
    width: 0;
    height: .3rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #33cc87;
    animation: expand 5s linear infinite;
}

@keyframes expand {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

/* Favorites */
.add-to-favorites {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 32px;
	color: #383838;
	font-weight: 300;
}

.add-to-favorites i {
	font-size: 1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
	margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
}

.get-favorites {
	position: relative;
}

.get-favorites.active .favorite-notice {
	position: absolute;
    width: 20px;
    height: 20px;
	font-size: 14px;
    text-align: center;
    background-color: #e00;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    top: 0;
	right: 0;
}

.modal-favorite-item {
	display: flex;
    align-items: flex-start;
}

.modal-favorite-item:not(:last-child) {
	margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.favorite-item-title {
	width: 100%;
}

.favorite-item-title a {
	color: #383838;
	font-weight: 500;
}

.favorite-item-title p:nth-child(1) {
	margin-bottom: 5px;
}

.favorite-item-title p:nth-child(2) {
	font-size: 13px !important;
}

.favorite-item-remove {
	font-size: 18px;
}

.favorite-item-image {
	margin-right: 10px;
}

.favorite-item-image img {
	border-radius: 4px;
}

.modal .modal-body div.modal-contents div.favorite-item-image {
	max-width: 80px !important;
	height: 80px !important;
}

/* Search */
.search-active {
	overflow: hidden !important;
}

.search-active .search {
	opacity: 1;
	visibility: visible;
}

.search {
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	background: #ffffff;
	padding: 130px 260px;
}

.search .close {
	color: #383838;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: normal;
	cursor: pointer;
}

.search form {
	margin-top: 15%;
}

.search form input {
	font-size: 44px;
	font-weight: 300;
	color: #383838;
	background: none;
	border: none;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-bottom: 40px;
}

.search form input::placeholder {
	color: #818181;
	opacity: 1;
}

.search .search-results {
	margin: 0;
    padding: 40px 90px 0px 70px;
    min-height: 220px;
    max-height: 370px;
    overflow-y: scroll;
    position: relative;
}

.search .search-results::-webkit-scrollbar {
	width: 0;
}

.search .search-results .search-no-results {
	font-size: 25px;
}

.search .search-results .search-results-item {
    display: flex;
    align-items: center;
    background-color: #fbfbfb;
    margin-bottom: 30px;
    padding: 15px 30px;
	min-height: 100px;
}

.search .search-results .search-results-item img {
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.search .search-results .search-results-item .search-results-text {
	overflow: hidden;
    margin: 0 0 0 15px;
}

.search .search-results .search-results-item .search-results-text h3 {
    color: #383838;
    font-size: 20px;
	font-weight: 500;
    text-overflow: ellipsis;
	width: 100%;
    max-width: 350px;
	margin: 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
}

.search .search-results .search-results-item .search-results-text div {
	color: #383838;
    font-size: 15px;
	word-break: break-all;
}

@media screen and (max-width: 840px) {
	.search {
	    padding: 100px 30px;
	}
	.search form input {
		font-size: 26px;
		padding-bottom: 20px;
	}
	.search .search-results .search-results-item {
		padding: 15px;
	}
	.search .search-results {
		padding: 30px 0 30px 0;
		max-height: 70vh;
	}
}

/* Cool Link */
.cool-link {
	display: inline-block;
}

.cool-link:after {
	display: block;
	content: '';
	border-bottom: solid 1px #33cc87;
	transform: scaleX(0);
	transition: transform 0.25s ease-out 0s;
}

.cool-link:hover:after {
    transform: scaleX(1);
	transition: transform 0.5s ease-out 0s;
}

.cool-link.from-right:after {
    transform-origin: left bottom;
}

.cool-link.from-right:hover:after {
    transform-origin: right bottom;
}

.cool-link.from-left:after {
    transform-origin: right bottom;
}

.cool-link.from-left:hover:after {
    transform-origin: left bottom;
}

/* Wobble Effect */
.wobble {
	transition: all .5s;
	-webkit-transition: all .5s;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-animation-name: wobble-horizontal;
	animation-name: wobble-horizontal;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes wobble-horizontal {
	5.56% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	11.11% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	16.67% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	22.22% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	27.75% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	33.33% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes wobble-horizontal {
	5.56% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	11.11% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	16.67% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	22.22% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	27.75% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	33.33% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* Notification */
.notification a.notification-close {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
}

.notification a.notification-close i:before {
    content: '\EB99';
    font-family: 'Icon' !important;
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 18px;
    font-style: normal;
    color: #ffffff;
}

/* Navigation */
@media screen and (max-width: 840px) {
    #navigation {
		display: none;
	}
}

.navigation > li {
    display: inline-block;
}

.navigation > li > a {
    display: block;
    margin: 0 12px;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #ffffff;
}

.navigation li.dropdown-menu-item {
	position: relative;
}

.navigation li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow) > a::after,
.navigation li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow) > a::after {
	font-size: 16px;
	font-family: "Icon" !important;
	color: #383838;
}


.navigation li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow) > a::after {
	content: '\EA78';
	position: absolute;
	right: 5px;
	top: 50%;
	margin: -16px 0 0;
}

.navigation li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow):hover > a:not(.button)::after {
	color: #33cc87;
}

.navigation li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow) > a::after {
	content: '\EA4E';
	margin-left: 5px;
	position: relative;
	top: 3px;
}

.navigation li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow):hover > a:not(.button)::after {
	color: #33cc87;
}

.navigation li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow):hover > a::after {
	content: '\EA78';
}

.navigation li.dropdown-menu-item > .sub-menu {
	position: absolute;
	margin-top: 10px;
	background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,.175);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding: 10px 12px;
	min-width: 175px;
	visibility: hidden;
    opacity: 0;
	z-index: 10;
}

.navigation li.dropdown-menu-item:hover > .sub-menu {
	margin-top: 0;
	visibility: visible;
    opacity: 1;
}

.navigation li.dropdown-menu-item > .sub-menu {
	left: 100%;
	top: 0;
}

.navigation li.dropdown-menu-item.dropdown-menu-first-item > .sub-menu {
	left: 0;
	top: 100%;
}

.navigation li.dropdown-menu-item .sub-menu > li {
	margin: 0 0 10px 0;
}

.navigation li.dropdown-menu-item .sub-menu > li:last-child {
	margin-bottom: 0;
}

.navigation li.dropdown-menu-item .sub-menu li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #383838;
}

.navigation li.dropdown-menu-item .sub-menu li > a > span {
	display: block;
}

.navigation li.dropdown-menu-item .sub-menu li > a > span.dropdown-menu-description {
	font-size: 11px;
	line-height: initial;
}

.navigation li.dropdown-menu-item .sub-menu li a:hover {
	color: #33cc87;
}

.navigation li.dropdown-menu-item .sub-menu li:last-child a {
	margin-bottom: 0;
}

.navigation li:hover > a {
	color: #33cc87 !important;
}

/* List */
ul.list {
	list-style: disc;
	padding-left: 18px;
}

ul.list li {
	line-height: 1.8;
}

/* Scroll Top */
.scroll-top {
	position: fixed;
    bottom: 30px;
    right: 30px;
    background: #33cc87;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    transition: 0.4s;
    cursor: pointer;
    transform: scale(0);
}

.scroll-top.changed {
	transform: scale(1);
}

.scroll-top:before {
	color: #ffffff;
	font-family: 'Icon' !important;
	content: '\EA78';
	font-size: 30px;
}

@media (hover: hover){
    .scroll-top:hover {
        opacity: .8;
    }
}

@media only screen and (max-width: 1199px){
    .scroll-top { display: none; }
}

/* Table */
.table  {
	width:100%;
	max-width:100%;
	color:#495057;
}

.table-bordered {
	border:solid 1px #dddddd;
}

.table-bordered > thead > tr > th {
	font-weight:500;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
	border:solid 1px #dddddd;
}

.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th {
	padding: .75rem;
	line-height:1.42857143;
	border-top:solid 1px #dddddd;
	vertical-align:top;
	text-align: left;
}

.table > thead:first-child > tr:first-child > th {
	border-top:none;
}

.table > thead > tr > th {
	background:#f5f5f5;
}

.table tbody tr:hover {
    background-color: #fafafa;
}

/* Table Responsive */
.table-responsive {
	border: 0;
}

.table-responsive thead {
	display: none;
}

.table-responsive tr {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.table-responsive tr:last-child {
	margin-bottom: 0;
}

.table-responsive td {
	display: block;
	text-align: right;
	font-size: 13px;
	border-bottom: none !important;
}

.table-responsive td:last-child {
	border-bottom: 0;
}

.table-responsive td:before {
	float: left;
	content: attr(data-label);
	font-weight: 500;
}

/* Panel */
.panel {
	margin-bottom: 20px;
    background-color: #fff;
}

.panel .panel-heading {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	background-color: #33cc87;
}

.panel .panel-body {
	padding: 10px 15px;
	border: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
	.panel img {
		width: 100%;
	}
}

.panel-list li {
	font-size: 15px;
    font-weight: 300;
    padding: 7px 13px;
	line-height: 1.6;
	position: relative;
}

.panel-list li::before {
	background-color: #99ca6a;
	content: '';
	position: absolute;
	left: 0px;
	top: 18px;
	padding: 3px;
}

.panel-list li:hover a,
.panel-list li.active a {
	color: #33cc87;
}

/* Item */
.item {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

body.single .item,
body.page .item {
	border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.item .item-heading h1,
.item .item-heading h2,
.item .item-heading h3,
.item .item-heading h4,
.item .item-heading h5 {
	margin-top: 0;
	margin-bottom: 15px;
}

.item .item-heading h1 a,
.item .item-heading h2 a,
.item .item-heading h3 a,
.item .item-heading h4 a,
.item .item-heading h5 a {
	color: #000000;
}

.item .item-heading h1 a:hover,
.item .item-heading h2 a:hover,
.item .item-heading h3 a:hover,
.item .item-heading h4 a:hover,
.item .item-heading h5 a:hover {
	color: #33cc87;
}

.item .item-image {
    margin: 0 0 15px;
	position: relative;
	overflow: hidden;
	border-radius: .25rem;
}

.item .item-image a {
	display: block;
}

.item .item-image img {
	width: 100%;
	height: 320px;
    object-fit: cover;
	display: block;
}

@media screen and (max-width: 767px) {
	.item .item-image img {
		height: 180px;
	}
}

.item-share-title {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 5px;
}

.item-share-buttons {
	margin-bottom: 15px;
}

.item-share-buttons a {
	font-size: 12px;
	display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
	background-color: #dddddd;
	border-radius: .25rem;
}

.item-share-buttons a:hover {
	opacity: .8;
}

.item-share-buttons a.facebook,
.item-share-buttons a.facebook:hover {
	color: #ffffff;
	background-color: #3b5998;
}

.item-share-buttons a.twitter,
.item-share-buttons a.twitter:hover {
	color: #ffffff;
	background-color: #55acee;
}

.item-share-buttons a.pinterest,
.item-share-buttons a.pinterest:hover {
	color: #ffffff;
	background-color: #cc2127;
}

.item-share-buttons a.linkedin,
.item-share-buttons a.linkedin:hover {
	color: #ffffff;
	background-color: #0077B5;
}

.item-meta {
	margin-top: 15px;
}

/* Tabs */
.tab {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-head > ul > li {
	float: left;
    margin-bottom: -1px;
	position: relative;
    display: block;
}

.tab-head > ul:before,
.tab-head > ul:after{content:'';display:table}
.tab-head > ul:after{clear:both}

.tab-head > ul > li > a {
	background-color: transparent;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    border: none;
    color: #333333;
    cursor: pointer;
    line-height: 30px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
	margin-right: 2px;
	position: relative;
	display: block;
	padding: 8px 12px;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.tab-head > ul > li.active > a {
    background-color: #33cc87;
    color: #ffffff;
    border: 0;
}

.tab-content {
	background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #eeeeee;
    color: #797979;
}

.tab-content > div {
	display: none;
}

.tab-content > div.active {
	display: block;
}

/* Sticky Styles */
.sticky-queue {
	width: 250px;
	position: fixed;
	z-index: 999;
}

.sticky-note {
	padding-right: 20px;
}

.sticky {
	font-size: 12px;
	color: #ffffff;
	display: none;
	padding: 15px;
	position: relative;
	margin: 5px 0 0;
	border-radius: 4px;
	line-height: 1.5;
	background-color: #33cc87;
}

.sticky.success {
	background-color: #8dc63f;
}

.sticky.warning {
	background-color: #ffba00;
}

.sticky.danger {
	background-color: #e33244;
}

.sticky-queue.top-right {
	right: 20px;
}

.sticky-queue.top-left {
	left: 20px;
}

.sticky-queue.top-right,
.sticky-queue.top-left {
	top: -2px;
}

.sticky-queue.bottom-right {
	right: 20px;
}

.sticky-queue.bottom-left {
	left: 20px;
}

.sticky-queue.bottom-right,
.sticky-queue.bottom-left {
	bottom: 20px;
}

/* Pagination */
.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination ul li {
	display: inline-block;
    margin: 0 5px;
}

.pagination ul li a {
	color: #cccccc;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
    float: left;
	position: relative;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination ul li.active > a,
.pagination ul li.active > a:focus,
.pagination ul li.active > a:hover,
.pagination ul li.active > span,
.pagination ul li.active > span:focus,
.pagination ul li.active > span:hover {
	border-color: #33cc87;
    background-color: #33cc87;
	color: #ffffff;
}

/* BreadCrumbs */
.breadcrumbs {
	margin-bottom: 15px;
}

.breadcrumbs > ul {
	padding: 0;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	background-color: transparent;
	list-style: none;
}

.breadcrumbs > ul > li {
    display: inline-block;
	margin-bottom: 0 !important;
	font-weight: 300;
}

.breadcrumbs > ul > li + li:before {
    color: #33cc87;
    padding: 0 5px;
	position: relative;
	top: 3px;
    font-family: 'Icon' !important;
    content: '\EA6E';
    font-size: 16px;
}

.breadcrumbs a {
	color: #383838;
}

.breadcrumbs a:hover {
	color: #383838;
}

@media screen and (max-width: 767px) {
	.breadcrumbs {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin-bottom: 0.5rem;
		padding: 15px 0;
	}
	.breadcrumbs ul {
	    display: flex;
	    padding: 0;
	    margin: 0;
	    align-items: center;
	}
	.breadcrumbs > ul > li {
		flex: none;
	}
}

/* Thumbnail */
.thumbnail {
	display: block;
    position: relative;
    overflow: hidden;
    line-height: 1.42857143;
    background-color: #ffffff;
}

.thumbnail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: .25rem;
}

.thumbnail.thumbnail-medium img {
	height: 280px;
}

.thumbnail.thumbnail-large img {
	height: 380px;
}

@media screen and (max-width: 767px) {
	.thumbnail img {
		height: 160px;
	}
	.thumbnail.thumbnail-medium img {
		height: 180px;
	}
	.thumbnail.thumbnail-large img {
		height: 220px;
	}
}

/* Results */
.results {
	text-align: center;
}

/* WhatsApp */
.whatsapp-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}

.whatsapp-notice {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #e00;
	border-radius: 50%;
	line-height: 20px;
	color: #fff;
	top: -5px;
}

.whatsapp-button .whatsapp-button-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 165px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    padding: 8px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

.whatsapp-button .whatsapp-button-icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}

.whatsapp-button .whatsapp-button-icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc4LjE2NSA0NzguMTY1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzguMTY1IDQ3OC4xNjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPg0KPGc+DQoJPHBhdGggaWQ9IldoYXRzQXBwIiBkPSJNNDc4LjE2NSwyMzIuOTQ2YzAsMTI4LjU2Ny0xMDUuMDU3LDIzMi45NjYtMjM0LjY3OSwyMzIuOTY2Yy00MS4xMDIsMC03OS44MTQtMTAuNTk5LTExMy40NDUtMjguOTY5ICAgTDAsNDc4LjE2NWw0Mi40MzctMTI1LjA0Yy0yMS40MzgtMzUuMDY1LTMzLjc3LTc2LjIwNy0zMy43Ny0xMjAuMTU5QzguNjY3LDEwNC4zNCwxMTMuNzYzLDAsMjQzLjQ4NSwwICAgQzM3My4xMDgsMCw0NzguMTY1LDEwNC4zNCw0NzguMTY1LDIzMi45NDZ6IE0yNDMuNDg1LDM3LjA5OGMtMTA4LjgwMiwwLTE5Ny40MjIsODcuODAzLTE5Ny40MjIsMTk1Ljg2OCAgIGMwLDQyLjkxNSwxMy45ODYsODIuNjAzLDM3LjU3NiwxMTQuODc5bC0yNC41ODYsNzIuNTQybDc1Ljg0OS0yMy45NjhjMzEuMTIxLDIwLjQ4MSw2OC40NTcsMzIuMjk2LDEwOC41ODMsMzIuMjk2ICAgYzEwOC43MjMsMCwxOTcuMzIzLTg3Ljg0MywxOTcuMzIzLTE5NS45MDhDNDQwLjgwOCwxMjQuOTIxLDM1Mi4yMDgsMzcuMDk4LDI0My40ODUsMzcuMDk4eiBNMzYxLjkzMSwyODYuNjIgICBjLTEuMzk1LTIuMzMxLTUuMjItMy43NDYtMTAuODk4LTYuODE0Yy01LjkxNy0yLjg0OS0zNC4wODktMTYuNDk3LTM5LjUwOC0xOC4zN2MtNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEsMi44MjkgICBjLTQuMDA1LDUuNjM4LTE0LjkwMywxOC42MjktMTguMjMsMjIuMzU0Yy0zLjU0NiwzLjc4NS02Ljg1NCw0LjI2NC0xMi41NTIsMS40MzVjLTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxICAgYy0xNy4wNTUtMTUuMDQyLTI4LjY3LTMzLjcxMS0zMS45OTctMzkuNTA4Yy0zLjQyNy01Ljc1OC0wLjM5OC04LjgyNiwyLjQ3MS0xMS42MzVjMi42OS0yLjU5LDUuNzc4LTYuNzM0LDguNjI3LTEwLjA0MSAgIGMyLjk2OS0zLjI4NywzLjkwNS01LjYzOCw1Ljc5OC05LjQyNGMxLjkxMy0zLjkwNSwwLjkzNi03LjE5Mi0wLjQ3OC0xMC4xNDFjLTEuNDE1LTIuODQ5LTEzLjAxLTMwLjg4MS0xNy43NTItNDIuMzM3ICAgYy00Ljg0MS0xMS40MTYtOS41NDMtOS41MjMtMTIuODcxLTkuNTIzYy0zLjQ2NywwLTcuMjEyLTAuNDc4LTExLjExNy0wLjQ3OGMtMy43ODUsMC0xMC4wNDEsMS4zOTUtMTUuMzgxLDcuMTkyICAgYy01LjIsNS42NTgtMjAuMTIzLDE5LjQ2NS0yMC4xMjMsNDcuNTk3YzAsMjguMDUyLDIwLjYwMSw1NS4zMDgsMjMuNTUsNTkuMDUzYzIuODY5LDMuNzg1LDM5Ljc0Nyw2My4xOTcsOTguMzAzLDg2LjA3ICAgYzU4LjQ3NiwyMi44NzIsNTguNDc2LDE1LjMyMSw2OS4xMTUsMTQuMzY1YzEwLjM4LTAuOTU2LDM0LjA2OS0xMy44NjcsMzguODExLTI3LjA5NiAgIEMzNjMuMzQ1LDMwMC4zMDcsMzYzLjM0NSwyODguOTkxLDM2MS45MzEsMjg2LjYyeiIgZmlsbD0iI0ZGRkZGRiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

@media screen and (max-width: 767px) {
	.whatsapp-button {
		bottom: 15px;
	}
	.whatsapp-button.whatsapp-button-left {
		left: 15px !important;
	}
	.whatsapp-button.whatsapp-button-right {
		right: 15px !important;
	}
}

/* 404 Not Found */
.error-content-wrap {
	padding: 2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: calc(100vh - 3.75rem);
}

.error-content-wrap h1,
.error-content-wrap h2,
.error-content-wrap h3,
.error-content-wrap h4 {
	font-weight: 400;
}

.error-content {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10rem;
	max-width: 51.25rem !important;
}

.error-title {
    line-height: 1;
	margin-top: 0;
	margin-bottom: 2rem;
    font-weight: 600;
    font-size: 8rem;
    color: #282828;
}

@media (min-width: 768px) {
	.error-title {
		font-size: 12.25rem;
	}
}

.error-sub-title {
    font-size: 1.5rem;
    color: #1b1e24;
}

@media screen and (max-width: 767px) {
	.error-content-wrap figure {
		display: none !important;
	}
}

/* Construction Mode */
.construction-content-wrap {
	padding: 2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: calc(100vh - 3.75rem);
}

.construction-content-wrap h1,
.construction-content-wrap h2,
.construction-content-wrap h3,
.construction-content-wrap h4 {
	font-weight: 400;
}

.construction-content {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 12rem;
	max-width: 51.25rem !important;
}

.construction-logo {
	margin-bottom: 2rem;
}

.construction-logo img {
	max-width: 250px;
	max-height: 250px;
}

.construction-title {
	margin: 0 !important;
    font-weight: 600;
    font-size: 2.6rem;
    color: #282828;
}

@media (min-width: 768px) {
	.construction-title {
		font-size: 3rem;
	}
}

.construction-sub-title {
	color: #1b1e24;
    font-size: 1.5rem;
	margin-top: 5px;
}

.construction-phone {
	margin-bottom: 10px;
}

.construction-phone,
.construction-email {
    font-size: 1.1rem;
}

/* Expired License */
.expired-license {
	margin-top: 125px;
	margin-bottom: 125px;
}

.expired-license a { color: #33cc87 !important; }
.expired-license a:hover { color: #33cc87 !important; }

/* Cookie Consent */
.cookieconsent-window {
	opacity: 1;
	position: fixed;
    left: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #121315;
    padding: 20px;
    border-radius: 3px;
    z-index: 999;
    box-shadow: 0 3px 30px rgb(0 0 0 / 35%);
	font-family: Helvetica, Calibri, Arial, sans-serif;
}

.cookieconsent-window .cookieconsent-message {
	display: block;
	margin: 0 0 15px;
	line-height: 1.25rem;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.5);
}

.cookieconsent-window.cookieconsent-invisible {
	opacity: 0;
}

.cookieconsent-animate.cookieconsent-revoke {
	transition: transform 1s ease;
}

.cookieconsent-animate.cookieconsent-revoke.cookieconsent-top {
	transform: translateY(-2em);
}

.cookieconsent-animate.cookieconsent-revoke.cookieconsent-bottom {
	transform: translateY(2em);
}

.cookieconsent-animate.cookieconsent-revoke.cookieconsent-active.cookieconsent-bottom,
.cookieconsent-animate.cookieconsent-revoke.cookieconsent-active.cookieconsent-top,
.cookieconsent-revoke:hover {
	transform: translateY(0);
}

.cookieconsent-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}

.cookieconsent-link,
.cookieconsent-revoke:hover {
	border-bottom: 1px dotted rgba(255,255,255,0.85);
}

.cookieconsent-window.cookieconsent-static {
	position: static;
}

.cookieconsent-window.cookieconsent-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cookieconsent-revoke {
	padding: .5em;
}

.cookieconsent-header {
	font-size: 18px;
	font-weight: 700;
}

.cookieconsent-btn,
.cookieconsent-close,
.cookieconsent-link,
.cookieconsent-revoke {
	cursor: pointer;
}

.cookieconsent-link {
	opacity: .8;
	display: inline-block;
	padding: .2em 0 0;
	margin: 0;
}

.cookieconsent-link:hover {
	opacity: 1;
}

.cookieconsent-link:active,
.cookieconsent-link:visited {
	color: initial;
}

.cookieconsent-btn {
	display: block;
	padding: .6em .8em;
	font-size: 12px;
	font-weight: 400;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
}

.cookieconsent-banner .cookieconsent-btn:last-child {
	min-width: 140px;
}

.cookieconsent-highlight .cookieconsent-btn:first-child {
	background-color: transparent;
	border-color: transparent;
}

.cookieconsent-highlight .cookieconsent-btn:first-child:focus,
.cookieconsent-highlight .cookieconsent-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}

.cookieconsent-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75;
}

.cookieconsent-close:focus,
.cookieconsent-close:hover {
	opacity: 1;
}

.cookieconsent-revoke.cookieconsent-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}

.cookieconsent-revoke.cookieconsent-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

.cookieconsent-revoke.cookieconsent-left {
	left: 3em;
	right: unset;
}

.cookieconsent-revoke.cookieconsent-right {
	right: 3em;
	left: unset;
}

.cookieconsent-top {
	top: 1em;
}

.cookieconsent-left {
	left: 1em;
}

.cookieconsent-right {
	right: 1em;
}

.cookieconsent-floating > .cookieconsent-link {
	margin-bottom: 1em;
}

.cookieconsent-floating .cookieconsent-message {
	display: block;
	margin-bottom: 1em;
}

.cookieconsent-window.cookieconsent-floating .cookieconsent-compliance {
	-ms-flex: 1;
	flex: 1;
}

.cookieconsent-banner.cookieconsent-top {
	left: 0;
	right: 0;
	top: 0;
}

.cookieconsent-btn+.cookieconsent-btn {
	margin-left: .5em;
}

@media print {
	.cookieconsent-revoke,
	.cookieconsent-window {
		display: none;
	}
}

@media screen and (max-width:900px) {
	.cookieconsent-btn {
		white-space: normal;
	}
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
	.cookieconsent-window {
		left: 0 !important;
		border-radius: 0 !important;
	}
	.cookieconsent-window.cookieconsent-top {
		top: 0;
	}
	.cookieconsent-window.cookieconsent-bottom {
		bottom: 0;
	}
	.cookieconsent-window.cookieconsent-banner,
	.cookieconsent-window.cookieconsent-left,
	.cookieconsent-window.cookieconsent-right {
		left: 0;
		right: 0;
	}
	.cookieconsent-window.cookieconsent-banner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cookieconsent-window.cookieconsent-banner .cookieconsent-compliance {
		-ms-flex: 1;
		flex: 1;
	}
	.cookieconsent-window.cookieconsent-floating {
		max-width: none;
	}
	.cookieconsent-window .cookieconsent-message {
		margin-bottom: 1em;
	}
	.cookieconsent-window.cookieconsent-banner {
		-ms-flex-align: unset;
		align-items: unset;
	}
}

.cookieconsent-floating.cookieconsent-theme-classic {
	padding: 1.2em;
	border-radius: 0;
}

.cookieconsent-floating.cookieconsent-type-info.cookieconsent-theme-classic .cookieconsent-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}

.cookieconsent-theme-classic .cookieconsent-btn:last-child {
	min-width: 140px;
}

.cookieconsent-floating.cookieconsent-type-info.cookieconsent-theme-classic .cookieconsent-btn {
	display: inline-block;
}

.cookieconsent-theme-edgeless.cookieconsent-window {
	padding: 0;
}

.cookieconsent-floating.cookieconsent-theme-edgeless .cookieconsent-message {
	margin: 2em 2em 1.5em;
}

.cookieconsent-banner.cookieconsent-theme-edgeless .cookieconsent-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%;
}

.cookieconsent-banner.cookieconsent-theme-edgeless .cookieconsent-message {
	margin-left: 1em;
}

.cookieconsent-floating.cookieconsent-theme-edgeless .cookieconsent-btn + .cookieconsent-btn {
	margin-left: 0;
}

/* Security Code */
.security-code {
	border: 1px solid #eeeeee;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: .25rem;
}

.security-code img {
	max-width: 90%;
	max-height: 90%;
}

.security-code-group .input-inline {
	width: auto !important;
}

.security-code-group .input-inline:nth-child(1) {
	flex-grow: 1 !important;
}

.security-code-group .input-inline:nth-child(2) {
	flex-grow: 6 !important;
}

/* Recent Entries */
.widget_recent_entries li {
	margin-bottom: 10px;
}

.widget_recent_entries li:last-child {
	margin-bottom: 0;
}

/* Softworks Signature */
#softworks-signature {
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
}

#softworks-signature .softworks-signature-logo {
	width: 68px;
	display: flex;
	align-items: center;
}

#softworks-signature .softworks-signature-line {
	width: 1px;
    height: 20px;
	margin: 0 8px;
	background-color: #383838;
	opacity: .7;
}

#softworks-signature .softworks-signature-text {
	color: #000000;
	font-size: 13px;
    font-weight: 300;
	font-family: 'Inter', sans-serif;
}

/* Main Menu */
body.menu-nav-open {
	overflow-y: hidden;
}

.menu-offcanvas-nav {
	visibility: hidden;
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	text-align: left;
}

.menu-offcanvas-nav.is-ios * {
	cursor: pointer !important;
}

.menu-offcanvas-nav .nav-container {
	position: fixed;
	z-index: 9998;
	top: 0;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	transition: transform .3s ease;
}

.menu-offcanvas-nav .nav-wrapper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

.menu-offcanvas-nav .nav-content {
	height: 100%;
}

.menu-offcanvas-nav .nav-wrapper-0>.nav-content {
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto;
	box-sizing: border-box;
}

.menu-offcanvas-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-offcanvas-nav li {
	position: relative;
	display: block;
}

.menu-offcanvas-nav li.level-open>.nav-wrapper {
	visibility: visible;
}

.menu-offcanvas-nav li:not(.custom-content) a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
}

.menu-offcanvas-nav li:not(.custom-content) a[disabled] {
	cursor: not-allowed;
}

.menu-offcanvas-nav li:not(.custom-content) a,
.menu-offcanvas-nav li:not(.custom-content) a:hover {
	text-decoration: none;
}

.menu-offcanvas-nav li.nav-item > div > a {
	padding: 12px 17px;
}

.menu-offcanvas-nav li.nav-item > div > a > span {
	display: block;
}

.menu-offcanvas-nav li.nav-item > div > a > span.dropdown-menu-description {
	margin: 5px 0 0;
    font-size: 12px;
}

.menu-offcanvas-nav input[type="checkbox"] {
	display: none;
}

.menu-offcanvas-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}

.menu-offcanvas-nav .nav-item-wrapper {
	position: relative;
}

.menu-offcanvas-nav .nav-item-link {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.menu-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.menu-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
	outline: none;
}

.menu-offcanvas-nav .nav-close:focus,
.menu-offcanvas-nav .nav-next:focus,
.menu-offcanvas-nav .nav-back:focus {
	z-index: 10;
}

.menu-offcanvas-nav.disable-body::after,
.menu-offcanvas-nav .nav-wrapper::after {
	content: '';
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s,opacity .4s ease;
}

.menu-offcanvas-nav.disable-body::after {
	position: fixed;
}

.menu-offcanvas-nav .nav-wrapper::after {
	position: absolute;
}

.menu-offcanvas-nav.disable-body.nav-open::after,
.menu-offcanvas-nav .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s;
}

.menu-offcanvas-nav:not(.nav-open)::after {
	pointer-events: none;
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
	display: none;
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
	max-height: 100vh;
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto;
	box-sizing: border-box;
	max-height: 100vh;
}

.menu-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
	transition: height 0s ease .4s;
}

.menu-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none;
	overflow: visible;
	visibility: visible;
}

.menu-offcanvas-nav.nav-levels-overlap .nav-content {
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto;
	box-sizing: border-box;
	max-height: 100vh;
}

.menu-offcanvas-nav.nav-levels-overlap .nav-wrapper {
	max-height: 100vh;
}

.menu-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s,transform .4s ease;
}

.menu-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
	position: static;
}

.menu-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: transform .4s ease;
}

.menu-offcanvas-nav.nav-position-left {
	left: 0;
}

.menu-offcanvas-nav.nav-position-left .nav-container {
	left: 0;
}

.menu-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.menu-offcanvas-nav.nav-position-right {
	right: 0;
}

.menu-offcanvas-nav.nav-position-right .nav-container {
	right: 0;
}

.menu-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

.menu-offcanvas-nav.nav-position-top {
	top: 0;
}

.menu-offcanvas-nav.nav-position-top .nav-container {
	top: 0;
	width: 100%;
}

.menu-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(0, -100%, 0);
}

.menu-offcanvas-nav.nav-position-bottom {
	top: auto;
	bottom: 0;
}

.menu-offcanvas-nav.nav-position-bottom .nav-container {
	top: auto;
	bottom: 0;
	width: 100%;
}

.menu-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(0, 100%, 0);
}

.menu-offcanvas-nav.nav-open[class*='menu-nav-'] div.nav-container {
	transform: translate3d(0, 0, 0);
}

.menu-offcanvas-nav.rtl {
	text-align: right;
	direction: rtl;
}

.menu-nav-trigger {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	/* top: -4px;
	right: 10px; */
	z-index: 9980;
	width: 30px;
	min-height: 24px;
}

.menu-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%;
}

.menu-nav-trigger span,
.menu-nav-trigger span::before,
.menu-nav-trigger span::after {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	border-radius: 4px;
	background-color: #ffffff;
}

.menu-nav-trigger span::before,
.menu-nav-trigger span::after {
	content: '';
	width: 100%;
}

.menu-nav-trigger span::before {
	top: -9px;
}

.menu-nav-trigger span::after {
	bottom: -9px;
}

/*
.menu-nav-trigger.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg);
}

.menu-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0);
}

.menu-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0);
}
*/

.menu-offcanvas-nav {
	font-family: 'Inter', sans-serif;
}

.menu-offcanvas-nav::after,
.menu-offcanvas-nav .nav-wrapper::after {
	background: rgba(0,0,0,0.6);
}

.menu-offcanvas-nav .nav-container,
.menu-offcanvas-nav .nav-wrapper,
.menu-offcanvas-nav ul {
	background: #fff;
}

.menu-offcanvas-nav .nav-content>h2,
.menu-offcanvas-nav .nav-content>h3,
.menu-offcanvas-nav .nav-content>h4,
.menu-offcanvas-nav .nav-content>h5,
.menu-offcanvas-nav .nav-content>h6 {
	font-size: 18px;
	font-weight: 500;
	padding: 5px 15px;
	color: #383838;
}

.menu-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title),
.menu-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title),
.menu-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title),
.menu-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title),
.menu-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
	font-size: 16px;
	padding: 15px 17px;
	background: #33cc87;
}

.menu-offcanvas-nav .nav-item-link,
.menu-offcanvas-nav li.nav-close a,
.menu-offcanvas-nav .nav-back a {
	padding: 14px 17px;
	font-size: 14px;
	color: #383838;
	z-index: 1;
	background: rgba(0,0,0,0);
	/* border-bottom: 1px solid #efe6f0; */
	transition: background .1s ease;
}

.menu-offcanvas-nav .nav-item-link:focus,
.menu-offcanvas-nav .nav-item-link:focus-within,
.menu-offcanvas-nav li.nav-close a:focus,
.menu-offcanvas-nav li.nav-close a:focus-within,
.menu-offcanvas-nav .nav-back a:focus,
.menu-offcanvas-nav .nav-back a:focus-within {
	z-index: 10;
}

.menu-offcanvas-nav .nav-item-link[disabled],
.menu-offcanvas-nav li.nav-close a[disabled],
.menu-offcanvas-nav .nav-back a[disabled] {
	color: rgba(255,255,255,0.5);
}

.menu-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link {
	border-top: none !important;
}

.menu-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
	/* background: #31679e; */
}

.menu-offcanvas-nav .nav-custom-content {
	padding: 14px 17px;
	font-size: 14px;
	border-bottom: 1px solid #efe6f0;
}

.menu-offcanvas-nav .nav-highlight {
	background: #2e6296;
}

.menu-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
	/* border-top: 1px solid #efe6f0; */
}

.menu-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
	/* border-top: 1px solid #efe6f0; */
}

.menu-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
	border-bottom: 2px solid #efe6f0;
}

.menu-offcanvas-nav .nav-wrapper>.nav-content>ul+h2,
.menu-offcanvas-nav .nav-wrapper>.nav-content>ul+h3,
.menu-offcanvas-nav .nav-wrapper>.nav-content>ul+h4,
.menu-offcanvas-nav .nav-wrapper>.nav-content>ul+h5,
.menu-offcanvas-nav .nav-wrapper>.nav-content>ul+h6 {
	margin-top: -2px;
}

.menu-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.menu-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.menu-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.menu-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.menu-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
	/* border-top: 1px solid #efe6f0; */
}

.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5,
.menu-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6 {
	border-top: 1px solid #efe6f0;
}

.menu-offcanvas-nav li {
	color: #fff;
}

.menu-offcanvas-nav li.nav-parent .nav-item-link:last-child {
	padding-right: 58px;
}

.menu-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
	margin-right: 45px;
}

.menu-offcanvas-nav .nav-close-button span,
.menu-offcanvas-nav .nav-parent .nav-next,
.menu-offcanvas-nav .nav-back span {
	width: 45px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	cursor: pointer;
	transition: background .1s ease;
}

.menu-offcanvas-nav .nav-close-button {
	position: relative;
	display: block;
}

.menu-offcanvas-nav .nav-close-button span::before,
.menu-offcanvas-nav .nav-close-button span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: 0;
	border-top: 2px solid #383838;
	border-left: 2px solid #383838;
}

.menu-offcanvas-nav .nav-close-button span::before {
	margin-left: -8px;
	transform: rotate(135deg);
}

.menu-offcanvas-nav .nav-close-button span::after {
	transform: rotate(-45deg);
}

.menu-offcanvas-nav .nav-content>.nav-close {
	/* display: none !important; */
	position: relative;
	z-index: 2;
}

.menu-offcanvas-nav .nav-content>.nav-close a {
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,0);
	z-index: 1;
	text-decoration: none;
	box-sizing: border-box;
}

.menu-offcanvas-nav .nav-content>.nav-close a:not(.has-label) {
	height: 50px;
}

.menu-offcanvas-nav .nav-content>.nav-close a.has-label {
	padding: 14px 17px;
	border-top: 1px solid #efe6f0;
}

.menu-offcanvas-nav .nav-content>.nav-close a:hover {
	border: none;
	background: radial-gradient(farthest-corner at top right, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

.menu-offcanvas-nav .nav-content>.nav-close.has-label+ul {
	margin-top: -1px;
}

.menu-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close {
	margin-bottom: -1px;
}

.menu-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
	position: absolute;
	width: 45px;
	height: 66px;
	line-height: 66px;
	top: -66px;
	right: 0;
}

.menu-offcanvas-nav.nav-close-button-empty .nav-title {
	/* display: none !important; */
	padding-right: 55px;
}

.menu-offcanvas-nav li.nav-close a:not(.has-label) {
	height: 49px;
}

.menu-offcanvas-nav .nav-content>.nav-close:first-child a,
.menu-offcanvas-nav .nav-title+.nav-close a.has-label,
.menu-offcanvas-nav li.nav-close a,.menu-offcanvas-nav .nav-back a {
	background: #f5f5f5;
	/* border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada; */
}

.menu-offcanvas-nav li.nav-close:not(:first-child) a,
.menu-offcanvas-nav li.nav-back:not(:first-child) a {
	margin-top: -1px;
}

.menu-offcanvas-nav a.nav-next {
	/* border-left: 1px solid #efe6f0;
	border-bottom: 1px solid #efe6f0; */
}

.menu-offcanvas-nav .nav-next span::before,
.menu-offcanvas-nav .nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #383838;
	border-left: 2px solid #383838;
	transform-origin: center;
}

.menu-offcanvas-nav .nav-next span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.menu-offcanvas-nav .nav-next span::before {
	transform: translate(-50%, -50%) rotate(135deg);
}

.menu-offcanvas-nav .nav-back span::before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.menu-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
	box-shadow: -1px 0 2px rgba(0,0,0,0.2);
}

.menu-offcanvas-nav.nav-position-right .nav-next span::before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-offcanvas-nav.nav-position-right .nav-back span::before {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(135deg);
}

.menu-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.menu-offcanvas-nav.nav-position-top .nav-next span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.menu-offcanvas-nav.nav-position-top .nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
	box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
}

.menu-offcanvas-nav.nav-position-bottom .nav-next span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-offcanvas-nav.nav-position-bottom .nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.menu-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
.menu-offcanvas-nav.nav-levels-none ul .nav-wrapper {
	box-shadow: none;
	background: transparent;
}

.menu-offcanvas-nav.nav-levels-expand li.level-open,
.menu-offcanvas-nav.nav-levels-none li.level-open {
	background: #2e6296;
}

.menu-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a,
.menu-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
	border-bottom: 1px solid #295887;
}

.menu-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover,
.menu-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
	background: #2f649a;
}

.menu-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before,
.menu-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before,
.menu-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before,
.menu-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before {
	margin-top: -2px;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
.menu-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
	padding-left: calc(17px + 20px * 1);
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
.menu-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
	padding-left: calc(17px + 20px * 2);
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
.menu-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
	padding-left: calc(17px + 20px * 3);
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
.menu-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
	padding-left: calc(17px + 20px * 4);
}

.menu-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
.menu-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
	padding-left: calc(17px + 20px * 5);
}

.menu-offcanvas-nav.rtl a.nav-next {
	border-left: none;
	border-right: 1px solid #efe6f0;
}

.menu-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label),
.menu-offcanvas-nav.rtl .nav-close-button span,.menu-offcanvas-nav.rtl .nav-next,
.menu-offcanvas-nav.rtl .nav-back span {
	left: 0;
	right: auto;
}

.menu-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
	padding-left: 58px;
	padding-right: 17px;
}

.menu-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
	margin-left: 45px;
	margin-right: 0;
}

.menu-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
	padding-right: calc(17px + 20px * 1);
}

.menu-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
	padding-right: calc(17px + 20px * 2);
}

.menu-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
	padding-right: calc(17px + 20px * 3);
}

.menu-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
	padding-right: calc(17px + 20px * 4);
}

.menu-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
	padding-right: calc(17px + 20px * 5);
}

/* Cart Info */
.cart-info {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
}

.cart-info .cart-info-inside {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	color: #110213;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
}

.cart-info .cart-info-inside svg {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin-right: 20px;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.cart-info .cart-info-inside svg circle {
	float: left;
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #33cc87;
	fill: none;
	animation: stroke .6s cubic-bezier(.65, 0, .45, 1) 2;
}

.cart-info .cart-info-inside svg path {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke .3s cubic-bezier(.65, 0, .45, 1) .8s forwards;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {
	0%,100% {
		transform: none;
	}

	50% {
		transform: scale3d(1.1,1.1,1);
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0 0 0 30px #33cc87;
	}
}

/* Cart Notice */
.get-cart-items {
	position: relative;
}

.get-cart-items.active .cart-notice {
	position: absolute;
    width: 20px;
    height: 20px;
	font-size: 14px;
    text-align: center;
    background-color: #e00;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    top: 0;
	right: 0;
}

/* Cart Modal */
.modal-cart-item {
	display: flex;
    align-items: flex-start;
}

.modal-cart-item:not(:last-child) {
	margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.cart-item-title {
	width: 100%;
}

.cart-item-title a {
	color: #383838;
	font-weight: 500;
}

.cart-item-title p:nth-child(1) {
	margin-bottom: 5px;
}

.cart-item-title p:nth-child(2) {
	font-size: 13px !important;
}

.cart-item-remove {
	font-size: 18px;
}

.cart-item-image {
	margin-right: 10px;
}

.cart-item-image img {
	border-radius: 4px;
}

.modal .modal-body div.modal-contents div.cart-item-image {
	max-width: 80px !important;
	height: 80px !important;
}

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container,
.container-sm,
.container-wide,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm,
    .container-wide {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-wide {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-wide {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-wide {
        max-width: 1200px;
    }
    .container-sm {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container,
    .container-wide {
        max-width: 1320px;
    }
    .container-sm {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
	.container-wide {
		max-width: 1600px;
	}
}

@media (min-width: 1800px) {
	.container-wide {
		max-width: 1800px;
	}
}

.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.row:not(.no-last-child):last-child {
    margin-bottom: 0;
}

.container .row.no-space [class^="col-"],
.container-fluid .row.no-space [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container .row.no-space,
.container .row.no-space .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .row .col,
    .row [class*=col-] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

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

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

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

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/* Sections */
.section {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	padding: 40px 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #ffffff;
}

.section-h-auto {
	min-height: 18.75rem;
}

.section-h-50 {
	min-height: 50vh;
}

.section-h-high {
	min-height: 75vh;
}

.section-h-full {
	min-height: 100vh;
}

@media screen and (max-width: 640px) {
    .section-h-auto {
    	height: auto;
    	min-height: 12.5rem;
    }

    .section-h-50 {
    	min-height: 25vh;
    }

    .section-h-high {
    	min-height: 37.5vh;
    }

    .section-h-full {
    	min-height: 50vh;
    }
}

.section-sm,
.section-md,
.section-lg,
.section-xl,
.section-xxl {
	padding: 45px 0;
}

@media (min-width: 768px) {
	.section-md {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-lg {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-xl {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-xxl {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.section-xl {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media (min-width: 1200px) {
	.section-md {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-lg {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-xl {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.section-xxl {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media (min-width: 1600px) {
	.section-lg {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.section-xl {
		padding-top: 165px;
		padding-bottom: 165px;
	}
	.section-xxl {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

@media (min-width: 1800px) {
	.section-xl {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.section-xxl {
		padding-top: 290px;
		padding-bottom: 290px;
	}
}

.section.no-padding-top {
	padding-top: 0 !important;
}

.section.no-padding-bottom {
	padding-bottom: 0 !important;
}

.section .container {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section.section-viewport {
	min-height: calc(100% - 2 * 7.5rem);
}

.section.section-viewport .container {
	min-height: calc(100% - 2 * 7.5rem);
}

.section.section-image-bg {
	color: #f2f2f2;
}

.section .section-box {
	background: #ffffff;
	padding: 3.75rem 2.5rem;
	overflow: hidden;
	color: #444444;
	border-radius: 0.25rem;
	box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
}

.section .section-touch {
	border-top: solid 0.3125rem #329ef7;
	z-index: 2;
}

.section img + p, .section img + h3, .section img + h4 {
	/* margin-top: 1.25rem; */
}

.section img + h1, .section img + h2 {
	/* margin-top: 2.5rem; */
}

@media screen and (min-width: 992px) {
    .section .col-fill-left {
    	width: 50%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	bottom: 0;
    	background-size: cover;
    	background-position: center;
    	z-index: 1;
    }
}

.section .col-fill-left + div {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 992px) {
    .section .col-fill-right {
    	width: 50%;
    	position: absolute;
    	right: 0;
    	top: 0;
    	bottom: 0;
    	background-size: cover;
    	background-position: center;
    	z-index: 1;
    }
}

.section .col-fill-right + div {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 992px) {
    .section .col-fill-left,
    .section .col-fill-right {
    	width: 100%;
        min-height: 250px;
    	background-size: cover;
    	background-position: center;
    }
}

.section img.section-icon {
	width: auto;
	width: 3.75rem;
}

.section img.section-icon-round {
	width: auto;
	width: 3.75rem;
}

.section .row-100 {
	height: 6.25rem;
	width: 100%;
}

.section .row-50 {
	height: 3.125rem;
	width: 100%;
}

.section .row-70 {
	height: 4.375rem;
	width: 100%;
}

.section [hidden] {
	display: none !important;
}

.section hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section small,
.section .small {
	font-size: 80%;
	font-weight: 400;
}

.section mark,
.section .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.section .lead {
    font-size: clamp(1rem, 0.231vw + 0.94rem, 1.125rem);
    line-height: clamp(1.8rem, 0vw + 1.8rem, 1.8rem);
    font-weight: 400;
}

/* --------------------------------------------------------------

INDEX:
- Font-Size {1 - 50}

- Padding {0 - 100}
- Padding-Left {0 - 100}
- Padding-Right {0 - 100}
- Padding-Bottom {0 - 100}
- Padding-Top {0 - 100}

- Margin {0 - 100}
- Margin-Left {0 - 100}
- Margin-Right {0 - 100}
- Margin-Bottom {0 - 100}
- Margin-Top {0 - 100}

- Spacer {1 - 100}

- Height Dimensions {0 - 100}
- Line-Height Dimensions {0 - 100}
- Height Percentages {0 - 100}
- Min-Height {0 - 100}
- Width Dimensions {0 - 100}
- Width Percentages {0 - 100}

*/

/* Font-Size Dimensions */
.font-size-1{font-size:1px;}.font-size-2{font-size:2px;}.font-size-3{font-size:3px;}.font-size-4{font-size:4px;}.font-size-5{font-size:5px;}.font-size-6{font-size:6px;}.font-size-7{font-size:7px;}.font-size-8{font-size:8px;}.font-size-9{font-size:9px;}.font-size-10{font-size:10px;}.font-size-11{font-size:11px;}.font-size-12{font-size:12px;}.font-size-13{font-size:13px;}.font-size-14{font-size:14px;}.font-size-15{font-size:15px;}.font-size-16{font-size:16px;}.font-size-17{font-size:17px;}.font-size-18{font-size:18px;}.font-size-19{font-size:19px;}.font-size-20{font-size:20px;}.font-size-21{font-size:21px;}.font-size-22{font-size:22px;}.font-size-23{font-size:23px;}.font-size-24{font-size:24px;}.font-size-25{font-size:25px;}.font-size-26{font-size:26px;}.font-size-27{font-size:27px;}.font-size-28{font-size:28px;}.font-size-29{font-size:29px;}.font-size-30{font-size:30px;}.font-size-31{font-size:31px;}.font-size-32{font-size:32px;}.font-size-33{font-size:33px;}.font-size-34{font-size:34px;}.font-size-35{font-size:35px;}.font-size-36{font-size:36px;}.font-size-37{font-size:37px;}.font-size-38{font-size:38px;}.font-size-39{font-size:39px;}.font-size-40{font-size:40px;}.font-size-41{font-size:41px;}.font-size-42{font-size:42px;}.font-size-43{font-size:43px;}.font-size-44{font-size:44px;}.font-size-45{font-size:45px;}.font-size-46{font-size:46px;}.font-size-47{font-size:47px;}.font-size-48{font-size:48px;}.font-size-49{font-size:49px;}.font-size-50{font-size:50px;}.font-size-51{font-size:51px;}.font-size-52{font-size:52px;}.font-size-53{font-size:53px;}.font-size-54{font-size:54px;}.font-size-55{font-size:55px;}.font-size-56{font-size:56px;}.font-size-57{font-size:57px;}.font-size-58{font-size:58px;}.font-size-59{font-size:59px;}.font-size-60{font-size:60px;}.font-size-61{font-size:61px;}.font-size-62{font-size:62px;}.font-size-63{font-size:63px;}.font-size-64{font-size:64px;}.font-size-65{font-size:65px;}.font-size-66{font-size:66px;}.font-size-67{font-size:67px;}.font-size-68{font-size:68px;}.font-size-69{font-size:69px;}.font-size-70{font-size:70px;}.font-size-71{font-size:71px;}.font-size-72{font-size:72px;}.font-size-73{font-size:73px;}.font-size-74{font-size:74px;}.font-size-75{font-size:75px;}.font-size-76{font-size:76px;}.font-size-77{font-size:77px;}.font-size-78{font-size:78px;}.font-size-79{font-size:79px;}.font-size-80{font-size:80px;}.font-size-81{font-size:81px;}.font-size-82{font-size:82px;}.font-size-83{font-size:83px;}.font-size-84{font-size:84px;}.font-size-85{font-size:85px;}.font-size-86{font-size:86px;}.font-size-87{font-size:87px;}.font-size-88{font-size:88px;}.font-size-89{font-size:89px;}.font-size-90{font-size:90px;}.font-size-91{font-size:91px;}.font-size-92{font-size:92px;}.font-size-93{font-size:93px;}.font-size-94{font-size:94px;}.font-size-95{font-size:95px;}.font-size-96{font-size:96px;}.font-size-97{font-size:97px;}.font-size-98{font-size:98px;}.font-size-99{font-size:99px;}.font-size-100{font-size:100px;}

/* Padding Styles */
.padding-0{padding:0px;}.padding-1{padding:1px;}.padding-2{padding:2px;}.padding-3{padding:3px;}.padding-4{padding:4px;}.padding-5{padding:5px;}.padding-6{padding:6px;}.padding-7{padding:7px;}.padding-8{padding:8px;}.padding-9{padding:9px;}.padding-10{padding:10px;}.padding-11{padding:11px;}.padding-12{padding:12px;}.padding-13{padding:13px;}.padding-14{padding:14px;}.padding-15{padding:15px;}.padding-16{padding:16px;}.padding-17{padding:17px;}.padding-18{padding:18px;}.padding-19{padding:19px;}.padding-20{padding:20px;}.padding-21{padding:21px;}.padding-22{padding:22px;}.padding-23{padding:23px;}.padding-24{padding:24px;}.padding-25{padding:25px;}.padding-26{padding:26px;}.padding-27{padding:27px;}.padding-28{padding:28px;}.padding-29{padding:29px;}.padding-30{padding:30px;}.padding-31{padding:31px;}.padding-32{padding:32px;}.padding-33{padding:33px;}.padding-34{padding:34px;}.padding-35{padding:35px;}.padding-36{padding:36px;}.padding-37{padding:37px;}.padding-38{padding:38px;}.padding-39{padding:39px;}.padding-40{padding:40px;}.padding-41{padding:41px;}.padding-42{padding:42px;}.padding-43{padding:43px;}.padding-44{padding:44px;}.padding-45{padding:45px;}.padding-46{padding:46px;}.padding-47{padding:47px;}.padding-48{padding:48px;}.padding-49{padding:49px;}.padding-50{padding:50px;}.padding-51{padding:51px;}.padding-52{padding:52px;}.padding-53{padding:53px;}.padding-54{padding:54px;}.padding-55{padding:55px;}.padding-56{padding:56px;}.padding-57{padding:57px;}.padding-58{padding:58px;}.padding-59{padding:59px;}.padding-60{padding:60px;}.padding-61{padding:61px;}.padding-62{padding:62px;}.padding-63{padding:63px;}.padding-64{padding:64px;}.padding-65{padding:65px;}.padding-66{padding:66px;}.padding-67{padding:67px;}.padding-68{padding:68px;}.padding-69{padding:69px;}.padding-70{padding:70px;}.padding-71{padding:71px;}.padding-72{padding:72px;}.padding-73{padding:73px;}.padding-74{padding:74px;}.padding-75{padding:75px;}.padding-76{padding:76px;}.padding-77{padding:77px;}.padding-78{padding:78px;}.padding-79{padding:79px;}.padding-80{padding:80px;}.padding-81{padding:81px;}.padding-82{padding:82px;}.padding-83{padding:83px;}.padding-84{padding:84px;}.padding-85{padding:85px;}.padding-86{padding:86px;}.padding-87{padding:87px;}.padding-88{padding:88px;}.padding-89{padding:89px;}.padding-90{padding:90px;}.padding-91{padding:91px;}.padding-92{padding:92px;}.padding-93{padding:93px;}.padding-94{padding:94px;}.padding-95{padding:95px;}.padding-96{padding:96px;}.padding-97{padding:97px;}.padding-98{padding:98px;}.padding-99{padding:99px;}.padding-100{padding:100px;}

/* Padding Left Styles */
.padding-left-0{padding-left:0px;}.padding-left-1{padding-left:1px;}.padding-left-2{padding-left:2px;}.padding-left-3{padding-left:3px;}.padding-left-4{padding-left:4px;}.padding-left-5{padding-left:5px;}.padding-left-6{padding-left:6px;}.padding-left-7{padding-left:7px;}.padding-left-8{padding-left:8px;}.padding-left-9{padding-left:9px;}.padding-left-10{padding-left:10px;}.padding-left-11{padding-left:11px;}.padding-left-12{padding-left:12px;}.padding-left-13{padding-left:13px;}.padding-left-14{padding-left:14px;}.padding-left-15{padding-left:15px;}.padding-left-16{padding-left:16px;}.padding-left-17{padding-left:17px;}.padding-left-18{padding-left:18px;}.padding-left-19{padding-left:19px;}.padding-left-20{padding-left:20px;}.padding-left-21{padding-left:21px;}.padding-left-22{padding-left:22px;}.padding-left-23{padding-left:23px;}.padding-left-24{padding-left:24px;}.padding-left-25{padding-left:25px;}.padding-left-26{padding-left:26px;}.padding-left-27{padding-left:27px;}.padding-left-28{padding-left:28px;}.padding-left-29{padding-left:29px;}.padding-left-30{padding-left:30px;}.padding-left-31{padding-left:31px;}.padding-left-32{padding-left:32px;}.padding-left-33{padding-left:33px;}.padding-left-34{padding-left:34px;}.padding-left-35{padding-left:35px;}.padding-left-36{padding-left:36px;}.padding-left-37{padding-left:37px;}.padding-left-38{padding-left:38px;}.padding-left-39{padding-left:39px;}.padding-left-40{padding-left:40px;}.padding-left-41{padding-left:41px;}.padding-left-42{padding-left:42px;}.padding-left-43{padding-left:43px;}.padding-left-44{padding-left:44px;}.padding-left-45{padding-left:45px;}.padding-left-46{padding-left:46px;}.padding-left-47{padding-left:47px;}.padding-left-48{padding-left:48px;}.padding-left-49{padding-left:49px;}.padding-left-50{padding-left:50px;}.padding-left-51{padding-left:51px;}.padding-left-52{padding-left:52px;}.padding-left-53{padding-left:53px;}.padding-left-54{padding-left:54px;}.padding-left-55{padding-left:55px;}.padding-left-56{padding-left:56px;}.padding-left-57{padding-left:57px;}.padding-left-58{padding-left:58px;}.padding-left-59{padding-left:59px;}.padding-left-60{padding-left:60px;}.padding-left-61{padding-left:61px;}.padding-left-62{padding-left:62px;}.padding-left-63{padding-left:63px;}.padding-left-64{padding-left:64px;}.padding-left-65{padding-left:65px;}.padding-left-66{padding-left:66px;}.padding-left-67{padding-left:67px;}.padding-left-68{padding-left:68px;}.padding-left-69{padding-left:69px;}.padding-left-70{padding-left:70px;}.padding-left-71{padding-left:71px;}.padding-left-72{padding-left:72px;}.padding-left-73{padding-left:73px;}.padding-left-74{padding-left:74px;}.padding-left-75{padding-left:75px;}.padding-left-76{padding-left:76px;}.padding-left-77{padding-left:77px;}.padding-left-78{padding-left:78px;}.padding-left-79{padding-left:79px;}.padding-left-80{padding-left:80px;}.padding-left-81{padding-left:81px;}.padding-left-82{padding-left:82px;}.padding-left-83{padding-left:83px;}.padding-left-84{padding-left:84px;}.padding-left-85{padding-left:85px;}.padding-left-86{padding-left:86px;}.padding-left-87{padding-left:87px;}.padding-left-88{padding-left:88px;}.padding-left-89{padding-left:89px;}.padding-left-90{padding-left:90px;}.padding-left-91{padding-left:91px;}.padding-left-92{padding-left:92px;}.padding-left-93{padding-left:93px;}.padding-left-94{padding-left:94px;}.padding-left-95{padding-left:95px;}.padding-left-96{padding-left:96px;}.padding-left-97{padding-left:97px;}.padding-left-98{padding-left:98px;}.padding-left-99{padding-left:99px;}.padding-left-100{padding-left:100px;}

/* Padding Right Styles */
.padding-right-0{padding-right:0px;}.padding-right-1{padding-right:1px;}.padding-right-2{padding-right:2px;}.padding-right-3{padding-right:3px;}.padding-right-4{padding-right:4px;}.padding-right-5{padding-right:5px;}.padding-right-6{padding-right:6px;}.padding-right-7{padding-right:7px;}.padding-right-8{padding-right:8px;}.padding-right-9{padding-right:9px;}.padding-right-10{padding-right:10px;}.padding-right-11{padding-right:11px;}.padding-right-12{padding-right:12px;}.padding-right-13{padding-right:13px;}.padding-right-14{padding-right:14px;}.padding-right-15{padding-right:15px;}.padding-right-16{padding-right:16px;}.padding-right-17{padding-right:17px;}.padding-right-18{padding-right:18px;}.padding-right-19{padding-right:19px;}.padding-right-20{padding-right:20px;}.padding-right-21{padding-right:21px;}.padding-right-22{padding-right:22px;}.padding-right-23{padding-right:23px;}.padding-right-24{padding-right:24px;}.padding-right-25{padding-right:25px;}.padding-right-26{padding-right:26px;}.padding-right-27{padding-right:27px;}.padding-right-28{padding-right:28px;}.padding-right-29{padding-right:29px;}.padding-right-30{padding-right:30px;}.padding-right-31{padding-right:31px;}.padding-right-32{padding-right:32px;}.padding-right-33{padding-right:33px;}.padding-right-34{padding-right:34px;}.padding-right-35{padding-right:35px;}.padding-right-36{padding-right:36px;}.padding-right-37{padding-right:37px;}.padding-right-38{padding-right:38px;}.padding-right-39{padding-right:39px;}.padding-right-40{padding-right:40px;}.padding-right-41{padding-right:41px;}.padding-right-42{padding-right:42px;}.padding-right-43{padding-right:43px;}.padding-right-44{padding-right:44px;}.padding-right-45{padding-right:45px;}.padding-right-46{padding-right:46px;}.padding-right-47{padding-right:47px;}.padding-right-48{padding-right:48px;}.padding-right-49{padding-right:49px;}.padding-right-50{padding-right:50px;}.padding-right-51{padding-right:51px;}.padding-right-52{padding-right:52px;}.padding-right-53{padding-right:53px;}.padding-right-54{padding-right:54px;}.padding-right-55{padding-right:55px;}.padding-right-56{padding-right:56px;}.padding-right-57{padding-right:57px;}.padding-right-58{padding-right:58px;}.padding-right-59{padding-right:59px;}.padding-right-60{padding-right:60px;}.padding-right-61{padding-right:61px;}.padding-right-62{padding-right:62px;}.padding-right-63{padding-right:63px;}.padding-right-64{padding-right:64px;}.padding-right-65{padding-right:65px;}.padding-right-66{padding-right:66px;}.padding-right-67{padding-right:67px;}.padding-right-68{padding-right:68px;}.padding-right-69{padding-right:69px;}.padding-right-70{padding-right:70px;}.padding-right-71{padding-right:71px;}.padding-right-72{padding-right:72px;}.padding-right-73{padding-right:73px;}.padding-right-74{padding-right:74px;}.padding-right-75{padding-right:75px;}.padding-right-76{padding-right:76px;}.padding-right-77{padding-right:77px;}.padding-right-78{padding-right:78px;}.padding-right-79{padding-right:79px;}.padding-right-80{padding-right:80px;}.padding-right-81{padding-right:81px;}.padding-right-82{padding-right:82px;}.padding-right-83{padding-right:83px;}.padding-right-84{padding-right:84px;}.padding-right-85{padding-right:85px;}.padding-right-86{padding-right:86px;}.padding-right-87{padding-right:87px;}.padding-right-88{padding-right:88px;}.padding-right-89{padding-right:89px;}.padding-right-90{padding-right:90px;}.padding-right-91{padding-right:91px;}.padding-right-92{padding-right:92px;}.padding-right-93{padding-right:93px;}.padding-right-94{padding-right:94px;}.padding-right-95{padding-right:95px;}.padding-right-96{padding-right:96px;}.padding-right-97{padding-right:97px;}.padding-right-98{padding-right:98px;}.padding-right-99{padding-right:99px;}.padding-right-100{padding-right:100px;}

/* Padding Bottom Styles */
.padding-bottom-0{padding-bottom:0px;}.padding-bottom-1{padding-bottom:1px;}.padding-bottom-2{padding-bottom:2px;}.padding-bottom-3{padding-bottom:3px;}.padding-bottom-4{padding-bottom:4px;}.padding-bottom-5{padding-bottom:5px;}.padding-bottom-6{padding-bottom:6px;}.padding-bottom-7{padding-bottom:7px;}.padding-bottom-8{padding-bottom:8px;}.padding-bottom-9{padding-bottom:9px;}.padding-bottom-10{padding-bottom:10px;}.padding-bottom-11{padding-bottom:11px;}.padding-bottom-12{padding-bottom:12px;}.padding-bottom-13{padding-bottom:13px;}.padding-bottom-14{padding-bottom:14px;}.padding-bottom-15{padding-bottom:15px;}.padding-bottom-16{padding-bottom:16px;}.padding-bottom-17{padding-bottom:17px;}.padding-bottom-18{padding-bottom:18px;}.padding-bottom-19{padding-bottom:19px;}.padding-bottom-20{padding-bottom:20px;}.padding-bottom-21{padding-bottom:21px;}.padding-bottom-22{padding-bottom:22px;}.padding-bottom-23{padding-bottom:23px;}.padding-bottom-24{padding-bottom:24px;}.padding-bottom-25{padding-bottom:25px;}.padding-bottom-26{padding-bottom:26px;}.padding-bottom-27{padding-bottom:27px;}.padding-bottom-28{padding-bottom:28px;}.padding-bottom-29{padding-bottom:29px;}.padding-bottom-30{padding-bottom:30px;}.padding-bottom-31{padding-bottom:31px;}.padding-bottom-32{padding-bottom:32px;}.padding-bottom-33{padding-bottom:33px;}.padding-bottom-34{padding-bottom:34px;}.padding-bottom-35{padding-bottom:35px;}.padding-bottom-36{padding-bottom:36px;}.padding-bottom-37{padding-bottom:37px;}.padding-bottom-38{padding-bottom:38px;}.padding-bottom-39{padding-bottom:39px;}.padding-bottom-40{padding-bottom:40px;}.padding-bottom-41{padding-bottom:41px;}.padding-bottom-42{padding-bottom:42px;}.padding-bottom-43{padding-bottom:43px;}.padding-bottom-44{padding-bottom:44px;}.padding-bottom-45{padding-bottom:45px;}.padding-bottom-46{padding-bottom:46px;}.padding-bottom-47{padding-bottom:47px;}.padding-bottom-48{padding-bottom:48px;}.padding-bottom-49{padding-bottom:49px;}.padding-bottom-50{padding-bottom:50px;}.padding-bottom-51{padding-bottom:51px;}.padding-bottom-52{padding-bottom:52px;}.padding-bottom-53{padding-bottom:53px;}.padding-bottom-54{padding-bottom:54px;}.padding-bottom-55{padding-bottom:55px;}.padding-bottom-56{padding-bottom:56px;}.padding-bottom-57{padding-bottom:57px;}.padding-bottom-58{padding-bottom:58px;}.padding-bottom-59{padding-bottom:59px;}.padding-bottom-60{padding-bottom:60px;}.padding-bottom-61{padding-bottom:61px;}.padding-bottom-62{padding-bottom:62px;}.padding-bottom-63{padding-bottom:63px;}.padding-bottom-64{padding-bottom:64px;}.padding-bottom-65{padding-bottom:65px;}.padding-bottom-66{padding-bottom:66px;}.padding-bottom-67{padding-bottom:67px;}.padding-bottom-68{padding-bottom:68px;}.padding-bottom-69{padding-bottom:69px;}.padding-bottom-70{padding-bottom:70px;}.padding-bottom-71{padding-bottom:71px;}.padding-bottom-72{padding-bottom:72px;}.padding-bottom-73{padding-bottom:73px;}.padding-bottom-74{padding-bottom:74px;}.padding-bottom-75{padding-bottom:75px;}.padding-bottom-76{padding-bottom:76px;}.padding-bottom-77{padding-bottom:77px;}.padding-bottom-78{padding-bottom:78px;}.padding-bottom-79{padding-bottom:79px;}.padding-bottom-80{padding-bottom:80px;}.padding-bottom-81{padding-bottom:81px;}.padding-bottom-82{padding-bottom:82px;}.padding-bottom-83{padding-bottom:83px;}.padding-bottom-84{padding-bottom:84px;}.padding-bottom-85{padding-bottom:85px;}.padding-bottom-86{padding-bottom:86px;}.padding-bottom-87{padding-bottom:87px;}.padding-bottom-88{padding-bottom:88px;}.padding-bottom-89{padding-bottom:89px;}.padding-bottom-90{padding-bottom:90px;}.padding-bottom-91{padding-bottom:91px;}.padding-bottom-92{padding-bottom:92px;}.padding-bottom-93{padding-bottom:93px;}.padding-bottom-94{padding-bottom:94px;}.padding-bottom-95{padding-bottom:95px;}.padding-bottom-96{padding-bottom:96px;}.padding-bottom-97{padding-bottom:97px;}.padding-bottom-98{padding-bottom:98px;}.padding-bottom-99{padding-bottom:99px;}.padding-bottom-100{padding-bottom:100px;}

/* Padding Top Styles */
.padding-top-0{padding-top:0px;}.padding-top-1{padding-top:1px;}.padding-top-2{padding-top:2px;}.padding-top-3{padding-top:3px;}.padding-top-4{padding-top:4px;}.padding-top-5{padding-top:5px;}.padding-top-6{padding-top:6px;}.padding-top-7{padding-top:7px;}.padding-top-8{padding-top:8px;}.padding-top-9{padding-top:9px;}.padding-top-10{padding-top:10px;}.padding-top-11{padding-top:11px;}.padding-top-12{padding-top:12px;}.padding-top-13{padding-top:13px;}.padding-top-14{padding-top:14px;}.padding-top-15{padding-top:15px;}.padding-top-16{padding-top:16px;}.padding-top-17{padding-top:17px;}.padding-top-18{padding-top:18px;}.padding-top-19{padding-top:19px;}.padding-top-20{padding-top:20px;}.padding-top-21{padding-top:21px;}.padding-top-22{padding-top:22px;}.padding-top-23{padding-top:23px;}.padding-top-24{padding-top:24px;}.padding-top-25{padding-top:25px;}.padding-top-26{padding-top:26px;}.padding-top-27{padding-top:27px;}.padding-top-28{padding-top:28px;}.padding-top-29{padding-top:29px;}.padding-top-30{padding-top:30px;}.padding-top-31{padding-top:31px;}.padding-top-32{padding-top:32px;}.padding-top-33{padding-top:33px;}.padding-top-34{padding-top:34px;}.padding-top-35{padding-top:35px;}.padding-top-36{padding-top:36px;}.padding-top-37{padding-top:37px;}.padding-top-38{padding-top:38px;}.padding-top-39{padding-top:39px;}.padding-top-40{padding-top:40px;}.padding-top-41{padding-top:41px;}.padding-top-42{padding-top:42px;}.padding-top-43{padding-top:43px;}.padding-top-44{padding-top:44px;}.padding-top-45{padding-top:45px;}.padding-top-46{padding-top:46px;}.padding-top-47{padding-top:47px;}.padding-top-48{padding-top:48px;}.padding-top-49{padding-top:49px;}.padding-top-50{padding-top:50px;}.padding-top-51{padding-top:51px;}.padding-top-52{padding-top:52px;}.padding-top-53{padding-top:53px;}.padding-top-54{padding-top:54px;}.padding-top-55{padding-top:55px;}.padding-top-56{padding-top:56px;}.padding-top-57{padding-top:57px;}.padding-top-58{padding-top:58px;}.padding-top-59{padding-top:59px;}.padding-top-60{padding-top:60px;}.padding-top-61{padding-top:61px;}.padding-top-62{padding-top:62px;}.padding-top-63{padding-top:63px;}.padding-top-64{padding-top:64px;}.padding-top-65{padding-top:65px;}.padding-top-66{padding-top:66px;}.padding-top-67{padding-top:67px;}.padding-top-68{padding-top:68px;}.padding-top-69{padding-top:69px;}.padding-top-70{padding-top:70px;}.padding-top-71{padding-top:71px;}.padding-top-72{padding-top:72px;}.padding-top-73{padding-top:73px;}.padding-top-74{padding-top:74px;}.padding-top-75{padding-top:75px;}.padding-top-76{padding-top:76px;}.padding-top-77{padding-top:77px;}.padding-top-78{padding-top:78px;}.padding-top-79{padding-top:79px;}.padding-top-80{padding-top:80px;}.padding-top-81{padding-top:81px;}.padding-top-82{padding-top:82px;}.padding-top-83{padding-top:83px;}.padding-top-84{padding-top:84px;}.padding-top-85{padding-top:85px;}.padding-top-86{padding-top:86px;}.padding-top-87{padding-top:87px;}.padding-top-88{padding-top:88px;}.padding-top-89{padding-top:89px;}.padding-top-90{padding-top:90px;}.padding-top-91{padding-top:91px;}.padding-top-92{padding-top:92px;}.padding-top-93{padding-top:93px;}.padding-top-94{padding-top:94px;}.padding-top-95{padding-top:95px;}.padding-top-96{padding-top:96px;}.padding-top-97{padding-top:97px;}.padding-top-98{padding-top:98px;}.padding-top-99{padding-top:99px;}.padding-top-100{padding-top:100px;}
.padding-top-345{padding-top:345px;}

/* Padding Vertical */
.padding-vertical-1{padding-top:1px;padding-bottom:1px}.padding-vertical-2{padding-top:2px;padding-bottom:2px}.padding-vertical-3{padding-top:3px;padding-bottom:3px}.padding-vertical-4{padding-top:4px;padding-bottom:4px}.padding-vertical-5{padding-top:5px;padding-bottom:5px}.padding-vertical-6{padding-top:6px;padding-bottom:6px}.padding-vertical-7{padding-top:7px;padding-bottom:7px}.padding-vertical-8{padding-top:8px;padding-bottom:8px}.padding-vertical-9{padding-top:9px;padding-bottom:9px}.padding-vertical-10{padding-top:10px;padding-bottom:10px}.padding-vertical-11{padding-top:11px;padding-bottom:11px}.padding-vertical-12{padding-top:12px;padding-bottom:12px}.padding-vertical-13{padding-top:13px;padding-bottom:13px}.padding-vertical-14{padding-top:14px;padding-bottom:14px}.padding-vertical-15{padding-top:15px;padding-bottom:15px}.padding-vertical-16{padding-top:16px;padding-bottom:16px}.padding-vertical-17{padding-top:17px;padding-bottom:17px}.padding-vertical-18{padding-top:18px;padding-bottom:18px}.padding-vertical-19{padding-top:19px;padding-bottom:19px}.padding-vertical-20{padding-top:20px;padding-bottom:20px}.padding-vertical-21{padding-top:21px;padding-bottom:21px}.padding-vertical-22{padding-top:22px;padding-bottom:22px}.padding-vertical-23{padding-top:23px;padding-bottom:23px}.padding-vertical-24{padding-top:24px;padding-bottom:24px}.padding-vertical-25{padding-top:25px;padding-bottom:25px}.padding-vertical-26{padding-top:26px;padding-bottom:26px}.padding-vertical-27{padding-top:27px;padding-bottom:27px}.padding-vertical-28{padding-top:28px;padding-bottom:28px}.padding-vertical-29{padding-top:29px;padding-bottom:29px}.padding-vertical-30{padding-top:30px;padding-bottom:30px}.padding-vertical-31{padding-top:31px;padding-bottom:31px}.padding-vertical-32{padding-top:32px;padding-bottom:32px}.padding-vertical-33{padding-top:33px;padding-bottom:33px}.padding-vertical-34{padding-top:34px;padding-bottom:34px}.padding-vertical-35{padding-top:35px;padding-bottom:35px}.padding-vertical-36{padding-top:36px;padding-bottom:36px}.padding-vertical-37{padding-top:37px;padding-bottom:37px}.padding-vertical-38{padding-top:38px;padding-bottom:38px}.padding-vertical-39{padding-top:39px;padding-bottom:39px}.padding-vertical-40{padding-top:40px;padding-bottom:40px}.padding-vertical-41{padding-top:41px;padding-bottom:41px}.padding-vertical-42{padding-top:42px;padding-bottom:42px}.padding-vertical-43{padding-top:43px;padding-bottom:43px}.padding-vertical-44{padding-top:44px;padding-bottom:44px}.padding-vertical-45{padding-top:45px;padding-bottom:45px}.padding-vertical-46{padding-top:46px;padding-bottom:46px}.padding-vertical-47{padding-top:47px;padding-bottom:47px}.padding-vertical-48{padding-top:48px;padding-bottom:48px}.padding-vertical-49{padding-top:49px;padding-bottom:49px}.padding-vertical-50{padding-top:50px;padding-bottom:50px}.padding-vertical-51{padding-top:51px;padding-bottom:51px}.padding-vertical-52{padding-top:52px;padding-bottom:52px}.padding-vertical-53{padding-top:53px;padding-bottom:53px}.padding-vertical-54{padding-top:54px;padding-bottom:54px}.padding-vertical-55{padding-top:55px;padding-bottom:55px}.padding-vertical-56{padding-top:56px;padding-bottom:56px}.padding-vertical-57{padding-top:57px;padding-bottom:57px}.padding-vertical-58{padding-top:58px;padding-bottom:58px}.padding-vertical-59{padding-top:59px;padding-bottom:59px}.padding-vertical-60{padding-top:60px;padding-bottom:60px}.padding-vertical-61{padding-top:61px;padding-bottom:61px}.padding-vertical-62{padding-top:62px;padding-bottom:62px}.padding-vertical-63{padding-top:63px;padding-bottom:63px}.padding-vertical-64{padding-top:64px;padding-bottom:64px}.padding-vertical-65{padding-top:65px;padding-bottom:65px}.padding-vertical-66{padding-top:66px;padding-bottom:66px}.padding-vertical-67{padding-top:67px;padding-bottom:67px}.padding-vertical-68{padding-top:68px;padding-bottom:68px}.padding-vertical-69{padding-top:69px;padding-bottom:69px}.padding-vertical-70{padding-top:70px;padding-bottom:70px}.padding-vertical-71{padding-top:71px;padding-bottom:71px}.padding-vertical-72{padding-top:72px;padding-bottom:72px}.padding-vertical-73{padding-top:73px;padding-bottom:73px}.padding-vertical-74{padding-top:74px;padding-bottom:74px}.padding-vertical-75{padding-top:75px;padding-bottom:75px}.padding-vertical-76{padding-top:76px;padding-bottom:76px}.padding-vertical-77{padding-top:77px;padding-bottom:77px}.padding-vertical-78{padding-top:78px;padding-bottom:78px}.padding-vertical-79{padding-top:79px;padding-bottom:79px}.padding-vertical-80{padding-top:80px;padding-bottom:80px}.padding-vertical-81{padding-top:81px;padding-bottom:81px}.padding-vertical-82{padding-top:82px;padding-bottom:82px}.padding-vertical-83{padding-top:83px;padding-bottom:83px}.padding-vertical-84{padding-top:84px;padding-bottom:84px}.padding-vertical-85{padding-top:85px;padding-bottom:85px}.padding-vertical-86{padding-top:86px;padding-bottom:86px}.padding-vertical-87{padding-top:87px;padding-bottom:87px}.padding-vertical-88{padding-top:88px;padding-bottom:88px}.padding-vertical-89{padding-top:89px;padding-bottom:89px}.padding-vertical-90{padding-top:90px;padding-bottom:90px}.padding-vertical-91{padding-top:91px;padding-bottom:91px}.padding-vertical-92{padding-top:92px;padding-bottom:92px}.padding-vertical-93{padding-top:93px;padding-bottom:93px}.padding-vertical-94{padding-top:94px;padding-bottom:94px}.padding-vertical-95{padding-top:95px;padding-bottom:95px}.padding-vertical-96{padding-top:96px;padding-bottom:96px}.padding-vertical-97{padding-top:97px;padding-bottom:97px}.padding-vertical-98{padding-top:98px;padding-bottom:98px}.padding-vertical-99{padding-top:99px;padding-bottom:99px}.padding-vertical-100{padding-top:100px;padding-bottom:100px}

/* Padding Horizontal */
.padding-horizontal-1{padding-left:1px;padding-right:1px}.padding-horizontal-2{padding-left:2px;padding-right:2px}.padding-horizontal-3{padding-left:3px;padding-right:3px}.padding-horizontal-4{padding-left:4px;padding-right:4px}.padding-horizontal-5{padding-left:5px;padding-right:5px}.padding-horizontal-6{padding-left:6px;padding-right:6px}.padding-horizontal-7{padding-left:7px;padding-right:7px}.padding-horizontal-8{padding-left:8px;padding-right:8px}.padding-horizontal-9{padding-left:9px;padding-right:9px}.padding-horizontal-10{padding-left:10px;padding-right:10px}.padding-horizontal-11{padding-left:11px;padding-right:11px}.padding-horizontal-12{padding-left:12px;padding-right:12px}.padding-horizontal-13{padding-left:13px;padding-right:13px}.padding-horizontal-14{padding-left:14px;padding-right:14px}.padding-horizontal-15{padding-left:15px;padding-right:15px}.padding-horizontal-16{padding-left:16px;padding-right:16px}.padding-horizontal-17{padding-left:17px;padding-right:17px}.padding-horizontal-18{padding-left:18px;padding-right:18px}.padding-horizontal-19{padding-left:19px;padding-right:19px}.padding-horizontal-20{padding-left:20px;padding-right:20px}.padding-horizontal-21{padding-left:21px;padding-right:21px}.padding-horizontal-22{padding-left:22px;padding-right:22px}.padding-horizontal-23{padding-left:23px;padding-right:23px}.padding-horizontal-24{padding-left:24px;padding-right:24px}.padding-horizontal-25{padding-left:25px;padding-right:25px}.padding-horizontal-26{padding-left:26px;padding-right:26px}.padding-horizontal-27{padding-left:27px;padding-right:27px}.padding-horizontal-28{padding-left:28px;padding-right:28px}.padding-horizontal-29{padding-left:29px;padding-right:29px}.padding-horizontal-30{padding-left:30px;padding-right:30px}.padding-horizontal-31{padding-left:31px;padding-right:31px}.padding-horizontal-32{padding-left:32px;padding-right:32px}.padding-horizontal-33{padding-left:33px;padding-right:33px}.padding-horizontal-34{padding-left:34px;padding-right:34px}.padding-horizontal-35{padding-left:35px;padding-right:35px}.padding-horizontal-36{padding-left:36px;padding-right:36px}.padding-horizontal-37{padding-left:37px;padding-right:37px}.padding-horizontal-38{padding-left:38px;padding-right:38px}.padding-horizontal-39{padding-left:39px;padding-right:39px}.padding-horizontal-40{padding-left:40px;padding-right:40px}.padding-horizontal-41{padding-left:41px;padding-right:41px}.padding-horizontal-42{padding-left:42px;padding-right:42px}.padding-horizontal-43{padding-left:43px;padding-right:43px}.padding-horizontal-44{padding-left:44px;padding-right:44px}.padding-horizontal-45{padding-left:45px;padding-right:45px}.padding-horizontal-46{padding-left:46px;padding-right:46px}.padding-horizontal-47{padding-left:47px;padding-right:47px}.padding-horizontal-48{padding-left:48px;padding-right:48px}.padding-horizontal-49{padding-left:49px;padding-right:49px}.padding-horizontal-50{padding-left:50px;padding-right:50px}.padding-horizontal-51{padding-left:51px;padding-right:51px}.padding-horizontal-52{padding-left:52px;padding-right:52px}.padding-horizontal-53{padding-left:53px;padding-right:53px}.padding-horizontal-54{padding-left:54px;padding-right:54px}.padding-horizontal-55{padding-left:55px;padding-right:55px}.padding-horizontal-56{padding-left:56px;padding-right:56px}.padding-horizontal-57{padding-left:57px;padding-right:57px}.padding-horizontal-58{padding-left:58px;padding-right:58px}.padding-horizontal-59{padding-left:59px;padding-right:59px}.padding-horizontal-60{padding-left:60px;padding-right:60px}.padding-horizontal-61{padding-left:61px;padding-right:61px}.padding-horizontal-62{padding-left:62px;padding-right:62px}.padding-horizontal-63{padding-left:63px;padding-right:63px}.padding-horizontal-64{padding-left:64px;padding-right:64px}.padding-horizontal-65{padding-left:65px;padding-right:65px}.padding-horizontal-66{padding-left:66px;padding-right:66px}.padding-horizontal-67{padding-left:67px;padding-right:67px}.padding-horizontal-68{padding-left:68px;padding-right:68px}.padding-horizontal-69{padding-left:69px;padding-right:69px}.padding-horizontal-70{padding-left:70px;padding-right:70px}.padding-horizontal-71{padding-left:71px;padding-right:71px}.padding-horizontal-72{padding-left:72px;padding-right:72px}.padding-horizontal-73{padding-left:73px;padding-right:73px}.padding-horizontal-74{padding-left:74px;padding-right:74px}.padding-horizontal-75{padding-left:75px;padding-right:75px}.padding-horizontal-76{padding-left:76px;padding-right:76px}.padding-horizontal-77{padding-left:77px;padding-right:77px}.padding-horizontal-78{padding-left:78px;padding-right:78px}.padding-horizontal-79{padding-left:79px;padding-right:79px}.padding-horizontal-80{padding-left:80px;padding-right:80px}.padding-horizontal-81{padding-left:81px;padding-right:81px}.padding-horizontal-82{padding-left:82px;padding-right:82px}.padding-horizontal-83{padding-left:83px;padding-right:83px}.padding-horizontal-84{padding-left:84px;padding-right:84px}.padding-horizontal-85{padding-left:85px;padding-right:85px}.padding-horizontal-86{padding-left:86px;padding-right:86px}.padding-horizontal-87{padding-left:87px;padding-right:87px}.padding-horizontal-88{padding-left:88px;padding-right:88px}.padding-horizontal-89{padding-left:89px;padding-right:89px}.padding-horizontal-90{padding-left:90px;padding-right:90px}.padding-horizontal-91{padding-left:91px;padding-right:91px}.padding-horizontal-92{padding-left:92px;padding-right:92px}.padding-horizontal-93{padding-left:93px;padding-right:93px}.padding-horizontal-94{padding-left:94px;padding-right:94px}.padding-horizontal-95{padding-left:95px;padding-right:95px}.padding-horizontal-96{padding-left:96px;padding-right:96px}.padding-horizontal-97{padding-left:97px;padding-right:97px}.padding-horizontal-98{padding-left:98px;padding-right:98px}.padding-horizontal-99{padding-left:99px;padding-right:99px}.padding-horizontal-100{padding-left:100px;padding-right:100px}

/* Margin Styles */
.margin-0{margin:0px;}.margin-1{margin:1px;}.margin-2{margin:2px;}.margin-3{margin:3px;}.margin-4{margin:4px;}.margin-5{margin:5px;}.margin-6{margin:6px;}.margin-7{margin:7px;}.margin-8{margin:8px;}.margin-9{margin:9px;}.margin-10{margin:10px;}.margin-11{margin:11px;}.margin-12{margin:12px;}.margin-13{margin:13px;}.margin-14{margin:14px;}.margin-15{margin:15px;}.margin-16{margin:16px;}.margin-17{margin:17px;}.margin-18{margin:18px;}.margin-19{margin:19px;}.margin-20{margin:20px;}.margin-21{margin:21px;}.margin-22{margin:22px;}.margin-23{margin:23px;}.margin-24{margin:24px;}.margin-25{margin:25px;}.margin-26{margin:26px;}.margin-27{margin:27px;}.margin-28{margin:28px;}.margin-29{margin:29px;}.margin-30{margin:30px;}.margin-31{margin:31px;}.margin-32{margin:32px;}.margin-33{margin:33px;}.margin-34{margin:34px;}.margin-35{margin:35px;}.margin-36{margin:36px;}.margin-37{margin:37px;}.margin-38{margin:38px;}.margin-39{margin:39px;}.margin-40{margin:40px;}.margin-41{margin:41px;}.margin-42{margin:42px;}.margin-43{margin:43px;}.margin-44{margin:44px;}.margin-45{margin:45px;}.margin-46{margin:46px;}.margin-47{margin:47px;}.margin-48{margin:48px;}.margin-49{margin:49px;}.margin-50{margin:50px;}.margin-51{margin:51px;}.margin-52{margin:52px;}.margin-53{margin:53px;}.margin-54{margin:54px;}.margin-55{margin:55px;}.margin-56{margin:56px;}.margin-57{margin:57px;}.margin-58{margin:58px;}.margin-59{margin:59px;}.margin-60{margin:60px;}.margin-61{margin:61px;}.margin-62{margin:62px;}.margin-63{margin:63px;}.margin-64{margin:64px;}.margin-65{margin:65px;}.margin-66{margin:66px;}.margin-67{margin:67px;}.margin-68{margin:68px;}.margin-69{margin:69px;}.margin-70{margin:70px;}.margin-71{margin:71px;}.margin-72{margin:72px;}.margin-73{margin:73px;}.margin-74{margin:74px;}.margin-75{margin:75px;}.margin-76{margin:76px;}.margin-77{margin:77px;}.margin-78{margin:78px;}.margin-79{margin:79px;}.margin-80{margin:80px;}.margin-81{margin:81px;}.margin-82{margin:82px;}.margin-83{margin:83px;}.margin-84{margin:84px;}.margin-85{margin:85px;}.margin-86{margin:86px;}.margin-87{margin:87px;}.margin-88{margin:88px;}.margin-89{margin:89px;}.margin-90{margin:90px;}.margin-91{margin:91px;}.margin-92{margin:92px;}.margin-93{margin:93px;}.margin-94{margin:94px;}.margin-95{margin:95px;}.margin-96{margin:96px;}.margin-97{margin:97px;}.margin-98{margin:98px;}.margin-99{margin:99px;}.margin-100{margin:100px;}

/* Margin Left Styles */
.margin-left-0{margin-left:0px;}.margin-left-1{margin-left:1px;}.margin-left-2{margin-left:2px;}.margin-left-3{margin-left:3px;}.margin-left-4{margin-left:4px;}.margin-left-5{margin-left:5px;}.margin-left-6{margin-left:6px;}.margin-left-7{margin-left:7px;}.margin-left-8{margin-left:8px;}.margin-left-9{margin-left:9px;}.margin-left-10{margin-left:10px;}.margin-left-11{margin-left:11px;}.margin-left-12{margin-left:12px;}.margin-left-13{margin-left:13px;}.margin-left-14{margin-left:14px;}.margin-left-15{margin-left:15px;}.margin-left-16{margin-left:16px;}.margin-left-17{margin-left:17px;}.margin-left-18{margin-left:18px;}.margin-left-19{margin-left:19px;}.margin-left-20{margin-left:20px;}.margin-left-21{margin-left:21px;}.margin-left-22{margin-left:22px;}.margin-left-23{margin-left:23px;}.margin-left-24{margin-left:24px;}.margin-left-25{margin-left:25px;}.margin-left-26{margin-left:26px;}.margin-left-27{margin-left:27px;}.margin-left-28{margin-left:28px;}.margin-left-29{margin-left:29px;}.margin-left-30{margin-left:30px;}.margin-left-31{margin-left:31px;}.margin-left-32{margin-left:32px;}.margin-left-33{margin-left:33px;}.margin-left-34{margin-left:34px;}.margin-left-35{margin-left:35px;}.margin-left-36{margin-left:36px;}.margin-left-37{margin-left:37px;}.margin-left-38{margin-left:38px;}.margin-left-39{margin-left:39px;}.margin-left-40{margin-left:40px;}.margin-left-41{margin-left:41px;}.margin-left-42{margin-left:42px;}.margin-left-43{margin-left:43px;}.margin-left-44{margin-left:44px;}.margin-left-45{margin-left:45px;}.margin-left-46{margin-left:46px;}.margin-left-47{margin-left:47px;}.margin-left-48{margin-left:48px;}.margin-left-49{margin-left:49px;}.margin-left-50{margin-left:50px;}.margin-left-51{margin-left:51px;}.margin-left-52{margin-left:52px;}.margin-left-53{margin-left:53px;}.margin-left-54{margin-left:54px;}.margin-left-55{margin-left:55px;}.margin-left-56{margin-left:56px;}.margin-left-57{margin-left:57px;}.margin-left-58{margin-left:58px;}.margin-left-59{margin-left:59px;}.margin-left-60{margin-left:60px;}.margin-left-61{margin-left:61px;}.margin-left-62{margin-left:62px;}.margin-left-63{margin-left:63px;}.margin-left-64{margin-left:64px;}.margin-left-65{margin-left:65px;}.margin-left-66{margin-left:66px;}.margin-left-67{margin-left:67px;}.margin-left-68{margin-left:68px;}.margin-left-69{margin-left:69px;}.margin-left-70{margin-left:70px;}.margin-left-71{margin-left:71px;}.margin-left-72{margin-left:72px;}.margin-left-73{margin-left:73px;}.margin-left-74{margin-left:74px;}.margin-left-75{margin-left:75px;}.margin-left-76{margin-left:76px;}.margin-left-77{margin-left:77px;}.margin-left-78{margin-left:78px;}.margin-left-79{margin-left:79px;}.margin-left-80{margin-left:80px;}.margin-left-81{margin-left:81px;}.margin-left-82{margin-left:82px;}.margin-left-83{margin-left:83px;}.margin-left-84{margin-left:84px;}.margin-left-85{margin-left:85px;}.margin-left-86{margin-left:86px;}.margin-left-87{margin-left:87px;}.margin-left-88{margin-left:88px;}.margin-left-89{margin-left:89px;}.margin-left-90{margin-left:90px;}.margin-left-91{margin-left:91px;}.margin-left-92{margin-left:92px;}.margin-left-93{margin-left:93px;}.margin-left-94{margin-left:94px;}.margin-left-95{margin-left:95px;}.margin-left-96{margin-left:96px;}.margin-left-97{margin-left:97px;}.margin-left-98{margin-left:98px;}.margin-left-99{margin-left:99px;}.margin-left-100{margin-left:100px;}

/* Margin Right Styles */
.margin-right-0{margin-right:0px;}.margin-right-1{margin-right:1px;}.margin-right-2{margin-right:2px;}.margin-right-3{margin-right:3px;}.margin-right-4{margin-right:4px;}.margin-right-5{margin-right:5px;}.margin-right-6{margin-right:6px;}.margin-right-7{margin-right:7px;}.margin-right-8{margin-right:8px;}.margin-right-9{margin-right:9px;}.margin-right-10{margin-right:10px;}.margin-right-11{margin-right:11px;}.margin-right-12{margin-right:12px;}.margin-right-13{margin-right:13px;}.margin-right-14{margin-right:14px;}.margin-right-15{margin-right:15px;}.margin-right-16{margin-right:16px;}.margin-right-17{margin-right:17px;}.margin-right-18{margin-right:18px;}.margin-right-19{margin-right:19px;}.margin-right-20{margin-right:20px;}.margin-right-21{margin-right:21px;}.margin-right-22{margin-right:22px;}.margin-right-23{margin-right:23px;}.margin-right-24{margin-right:24px;}.margin-right-25{margin-right:25px;}.margin-right-26{margin-right:26px;}.margin-right-27{margin-right:27px;}.margin-right-28{margin-right:28px;}.margin-right-29{margin-right:29px;}.margin-right-30{margin-right:30px;}.margin-right-31{margin-right:31px;}.margin-right-32{margin-right:32px;}.margin-right-33{margin-right:33px;}.margin-right-34{margin-right:34px;}.margin-right-35{margin-right:35px;}.margin-right-36{margin-right:36px;}.margin-right-37{margin-right:37px;}.margin-right-38{margin-right:38px;}.margin-right-39{margin-right:39px;}.margin-right-40{margin-right:40px;}.margin-right-41{margin-right:41px;}.margin-right-42{margin-right:42px;}.margin-right-43{margin-right:43px;}.margin-right-44{margin-right:44px;}.margin-right-45{margin-right:45px;}.margin-right-46{margin-right:46px;}.margin-right-47{margin-right:47px;}.margin-right-48{margin-right:48px;}.margin-right-49{margin-right:49px;}.margin-right-50{margin-right:50px;}.margin-right-51{margin-right:51px;}.margin-right-52{margin-right:52px;}.margin-right-53{margin-right:53px;}.margin-right-54{margin-right:54px;}.margin-right-55{margin-right:55px;}.margin-right-56{margin-right:56px;}.margin-right-57{margin-right:57px;}.margin-right-58{margin-right:58px;}.margin-right-59{margin-right:59px;}.margin-right-60{margin-right:60px;}.margin-right-61{margin-right:61px;}.margin-right-62{margin-right:62px;}.margin-right-63{margin-right:63px;}.margin-right-64{margin-right:64px;}.margin-right-65{margin-right:65px;}.margin-right-66{margin-right:66px;}.margin-right-67{margin-right:67px;}.margin-right-68{margin-right:68px;}.margin-right-69{margin-right:69px;}.margin-right-70{margin-right:70px;}.margin-right-71{margin-right:71px;}.margin-right-72{margin-right:72px;}.margin-right-73{margin-right:73px;}.margin-right-74{margin-right:74px;}.margin-right-75{margin-right:75px;}.margin-right-76{margin-right:76px;}.margin-right-77{margin-right:77px;}.margin-right-78{margin-right:78px;}.margin-right-79{margin-right:79px;}.margin-right-80{margin-right:80px;}.margin-right-81{margin-right:81px;}.margin-right-82{margin-right:82px;}.margin-right-83{margin-right:83px;}.margin-right-84{margin-right:84px;}.margin-right-85{margin-right:85px;}.margin-right-86{margin-right:86px;}.margin-right-87{margin-right:87px;}.margin-right-88{margin-right:88px;}.margin-right-89{margin-right:89px;}.margin-right-90{margin-right:90px;}.margin-right-91{margin-right:91px;}.margin-right-92{margin-right:92px;}.margin-right-93{margin-right:93px;}.margin-right-94{margin-right:94px;}.margin-right-95{margin-right:95px;}.margin-right-96{margin-right:96px;}.margin-right-97{margin-right:97px;}.margin-right-98{margin-right:98px;}.margin-right-99{margin-right:99px;}.margin-right-100{margin-right:100px;}

/* Margin Bottom Styles */
.margin-bottom-0{margin-bottom:0px;}.margin-bottom-1{margin-bottom:1px;}.margin-bottom-2{margin-bottom:2px;}.margin-bottom-3{margin-bottom:3px;}.margin-bottom-4{margin-bottom:4px;}.margin-bottom-5{margin-bottom:5px;}.margin-bottom-6{margin-bottom:6px;}.margin-bottom-7{margin-bottom:7px;}.margin-bottom-8{margin-bottom:8px;}.margin-bottom-9{margin-bottom:9px;}.margin-bottom-10{margin-bottom:10px;}.margin-bottom-11{margin-bottom:11px;}.margin-bottom-12{margin-bottom:12px;}.margin-bottom-13{margin-bottom:13px;}.margin-bottom-14{margin-bottom:14px;}.margin-bottom-15{margin-bottom:15px;}.margin-bottom-16{margin-bottom:16px;}.margin-bottom-17{margin-bottom:17px;}.margin-bottom-18{margin-bottom:18px;}.margin-bottom-19{margin-bottom:19px;}.margin-bottom-20{margin-bottom:20px;}.margin-bottom-21{margin-bottom:21px;}.margin-bottom-22{margin-bottom:22px;}.margin-bottom-23{margin-bottom:23px;}.margin-bottom-24{margin-bottom:24px;}.margin-bottom-25{margin-bottom:25px;}.margin-bottom-26{margin-bottom:26px;}.margin-bottom-27{margin-bottom:27px;}.margin-bottom-28{margin-bottom:28px;}.margin-bottom-29{margin-bottom:29px;}.margin-bottom-30{margin-bottom:30px;}.margin-bottom-31{margin-bottom:31px;}.margin-bottom-32{margin-bottom:32px;}.margin-bottom-33{margin-bottom:33px;}.margin-bottom-34{margin-bottom:34px;}.margin-bottom-35{margin-bottom:35px;}.margin-bottom-36{margin-bottom:36px;}.margin-bottom-37{margin-bottom:37px;}.margin-bottom-38{margin-bottom:38px;}.margin-bottom-39{margin-bottom:39px;}.margin-bottom-40{margin-bottom:40px;}.margin-bottom-41{margin-bottom:41px;}.margin-bottom-42{margin-bottom:42px;}.margin-bottom-43{margin-bottom:43px;}.margin-bottom-44{margin-bottom:44px;}.margin-bottom-45{margin-bottom:45px;}.margin-bottom-46{margin-bottom:46px;}.margin-bottom-47{margin-bottom:47px;}.margin-bottom-48{margin-bottom:48px;}.margin-bottom-49{margin-bottom:49px;}.margin-bottom-50{margin-bottom:50px;}.margin-bottom-51{margin-bottom:51px;}.margin-bottom-52{margin-bottom:52px;}.margin-bottom-53{margin-bottom:53px;}.margin-bottom-54{margin-bottom:54px;}.margin-bottom-55{margin-bottom:55px;}.margin-bottom-56{margin-bottom:56px;}.margin-bottom-57{margin-bottom:57px;}.margin-bottom-58{margin-bottom:58px;}.margin-bottom-59{margin-bottom:59px;}.margin-bottom-60{margin-bottom:60px;}.margin-bottom-61{margin-bottom:61px;}.margin-bottom-62{margin-bottom:62px;}.margin-bottom-63{margin-bottom:63px;}.margin-bottom-64{margin-bottom:64px;}.margin-bottom-65{margin-bottom:65px;}.margin-bottom-66{margin-bottom:66px;}.margin-bottom-67{margin-bottom:67px;}.margin-bottom-68{margin-bottom:68px;}.margin-bottom-69{margin-bottom:69px;}.margin-bottom-70{margin-bottom:70px;}.margin-bottom-71{margin-bottom:71px;}.margin-bottom-72{margin-bottom:72px;}.margin-bottom-73{margin-bottom:73px;}.margin-bottom-74{margin-bottom:74px;}.margin-bottom-75{margin-bottom:75px;}.margin-bottom-76{margin-bottom:76px;}.margin-bottom-77{margin-bottom:77px;}.margin-bottom-78{margin-bottom:78px;}.margin-bottom-79{margin-bottom:79px;}.margin-bottom-80{margin-bottom:80px;}.margin-bottom-81{margin-bottom:81px;}.margin-bottom-82{margin-bottom:82px;}.margin-bottom-83{margin-bottom:83px;}.margin-bottom-84{margin-bottom:84px;}.margin-bottom-85{margin-bottom:85px;}.margin-bottom-86{margin-bottom:86px;}.margin-bottom-87{margin-bottom:87px;}.margin-bottom-88{margin-bottom:88px;}.margin-bottom-89{margin-bottom:89px;}.margin-bottom-90{margin-bottom:90px;}.margin-bottom-91{margin-bottom:91px;}.margin-bottom-92{margin-bottom:92px;}.margin-bottom-93{margin-bottom:93px;}.margin-bottom-94{margin-bottom:94px;}.margin-bottom-95{margin-bottom:95px;}.margin-bottom-96{margin-bottom:96px;}.margin-bottom-97{margin-bottom:97px;}.margin-bottom-98{margin-bottom:98px;}.margin-bottom-99{margin-bottom:99px;}.margin-bottom-100{margin-bottom:100px;}

/* Margin Top Styles */
.margin-top-0{margin-top:0px;}.margin-top-1{margin-top:1px;}.margin-top-2{margin-top:2px;}.margin-top-3{margin-top:3px;}.margin-top-4{margin-top:4px;}.margin-top-5{margin-top:5px;}.margin-top-6{margin-top:6px;}.margin-top-7{margin-top:7px;}.margin-top-8{margin-top:8px;}.margin-top-9{margin-top:9px;}.margin-top-10{margin-top:10px;}.margin-top-11{margin-top:11px;}.margin-top-12{margin-top:12px;}.margin-top-13{margin-top:13px;}.margin-top-14{margin-top:14px;}.margin-top-15{margin-top:15px;}.margin-top-16{margin-top:16px;}.margin-top-17{margin-top:17px;}.margin-top-18{margin-top:18px;}.margin-top-19{margin-top:19px;}.margin-top-20{margin-top:20px;}.margin-top-21{margin-top:21px;}.margin-top-22{margin-top:22px;}.margin-top-23{margin-top:23px;}.margin-top-24{margin-top:24px;}.margin-top-25{margin-top:25px;}.margin-top-26{margin-top:26px;}.margin-top-27{margin-top:27px;}.margin-top-28{margin-top:28px;}.margin-top-29{margin-top:29px;}.margin-top-30{margin-top:30px;}.margin-top-31{margin-top:31px;}.margin-top-32{margin-top:32px;}.margin-top-33{margin-top:33px;}.margin-top-34{margin-top:34px;}.margin-top-35{margin-top:35px;}.margin-top-36{margin-top:36px;}.margin-top-37{margin-top:37px;}.margin-top-38{margin-top:38px;}.margin-top-39{margin-top:39px;}.margin-top-40{margin-top:40px;}.margin-top-41{margin-top:41px;}.margin-top-42{margin-top:42px;}.margin-top-43{margin-top:43px;}.margin-top-44{margin-top:44px;}.margin-top-45{margin-top:45px;}.margin-top-46{margin-top:46px;}.margin-top-47{margin-top:47px;}.margin-top-48{margin-top:48px;}.margin-top-49{margin-top:49px;}.margin-top-50{margin-top:50px;}.margin-top-51{margin-top:51px;}.margin-top-52{margin-top:52px;}.margin-top-53{margin-top:53px;}.margin-top-54{margin-top:54px;}.margin-top-55{margin-top:55px;}.margin-top-56{margin-top:56px;}.margin-top-57{margin-top:57px;}.margin-top-58{margin-top:58px;}.margin-top-59{margin-top:59px;}.margin-top-60{margin-top:60px;}.margin-top-61{margin-top:61px;}.margin-top-62{margin-top:62px;}.margin-top-63{margin-top:63px;}.margin-top-64{margin-top:64px;}.margin-top-65{margin-top:65px;}.margin-top-66{margin-top:66px;}.margin-top-67{margin-top:67px;}.margin-top-68{margin-top:68px;}.margin-top-69{margin-top:69px;}.margin-top-70{margin-top:70px;}.margin-top-71{margin-top:71px;}.margin-top-72{margin-top:72px;}.margin-top-73{margin-top:73px;}.margin-top-74{margin-top:74px;}.margin-top-75{margin-top:75px;}.margin-top-76{margin-top:76px;}.margin-top-77{margin-top:77px;}.margin-top-78{margin-top:78px;}.margin-top-79{margin-top:79px;}.margin-top-80{margin-top:80px;}.margin-top-81{margin-top:81px;}.margin-top-82{margin-top:82px;}.margin-top-83{margin-top:83px;}.margin-top-84{margin-top:84px;}.margin-top-85{margin-top:85px;}.margin-top-86{margin-top:86px;}.margin-top-87{margin-top:87px;}.margin-top-88{margin-top:88px;}.margin-top-89{margin-top:89px;}.margin-top-90{margin-top:90px;}.margin-top-91{margin-top:91px;}.margin-top-92{margin-top:92px;}.margin-top-93{margin-top:93px;}.margin-top-94{margin-top:94px;}.margin-top-95{margin-top:95px;}.margin-top-96{margin-top:96px;}.margin-top-97{margin-top:97px;}.margin-top-98{margin-top:98px;}.margin-top-99{margin-top:99px;}.margin-top-100{margin-top:100px;}

/* Margin Vertical */
.margin-vertical-1{margin-top:1px;margin-bottom:1px}.margin-vertical-2{margin-top:2px;margin-bottom:2px}.margin-vertical-3{margin-top:3px;margin-bottom:3px}.margin-vertical-4{margin-top:4px;margin-bottom:4px}.margin-vertical-5{margin-top:5px;margin-bottom:5px}.margin-vertical-6{margin-top:6px;margin-bottom:6px}.margin-vertical-7{margin-top:7px;margin-bottom:7px}.margin-vertical-8{margin-top:8px;margin-bottom:8px}.margin-vertical-9{margin-top:9px;margin-bottom:9px}.margin-vertical-10{margin-top:10px;margin-bottom:10px}.margin-vertical-11{margin-top:11px;margin-bottom:11px}.margin-vertical-12{margin-top:12px;margin-bottom:12px}.margin-vertical-13{margin-top:13px;margin-bottom:13px}.margin-vertical-14{margin-top:14px;margin-bottom:14px}.margin-vertical-15{margin-top:15px;margin-bottom:15px}.margin-vertical-16{margin-top:16px;margin-bottom:16px}.margin-vertical-17{margin-top:17px;margin-bottom:17px}.margin-vertical-18{margin-top:18px;margin-bottom:18px}.margin-vertical-19{margin-top:19px;margin-bottom:19px}.margin-vertical-20{margin-top:20px;margin-bottom:20px}.margin-vertical-21{margin-top:21px;margin-bottom:21px}.margin-vertical-22{margin-top:22px;margin-bottom:22px}.margin-vertical-23{margin-top:23px;margin-bottom:23px}.margin-vertical-24{margin-top:24px;margin-bottom:24px}.margin-vertical-25{margin-top:25px;margin-bottom:25px}.margin-vertical-26{margin-top:26px;margin-bottom:26px}.margin-vertical-27{margin-top:27px;margin-bottom:27px}.margin-vertical-28{margin-top:28px;margin-bottom:28px}.margin-vertical-29{margin-top:29px;margin-bottom:29px}.margin-vertical-30{margin-top:30px;margin-bottom:30px}.margin-vertical-31{margin-top:31px;margin-bottom:31px}.margin-vertical-32{margin-top:32px;margin-bottom:32px}.margin-vertical-33{margin-top:33px;margin-bottom:33px}.margin-vertical-34{margin-top:34px;margin-bottom:34px}.margin-vertical-35{margin-top:35px;margin-bottom:35px}.margin-vertical-36{margin-top:36px;margin-bottom:36px}.margin-vertical-37{margin-top:37px;margin-bottom:37px}.margin-vertical-38{margin-top:38px;margin-bottom:38px}.margin-vertical-39{margin-top:39px;margin-bottom:39px}.margin-vertical-40{margin-top:40px;margin-bottom:40px}.margin-vertical-41{margin-top:41px;margin-bottom:41px}.margin-vertical-42{margin-top:42px;margin-bottom:42px}.margin-vertical-43{margin-top:43px;margin-bottom:43px}.margin-vertical-44{margin-top:44px;margin-bottom:44px}.margin-vertical-45{margin-top:45px;margin-bottom:45px}.margin-vertical-46{margin-top:46px;margin-bottom:46px}.margin-vertical-47{margin-top:47px;margin-bottom:47px}.margin-vertical-48{margin-top:48px;margin-bottom:48px}.margin-vertical-49{margin-top:49px;margin-bottom:49px}.margin-vertical-50{margin-top:50px;margin-bottom:50px}.margin-vertical-51{margin-top:51px;margin-bottom:51px}.margin-vertical-52{margin-top:52px;margin-bottom:52px}.margin-vertical-53{margin-top:53px;margin-bottom:53px}.margin-vertical-54{margin-top:54px;margin-bottom:54px}.margin-vertical-55{margin-top:55px;margin-bottom:55px}.margin-vertical-56{margin-top:56px;margin-bottom:56px}.margin-vertical-57{margin-top:57px;margin-bottom:57px}.margin-vertical-58{margin-top:58px;margin-bottom:58px}.margin-vertical-59{margin-top:59px;margin-bottom:59px}.margin-vertical-60{margin-top:60px;margin-bottom:60px}.margin-vertical-61{margin-top:61px;margin-bottom:61px}.margin-vertical-62{margin-top:62px;margin-bottom:62px}.margin-vertical-63{margin-top:63px;margin-bottom:63px}.margin-vertical-64{margin-top:64px;margin-bottom:64px}.margin-vertical-65{margin-top:65px;margin-bottom:65px}.margin-vertical-66{margin-top:66px;margin-bottom:66px}.margin-vertical-67{margin-top:67px;margin-bottom:67px}.margin-vertical-68{margin-top:68px;margin-bottom:68px}.margin-vertical-69{margin-top:69px;margin-bottom:69px}.margin-vertical-70{margin-top:70px;margin-bottom:70px}.margin-vertical-71{margin-top:71px;margin-bottom:71px}.margin-vertical-72{margin-top:72px;margin-bottom:72px}.margin-vertical-73{margin-top:73px;margin-bottom:73px}.margin-vertical-74{margin-top:74px;margin-bottom:74px}.margin-vertical-75{margin-top:75px;margin-bottom:75px}.margin-vertical-76{margin-top:76px;margin-bottom:76px}.margin-vertical-77{margin-top:77px;margin-bottom:77px}.margin-vertical-78{margin-top:78px;margin-bottom:78px}.margin-vertical-79{margin-top:79px;margin-bottom:79px}.margin-vertical-80{margin-top:80px;margin-bottom:80px}.margin-vertical-81{margin-top:81px;margin-bottom:81px}.margin-vertical-82{margin-top:82px;margin-bottom:82px}.margin-vertical-83{margin-top:83px;margin-bottom:83px}.margin-vertical-84{margin-top:84px;margin-bottom:84px}.margin-vertical-85{margin-top:85px;margin-bottom:85px}.margin-vertical-86{margin-top:86px;margin-bottom:86px}.margin-vertical-87{margin-top:87px;margin-bottom:87px}.margin-vertical-88{margin-top:88px;margin-bottom:88px}.margin-vertical-89{margin-top:89px;margin-bottom:89px}.margin-vertical-90{margin-top:90px;margin-bottom:90px}.margin-vertical-91{margin-top:91px;margin-bottom:91px}.margin-vertical-92{margin-top:92px;margin-bottom:92px}.margin-vertical-93{margin-top:93px;margin-bottom:93px}.margin-vertical-94{margin-top:94px;margin-bottom:94px}.margin-vertical-95{margin-top:95px;margin-bottom:95px}.margin-vertical-96{margin-top:96px;margin-bottom:96px}.margin-vertical-97{margin-top:97px;margin-bottom:97px}.margin-vertical-98{margin-top:98px;margin-bottom:98px}.margin-vertical-99{margin-top:99px;margin-bottom:99px}.margin-vertical-100{margin-top:100px;margin-bottom:100px}

/* Margin Horizontal */
.margin-horizontal-1{margin-left:1px;margin-right:1px}.margin-horizontal-2{margin-left:2px;margin-right:2px}.margin-horizontal-3{margin-left:3px;margin-right:3px}.margin-horizontal-4{margin-left:4px;margin-right:4px}.margin-horizontal-5{margin-left:5px;margin-right:5px}.margin-horizontal-6{margin-left:6px;margin-right:6px}.margin-horizontal-7{margin-left:7px;margin-right:7px}.margin-horizontal-8{margin-left:8px;margin-right:8px}.margin-horizontal-9{margin-left:9px;margin-right:9px}.margin-horizontal-10{margin-left:10px;margin-right:10px}.margin-horizontal-11{margin-left:11px;margin-right:11px}.margin-horizontal-12{margin-left:12px;margin-right:12px}.margin-horizontal-13{margin-left:13px;margin-right:13px}.margin-horizontal-14{margin-left:14px;margin-right:14px}.margin-horizontal-15{margin-left:15px;margin-right:15px}.margin-horizontal-16{margin-left:16px;margin-right:16px}.margin-horizontal-17{margin-left:17px;margin-right:17px}.margin-horizontal-18{margin-left:18px;margin-right:18px}.margin-horizontal-19{margin-left:19px;margin-right:19px}.margin-horizontal-20{margin-left:20px;margin-right:20px}.margin-horizontal-21{margin-left:21px;margin-right:21px}.margin-horizontal-22{margin-left:22px;margin-right:22px}.margin-horizontal-23{margin-left:23px;margin-right:23px}.margin-horizontal-24{margin-left:24px;margin-right:24px}.margin-horizontal-25{margin-left:25px;margin-right:25px}.margin-horizontal-26{margin-left:26px;margin-right:26px}.margin-horizontal-27{margin-left:27px;margin-right:27px}.margin-horizontal-28{margin-left:28px;margin-right:28px}.margin-horizontal-29{margin-left:29px;margin-right:29px}.margin-horizontal-30{margin-left:30px;margin-right:30px}.margin-horizontal-31{margin-left:31px;margin-right:31px}.margin-horizontal-32{margin-left:32px;margin-right:32px}.margin-horizontal-33{margin-left:33px;margin-right:33px}.margin-horizontal-34{margin-left:34px;margin-right:34px}.margin-horizontal-35{margin-left:35px;margin-right:35px}.margin-horizontal-36{margin-left:36px;margin-right:36px}.margin-horizontal-37{margin-left:37px;margin-right:37px}.margin-horizontal-38{margin-left:38px;margin-right:38px}.margin-horizontal-39{margin-left:39px;margin-right:39px}.margin-horizontal-40{margin-left:40px;margin-right:40px}.margin-horizontal-41{margin-left:41px;margin-right:41px}.margin-horizontal-42{margin-left:42px;margin-right:42px}.margin-horizontal-43{margin-left:43px;margin-right:43px}.margin-horizontal-44{margin-left:44px;margin-right:44px}.margin-horizontal-45{margin-left:45px;margin-right:45px}.margin-horizontal-46{margin-left:46px;margin-right:46px}.margin-horizontal-47{margin-left:47px;margin-right:47px}.margin-horizontal-48{margin-left:48px;margin-right:48px}.margin-horizontal-49{margin-left:49px;margin-right:49px}.margin-horizontal-50{margin-left:50px;margin-right:50px}.margin-horizontal-51{margin-left:51px;margin-right:51px}.margin-horizontal-52{margin-left:52px;margin-right:52px}.margin-horizontal-53{margin-left:53px;margin-right:53px}.margin-horizontal-54{margin-left:54px;margin-right:54px}.margin-horizontal-55{margin-left:55px;margin-right:55px}.margin-horizontal-56{margin-left:56px;margin-right:56px}.margin-horizontal-57{margin-left:57px;margin-right:57px}.margin-horizontal-58{margin-left:58px;margin-right:58px}.margin-horizontal-59{margin-left:59px;margin-right:59px}.margin-horizontal-60{margin-left:60px;margin-right:60px}.margin-horizontal-61{margin-left:61px;margin-right:61px}.margin-horizontal-62{margin-left:62px;margin-right:62px}.margin-horizontal-63{margin-left:63px;margin-right:63px}.margin-horizontal-64{margin-left:64px;margin-right:64px}.margin-horizontal-65{margin-left:65px;margin-right:65px}.margin-horizontal-66{margin-left:66px;margin-right:66px}.margin-horizontal-67{margin-left:67px;margin-right:67px}.margin-horizontal-68{margin-left:68px;margin-right:68px}.margin-horizontal-69{margin-left:69px;margin-right:69px}.margin-horizontal-70{margin-left:70px;margin-right:70px}.margin-horizontal-71{margin-left:71px;margin-right:71px}.margin-horizontal-72{margin-left:72px;margin-right:72px}.margin-horizontal-73{margin-left:73px;margin-right:73px}.margin-horizontal-74{margin-left:74px;margin-right:74px}.margin-horizontal-75{margin-left:75px;margin-right:75px}.margin-horizontal-76{margin-left:76px;margin-right:76px}.margin-horizontal-77{margin-left:77px;margin-right:77px}.margin-horizontal-78{margin-left:78px;margin-right:78px}.margin-horizontal-79{margin-left:79px;margin-right:79px}.margin-horizontal-80{margin-left:80px;margin-right:80px}.margin-horizontal-81{margin-left:81px;margin-right:81px}.margin-horizontal-82{margin-left:82px;margin-right:82px}.margin-horizontal-83{margin-left:83px;margin-right:83px}.margin-horizontal-84{margin-left:84px;margin-right:84px}.margin-horizontal-85{margin-left:85px;margin-right:85px}.margin-horizontal-86{margin-left:86px;margin-right:86px}.margin-horizontal-87{margin-left:87px;margin-right:87px}.margin-horizontal-88{margin-left:88px;margin-right:88px}.margin-horizontal-89{margin-left:89px;margin-right:89px}.margin-horizontal-90{margin-left:90px;margin-right:90px}.margin-horizontal-91{margin-left:91px;margin-right:91px}.margin-horizontal-92{margin-left:92px;margin-right:92px}.margin-horizontal-93{margin-left:93px;margin-right:93px}.margin-horizontal-94{margin-left:94px;margin-right:94px}.margin-horizontal-95{margin-left:95px;margin-right:95px}.margin-horizontal-96{margin-left:96px;margin-right:96px}.margin-horizontal-97{margin-left:97px;margin-right:97px}.margin-horizontal-98{margin-left:98px;margin-right:98px}.margin-horizontal-99{margin-left:99px;margin-right:99px}.margin-horizontal-100{margin-left:100px;margin-right:100px}

/* Spacer Dimensions {1-100} */
.spacer-1,.spacer-2,.spacer-3,.spacer-4,.spacer-5,.spacer-6,.spacer-7,.spacer-8,.spacer-9,.spacer-10,.spacer-11,.spacer-12,.spacer-13,.spacer-14,.spacer-15,.spacer-16,.spacer-17,.spacer-18,.spacer-19,.spacer-20,.spacer-21,.spacer-22,.spacer-23,.spacer-24,.spacer-25,.spacer-26,.spacer-27,.spacer-28,.spacer-29,.spacer-30,.spacer-31,.spacer-32,.spacer-33,.spacer-34,.spacer-35,.spacer-36,.spacer-37,.spacer-38,.spacer-39,.spacer-40,.spacer-41,.spacer-42,.spacer-43,.spacer-44,.spacer-45,.spacer-46,.spacer-47,.spacer-48,.spacer-49,.spacer-50,.spacer-51,.spacer-52,.spacer-53,.spacer-54,.spacer-55,.spacer-56,.spacer-57,.spacer-58,.spacer-59,.spacer-60,.spacer-61,.spacer-62,.spacer-63,.spacer-64,.spacer-65,.spacer-66,.spacer-67,.spacer-68,.spacer-69,.spacer-70,.spacer-71,.spacer-72,.spacer-73,.spacer-74,.spacer-75,.spacer-76,.spacer-77,.spacer-78,.spacer-79,.spacer-80,.spacer-81,.spacer-82,.spacer-83,.spacer-84,.spacer-85,.spacer-86,.spacer-87,.spacer-88,.spacer-89,.spacer-90,.spacer-91,.spacer-92,.spacer-93,.spacer-94,.spacer-95,.spacer-96,.spacer-97,.spacer-98,.spacer-99,.spacer-100 {overflow:hidden;display:block;clear:both;}
.spacer-1{height:1px;}.spacer-2{height:2px;}.spacer-3{height:3px;}.spacer-4{height:4px;}.spacer-5{height:5px;}.spacer-6{height:6px;}.spacer-7{height:7px;}.spacer-8{height:8px;}.spacer-9{height:9px;}.spacer-10{height:10px;}.spacer-11{height:11px;}.spacer-12{height:12px;}.spacer-13{height:13px;}.spacer-14{height:14px;}.spacer-15{height:15px;}.spacer-16{height:16px;}.spacer-17{height:17px;}.spacer-18{height:18px;}.spacer-19{height:19px;}.spacer-20{height:20px;}.spacer-21{height:21px;}.spacer-22{height:22px;}.spacer-23{height:23px;}.spacer-24{height:24px;}.spacer-25{height:25px;}.spacer-26{height:26px;}.spacer-27{height:27px;}.spacer-28{height:28px;}.spacer-29{height:29px;}.spacer-30{height:30px;}.spacer-31{height:31px;}.spacer-32{height:32px;}.spacer-33{height:33px;}.spacer-34{height:34px;}.spacer-35{height:35px;}.spacer-36{height:36px;}.spacer-37{height:37px;}.spacer-38{height:38px;}.spacer-39{height:39px;}.spacer-40{height:40px;}.spacer-41{height:41px;}.spacer-42{height:42px;}.spacer-43{height:43px;}.spacer-44{height:44px;}.spacer-45{height:45px;}.spacer-46{height:46px;}.spacer-47{height:47px;}.spacer-48{height:48px;}.spacer-49{height:49px;}.spacer-50{height:50px;}.spacer-51{height:51px;}.spacer-52{height:52px;}.spacer-53{height:53px;}.spacer-54{height:54px;}.spacer-55{height:55px;}.spacer-56{height:56px;}.spacer-57{height:57px;}.spacer-58{height:58px;}.spacer-59{height:59px;}.spacer-60{height:60px;}.spacer-61{height:61px;}.spacer-62{height:62px;}.spacer-63{height:63px;}.spacer-64{height:64px;}.spacer-65{height:65px;}.spacer-66{height:66px;}.spacer-67{height:67px;}.spacer-68{height:68px;}.spacer-69{height:69px;}.spacer-70{height:70px;}.spacer-71{height:71px;}.spacer-72{height:72px;}.spacer-73{height:73px;}.spacer-74{height:74px;}.spacer-75{height:75px;}.spacer-76{height:76px;}.spacer-77{height:77px;}.spacer-78{height:78px;}.spacer-79{height:79px;}.spacer-80{height:80px;}.spacer-81{height:81px;}.spacer-82{height:82px;}.spacer-83{height:83px;}.spacer-84{height:84px;}.spacer-85{height:85px;}.spacer-86{height:86px;}.spacer-87{height:87px;}.spacer-88{height:88px;}.spacer-89{height:89px;}.spacer-90{height:90px;}.spacer-91{height:91px;}.spacer-92{height:92px;}.spacer-93{height:93px;}.spacer-94{height:94px;}.spacer-95{height:95px;}.spacer-96{height:96px;}.spacer-97{height:97px;}.spacer-98{height:98px;}.spacer-99{height:99px;}.spacer-100{height:100px;}

/* Height Dimensions {1-100} */
.height-0{height:0px;}.height-1{height:1px;}.height-2{height:2px;}.height-3{height:3px;}.height-4{height:4px;}.height-5{height:5px;}.height-6{height:6px;}.height-7{height:7px;}.height-8{height:8px;}.height-9{height:9px;}.height-10{height:10px;}.height-11{height:11px;}.height-12{height:12px;}.height-13{height:13px;}.height-14{height:14px;}.height-15{height:15px;}.height-16{height:16px;}.height-17{height:17px;}.height-18{height:18px;}.height-19{height:19px;}.height-20{height:20px;}.height-21{height:21px;}.height-22{height:22px;}.height-23{height:23px;}.height-24{height:24px;}.height-25{height:25px;}.height-26{height:26px;}.height-27{height:27px;}.height-28{height:28px;}.height-29{height:29px;}.height-30{height:30px;}.height-31{height:31px;}.height-32{height:32px;}.height-33{height:33px;}.height-34{height:34px;}.height-35{height:35px;}.height-36{height:36px;}.height-37{height:37px;}.height-38{height:38px;}.height-39{height:39px;}.height-40{height:40px;}.height-41{height:41px;}.height-42{height:42px;}.height-43{height:43px;}.height-44{height:44px;}.height-45{height:45px;}.height-46{height:46px;}.height-47{height:47px;}.height-48{height:48px;}.height-49{height:49px;}.height-50{height:50px;}.height-51{height:51px;}.height-52{height:52px;}.height-53{height:53px;}.height-54{height:54px;}.height-55{height:55px;}.height-56{height:56px;}.height-57{height:57px;}.height-58{height:58px;}.height-59{height:59px;}.height-60{height:60px;}.height-61{height:61px;}.height-62{height:62px;}.height-63{height:63px;}.height-64{height:64px;}.height-65{height:65px;}.height-66{height:66px;}.height-67{height:67px;}.height-68{height:68px;}.height-69{height:69px;}.height-70{height:70px;}.height-71{height:71px;}.height-72{height:72px;}.height-73{height:73px;}.height-74{height:74px;}.height-75{height:75px;}.height-76{height:76px;}.height-77{height:77px;}.height-78{height:78px;}.height-79{height:79px;}.height-80{height:80px;}.height-81{height:81px;}.height-82{height:82px;}.height-83{height:83px;}.height-84{height:84px;}.height-85{height:85px;}.height-86{height:86px;}.height-87{height:87px;}.height-88{height:88px;}.height-89{height:89px;}.height-90{height:90px;}.height-91{height:91px;}.height-92{height:92px;}.height-93{height:93px;}.height-94{height:94px;}.height-95{height:95px;}.height-96{height:96px;}.height-97{height:97px;}.height-98{height:98px;}.height-99{height:99px;}.height-100{height:100px;}

/* Line-Height Dimensions {1-100} */
.line-height-0{line-height:0px;}.line-height-1{line-height:1px;}.line-height-2{line-height:2px;}.line-height-3{line-height:3px;}.line-height-4{line-height:4px;}.line-height-5{line-height:5px;}.line-height-6{line-height:6px;}.line-height-7{line-height:7px;}.line-height-8{line-height:8px;}.line-height-9{line-height:9px;}.line-height-10{line-height:10px;}.line-height-11{line-height:11px;}.line-height-12{line-height:12px;}.line-height-13{line-height:13px;}.line-height-14{line-height:14px;}.line-height-15{line-height:15px;}.line-height-16{line-height:16px;}.line-height-17{line-height:17px;}.line-height-18{line-height:18px;}.line-height-19{line-height:19px;}.line-height-20{line-height:20px;}.line-height-21{line-height:21px;}.line-height-22{line-height:22px;}.line-height-23{line-height:23px;}.line-height-24{line-height:24px;}.line-height-25{line-height:25px;}.line-height-26{line-height:26px;}.line-height-27{line-height:27px;}.line-height-28{line-height:28px;}.line-height-29{line-height:29px;}.line-height-30{line-height:30px;}.line-height-31{line-height:31px;}.line-height-32{line-height:32px;}.line-height-33{line-height:33px;}.line-height-34{line-height:34px;}.line-height-35{line-height:35px;}.line-height-36{line-height:36px;}.line-height-37{line-height:37px;}.line-height-38{line-height:38px;}.line-height-39{line-height:39px;}.line-height-40{line-height:40px;}.line-height-41{line-height:41px;}.line-height-42{line-height:42px;}.line-height-43{line-height:43px;}.line-height-44{line-height:44px;}.line-height-45{line-height:45px;}.line-height-46{line-height:46px;}.line-height-47{line-height:47px;}.line-height-48{line-height:48px;}.line-height-49{line-height:49px;}.line-height-50{line-height:50px;}.line-height-51{line-height:51px;}.line-height-52{line-height:52px;}.line-height-53{line-height:53px;}.line-height-54{line-height:54px;}.line-height-55{line-height:55px;}.line-height-56{line-height:56px;}.line-height-57{line-height:57px;}.line-height-58{line-height:58px;}.line-height-59{line-height:59px;}.line-height-60{line-height:60px;}.line-height-61{line-height:61px;}.line-height-62{line-height:62px;}.line-height-63{line-height:63px;}.line-height-64{line-height:64px;}.line-height-65{line-height:65px;}.line-height-66{line-height:66px;}.line-height-67{line-height:67px;}.line-height-68{line-height:68px;}.line-height-69{line-height:69px;}.line-height-70{line-height:70px;}.line-height-71{line-height:71px;}.line-height-72{line-height:72px;}.line-height-73{line-height:73px;}.line-height-74{line-height:74px;}.line-height-75{line-height:75px;}.line-height-76{line-height:76px;}.line-height-77{line-height:77px;}.line-height-78{line-height:78px;}.line-height-79{line-height:79px;}.line-height-80{line-height:80px;}.line-height-81{line-height:81px;}.line-height-82{line-height:82px;}.line-height-83{line-height:83px;}.line-height-84{line-height:84px;}.line-height-85{line-height:85px;}.line-height-86{line-height:86px;}.line-height-87{line-height:87px;}.line-height-88{line-height:88px;}.line-height-89{line-height:89px;}.line-height-90{line-height:90px;}.line-height-91{line-height:91px;}.line-height-92{line-height:92px;}.line-height-93{line-height:93px;}.line-height-94{line-height:94px;}.line-height-95{line-height:95px;}.line-height-96{line-height:96px;}.line-height-97{line-height:97px;}.line-height-98{line-height:98px;}.line-height-99{line-height:99px;}.line-height-100{line-height:100px;}

/* Height Percentages {1-100} */
.height-percentages-0{height:0%;}.height-percentages-1{height:1%;}.height-percentages-2{height:2%;}.height-percentages-3{height:3%;}.height-percentages-4{height:4%;}.height-percentages-5{height:5%;}.height-percentages-6{height:6%;}.height-percentages-7{height:7%;}.height-percentages-8{height:8%;}.height-percentages-9{height:9%;}.height-percentages-10{height:10%;}.height-percentages-11{height:11%;}.height-percentages-12{height:12%;}.height-percentages-13{height:13%;}.height-percentages-14{height:14%;}.height-percentages-15{height:15%;}.height-percentages-16{height:16%;}.height-percentages-17{height:17%;}.height-percentages-18{height:18%;}.height-percentages-19{height:19%;}.height-percentages-20{height:20%;}.height-percentages-21{height:21%;}.height-percentages-22{height:22%;}.height-percentages-23{height:23%;}.height-percentages-24{height:24%;}.height-percentages-25{height:25%;}.height-percentages-26{height:26%;}.height-percentages-27{height:27%;}.height-percentages-28{height:28%;}.height-percentages-29{height:29%;}.height-percentages-30{height:30%;}.height-percentages-31{height:31%;}.height-percentages-32{height:32%;}.height-percentages-33{height:33%;}.height-percentages-34{height:34%;}.height-percentages-35{height:35%;}.height-percentages-36{height:36%;}.height-percentages-37{height:37%;}.height-percentages-38{height:38%;}.height-percentages-39{height:39%;}.height-percentages-40{height:40%;}.height-percentages-41{height:41%;}.height-percentages-42{height:42%;}.height-percentages-43{height:43%;}.height-percentages-44{height:44%;}.height-percentages-45{height:45%;}.height-percentages-46{height:46%;}.height-percentages-47{height:47%;}.height-percentages-48{height:48%;}.height-percentages-49{height:49%;}.height-percentages-50{height:50%;}.height-percentages-51{height:51%;}.height-percentages-52{height:52%;}.height-percentages-53{height:53%;}.height-percentages-54{height:54%;}.height-percentages-55{height:55%;}.height-percentages-56{height:56%;}.height-percentages-57{height:57%;}.height-percentages-58{height:58%;}.height-percentages-59{height:59%;}.height-percentages-60{height:60%;}.height-percentages-61{height:61%;}.height-percentages-62{height:62%;}.height-percentages-63{height:63%;}.height-percentages-64{height:64%;}.height-percentages-65{height:65%;}.height-percentages-66{height:66%;}.height-percentages-67{height:67%;}.height-percentages-68{height:68%;}.height-percentages-69{height:69%;}.height-percentages-70{height:70%;}.height-percentages-71{height:71%;}.height-percentages-72{height:72%;}.height-percentages-73{height:73%;}.height-percentages-74{height:74%;}.height-percentages-75{height:75%;}.height-percentages-76{height:76%;}.height-percentages-77{height:77%;}.height-percentages-78{height:78%;}.height-percentages-79{height:79%;}.height-percentages-80{height:80%;}.height-percentages-81{height:81%;}.height-percentages-82{height:82%;}.height-percentages-83{height:83%;}.height-percentages-84{height:84%;}.height-percentages-85{height:85%;}.height-percentages-86{height:86%;}.height-percentages-87{height:87%;}.height-percentages-88{height:88%;}.height-percentages-89{height:89%;}.height-percentages-90{height:90%;}.height-percentages-91{height:91%;}.height-percentages-92{height:92%;}.height-percentages-93{height:93%;}.height-percentages-94{height:94%;}.height-percentages-95{height:95%;}.height-percentages-96{height:96%;}.height-percentages-97{height:97%;}.height-percentages-98{height:98%;}.height-percentages-99{height:99%;}.height-percentages-100{height:100%;}

/* Min-Height {1-100} */
.min-height-0{min-height:0px;}.min-height-1{min-height:1px;}.min-height-2{min-height:2px;}.min-height-3{min-height:3px;}.min-height-4{min-height:4px;}.min-height-5{min-height:5px;}.min-height-6{min-height:6px;}.min-height-7{min-height:7px;}.min-height-8{min-height:8px;}.min-height-9{min-height:9px;}.min-height-10{min-height:10px;}.min-height-11{min-height:11px;}.min-height-12{min-height:12px;}.min-height-13{min-height:13px;}.min-height-14{min-height:14px;}.min-height-15{min-height:15px;}.min-height-16{min-height:16px;}.min-height-17{min-height:17px;}.min-height-18{min-height:18px;}.min-height-19{min-height:19px;}.min-height-20{min-height:20px;}.min-height-21{min-height:21px;}.min-height-22{min-height:22px;}.min-height-23{min-height:23px;}.min-height-24{min-height:24px;}.min-height-25{min-height:25px;}.min-height-26{min-height:26px;}.min-height-27{min-height:27px;}.min-height-28{min-height:28px;}.min-height-29{min-height:29px;}.min-height-30{min-height:30px;}.min-height-31{min-height:31px;}.min-height-32{min-height:32px;}.min-height-33{min-height:33px;}.min-height-34{min-height:34px;}.min-height-35{min-height:35px;}.min-height-36{min-height:36px;}.min-height-37{min-height:37px;}.min-height-38{min-height:38px;}.min-height-39{min-height:39px;}.min-height-40{min-height:40px;}.min-height-41{min-height:41px;}.min-height-42{min-height:42px;}.min-height-43{min-height:43px;}.min-height-44{min-height:44px;}.min-height-45{min-height:45px;}.min-height-46{min-height:46px;}.min-height-47{min-height:47px;}.min-height-48{min-height:48px;}.min-height-49{min-height:49px;}.min-height-50{min-height:50px;}.min-height-51{min-height:51px;}.min-height-52{min-height:52px;}.min-height-53{min-height:53px;}.min-height-54{min-height:54px;}.min-height-55{min-height:55px;}.min-height-56{min-height:56px;}.min-height-57{min-height:57px;}.min-height-58{min-height:58px;}.min-height-59{min-height:59px;}.min-height-60{min-height:60px;}.min-height-61{min-height:61px;}.min-height-62{min-height:62px;}.min-height-63{min-height:63px;}.min-height-64{min-height:64px;}.min-height-65{min-height:65px;}.min-height-66{min-height:66px;}.min-height-67{min-height:67px;}.min-height-68{min-height:68px;}.min-height-69{min-height:69px;}.min-height-70{min-height:70px;}.min-height-71{min-height:71px;}.min-height-72{min-height:72px;}.min-height-73{min-height:73px;}.min-height-74{min-height:74px;}.min-height-75{min-height:75px;}.min-height-76{min-height:76px;}.min-height-77{min-height:77px;}.min-height-78{min-height:78px;}.min-height-79{min-height:79px;}.min-height-80{min-height:80px;}.min-height-81{min-height:81px;}.min-height-82{min-height:82px;}.min-height-83{min-height:83px;}.min-height-84{min-height:84px;}.min-height-85{min-height:85px;}.min-height-86{min-height:86px;}.min-height-87{min-height:87px;}.min-height-88{min-height:88px;}.min-height-89{min-height:89px;}.min-height-90{min-height:90px;}.min-height-91{min-height:91px;}.min-height-92{min-height:92px;}.min-height-93{min-height:93px;}.min-height-94{min-height:94px;}.min-height-95{min-height:95px;}.min-height-96{min-height:96px;}.min-height-97{min-height:97px;}.min-height-98{min-height:98px;}.min-height-99{min-height:99px;}.min-height-100{min-height:100px;}

/* Width Dimensions {1-100} */
.width-0{width:0px;}.width-1{width:1px;}.width-2{width:2px;}.width-3{width:3px;}.width-4{width:4px;}.width-5{width:5px;}.width-6{width:6px;}.width-7{width:7px;}.width-8{width:8px;}.width-9{width:9px;}.width-10{width:10px;}.width-11{width:11px;}.width-12{width:12px;}.width-13{width:13px;}.width-14{width:14px;}.width-15{width:15px;}.width-16{width:16px;}.width-17{width:17px;}.width-18{width:18px;}.width-19{width:19px;}.width-20{width:20px;}.width-21{width:21px;}.width-22{width:22px;}.width-23{width:23px;}.width-24{width:24px;}.width-25{width:25px;}.width-26{width:26px;}.width-27{width:27px;}.width-28{width:28px;}.width-29{width:29px;}.width-30{width:30px;}.width-31{width:31px;}.width-32{width:32px;}.width-33{width:33px;}.width-34{width:34px;}.width-35{width:35px;}.width-36{width:36px;}.width-37{width:37px;}.width-38{width:38px;}.width-39{width:39px;}.width-40{width:40px;}.width-41{width:41px;}.width-42{width:42px;}.width-43{width:43px;}.width-44{width:44px;}.width-45{width:45px;}.width-46{width:46px;}.width-47{width:47px;}.width-48{width:48px;}.width-49{width:49px;}.width-50{width:50px;}.width-51{width:51px;}.width-52{width:52px;}.width-53{width:53px;}.width-54{width:54px;}.width-55{width:55px;}.width-56{width:56px;}.width-57{width:57px;}.width-58{width:58px;}.width-59{width:59px;}.width-60{width:60px;}.width-61{width:61px;}.width-62{width:62px;}.width-63{width:63px;}.width-64{width:64px;}.width-65{width:65px;}.width-66{width:66px;}.width-67{width:67px;}.width-68{width:68px;}.width-69{width:69px;}.width-70{width:70px;}.width-71{width:71px;}.width-72{width:72px;}.width-73{width:73px;}.width-74{width:74px;}.width-75{width:75px;}.width-76{width:76px;}.width-77{width:77px;}.width-78{width:78px;}.width-79{width:79px;}.width-80{width:80px;}.width-81{width:81px;}.width-82{width:82px;}.width-83{width:83px;}.width-84{width:84px;}.width-85{width:85px;}.width-86{width:86px;}.width-87{width:87px;}.width-88{width:88px;}.width-89{width:89px;}.width-90{width:90px;}.width-91{width:91px;}.width-92{width:92px;}.width-93{width:93px;}.width-94{width:94px;}.width-95{width:95px;}.width-96{width:96px;}.width-97{width:97px;}.width-98{width:98px;}.width-99{width:99px;}.width-100{width:100px;}

/* Width Percentages {1-100} */
.width-percentages-0{width:0%;}.width-percentages-1{width:1%;}.width-percentages-2{width:2%;}.width-percentages-3{width:3%;}.width-percentages-4{width:4%;}.width-percentages-5{width:5%;}.width-percentages-6{width:6%;}.width-percentages-7{width:7%;}.width-percentages-8{width:8%;}.width-percentages-9{width:9%;}.width-percentages-10{width:10%;}.width-percentages-11{width:11%;}.width-percentages-12{width:12%;}.width-percentages-13{width:13%;}.width-percentages-14{width:14%;}.width-percentages-15{width:15%;}.width-percentages-16{width:16%;}.width-percentages-17{width:17%;}.width-percentages-18{width:18%;}.width-percentages-19{width:19%;}.width-percentages-20{width:20%;}.width-percentages-21{width:21%;}.width-percentages-22{width:22%;}.width-percentages-23{width:23%;}.width-percentages-24{width:24%;}.width-percentages-25{width:25%;}.width-percentages-26{width:26%;}.width-percentages-27{width:27%;}.width-percentages-28{width:28%;}.width-percentages-29{width:29%;}.width-percentages-30{width:30%;}.width-percentages-31{width:31%;}.width-percentages-32{width:32%;}.width-percentages-33{width:33%;}.width-percentages-34{width:34%;}.width-percentages-35{width:35%;}.width-percentages-36{width:36%;}.width-percentages-37{width:37%;}.width-percentages-38{width:38%;}.width-percentages-39{width:39%;}.width-percentages-40{width:40%;}.width-percentages-41{width:41%;}.width-percentages-42{width:42%;}.width-percentages-43{width:43%;}.width-percentages-44{width:44%;}.width-percentages-45{width:45%;}.width-percentages-46{width:46%;}.width-percentages-47{width:47%;}.width-percentages-48{width:48%;}.width-percentages-49{width:49%;}.width-percentages-50{width:50%;}.width-percentages-51{width:51%;}.width-percentages-52{width:52%;}.width-percentages-53{width:53%;}.width-percentages-54{width:54%;}.width-percentages-55{width:55%;}.width-percentages-56{width:56%;}.width-percentages-57{width:57%;}.width-percentages-58{width:58%;}.width-percentages-59{width:59%;}.width-percentages-60{width:60%;}.width-percentages-61{width:61%;}.width-percentages-62{width:62%;}.width-percentages-63{width:63%;}.width-percentages-64{width:64%;}.width-percentages-65{width:65%;}.width-percentages-66{width:66%;}.width-percentages-67{width:67%;}.width-percentages-68{width:68%;}.width-percentages-69{width:69%;}.width-percentages-70{width:70%;}.width-percentages-71{width:71%;}.width-percentages-72{width:72%;}.width-percentages-73{width:73%;}.width-percentages-74{width:74%;}.width-percentages-75{width:75%;}.width-percentages-76{width:76%;}.width-percentages-77{width:77%;}.width-percentages-78{width:78%;}.width-percentages-79{width:79%;}.width-percentages-80{width:80%;}.width-percentages-81{width:81%;}.width-percentages-82{width:82%;}.width-percentages-83{width:83%;}.width-percentages-84{width:84%;}.width-percentages-85{width:85%;}.width-percentages-86{width:86%;}.width-percentages-87{width:87%;}.width-percentages-88{width:88%;}.width-percentages-89{width:89%;}.width-percentages-90{width:90%;}.width-percentages-91{width:91%;}.width-percentages-92{width:92%;}.width-percentages-93{width:93%;}.width-percentages-94{width:94%;}.width-percentages-95{width:95%;}.width-percentages-96{width:96%;}.width-percentages-97{width:97%;}.width-percentages-98{width:98%;}.width-percentages-99{width:99%;}.width-percentages-100{width:100%;}

/* Cursor */
.cursor-wait { cursor:wait; }
.cursor-pointer { cursor:pointer; }
.cursor-default { cursor:default; }
.cursor-move { cursor:move; }

/* Helper Classes */
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.uppercase { text-transform: uppercase !important; }
.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }
.position-relative { position: relative; }
.position-fixed { position: fixed; }
.position-absolute { position: absolute; }
.border-solid { border: 1px solid #e6e6e6; }
.border-top-solid { border-top: 1px solid #e6e6e6; }
.border-bottom-solid { border-bottom: 1px solid #e6e6e6; }
.border-left-solid { border-left: 1px solid #e6e6e6; }
.border-right-solid { border-right: 1px solid #e6e6e6; }
.border-dashed { border: 1px dashed #e6e6e6; }
.no-margin { margin: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin-right { margin-right: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-padding { padding: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-border { border: none !important; }
.no-top-border { border-top: none !important; }
.no-bottom-border { border-bottom: none !important; }
.no-box-shadow { box-shadow: none !important; }
.display-none { display: none; }
.display-block { display: block; }
.display-inline { display: inline; }
.display-inline-block { display: -moz-inline-stack !important; display: inline-block !important; *display: inline !important; zoom:1 !important; }
.center-block { display: block; margin-right: auto; margin-left: auto; }
.visibility-visible { visibility:visible; }
.visibility-hidden { visibility:hidden; }
.font-weight-bold { font-weight: 700 !important; }
.font-weight-semibold { font-weight: 500 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-italic { font-weight: italic; }
.text-decoration-none { text-decoration: none; }
.text-decoration-line-through { text-decoration: line-through; }
.text-decoration-underline { text-decoration: underline; }
.text-decoration-through { text-decoration: through; }
.text-uppercase { text-transform: uppercase!important; }
.text-muted { color: #798087!important; }
.text-custom { color: #64b0f2; }
.text-primary { color: #33cc87 !important; }
.text-success { color: #8dc63f !important; }
.text-info { color: #40bbea !important; }
.text-warning { color: #ffba00 !important; }
.text-danger { color: #e33244 !important; }
.text-purple { color: #673ab7; }
.text-pink { color: #ff7aa3; }
.text-dark { color: #383838; }
.text-white { color: #ffffff; }
.bg-primary { background-color: #33cc87; }
.bg-success { background-color: #8dc63f; }
.bg-info { background-color: #40bbea; }
.bg-warning { background-color: #ffba00; }
.bg-danger { background-color: #e33244; }
.bg-purple { background-color: #673ab7; }
.bg-pink { background-color: #ff7aa3; }
.bg-dark { background-color: #2b3d51; }
.no-cursor { cursor: default; }
.hide { display: none; }
.hidden { left: -99999px; position: absolute !important; }
.antialiased { -webkit-font-smoothing: antialiased; }
.center-block { display: block;margin-left: auto;margin-right: auto; }
.img-circle {border-radius: 50%;}
.border-radius{border-radius: .25rem;}
.box-shadow {box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);}
a.noTransition {-moz-transition: none;-webkit-transition: none;-o-transition: color 0 ease-in;transition: none;}
p {margin:0 0 10px;font-weight:400;}
p:last-child{margin-bottom:0;}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {font-family:inherit;font-weight:600;color:inherit;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,
.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,
h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,
.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {display: block; font-weight: normal; color: #777;}
h1,.h1,h2,.h2,h3,.h3 {margin-top: 15px;margin-bottom: 15px;}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {font-size: 65%;}
h4,.h4,h5,.h5,h6,.h6 {margin-top: 10px;margin-bottom: 10px;}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {font-size: 75%;}
p {
	font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
	line-height: clamp(1.575rem, 0.046vw + 1.563rem, 1.6rem);
}
h1,
.h1 {
	font-size: clamp(2.625rem, 1.445vw + 2.251rem, 3.75rem);
	line-height: clamp(3.938rem, 1.204vw + 3.626rem, 4.875rem);
}
h2,
.h2 {
	font-size: clamp(1.5rem, 1.445vw + 1.126rem, 2.625rem);
	line-height: clamp(2.25rem, 1.493vw + 1.864rem, 3.413rem);
}
h3,
.h3 {
	font-size: clamp(1.25rem, 0.963vw + 1.001rem, 2rem);
	line-height: clamp(1.875rem, 0.931vw + 1.634rem, 2.6rem);
}
h4,
.h4 {
	font-size: clamp(1.125rem, 0.963vw + 0.876rem, 1.875rem);
	line-height: clamp(1.688rem, 0.963vw + 1.438rem, 2.438rem);
}
h5,
.h5 {
	font-size: clamp(1.063rem, 0.562vw + 0.917rem, 1.5rem);
	line-height: clamp(1.594rem, 0.457vw + 1.475rem, 1.95rem);
}
h6,
.h6 {
	font-size: clamp(1rem, 0.321vw + 0.917rem, 1.25rem);
	line-height: clamp(1.5rem, 0.161vw + 1.458rem, 1.625rem);
}
div.clear {clear:both;}
.clearfix:before,.clearfix:after{content: " ";display: table}.clearfix:after{clear: both}
.h{font-size: 180px;font-weight: 600;text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);margin-bottom: 20px}
.first-child {margin-top: 0 !important;}
.last-child {margin-bottom: 0 !important;}
.vertical-middle{display:table;}
.vertical-middle-child{display:table-cell;vertical-align:middle;}
.image-center{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-block;border:none;margin:auto;}
ul.list-style{margin:0 0 10px 18px;}
ul.list-style.list-style-disc{list-style-type:disc;}
ul.list-style li{margin:0 0 10px 0;}
.hover-scale {transition: 0.2s linear;}
.hover-scale:hover {transform: scale(1.03);}
.grayscale {filter: grayscale(1);}
.grayscale,.hover-grayscale {transition: 0.2s linear;}
.hover-grayscale:hover {filter: grayscale(1);}
.hover-ungrayscale:hover {filter: grayscale(0);}

/* Image Position */
img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
img.aligncenter {
	display: block;
    margin: 0 auto 15px auto;
}
/* Responsive - Mobile */
@media screen and (max-width: 767px) {
	.mobile-hide {
		display: none !important;
	}
	.mobile-visible {
		display: inline-block !important;
	}
	.mobile-text-left {
		text-align: left !important;
	}
	.mobile-text-right {
		text-align: right !important;
	}
	.mobile-text-center {
		text-align: center !important;
	}
    [class*="width-percentages-"] {
        width:100%;
    }
    .flex-mobile-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .overflow-x-mobile-scroll {
        overflow-x: auto;
    }
}

/* Responsive - Tablet */
@media only screen and (min-width: 767px) and (max-width: 992px) {
	.tablet-hide {
		display: none !important;
	}
	.tablet-visible {
		display: inline-block !important;
	}
	.tablet-text-left {
		text-align: left !important;
	}
	.tablet-text-right {
		text-align: right !important;
	}
	.tablet-text-center {
		text-align: center !important;
	}
}

/* Responsive - Desktop */
@media only screen and (min-width: 1024px) {
	.desktop-hide {
		display: none !important;
	}
	.desktop-visible {
		display: inline-block !important;
	}
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
html::-webkit-scrollbar-track {
	background-color: transparent;
}
html::-webkit-scrollbar {
	width: 8px;
}
html::-webkit-scrollbar-thumb {
	background-color: #555555;
	border-radius: 5px;
}
html::-webkit-scrollbar-thumb:hover {
	background-color: #666666;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-touch-callout: none
}
a:active,
a:hover,
a:focus {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 600;
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    /* Only render when in viewport */
    /* content-visibility: visible; */
    max-width: 100%;
    height: auto;
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
input::-ms-clear {
    display: none;
}
/* https://stackoverflow.com/questions/58263122/google-chrome-autofill-background-color-change */
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
ul {
    list-style: none
}
iframe {
    border: 0;
    border-radius: .25rem;
    box-shadow: 0px 8px 15px 4px rgb(0 0 0 / 5%);
    margin-bottom: -5px;
    overflow: hidden;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}

select:-moz-focusring {
    outline: none !important;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

input[type="file"] {
	border: medium none;
    box-shadow: none;
    cursor: pointer;
    margin: 0;
    max-width: none;
    padding: 0;
    width: auto;
	height: 31px;
	display: inline-block;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

select {
    cursor: pointer;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.9rem + .25rem);
    padding: .375rem .75rem;
    font-size: 1em;
	font-weight: 300;
    color: #495057;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:focus {
    border-color: #bdc5c9;
    outline: 0;
	background-color:#ffffff;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control-desc {
    color: #495057;
    font-size: 13px;
    font-style: italic;
    margin: 2px 0 0;
}

.selectbox.medium:after {
    top: 10px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
	min-height: 100px;
	resize:none;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 34px;
	}
}

/* Selectbox */
.selectbox {
	position:relative;
	line-height: initial;
}

.selectbox:after {
    position: absolute;
	right: 10px;
	top: 12px;
	content: "\EA50";
	font-family: "Icon" !important;
	font-size: 26px;
    color: #dddddd;
}

.selectbox > select {
    border: 1px solid #dddddd;
    box-shadow: none;
	min-width: 40px;
	height: calc(2.9rem + .25rem);
    color: #495057;
    font-size: 14px;
    font-weight: 300;
	padding: .375rem .75rem;
    border-radius: .25rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
    text-overflow: '';
	background-color: #ffffff;
}

.selectbox.selectbox-block > select {
	width: 100%;
	display: block;
}

.selectbox > select:focus {
    border-color: #33cc87;
    outline: 0;
    background-color: #ffffff;
}

@media all and (min-width:0) {
	.selectbox > select {
		background: none\0/;
		padding: 5px\0/;
	}
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.selectBox > select {
		padding: 5px 25px 5px 5px;
	}
}

select::-ms-expand {
    display: none;
}

/* Input Icon */
.input-icon {
    position: relative;
}

.input-icon > .form-control {
    padding-left: 33px;
}

.input-icon > i {
    color: #b7b7b7;
    display: block;
    position: absolute;
    margin: 6px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.input-icon-right > .form-control {
    padding-right: 33px;
    padding-left: 12px;
}

.input-icon.input-icon-right > i {
    right: 8px;
    float: right;
}

/* Form Input Sizing */
.input-mini {
    width: 45px !important;
}

.input-xsmall {
    width: 80px !important;
}

.input-small {
    width: 190px !important;
}

.input-medium {
    width: 240px !important;
}

.input-large {
    width: 320px !important;
}

.input-xlarge {
    width: 420px !important;
}

@media (max-width: 768px) {
    .input-large {
        width: 250px !important;
    }
    .input-xlarge {
        width: 300px !important;
    }
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
}

@media screen and (min-width: 40em) {
	.form-group {
        margin-bottom: 20px;
	}
}

.form-group:before,
.form-group:after {
    content: " ";
    display: table;
}

.form-group:after {
    clear: both;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group .label-control {
	padding-top: 0;
}

.label-control {
	font-size: 14px;
	font-weight: 600;
	color: #666666;
    margin-bottom: 5px;
	display: inline-block;
	padding-top: 15px;
}

.label-control.label-control-block {
	display:block;
	width:100%;
}

.form-group.filled,
.form-group.flex.filled .input-inline {
    position: relative;
}

.form-group .label-filled {
    color: #8d8d8d;
    left: .75rem;
    position: absolute;
    pointer-events: none;
    top: 16px;
    font-size: 1em;
    line-height: initial;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.form-group.filled [data-filled] {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.form-group.filled textarea[data-filled] {
    padding-top: 20px;
}

.form-group.filled textarea[data-filled] + label.label-filled {
    top: 12px;
}

.form-group.filled select[data-filled] {
    color: transparent;
}

.form-group.filled select[data-filled]:focus,
.form-group.filled select[data-filled].input-filled {
    color: #495057;
}

.form-group [data-filled]:focus + label.label-filled,
.form-group [data-filled].input-filled + label.label-filled {
    color: #353f45;
    font-size: 12px;
    font-weight: 400;
    left: .75rem;
    top: -7px !important;
    padding: 0 6px;
    background: #fff;
}

.form-group:before,
.form-group:after {
    content: " ";
    display: table;
}

.form-group:after,
.form-group:after {
    clear: both;
}

.form-group.flex {
    display: flex;
}

.form-group.flex .input-inline {
    width: 100%;
    margin-right: 15px;
    flex: 1 0 0;
}

html[dir="Rtl"] .form-group.flex .input-inline {
	margin-right: 0;
    margin-left: 15px;
}

.form-group.flex .input-inline:last-child {
    margin-right: 0;
}

html[dir="Rtl"] .form-group.flex .input-inline:last-child {
    margin-left: 0;
}

@media screen and (max-width: 640px) {
    .form-group.flex {
        display: block;
    }
    .form-group.flex .input-inline {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .form-group.flex .input-inline:last-child {
        margin-bottom: 0;
    }
}

/* Validate Styles */
input.validate-error,
input.validate-error:focus,
select.validate-error,
select.validate-error:focus,
textarea.validate-error,
textarea.validate-error:focus {
	border-color: #cc4c3f;
	background-color: #ffffff;
}

div.validate-error {
	font-size: 12px;
	line-height: 1.5;
    margin: 5px 0 0;
	color: #cc4c3f;
}

div.selectbox-validate-error::after {
	color: #cc4c3f;
}

/* Radio & Checkbox Styles */
.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 25px;
    margin-bottom: 10px;
}

.radios,
.checkboxes {
    margin: 0;
}

.radios > .radio:last-child,
.checkboxes > .checkbox:last-child {
    min-height: 20px;
    margin-bottom: 0px;
}

.radio label,
.checkbox label {
    cursor: pointer;
    margin-bottom: 0;
    line-height: 1.3;
    display: inline-block;
}

/* .radio label a,
.checkbox label a {
	color: #666666;
    font-weight: 600;
}

.checkbox label a [name="use_personal_data_agreement"] + label > a {

} */

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
    cursor: not-allowed;
}

/* Custom Radio & Checkbox Styles */
.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 25px;
    margin-bottom: 10px;
}

.radios > .radio:last-child,
.checkboxes > .checkbox:last-child {
    min-height: 20px;
    margin-bottom: 0px;
}

.radio label,
.checkbox label {
    cursor: pointer;
    margin-bottom: 0;
    line-height: 1.3;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
    cursor: not-allowed;
}

.radio-custom,
.checkbox-custom {
    display: block;
}

.radio-custom input[type=radio],
.checkbox-custom input[type=checkbox] {
    position: absolute;
    left: -9999em;
}

.radio-custom > label,
.checkbox-custom > label {
    position: relative;
    padding-left: 30px;
}

.radio-custom > label:before,
.checkbox-custom > label:before {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    margin: 0;
    content: '';
    border: 1px solid #dddddd;
    border-radius: .25rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

.radio-custom > label,
.radio-custom > label:before {
    border-radius: 100%;
}

.radio-custom > input[type=radio]:checked + label:before,
.checkbox-custom > input[type=checkbox]:checked + label:before {
    color: #333333;
}

.radio-custom > input[type=radio]:disabled + label:before,
.checkbox-custom > input[type=checkbox]:disabled + label:before {
    color: #bfbfbf;
}

.radio-custom > input[type=radio]:checked + label:before {
    background-color: #33cc87;
}

.radio-custom > input[type=radio]:disabled + label:before {
    background-color: #eeeeee;
}

.checkbox-custom > input[type=checkbox]:checked + label:before {
    border-color: #33cc87;
    background-color: #33cc87;
}

.checkbox-custom > input[type=checkbox]:disabled + label:before {
    background-color: #eeeeee;
}

/* Custom Radio & Checkbox Horizontal Styles */
.radios.radio-horizontal .radio,
.checkboxes.checkbox-horizontal .checkbox {
    margin: 0 10px 5px 0;
    display: inline-block;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

/* Button */
.button {
	margin: 0 0 0 5px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 700;
    border-width: 0px;
	border-style: solid;
	position: relative;
    display: inline-block;
    cursor: pointer;
	text-align: center;
	transition: .1s linear;
	-moz-transition: .1s linear;
	-webkit-transition: .1s linear;
	-o-transition: .1s linear;
	color: #666666;
	border-color: #c3c6c9;
	border-radius: .25rem;
	background-color: #fff;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:first-child {
	margin: 0;
}

.button:not(.disabled):hover {
	outline: none;
}

.button-animation {
	transition: all .5s;
    -webkit-transition: all .5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.button-loading {
	position: relative;
	cursor: default;
	point-events: none;
	text-shadow: none !important;
	color: transparent !important;
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.button-loading i {
	visibility: hidden;
}

.button-loading:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -0.6em 0 0 -0.6em;
	width: 1.1857em;
	height: 1.1857em;
	border-radius: 500rem;
	border: 3px solid rgba(0, 0, 0, 0.15);
}

.button-loading:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -0.6em 0 0 -0.6em;
	width: 1.1857em;
	height: 1.1857em;
	-webkit-animation: button-spin 0.5s linear;
	animation: button-spin 0.5s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #ffffff transparent transparent;
	border-style: solid;
	border-width: 3px;
	box-shadow: 0px 0px 0px 1px transparent;
}

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

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

.button-block {
	width: 100%;
	display: block;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (max-width: 640px) {
	.button-mobile-block {
		width: 100%;
		display: block;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.button-mini {
	font-size: 12px;
	padding: 3px 5px 4px;
	line-height: 1.5;
}

.button-mini i {
	line-height: 0.5;
}

.button-small {
	font-size: 13px;
	padding: 5px 10px;
}

.button-medium {
	font-size: 16px;
    padding: 11px 18px;
}

.button-large {
	font-size: 18px;
    padding: 16px 22px;
}

/* Button Icon */
.button i {
	margin: 0;
}

.button i:before {
	font-size: 20px;
}

/* Button Rounded */
.button-rounded {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
}

/* Button Position */
.button.button-left-icon i,
.button.button-right-icon i {
	position: relative;
	font-weight: normal !important;
	/* top: 1px; */
}

.button.button-left-icon i {
	margin-left: 0;
	margin-right: 5px;
}

.button.button-right-icon i {
	margin-left: 5px;
	margin-right: 0;
}

.button.text-left.button-right-icon i {
	float: right;
}

.button.text-right.button-left-icon i {
	float: left;
}

.button.text-center.button-left-icon i {
	float: left;
}

.button.button-left-icon i::before,
.button.button-right-icon i::before {
	font-size: 14px;
}

.button.button-small.button-left-icon i::before,
.button.button-small.button-right-icon i::before {
	font-size: 14px;
}

.button.button-medium.button-left-icon i::before,
.button.button-medium.button-right-icon i::before {
	font-size: 18px;
}

.button.button-large.button-left-icon i::before,
.button.button-large.button-right-icon i::before {
	font-size: 20px;
}

/* Button Default */
.button.button-default {
    color: #666666;
	border-color: #dddddd;
	background-color: #ffffff;
    border-width: 1px;
}

.button.button-default > i:before {
    color: #666666;
}

.button.button-default:hover {
	color: #666666;
    border-color: #dce1e4;
	background-color: #f7f8f9;
}


/* Button Primary */
.button.button-primary {
    color: #fff;
    background: #33cc87;
    border: 1px solid transparent;
}

.button.button-primary > i:before {
    color: #fff;
}

.button.button-primary:hover {
    color: #fff;
    background: #33cc87;
}

.button.button-primary:hover > i:before {
    color: #fff;
}

/* Button Primary Outline */
.button.button-primary-outline {
	color: #33cc87;
	border: 1px solid #33cc87;
}

.button.button-primary-outline > i:before {
    color: #33cc87;
}

.button.button-primary-outline:hover {
	color: #fff;
	border: 1px solid #33cc87;
    background: #33cc87;
}

.button.button-primary-outline:hover > i {
	color: #fff;
}

/* Button Secondary */
.button.button-secondary {
    color: #ffffff;
    background: #282828;
    border: 1px solid transparent;
}

.button.button-secondary > i:before {
    color: #fff;
}

.button.button-secondary:hover {
    color: #fff;
    background: #fff170;
}

.button.button-secondary:hover > i:before {
    color: #fff;
}

/* Button Secondary Outline */
.button.button-secondary-outline {
	color: #282828;
	border: 1px solid #282828;
}

.button.button-secondary-outline > i:before {
    color: #282828;
}

.button.button-secondary-outline:hover {
	color: #ffffff;
	border: 1px solid #282828;
    background: #282828;
}

.button.button-secondary-outline:hover > i:before {
	color: #ffffff;
}

/* Button Soft Gray */
.button.button-soft-gray {
    color: #666666;
    background: #eeeeee;
    border: 1px solid transparent;
}

.button.button-soft-gray > i:before {
    color: #999999;
}

.button.button-soft-gray:hover {
    color: #666666;
    background: #dddddd;
}

.button.button-soft-gray:hover > i:before {
    color: #666666;
}

/* Button Dark Gray */
.button.button-dark-gray {
    color: #fff;
    background: #333333;
    border: 1px solid transparent;
}

.button.button-dark-gray > i:before {
    color: #fff;
}

.button.button-dark-gray:hover {
    color: #fff;
    background: #242424;
}

.button.button-dark-gray:hover > i:before {
    color: #fff;
}

/* Button Success */
.button.button-success {
	color: #fff;
	background: #8dc63f;
    border: 1px solid transparent;
}

.button.button-success > i:before {
    color: #fff;
}

.button.button-success:hover {
    color: #fff;
    background: #80b43a;
}

.button.button-success:hover > i:before {
    color: #fff;
}

/* Button Info */
.button.button-info {
	color: #fff;
	background: #40bbea;
    border: 1px solid transparent;
}

.button.button-info > i:before {
    color: #fff;
}

.button.button-info:hover {
    color: #fff;
	background: #3cadd9;
}

.button.button-info:hover > i:before {
    color: #fff;
}

/* Button Warning */
.button.button-warning {
	color: #fff;
    background: #ffba00;
    border: 1px solid transparent;
}

.button.button-warning > i:before {
    color: #fff;
}

.button.button-warning:hover {
    color: #fff;
    background: #f0af00;
}

.button.button-warning:hover > i:before {
    color: #fff;
}

/* Button Danger */
.button.button-danger {
	color: #fff;
    background: #e33244;
    border: 1px solid transparent;
}

.button.button-danger > i:before {
    color: #fff;
}

.button.button-danger:hover {
    color: #fff;
    background: #d6404f;
}

.button.button-danger:hover > i:before {
    color: #fff;
}

/* Button Pink */
.button.button-pink {
    color: #fff;
    background: #ff7aa3;
    border: 1px solid transparent;
}

.button.button-pink > i:before {
    color: #fff;
}

.button.button-pink:hover {
    color: #fff;
    background: #ff5187;
}

.button.button-pink:hover > i:before {
    color: #fff;
}

/* Button Purple */
.button.button-purple {
    color: #fff;
    background: #9261c6;
    border: 1px solid transparent;
}

.button.button-purple > i:before {
    color: #fff;
}

.button.button-purple:hover {
    color: #fff;
    background: #7d43bb;
}

.button.button-purple:hover > i:before {
    color: #fff;
}

/* Button Disabled */
.button.button-disabled,
.button.button-disabled:hover,
.button.button-disabled:active,
.button.button-disabled:focus {
	cursor: not-allowed;
	background-color: #c5c5c5;
	color: #fff;
	box-shadow: none;
	border: 1px solid transparent;
}

.button.button-disabled > i:before {
	color: #fff;
	opacity: .8;
}

/* Button Badge */
.button .badge {
	margin: 0 0 -1px;
	padding: 2px 5px;
    position: relative;
    top: 0;
	left: 3px;
}

.button .badge > i {
	font-size: 11px;
    margin: 0;
    position: relative;
    top: -1px;
}

.button-facebook {
	color: #ffffff;
	background: #3b5998;
}

.button-facebook i.fa:before {
	color: #ffffff;
	font-size: 16px;
	margin-left: -5px;
}

.button-twitter {
	color: #ffffff;
	background: #00acee;
}

.button-twitter i.fa:before {
	color: #ffffff;
	font-size: 16px;
	margin-left: -5px;
}

.button-google-plus {
	color: #ffffff;
	background: #e93f2e;
}

.button-google-plus i.fa:before {
	color: #ffffff;
	font-size: 16px;
	margin-left: -5px;
}

.button-pinterest {
	color: #ffffff;
	background: #d20b08;
}

.button-pinterest i.fa:before {
	color: #ffffff;
	font-size: 16px;
	margin-left: -5px;
}

/*
* Remix Icon v2.5.0
*/
[class^="ic-"], [class*=" ic-"] {
    font-family: 'icon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: relative;
    top: 2px;
}

.ic-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ic-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ic-xxs { font-size: .5em; }
.ic-xs { font-size: .75em; }
.ic-sm { font-size: .875em }
.ic-1x { font-size: 1em; }
.ic-2x { font-size: 2em; }
.ic-3x { font-size: 3em; }
.ic-4x { font-size: 4em; }
.ic-5x { font-size: 5em; }
.ic-6x { font-size: 6em; }
.ic-7x { font-size: 7em; }
.ic-8x { font-size: 8em; }
.ic-9x { font-size: 9em; }
.ic-10x { font-size: 10em; }
.ic-fw { text-align: center; width: 1.25em; }

.ic-24-hours-fill:before { content: "\ea01"; }
.ic-24-hours-line:before { content: "\ea02"; }
.ic-4k-fill:before { content: "\ea03"; }
.ic-4k-line:before { content: "\ea04"; }
.ic-a-b:before { content: "\ea05"; }
.ic-account-box-fill:before { content: "\ea06"; }
.ic-account-box-line:before { content: "\ea07"; }
.ic-account-circle-fill:before { content: "\ea08"; }
.ic-account-circle-line:before { content: "\ea09"; }
.ic-account-pin-box-fill:before { content: "\ea0a"; }
.ic-account-pin-box-line:before { content: "\ea0b"; }
.ic-account-pin-circle-fill:before { content: "\ea0c"; }
.ic-account-pin-circle-line:before { content: "\ea0d"; }
.ic-add-box-fill:before { content: "\ea0e"; }
.ic-add-box-line:before { content: "\ea0f"; }
.ic-add-circle-fill:before { content: "\ea10"; }
.ic-add-circle-line:before { content: "\ea11"; }
.ic-add-fill:before { content: "\ea12"; }
.ic-add-line:before { content: "\ea13"; }
.ic-admin-fill:before { content: "\ea14"; }
.ic-admin-line:before { content: "\ea15"; }
.ic-advertisement-fill:before { content: "\ea16"; }
.ic-advertisement-line:before { content: "\ea17"; }
.ic-airplay-fill:before { content: "\ea18"; }
.ic-airplay-line:before { content: "\ea19"; }
.ic-alarm-fill:before { content: "\ea1a"; }
.ic-alarm-line:before { content: "\ea1b"; }
.ic-alarm-warning-fill:before { content: "\ea1c"; }
.ic-alarm-warning-line:before { content: "\ea1d"; }
.ic-album-fill:before { content: "\ea1e"; }
.ic-album-line:before { content: "\ea1f"; }
.ic-alert-fill:before { content: "\ea20"; }
.ic-alert-line:before { content: "\ea21"; }
.ic-aliens-fill:before { content: "\ea22"; }
.ic-aliens-line:before { content: "\ea23"; }
.ic-align-bottom:before { content: "\ea24"; }
.ic-align-center:before { content: "\ea25"; }
.ic-align-justify:before { content: "\ea26"; }
.ic-align-left:before { content: "\ea27"; }
.ic-align-right:before { content: "\ea28"; }
.ic-align-top:before { content: "\ea29"; }
.ic-align-vertically:before { content: "\ea2a"; }
.ic-alipay-fill:before { content: "\ea2b"; }
.ic-alipay-line:before { content: "\ea2c"; }
.ic-amazon-fill:before { content: "\ea2d"; }
.ic-amazon-line:before { content: "\ea2e"; }
.ic-anchor-fill:before { content: "\ea2f"; }
.ic-anchor-line:before { content: "\ea30"; }
.ic-ancient-gate-fill:before { content: "\ea31"; }
.ic-ancient-gate-line:before { content: "\ea32"; }
.ic-ancient-pavilion-fill:before { content: "\ea33"; }
.ic-ancient-pavilion-line:before { content: "\ea34"; }
.ic-android-fill:before { content: "\ea35"; }
.ic-android-line:before { content: "\ea36"; }
.ic-angularjs-fill:before { content: "\ea37"; }
.ic-angularjs-line:before { content: "\ea38"; }
.ic-anticlockwise-2-fill:before { content: "\ea39"; }
.ic-anticlockwise-2-line:before { content: "\ea3a"; }
.ic-anticlockwise-fill:before { content: "\ea3b"; }
.ic-anticlockwise-line:before { content: "\ea3c"; }
.ic-app-store-fill:before { content: "\ea3d"; }
.ic-app-store-line:before { content: "\ea3e"; }
.ic-apple-fill:before { content: "\ea3f"; }
.ic-apple-line:before { content: "\ea40"; }
.ic-apps-2-fill:before { content: "\ea41"; }
.ic-apps-2-line:before { content: "\ea42"; }
.ic-apps-fill:before { content: "\ea43"; }
.ic-apps-line:before { content: "\ea44"; }
.ic-archive-drawer-fill:before { content: "\ea45"; }
.ic-archive-drawer-line:before { content: "\ea46"; }
.ic-archive-fill:before { content: "\ea47"; }
.ic-archive-line:before { content: "\ea48"; }
.ic-arrow-down-circle-fill:before { content: "\ea49"; }
.ic-arrow-down-circle-line:before { content: "\ea4a"; }
.ic-arrow-down-fill:before { content: "\ea4b"; }
.ic-arrow-down-line:before { content: "\ea4c"; }
.ic-arrow-down-s-fill:before { content: "\ea4d"; }
.ic-arrow-down-s-line:before { content: "\ea4e"; }
.ic-arrow-drop-down-fill:before { content: "\ea4f"; }
.ic-arrow-drop-down-line:before { content: "\ea50"; }
.ic-arrow-drop-left-fill:before { content: "\ea51"; }
.ic-arrow-drop-left-line:before { content: "\ea52"; }
.ic-arrow-drop-right-fill:before { content: "\ea53"; }
.ic-arrow-drop-right-line:before { content: "\ea54"; }
.ic-arrow-drop-up-fill:before { content: "\ea55"; }
.ic-arrow-drop-up-line:before { content: "\ea56"; }
.ic-arrow-go-back-fill:before { content: "\ea57"; }
.ic-arrow-go-back-line:before { content: "\ea58"; }
.ic-arrow-go-forward-fill:before { content: "\ea59"; }
.ic-arrow-go-forward-line:before { content: "\ea5a"; }
.ic-arrow-left-circle-fill:before { content: "\ea5b"; }
.ic-arrow-left-circle-line:before { content: "\ea5c"; }
.ic-arrow-left-down-fill:before { content: "\ea5d"; }
.ic-arrow-left-down-line:before { content: "\ea5e"; }
.ic-arrow-left-fill:before { content: "\ea5f"; }
.ic-arrow-left-line:before { content: "\ea60"; }
.ic-arrow-left-right-fill:before { content: "\ea61"; }
.ic-arrow-left-right-line:before { content: "\ea62"; }
.ic-arrow-left-s-fill:before { content: "\ea63"; }
.ic-arrow-left-s-line:before { content: "\ea64"; }
.ic-arrow-left-up-fill:before { content: "\ea65"; }
.ic-arrow-left-up-line:before { content: "\ea66"; }
.ic-arrow-right-circle-fill:before { content: "\ea67"; }
.ic-arrow-right-circle-line:before { content: "\ea68"; }
.ic-arrow-right-down-fill:before { content: "\ea69"; }
.ic-arrow-right-down-line:before { content: "\ea6a"; }
.ic-arrow-right-fill:before { content: "\ea6b"; }
.ic-arrow-right-line:before { content: "\ea6c"; }
.ic-arrow-right-s-fill:before { content: "\ea6d"; }
.ic-arrow-right-s-line:before { content: "\ea6e"; }
.ic-arrow-right-up-fill:before { content: "\ea6f"; }
.ic-arrow-right-up-line:before { content: "\ea70"; }
.ic-arrow-up-circle-fill:before { content: "\ea71"; }
.ic-arrow-up-circle-line:before { content: "\ea72"; }
.ic-arrow-up-down-fill:before { content: "\ea73"; }
.ic-arrow-up-down-line:before { content: "\ea74"; }
.ic-arrow-up-fill:before { content: "\ea75"; }
.ic-arrow-up-line:before { content: "\ea76"; }
.ic-arrow-up-s-fill:before { content: "\ea77"; }
.ic-arrow-up-s-line:before { content: "\ea78"; }
.ic-artboard-2-fill:before { content: "\ea79"; }
.ic-artboard-2-line:before { content: "\ea7a"; }
.ic-artboard-fill:before { content: "\ea7b"; }
.ic-artboard-line:before { content: "\ea7c"; }
.ic-article-fill:before { content: "\ea7d"; }
.ic-article-line:before { content: "\ea7e"; }
.ic-aspect-ratio-fill:before { content: "\ea7f"; }
.ic-aspect-ratio-line:before { content: "\ea80"; }
.ic-asterisk:before { content: "\ea81"; }
.ic-at-fill:before { content: "\ea82"; }
.ic-at-line:before { content: "\ea83"; }
.ic-attachment-2:before { content: "\ea84"; }
.ic-attachment-fill:before { content: "\ea85"; }
.ic-attachment-line:before { content: "\ea86"; }
.ic-auction-fill:before { content: "\ea87"; }
.ic-auction-line:before { content: "\ea88"; }
.ic-award-fill:before { content: "\ea89"; }
.ic-award-line:before { content: "\ea8a"; }
.ic-baidu-fill:before { content: "\ea8b"; }
.ic-baidu-line:before { content: "\ea8c"; }
.ic-ball-pen-fill:before { content: "\ea8d"; }
.ic-ball-pen-line:before { content: "\ea8e"; }
.ic-bank-card-2-fill:before { content: "\ea8f"; }
.ic-bank-card-2-line:before { content: "\ea90"; }
.ic-bank-card-fill:before { content: "\ea91"; }
.ic-bank-card-line:before { content: "\ea92"; }
.ic-bank-fill:before { content: "\ea93"; }
.ic-bank-line:before { content: "\ea94"; }
.ic-bar-chart-2-fill:before { content: "\ea95"; }
.ic-bar-chart-2-line:before { content: "\ea96"; }
.ic-bar-chart-box-fill:before { content: "\ea97"; }
.ic-bar-chart-box-line:before { content: "\ea98"; }
.ic-bar-chart-fill:before { content: "\ea99"; }
.ic-bar-chart-grouped-fill:before { content: "\ea9a"; }
.ic-bar-chart-grouped-line:before { content: "\ea9b"; }
.ic-bar-chart-horizontal-fill:before { content: "\ea9c"; }
.ic-bar-chart-horizontal-line:before { content: "\ea9d"; }
.ic-bar-chart-line:before { content: "\ea9e"; }
.ic-barcode-box-fill:before { content: "\ea9f"; }
.ic-barcode-box-line:before { content: "\eaa0"; }
.ic-barcode-fill:before { content: "\eaa1"; }
.ic-barcode-line:before { content: "\eaa2"; }
.ic-barricade-fill:before { content: "\eaa3"; }
.ic-barricade-line:before { content: "\eaa4"; }
.ic-base-station-fill:before { content: "\eaa5"; }
.ic-base-station-line:before { content: "\eaa6"; }
.ic-basketball-fill:before { content: "\eaa7"; }
.ic-basketball-line:before { content: "\eaa8"; }
.ic-battery-2-charge-fill:before { content: "\eaa9"; }
.ic-battery-2-charge-line:before { content: "\eaaa"; }
.ic-battery-2-fill:before { content: "\eaab"; }
.ic-battery-2-line:before { content: "\eaac"; }
.ic-battery-charge-fill:before { content: "\eaad"; }
.ic-battery-charge-line:before { content: "\eaae"; }
.ic-battery-fill:before { content: "\eaaf"; }
.ic-battery-line:before { content: "\eab0"; }
.ic-battery-low-fill:before { content: "\eab1"; }
.ic-battery-low-line:before { content: "\eab2"; }
.ic-battery-saver-fill:before { content: "\eab3"; }
.ic-battery-saver-line:before { content: "\eab4"; }
.ic-battery-share-fill:before { content: "\eab5"; }
.ic-battery-share-line:before { content: "\eab6"; }
.ic-bear-smile-fill:before { content: "\eab7"; }
.ic-bear-smile-line:before { content: "\eab8"; }
.ic-behance-fill:before { content: "\eab9"; }
.ic-behance-line:before { content: "\eaba"; }
.ic-bell-fill:before { content: "\eabb"; }
.ic-bell-line:before { content: "\eabc"; }
.ic-bike-fill:before { content: "\eabd"; }
.ic-bike-line:before { content: "\eabe"; }
.ic-bilibili-fill:before { content: "\eabf"; }
.ic-bilibili-line:before { content: "\eac0"; }
.ic-bill-fill:before { content: "\eac1"; }
.ic-bill-line:before { content: "\eac2"; }
.ic-billiards-fill:before { content: "\eac3"; }
.ic-billiards-line:before { content: "\eac4"; }
.ic-bit-coin-fill:before { content: "\eac5"; }
.ic-bit-coin-line:before { content: "\eac6"; }
.ic-blaze-fill:before { content: "\eac7"; }
.ic-blaze-line:before { content: "\eac8"; }
.ic-bluetooth-connect-fill:before { content: "\eac9"; }
.ic-bluetooth-connect-line:before { content: "\eaca"; }
.ic-bluetooth-fill:before { content: "\eacb"; }
.ic-bluetooth-line:before { content: "\eacc"; }
.ic-blur-off-fill:before { content: "\eacd"; }
.ic-blur-off-line:before { content: "\eace"; }
.ic-body-scan-fill:before { content: "\eacf"; }
.ic-body-scan-line:before { content: "\ead0"; }
.ic-bold:before { content: "\ead1"; }
.ic-book-2-fill:before { content: "\ead2"; }
.ic-book-2-line:before { content: "\ead3"; }
.ic-book-3-fill:before { content: "\ead4"; }
.ic-book-3-line:before { content: "\ead5"; }
.ic-book-fill:before { content: "\ead6"; }
.ic-book-line:before { content: "\ead7"; }
.ic-book-mark-fill:before { content: "\ead8"; }
.ic-book-mark-line:before { content: "\ead9"; }
.ic-book-open-fill:before { content: "\eada"; }
.ic-book-open-line:before { content: "\eadb"; }
.ic-book-read-fill:before { content: "\eadc"; }
.ic-book-read-line:before { content: "\eadd"; }
.ic-booklet-fill:before { content: "\eade"; }
.ic-booklet-line:before { content: "\eadf"; }
.ic-bookmark-2-fill:before { content: "\eae0"; }
.ic-bookmark-2-line:before { content: "\eae1"; }
.ic-bookmark-3-fill:before { content: "\eae2"; }
.ic-bookmark-3-line:before { content: "\eae3"; }
.ic-bookmark-fill:before { content: "\eae4"; }
.ic-bookmark-line:before { content: "\eae5"; }
.ic-boxing-fill:before { content: "\eae6"; }
.ic-boxing-line:before { content: "\eae7"; }
.ic-braces-fill:before { content: "\eae8"; }
.ic-braces-line:before { content: "\eae9"; }
.ic-brackets-fill:before { content: "\eaea"; }
.ic-brackets-line:before { content: "\eaeb"; }
.ic-briefcase-2-fill:before { content: "\eaec"; }
.ic-briefcase-2-line:before { content: "\eaed"; }
.ic-briefcase-3-fill:before { content: "\eaee"; }
.ic-briefcase-3-line:before { content: "\eaef"; }
.ic-briefcase-4-fill:before { content: "\eaf0"; }
.ic-briefcase-4-line:before { content: "\eaf1"; }
.ic-briefcase-5-fill:before { content: "\eaf2"; }
.ic-briefcase-5-line:before { content: "\eaf3"; }
.ic-briefcase-fill:before { content: "\eaf4"; }
.ic-briefcase-line:before { content: "\eaf5"; }
.ic-bring-forward:before { content: "\eaf6"; }
.ic-bring-to-front:before { content: "\eaf7"; }
.ic-broadcast-fill:before { content: "\eaf8"; }
.ic-broadcast-line:before { content: "\eaf9"; }
.ic-brush-2-fill:before { content: "\eafa"; }
.ic-brush-2-line:before { content: "\eafb"; }
.ic-brush-3-fill:before { content: "\eafc"; }
.ic-brush-3-line:before { content: "\eafd"; }
.ic-brush-4-fill:before { content: "\eafe"; }
.ic-brush-4-line:before { content: "\eaff"; }
.ic-brush-fill:before { content: "\eb00"; }
.ic-brush-line:before { content: "\eb01"; }
.ic-bubble-chart-fill:before { content: "\eb02"; }
.ic-bubble-chart-line:before { content: "\eb03"; }
.ic-bug-2-fill:before { content: "\eb04"; }
.ic-bug-2-line:before { content: "\eb05"; }
.ic-bug-fill:before { content: "\eb06"; }
.ic-bug-line:before { content: "\eb07"; }
.ic-building-2-fill:before { content: "\eb08"; }
.ic-building-2-line:before { content: "\eb09"; }
.ic-building-3-fill:before { content: "\eb0a"; }
.ic-building-3-line:before { content: "\eb0b"; }
.ic-building-4-fill:before { content: "\eb0c"; }
.ic-building-4-line:before { content: "\eb0d"; }
.ic-building-fill:before { content: "\eb0e"; }
.ic-building-line:before { content: "\eb0f"; }
.ic-bus-2-fill:before { content: "\eb10"; }
.ic-bus-2-line:before { content: "\eb11"; }
.ic-bus-fill:before { content: "\eb12"; }
.ic-bus-line:before { content: "\eb13"; }
.ic-bus-wifi-fill:before { content: "\eb14"; }
.ic-bus-wifi-line:before { content: "\eb15"; }
.ic-cactus-fill:before { content: "\eb16"; }
.ic-cactus-line:before { content: "\eb17"; }
.ic-cake-2-fill:before { content: "\eb18"; }
.ic-cake-2-line:before { content: "\eb19"; }
.ic-cake-3-fill:before { content: "\eb1a"; }
.ic-cake-3-line:before { content: "\eb1b"; }
.ic-cake-fill:before { content: "\eb1c"; }
.ic-cake-line:before { content: "\eb1d"; }
.ic-calculator-fill:before { content: "\eb1e"; }
.ic-calculator-line:before { content: "\eb1f"; }
.ic-calendar-2-fill:before { content: "\eb20"; }
.ic-calendar-2-line:before { content: "\eb21"; }
.ic-calendar-check-fill:before { content: "\eb22"; }
.ic-calendar-check-line:before { content: "\eb23"; }
.ic-calendar-event-fill:before { content: "\eb24"; }
.ic-calendar-event-line:before { content: "\eb25"; }
.ic-calendar-fill:before { content: "\eb26"; }
.ic-calendar-line:before { content: "\eb27"; }
.ic-calendar-todo-fill:before { content: "\eb28"; }
.ic-calendar-todo-line:before { content: "\eb29"; }
.ic-camera-2-fill:before { content: "\eb2a"; }
.ic-camera-2-line:before { content: "\eb2b"; }
.ic-camera-3-fill:before { content: "\eb2c"; }
.ic-camera-3-line:before { content: "\eb2d"; }
.ic-camera-fill:before { content: "\eb2e"; }
.ic-camera-lens-fill:before { content: "\eb2f"; }
.ic-camera-lens-line:before { content: "\eb30"; }
.ic-camera-line:before { content: "\eb31"; }
.ic-camera-off-fill:before { content: "\eb32"; }
.ic-camera-off-line:before { content: "\eb33"; }
.ic-camera-switch-fill:before { content: "\eb34"; }
.ic-camera-switch-line:before { content: "\eb35"; }
.ic-capsule-fill:before { content: "\eb36"; }
.ic-capsule-line:before { content: "\eb37"; }
.ic-car-fill:before { content: "\eb38"; }
.ic-car-line:before { content: "\eb39"; }
.ic-car-washing-fill:before { content: "\eb3a"; }
.ic-car-washing-line:before { content: "\eb3b"; }
.ic-caravan-fill:before { content: "\eb3c"; }
.ic-caravan-line:before { content: "\eb3d"; }
.ic-cast-fill:before { content: "\eb3e"; }
.ic-cast-line:before { content: "\eb3f"; }
.ic-cellphone-fill:before { content: "\eb40"; }
.ic-cellphone-line:before { content: "\eb41"; }
.ic-celsius-fill:before { content: "\eb42"; }
.ic-celsius-line:before { content: "\eb43"; }
.ic-centos-fill:before { content: "\eb44"; }
.ic-centos-line:before { content: "\eb45"; }
.ic-character-recognition-fill:before { content: "\eb46"; }
.ic-character-recognition-line:before { content: "\eb47"; }
.ic-charging-pile-2-fill:before { content: "\eb48"; }
.ic-charging-pile-2-line:before { content: "\eb49"; }
.ic-charging-pile-fill:before { content: "\eb4a"; }
.ic-charging-pile-line:before { content: "\eb4b"; }
.ic-chat-1-fill:before { content: "\eb4c"; }
.ic-chat-1-line:before { content: "\eb4d"; }
.ic-chat-2-fill:before { content: "\eb4e"; }
.ic-chat-2-line:before { content: "\eb4f"; }
.ic-chat-3-fill:before { content: "\eb50"; }
.ic-chat-3-line:before { content: "\eb51"; }
.ic-chat-4-fill:before { content: "\eb52"; }
.ic-chat-4-line:before { content: "\eb53"; }
.ic-chat-check-fill:before { content: "\eb54"; }
.ic-chat-check-line:before { content: "\eb55"; }
.ic-chat-delete-fill:before { content: "\eb56"; }
.ic-chat-delete-line:before { content: "\eb57"; }
.ic-chat-download-fill:before { content: "\eb58"; }
.ic-chat-download-line:before { content: "\eb59"; }
.ic-chat-follow-up-fill:before { content: "\eb5a"; }
.ic-chat-follow-up-line:before { content: "\eb5b"; }
.ic-chat-forward-fill:before { content: "\eb5c"; }
.ic-chat-forward-line:before { content: "\eb5d"; }
.ic-chat-heart-fill:before { content: "\eb5e"; }
.ic-chat-heart-line:before { content: "\eb5f"; }
.ic-chat-history-fill:before { content: "\eb60"; }
.ic-chat-history-line:before { content: "\eb61"; }
.ic-chat-new-fill:before { content: "\eb62"; }
.ic-chat-new-line:before { content: "\eb63"; }
.ic-chat-off-fill:before { content: "\eb64"; }
.ic-chat-off-line:before { content: "\eb65"; }
.ic-chat-poll-fill:before { content: "\eb66"; }
.ic-chat-poll-line:before { content: "\eb67"; }
.ic-chat-private-fill:before { content: "\eb68"; }
.ic-chat-private-line:before { content: "\eb69"; }
.ic-chat-quote-fill:before { content: "\eb6a"; }
.ic-chat-quote-line:before { content: "\eb6b"; }
.ic-chat-settings-fill:before { content: "\eb6c"; }
.ic-chat-settings-line:before { content: "\eb6d"; }
.ic-chat-smile-2-fill:before { content: "\eb6e"; }
.ic-chat-smile-2-line:before { content: "\eb6f"; }
.ic-chat-smile-3-fill:before { content: "\eb70"; }
.ic-chat-smile-3-line:before { content: "\eb71"; }
.ic-chat-smile-fill:before { content: "\eb72"; }
.ic-chat-smile-line:before { content: "\eb73"; }
.ic-chat-upload-fill:before { content: "\eb74"; }
.ic-chat-upload-line:before { content: "\eb75"; }
.ic-chat-voice-fill:before { content: "\eb76"; }
.ic-chat-voice-line:before { content: "\eb77"; }
.ic-check-double-fill:before { content: "\eb78"; }
.ic-check-double-line:before { content: "\eb79"; }
.ic-check-fill:before { content: "\eb7a"; }
.ic-check-line:before { content: "\eb7b"; }
.ic-checkbox-blank-circle-fill:before { content: "\eb7c"; }
.ic-checkbox-blank-circle-line:before { content: "\eb7d"; }
.ic-checkbox-blank-fill:before { content: "\eb7e"; }
.ic-checkbox-blank-line:before { content: "\eb7f"; }
.ic-checkbox-circle-fill:before { content: "\eb80"; }
.ic-checkbox-circle-line:before { content: "\eb81"; }
.ic-checkbox-fill:before { content: "\eb82"; }
.ic-checkbox-indeterminate-fill:before { content: "\eb83"; }
.ic-checkbox-indeterminate-line:before { content: "\eb84"; }
.ic-checkbox-line:before { content: "\eb85"; }
.ic-checkbox-multiple-blank-fill:before { content: "\eb86"; }
.ic-checkbox-multiple-blank-line:before { content: "\eb87"; }
.ic-checkbox-multiple-fill:before { content: "\eb88"; }
.ic-checkbox-multiple-line:before { content: "\eb89"; }
.ic-china-railway-fill:before { content: "\eb8a"; }
.ic-china-railway-line:before { content: "\eb8b"; }
.ic-chrome-fill:before { content: "\eb8c"; }
.ic-chrome-line:before { content: "\eb8d"; }
.ic-clapperboard-fill:before { content: "\eb8e"; }
.ic-clapperboard-line:before { content: "\eb8f"; }
.ic-clipboard-fill:before { content: "\eb90"; }
.ic-clipboard-line:before { content: "\eb91"; }
.ic-clockwise-2-fill:before { content: "\eb92"; }
.ic-clockwise-2-line:before { content: "\eb93"; }
.ic-clockwise-fill:before { content: "\eb94"; }
.ic-clockwise-line:before { content: "\eb95"; }
.ic-close-circle-fill:before { content: "\eb96"; }
.ic-close-circle-line:before { content: "\eb97"; }
.ic-close-fill:before { content: "\eb98"; }
.ic-close-line:before { content: "\eb99"; }
.ic-closed-captioning-fill:before { content: "\eb9a"; }
.ic-closed-captioning-line:before { content: "\eb9b"; }
.ic-cloud-fill:before { content: "\eb9c"; }
.ic-cloud-line:before { content: "\eb9d"; }
.ic-cloud-off-fill:before { content: "\eb9e"; }
.ic-cloud-off-line:before { content: "\eb9f"; }
.ic-cloud-windy-fill:before { content: "\eba0"; }
.ic-cloud-windy-line:before { content: "\eba1"; }
.ic-cloudy-2-fill:before { content: "\eba2"; }
.ic-cloudy-2-line:before { content: "\eba3"; }
.ic-cloudy-fill:before { content: "\eba4"; }
.ic-cloudy-line:before { content: "\eba5"; }
.ic-code-box-fill:before { content: "\eba6"; }
.ic-code-box-line:before { content: "\eba7"; }
.ic-code-fill:before { content: "\eba8"; }
.ic-code-line:before { content: "\eba9"; }
.ic-code-s-fill:before { content: "\ebaa"; }
.ic-code-s-line:before { content: "\ebab"; }
.ic-code-s-slash-fill:before { content: "\ebac"; }
.ic-code-s-slash-line:before { content: "\ebad"; }
.ic-code-view:before { content: "\ebae"; }
.ic-codepen-fill:before { content: "\ebaf"; }
.ic-codepen-line:before { content: "\ebb0"; }
.ic-coin-fill:before { content: "\ebb1"; }
.ic-coin-line:before { content: "\ebb2"; }
.ic-coins-fill:before { content: "\ebb3"; }
.ic-coins-line:before { content: "\ebb4"; }
.ic-collage-fill:before { content: "\ebb5"; }
.ic-collage-line:before { content: "\ebb6"; }
.ic-command-fill:before { content: "\ebb7"; }
.ic-command-line:before { content: "\ebb8"; }
.ic-community-fill:before { content: "\ebb9"; }
.ic-community-line:before { content: "\ebba"; }
.ic-compass-2-fill:before { content: "\ebbb"; }
.ic-compass-2-line:before { content: "\ebbc"; }
.ic-compass-3-fill:before { content: "\ebbd"; }
.ic-compass-3-line:before { content: "\ebbe"; }
.ic-compass-4-fill:before { content: "\ebbf"; }
.ic-compass-4-line:before { content: "\ebc0"; }
.ic-compass-discover-fill:before { content: "\ebc1"; }
.ic-compass-discover-line:before { content: "\ebc2"; }
.ic-compass-fill:before { content: "\ebc3"; }
.ic-compass-line:before { content: "\ebc4"; }
.ic-compasses-2-fill:before { content: "\ebc5"; }
.ic-compasses-2-line:before { content: "\ebc6"; }
.ic-compasses-fill:before { content: "\ebc7"; }
.ic-compasses-line:before { content: "\ebc8"; }
.ic-computer-fill:before { content: "\ebc9"; }
.ic-computer-line:before { content: "\ebca"; }
.ic-contacts-book-2-fill:before { content: "\ebcb"; }
.ic-contacts-book-2-line:before { content: "\ebcc"; }
.ic-contacts-book-fill:before { content: "\ebcd"; }
.ic-contacts-book-line:before { content: "\ebce"; }
.ic-contacts-book-upload-fill:before { content: "\ebcf"; }
.ic-contacts-book-upload-line:before { content: "\ebd0"; }
.ic-contacts-fill:before { content: "\ebd1"; }
.ic-contacts-line:before { content: "\ebd2"; }
.ic-contrast-2-fill:before { content: "\ebd3"; }
.ic-contrast-2-line:before { content: "\ebd4"; }
.ic-contrast-drop-2-fill:before { content: "\ebd5"; }
.ic-contrast-drop-2-line:before { content: "\ebd6"; }
.ic-contrast-drop-fill:before { content: "\ebd7"; }
.ic-contrast-drop-line:before { content: "\ebd8"; }
.ic-contrast-fill:before { content: "\ebd9"; }
.ic-contrast-line:before { content: "\ebda"; }
.ic-copper-coin-fill:before { content: "\ebdb"; }
.ic-copper-coin-line:before { content: "\ebdc"; }
.ic-copper-diamond-fill:before { content: "\ebdd"; }
.ic-copper-diamond-line:before { content: "\ebde"; }
.ic-copyleft-fill:before { content: "\ebdf"; }
.ic-copyleft-line:before { content: "\ebe0"; }
.ic-copyright-fill:before { content: "\ebe1"; }
.ic-copyright-line:before { content: "\ebe2"; }
.ic-coreos-fill:before { content: "\ebe3"; }
.ic-coreos-line:before { content: "\ebe4"; }
.ic-coupon-2-fill:before { content: "\ebe5"; }
.ic-coupon-2-line:before { content: "\ebe6"; }
.ic-coupon-3-fill:before { content: "\ebe7"; }
.ic-coupon-3-line:before { content: "\ebe8"; }
.ic-coupon-4-fill:before { content: "\ebe9"; }
.ic-coupon-4-line:before { content: "\ebea"; }
.ic-coupon-5-fill:before { content: "\ebeb"; }
.ic-coupon-5-line:before { content: "\ebec"; }
.ic-coupon-fill:before { content: "\ebed"; }
.ic-coupon-line:before { content: "\ebee"; }
.ic-cpu-fill:before { content: "\ebef"; }
.ic-cpu-line:before { content: "\ebf0"; }
.ic-creative-commons-by-fill:before { content: "\ebf1"; }
.ic-creative-commons-by-line:before { content: "\ebf2"; }
.ic-creative-commons-fill:before { content: "\ebf3"; }
.ic-creative-commons-line:before { content: "\ebf4"; }
.ic-creative-commons-nc-fill:before { content: "\ebf5"; }
.ic-creative-commons-nc-line:before { content: "\ebf6"; }
.ic-creative-commons-nd-fill:before { content: "\ebf7"; }
.ic-creative-commons-nd-line:before { content: "\ebf8"; }
.ic-creative-commons-sa-fill:before { content: "\ebf9"; }
.ic-creative-commons-sa-line:before { content: "\ebfa"; }
.ic-creative-commons-zero-fill:before { content: "\ebfb"; }
.ic-creative-commons-zero-line:before { content: "\ebfc"; }
.ic-criminal-fill:before { content: "\ebfd"; }
.ic-criminal-line:before { content: "\ebfe"; }
.ic-crop-2-fill:before { content: "\ebff"; }
.ic-crop-2-line:before { content: "\ec00"; }
.ic-crop-fill:before { content: "\ec01"; }
.ic-crop-line:before { content: "\ec02"; }
.ic-css3-fill:before { content: "\ec03"; }
.ic-css3-line:before { content: "\ec04"; }
.ic-cup-fill:before { content: "\ec05"; }
.ic-cup-line:before { content: "\ec06"; }
.ic-currency-fill:before { content: "\ec07"; }
.ic-currency-line:before { content: "\ec08"; }
.ic-cursor-fill:before { content: "\ec09"; }
.ic-cursor-line:before { content: "\ec0a"; }
.ic-customer-service-2-fill:before { content: "\ec0b"; }
.ic-customer-service-2-line:before { content: "\ec0c"; }
.ic-customer-service-fill:before { content: "\ec0d"; }
.ic-customer-service-line:before { content: "\ec0e"; }
.ic-dashboard-2-fill:before { content: "\ec0f"; }
.ic-dashboard-2-line:before { content: "\ec10"; }
.ic-dashboard-3-fill:before { content: "\ec11"; }
.ic-dashboard-3-line:before { content: "\ec12"; }
.ic-dashboard-fill:before { content: "\ec13"; }
.ic-dashboard-line:before { content: "\ec14"; }
.ic-database-2-fill:before { content: "\ec15"; }
.ic-database-2-line:before { content: "\ec16"; }
.ic-database-fill:before { content: "\ec17"; }
.ic-database-line:before { content: "\ec18"; }
.ic-delete-back-2-fill:before { content: "\ec19"; }
.ic-delete-back-2-line:before { content: "\ec1a"; }
.ic-delete-back-fill:before { content: "\ec1b"; }
.ic-delete-back-line:before { content: "\ec1c"; }
.ic-delete-bin-2-fill:before { content: "\ec1d"; }
.ic-delete-bin-2-line:before { content: "\ec1e"; }
.ic-delete-bin-3-fill:before { content: "\ec1f"; }
.ic-delete-bin-3-line:before { content: "\ec20"; }
.ic-delete-bin-4-fill:before { content: "\ec21"; }
.ic-delete-bin-4-line:before { content: "\ec22"; }
.ic-delete-bin-5-fill:before { content: "\ec23"; }
.ic-delete-bin-5-line:before { content: "\ec24"; }
.ic-delete-bin-6-fill:before { content: "\ec25"; }
.ic-delete-bin-6-line:before { content: "\ec26"; }
.ic-delete-bin-7-fill:before { content: "\ec27"; }
.ic-delete-bin-7-line:before { content: "\ec28"; }
.ic-delete-bin-fill:before { content: "\ec29"; }
.ic-delete-bin-line:before { content: "\ec2a"; }
.ic-delete-column:before { content: "\ec2b"; }
.ic-delete-row:before { content: "\ec2c"; }
.ic-device-fill:before { content: "\ec2d"; }
.ic-device-line:before { content: "\ec2e"; }
.ic-device-recover-fill:before { content: "\ec2f"; }
.ic-device-recover-line:before { content: "\ec30"; }
.ic-dingding-fill:before { content: "\ec31"; }
.ic-dingding-line:before { content: "\ec32"; }
.ic-direction-fill:before { content: "\ec33"; }
.ic-direction-line:before { content: "\ec34"; }
.ic-disc-fill:before { content: "\ec35"; }
.ic-disc-line:before { content: "\ec36"; }
.ic-discord-fill:before { content: "\ec37"; }
.ic-discord-line:before { content: "\ec38"; }
.ic-discuss-fill:before { content: "\ec39"; }
.ic-discuss-line:before { content: "\ec3a"; }
.ic-dislike-fill:before { content: "\ec3b"; }
.ic-dislike-line:before { content: "\ec3c"; }
.ic-disqus-fill:before { content: "\ec3d"; }
.ic-disqus-line:before { content: "\ec3e"; }
.ic-divide-fill:before { content: "\ec3f"; }
.ic-divide-line:before { content: "\ec40"; }
.ic-donut-chart-fill:before { content: "\ec41"; }
.ic-donut-chart-line:before { content: "\ec42"; }
.ic-door-closed-fill:before { content: "\ec43"; }
.ic-door-closed-line:before { content: "\ec44"; }
.ic-door-fill:before { content: "\ec45"; }
.ic-door-line:before { content: "\ec46"; }
.ic-door-lock-box-fill:before { content: "\ec47"; }
.ic-door-lock-box-line:before { content: "\ec48"; }
.ic-door-lock-fill:before { content: "\ec49"; }
.ic-door-lock-line:before { content: "\ec4a"; }
.ic-door-open-fill:before { content: "\ec4b"; }
.ic-door-open-line:before { content: "\ec4c"; }
.ic-dossier-fill:before { content: "\ec4d"; }
.ic-dossier-line:before { content: "\ec4e"; }
.ic-douban-fill:before { content: "\ec4f"; }
.ic-douban-line:before { content: "\ec50"; }
.ic-double-quotes-l:before { content: "\ec51"; }
.ic-double-quotes-r:before { content: "\ec52"; }
.ic-download-2-fill:before { content: "\ec53"; }
.ic-download-2-line:before { content: "\ec54"; }
.ic-download-cloud-2-fill:before { content: "\ec55"; }
.ic-download-cloud-2-line:before { content: "\ec56"; }
.ic-download-cloud-fill:before { content: "\ec57"; }
.ic-download-cloud-line:before { content: "\ec58"; }
.ic-download-fill:before { content: "\ec59"; }
.ic-download-line:before { content: "\ec5a"; }
.ic-draft-fill:before { content: "\ec5b"; }
.ic-draft-line:before { content: "\ec5c"; }
.ic-drag-drop-fill:before { content: "\ec5d"; }
.ic-drag-drop-line:before { content: "\ec5e"; }
.ic-drag-move-2-fill:before { content: "\ec5f"; }
.ic-drag-move-2-line:before { content: "\ec60"; }
.ic-drag-move-fill:before { content: "\ec61"; }
.ic-drag-move-line:before { content: "\ec62"; }
.ic-dribbble-fill:before { content: "\ec63"; }
.ic-dribbble-line:before { content: "\ec64"; }
.ic-drive-fill:before { content: "\ec65"; }
.ic-drive-line:before { content: "\ec66"; }
.ic-drizzle-fill:before { content: "\ec67"; }
.ic-drizzle-line:before { content: "\ec68"; }
.ic-drop-fill:before { content: "\ec69"; }
.ic-drop-line:before { content: "\ec6a"; }
.ic-dropbox-fill:before { content: "\ec6b"; }
.ic-dropbox-line:before { content: "\ec6c"; }
.ic-dual-sim-1-fill:before { content: "\ec6d"; }
.ic-dual-sim-1-line:before { content: "\ec6e"; }
.ic-dual-sim-2-fill:before { content: "\ec6f"; }
.ic-dual-sim-2-line:before { content: "\ec70"; }
.ic-dv-fill:before { content: "\ec71"; }
.ic-dv-line:before { content: "\ec72"; }
.ic-dvd-fill:before { content: "\ec73"; }
.ic-dvd-line:before { content: "\ec74"; }
.ic-e-bike-2-fill:before { content: "\ec75"; }
.ic-e-bike-2-line:before { content: "\ec76"; }
.ic-e-bike-fill:before { content: "\ec77"; }
.ic-e-bike-line:before { content: "\ec78"; }
.ic-earth-fill:before { content: "\ec79"; }
.ic-earth-line:before { content: "\ec7a"; }
.ic-earthquake-fill:before { content: "\ec7b"; }
.ic-earthquake-line:before { content: "\ec7c"; }
.ic-edge-fill:before { content: "\ec7d"; }
.ic-edge-line:before { content: "\ec7e"; }
.ic-edit-2-fill:before { content: "\ec7f"; }
.ic-edit-2-line:before { content: "\ec80"; }
.ic-edit-box-fill:before { content: "\ec81"; }
.ic-edit-box-line:before { content: "\ec82"; }
.ic-edit-circle-fill:before { content: "\ec83"; }
.ic-edit-circle-line:before { content: "\ec84"; }
.ic-edit-fill:before { content: "\ec85"; }
.ic-edit-line:before { content: "\ec86"; }
.ic-eject-fill:before { content: "\ec87"; }
.ic-eject-line:before { content: "\ec88"; }
.ic-emotion-2-fill:before { content: "\ec89"; }
.ic-emotion-2-line:before { content: "\ec8a"; }
.ic-emotion-fill:before { content: "\ec8b"; }
.ic-emotion-happy-fill:before { content: "\ec8c"; }
.ic-emotion-happy-line:before { content: "\ec8d"; }
.ic-emotion-laugh-fill:before { content: "\ec8e"; }
.ic-emotion-laugh-line:before { content: "\ec8f"; }
.ic-emotion-line:before { content: "\ec90"; }
.ic-emotion-normal-fill:before { content: "\ec91"; }
.ic-emotion-normal-line:before { content: "\ec92"; }
.ic-emotion-sad-fill:before { content: "\ec93"; }
.ic-emotion-sad-line:before { content: "\ec94"; }
.ic-emotion-unhappy-fill:before { content: "\ec95"; }
.ic-emotion-unhappy-line:before { content: "\ec96"; }
.ic-empathize-fill:before { content: "\ec97"; }
.ic-empathize-line:before { content: "\ec98"; }
.ic-emphasis-cn:before { content: "\ec99"; }
.ic-emphasis:before { content: "\ec9a"; }
.ic-english-input:before { content: "\ec9b"; }
.ic-equalizer-fill:before { content: "\ec9c"; }
.ic-equalizer-line:before { content: "\ec9d"; }
.ic-eraser-fill:before { content: "\ec9e"; }
.ic-eraser-line:before { content: "\ec9f"; }
.ic-error-warning-fill:before { content: "\eca0"; }
.ic-error-warning-line:before { content: "\eca1"; }
.ic-evernote-fill:before { content: "\eca2"; }
.ic-evernote-line:before { content: "\eca3"; }
.ic-exchange-box-fill:before { content: "\eca4"; }
.ic-exchange-box-line:before { content: "\eca5"; }
.ic-exchange-cny-fill:before { content: "\eca6"; }
.ic-exchange-cny-line:before { content: "\eca7"; }
.ic-exchange-dollar-fill:before { content: "\eca8"; }
.ic-exchange-dollar-line:before { content: "\eca9"; }
.ic-exchange-fill:before { content: "\ecaa"; }
.ic-exchange-funds-fill:before { content: "\ecab"; }
.ic-exchange-funds-line:before { content: "\ecac"; }
.ic-exchange-line:before { content: "\ecad"; }
.ic-external-link-fill:before { content: "\ecae"; }
.ic-external-link-line:before { content: "\ecaf"; }
.ic-eye-2-fill:before { content: "\ecb0"; }
.ic-eye-2-line:before { content: "\ecb1"; }
.ic-eye-close-fill:before { content: "\ecb2"; }
.ic-eye-close-line:before { content: "\ecb3"; }
.ic-eye-fill:before { content: "\ecb4"; }
.ic-eye-line:before { content: "\ecb5"; }
.ic-eye-off-fill:before { content: "\ecb6"; }
.ic-eye-off-line:before { content: "\ecb7"; }
.ic-facebook-box-fill:before { content: "\ecb8"; }
.ic-facebook-box-line:before { content: "\ecb9"; }
.ic-facebook-circle-fill:before { content: "\ecba"; }
.ic-facebook-circle-line:before { content: "\ecbb"; }
.ic-facebook-fill:before { content: "\ecbc"; }
.ic-facebook-line:before { content: "\ecbd"; }
.ic-fahrenheit-fill:before { content: "\ecbe"; }
.ic-fahrenheit-line:before { content: "\ecbf"; }
.ic-feedback-fill:before { content: "\ecc0"; }
.ic-feedback-line:before { content: "\ecc1"; }
.ic-file-2-fill:before { content: "\ecc2"; }
.ic-file-2-line:before { content: "\ecc3"; }
.ic-file-3-fill:before { content: "\ecc4"; }
.ic-file-3-line:before { content: "\ecc5"; }
.ic-file-4-fill:before { content: "\ecc6"; }
.ic-file-4-line:before { content: "\ecc7"; }
.ic-file-add-fill:before { content: "\ecc8"; }
.ic-file-add-line:before { content: "\ecc9"; }
.ic-file-chart-2-fill:before { content: "\ecca"; }
.ic-file-chart-2-line:before { content: "\eccb"; }
.ic-file-chart-fill:before { content: "\eccc"; }
.ic-file-chart-line:before { content: "\eccd"; }
.ic-file-cloud-fill:before { content: "\ecce"; }
.ic-file-cloud-line:before { content: "\eccf"; }
.ic-file-code-fill:before { content: "\ecd0"; }
.ic-file-code-line:before { content: "\ecd1"; }
.ic-file-copy-2-fill:before { content: "\ecd2"; }
.ic-file-copy-2-line:before { content: "\ecd3"; }
.ic-file-copy-fill:before { content: "\ecd4"; }
.ic-file-copy-line:before { content: "\ecd5"; }
.ic-file-damage-fill:before { content: "\ecd6"; }
.ic-file-damage-line:before { content: "\ecd7"; }
.ic-file-download-fill:before { content: "\ecd8"; }
.ic-file-download-line:before { content: "\ecd9"; }
.ic-file-edit-fill:before { content: "\ecda"; }
.ic-file-edit-line:before { content: "\ecdb"; }
.ic-file-excel-2-fill:before { content: "\ecdc"; }
.ic-file-excel-2-line:before { content: "\ecdd"; }
.ic-file-excel-fill:before { content: "\ecde"; }
.ic-file-excel-line:before { content: "\ecdf"; }
.ic-file-fill:before { content: "\ece0"; }
.ic-file-forbid-fill:before { content: "\ece1"; }
.ic-file-forbid-line:before { content: "\ece2"; }
.ic-file-gif-fill:before { content: "\ece3"; }
.ic-file-gif-line:before { content: "\ece4"; }
.ic-file-history-fill:before { content: "\ece5"; }
.ic-file-history-line:before { content: "\ece6"; }
.ic-file-hwp-fill:before { content: "\ece7"; }
.ic-file-hwp-line:before { content: "\ece8"; }
.ic-file-info-fill:before { content: "\ece9"; }
.ic-file-info-line:before { content: "\ecea"; }
.ic-file-line:before { content: "\eceb"; }
.ic-file-list-2-fill:before { content: "\ecec"; }
.ic-file-list-2-line:before { content: "\eced"; }
.ic-file-list-3-fill:before { content: "\ecee"; }
.ic-file-list-3-line:before { content: "\ecef"; }
.ic-file-list-fill:before { content: "\ecf0"; }
.ic-file-list-line:before { content: "\ecf1"; }
.ic-file-lock-fill:before { content: "\ecf2"; }
.ic-file-lock-line:before { content: "\ecf3"; }
.ic-file-mark-fill:before { content: "\ecf4"; }
.ic-file-mark-line:before { content: "\ecf5"; }
.ic-file-music-fill:before { content: "\ecf6"; }
.ic-file-music-line:before { content: "\ecf7"; }
.ic-file-paper-2-fill:before { content: "\ecf8"; }
.ic-file-paper-2-line:before { content: "\ecf9"; }
.ic-file-paper-fill:before { content: "\ecfa"; }
.ic-file-paper-line:before { content: "\ecfb"; }
.ic-file-pdf-fill:before { content: "\ecfc"; }
.ic-file-pdf-line:before { content: "\ecfd"; }
.ic-file-ppt-2-fill:before { content: "\ecfe"; }
.ic-file-ppt-2-line:before { content: "\ecff"; }
.ic-file-ppt-fill:before { content: "\ed00"; }
.ic-file-ppt-line:before { content: "\ed01"; }
.ic-file-reduce-fill:before { content: "\ed02"; }
.ic-file-reduce-line:before { content: "\ed03"; }
.ic-file-search-fill:before { content: "\ed04"; }
.ic-file-search-line:before { content: "\ed05"; }
.ic-file-settings-fill:before { content: "\ed06"; }
.ic-file-settings-line:before { content: "\ed07"; }
.ic-file-shield-2-fill:before { content: "\ed08"; }
.ic-file-shield-2-line:before { content: "\ed09"; }
.ic-file-shield-fill:before { content: "\ed0a"; }
.ic-file-shield-line:before { content: "\ed0b"; }
.ic-file-shred-fill:before { content: "\ed0c"; }
.ic-file-shred-line:before { content: "\ed0d"; }
.ic-file-text-fill:before { content: "\ed0e"; }
.ic-file-text-line:before { content: "\ed0f"; }
.ic-file-transfer-fill:before { content: "\ed10"; }
.ic-file-transfer-line:before { content: "\ed11"; }
.ic-file-unknow-fill:before { content: "\ed12"; }
.ic-file-unknow-line:before { content: "\ed13"; }
.ic-file-upload-fill:before { content: "\ed14"; }
.ic-file-upload-line:before { content: "\ed15"; }
.ic-file-user-fill:before { content: "\ed16"; }
.ic-file-user-line:before { content: "\ed17"; }
.ic-file-warning-fill:before { content: "\ed18"; }
.ic-file-warning-line:before { content: "\ed19"; }
.ic-file-word-2-fill:before { content: "\ed1a"; }
.ic-file-word-2-line:before { content: "\ed1b"; }
.ic-file-word-fill:before { content: "\ed1c"; }
.ic-file-word-line:before { content: "\ed1d"; }
.ic-file-zip-fill:before { content: "\ed1e"; }
.ic-file-zip-line:before { content: "\ed1f"; }
.ic-film-fill:before { content: "\ed20"; }
.ic-film-line:before { content: "\ed21"; }
.ic-filter-2-fill:before { content: "\ed22"; }
.ic-filter-2-line:before { content: "\ed23"; }
.ic-filter-3-fill:before { content: "\ed24"; }
.ic-filter-3-line:before { content: "\ed25"; }
.ic-filter-fill:before { content: "\ed26"; }
.ic-filter-line:before { content: "\ed27"; }
.ic-filter-off-fill:before { content: "\ed28"; }
.ic-filter-off-line:before { content: "\ed29"; }
.ic-find-replace-fill:before { content: "\ed2a"; }
.ic-find-replace-line:before { content: "\ed2b"; }
.ic-finder-fill:before { content: "\ed2c"; }
.ic-finder-line:before { content: "\ed2d"; }
.ic-fingerprint-2-fill:before { content: "\ed2e"; }
.ic-fingerprint-2-line:before { content: "\ed2f"; }
.ic-fingerprint-fill:before { content: "\ed30"; }
.ic-fingerprint-line:before { content: "\ed31"; }
.ic-fire-fill:before { content: "\ed32"; }
.ic-fire-line:before { content: "\ed33"; }
.ic-firefox-fill:before { content: "\ed34"; }
.ic-firefox-line:before { content: "\ed35"; }
.ic-first-aid-kit-fill:before { content: "\ed36"; }
.ic-first-aid-kit-line:before { content: "\ed37"; }
.ic-flag-2-fill:before { content: "\ed38"; }
.ic-flag-2-line:before { content: "\ed39"; }
.ic-flag-fill:before { content: "\ed3a"; }
.ic-flag-line:before { content: "\ed3b"; }
.ic-flashlight-fill:before { content: "\ed3c"; }
.ic-flashlight-line:before { content: "\ed3d"; }
.ic-flask-fill:before { content: "\ed3e"; }
.ic-flask-line:before { content: "\ed3f"; }
.ic-flight-land-fill:before { content: "\ed40"; }
.ic-flight-land-line:before { content: "\ed41"; }
.ic-flight-takeoff-fill:before { content: "\ed42"; }
.ic-flight-takeoff-line:before { content: "\ed43"; }
.ic-flood-fill:before { content: "\ed44"; }
.ic-flood-line:before { content: "\ed45"; }
.ic-flow-chart:before { content: "\ed46"; }
.ic-flutter-fill:before { content: "\ed47"; }
.ic-flutter-line:before { content: "\ed48"; }
.ic-focus-2-fill:before { content: "\ed49"; }
.ic-focus-2-line:before { content: "\ed4a"; }
.ic-focus-3-fill:before { content: "\ed4b"; }
.ic-focus-3-line:before { content: "\ed4c"; }
.ic-focus-fill:before { content: "\ed4d"; }
.ic-focus-line:before { content: "\ed4e"; }
.ic-foggy-fill:before { content: "\ed4f"; }
.ic-foggy-line:before { content: "\ed50"; }
.ic-folder-2-fill:before { content: "\ed51"; }
.ic-folder-2-line:before { content: "\ed52"; }
.ic-folder-3-fill:before { content: "\ed53"; }
.ic-folder-3-line:before { content: "\ed54"; }
.ic-folder-4-fill:before { content: "\ed55"; }
.ic-folder-4-line:before { content: "\ed56"; }
.ic-folder-5-fill:before { content: "\ed57"; }
.ic-folder-5-line:before { content: "\ed58"; }
.ic-folder-add-fill:before { content: "\ed59"; }
.ic-folder-add-line:before { content: "\ed5a"; }
.ic-folder-chart-2-fill:before { content: "\ed5b"; }
.ic-folder-chart-2-line:before { content: "\ed5c"; }
.ic-folder-chart-fill:before { content: "\ed5d"; }
.ic-folder-chart-line:before { content: "\ed5e"; }
.ic-folder-download-fill:before { content: "\ed5f"; }
.ic-folder-download-line:before { content: "\ed60"; }
.ic-folder-fill:before { content: "\ed61"; }
.ic-folder-forbid-fill:before { content: "\ed62"; }
.ic-folder-forbid-line:before { content: "\ed63"; }
.ic-folder-history-fill:before { content: "\ed64"; }
.ic-folder-history-line:before { content: "\ed65"; }
.ic-folder-info-fill:before { content: "\ed66"; }
.ic-folder-info-line:before { content: "\ed67"; }
.ic-folder-keyhole-fill:before { content: "\ed68"; }
.ic-folder-keyhole-line:before { content: "\ed69"; }
.ic-folder-line:before { content: "\ed6a"; }
.ic-folder-lock-fill:before { content: "\ed6b"; }
.ic-folder-lock-line:before { content: "\ed6c"; }
.ic-folder-music-fill:before { content: "\ed6d"; }
.ic-folder-music-line:before { content: "\ed6e"; }
.ic-folder-open-fill:before { content: "\ed6f"; }
.ic-folder-open-line:before { content: "\ed70"; }
.ic-folder-received-fill:before { content: "\ed71"; }
.ic-folder-received-line:before { content: "\ed72"; }
.ic-folder-reduce-fill:before { content: "\ed73"; }
.ic-folder-reduce-line:before { content: "\ed74"; }
.ic-folder-settings-fill:before { content: "\ed75"; }
.ic-folder-settings-line:before { content: "\ed76"; }
.ic-folder-shared-fill:before { content: "\ed77"; }
.ic-folder-shared-line:before { content: "\ed78"; }
.ic-folder-shield-2-fill:before { content: "\ed79"; }
.ic-folder-shield-2-line:before { content: "\ed7a"; }
.ic-folder-shield-fill:before { content: "\ed7b"; }
.ic-folder-shield-line:before { content: "\ed7c"; }
.ic-folder-transfer-fill:before { content: "\ed7d"; }
.ic-folder-transfer-line:before { content: "\ed7e"; }
.ic-folder-unknow-fill:before { content: "\ed7f"; }
.ic-folder-unknow-line:before { content: "\ed80"; }
.ic-folder-upload-fill:before { content: "\ed81"; }
.ic-folder-upload-line:before { content: "\ed82"; }
.ic-folder-user-fill:before { content: "\ed83"; }
.ic-folder-user-line:before { content: "\ed84"; }
.ic-folder-warning-fill:before { content: "\ed85"; }
.ic-folder-warning-line:before { content: "\ed86"; }
.ic-folder-zip-fill:before { content: "\ed87"; }
.ic-folder-zip-line:before { content: "\ed88"; }
.ic-folders-fill:before { content: "\ed89"; }
.ic-folders-line:before { content: "\ed8a"; }
.ic-font-color:before { content: "\ed8b"; }
.ic-font-size-2:before { content: "\ed8c"; }
.ic-font-size:before { content: "\ed8d"; }
.ic-football-fill:before { content: "\ed8e"; }
.ic-football-line:before { content: "\ed8f"; }
.ic-footprint-fill:before { content: "\ed90"; }
.ic-footprint-line:before { content: "\ed91"; }
.ic-forbid-2-fill:before { content: "\ed92"; }
.ic-forbid-2-line:before { content: "\ed93"; }
.ic-forbid-fill:before { content: "\ed94"; }
.ic-forbid-line:before { content: "\ed95"; }
.ic-format-clear:before { content: "\ed96"; }
.ic-fridge-fill:before { content: "\ed97"; }
.ic-fridge-line:before { content: "\ed98"; }
.ic-fullscreen-exit-fill:before { content: "\ed99"; }
.ic-fullscreen-exit-line:before { content: "\ed9a"; }
.ic-fullscreen-fill:before { content: "\ed9b"; }
.ic-fullscreen-line:before { content: "\ed9c"; }
.ic-function-fill:before { content: "\ed9d"; }
.ic-function-line:before { content: "\ed9e"; }
.ic-functions:before { content: "\ed9f"; }
.ic-funds-box-fill:before { content: "\eda0"; }
.ic-funds-box-line:before { content: "\eda1"; }
.ic-funds-fill:before { content: "\eda2"; }
.ic-funds-line:before { content: "\eda3"; }
.ic-gallery-fill:before { content: "\eda4"; }
.ic-gallery-line:before { content: "\eda5"; }
.ic-gallery-upload-fill:before { content: "\eda6"; }
.ic-gallery-upload-line:before { content: "\eda7"; }
.ic-game-fill:before { content: "\eda8"; }
.ic-game-line:before { content: "\eda9"; }
.ic-gamepad-fill:before { content: "\edaa"; }
.ic-gamepad-line:before { content: "\edab"; }
.ic-gas-station-fill:before { content: "\edac"; }
.ic-gas-station-line:before { content: "\edad"; }
.ic-gatsby-fill:before { content: "\edae"; }
.ic-gatsby-line:before { content: "\edaf"; }
.ic-genderless-fill:before { content: "\edb0"; }
.ic-genderless-line:before { content: "\edb1"; }
.ic-ghost-2-fill:before { content: "\edb2"; }
.ic-ghost-2-line:before { content: "\edb3"; }
.ic-ghost-fill:before { content: "\edb4"; }
.ic-ghost-line:before { content: "\edb5"; }
.ic-ghost-smile-fill:before { content: "\edb6"; }
.ic-ghost-smile-line:before { content: "\edb7"; }
.ic-gift-2-fill:before { content: "\edb8"; }
.ic-gift-2-line:before { content: "\edb9"; }
.ic-gift-fill:before { content: "\edba"; }
.ic-gift-line:before { content: "\edbb"; }
.ic-git-branch-fill:before { content: "\edbc"; }
.ic-git-branch-line:before { content: "\edbd"; }
.ic-git-commit-fill:before { content: "\edbe"; }
.ic-git-commit-line:before { content: "\edbf"; }
.ic-git-merge-fill:before { content: "\edc0"; }
.ic-git-merge-line:before { content: "\edc1"; }
.ic-git-pull-request-fill:before { content: "\edc2"; }
.ic-git-pull-request-line:before { content: "\edc3"; }
.ic-git-repository-commits-fill:before { content: "\edc4"; }
.ic-git-repository-commits-line:before { content: "\edc5"; }
.ic-git-repository-fill:before { content: "\edc6"; }
.ic-git-repository-line:before { content: "\edc7"; }
.ic-git-repository-private-fill:before { content: "\edc8"; }
.ic-git-repository-private-line:before { content: "\edc9"; }
.ic-github-fill:before { content: "\edca"; }
.ic-github-line:before { content: "\edcb"; }
.ic-gitlab-fill:before { content: "\edcc"; }
.ic-gitlab-line:before { content: "\edcd"; }
.ic-global-fill:before { content: "\edce"; }
.ic-global-line:before { content: "\edcf"; }
.ic-globe-fill:before { content: "\edd0"; }
.ic-globe-line:before { content: "\edd1"; }
.ic-goblet-fill:before { content: "\edd2"; }
.ic-goblet-line:before { content: "\edd3"; }
.ic-google-fill:before { content: "\edd4"; }
.ic-google-line:before { content: "\edd5"; }
.ic-google-play-fill:before { content: "\edd6"; }
.ic-google-play-line:before { content: "\edd7"; }
.ic-government-fill:before { content: "\edd8"; }
.ic-government-line:before { content: "\edd9"; }
.ic-gps-fill:before { content: "\edda"; }
.ic-gps-line:before { content: "\eddb"; }
.ic-gradienter-fill:before { content: "\eddc"; }
.ic-gradienter-line:before { content: "\eddd"; }
.ic-grid-fill:before { content: "\edde"; }
.ic-grid-line:before { content: "\eddf"; }
.ic-group-2-fill:before { content: "\ede0"; }
.ic-group-2-line:before { content: "\ede1"; }
.ic-group-fill:before { content: "\ede2"; }
.ic-group-line:before { content: "\ede3"; }
.ic-guide-fill:before { content: "\ede4"; }
.ic-guide-line:before { content: "\ede5"; }
.ic-h-1:before { content: "\ede6"; }
.ic-h-2:before { content: "\ede7"; }
.ic-h-3:before { content: "\ede8"; }
.ic-h-4:before { content: "\ede9"; }
.ic-h-5:before { content: "\edea"; }
.ic-h-6:before { content: "\edeb"; }
.ic-hail-fill:before { content: "\edec"; }
.ic-hail-line:before { content: "\eded"; }
.ic-hammer-fill:before { content: "\edee"; }
.ic-hammer-line:before { content: "\edef"; }
.ic-hand-coin-fill:before { content: "\edf0"; }
.ic-hand-coin-line:before { content: "\edf1"; }
.ic-hand-heart-fill:before { content: "\edf2"; }
.ic-hand-heart-line:before { content: "\edf3"; }
.ic-hand-sanitizer-fill:before { content: "\edf4"; }
.ic-hand-sanitizer-line:before { content: "\edf5"; }
.ic-handbag-fill:before { content: "\edf6"; }
.ic-handbag-line:before { content: "\edf7"; }
.ic-hard-drive-2-fill:before { content: "\edf8"; }
.ic-hard-drive-2-line:before { content: "\edf9"; }
.ic-hard-drive-fill:before { content: "\edfa"; }
.ic-hard-drive-line:before { content: "\edfb"; }
.ic-hashtag:before { content: "\edfc"; }
.ic-haze-2-fill:before { content: "\edfd"; }
.ic-haze-2-line:before { content: "\edfe"; }
.ic-haze-fill:before { content: "\edff"; }
.ic-haze-line:before { content: "\ee00"; }
.ic-hd-fill:before { content: "\ee01"; }
.ic-hd-line:before { content: "\ee02"; }
.ic-heading:before { content: "\ee03"; }
.ic-headphone-fill:before { content: "\ee04"; }
.ic-headphone-line:before { content: "\ee05"; }
.ic-health-book-fill:before { content: "\ee06"; }
.ic-health-book-line:before { content: "\ee07"; }
.ic-heart-2-fill:before { content: "\ee08"; }
.ic-heart-2-line:before { content: "\ee09"; }
.ic-heart-3-fill:before { content: "\ee0a"; }
.ic-heart-3-line:before { content: "\ee0b"; }
.ic-heart-add-fill:before { content: "\ee0c"; }
.ic-heart-add-line:before { content: "\ee0d"; }
.ic-heart-fill:before { content: "\ee0e"; }
.ic-heart-line:before { content: "\ee0f"; }
.ic-heart-pulse-fill:before { content: "\ee10"; }
.ic-heart-pulse-line:before { content: "\ee11"; }
.ic-hearts-fill:before { content: "\ee12"; }
.ic-hearts-line:before { content: "\ee13"; }
.ic-heavy-showers-fill:before { content: "\ee14"; }
.ic-heavy-showers-line:before { content: "\ee15"; }
.ic-history-fill:before { content: "\ee16"; }
.ic-history-line:before { content: "\ee17"; }
.ic-home-2-fill:before { content: "\ee18"; }
.ic-home-2-line:before { content: "\ee19"; }
.ic-home-3-fill:before { content: "\ee1a"; }
.ic-home-3-line:before { content: "\ee1b"; }
.ic-home-4-fill:before { content: "\ee1c"; }
.ic-home-4-line:before { content: "\ee1d"; }
.ic-home-5-fill:before { content: "\ee1e"; }
.ic-home-5-line:before { content: "\ee1f"; }
.ic-home-6-fill:before { content: "\ee20"; }
.ic-home-6-line:before { content: "\ee21"; }
.ic-home-7-fill:before { content: "\ee22"; }
.ic-home-7-line:before { content: "\ee23"; }
.ic-home-8-fill:before { content: "\ee24"; }
.ic-home-8-line:before { content: "\ee25"; }
.ic-home-fill:before { content: "\ee26"; }
.ic-home-gear-fill:before { content: "\ee27"; }
.ic-home-gear-line:before { content: "\ee28"; }
.ic-home-heart-fill:before { content: "\ee29"; }
.ic-home-heart-line:before { content: "\ee2a"; }
.ic-home-line:before { content: "\ee2b"; }
.ic-home-smile-2-fill:before { content: "\ee2c"; }
.ic-home-smile-2-line:before { content: "\ee2d"; }
.ic-home-smile-fill:before { content: "\ee2e"; }
.ic-home-smile-line:before { content: "\ee2f"; }
.ic-home-wifi-fill:before { content: "\ee30"; }
.ic-home-wifi-line:before { content: "\ee31"; }
.ic-honor-of-kings-fill:before { content: "\ee32"; }
.ic-honor-of-kings-line:before { content: "\ee33"; }
.ic-honour-fill:before { content: "\ee34"; }
.ic-honour-line:before { content: "\ee35"; }
.ic-hospital-fill:before { content: "\ee36"; }
.ic-hospital-line:before { content: "\ee37"; }
.ic-hotel-bed-fill:before { content: "\ee38"; }
.ic-hotel-bed-line:before { content: "\ee39"; }
.ic-hotel-fill:before { content: "\ee3a"; }
.ic-hotel-line:before { content: "\ee3b"; }
.ic-hotspot-fill:before { content: "\ee3c"; }
.ic-hotspot-line:before { content: "\ee3d"; }
.ic-hq-fill:before { content: "\ee3e"; }
.ic-hq-line:before { content: "\ee3f"; }
.ic-html5-fill:before { content: "\ee40"; }
.ic-html5-line:before { content: "\ee41"; }
.ic-ie-fill:before { content: "\ee42"; }
.ic-ie-line:before { content: "\ee43"; }
.ic-image-2-fill:before { content: "\ee44"; }
.ic-image-2-line:before { content: "\ee45"; }
.ic-image-add-fill:before { content: "\ee46"; }
.ic-image-add-line:before { content: "\ee47"; }
.ic-image-edit-fill:before { content: "\ee48"; }
.ic-image-edit-line:before { content: "\ee49"; }
.ic-image-fill:before { content: "\ee4a"; }
.ic-image-line:before { content: "\ee4b"; }
.ic-inbox-archive-fill:before { content: "\ee4c"; }
.ic-inbox-archive-line:before { content: "\ee4d"; }
.ic-inbox-fill:before { content: "\ee4e"; }
.ic-inbox-line:before { content: "\ee4f"; }
.ic-inbox-unarchive-fill:before { content: "\ee50"; }
.ic-inbox-unarchive-line:before { content: "\ee51"; }
.ic-increase-decrease-fill:before { content: "\ee52"; }
.ic-increase-decrease-line:before { content: "\ee53"; }
.ic-indent-decrease:before { content: "\ee54"; }
.ic-indent-increase:before { content: "\ee55"; }
.ic-indeterminate-circle-fill:before { content: "\ee56"; }
.ic-indeterminate-circle-line:before { content: "\ee57"; }
.ic-information-fill:before { content: "\ee58"; }
.ic-information-line:before { content: "\ee59"; }
.ic-infrared-thermometer-fill:before { content: "\ee5a"; }
.ic-infrared-thermometer-line:before { content: "\ee5b"; }
.ic-ink-bottle-fill:before { content: "\ee5c"; }
.ic-ink-bottle-line:before { content: "\ee5d"; }
.ic-input-cursor-move:before { content: "\ee5e"; }
.ic-input-method-fill:before { content: "\ee5f"; }
.ic-input-method-line:before { content: "\ee60"; }
.ic-insert-column-left:before { content: "\ee61"; }
.ic-insert-column-right:before { content: "\ee62"; }
.ic-insert-row-bottom:before { content: "\ee63"; }
.ic-insert-row-top:before { content: "\ee64"; }
.ic-instagram-fill:before { content: "\ee65"; }
.ic-instagram-line:before { content: "\ee66"; }
.ic-install-fill:before { content: "\ee67"; }
.ic-install-line:before { content: "\ee68"; }
.ic-invision-fill:before { content: "\ee69"; }
.ic-invision-line:before { content: "\ee6a"; }
.ic-italic:before { content: "\ee6b"; }
.ic-kakao-talk-fill:before { content: "\ee6c"; }
.ic-kakao-talk-line:before { content: "\ee6d"; }
.ic-key-2-fill:before { content: "\ee6e"; }
.ic-key-2-line:before { content: "\ee6f"; }
.ic-key-fill:before { content: "\ee70"; }
.ic-key-line:before { content: "\ee71"; }
.ic-keyboard-box-fill:before { content: "\ee72"; }
.ic-keyboard-box-line:before { content: "\ee73"; }
.ic-keyboard-fill:before { content: "\ee74"; }
.ic-keyboard-line:before { content: "\ee75"; }
.ic-keynote-fill:before { content: "\ee76"; }
.ic-keynote-line:before { content: "\ee77"; }
.ic-knife-blood-fill:before { content: "\ee78"; }
.ic-knife-blood-line:before { content: "\ee79"; }
.ic-knife-fill:before { content: "\ee7a"; }
.ic-knife-line:before { content: "\ee7b"; }
.ic-landscape-fill:before { content: "\ee7c"; }
.ic-landscape-line:before { content: "\ee7d"; }
.ic-layout-2-fill:before { content: "\ee7e"; }
.ic-layout-2-line:before { content: "\ee7f"; }
.ic-layout-3-fill:before { content: "\ee80"; }
.ic-layout-3-line:before { content: "\ee81"; }
.ic-layout-4-fill:before { content: "\ee82"; }
.ic-layout-4-line:before { content: "\ee83"; }
.ic-layout-5-fill:before { content: "\ee84"; }
.ic-layout-5-line:before { content: "\ee85"; }
.ic-layout-6-fill:before { content: "\ee86"; }
.ic-layout-6-line:before { content: "\ee87"; }
.ic-layout-bottom-2-fill:before { content: "\ee88"; }
.ic-layout-bottom-2-line:before { content: "\ee89"; }
.ic-layout-bottom-fill:before { content: "\ee8a"; }
.ic-layout-bottom-line:before { content: "\ee8b"; }
.ic-layout-column-fill:before { content: "\ee8c"; }
.ic-layout-column-line:before { content: "\ee8d"; }
.ic-layout-fill:before { content: "\ee8e"; }
.ic-layout-grid-fill:before { content: "\ee8f"; }
.ic-layout-grid-line:before { content: "\ee90"; }
.ic-layout-left-2-fill:before { content: "\ee91"; }
.ic-layout-left-2-line:before { content: "\ee92"; }
.ic-layout-left-fill:before { content: "\ee93"; }
.ic-layout-left-line:before { content: "\ee94"; }
.ic-layout-line:before { content: "\ee95"; }
.ic-layout-masonry-fill:before { content: "\ee96"; }
.ic-layout-masonry-line:before { content: "\ee97"; }
.ic-layout-right-2-fill:before { content: "\ee98"; }
.ic-layout-right-2-line:before { content: "\ee99"; }
.ic-layout-right-fill:before { content: "\ee9a"; }
.ic-layout-right-line:before { content: "\ee9b"; }
.ic-layout-row-fill:before { content: "\ee9c"; }
.ic-layout-row-line:before { content: "\ee9d"; }
.ic-layout-top-2-fill:before { content: "\ee9e"; }
.ic-layout-top-2-line:before { content: "\ee9f"; }
.ic-layout-top-fill:before { content: "\eea0"; }
.ic-layout-top-line:before { content: "\eea1"; }
.ic-leaf-fill:before { content: "\eea2"; }
.ic-leaf-line:before { content: "\eea3"; }
.ic-lifebuoy-fill:before { content: "\eea4"; }
.ic-lifebuoy-line:before { content: "\eea5"; }
.ic-lightbulb-fill:before { content: "\eea6"; }
.ic-lightbulb-flash-fill:before { content: "\eea7"; }
.ic-lightbulb-flash-line:before { content: "\eea8"; }
.ic-lightbulb-line:before { content: "\eea9"; }
.ic-line-chart-fill:before { content: "\eeaa"; }
.ic-line-chart-line:before { content: "\eeab"; }
.ic-line-fill:before { content: "\eeac"; }
.ic-line-height:before { content: "\eead"; }
.ic-line-line:before { content: "\eeae"; }
.ic-link-m:before { content: "\eeaf"; }
.ic-link-unlink-m:before { content: "\eeb0"; }
.ic-link-unlink:before { content: "\eeb1"; }
.ic-link:before { content: "\eeb2"; }
.ic-linkedin-box-fill:before { content: "\eeb3"; }
.ic-linkedin-box-line:before { content: "\eeb4"; }
.ic-linkedin-fill:before { content: "\eeb5"; }
.ic-linkedin-line:before { content: "\eeb6"; }
.ic-links-fill:before { content: "\eeb7"; }
.ic-links-line:before { content: "\eeb8"; }
.ic-list-check-2:before { content: "\eeb9"; }
.ic-list-check:before { content: "\eeba"; }
.ic-list-ordered:before { content: "\eebb"; }
.ic-list-settings-fill:before { content: "\eebc"; }
.ic-list-settings-line:before { content: "\eebd"; }
.ic-list-unordered:before { content: "\eebe"; }
.ic-live-fill:before { content: "\eebf"; }
.ic-live-line:before { content: "\eec0"; }
.ic-loader-2-fill:before { content: "\eec1"; }
.ic-loader-2-line:before { content: "\eec2"; }
.ic-loader-3-fill:before { content: "\eec3"; }
.ic-loader-3-line:before { content: "\eec4"; }
.ic-loader-4-fill:before { content: "\eec5"; }
.ic-loader-4-line:before { content: "\eec6"; }
.ic-loader-5-fill:before { content: "\eec7"; }
.ic-loader-5-line:before { content: "\eec8"; }
.ic-loader-fill:before { content: "\eec9"; }
.ic-loader-line:before { content: "\eeca"; }
.ic-lock-2-fill:before { content: "\eecb"; }
.ic-lock-2-line:before { content: "\eecc"; }
.ic-lock-fill:before { content: "\eecd"; }
.ic-lock-line:before { content: "\eece"; }
.ic-lock-password-fill:before { content: "\eecf"; }
.ic-lock-password-line:before { content: "\eed0"; }
.ic-lock-unlock-fill:before { content: "\eed1"; }
.ic-lock-unlock-line:before { content: "\eed2"; }
.ic-login-box-fill:before { content: "\eed3"; }
.ic-login-box-line:before { content: "\eed4"; }
.ic-login-circle-fill:before { content: "\eed5"; }
.ic-login-circle-line:before { content: "\eed6"; }
.ic-logout-box-fill:before { content: "\eed7"; }
.ic-logout-box-line:before { content: "\eed8"; }
.ic-logout-box-r-fill:before { content: "\eed9"; }
.ic-logout-box-r-line:before { content: "\eeda"; }
.ic-logout-circle-fill:before { content: "\eedb"; }
.ic-logout-circle-line:before { content: "\eedc"; }
.ic-logout-circle-r-fill:before { content: "\eedd"; }
.ic-logout-circle-r-line:before { content: "\eede"; }
.ic-luggage-cart-fill:before { content: "\eedf"; }
.ic-luggage-cart-line:before { content: "\eee0"; }
.ic-luggage-deposit-fill:before { content: "\eee1"; }
.ic-luggage-deposit-line:before { content: "\eee2"; }
.ic-lungs-fill:before { content: "\eee3"; }
.ic-lungs-line:before { content: "\eee4"; }
.ic-mac-fill:before { content: "\eee5"; }
.ic-mac-line:before { content: "\eee6"; }
.ic-macbook-fill:before { content: "\eee7"; }
.ic-macbook-line:before { content: "\eee8"; }
.ic-magic-fill:before { content: "\eee9"; }
.ic-magic-line:before { content: "\eeea"; }
.ic-mail-add-fill:before { content: "\eeeb"; }
.ic-mail-add-line:before { content: "\eeec"; }
.ic-mail-check-fill:before { content: "\eeed"; }
.ic-mail-check-line:before { content: "\eeee"; }
.ic-mail-close-fill:before { content: "\eeef"; }
.ic-mail-close-line:before { content: "\eef0"; }
.ic-mail-download-fill:before { content: "\eef1"; }
.ic-mail-download-line:before { content: "\eef2"; }
.ic-mail-fill:before { content: "\eef3"; }
.ic-mail-forbid-fill:before { content: "\eef4"; }
.ic-mail-forbid-line:before { content: "\eef5"; }
.ic-mail-line:before { content: "\eef6"; }
.ic-mail-lock-fill:before { content: "\eef7"; }
.ic-mail-lock-line:before { content: "\eef8"; }
.ic-mail-open-fill:before { content: "\eef9"; }
.ic-mail-open-line:before { content: "\eefa"; }
.ic-mail-send-fill:before { content: "\eefb"; }
.ic-mail-send-line:before { content: "\eefc"; }
.ic-mail-settings-fill:before { content: "\eefd"; }
.ic-mail-settings-line:before { content: "\eefe"; }
.ic-mail-star-fill:before { content: "\eeff"; }
.ic-mail-star-line:before { content: "\ef00"; }
.ic-mail-unread-fill:before { content: "\ef01"; }
.ic-mail-unread-line:before { content: "\ef02"; }
.ic-mail-volume-fill:before { content: "\ef03"; }
.ic-mail-volume-line:before { content: "\ef04"; }
.ic-map-2-fill:before { content: "\ef05"; }
.ic-map-2-line:before { content: "\ef06"; }
.ic-map-fill:before { content: "\ef07"; }
.ic-map-line:before { content: "\ef08"; }
.ic-map-pin-2-fill:before { content: "\ef09"; }
.ic-map-pin-2-line:before { content: "\ef0a"; }
.ic-map-pin-3-fill:before { content: "\ef0b"; }
.ic-map-pin-3-line:before { content: "\ef0c"; }
.ic-map-pin-4-fill:before { content: "\ef0d"; }
.ic-map-pin-4-line:before { content: "\ef0e"; }
.ic-map-pin-5-fill:before { content: "\ef0f"; }
.ic-map-pin-5-line:before { content: "\ef10"; }
.ic-map-pin-add-fill:before { content: "\ef11"; }
.ic-map-pin-add-line:before { content: "\ef12"; }
.ic-map-pin-fill:before { content: "\ef13"; }
.ic-map-pin-line:before { content: "\ef14"; }
.ic-map-pin-range-fill:before { content: "\ef15"; }
.ic-map-pin-range-line:before { content: "\ef16"; }
.ic-map-pin-time-fill:before { content: "\ef17"; }
.ic-map-pin-time-line:before { content: "\ef18"; }
.ic-map-pin-user-fill:before { content: "\ef19"; }
.ic-map-pin-user-line:before { content: "\ef1a"; }
.ic-mark-pen-fill:before { content: "\ef1b"; }
.ic-mark-pen-line:before { content: "\ef1c"; }
.ic-markdown-fill:before { content: "\ef1d"; }
.ic-markdown-line:before { content: "\ef1e"; }
.ic-markup-fill:before { content: "\ef1f"; }
.ic-markup-line:before { content: "\ef20"; }
.ic-mastercard-fill:before { content: "\ef21"; }
.ic-mastercard-line:before { content: "\ef22"; }
.ic-mastodon-fill:before { content: "\ef23"; }
.ic-mastodon-line:before { content: "\ef24"; }
.ic-medal-2-fill:before { content: "\ef25"; }
.ic-medal-2-line:before { content: "\ef26"; }
.ic-medal-fill:before { content: "\ef27"; }
.ic-medal-line:before { content: "\ef28"; }
.ic-medicine-bottle-fill:before { content: "\ef29"; }
.ic-medicine-bottle-line:before { content: "\ef2a"; }
.ic-medium-fill:before { content: "\ef2b"; }
.ic-medium-line:before { content: "\ef2c"; }
.ic-men-fill:before { content: "\ef2d"; }
.ic-men-line:before { content: "\ef2e"; }
.ic-mental-health-fill:before { content: "\ef2f"; }
.ic-mental-health-line:before { content: "\ef30"; }
.ic-menu-2-fill:before { content: "\ef31"; }
.ic-menu-2-line:before { content: "\ef32"; }
.ic-menu-3-fill:before { content: "\ef33"; }
.ic-menu-3-line:before { content: "\ef34"; }
.ic-menu-4-fill:before { content: "\ef35"; }
.ic-menu-4-line:before { content: "\ef36"; }
.ic-menu-5-fill:before { content: "\ef37"; }
.ic-menu-5-line:before { content: "\ef38"; }
.ic-menu-add-fill:before { content: "\ef39"; }
.ic-menu-add-line:before { content: "\ef3a"; }
.ic-menu-fill:before { content: "\ef3b"; }
.ic-menu-fold-fill:before { content: "\ef3c"; }
.ic-menu-fold-line:before { content: "\ef3d"; }
.ic-menu-line:before { content: "\ef3e"; }
.ic-menu-unfold-fill:before { content: "\ef3f"; }
.ic-menu-unfold-line:before { content: "\ef40"; }
.ic-merge-cells-horizontal:before { content: "\ef41"; }
.ic-merge-cells-vertical:before { content: "\ef42"; }
.ic-message-2-fill:before { content: "\ef43"; }
.ic-message-2-line:before { content: "\ef44"; }
.ic-message-3-fill:before { content: "\ef45"; }
.ic-message-3-line:before { content: "\ef46"; }
.ic-message-fill:before { content: "\ef47"; }
.ic-message-line:before { content: "\ef48"; }
.ic-messenger-fill:before { content: "\ef49"; }
.ic-messenger-line:before { content: "\ef4a"; }
.ic-meteor-fill:before { content: "\ef4b"; }
.ic-meteor-line:before { content: "\ef4c"; }
.ic-mic-2-fill:before { content: "\ef4d"; }
.ic-mic-2-line:before { content: "\ef4e"; }
.ic-mic-fill:before { content: "\ef4f"; }
.ic-mic-line:before { content: "\ef50"; }
.ic-mic-off-fill:before { content: "\ef51"; }
.ic-mic-off-line:before { content: "\ef52"; }
.ic-mickey-fill:before { content: "\ef53"; }
.ic-mickey-line:before { content: "\ef54"; }
.ic-microscope-fill:before { content: "\ef55"; }
.ic-microscope-line:before { content: "\ef56"; }
.ic-microsoft-fill:before { content: "\ef57"; }
.ic-microsoft-line:before { content: "\ef58"; }
.ic-mind-map:before { content: "\ef59"; }
.ic-mini-program-fill:before { content: "\ef5a"; }
.ic-mini-program-line:before { content: "\ef5b"; }
.ic-mist-fill:before { content: "\ef5c"; }
.ic-mist-line:before { content: "\ef5d"; }
.ic-money-cny-box-fill:before { content: "\ef5e"; }
.ic-money-cny-box-line:before { content: "\ef5f"; }
.ic-money-cny-circle-fill:before { content: "\ef60"; }
.ic-money-cny-circle-line:before { content: "\ef61"; }
.ic-money-dollar-box-fill:before { content: "\ef62"; }
.ic-money-dollar-box-line:before { content: "\ef63"; }
.ic-money-dollar-circle-fill:before { content: "\ef64"; }
.ic-money-dollar-circle-line:before { content: "\ef65"; }
.ic-money-euro-box-fill:before { content: "\ef66"; }
.ic-money-euro-box-line:before { content: "\ef67"; }
.ic-money-euro-circle-fill:before { content: "\ef68"; }
.ic-money-euro-circle-line:before { content: "\ef69"; }
.ic-money-pound-box-fill:before { content: "\ef6a"; }
.ic-money-pound-box-line:before { content: "\ef6b"; }
.ic-money-pound-circle-fill:before { content: "\ef6c"; }
.ic-money-pound-circle-line:before { content: "\ef6d"; }
.ic-moon-clear-fill:before { content: "\ef6e"; }
.ic-moon-clear-line:before { content: "\ef6f"; }
.ic-moon-cloudy-fill:before { content: "\ef70"; }
.ic-moon-cloudy-line:before { content: "\ef71"; }
.ic-moon-fill:before { content: "\ef72"; }
.ic-moon-foggy-fill:before { content: "\ef73"; }
.ic-moon-foggy-line:before { content: "\ef74"; }
.ic-moon-line:before { content: "\ef75"; }
.ic-more-2-fill:before { content: "\ef76"; }
.ic-more-2-line:before { content: "\ef77"; }
.ic-more-fill:before { content: "\ef78"; }
.ic-more-line:before { content: "\ef79"; }
.ic-motorbike-fill:before { content: "\ef7a"; }
.ic-motorbike-line:before { content: "\ef7b"; }
.ic-mouse-fill:before { content: "\ef7c"; }
.ic-mouse-line:before { content: "\ef7d"; }
.ic-movie-2-fill:before { content: "\ef7e"; }
.ic-movie-2-line:before { content: "\ef7f"; }
.ic-movie-fill:before { content: "\ef80"; }
.ic-movie-line:before { content: "\ef81"; }
.ic-music-2-fill:before { content: "\ef82"; }
.ic-music-2-line:before { content: "\ef83"; }
.ic-music-fill:before { content: "\ef84"; }
.ic-music-line:before { content: "\ef85"; }
.ic-mv-fill:before { content: "\ef86"; }
.ic-mv-line:before { content: "\ef87"; }
.ic-navigation-fill:before { content: "\ef88"; }
.ic-navigation-line:before { content: "\ef89"; }
.ic-netease-cloud-music-fill:before { content: "\ef8a"; }
.ic-netease-cloud-music-line:before { content: "\ef8b"; }
.ic-netflix-fill:before { content: "\ef8c"; }
.ic-netflix-line:before { content: "\ef8d"; }
.ic-newspaper-fill:before { content: "\ef8e"; }
.ic-newspaper-line:before { content: "\ef8f"; }
.ic-node-tree:before { content: "\ef90"; }
.ic-notification-2-fill:before { content: "\ef91"; }
.ic-notification-2-line:before { content: "\ef92"; }
.ic-notification-3-fill:before { content: "\ef93"; }
.ic-notification-3-line:before { content: "\ef94"; }
.ic-notification-4-fill:before { content: "\ef95"; }
.ic-notification-4-line:before { content: "\ef96"; }
.ic-notification-badge-fill:before { content: "\ef97"; }
.ic-notification-badge-line:before { content: "\ef98"; }
.ic-notification-fill:before { content: "\ef99"; }
.ic-notification-line:before { content: "\ef9a"; }
.ic-notification-off-fill:before { content: "\ef9b"; }
.ic-notification-off-line:before { content: "\ef9c"; }
.ic-npmjs-fill:before { content: "\ef9d"; }
.ic-npmjs-line:before { content: "\ef9e"; }
.ic-number-0:before { content: "\ef9f"; }
.ic-number-1:before { content: "\efa0"; }
.ic-number-2:before { content: "\efa1"; }
.ic-number-3:before { content: "\efa2"; }
.ic-number-4:before { content: "\efa3"; }
.ic-number-5:before { content: "\efa4"; }
.ic-number-6:before { content: "\efa5"; }
.ic-number-7:before { content: "\efa6"; }
.ic-number-8:before { content: "\efa7"; }
.ic-number-9:before { content: "\efa8"; }
.ic-numbers-fill:before { content: "\efa9"; }
.ic-numbers-line:before { content: "\efaa"; }
.ic-nurse-fill:before { content: "\efab"; }
.ic-nurse-line:before { content: "\efac"; }
.ic-oil-fill:before { content: "\efad"; }
.ic-oil-line:before { content: "\efae"; }
.ic-omega:before { content: "\efaf"; }
.ic-open-arm-fill:before { content: "\efb0"; }
.ic-open-arm-line:before { content: "\efb1"; }
.ic-open-source-fill:before { content: "\efb2"; }
.ic-open-source-line:before { content: "\efb3"; }
.ic-opera-fill:before { content: "\efb4"; }
.ic-opera-line:before { content: "\efb5"; }
.ic-order-play-fill:before { content: "\efb6"; }
.ic-order-play-line:before { content: "\efb7"; }
.ic-organization-chart:before { content: "\efb8"; }
.ic-outlet-2-fill:before { content: "\efb9"; }
.ic-outlet-2-line:before { content: "\efba"; }
.ic-outlet-fill:before { content: "\efbb"; }
.ic-outlet-line:before { content: "\efbc"; }
.ic-page-separator:before { content: "\efbd"; }
.ic-pages-fill:before { content: "\efbe"; }
.ic-pages-line:before { content: "\efbf"; }
.ic-paint-brush-fill:before { content: "\efc0"; }
.ic-paint-brush-line:before { content: "\efc1"; }
.ic-paint-fill:before { content: "\efc2"; }
.ic-paint-line:before { content: "\efc3"; }
.ic-palette-fill:before { content: "\efc4"; }
.ic-palette-line:before { content: "\efc5"; }
.ic-pantone-fill:before { content: "\efc6"; }
.ic-pantone-line:before { content: "\efc7"; }
.ic-paragraph:before { content: "\efc8"; }
.ic-parent-fill:before { content: "\efc9"; }
.ic-parent-line:before { content: "\efca"; }
.ic-parentheses-fill:before { content: "\efcb"; }
.ic-parentheses-line:before { content: "\efcc"; }
.ic-parking-box-fill:before { content: "\efcd"; }
.ic-parking-box-line:before { content: "\efce"; }
.ic-parking-fill:before { content: "\efcf"; }
.ic-parking-line:before { content: "\efd0"; }
.ic-passport-fill:before { content: "\efd1"; }
.ic-passport-line:before { content: "\efd2"; }
.ic-patreon-fill:before { content: "\efd3"; }
.ic-patreon-line:before { content: "\efd4"; }
.ic-pause-circle-fill:before { content: "\efd5"; }
.ic-pause-circle-line:before { content: "\efd6"; }
.ic-pause-fill:before { content: "\efd7"; }
.ic-pause-line:before { content: "\efd8"; }
.ic-pause-mini-fill:before { content: "\efd9"; }
.ic-pause-mini-line:before { content: "\efda"; }
.ic-paypal-fill:before { content: "\efdb"; }
.ic-paypal-line:before { content: "\efdc"; }
.ic-pen-nib-fill:before { content: "\efdd"; }
.ic-pen-nib-line:before { content: "\efde"; }
.ic-pencil-fill:before { content: "\efdf"; }
.ic-pencil-line:before { content: "\efe0"; }
.ic-pencil-ruler-2-fill:before { content: "\efe1"; }
.ic-pencil-ruler-2-line:before { content: "\efe2"; }
.ic-pencil-ruler-fill:before { content: "\efe3"; }
.ic-pencil-ruler-line:before { content: "\efe4"; }
.ic-percent-fill:before { content: "\efe5"; }
.ic-percent-line:before { content: "\efe6"; }
.ic-phone-camera-fill:before { content: "\efe7"; }
.ic-phone-camera-line:before { content: "\efe8"; }
.ic-phone-fill:before { content: "\efe9"; }
.ic-phone-find-fill:before { content: "\efea"; }
.ic-phone-find-line:before { content: "\efeb"; }
.ic-phone-line:before { content: "\efec"; }
.ic-phone-lock-fill:before { content: "\efed"; }
.ic-phone-lock-line:before { content: "\efee"; }
.ic-picture-in-picture-2-fill:before { content: "\efef"; }
.ic-picture-in-picture-2-line:before { content: "\eff0"; }
.ic-picture-in-picture-exit-fill:before { content: "\eff1"; }
.ic-picture-in-picture-exit-line:before { content: "\eff2"; }
.ic-picture-in-picture-fill:before { content: "\eff3"; }
.ic-picture-in-picture-line:before { content: "\eff4"; }
.ic-pie-chart-2-fill:before { content: "\eff5"; }
.ic-pie-chart-2-line:before { content: "\eff6"; }
.ic-pie-chart-box-fill:before { content: "\eff7"; }
.ic-pie-chart-box-line:before { content: "\eff8"; }
.ic-pie-chart-fill:before { content: "\eff9"; }
.ic-pie-chart-line:before { content: "\effa"; }
.ic-pin-distance-fill:before { content: "\effb"; }
.ic-pin-distance-line:before { content: "\effc"; }
.ic-ping-pong-fill:before { content: "\effd"; }
.ic-ping-pong-line:before { content: "\effe"; }
.ic-pinterest-fill:before { content: "\efff"; }
.ic-pinterest-line:before { content: "\f000"; }
.ic-pinyin-input:before { content: "\f001"; }
.ic-pixelfed-fill:before { content: "\f002"; }
.ic-pixelfed-line:before { content: "\f003"; }
.ic-plane-fill:before { content: "\f004"; }
.ic-plane-line:before { content: "\f005"; }
.ic-plant-fill:before { content: "\f006"; }
.ic-plant-line:before { content: "\f007"; }
.ic-play-circle-fill:before { content: "\f008"; }
.ic-play-circle-line:before { content: "\f009"; }
.ic-play-fill:before { content: "\f00a"; }
.ic-play-line:before { content: "\f00b"; }
.ic-play-list-2-fill:before { content: "\f00c"; }
.ic-play-list-2-line:before { content: "\f00d"; }
.ic-play-list-add-fill:before { content: "\f00e"; }
.ic-play-list-add-line:before { content: "\f00f"; }
.ic-play-list-fill:before { content: "\f010"; }
.ic-play-list-line:before { content: "\f011"; }
.ic-play-mini-fill:before { content: "\f012"; }
.ic-play-mini-line:before { content: "\f013"; }
.ic-playstation-fill:before { content: "\f014"; }
.ic-playstation-line:before { content: "\f015"; }
.ic-plug-2-fill:before { content: "\f016"; }
.ic-plug-2-line:before { content: "\f017"; }
.ic-plug-fill:before { content: "\f018"; }
.ic-plug-line:before { content: "\f019"; }
.ic-polaroid-2-fill:before { content: "\f01a"; }
.ic-polaroid-2-line:before { content: "\f01b"; }
.ic-polaroid-fill:before { content: "\f01c"; }
.ic-polaroid-line:before { content: "\f01d"; }
.ic-police-car-fill:before { content: "\f01e"; }
.ic-police-car-line:before { content: "\f01f"; }
.ic-price-tag-2-fill:before { content: "\f020"; }
.ic-price-tag-2-line:before { content: "\f021"; }
.ic-price-tag-3-fill:before { content: "\f022"; }
.ic-price-tag-3-line:before { content: "\f023"; }
.ic-price-tag-fill:before { content: "\f024"; }
.ic-price-tag-line:before { content: "\f025"; }
.ic-printer-cloud-fill:before { content: "\f026"; }
.ic-printer-cloud-line:before { content: "\f027"; }
.ic-printer-fill:before { content: "\f028"; }
.ic-printer-line:before { content: "\f029"; }
.ic-product-hunt-fill:before { content: "\f02a"; }
.ic-product-hunt-line:before { content: "\f02b"; }
.ic-profile-fill:before { content: "\f02c"; }
.ic-profile-line:before { content: "\f02d"; }
.ic-projector-2-fill:before { content: "\f02e"; }
.ic-projector-2-line:before { content: "\f02f"; }
.ic-projector-fill:before { content: "\f030"; }
.ic-projector-line:before { content: "\f031"; }
.ic-psychotherapy-fill:before { content: "\f032"; }
.ic-psychotherapy-line:before { content: "\f033"; }
.ic-pulse-fill:before { content: "\f034"; }
.ic-pulse-line:before { content: "\f035"; }
.ic-pushpin-2-fill:before { content: "\f036"; }
.ic-pushpin-2-line:before { content: "\f037"; }
.ic-pushpin-fill:before { content: "\f038"; }
.ic-pushpin-line:before { content: "\f039"; }
.ic-qq-fill:before { content: "\f03a"; }
.ic-qq-line:before { content: "\f03b"; }
.ic-qr-code-fill:before { content: "\f03c"; }
.ic-qr-code-line:before { content: "\f03d"; }
.ic-qr-scan-2-fill:before { content: "\f03e"; }
.ic-qr-scan-2-line:before { content: "\f03f"; }
.ic-qr-scan-fill:before { content: "\f040"; }
.ic-qr-scan-line:before { content: "\f041"; }
.ic-question-answer-fill:before { content: "\f042"; }
.ic-question-answer-line:before { content: "\f043"; }
.ic-question-fill:before { content: "\f044"; }
.ic-question-line:before { content: "\f045"; }
.ic-question-mark:before { content: "\f046"; }
.ic-questionnaire-fill:before { content: "\f047"; }
.ic-questionnaire-line:before { content: "\f048"; }
.ic-quill-pen-fill:before { content: "\f049"; }
.ic-quill-pen-line:before { content: "\f04a"; }
.ic-radar-fill:before { content: "\f04b"; }
.ic-radar-line:before { content: "\f04c"; }
.ic-radio-2-fill:before { content: "\f04d"; }
.ic-radio-2-line:before { content: "\f04e"; }
.ic-radio-button-fill:before { content: "\f04f"; }
.ic-radio-button-line:before { content: "\f050"; }
.ic-radio-fill:before { content: "\f051"; }
.ic-radio-line:before { content: "\f052"; }
.ic-rainbow-fill:before { content: "\f053"; }
.ic-rainbow-line:before { content: "\f054"; }
.ic-rainy-fill:before { content: "\f055"; }
.ic-rainy-line:before { content: "\f056"; }
.ic-reactjs-fill:before { content: "\f057"; }
.ic-reactjs-line:before { content: "\f058"; }
.ic-record-circle-fill:before { content: "\f059"; }
.ic-record-circle-line:before { content: "\f05a"; }
.ic-record-mail-fill:before { content: "\f05b"; }
.ic-record-mail-line:before { content: "\f05c"; }
.ic-recycle-fill:before { content: "\f05d"; }
.ic-recycle-line:before { content: "\f05e"; }
.ic-red-packet-fill:before { content: "\f05f"; }
.ic-red-packet-line:before { content: "\f060"; }
.ic-reddit-fill:before { content: "\f061"; }
.ic-reddit-line:before { content: "\f062"; }
.ic-refresh-fill:before { content: "\f063"; }
.ic-refresh-line:before { content: "\f064"; }
.ic-refund-2-fill:before { content: "\f065"; }
.ic-refund-2-line:before { content: "\f066"; }
.ic-refund-fill:before { content: "\f067"; }
.ic-refund-line:before { content: "\f068"; }
.ic-registered-fill:before { content: "\f069"; }
.ic-registered-line:before { content: "\f06a"; }
.ic-icon-fill:before { content: "\f06b"; }
.ic-icon-line:before { content: "\f06c"; }
.ic-remote-control-2-fill:before { content: "\f06d"; }
.ic-remote-control-2-line:before { content: "\f06e"; }
.ic-remote-control-fill:before { content: "\f06f"; }
.ic-remote-control-line:before { content: "\f070"; }
.ic-repeat-2-fill:before { content: "\f071"; }
.ic-repeat-2-line:before { content: "\f072"; }
.ic-repeat-fill:before { content: "\f073"; }
.ic-repeat-line:before { content: "\f074"; }
.ic-repeat-one-fill:before { content: "\f075"; }
.ic-repeat-one-line:before { content: "\f076"; }
.ic-reply-all-fill:before { content: "\f077"; }
.ic-reply-all-line:before { content: "\f078"; }
.ic-reply-fill:before { content: "\f079"; }
.ic-reply-line:before { content: "\f07a"; }
.ic-reserved-fill:before { content: "\f07b"; }
.ic-reserved-line:before { content: "\f07c"; }
.ic-rest-time-fill:before { content: "\f07d"; }
.ic-rest-time-line:before { content: "\f07e"; }
.ic-restart-fill:before { content: "\f07f"; }
.ic-restart-line:before { content: "\f080"; }
.ic-restaurant-2-fill:before { content: "\f081"; }
.ic-restaurant-2-line:before { content: "\f082"; }
.ic-restaurant-fill:before { content: "\f083"; }
.ic-restaurant-line:before { content: "\f084"; }
.ic-rewind-fill:before { content: "\f085"; }
.ic-rewind-line:before { content: "\f086"; }
.ic-rewind-mini-fill:before { content: "\f087"; }
.ic-rewind-mini-line:before { content: "\f088"; }
.ic-rhythm-fill:before { content: "\f089"; }
.ic-rhythm-line:before { content: "\f08a"; }
.ic-riding-fill:before { content: "\f08b"; }
.ic-riding-line:before { content: "\f08c"; }
.ic-road-map-fill:before { content: "\f08d"; }
.ic-road-map-line:before { content: "\f08e"; }
.ic-roadster-fill:before { content: "\f08f"; }
.ic-roadster-line:before { content: "\f090"; }
.ic-robot-fill:before { content: "\f091"; }
.ic-robot-line:before { content: "\f092"; }
.ic-rocket-2-fill:before { content: "\f093"; }
.ic-rocket-2-line:before { content: "\f094"; }
.ic-rocket-fill:before { content: "\f095"; }
.ic-rocket-line:before { content: "\f096"; }
.ic-rotate-lock-fill:before { content: "\f097"; }
.ic-rotate-lock-line:before { content: "\f098"; }
.ic-rounded-corner:before { content: "\f099"; }
.ic-route-fill:before { content: "\f09a"; }
.ic-route-line:before { content: "\f09b"; }
.ic-router-fill:before { content: "\f09c"; }
.ic-router-line:before { content: "\f09d"; }
.ic-rss-fill:before { content: "\f09e"; }
.ic-rss-line:before { content: "\f09f"; }
.ic-ruler-2-fill:before { content: "\f0a0"; }
.ic-ruler-2-line:before { content: "\f0a1"; }
.ic-ruler-fill:before { content: "\f0a2"; }
.ic-ruler-line:before { content: "\f0a3"; }
.ic-run-fill:before { content: "\f0a4"; }
.ic-run-line:before { content: "\f0a5"; }
.ic-safaic-fill:before { content: "\f0a6"; }
.ic-safaic-line:before { content: "\f0a7"; }
.ic-safe-2-fill:before { content: "\f0a8"; }
.ic-safe-2-line:before { content: "\f0a9"; }
.ic-safe-fill:before { content: "\f0aa"; }
.ic-safe-line:before { content: "\f0ab"; }
.ic-sailboat-fill:before { content: "\f0ac"; }
.ic-sailboat-line:before { content: "\f0ad"; }
.ic-save-2-fill:before { content: "\f0ae"; }
.ic-save-2-line:before { content: "\f0af"; }
.ic-save-3-fill:before { content: "\f0b0"; }
.ic-save-3-line:before { content: "\f0b1"; }
.ic-save-fill:before { content: "\f0b2"; }
.ic-save-line:before { content: "\f0b3"; }
.ic-scales-2-fill:before { content: "\f0b4"; }
.ic-scales-2-line:before { content: "\f0b5"; }
.ic-scales-3-fill:before { content: "\f0b6"; }
.ic-scales-3-line:before { content: "\f0b7"; }
.ic-scales-fill:before { content: "\f0b8"; }
.ic-scales-line:before { content: "\f0b9"; }
.ic-scan-2-fill:before { content: "\f0ba"; }
.ic-scan-2-line:before { content: "\f0bb"; }
.ic-scan-fill:before { content: "\f0bc"; }
.ic-scan-line:before { content: "\f0bd"; }
.ic-scissors-2-fill:before { content: "\f0be"; }
.ic-scissors-2-line:before { content: "\f0bf"; }
.ic-scissors-cut-fill:before { content: "\f0c0"; }
.ic-scissors-cut-line:before { content: "\f0c1"; }
.ic-scissors-fill:before { content: "\f0c2"; }
.ic-scissors-line:before { content: "\f0c3"; }
.ic-screenshot-2-fill:before { content: "\f0c4"; }
.ic-screenshot-2-line:before { content: "\f0c5"; }
.ic-screenshot-fill:before { content: "\f0c6"; }
.ic-screenshot-line:before { content: "\f0c7"; }
.ic-sd-card-fill:before { content: "\f0c8"; }
.ic-sd-card-line:before { content: "\f0c9"; }
.ic-sd-card-mini-fill:before { content: "\f0ca"; }
.ic-sd-card-mini-line:before { content: "\f0cb"; }
.ic-search-2-fill:before { content: "\f0cc"; }
.ic-search-2-line:before { content: "\f0cd"; }
.ic-search-eye-fill:before { content: "\f0ce"; }
.ic-search-eye-line:before { content: "\f0cf"; }
.ic-search-fill:before { content: "\f0d0"; }
.ic-search-line:before { content: "\f0d1"; }
.ic-secure-payment-fill:before { content: "\f0d2"; }
.ic-secure-payment-line:before { content: "\f0d3"; }
.ic-seedling-fill:before { content: "\f0d4"; }
.ic-seedling-line:before { content: "\f0d5"; }
.ic-send-backward:before { content: "\f0d6"; }
.ic-send-plane-2-fill:before { content: "\f0d7"; }
.ic-send-plane-2-line:before { content: "\f0d8"; }
.ic-send-plane-fill:before { content: "\f0d9"; }
.ic-send-plane-line:before { content: "\f0da"; }
.ic-send-to-back:before { content: "\f0db"; }
.ic-sensor-fill:before { content: "\f0dc"; }
.ic-sensor-line:before { content: "\f0dd"; }
.ic-separator:before { content: "\f0de"; }
.ic-server-fill:before { content: "\f0df"; }
.ic-server-line:before { content: "\f0e0"; }
.ic-service-fill:before { content: "\f0e1"; }
.ic-service-line:before { content: "\f0e2"; }
.ic-settings-2-fill:before { content: "\f0e3"; }
.ic-settings-2-line:before { content: "\f0e4"; }
.ic-settings-3-fill:before { content: "\f0e5"; }
.ic-settings-3-line:before { content: "\f0e6"; }
.ic-settings-4-fill:before { content: "\f0e7"; }
.ic-settings-4-line:before { content: "\f0e8"; }
.ic-settings-5-fill:before { content: "\f0e9"; }
.ic-settings-5-line:before { content: "\f0ea"; }
.ic-settings-6-fill:before { content: "\f0eb"; }
.ic-settings-6-line:before { content: "\f0ec"; }
.ic-settings-fill:before { content: "\f0ed"; }
.ic-settings-line:before { content: "\f0ee"; }
.ic-shape-2-fill:before { content: "\f0ef"; }
.ic-shape-2-line:before { content: "\f0f0"; }
.ic-shape-fill:before { content: "\f0f1"; }
.ic-shape-line:before { content: "\f0f2"; }
.ic-share-box-fill:before { content: "\f0f3"; }
.ic-share-box-line:before { content: "\f0f4"; }
.ic-share-circle-fill:before { content: "\f0f5"; }
.ic-share-circle-line:before { content: "\f0f6"; }
.ic-share-fill:before { content: "\f0f7"; }
.ic-share-forward-2-fill:before { content: "\f0f8"; }
.ic-share-forward-2-line:before { content: "\f0f9"; }
.ic-share-forward-box-fill:before { content: "\f0fa"; }
.ic-share-forward-box-line:before { content: "\f0fb"; }
.ic-share-forward-fill:before { content: "\f0fc"; }
.ic-share-forward-line:before { content: "\f0fd"; }
.ic-share-line:before { content: "\f0fe"; }
.ic-shield-check-fill:before { content: "\f0ff"; }
.ic-shield-check-line:before { content: "\f100"; }
.ic-shield-cross-fill:before { content: "\f101"; }
.ic-shield-cross-line:before { content: "\f102"; }
.ic-shield-fill:before { content: "\f103"; }
.ic-shield-flash-fill:before { content: "\f104"; }
.ic-shield-flash-line:before { content: "\f105"; }
.ic-shield-keyhole-fill:before { content: "\f106"; }
.ic-shield-keyhole-line:before { content: "\f107"; }
.ic-shield-line:before { content: "\f108"; }
.ic-shield-star-fill:before { content: "\f109"; }
.ic-shield-star-line:before { content: "\f10a"; }
.ic-shield-user-fill:before { content: "\f10b"; }
.ic-shield-user-line:before { content: "\f10c"; }
.ic-ship-2-fill:before { content: "\f10d"; }
.ic-ship-2-line:before { content: "\f10e"; }
.ic-ship-fill:before { content: "\f10f"; }
.ic-ship-line:before { content: "\f110"; }
.ic-shirt-fill:before { content: "\f111"; }
.ic-shirt-line:before { content: "\f112"; }
.ic-shopping-bag-2-fill:before { content: "\f113"; }
.ic-shopping-bag-2-line:before { content: "\f114"; }
.ic-shopping-bag-3-fill:before { content: "\f115"; }
.ic-shopping-bag-3-line:before { content: "\f116"; }
.ic-shopping-bag-fill:before { content: "\f117"; }
.ic-shopping-bag-line:before { content: "\f118"; }
.ic-shopping-basket-2-fill:before { content: "\f119"; }
.ic-shopping-basket-2-line:before { content: "\f11a"; }
.ic-shopping-basket-fill:before { content: "\f11b"; }
.ic-shopping-basket-line:before { content: "\f11c"; }
.ic-shopping-cart-2-fill:before { content: "\f11d"; }
.ic-shopping-cart-2-line:before { content: "\f11e"; }
.ic-shopping-cart-fill:before { content: "\f11f"; }
.ic-shopping-cart-line:before { content: "\f120"; }
.ic-showers-fill:before { content: "\f121"; }
.ic-showers-line:before { content: "\f122"; }
.ic-shuffle-fill:before { content: "\f123"; }
.ic-shuffle-line:before { content: "\f124"; }
.ic-shut-down-fill:before { content: "\f125"; }
.ic-shut-down-line:before { content: "\f126"; }
.ic-side-bar-fill:before { content: "\f127"; }
.ic-side-bar-line:before { content: "\f128"; }
.ic-signal-tower-fill:before { content: "\f129"; }
.ic-signal-tower-line:before { content: "\f12a"; }
.ic-signal-wifi-1-fill:before { content: "\f12b"; }
.ic-signal-wifi-1-line:before { content: "\f12c"; }
.ic-signal-wifi-2-fill:before { content: "\f12d"; }
.ic-signal-wifi-2-line:before { content: "\f12e"; }
.ic-signal-wifi-3-fill:before { content: "\f12f"; }
.ic-signal-wifi-3-line:before { content: "\f130"; }
.ic-signal-wifi-error-fill:before { content: "\f131"; }
.ic-signal-wifi-error-line:before { content: "\f132"; }
.ic-signal-wifi-fill:before { content: "\f133"; }
.ic-signal-wifi-line:before { content: "\f134"; }
.ic-signal-wifi-off-fill:before { content: "\f135"; }
.ic-signal-wifi-off-line:before { content: "\f136"; }
.ic-sim-card-2-fill:before { content: "\f137"; }
.ic-sim-card-2-line:before { content: "\f138"; }
.ic-sim-card-fill:before { content: "\f139"; }
.ic-sim-card-line:before { content: "\f13a"; }
.ic-single-quotes-l:before { content: "\f13b"; }
.ic-single-quotes-r:before { content: "\f13c"; }
.ic-sip-fill:before { content: "\f13d"; }
.ic-sip-line:before { content: "\f13e"; }
.ic-skip-back-fill:before { content: "\f13f"; }
.ic-skip-back-line:before { content: "\f140"; }
.ic-skip-back-mini-fill:before { content: "\f141"; }
.ic-skip-back-mini-line:before { content: "\f142"; }
.ic-skip-forward-fill:before { content: "\f143"; }
.ic-skip-forward-line:before { content: "\f144"; }
.ic-skip-forward-mini-fill:before { content: "\f145"; }
.ic-skip-forward-mini-line:before { content: "\f146"; }
.ic-skull-2-fill:before { content: "\f147"; }
.ic-skull-2-line:before { content: "\f148"; }
.ic-skull-fill:before { content: "\f149"; }
.ic-skull-line:before { content: "\f14a"; }
.ic-skype-fill:before { content: "\f14b"; }
.ic-skype-line:before { content: "\f14c"; }
.ic-slack-fill:before { content: "\f14d"; }
.ic-slack-line:before { content: "\f14e"; }
.ic-slice-fill:before { content: "\f14f"; }
.ic-slice-line:before { content: "\f150"; }
.ic-slideshow-2-fill:before { content: "\f151"; }
.ic-slideshow-2-line:before { content: "\f152"; }
.ic-slideshow-3-fill:before { content: "\f153"; }
.ic-slideshow-3-line:before { content: "\f154"; }
.ic-slideshow-4-fill:before { content: "\f155"; }
.ic-slideshow-4-line:before { content: "\f156"; }
.ic-slideshow-fill:before { content: "\f157"; }
.ic-slideshow-line:before { content: "\f158"; }
.ic-smartphone-fill:before { content: "\f159"; }
.ic-smartphone-line:before { content: "\f15a"; }
.ic-snapchat-fill:before { content: "\f15b"; }
.ic-snapchat-line:before { content: "\f15c"; }
.ic-snowy-fill:before { content: "\f15d"; }
.ic-snowy-line:before { content: "\f15e"; }
.ic-sort-asc:before { content: "\f15f"; }
.ic-sort-desc:before { content: "\f160"; }
.ic-sound-module-fill:before { content: "\f161"; }
.ic-sound-module-line:before { content: "\f162"; }
.ic-soundcloud-fill:before { content: "\f163"; }
.ic-soundcloud-line:before { content: "\f164"; }
.ic-space-ship-fill:before { content: "\f165"; }
.ic-space-ship-line:before { content: "\f166"; }
.ic-space:before { content: "\f167"; }
.ic-spam-2-fill:before { content: "\f168"; }
.ic-spam-2-line:before { content: "\f169"; }
.ic-spam-3-fill:before { content: "\f16a"; }
.ic-spam-3-line:before { content: "\f16b"; }
.ic-spam-fill:before { content: "\f16c"; }
.ic-spam-line:before { content: "\f16d"; }
.ic-speaker-2-fill:before { content: "\f16e"; }
.ic-speaker-2-line:before { content: "\f16f"; }
.ic-speaker-3-fill:before { content: "\f170"; }
.ic-speaker-3-line:before { content: "\f171"; }
.ic-speaker-fill:before { content: "\f172"; }
.ic-speaker-line:before { content: "\f173"; }
.ic-spectrum-fill:before { content: "\f174"; }
.ic-spectrum-line:before { content: "\f175"; }
.ic-speed-fill:before { content: "\f176"; }
.ic-speed-line:before { content: "\f177"; }
.ic-speed-mini-fill:before { content: "\f178"; }
.ic-speed-mini-line:before { content: "\f179"; }
.ic-split-cells-horizontal:before { content: "\f17a"; }
.ic-split-cells-vertical:before { content: "\f17b"; }
.ic-spotify-fill:before { content: "\f17c"; }
.ic-spotify-line:before { content: "\f17d"; }
.ic-spy-fill:before { content: "\f17e"; }
.ic-spy-line:before { content: "\f17f"; }
.ic-stack-fill:before { content: "\f180"; }
.ic-stack-line:before { content: "\f181"; }
.ic-stack-overflow-fill:before { content: "\f182"; }
.ic-stack-overflow-line:before { content: "\f183"; }
.ic-stackshare-fill:before { content: "\f184"; }
.ic-stackshare-line:before { content: "\f185"; }
.ic-star-fill:before { content: "\f186"; }
.ic-star-half-fill:before { content: "\f187"; }
.ic-star-half-line:before { content: "\f188"; }
.ic-star-half-s-fill:before { content: "\f189"; }
.ic-star-half-s-line:before { content: "\f18a"; }
.ic-star-line:before { content: "\f18b"; }
.ic-star-s-fill:before { content: "\f18c"; }
.ic-star-s-line:before { content: "\f18d"; }
.ic-star-smile-fill:before { content: "\f18e"; }
.ic-star-smile-line:before { content: "\f18f"; }
.ic-steam-fill:before { content: "\f190"; }
.ic-steam-line:before { content: "\f191"; }
.ic-steering-2-fill:before { content: "\f192"; }
.ic-steering-2-line:before { content: "\f193"; }
.ic-steering-fill:before { content: "\f194"; }
.ic-steering-line:before { content: "\f195"; }
.ic-stethoscope-fill:before { content: "\f196"; }
.ic-stethoscope-line:before { content: "\f197"; }
.ic-sticky-note-2-fill:before { content: "\f198"; }
.ic-sticky-note-2-line:before { content: "\f199"; }
.ic-sticky-note-fill:before { content: "\f19a"; }
.ic-sticky-note-line:before { content: "\f19b"; }
.ic-stock-fill:before { content: "\f19c"; }
.ic-stock-line:before { content: "\f19d"; }
.ic-stop-circle-fill:before { content: "\f19e"; }
.ic-stop-circle-line:before { content: "\f19f"; }
.ic-stop-fill:before { content: "\f1a0"; }
.ic-stop-line:before { content: "\f1a1"; }
.ic-stop-mini-fill:before { content: "\f1a2"; }
.ic-stop-mini-line:before { content: "\f1a3"; }
.ic-store-2-fill:before { content: "\f1a4"; }
.ic-store-2-line:before { content: "\f1a5"; }
.ic-store-3-fill:before { content: "\f1a6"; }
.ic-store-3-line:before { content: "\f1a7"; }
.ic-store-fill:before { content: "\f1a8"; }
.ic-store-line:before { content: "\f1a9"; }
.ic-strikethrough-2:before { content: "\f1aa"; }
.ic-strikethrough:before { content: "\f1ab"; }
.ic-subscript-2:before { content: "\f1ac"; }
.ic-subscript:before { content: "\f1ad"; }
.ic-subtract-fill:before { content: "\f1ae"; }
.ic-subtract-line:before { content: "\f1af"; }
.ic-subway-fill:before { content: "\f1b0"; }
.ic-subway-line:before { content: "\f1b1"; }
.ic-subway-wifi-fill:before { content: "\f1b2"; }
.ic-subway-wifi-line:before { content: "\f1b3"; }
.ic-suitcase-2-fill:before { content: "\f1b4"; }
.ic-suitcase-2-line:before { content: "\f1b5"; }
.ic-suitcase-3-fill:before { content: "\f1b6"; }
.ic-suitcase-3-line:before { content: "\f1b7"; }
.ic-suitcase-fill:before { content: "\f1b8"; }
.ic-suitcase-line:before { content: "\f1b9"; }
.ic-sun-cloudy-fill:before { content: "\f1ba"; }
.ic-sun-cloudy-line:before { content: "\f1bb"; }
.ic-sun-fill:before { content: "\f1bc"; }
.ic-sun-foggy-fill:before { content: "\f1bd"; }
.ic-sun-foggy-line:before { content: "\f1be"; }
.ic-sun-line:before { content: "\f1bf"; }
.ic-superscript-2:before { content: "\f1c0"; }
.ic-superscript:before { content: "\f1c1"; }
.ic-surgical-mask-fill:before { content: "\f1c2"; }
.ic-surgical-mask-line:before { content: "\f1c3"; }
.ic-surround-sound-fill:before { content: "\f1c4"; }
.ic-surround-sound-line:before { content: "\f1c5"; }
.ic-survey-fill:before { content: "\f1c6"; }
.ic-survey-line:before { content: "\f1c7"; }
.ic-swap-box-fill:before { content: "\f1c8"; }
.ic-swap-box-line:before { content: "\f1c9"; }
.ic-swap-fill:before { content: "\f1ca"; }
.ic-swap-line:before { content: "\f1cb"; }
.ic-switch-fill:before { content: "\f1cc"; }
.ic-switch-line:before { content: "\f1cd"; }
.ic-sword-fill:before { content: "\f1ce"; }
.ic-sword-line:before { content: "\f1cf"; }
.ic-syringe-fill:before { content: "\f1d0"; }
.ic-syringe-line:before { content: "\f1d1"; }
.ic-t-box-fill:before { content: "\f1d2"; }
.ic-t-box-line:before { content: "\f1d3"; }
.ic-t-shirt-2-fill:before { content: "\f1d4"; }
.ic-t-shirt-2-line:before { content: "\f1d5"; }
.ic-t-shirt-air-fill:before { content: "\f1d6"; }
.ic-t-shirt-air-line:before { content: "\f1d7"; }
.ic-t-shirt-fill:before { content: "\f1d8"; }
.ic-t-shirt-line:before { content: "\f1d9"; }
.ic-table-2:before { content: "\f1da"; }
.ic-table-alt-fill:before { content: "\f1db"; }
.ic-table-alt-line:before { content: "\f1dc"; }
.ic-table-fill:before { content: "\f1dd"; }
.ic-table-line:before { content: "\f1de"; }
.ic-tablet-fill:before { content: "\f1df"; }
.ic-tablet-line:before { content: "\f1e0"; }
.ic-takeaway-fill:before { content: "\f1e1"; }
.ic-takeaway-line:before { content: "\f1e2"; }
.ic-taobao-fill:before { content: "\f1e3"; }
.ic-taobao-line:before { content: "\f1e4"; }
.ic-tape-fill:before { content: "\f1e5"; }
.ic-tape-line:before { content: "\f1e6"; }
.ic-task-fill:before { content: "\f1e7"; }
.ic-task-line:before { content: "\f1e8"; }
.ic-taxi-fill:before { content: "\f1e9"; }
.ic-taxi-line:before { content: "\f1ea"; }
.ic-taxi-wifi-fill:before { content: "\f1eb"; }
.ic-taxi-wifi-line:before { content: "\f1ec"; }
.ic-team-fill:before { content: "\f1ed"; }
.ic-team-line:before { content: "\f1ee"; }
.ic-telegram-fill:before { content: "\f1ef"; }
.ic-telegram-line:before { content: "\f1f0"; }
.ic-temp-cold-fill:before { content: "\f1f1"; }
.ic-temp-cold-line:before { content: "\f1f2"; }
.ic-temp-hot-fill:before { content: "\f1f3"; }
.ic-temp-hot-line:before { content: "\f1f4"; }
.ic-terminal-box-fill:before { content: "\f1f5"; }
.ic-terminal-box-line:before { content: "\f1f6"; }
.ic-terminal-fill:before { content: "\f1f7"; }
.ic-terminal-line:before { content: "\f1f8"; }
.ic-terminal-window-fill:before { content: "\f1f9"; }
.ic-terminal-window-line:before { content: "\f1fa"; }
.ic-test-tube-fill:before { content: "\f1fb"; }
.ic-test-tube-line:before { content: "\f1fc"; }
.ic-text-direction-l:before { content: "\f1fd"; }
.ic-text-direction-r:before { content: "\f1fe"; }
.ic-text-spacing:before { content: "\f1ff"; }
.ic-text-wrap:before { content: "\f200"; }
.ic-text:before { content: "\f201"; }
.ic-thermometer-fill:before { content: "\f202"; }
.ic-thermometer-line:before { content: "\f203"; }
.ic-thumb-down-fill:before { content: "\f204"; }
.ic-thumb-down-line:before { content: "\f205"; }
.ic-thumb-up-fill:before { content: "\f206"; }
.ic-thumb-up-line:before { content: "\f207"; }
.ic-thunderstorms-fill:before { content: "\f208"; }
.ic-thunderstorms-line:before { content: "\f209"; }
.ic-ticket-2-fill:before { content: "\f20a"; }
.ic-ticket-2-line:before { content: "\f20b"; }
.ic-ticket-fill:before { content: "\f20c"; }
.ic-ticket-line:before { content: "\f20d"; }
.ic-time-fill:before { content: "\f20e"; }
.ic-time-line:before { content: "\f20f"; }
.ic-timer-2-fill:before { content: "\f210"; }
.ic-timer-2-line:before { content: "\f211"; }
.ic-timer-fill:before { content: "\f212"; }
.ic-timer-flash-fill:before { content: "\f213"; }
.ic-timer-flash-line:before { content: "\f214"; }
.ic-timer-line:before { content: "\f215"; }
.ic-todo-fill:before { content: "\f216"; }
.ic-todo-line:before { content: "\f217"; }
.ic-toggle-fill:before { content: "\f218"; }
.ic-toggle-line:before { content: "\f219"; }
.ic-tools-fill:before { content: "\f21a"; }
.ic-tools-line:before { content: "\f21b"; }
.ic-tornado-fill:before { content: "\f21c"; }
.ic-tornado-line:before { content: "\f21d"; }
.ic-trademark-fill:before { content: "\f21e"; }
.ic-trademark-line:before { content: "\f21f"; }
.ic-traffic-light-fill:before { content: "\f220"; }
.ic-traffic-light-line:before { content: "\f221"; }
.ic-train-fill:before { content: "\f222"; }
.ic-train-line:before { content: "\f223"; }
.ic-train-wifi-fill:before { content: "\f224"; }
.ic-train-wifi-line:before { content: "\f225"; }
.ic-translate-2:before { content: "\f226"; }
.ic-translate:before { content: "\f227"; }
.ic-travesti-fill:before { content: "\f228"; }
.ic-travesti-line:before { content: "\f229"; }
.ic-treasure-map-fill:before { content: "\f22a"; }
.ic-treasure-map-line:before { content: "\f22b"; }
.ic-trello-fill:before { content: "\f22c"; }
.ic-trello-line:before { content: "\f22d"; }
.ic-trophy-fill:before { content: "\f22e"; }
.ic-trophy-line:before { content: "\f22f"; }
.ic-truck-fill:before { content: "\f230"; }
.ic-truck-line:before { content: "\f231"; }
.ic-tumblr-fill:before { content: "\f232"; }
.ic-tumblr-line:before { content: "\f233"; }
.ic-tv-2-fill:before { content: "\f234"; }
.ic-tv-2-line:before { content: "\f235"; }
.ic-tv-fill:before { content: "\f236"; }
.ic-tv-line:before { content: "\f237"; }
.ic-twitch-fill:before { content: "\f238"; }
.ic-twitch-line:before { content: "\f239"; }
.ic-twitter-fill:before { content: "\f23a"; }
.ic-twitter-line:before { content: "\f23b"; }
.ic-typhoon-fill:before { content: "\f23c"; }
.ic-typhoon-line:before { content: "\f23d"; }
.ic-u-disk-fill:before { content: "\f23e"; }
.ic-u-disk-line:before { content: "\f23f"; }
.ic-ubuntu-fill:before { content: "\f240"; }
.ic-ubuntu-line:before { content: "\f241"; }
.ic-umbrella-fill:before { content: "\f242"; }
.ic-umbrella-line:before { content: "\f243"; }
.ic-underline:before { content: "\f244"; }
.ic-uninstall-fill:before { content: "\f245"; }
.ic-uninstall-line:before { content: "\f246"; }
.ic-unsplash-fill:before { content: "\f247"; }
.ic-unsplash-line:before { content: "\f248"; }
.ic-upload-2-fill:before { content: "\f249"; }
.ic-upload-2-line:before { content: "\f24a"; }
.ic-upload-cloud-2-fill:before { content: "\f24b"; }
.ic-upload-cloud-2-line:before { content: "\f24c"; }
.ic-upload-cloud-fill:before { content: "\f24d"; }
.ic-upload-cloud-line:before { content: "\f24e"; }
.ic-upload-fill:before { content: "\f24f"; }
.ic-upload-line:before { content: "\f250"; }
.ic-usb-fill:before { content: "\f251"; }
.ic-usb-line:before { content: "\f252"; }
.ic-user-2-fill:before { content: "\f253"; }
.ic-user-2-line:before { content: "\f254"; }
.ic-user-3-fill:before { content: "\f255"; }
.ic-user-3-line:before { content: "\f256"; }
.ic-user-4-fill:before { content: "\f257"; }
.ic-user-4-line:before { content: "\f258"; }
.ic-user-5-fill:before { content: "\f259"; }
.ic-user-5-line:before { content: "\f25a"; }
.ic-user-6-fill:before { content: "\f25b"; }
.ic-user-6-line:before { content: "\f25c"; }
.ic-user-add-fill:before { content: "\f25d"; }
.ic-user-add-line:before { content: "\f25e"; }
.ic-user-fill:before { content: "\f25f"; }
.ic-user-follow-fill:before { content: "\f260"; }
.ic-user-follow-line:before { content: "\f261"; }
.ic-user-heart-fill:before { content: "\f262"; }
.ic-user-heart-line:before { content: "\f263"; }
.ic-user-line:before { content: "\f264"; }
.ic-user-location-fill:before { content: "\f265"; }
.ic-user-location-line:before { content: "\f266"; }
.ic-user-received-2-fill:before { content: "\f267"; }
.ic-user-received-2-line:before { content: "\f268"; }
.ic-user-received-fill:before { content: "\f269"; }
.ic-user-received-line:before { content: "\f26a"; }
.ic-user-search-fill:before { content: "\f26b"; }
.ic-user-search-line:before { content: "\f26c"; }
.ic-user-settings-fill:before { content: "\f26d"; }
.ic-user-settings-line:before { content: "\f26e"; }
.ic-user-shared-2-fill:before { content: "\f26f"; }
.ic-user-shared-2-line:before { content: "\f270"; }
.ic-user-shared-fill:before { content: "\f271"; }
.ic-user-shared-line:before { content: "\f272"; }
.ic-user-smile-fill:before { content: "\f273"; }
.ic-user-smile-line:before { content: "\f274"; }
.ic-user-star-fill:before { content: "\f275"; }
.ic-user-star-line:before { content: "\f276"; }
.ic-user-unfollow-fill:before { content: "\f277"; }
.ic-user-unfollow-line:before { content: "\f278"; }
.ic-user-voice-fill:before { content: "\f279"; }
.ic-user-voice-line:before { content: "\f27a"; }
.ic-video-add-fill:before { content: "\f27b"; }
.ic-video-add-line:before { content: "\f27c"; }
.ic-video-chat-fill:before { content: "\f27d"; }
.ic-video-chat-line:before { content: "\f27e"; }
.ic-video-download-fill:before { content: "\f27f"; }
.ic-video-download-line:before { content: "\f280"; }
.ic-video-fill:before { content: "\f281"; }
.ic-video-line:before { content: "\f282"; }
.ic-video-upload-fill:before { content: "\f283"; }
.ic-video-upload-line:before { content: "\f284"; }
.ic-vidicon-2-fill:before { content: "\f285"; }
.ic-vidicon-2-line:before { content: "\f286"; }
.ic-vidicon-fill:before { content: "\f287"; }
.ic-vidicon-line:before { content: "\f288"; }
.ic-vimeo-fill:before { content: "\f289"; }
.ic-vimeo-line:before { content: "\f28a"; }
.ic-vip-crown-2-fill:before { content: "\f28b"; }
.ic-vip-crown-2-line:before { content: "\f28c"; }
.ic-vip-crown-fill:before { content: "\f28d"; }
.ic-vip-crown-line:before { content: "\f28e"; }
.ic-vip-diamond-fill:before { content: "\f28f"; }
.ic-vip-diamond-line:before { content: "\f290"; }
.ic-vip-fill:before { content: "\f291"; }
.ic-vip-line:before { content: "\f292"; }
.ic-virus-fill:before { content: "\f293"; }
.ic-virus-line:before { content: "\f294"; }
.ic-visa-fill:before { content: "\f295"; }
.ic-visa-line:before { content: "\f296"; }
.ic-voice-recognition-fill:before { content: "\f297"; }
.ic-voice-recognition-line:before { content: "\f298"; }
.ic-voiceprint-fill:before { content: "\f299"; }
.ic-voiceprint-line:before { content: "\f29a"; }
.ic-volume-down-fill:before { content: "\f29b"; }
.ic-volume-down-line:before { content: "\f29c"; }
.ic-volume-mute-fill:before { content: "\f29d"; }
.ic-volume-mute-line:before { content: "\f29e"; }
.ic-volume-off-vibrate-fill:before { content: "\f29f"; }
.ic-volume-off-vibrate-line:before { content: "\f2a0"; }
.ic-volume-up-fill:before { content: "\f2a1"; }
.ic-volume-up-line:before { content: "\f2a2"; }
.ic-volume-vibrate-fill:before { content: "\f2a3"; }
.ic-volume-vibrate-line:before { content: "\f2a4"; }
.ic-vuejs-fill:before { content: "\f2a5"; }
.ic-vuejs-line:before { content: "\f2a6"; }
.ic-walk-fill:before { content: "\f2a7"; }
.ic-walk-line:before { content: "\f2a8"; }
.ic-wallet-2-fill:before { content: "\f2a9"; }
.ic-wallet-2-line:before { content: "\f2aa"; }
.ic-wallet-3-fill:before { content: "\f2ab"; }
.ic-wallet-3-line:before { content: "\f2ac"; }
.ic-wallet-fill:before { content: "\f2ad"; }
.ic-wallet-line:before { content: "\f2ae"; }
.ic-water-flash-fill:before { content: "\f2af"; }
.ic-water-flash-line:before { content: "\f2b0"; }
.ic-webcam-fill:before { content: "\f2b1"; }
.ic-webcam-line:before { content: "\f2b2"; }
.ic-wechat-2-fill:before { content: "\f2b3"; }
.ic-wechat-2-line:before { content: "\f2b4"; }
.ic-wechat-fill:before { content: "\f2b5"; }
.ic-wechat-line:before { content: "\f2b6"; }
.ic-wechat-pay-fill:before { content: "\f2b7"; }
.ic-wechat-pay-line:before { content: "\f2b8"; }
.ic-weibo-fill:before { content: "\f2b9"; }
.ic-weibo-line:before { content: "\f2ba"; }
.ic-whatsapp-fill:before { content: "\f2bb"; }
.ic-whatsapp-line:before { content: "\f2bc"; }
.ic-wheelchair-fill:before { content: "\f2bd"; }
.ic-wheelchair-line:before { content: "\f2be"; }
.ic-wifi-fill:before { content: "\f2bf"; }
.ic-wifi-line:before { content: "\f2c0"; }
.ic-wifi-off-fill:before { content: "\f2c1"; }
.ic-wifi-off-line:before { content: "\f2c2"; }
.ic-window-2-fill:before { content: "\f2c3"; }
.ic-window-2-line:before { content: "\f2c4"; }
.ic-window-fill:before { content: "\f2c5"; }
.ic-window-line:before { content: "\f2c6"; }
.ic-windows-fill:before { content: "\f2c7"; }
.ic-windows-line:before { content: "\f2c8"; }
.ic-windy-fill:before { content: "\f2c9"; }
.ic-windy-line:before { content: "\f2ca"; }
.ic-wireless-charging-fill:before { content: "\f2cb"; }
.ic-wireless-charging-line:before { content: "\f2cc"; }
.ic-women-fill:before { content: "\f2cd"; }
.ic-women-line:before { content: "\f2ce"; }
.ic-wubi-input:before { content: "\f2cf"; }
.ic-xbox-fill:before { content: "\f2d0"; }
.ic-xbox-line:before { content: "\f2d1"; }
.ic-xing-fill:before { content: "\f2d2"; }
.ic-xing-line:before { content: "\f2d3"; }
.ic-youtube-fill:before { content: "\f2d4"; }
.ic-youtube-line:before { content: "\f2d5"; }
.ic-zcool-fill:before { content: "\f2d6"; }
.ic-zcool-line:before { content: "\f2d7"; }
.ic-zhihu-fill:before { content: "\f2d8"; }
.ic-zhihu-line:before { content: "\f2d9"; }
.ic-zoom-in-fill:before { content: "\f2da"; }
.ic-zoom-in-line:before { content: "\f2db"; }
.ic-zoom-out-fill:before { content: "\f2dc"; }
.ic-zoom-out-line:before { content: "\f2dd"; }
.ic-zzz-fill:before { content: "\f2de"; }
.ic-zzz-line:before { content: "\f2df"; }

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
[data-animation] {
    opacity: 0;
    visibility: hidden;
}
[data-animation].animate__visible {
    opacity: 1;
    visibility: visible;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:#000000;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:235px;margin:0;padding:15px 5px 0 2px;background:#222;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:235px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0 0 5px 5px;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0;border:3px solid #33cc87;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}

/* Modal */
#modal-wrapper {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

#modal-wrapper.popup .modal-body {
	padding: 30px 40px;
}

#modal-overlay {
	display: none;
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	background-color: rgba(0, 0, 0, .7);
    z-index: 1040;
}

#modal-tempoverlay {
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	background-color: transparent;
}

body.enable-modal {
	position: absolute;
    overflow-y: scroll;
    height: 100%;
}

body.enable-modal-overflow {
	overflow: hidden !important;
}

body.enable-modal-overflow #modal-wrapper {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-top: 100px;
	padding-bottom: 100px;
}

body.enable-modal-cursor #modal-tempoverlay {
	cursor: pointer;
}

.modal {
	width: 600px;
	left: 0;
	top: 0;
	color: #333333;
	position: relative;
	margin: 0;
	font-weight: inherit;
	background-color: #ffffff;
	border: none;
	border-radius: 4px;
	display: none;
	-webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	z-index: 99999;
}

.modal .modal-header {
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.modal .modal-header h1 {
	margin: 0;
	color: #333333;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.modal a.modal-close {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 15px;
	display: inline-block;
	width: 18px;
	height: 23px;
	overflow: hidden;
	border: none;
	background: transparent;
}

html[dir="Rtl"] .modal a.modal-close {
	right: auto;
	left: 12px;
}

.modal a.modal-close.outside {
	top: -20px;
	right: -20px;
}

.modal a.modal-close:before,
.modal a.modal-close:after {
	content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #444444;
    border-radius: 5px;
    margin-top: -6px;
}

.modal a.modal-close.outside:before,
.modal a.modal-close.outside:after {
	background: #ffffff;
}

.modal a.modal-close:before {
    transform: rotate(45deg);
}

.modal a.modal-close:after {
    transform: rotate(-45deg);
}

.modal .modal-body {
	padding: 15px;
}

.modal .modal-body div.modal-contents {
	overflow: hidden;
}

.modal .modal-body div.modal-contents a,
.modal .modal-body div.modal-contents div,
.modal .modal-body div.modal-contents img,
.modal .modal-body div.modal-contents label,
.modal .modal-body div.modal-contents li,
.modal .modal-body div.modal-contents span,
.modal .modal-body div.modal-contents table,
.modal .modal-body div.modal-contents iframe,
.modal .modal-body div.modal-contents ul {
	max-width: 100% !important;
}

.modal .modal-body div.modal-contents table {
	width: 100% !important;
}

.modal .modal-body div.modal-contents ul {
	list-style-type: disc;
}

.modal .modal-body div.modal-contents ol {
	list-style-type: decimal;
}

.modal .modal-body div.modal-contents ul,
.modal .modal-body div.modal-contents ol {
	margin: 0;
}

.modal .modal-body div.modal-contents ul,
.modal .modal-body div.modal-contents ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2em;
}

.modal .modal-body div.modal-contents > img {
	display: block;
	margin: 0 auto;
}

.modal .modal-body p {
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	line-height: 1.6;
}

.modal .modal-body p img {
	display: block;
	margin: 0 auto 10px auto;
}

.modal .modal-footer {
	display: block;
	padding: 15px 15px 14px;
	background-color: #ffffff;
	border-top: 1px solid #e6e6e6;
	zoom: 1;
	margin-bottom: 0;
	text-align: right;
}

/* Hide header */
.modal.hide-header .modal-header {
	display: none;
}

/* Hide Footer */
.modal.hide-footer .modal-footer {
	display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/storefront/css/modules/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

#header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	z-index: 15;
}

#header.changed {
	/* background-color: #e30613; */
}

#header .header-contain {
	padding: 30px 0;
}

#header .logo {
	padding: 0;
}

#header .logo img {
	width: auto;
	max-height: 70px;
}

#header .language-widget {
	min-width: 66px;
    padding-top: 0;
    margin-left: 15px;
}

#header .language-widget li {
	padding: 2px;
	background-color: #fff;
	border-radius: 100%;
}

#header .language-widget li,
#header .language-widget .language-flag::before {
	margin: 0;
}

#header .language-widget li {
	margin-right: 10px;
}

#header .language-widget li:last-child {
	margin-right: 0;
}

#header .navigation {
	text-align: left;
}

#header .navigation > li > a {
	color: #222221;
	font-size: clamp(0.938rem, 0.231vw + 0.878rem, 1.063rem);
	line-height: clamp(1.688rem, 0.023vw + 1.682rem, 1.7rem);
	font-weight: 400;
	text-shadow: none;
	margin: 0;
	padding: 15px 20px;
}

#header .navigation > li:last-child > a {
	margin-right: 0;
}

#header .navigation > li:hover > a,
#header .navigation > li:hover > a:after {
	color: #e30613 !important;
}

#header .navigation > li.deactive-menu-item:not(.navigation-button) > a {
	opacity: .4;
}

#header .navigation > li.navigation-button {
	padding-left: 12px;
}

#header .navigation > li.navigation-button > a {
	height: auto;
	line-height: inherit;
	padding: 10px;
	color: #fff;
    background: #e30613;
    border: 1px solid transparent;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
}

#header .navigation li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow) > a::after,
#header .navigation li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow) > a::after {
	color: #e30613;
}

#header .navigation li.dropdown-menu-item.dropdown-menu-first-item > .sub-menu {
	left: 20px;
	right: auto;
	margin: 0;
	min-width: 280px;
	border-radius: 0;
	box-shadow: 0 13px 20px rgb(0 0 0 / 24%), 0 0 10px rgb(0 0 0 / 12%);
	background-color: #e30613;
}

#header .navigation li.dropdown-menu-item > .sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e30613;
    position: absolute;
    top: -7px;
    left: 12px;
    right: auto;
}

#header .navigation li.dropdown-menu-item .sub-menu li a {
	color: #ffffff;
	font-size: 14px;
}

#header .navigation li.dropdown-menu-item .sub-menu li a:hover {
	color: #ffffff !important;
}

#header .menu-nav-trigger span,
#header .menu-nav-trigger span::before,
#header .menu-nav-trigger span::after {
	background-color: #e30613;
}

#header .search-icon {
	color: #e30613;
	font-size: 24px;
	margin: 0 0 0 30px;
	cursor: pointer;
}

.header-spacer {
	width: 100%;
    height: 132px;
}

/* Intro */
.intro {
    width: 100%;
    height: 640px !important;
    position: relative;
	overflow: hidden;
    text-align: center;
    color: #ffffff;
	background-color: rgb(18, 19, 21);
}

.intro .owl-stage-outer {
	overflow: visible !important;
}

.intro-dots-items {
	width: 100%;
    position: absolute;
    bottom: 90px;
    z-index: 3;
}

@media screen and (max-width: 840px) {
	.intro-dots-items {
	    bottom: 60px;
	}
}

.intro-dots button:not(:last-child) {
    margin-right: 20px;
}

.intro-dots button {
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 5px;
    border: none;
	border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.intro-dots button span {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.intro-dots button.active span {
    left: 0;
}

.intro-slide,
.intro-slide .owl-stage-outer,
.intro-slide .owl-stage,
.intro-slide .owl-item {
	height: 100%;
}

.intro-slide-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-slide-item:not(.intro-slide-item-video):before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.intro-slide-item-video video {
	width: 100%;
    height: 100%;
}

.intro-slide-item-video::before {
	width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.intro-slide-item > * {
    z-index: 11;
}

.intro-slide-item-title h1 {
    margin: 0 auto;
	max-width: 75%;
    font-size: calc(1rem + 2vh + 2vw);
}

@media screen and (max-width: 640px) {
	.intro-slide-item-title h1 {
		max-width: 90%;
	}
}

.intro-slide-item-sub-title {
	font-size: clamp(1.125rem, 0.462vw + 1.005rem, 1.375rem);
	line-height: clamp(2.025rem, 0.323vw + 1.941rem, 2.2rem);
	font-weight: 300;
	margin: 15px 0;
}

/* Intro Inside */
.intro.intro-inside {
	height: 240px;
	background-color: #e30613;
	background-image: url('/wp-content/uploads/2021/11/slider_151121-100345.jpg');
	background-repeat: no-repeat;
    background-position: 0 57%;
    background-size: cover;
}

.intro.intro-inside:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.intro.intro-inside > * {
	position: relative;
	z-index: 12;
}

.intro-inside h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0;
	padding: 25px 0 0;
}

.intro-waves {
	background-color: transparent;
    position: relative;
    margin-top: -60px;
    z-index: 11;
}

.intro-waves > svg {
    width: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    vertical-align: text-bottom;
}

@media screen and (max-width: 1440px) {
	.intro-waves {
	    margin-top: -44px;
	}
}

/* Content */
#content {
	margin: 50px 0;
	min-height: 200px;
}

/* @Section - Clients */
.section-clients .section-clients-item {
    box-shadow: 0 0 15px rgb(58 75 118 / 7%);
}

.section-clients .section-clients-item img {
    transition: .1s linear;
}

.section-clients .section-clients-item:not(:hover) img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.entry-banner img {
    max-height: 650px;
}

.entry-banner img {
    width: 100%;
    object-fit: cover;
}

/* Showcase */
.showcase {
	margin: 0 0 20px;
	border-radius: 0;
    border: solid 1px #f1f1f1 !important;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.showcase:hover {
	border-color: #e30613 !important;
}

.showcase .showcase-top {
    width: 100%;
	min-height: 300px;
	padding: 15px;
    position: relative;
    display: inline-block;
    text-align: center;
}

/* .showcase .showcase-top img {
	width: 100%;
    max-height: 300px;
	margin: 0 auto;
    object-fit: contain;
    border-radius: 0;
} */

.showcase .showcase-top img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.showcase .showcase-bottom {
    padding: 0 20px 20px 20px;
}

.showcase .showcase-title a {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #222221;
    height: 65px;
    overflow: hidden;
    margin: 15px 0 0;
    display: inline-block;
}

.showcase .showcase-title .showcase-title-line {
	position: relative;
    background-color: #e30613;
    width: 40px!important;
    height: 2px!important;
    display: block;
    margin: 20px 0 0;
}

.showcase .showcase-bottom-meta {
    padding: 15px 0 0;
}

.showcase .showcase-bottom-meta h3 {
	font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    height: 45px;
    overflow: hidden;
}

.showcase .showcase-bottom-view {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #222221;
}

.product {
	padding: 30px 0 0;
}

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

.product-image img {
	border-radius: 0;
	max-height: 500px;
}

/* Media */
.media .media-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.media .media-top img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 0;
}

@media screen and (max-width: 640px) {
	.media .media-top img {
		height: 180px;
	}
}

.media .media-title a {
	color: #222221;
}

.media .media-date {
	font-size: 12px;
	margin: 0 0 15px;
}

/* Gallery */
.gallery .gallery-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.gallery .gallery-top img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 0;
}

@media screen and (max-width: 640px) {
	.gallery .gallery-top img {
		height: 180px;
	}
}

.gallery .gallery-title a {
	color: #222221;
}

/* Item */
.item .item-image img {
	height: 420px;
}

/* Pagination */
.pagination ul li a {
	border-radius: 100%;
}

/* newsletter */
#newsletter {
	background-color: #ffffff;
	background-repeat: repeat-x;
    background-position: 0 0;
}

/* Footer */
#footer {
	padding: 40px 0;
}

#footer h3 {
	font-weight: 600;
}

#footer .menu li {
	margin-bottom: 15px;
}

#footer .menu li:last-child {
	margin-bottom: 0;
}

#footer .menu a {
	color: #a2a2a2;
	font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
	line-height: clamp(1.575rem, 0.046vw + 1.563rem, 1.6rem);
	font-weight: 300;
}

#footer .menu a:hover {
	color: #e30613;
}

/*
#footer .menu li a::before {
    content: '\EA54';
    font-family: 'Icon';
    margin-right: 5px;
}
*/

#footer .menu .sub-menu {
	margin-top: 10px;
	margin-left: 15px;
}

#footer .social-icons {
	font-size: 1.7rem;
	margin-left: -5px;
	margin-bottom: 10px;
}

#footer .social-icons a {
	margin: 0 15px 0 0;
}

#footer .social-icons a:last-child {
	margin-right: 0;
}

/* Carousel Styles */
.carousel {
    margin: 0 0 30px;
}

.carousel[data-carousel-centered] .owl-stage-outer {
    overflow: visible !important;
}

.carousel-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.carousel-navigation button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 400ms opacity;
    transition: 400ms opacity;
}

.carousel-navigation button:not(:last-child) {
    margin-right: 20px;
}

.carousel-navigation button.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.carousel-dots {
	width: 100%;
	text-align: center;
}

.carousel-dots button:not(:last-child) {
    margin-right: 12px;
}

.carousel-dots button {
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 10px;
    border: none;
	opacity: .6;
	border-radius: 0;
    background-color: #e30613;
    transition: all 0.2s ease-out 0s;
}

.carousel-dots button.active {
	opacity: 1;
	width: 35px;
    background-color: #e30613;
}

/* Copyright */
#copyright {
    color: #fff;
    padding: 20px 0;
    background-color: #222221;
}

#copyright .social-icons {
    float: right;
}

#copyright .social-icons > * {
    display: inline-block;
    vertical-align: middle;
}

#copyright .social-icons > a,
#copyright .social-icons > span {
    margin: 0 6px 0 0;
}

#copyright .social-icons > a > i {
    color: #fff;
    font-size: 26px;
	-webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

#copyright .social-icons > a:hover > i {
    opacity: .8;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
}

a {
	color: #e30613;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
}

/* Texts */
.text-primary {
	color: #e30613 !important;
}

.text-secondary {
	color: #222221 !important;
}

.item .item-image,
.item-share-buttons a {
	border-radius: 0 !important;
}

/* Cool Link */
.cool-link:after {
	border-color: #e30613;
}

/* Selection */
::-moz-selection {
	background-color: #e30613;
}

::selection {
	background-color: #e30613;
}

/* Scroll Top */
.scroll-top {
	border-radius: 0;
    background-color: #e30613;
}

/* Item */
.item a:hover,
.item .item-heading h2 a:hover {
	color: #e30613;
}

/* Breadcrumbs */
.breadcrumbs a,
.breadcrumbs a:hover {
	color: #222221;
}

.breadcrumbs > ul > li {
	color: #e30613;
	font-weight: 400;
}

.breadcrumbs > ul > li + li:before {
	color: #8a8a8a;
}

/* Pagination */
.pagination ul li.active > a,
.pagination ul li.active > a:focus,
.pagination ul li.active > a:hover,
.pagination ul li.active > span,
.pagination ul li.active > span:focus,
.pagination ul li.active > span:hover {
	border-color: #e30613;
    background-color: #e30613;
}

/* Modal */
.modal {
	border-radius: 0 !important;
}

/* Sticky */
.sticky {
	border-radius: 0 !important;
}

/* Form */
.form-control {
	border-radius: 0 !important;
}

.form-control:focus {
	border-color: #e30613;
}
.radio-custom > input[type=radio]:checked + span:before {
	background-color: #e30613;
}

.checkbox-custom > input[type=checkbox]:checked + span:before {
	background-color: #e30613;
}

/* Fancybox */
.fancybox-thumbs > ul > li:before {
	border-color: #e30613;
}

/* Button Primary */
.button {
	font-weight: 600;
	border-radius: 0 !important;
}

.input-group-append .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.button.button-primary {
    color: #fff;
    background: #e30613;
    border: 1px solid transparent;
}

.button.button-primary:hover {
    color: #fff;
    background: #e30613;
}

/* Button Secondary */
.button.button-secondary {
    color: #fff;
    background: #566b88;
    border: 1px solid transparent;
}

.button.button-secondary:hover {
    color: #fff;
    background: #5b7190;
}

@media screen and (max-width: 640px) {
    #header .logo img {
        height: auto;
    }
    .intro-waves {
        margin-top: -15px;
    }
}

