.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}/*!
Theme Name: canlift
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: canlift
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

canlift is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: Arial, sans-serif;
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: Arial, sans-serif;
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}*/

/*button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-size: 15px;
	line-height: 17px;
	border-radius: 30px;
	border: 1px solid #eeeeee;
	background-color: rgb(238, 238, 238);
	color: #2c2d2f;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 14px 20px;
	text-transform: capitalize;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}*/

/*a:visited {
	color: purple;
}*/

/*a:hover, a:focus, a:active {
	color: midnightblue;
}*/

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

/*.page-content,*/
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

html {
  scroll-behavior: smooth;
}

/* Product FAQ ACFs - Jan 2026 */

.single-product .faq-wrapper{
  clear: both;
  width: 100%;
  margin-top: 80px;   /* adjust */
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

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

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


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
}

.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;
}

.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.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

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

.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

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

.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

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

.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.333333%;
}

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

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

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

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

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

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

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

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

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

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


@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .col2-set {
    display: flex;
    justify-content: space-between;
  }
  .col2-set .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

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

@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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;
  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;
  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;
  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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.no-padding {
  padding: 0;
}

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

.a-right {
  text-align: right;
}

.a-left {
  text-align: right;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
z-index:10;
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.home-slider .slick-dots
{
    bottom: 25px;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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);
    -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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  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);
    -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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.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;
  }
}

.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);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-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);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  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 shake {
  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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  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);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  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);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-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);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-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;
  }
}

.animated.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);
  }
}

.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);
  }
}

.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;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  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 lightSpeedIn {
  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);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-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);
  }
}

.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);
  }
}

.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);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-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;
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-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;
  }
}

.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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.r-tabs .r-tabs-nav {margin: 0;padding: 0;}
.r-tabs .r-tabs-tab {display:block;float:left;margin: 0;list-style: none;}
.r-tabs .r-tabs-panel {padding:0;display: none;}
.r-tabs .r-tabs-accordion-title {display: none;}
.r-tabs .r-tabs-panel.r-tabs-state-active {display: block;}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1023px) {
    .r-tabs .r-tabs-nav {display: none; }
    .r-tabs .r-tabs-accordion-title {display: block;position: relative;border: 2px solid #eaeaea;border-top:none;}
}

/* Tabs container */
.r-tabs {position: relative;}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {position: relative;border:2px solid #eaeaea;}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {display:block;padding:1px 15px;text-decoration: none;font-size: 17px;line-height:30px;color: #2c2b2b;font-family: 'Khand', sans-serif;font-weight:400;text-transform:uppercase;}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {opacity: 0.5;}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {background:#e6e6e6;color: #2c2b2b;text-shadow: none;}

/* Tab panel */
.r-tabs .r-tabs-panel {background-color:#e6e6e6;color:#000;}
.r-tabs .r-tabs-panel ul{margin:0;padding:0;list-style:none;}
.r-tabs .r-tabs-panel ul li{display:block;border-bottom:2px solid #ffffff;font-size:13px;line-height:1.5;color:#222222;padding:10px 17px;text-transform:uppercase;font-family: 'Source Sans Pro', sans-serif;font-weight:400;letter-spacing:0.25px;}
.r-tabs .r-tabs-panel ul li a { color: #000;}
.r-tabs .r-tabs-panel ul li a:hover { color: #c01f12; }

    /* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {display:block;padding:5px 15px 2px;text-decoration: none;font-size: 17px;line-height:30px;color: #2c2b2b;font-family: 'Khand', sans-serif;font-weight:400;text-transform:uppercase;position:relative;}
.r-tabs .r-tabs-accordion-title::after{content: "+";display: inline-block;position: absolute;top:50%;right:10px;cursor:pointer;color: #c01f12;font-size:30px;font-weight:700;transform: translateY(-50%);}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {background-color: #fff;color: #c01f12;text-shadow: none;position:relative;}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active::after{content:"-";right:15px;font-size:30px;font-weight:700;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {opacity: 0.5;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}html{-webkit-font-smoothing:antialiased;-webkit-font-smoothing:subpixel-antialiased}body{font-size:16px;line-height:1.5;font-weight:normal;margin:0;padding:0;color:#222;overflow-x:hidden;font-family:"Source Sans Pro",sans-serif}body.page{margin:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.clearfix:before,.clearfix:after,.container:before,.container:after,.row:before,.row:after,.nav:before,.nav:after{display:table;content:" "}.clearfix:after,.container:after,.row:after,.nav:after{clear:both}.hide{display:none !important}.show{display:block !important}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.uppercase{text-transform:uppercase}.clearboth{clear:both;display:block;font-size:0px;height:0px;line-height:0;width:100%}.vertical-container{position:relative}.vertical-center{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}h1,h2,h3,h4,h5,h6{color:#000;margin:0 0 15px 0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Khand-Semibold}h1,h2,h3,h4{line-height:1.2}h1{font-size:60px;margin-bottom:24px;margin-top:0;text-transform:uppercase}h2{font-size:55px}h3{font-size:45px}h4{font-size:36px}h5{font-size:30px}h6{font-size:18px;font-weight:600}p{font-weight:normal;margin:0 0 20px}img{display:inline-block;vertical-align:middle;border:0;max-width:100%}a{color:#b32317;text-decoration:none;cursor:pointer;transition:all ease .3s}a:hover,a:active{color:#b32317}a[href^=tel]{color:inherit;text-decoration:none}u a[href^=tel]:hover{text-shadow:1px 0 0 currentColor}ul,ol{margin:0 0 20px;padding:0 0 0 20px}ul li{margin:0;padding:0}ul li ul{list-style:outside}ul li ul li{margin:0}ol li{padding:0;margin-bottom:10px;list-style:decimal}ul ul,ol ol,ul ol,ol ul{margin-bottom:0}.pull-left{float:left}.pull-right{float:right}fieldset{border:0;margin:0;padding:20px 0}legend{text-transform:uppercase;margin:20px 0 0;font-family:"Khand",sans-serif;font-size:20px}label{display:block}input[type="text"],input[type="password"],input[type="tel"],input[type="email"],input[type="search"],textarea,select,.input-text{-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;font-size:15px;border-radius:30px !important;border:1px solid #eee;background-color:#eee;color:#2c2d2f;font-family:"Source Sans Pro",sans-serif;padding:14px 20px !important;transition:all ease .3s;line-height:1.5}input:focus,textarea:focus,select:focus{outline:none}.button,button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;border:2px solid #b32317;padding:5px 30px 3px;text-transform:uppercase;font-weight:500;color:#2c2d2f;font-family:"Khand-SemiBold",sans-serif;font-size:20px;border-radius:30px;transition:all ease .3s;display:inline-block}.button:hover,button:hover,html input[type="button"]:hover,input[type="submit"]:hover{color:#fff;background:#b32317}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border:inherit;-webkit-text-fill-color:inherit;-webkit-box-shadow:inherit;transition:inherit;background:transparent !important}img.alignleft{margin:0 20px 10px 0;float:left;clear:left;display:block;max-width:50%;height:auto}img.alignright{margin:0 0 10px 20px;float:right;clear:right;display:block;max-width:50%;height:auto}img.aligncenter{margin:0 auto 20px auto;float:none;display:block;clear:both;height:auto}img.alignnone{display:block;margin:0 0 20px 0;height:auto}table{border-right:1px solid #eee;border-top:1px solid #eee;overflow:hidden}table th,table td{border-left:1px solid #eee;border-bottom:1px solid #eee;text-align:left;font-size:16px;padding:15px}blockquote::before,blockquote::after,q::before,q::after{content:none}blockquote::before,blockquote::after,q::before,q::after{content:none}blockquote{border-left:3px solid #eee;color:#b32317;font-style:italic;font-weight:400;margin:0 0 20px 15px;padding:0 0 0 15px;font-size:24px}blockquote,q{quotes:none}input[type="checkbox"]{opacity:0;z-index:-1}.red-block{background:#b32317;color:#fff}.red-block h1,.red-block h3,.red-block h4{color:#fff}.red-block h2{font-size:36px;color:#fff;font-weight:500}.red-block h3{font-size:28px;font-weight:500}.red-block a{color:#fff;text-decoration:underline}.red-block a:hover{text-shadow:1px 0 0 currentColor}.red-background{background:#b32317}.red{color:#b32317}.dark-gray-block{background:#2c2d2f;color:#fff}.dark-gray-block h2{font-size:36px}.dark-gray-block h3{font-weight:500}.dark-gray-block a[href^=tel]:hover{color:#b32317}.gray-block{background:#ededec}.gray-block h2{font-size:36px;font-weight:500}.black-block{background:#000;color:#fff}.black-block h1,.black-block h2,.black-block h3,.black-block h4,.black-block h5,.dark-gray-block h1,.dark-gray-block h2,.dark-gray-block h3,.dark-gray-block h4,.dark-gray-block h5{color:#fff}.big-padding{padding:73px}.services-intro__left.big-padding.padding-bottom-none,.common-services__content.big-padding.padding-bottom-none,.service-level.big-padding.padding-bottom-none,.padding-bottom-none{padding-bottom:0}.small-padding{padding:20px}.medium-padding{padding:48px 60px}.no-margin{margin:0}.no-b-margin{margin-bottom:0}.big-fs{font-size:18px}.big-fs p{font-size:18px}.flex-box{display:flex}.flex-col{flex-direction:column}.chess-list .row:nth-child(even) .img-block{order:-1}.margin-none > *{margin:0 !important}.text_with_image{margin-bottom:20px}.text_with_image .text-holder{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:70%}.text_with_image .image-holder{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:176px;max-width:376px;width:100%}.text_with_image .image-holder img{width:100%}.text_with_image .image-holder,.text_with_image .text-holder{padding-left:15px;padding-right:15px}.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.flex-center.services-intro__right__lower .sales-guaranteefigure{margin:0 20px 0 0}.flex-center.services-intro__right__lower .sales-guaranteecontent{text-transform:uppercase;font-family:"Khand",sans-serif;font-size:18px}.flex-center.services-intro__right__lower .sales-guaranteecontent h3{font-size:18px;line-height:1.5;margin-bottom:10px;font-weight:400;font-family:"Khand",sans-serif;text-transform:uppercase;color:#b32317}.flex-center.services-intro__right__lower .sales-guaranteecontent p{font-size:18px;line-height:1.5;margin:0;color:#fff}.flex-center.services-intro__right__lower .sales-guaranteecontent a{color:#fff}.background-image{width:100%;min-height:570px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.background-image.half-vw{width:100vw;position:relative;left:50%;bottom:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-top:15px}.background-image.small-height{min-height:250px;height:auto}.has-bg-img{overflow:hidden}.checked-list{font-size:15px;font-weight:bold;margin:31px 0;list-style:none}.checked-list ul,.checked-list ol{list-style:none}.checked-list li{position:relative;padding:8px 0 7px 35px}.checked-list li:not(:last-child){border-bottom:1px solid rgba(255,255,255,.33)}.checked-list li:before{content:"";border:2px solid currentColor;height:18px;width:18px;display:block;position:absolute;top:11px;left:0}.checked-list li:after{content:"";border:2px solid currentColor;transform:rotate(40deg);border-width:0 2px 2px 0;display:block;width:7px;height:14px;position:absolute;top:8px;left:9px}.red-block .checked-list li:after{box-shadow:1px 1px 1px 0 #b32317,inset -1px -1px 1px 0 #b32317}.nf-error-msg{font-size:12px;text-align:center}.hidden-container .nf-input-limit{margin-top:0}.nf-form-title h3{font-weight:500;color:#fff;margin:0 0 10px}.nf-form-cont legend{font-size:18px;line-height:27px;color:#b32317;margin:0}.nf-field-element input[type=button]{background-color:#b32317;color:#fff}.nf-field-element input[type=button]:hover{background-color:#fff;color:#b32317;border-color:#b32317}.nf-input-limit,.nf-form-fields-required{display:none}.nf-field-container{position:relative}.nf-after-field{position:absolute;top:calc(100% - -2px);left:0;width:100%;text-align:center}.nf-after-field .nf-error-msg{margin-right:0}.nf-after-form-content{clear:both;margin:15px 0}.nf-response-msg{margin-bottom:15px}.nf-field-element input{border:1px solid transparent}.nf-field-element input:-webkit-autofill,.nf-field-element input:-webkit-autofill:hover,.nf-field-element input:-webkit-autofill:focus,.nf-field-element input:-webkit-autofill:focus{border:1px solid transparent}.nf-field [type="radio"]{display:none}.gfield_radio [type="radio"],.nf-field [type="radio"] + [id*="nf-label"]{position:relative;color:currentColor;padding-left:33px;text-align:left;margin-left:10px;margin-right:10px;cursor:pointer}.gfield_radio [type="radio"]:before{top:12px !important;left:-5px}@media only screen and (max-width:690px){.gfield_radio [type="radio"]:before{left:5px !important}.gfield_radio [type="radio"]:after{left:10px !important}}.gfield_radio [type="radio"]:before,.nf-field [type="radio"] + [id*="nf-label"]:before{content:"";position:absolute;top:2px;width:23px;height:23px;border-radius:50%;border:3px solid #8e8e8e;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.gfield_radio [type="radio"]:after{content:"";position:absolute;top:17px;left:.5px;width:12px;height:12px;border-radius:50%;background-color:#fff;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0}.nf-field [type="radio"] + [id*="nf-label"]:after{content:"";position:absolute;top:10px;left:8px;width:6px;height:6px;border-radius:50%;background-color:#fff;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0}.gfield_radio [type="radio"]:checked:before,.nf-field [type="radio"]:checked + [id*="nf-label"]:before{background-color:#b32317;border-color:#b32317}.gfield_radio [type="radio"]:checked:after,.nf-field [type="radio"]:checked + [id*="nf-label"]:after{opacity:1}.four-col-list .gfield_radio,.four-col-list ul{display:-webkit-box;display:-ms-flexbox;display:flex}.four-col-list .gfield_radio .gchoice{width:25%;padding-left:10px;margin:0 0 5px !important}.recaptcha-wrap .nf-field-element{text-align:center}.filter-checkbox{position:absolute;opacity:0}.sidebar-block .facetwp-checkbox{position:relative;cursor:pointer;padding:0;font-size:17px;line-height:30px;color:#201d1e;font-family:"Source Sans Pro",sans-serif;font-weight:400;text-transform:uppercase}.sidebar-block .facetwp-checkbox{background:#fff;position:relative;padding:0}.sidebar-block .facetwp-checkbox:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:24px;height:24px;border-style:solid;border-width:2px;border-color:#9d9d9d;background-color:#fff;opacity:.36}.sidebar-block .facetwp-checkbox.checked{background:#fff}.sidebar-block .facetwp-checkbox.checked:after{content:"";position:absolute;left:8px;top:10px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/green-check.png") no-repeat center center;width:9px;height:10px}.checkbox-field{position:relative}.filter-checkbox-black{position:absolute;opacity:0;right:0}.filter-checkbox-black + label{position:relative;cursor:pointer;padding:0;font-size:14px;line-height:30px;color:#201d1e;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;display:block}.filter-checkbox-black:checked + label::before{background:#fff}.filter-checkbox-black + label::before{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:24px;height:24px;border-style:solid;border-width:2px;border-color:#605858;background-color:#fff;position:absolute;right:0}.filter-checkbox-black:checked + label::after{content:"";position:absolute;right:6px;top:8px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/black-check.png") no-repeat center center;width:12px;height:9px}.container{width:100%;margin:0 auto;padding-left:34px;padding-right:34px}.page-sidebar{float:left;width:25%;padding:38px 30px}.page-content{overflow:hidden}.mobileView{display:none}.desktopView{display:block}.button-round{font-size:16px !important;line-height:20px;display:inline-block;border:2px solid #b32317;text-transform:uppercase;color:#fff;padding:11px 18px 10px;border-radius:30px;font-family:"Khand",sans-serif;font-weight:600;text-align:center;text-decoration:none !important}.button-round-solid{font-size:20px !important;line-height:20px;display:inline-block;background:#b32317;text-transform:uppercase;color:#fff;padding:11px 18px 10px;border-radius:30px;font-family:"Khand",sans-serif;font-weight:600;text-align:center;text-decoration:none !important}.button-solid{background:#b32317;color:#fff}.button-solid:hover,.button-round-solid:hover{color:#fff;background:#414042}.button-round:hover{background:#b32317;color:#fff;text-decoration:none}.button-round.btn-white{color:#fff;border-color:#fff;background:transparent}.button-round.btn-white:hover{background-color:#fff;color:#b32317;text-decoration:none}.button-round.btn-black{color:#2c2b2b;border-color:#2c2b2b;background:transparent}.button-round.btn-black:hover{background-color:#2c2b2b;color:#d5d5d5;text-decoration:none}.button-fullwidth{display:block;width:100%}.white-text{color:#fff}.get-quote-btn-white{border:2px solid #8e8e8e;padding:8px 20px;background-color:#fff;position:relative;font-size:19px;line-height:1;font-family:"Source Sans Pro",sans-serif;border-radius:30px;color:#8e8e8e;display:inline-block;overflow:hidden}.get-quote-btn-white:hover{background:#b32317}.get-quote-btn-white:hover:before{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/cart.svg") no-repeat;background-position:left center;border-color:#fff}.btn-white{background-color:#fff;position:relative;font-size:19px;line-height:20px;font-family:"Source Sans Pro",sans-serif;padding:11px 26px 12px 55px;border-radius:30px;color:#000;display:inline-block;overflow:hidden;font-weight:400}.btn-white{font-family:"Khand",sans-serif;font-weight:600;padding:11px 18px 10px;text-transform:uppercase;border:2px solid #fff}.btn-white:hover{background:#000;color:#fff}.get-quote-btn,.btn{background-color:#fff;position:relative;font-size:19px;line-height:1;font-family:"Source Sans Pro",sans-serif;padding:8px 20px;border-radius:30px;color:#8e8e8e;display:inline-block;overflow:hidden;border:2px solid #8e8e8e}.get-quote-btn:hover,.btn:hover{background:#b32317;color:#fff;border-color:#b32317}.get-quote-btn:hover:before{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/cart.svg") no-repeat;background-position:left center;border-color:#fff}.ninja-forms-form-wrap .g-recaptcha{width:auto;margin:0 auto;display:inline-block}.black-button{font-size:22px;line-height:36px;font-weight:500;font-family:"Khand",sans-serif;background:#000;color:#fff;letter-spacing:.5px;display:block;text-align:center;padding:10px 20px}.black-button:hover{background:#b32317;color:#fff}.pagination{}.pagination .pagination-list{list-style:none;margin:0;padding:0}.pagination .pagination-list .pagination-item{display:block;float:left}.pagination .pagination-list .pagination-item:first-child a,.pagination-block .facetwp-page:first-child{border-left:2px solid #e4e4e4}.pagination .pagination-list .pagination-item:last-child a,.pagination-block .facetwp-page:last-child{border-right:2px solid #e4e4e4}.pagination-block{clear:both}.pagination .pagination-list .pagination-item a,.pagination-block .facetwp-page{font-size:22px;line-height:20px;color:#b32317;font-weight:400;padding:16px 23px;display:block;border-top:2px solid #e4e4e4;border-bottom:2px solid #e4e4e4;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;margin:0}.pagination-block .facetwp-page{display:inline-block}.pagination .pagination-list .pagination-item.pagination-item--current a,.pagination .pagination-list .pagination-item:hover a,.pagination-block .facetwp-page:hover,.pagination-block  .facetwp-page.active{background:#2c2b2b;border-color:#2c2b2b;color:#fff}.pagination-block .facetwp-pager-label{float:right;font-size:19px;line-height:21px;color:#a1a1a1;font-family:"Fira Sans",sans-serif;font-weight:400;margin:0;text-transform:uppercase;padding:17px 0}.woocommerce-pagination{text-align:center}ul.page-numbers{display:inline-block;vertical-align:top;list-style:none;margin:0;padding:0 48px;position:relative}ul.page-numbers:after{content:"";clear:both;display:block}ul.page-numbers li{float:left;margin-bottom:5px}ul.page-numbers li .page-numbers{font-size:22px;line-height:20px;color:#b32317;font-weight:400;padding:16px 23px;display:block;border-top:2px solid #e4e4e4;border-bottom:2px solid #e4e4e4;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;margin:0;position:relative;height:56px}ul.page-numbers li .page-numbers.current{font-weight:700}ul.page-numbers li .page-numbers.current,ul.page-numbers li .page-numbers:hover{background:#2c2b2b;border-color:#2c2b2b;color:#fff}ul.page-numbers li .prev,ul.page-numbers li .next{font-size:0;position:relative}ul.page-numbers li .prev:before,ul.page-numbers li .next:before{content:"";width:12px;height:12px;border-top:2px solid #b32317;border-left:2px solid #b32317;position:absolute;top:50%;left:50%;-webkit-transform:translate(-25%,-50%) rotate(-45deg);-ms-transform:translate(-25%,-50%) rotate(-45deg);transform:translate(-25%,-50%) rotate(-45deg)}ul.page-numbers li .next:before{-webkit-transform:translate(-75%,-50%) rotate(135deg);-ms-transform:translate(-75%,-50%) rotate(135deg);transform:translate(-75%,-50%) rotate(135deg)}ul.page-numbers li .prev:hover:before,ul.page-numbers li .next:hover:before{border-color:#fff}.services-category-list .cities-list,.cities-list{padding:40px 20px;max-width:960px;margin:0 auto;background:#fff;border:2px solid #d7d7d7;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.services-category-list .cities-list__item,.cities-list__item{color:#000;font-size:1.6rem;text-transform:uppercase;margin:0 20px;width:calc(25% - 40px);min-width:75px;padding:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.services-category-list .cities-list a,.cities-list__item a{color:#000;display:block;font-size:16px;line-height:1.2;padding:10px 0;text-decoration:underline}.services-category-list .cities-list a:hover,.cities-list__item a:hover{color:#b32317}.services-category-list .cities-list a:not([href*="http"]),.cities-list__item a:not([href*="http"]){cursor:text;text-decoration:none}.services-category-list li a:not([href*="http"]){cursor:text}.services-category-list .cities-list a:not([href*="http"]):hover,.cities-list__item a:not([href*="http"]):hover,.services-category-list li a:not([href*="http"]){color:#000}.form-select{border:2px solid #c1c1c1;background:#fff url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/arrow-down.png") no-repeat 95% center;border-radius:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;padding:7px 30px;color:#a0a0a0;font-size:15px;line-height:15px;font-weight:400;font-family:"Source Sans Pro",sans-serif}.form-select::-ms-expand,.orderby::-ms-expand{display:none}.orderby{appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background:#eee url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/arrow-down.png") no-repeat 95% center;padding-right:30px}.orderby.nitro-lazy{background:none !important}.orderby:focus{border-radius:30px}.button:disabled{opacity:.24;cursor:not-allowed}.button:disabled:hover{color:#2c2d2f}.slick-dots{bottom:-3px;left:0;right:0}.form-select.nitro-lazy{background:none !important}.slick-dots li{float:none !important;display:inline-block;margin:0 5px !important;padding:0 !important;width:auto !important}.slick-dots li button::before{font-size:18px;color:#bebebe}.slick-dots li.slick-active button::before{color:#b32317}.row:before,.row:after{display:none}.header{background:#2c2d2f;position:fixed;top:0;left:0;right:0;z-index:9999999}.top-header{background:#000;color:#fff;text-align:right;text-transform:uppercase;padding:7px 50px;font-family:"Khand",sans-serif;font-size:18px;letter-spacing:1px;line-height:1;transition:all ease .3s;position:relative}.top-header .custom-html-widget{display:inline-block;font-size:16px}.top-header a{color:#fff}.top-header a:hover{text-decoration:underline}.top-header a[href^=tel]{color:#fff;display:inline-block;vertical-align:middle;margin-left:15px}.top-header a[href^=tel]:before{content:"";width:16px;height:16px;display:inline-block;vertical-align:middle;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/phone.png") 0 0 no-repeat;margin:0 10px 0 0}.top-header .button-round{text-transform:uppercase;margin-right:15px}.top-header .canadian-desktop,.header .canadian-mobile{display:none}@media only screen and (max-width:1023px){body .top-header.has-canadian{top:36px}.header .canadian-mobile{display:block;padding:3px;background:#000;text-align:center}.header .canadian-mobile img{width:100%;max-width:275px}}@media only screen and (min-width:1024px){.header .canadian-mobile{display:none !important}.top-header .canadian-desktop{display:block;position:absolute;top:8px;left:8px;height:46px;width:254px}.top-header .canadian-desktop img{width:254px;height:auto}}.brand-page-template .top-header{display:block}.header.sticky{top:0;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInDown;animation-name:fadeInDown;-webkit-animation-duration:1s;animation-duration:1s}.home .header{background:rgba(0,0,0,.71)}.header.sticky .header-section .header-logo .custom-logo-link{max-width:124px;height:auto;padding:0}.header.sticky .header-search{display:none}.header.sticky .header-section{padding-top:18px;padding-bottom:18px}.header-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:20px;padding-bottom:20px;position:relative}.header-section:before,.header-section:after{display:none}.header-logo{width:25%;flex:0 0 auto}.header-logo .custom-logo-link{overflow:hidden;transition:all .5s ease-in-out 0s;display:block}.header-logo .custom-logo-link:before{content:""}.header-menu,.header-menu *{margin:0;padding:0;list-style:none}#primary-menu{margin:0;padding:0;list-style:none}.header-menu li{padding:0;position:relative}.sticky .header-menu ul{top:60px}.sticky .header-menu ul ul{top:39px}.sticky .header-menu ul ul .sub-menu{top:0;padding-top:0}.sticky .header-menu ul ul .sub-menu:before{top:-5px}.header-menu ul li{padding:0;margin:0;position:relative;display:block}#primary-menu > li > a{font-size:19px;line-height:20px;font-weight:500;font-family:"Khand",sans-serif;color:#fff;text-transform:uppercase;padding:11px 23px;display:block}.header-menu li li a{font-size:16px;line-height:20px;font-weight:400;font-family:"Khand",sans-serif;color:#fff;text-transform:uppercase;padding:5px 22px;display:block}.header-menu .menu-item-has-children{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/down-arrow.png") no-repeat 98% 50%}.header-menu .menu-item-has-children.nitro-lazy{background:none !important}.header-search-cart{display:inline-block;margin-left:30px}.header-search form{background-color:rgba(0,0,0,.8);border:1px solid rgba(0,0,0,.8);padding:5px 10px 5px 15px;border-radius:20px;display:flex;overflow:hidden;align-items:center}.header-search form:hover{border-color:#b32317}.header-search form input[type="search"],.header-search form input[type="text"]{background:none;border:none;width:65px;float:left;font-size:17px;color:#b4b4b5;font-weight:500;font-family:"Khand",sans-serif;text-transform:uppercase;padding:2px 0 0;line-height:20px;border-radius:0}.header-search form input[type="search"]::placeholder,.header-search form input[type="text"]::placeholder{color:#b4b4b5;opacity:1}.header-search form input[type="search"]:focus,.header-search form input[type="text"]:focus{width:125px;transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;outline:none}.header-search form input[type="submit"]{border:none;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/search.svg") 50% 50%/24px no-repeat;font-size:0;padding-bottom:19px;margin-right:-13px}.header-cart{margin-left:30px;background:transparent url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/cart.svg") 0 50% no-repeat;min-width:16px;min-height:16px;display:inline-block;vertical-align:middle;position:relative}.header-cart.nitro-lazy{background:none !important}.header-cart.not-empty{padding-left:16px}.header-cart .cart-count{border-radius:50%;background-color:#fff;width:20px;height:20px;z-index:217;display:inline-block;margin-left:10px;font-family:"Khand",sans-serif;font-weight:500;color:#000;font-size:14px;line-height:23px;text-align:center;vertical-align:middle}.header.sticky .header-cart .cart-count{position:absolute;top:-8px;right:-6px;width:15px;height:15px;font-size:10px;line-height:15px;margin:0}.header-cart a:hover .cart-count{background:#0d0d0d;color:#fff}.mobileNavigation{display:none}.search-holder{display:inline-block;vertical-align:middle}.header-search-icon{display:block;border:none;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/search.svg") 50% 50%/20px 20px no-repeat;font-size:0;width:25px;height:25px;border-radius:50%}.banner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner .banner-img{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center center}.banner .banner-info{margin:115px 100px 15px;text-transform:uppercase;position:relative}.banner .banner-info::after{content:"";border-top:13px solid #b32317;display:block;position:absolute;top:0;right:0;border-right:13px solid #b32317;width:171px;height:160px}.banner-text-bg{position:relative}.banner-text{background-color:rgba(255,255,255,.9);min-width:402px;min-height:210px;max-width:400px;margin:16px;padding:110px 72px 71px 35px;position:relative}.banner-text h2{font-size:70px;color:#2c2b2b;text-align:right;z-index:999999;position:relative;line-height:72px;margin:0 0 5px}.banner-text p{font-size:19px;color:#2c2b2b;font-family:"Source Sans Pro",sans-serif;text-transform:uppercase;text-align:right;z-index:999999;position:relative;line-height:20px}.home-slider{width:100%;margin-bottom:0 !important}.home-slide-height{height:700px}.slideshow-item{width:100%;height:700px;background-position:center center;background-repeat:no-repeat;background-size:cover}.slide-inner{position:relative}.slide-text{background:rgba(255,255,255,.9);padding:72px 72px 72px 36px;max-width:420px;position:absolute;top:55% !important;-ms-transform:translateY(-50%) !important;transform:translateY(-50%) !important;left:128px;text-align:left}.slide-text h2{font-size:60px;text-transform:uppercase;color:#2c2b2b;text-align:left;z-index:999999;position:relative;line-height:1;margin:0 0 5px 0}.slide-text:before{content:"";border-top:12px solid #b32317;display:block;position:absolute;top:-12px;right:-12px;border-right:12px solid #b32317;width:150px;height:150px;pointer-events:none;z-index:2}@media only screen and (max-width: 1023px){.slide-text h2{font-size:48px}.slide-text{padding:36px 36px 36px 18px;max-width:420px;font-size:12px;width:90%;top:55% !important}.home-slide-height{height:500px}}@media only screen and (max-width: 767px){.slide-text h2{font-size:32px}.slide-text{left:32px;width:90%}.slide-button{font-size:16px}.home-slider .slick-prev,.home-slider .slick-next{display:none !important}.home-slide-height{height:400px}.slide-text:before{content:"";border-top:6px solid #b32317;top:-6px;right:-6px;border-right:6px solid #b32317;width:72px;height:72px}}.flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrapper:before{content:"";min-height:100vh}.flex-wrapper .holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.flex-wrapper .banner{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-wrapper .services-features{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.inventory-content,.site-content{padding:134px 30px 0;overflow:hidden}.pencil-banner-removed .inventory-content,.page-template-testimonials-page-template .site-content{padding:84px 0 0}.home .inventory-content,.home .site-content{padding:0}.home-content{overflow:hidden}.services-features{display:flex;overflow:hidden}.services-section{width:50%;float:left;background:#000;display:flex}.services-item_row .vc_row{margin:0 !important}.services-item > div > .wpb_wrapper p{min-height:60px}@media only screen and (max-width: 1279px){.services-item_row .vc_col-sm-6{width:100%}}@media only screen and (max-width: 767px){.services-item{width:100%}.services-item_row .vc_row.vc_row-flex{display:block}.services-item > div > .wpb_wrapper{display:flex;align-items:center;flex:1;flex-direction:row;justify-content:space-between}.services-item > div > .wpb_wrapper p{min-height:10px}}.services-item{flex:1;text-align:center;padding:40px 28px;background:#2c2b2b;display:flex;flex-direction:column;justify-content:space-between}.services-item .vc_btn3{font-size:16px !important;line-height:20px;display:inline-block;text-transform:uppercase;color:#fff;margin-top:24px;font-family:"Khand",sans-serif;font-weight:600;text-align:center;text-decoration:none !important}.services-item.item1 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{color:#fff !important;border-color:#b32317 !important}.services-item.item1 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover{color:#fff !important;background-color:#b32317 !important}.services-item.item2 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{color:#fff !important;border-color:#fff !important}.services-item.item2 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover{color:#b32317 !important;background-color:#fff !important}.services-item.item3 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{color:#2c2b2b !important;border-color:#2c2b2b !important}.services-item.item3 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover{color:#d5d5d5 !important;background-color:#2c2b2b !important}.services-item.item2{background:#b32317}.services-item.item2 h3{color:#fff}.services-item.item2 .button-round{color:#fff !important;border-color:#fff !important}.services-item.item2 .button-round:hover{background-color:#fff !important;color:#b32317 !important}.services-item.item3{background-color:#d5d5d5}.services-item.item3 p,.services-item.item3 h3{color:#2c2b2b}.services-item.item3 .button-round,.services-item.item3 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{color:#2c2b2b !important;border-color:#2c2b2b !important}.services-item.item3 .button-round:hover{background-color:#2c2b2b !important;color:#d5d5d5 !important}.services-item h3{font-size:37px;line-height:22px;color:#fff;font-family:"Khand-SemiBold",sans-serif;margin:0 0 25px;text-transform:uppercase}.services-item h3 a{color:inherit}.services-item p{font-size:20px;line-height:34px;color:#fff;font-family:"Khand-SemiBold",sans-serif;margin:0 0 25px}.features-content{padding:0 100px;flex:1;height:100%;display:flex;align-items:center}.features-section{width:50%;background:#fff;padding:0 20px;float:left;display:block}.features-item{display:flex !important;align-items:center}.features-text{width:55%}.features-image{width:45%}.features-image img{margin:0 auto;max-width:170px;max-height:170px}.features-text h2{font-size:37px;line-height:38px;color:#171818;margin:0 0 10px;font-weight:500;text-transform:uppercase}.features-text h3 span{color:#fff}.features-text p{color:#000;font-weight:400;font-family:"Source Sans Pro",sans-serif;margin:0 0 20px}.features-sec__wrap{max-width:1700px;margin:0 auto;padding:20px 0}.product-overview-maintainance{display:flex;width:100%}.product-overview-section{background:#494a4d;width:50%;padding:80px 50px}.product-overview-section h2{color:#fff;font-weight:500;margin:0 0 12px;text-transform:uppercase}.product-overview-section p{color:#fff;font-weight:400;font-size:18px;line-height:27px;margin:0 0 40px}.product-overview-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.product-overview-list{border:2px solid #959595}.product-overview-list .item{border-right:2px solid #959595;border-top:2px solid #959595;width:33.33%;padding:42px 20px 35px}.product-overview-list .item-1,.product-overview-list .item-2,.product-overview-list .item-3{border-top:none;border-bottom:none}.product-overview-list .item-3,.product-overview-list .item-6{border-right:none}.product-overview-list .item-7{border-right:none;border-bottom:none}.product-overview-list .item:hover{background:#706f71}.clearboth{clear:both;display:block;font-size:0px;height:0px;line-height:0;width:100%}.product-row_2{display:flex}@media only screen and (min-width: 1024px){.product-row_2{flex-direction:row-reverse}}.product-overview-list .item.po-list2{border:2px solid #959595 !important;width:50%;height:200px}.product-overview-list img{max-height:83px}.product-overview-list.grid-count-4 .item-4{width:99.99%;border-right:none;border-bottom:none}.product-overview-list.grid-count-7 .item-7{width:99.99%}.product-overview-list .product-icon{display:block;text-align:center;margin:0 0 20px}.product-overview-list .product-icon img{filter:invert(100%);opacity:.36}.product-overview-list .item:hover .product-icon img{filter:none;opacity:1}.product-overview-list .product-title{display:block;text-align:center;text-transform:uppercase;color:#fff;font-weight:700;font-family:"Khand",sans-serif;font-size:18px;line-height:20px;letter-spacing:1px}.maintainance-section{display:block;width:50%;background:#2c2d2f url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/maintainance-text.png") no-repeat;justify-content:center;padding:120px 55px;background-position:center center;background-size:contain;margin:0}.maintainance-section.nitro-lazy{background:none !important}.maintainance-section img{border-radius:50%;overflow:hidden;margin:0 auto 55px;display:block}.maintainance-section figcaption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.maintainance-section h2{margin:0;font-size:30px;font-weight:600;line-height:35px;color:#fff;-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;text-transform:uppercase}.maintainance-section .learn-more{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;text-align:right;padding:0 0 20px}.maintainance-section .btn-wrap{margin:20px 0 0 10px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;text-align:center}.guarantee-section{display:-webkit-box;display:-ms-flexbox;display:flex}.guarantee-img{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;position:relative;overflow:hidden}.guarantee-img img{min-height:100%;min-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:none}.gaurantee-content{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gaurantee-details{padding:60px 80px 29px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.gaurantee-details h5{margin:0 0 25px;font-size:20px;font-weight:500;line-height:22px;color:#171818;text-transform:uppercase}.gaurantee-details h3{font-weight:500;color:#171818;margin:0 0 12px;text-transform:uppercase}.gaurantee-details p{font-size:18px;line-height:27px;color:#171818}.active-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.active-product-text{background:#b32317;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;float:left;padding:37px 70px 47px;text-align:center;font-size:32px;line-height:34px;color:#fff;margin:0;font-weight:500;text-transform:uppercase}.active-product-text span{font-size:92px;line-height:77px;display:block;font-weight:500}.active-product-seal{background:#231f20;width:50%;float:left;display:flex;justify-content:center;align-items:center}.active-product-seal:before{content:"";min-height:229px}.equipment-inventory{padding-top:30px;margin-bottom:40px;overflow:hidden;clear:both}.inventory-heading{text-align:center}.inventory-heading h2{font-weight:500;margin:0 0 25px;color:#171818;text-transform:uppercase;font-size:44px}.inventory-heading p{font-size:18px;color:#3d3d3d}.equipment-inventory .product-grid{padding:0 150px;margin:0 auto}.product-slider-logo{display:block;text-align:center;margin:0 auto 20px}.equipment-inventory .slick-dots li{float:none;width:auto;padding:0;margin:0 5px}.product-slider-more .equipment-inventory{margin-bottom:0}.product-slider-more .equipment-inventory .product-grid{padding:0}.product-slider-more .equipment-inventory .get-quote-btn{margin:0}.product .used-description h2,.product .used-description h3{font-size:20px;font-weight:500}.product .used-description p{font-size:14px}.contact-us-section{background:#2c2d2f;background-size:contain;padding:30px 0 20px;text-align:center;color:#fff}.contact-us-section .gform_wrapper,.contact-us-section .nf-form-cont{max-width:640px;padding:0 10px;margin:10px auto 0}.contact-us-section .nf-form-title{text-align:center;display:block;margin:0 0 100px}.contact-us-section h2{font-weight:500;color:#fff;margin:0 0 15px;text-transform:uppercase}.contact-us-section.hide-default-title .nf-form-title h3{display:none}.contact-us-section p{font-size:18px;line-height:27px;color:#fff;margin:0}.popup-content .ginput_container:not(.ginput_container_radio),.contact-us-section .ginput_container:not(.ginput_container_radio){margin-bottom:25px}.popup-content .gform-footer .gform_button,.contact-us-section .gform-footer .gform_button{background:white;color:black;border:1px solid white;height:47px;transition:all .3s ease-in}.popup-content .ginput_container.ginput_recaptcha,.contact-us-section .ginput_container.ginput_recaptcha{display:flex;justify-content:center}.popup-content .gform-footer .gform_button:hover,.contact-us-section .gform-footer .gform_button:hover{background:#832317;color:white}.contact-us-section .nf-field-container{margin-bottom:0}.contact-us-section nf-field:nth-last-child(1){text-align:center}.popup-content .gfield .gfield_label,.contact-us-section .gfield .gfield_label{display:none !important}.popup-content .gform_footer,.contact-us-section .gform_footer{justify-content:center}.contact-us-section .nf-field label{display:none}.popup-content .gfield_radio label,.contact-us-section .gfield_radio label{font-size:1rem}.popup-content .gfield input,.contact-us-section .gfield input{background:#fff;height:47px}.contact-us-section .nf-field input{width:100%;margin:0;background:#fff;height:47px}.popup-content .gfield input:focus,.contact-us-section .gfield input:focus,.contact-us-section .nf-field input:focus{border-color:#b32317;outline:none}.contact-us-section .nf-field textarea{width:100%;resize:none;background:#fff;overflow:hidden;height:47px}.contact-us-section .nf-field textarea:focus{border-color:#b32317;outline:none}.popup-content input[type="button"],.contact-us-section input[type="button"]{text-align:center;cursor:pointer;background-color:#b32317;border:#b32317;padding:5px 30px 3px;text-transform:uppercase;font-weight:500;color:#fff;font-family:"Khand",sans-serif;font-size:20px;border-radius:30px}.popup-content input[type="button"]:hover,.contact-us-section input[type="button"]:hover{background-color:#fff;color:#2c2b2b}.seo-box{font-size:20px}.seo-box h1{margin:0}.seo-box .img-block img{min-width:100%;min-height:100%}.seo-box h3,.seo-box .h3{font-size:30px}.product-grid{margin:0;padding:0;list-style:none}.product-grid .product-item,.product-grid > li{display:inline-block;vertical-align:top;width:33.33%;padding:0 10px;margin:0 0 30px;overflow:hidden}.category-grid .product{float:none;display:inline-block;vertical-align:top;width:auto;margin:5px 0}.category-grid .product a{display:block;position:relative;z-index:1}.category-grid .product a:hover .woocommerce-loop-category__title{color:#000}.category-grid .product a:hover mark{color:#b32317}.category-grid .product img{position:relative;transition:all ease .3s;width:auto;height:55px;display:block;margin:0 auto}.category-grid .product .woocommerce-loop-category__title{font-family:"Khand",sans-serif;font-size:18px;line-height:1;color:#b32317;font-weight:400;margin:0;display:inline-block;vertical-align:middle;padding:8px;transition:all .3s}.category-grid .product mark{background:transparent}.product-grid.columns-4 .product-item{width:24.5%}.slick-slider.product-grid .product-item{margin-bottom:0}.product-grid .product-item:before,.product-grid .product-item:after,.product-grid > li:before,.product-grid > li:after{display:none}.product-grid .product-image{width:100%;height:270px;position:relative;display:block;text-align:center}.product-grid .product-details{text-align:center}.product-grid .product-details h4{margin:6px 0}.product-grid .product-details h5,.product-grid .product-details a{color:#363636;font-weight:500;margin:0 0 40px}.product-grid .product-details h5{padding-left:10px;padding-right:10px}.product-grid .product-details a:hover{color:#b32317}.product-grid .product-details a:hover del{color:#363636}.product-grid .product-details .get-quote-btn:hover,.product-grid .product-details .button:hover{color:#fff}.product-grid .product-details h5{text-transform:uppercase;line-height:1.2}.woo-list .woocommerce-ordering,.woo-list .woocommerce-result-count{text-align:right}.woo-list{margin-top:0;padding-bottom:30px;padding-top:30px}.woo-list .products-group{margin-bottom:0}.woo-list .product-item h4{font-size:30px;line-height:1.2;color:#363636;font-weight:400;margin:6px 0}.woo-list .category-grid .product-details a:not(.button){font-weight:inherit}.woo-list .category-grid .product-details .button:hover{color:#fff}.woo-list.default-type .category-grid .product .woocommerce-loop-category__title{border:1px solid #8e8e8e;border-radius:30px}.woo-list.default-type .category-grid .product:hover .woocommerce-loop-category__title{border-color:#b32317}.woo-list .category-grid .product a{padding:3px}.woo-list .category-grid .product a:after,.woo-list:not(.subcategories) .category-grid .product_ img,.woo-list .woocommerce-notices-wrapper{display:none}.woo-list .filter-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;background:#b32317;padding:12px 24px;position:relative}.woo-list .filter-block .category-grid{text-align:left;max-width:calc(100% - 250px);display:none !important}.woo-list .filter-block .woocommerce-ordering{margin-left:auto}.woo-list .filter-block .product{margin:0}.woo-list .filter-block .woocommerce-result-count{-webkit-box-ordinal-group:1;-ms-flex-order:1;order:1;text-align:center;font-family:"Khand",sans-serif;text-transform:uppercase;color:#fff;padding:14px 0 0 0}.woo-list h2{font-size:30px;color:#2c2b2b;margin:72px 0 48px 0;text-align:center}.category-grid{list-style:none;margin:0;padding:24px;text-align:center}.category-grid li{display:inline-block;padding:0 5px}ul.selected-data,ul.selected-data li{margin:0;padding:0;list-style:none}ul.selected-data{margin-bottom:12px}span.selected-data-label{font-family:"Khand",sans-serif;text-transform:uppercase;color:#777}span.selected-data-sep{color:#b32317}@media only screen and (min-width: 768px){.woo-list .filter-block .woocommerce-result-count{position:absolute;right:250px}.category-grid{padding:48px 36px}}.common-slider .slick-prev,.common-slider .slick-next,.home-slider .slick-prev,.home-slider .slick-next{border:2px solid #d5d5d5;padding:5px;border-radius:50%;height:64px;width:64px}.common-slider .slick-prev:hover:before,.common-slider .slick-next:hover:before,.home-slider .slick-prev:hover:before,.home-slider .slick-next:hover:before{background:#d5d5d5}.common-slider .slick-prev:before,.common-slider .slick-next:before,.home-slider .slick-prev:before,.home-slider .slick-next:before{content:"";position:absolute;top:5px;left:5px;display:block;right:5px;bottom:5px;border-radius:50%;transition:all .3s;background-color:#d5d5d5}.common-slider .slick-prev:after,.home-slider .slick-prev:after{content:"";background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/next-prev.png");background-repeat:no-repeat;display:block;position:absolute;left:35%;top:35%;height:16px;width:20px;z-index:999;opacity:1;background-position:3px 0;background-size:cover}.common-slider .slick-next:after,.home-slider .slick-next:after{content:"";background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/next-prev.png");background-repeat:no-repeat;display:block;position:absolute;left:35%;top:35%;height:16px;width:20px;z-index:999;opacity:1;background-position:-25px 0;background-size:cover}.common-slider .slick-prev{left:0}.common-slider .slick-next{right:0}.home-slider .slick-prev{left:12px}.home-slider .slick-next{right:12px}.common-slider .btn-white{border-color:#000}.product-slider .slick-slide{outline:none}.product-slider .slick-prev,.product-slider .slick-next{border:2px solid #d5d5d5;padding:5px;border-radius:50%;height:56px;width:56px}.product-slider .slick-prev:hover:before,.product-slider .slick-next:hover:before{background:#d5d5d5}.product-slider .slick-prev:before,.product-slider .slick-next:before{content:"";background:#d5d5d5;position:absolute;top:5px;left:5px;display:block;right:5px;bottom:5px;border-radius:50%;transition:all .3s}.product-slider .slick-prev:after,.product-slider .slick-next:after{content:"";background-repeat:no-repeat;background-size:cover;height:16px;width:20px;z-index:999;opacity:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-slider .slick-prev:after{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/next-prev.png");background-position:3px 0}.product-slider .slick-next:after{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/next-prev.png");background-position:-23px 0}.product-slider .slick-prev{left:10px}.product-slider .slick-next{right:10px}.slick-slider.product-slider .last_slide{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px;height:100%;cursor:pointer}.product-slider .last-slide-title{color:#b32317;font-size:18px;text-transform:uppercase;letter-spacing:1px;font-weight:600;line-height:1.1;margin-bottom:0}.product-slider .last-slide-title + .last-slide-button{margin-top:12px}.product-slider .last-slide-button{color:#000;font-size:13px;font-weight:600;word-break:break-word}.product-slider .last-slide-button:hover{color:#b32317}.footer{padding:50px 65px;clear:both;background-color:#000}.footer-info{display:flex;justify-content:space-between;margin:0 0 75px}.footer-info-address{width:15%}.footer-info-address .footer-info-col{width:100%}.footer-info-menu{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;width:85%;margin:0 -10px}.footer-info-menu .footer-info-col{width:33.33%;flex:1 0 auto;padding:0 10px}.address-info span,.address-info address{font-size:17px;line-height:30px;color:#fff;font-weight:500;font-family:"Khand",sans-serif;font-style:normal;text-transform:uppercase;display:block}.address-info a:hover{color:#b32317}.footer-info-col h6{color:#b32317;margin:0 0 25px;font-weight:400;text-transform:uppercase}.footer-info-col .info-menu-list{list-style:none;margin:0;padding:0;-webkit-column-count:2;-moz-column-count:2;column-count:2}.footer-info-col .info-menu-list li{margin-bottom:5px}.footer-info-col .info-menu-list li:last-child{margin-bottom:0}.footer-info-col .info-menu-list li a{font-size:17px;line-height:1.8;color:#fff;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;border-bottom:1px solid transparent}.footer-info-col .info-menu-list li:hover a{border-color:#aaa9a9}.address-info{max-width:160px}.map-link{margin-top:40px}.map-link a{font-size:17px;line-height:30px;color:#fff;font-weight:400;font-family:"Source Sans Pro",sans-serif;font-style:normal;text-transform:uppercase;text-decoration:underline}.footer-copyright{display:inline-block}.footer-copyright > *{display:inline-block;color:#fff;font-size:15px;line-height:27px}.footer-copyright a{color:#fff;font-size:15px;line-height:27px;margin:0 45px;border-bottom:1px solid transparent}.footer-copyright a:hover{border-color:#aaa9a9}.footer-social-icons{float:right}.footer-social-icons a{width:30px;height:30px;display:inline-block;vertical-align:top;margin:0 0 0 15px;font-size:0;transition:all ease .3s}.footer-social-icons a:hover{opacity:.8}.footer-social-icons .linked-icon{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/001-linkedin.png") 0 0/30px 30px no-repeat}.footer-social-icons .insta-icon{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/002-instagram.png") 0 0/30px 30px no-repeat}.footer-social-icons .twitter-icon{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/003-twitter.png") 0 0/30px 30px no-repeat}.footer-social-icons .fb-icon{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/004-facebook.png") 0 0/30px 30px no-repeat}.footer-social-icons .yt-icon{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/005-youtube.png") 0 0/30px 30px no-repeat}.wpml-ls-legacy-list-horizontal .wpml-ls-item a{margin-left:0;padding:5px 0}.filter-check{display:none;padding:10px;font-family:"Khand",sans-serif;color:#fff}.filter-check i{display:none;width:12px;height:12px;border:2px solid #fff;margin-right:5px}.filter-checked i{background:#fff}.filter-check a{color:#fff}.page-template-search-template  .site-content{padding-top:84px}.page-template-search-template .facetwp-template{font-size:0;line-height:0}.page-template-search-template .product-grid .product-item{float:none;display:inline-block;vertical-align:top;font-size:16px;line-height:1.5}.product-item--featured .product-item--inner{background:#b32317;color:#fff;position:relative}.product-item--featured .product-item--inner h4 span{color:#fff}.product-item--featured .product-item--inner .button{background:#fff;border-color:#fff;color:#2c2d2f}.product-badge--featured{background:#b32317;color:#fff;position:absolute;top:10px;right:10px;padding:5px 20px;font-size:14px;border-radius:15px;font-family:"Khand",sans-serif;display:inline-block}.product-item--inner{max-width:300px;margin:0 auto}.search-result-section{background:#ededec;display:flex;overflow:hidden;margin:0 -30px}.search-title{background:#000;padding:45px 50px 45px 34px;flex:0 0 25%}.search-title h2{color:#fff;font-size:36px;line-height:38px;letter-spacing:2px;font-weight:500;margin:0}.clear-filter-group{display:flex;padding:0 67px;align-items:center;flex:0 0 75%}.clear-btn{margin-right:15px;display:inline-block}.clear-btn a{font-size:14px;line-height:16px;font-family:"Source Sans Pro",sans-serif}.clear-btn a:hover{color:#000}.facetwp-selections{display:inline-block;padding-top:10px}.facetwp-selections li{margin-bottom:10px}.facetwp-selections ul{list-style:none;margin:0 -10px;padding:0;display:flex}.clear-filter-group .facetwp-selections .facetwp-selection-value{border:2px solid rgba(198,198,198,.5);border-radius:3px;background:#fff;font-size:16px;line-height:18px;font-family:"Source Sans Pro",sans-serif;color:#2c2b2b;text-transform:uppercase;padding:9px 40px 9px 15px;display:inline-block;position:relative;transition:all ease .3s}.facetwp-selection-value:after{content:"x";position:absolute;right:10px;font-size:12px;font-weight:700;line-height:14px;top:34%}.clear-filter-group .facetwp-selections .facetwp-selection-label{display:none}.clear-filter-group .facetwp-selections .facetwp-selection-value:hover{background:#b32317;color:#fff;border-color:#b32317}.refine-btn h5{margin:0 0 30px;font-size:24px;line-height:30px;font-weight:500;color:#b32317;font-family:"Khand",sans-serif;text-transform:uppercase}.sidebar-block.search-holder{display:none}.sidebar-block > h5{margin:0;font-size:20px;line-height:22px;font-weight:500;color:#201d1e;font-family:"Khand",sans-serif;display:block;width:100%;position:relative;border-bottom:1px solid transparent;padding:0 0 15px;text-transform:uppercase}.sidebar-block > h5::after{content:"-";display:inline-block;position:absolute;top:0;right:5px;cursor:pointer;color:#b32317;font-size:50px}.sidebar-block > h5.boxOpen{border-color:#dcdcdc}.sidebar-block > h5.boxOpen:after{content:"+";right:0}.sidebar-block .filter-list{list-style:none;margin:0 0 20px;padding:7px;border:2px solid #efefef}.sidebar-block  .facetwp-facet{margin:0}.sidebar-block ul li{margin:0 0 5px}.pricing-block{margin-top:15px;padding-top:15px;padding-bottom:30px}.pricing-block > h5{margin:0 0 18px;font-size:20px;line-height:22px;font-weight:500;color:#201d1e;font-family:"Khand",sans-serif}.pricing-block .form-field .item{display:flex;justify-content:space-between;align-items:flex-start}.pricing-block .form-field .form-label{flex:0 0 40%;color:#201d1e;font-size:14px;line-height:16px;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;padding:11px 0}.pricing-block .form-field .facetwp-facet{flex:0 0 60%}.pricing-block .price-filter-range{display:flex;justify-content:space-between;margin:0 0 15px}.pricing-block .price-filter-range .max{flex:1;text-align:right;color:#201d1e;font-size:19px;line-height:21px;font-family:"Khand",sans-serif;font-weight:500}.pricing-block .price-filter-range .max em{font-style:normal}.pricing-block .price-filter-range .min{flex:1;text-align:left;color:#201d1e;font-size:19px;line-height:21px;font-family:"Khand",sans-serif;font-weight:500}.pricing-block .price-filter-range .min em{font-style:normal}#collection-filter-price{height:3px;position:relative;background-color:#ededec;border-radius:3px}.facetwp-slider-wrap .noUi-target{background-color:#cdcdcd;height:3px}.filter-list .facetwp-slider-wrap{padding:15px 0}.filter-list .facetwp-slider-wrap .noUi-handle{display:block;width:5px;height:18px;border:0;top:-7px;cursor:col-resize;background-color:#201d1e;outline:0;border-radius:0}.filter-list .facetwp-slider-wrap .noUi-handle-lower{right:5px !important;margin-left:-5px}.facetwp-slider-reset:hover{box-shadow:none}.rent-block{margin-top:15px;padding-top:15px}.products-group{margin-bottom:70px}.pagination-showing-result{display:flex;justify-content:space-between;align-items:center}.showing-result p{font-size:19px;line-height:21px;color:#a1a1a1;font-family:"Fira Sans",sans-serif;font-weight:400;margin:0;text-transform:uppercase}.contact-box{padding:80px 30px;clear:both;position:relative}.contact-box:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;background:#b32317;z-index:-1}.site-content .contact-box{margin:0 -30px}.site-content{position:relative;z-index:1}.contact-box-inner{text-align:center}.contact-box-inner h4{color:#fff;text-decoration:underline;display:inline-block;margin:0 0 5px;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase}.contact-box-inner a{margin:0;color:#fff;font-size:36px;line-height:36px;font-family:"Khand",sans-serif;font-weight:500;transition:all ease .3s}.contact-box-inner a:hover{text-decoration:underline}.contact-box-inner h6{margin:0 0 3px;color:#fff;font-size:18px;line-height:36px;font-family:"Khand",sans-serif;font-weight:500}.needs-help-sticky{border-radius:5px;background:#b32317;box-shadow:0px 1px 3px 0px rgba(0,0,0,.65);position:fixed;width:51px;height:151px;right:-5px;top:60%;overflow:hidden;z-index:99999;cursor:pointer}.needs-help-sticky:hover{background:#000}.needs-help-btn{font-family:"Khand",sans-serif;font-weight:500;font-size:26px;color:#fff;text-transform:uppercase;transform:rotate(-90deg);width:180px;overflow:hidden;word-wrap:break-word;height:150px;text-align:center;cursor:pointer;display:block}.invent-brand__row{background:#000;padding:24px;color:#fff}.invent-brand__row div[class^='col']{display:flex;flex-direction:column;justify-content:center}.invent-brand__row{position:relative}.invent-brand__row h3{font-size:23px;font-weight:500;line-height:1.3}.invent-brand > *:not(img){position:relative;z-index:1}.invent-brand__row .call-now__heading a{color:#000}.invent-brand__row .call-now__heading a:hover{text-decoration:underline}.invent-brand__row h1{color:#fff;font-size:36px;font-weight:normal;line-height:1;margin-bottom:18px}.invent-brand__row img{position:absolute;top:0;left:0;opacity:.3;min-height:100%;z-index:0}.invent-brand__row p,.invent-brand__row a{color:#fff}.invent-brand__col__p{font-size:19px;line-height:1.5}.invent-brand__col__p p{font-size:19px}.information-message{margin:10px 0;padding:10px}.information-message:not(.red-block){background-color:#fff;box-shadow:0 0 15px #6f6f6f}.information-message p{margin:0;font-size:17px;color:#000}.information-message a{color:#b32317;text-decoration:underline}.information-message a:hover{text-shadow:1px 0 0 currentColor}.information-message img.warnining-image{opacity:1;min-height:5px;position:relative;top:6px}.information-message img.brand-warning-image{opacity:1;min-height:5px;position:relative;top:2px;left:0}.information-message.red-block p{color:#fff}.information-message.red-block a{color:#fff}.single-product .warnining-image{}.inventory-contact-block{}.inventory-contact-block .lease-btn{background:#b32317;color:#fff;float:left;margin:0 20px 0 0}.inventory-contact-block .lease-btn *{color:#fff}.invent-brand__col__footer{overflow:hidden}.invent-brand__col__footer strong{font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;font-size:15px}.invent-brand__col__footer p{font-size:13px;margin:0}.offer-lift__feature{background:#000;position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;justify-content:center}.offer-lift__feature h2{color:#b32317;text-transform:uppercase;font-size:45px;font-family:"Khand",sans-serif;font-weight:normal;margin:0;padding:20px}.sale-item{display:flex;align-items:center;padding:20px}.sale-item .item__img{max-width:180px;height:180px;margin:0 20px 0 0;overflow:hidden}.sale-item .item__img img{display:block;max-height:100%;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.sale-item .item__content{font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;font-size:36px;line-height:1}.sale-item .item__content__heading{color:#000;display:block}.sale-item .item__content__heading strong{color:#b32317;display:block;font-weight:500}.sale-item .item__content__sale{font-size:21px;display:block;color:#000;margin:10px 0 0}.brand-inventory-slider{background:#f8f8f8}.brand-inventory-slider .equipment-inventory{margin:0;padding:46px 30px}.brand-inventory-slider .equipment-inventory h3{font-size:36px;margin:0 0 16px}.brand-inventory-slider .equipment-inventory .slick-dots{display:none !important}body:not(.ppc) .brand-inventory-slider .equipment-inventory .product-item{width:146px !important;margin:0 5px}.brand-inventory-slider .equipment-inventory .product-item{padding:7px;background:#ededec}.brand-inventory-slider .equipment-inventory  .product-image{width:100%;height:0;padding:100% 0 0}.brand-inventory-slider .equipment-inventory  .product-details h5{font-size:16px;margin:0;line-height:1}.brand-inventory-slider .equipment-inventory  .product-details h5 a{margin:0;color:#b32317}.brand-inventory-slider .equipment-inventory .product-brand{display:block;color:#000}.brand-inventory-slider .equipment-inventory .get-quote-btn{display:none}.concept-lift{background:#2c2b2b;color:#fff;padding-top:60px;padding-bottom:60px}.concept-lift div[class^='col']{margin-bottom:20px;padding-right:50px}.concept-lift h2,.concept-lift h3,.concept-lift h4{color:#b32317}.concept-lift h3{font-size:32px;font-weight:normal;font-family:"Khand",sans-serif;text-transform:uppercase}.concept-lift p{color:#fff}.concept-lift a:hover{text-decoration:underline}.concept-lift .col-md-6:nth-child(4){display:flex;align-items:center}.concept-lift .sales-guarantee__content{text-transform:uppercase;font-family:"Khand",sans-serif;font-size:18px}.concept-lift .sales-guarantee__content a{color:#fff}.concept-lift .sales-guarantee__content h3{font-size:18px;line-height:1.5;margin-bottom:10px}.concept-lift .sales-guarantee__figure{margin:0 20px 0 0}.concept-lift .sales-guarantee__content p{font-size:18px;line-height:1.5;margin:0}.model_open{overflow:hidden}.quote_popup_overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:none;background:rgba(0,0,0,.4);z-index:9999999}.quote_popup_container{background:#fff;margin:5% auto;padding:0px;max-width:636px;height:auto;position:relative;max-height:calc(100vh - 10%);overflow:auto;pointer-events:auto;-webkit-overflow-scrolling:touch}.quote_popup_overlay .nf-form-fields-required{display:none}.popup_container_inner{height:100%;overflow:auto;padding-bottom:0px;background-color:#2c2d2f !important}.close-popup{display:block;position:absolute;top:20px;right:20px;width:14px;height:14px;text-indent:-9999px;cursor:pointer}.close-popup:before,.close-popup:after{content:"";height:1px;width:14px;background:#fff;position:absolute;top:50%;left:0}.close-popup:before{transform:rotate(45deg)}.close-popup:after{transform:rotate(-45deg)}.popup-content{text-align:center;padding:20px 50px 30px 50px;color:white}.popup-content h3{font-size:45px;line-height:47px;color:#b32317;margin:0 0 10px;font-weight:500}.popup-content p,.popup-content legend{font-size:17px;line-height:30px;color:#494848;font-family:"Source Sans Pro",sans-serif;margin:0 auto 40px;letter-spacing:1.75px;text-align:center;text-transform:none}.popup-content legend{margin:0 0 15px;text-transform:none;display:block;color:white !important}.popup-content .form-row{margin:0 -10px 25px;display:flex}.popup-content .form-field{flex:1;padding:0 10px}.popup-content .form-field .form-input{width:100%}.form-actions{margin:0 0 25px}.quote_popup_overlay .privacy-policy-text{padding:0 20px}.quote_popup_overlay .privacy-policy-text p{font-size:14px;line-height:20px;color:#fff;font-family:"Source Sans Pro",sans-serif;margin:0;letter-spacing:0}.quote_popup_overlay .privacy-policy-text p a{color:#fff;text-decoration:underline}.quote_popup_overlay .privacy-policy-text p a:hover{color:#b32317}.popup-content.shipping-popup{padding:35px 8px 0}.popup-content.shipping-popup h2{font-size:55px;line-height:57px;color:#171818;font-weight:500;font-family:"Khand",sans-serif;margin:0 0 25px}.popup-content.shipping-popup p{font-size:18px;line-height:27px;color:#3d3d3d;font-family:"Source Sans Pro",sans-serif;letter-spacing:0}.popup-content.shipping-popup .canlift-img{margin:0 0 25px}.popup-content.shipping-popup .button-group{margin-bottom:15px}.popup-content.shipping-popup .button-round{background:#b32317;font-size:20px;line-height:27px;font-family:"Khand",sans-serif;font-weight:500;color:#2c2d2f;letter-spacing:1px;padding:12px 15px 10px}.popup-content.shipping-popup .button-round:before{content:"";display:inline-block;vertical-align:middle;height:24px;width:24px;background-size:cover;margin-right:7px;margin-top:-2px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/source/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/united-states.svg") 50% 50% no-repeat}.popup-content.shipping-popup .canada-flag:before{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/source/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/canada.svg") 50% 50% no-repeat}.popup-content.shipping-popup .button-round img{width:24px;height:24px;overflow:hidden;margin-right:5px;margin-top:-2px}.popup-content.shipping-popup .button-round:hover{background:#000;color:#fff;border-color:#000}.remember-section{position:relative;display:inline-block}.remember-section .selection-checkbox{position:absolute;opacity:0;left:0}.remember-section .selection-checkbox + label{position:relative;cursor:pointer;padding:0 45px;font-size:16px;line-height:26px;color:#201d1e;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;display:block}.remember-section .selection-checkbox:checked + label::after{background:#fff}.remember-section .selection-checkbox + label::after{content:"";margin-left:10px;display:inline-block;vertical-align:text-top;width:24px;height:24px;border-style:solid;border-width:2px;border-color:#605858;background-color:#fff;position:absolute;left:0}.remember-section .selection-checkbox:checked + label::before{content:"";position:absolute;left:18px;top:5px;width:7px;height:12px;z-index:9;border:1px solid #605858;transform:rotate(44deg);border-width:0 2px 2px 0}.woocommerce  .woocommerce-breadcrumb,.yoast_breadcrumb{background:#000;position:relative;list-style:none;padding:18px 34px;overflow:hidden;text-align:left;display:block;text-transform:uppercase;color:#fff;font-size:14px;font-family:"Source Sans Pro",sans-serif;line-height:1.2}.yoast_breadcrumb,.woocommerce .woocommerce-breadcrumb{margin:0 -30px}.woocommerce  .woocommerce-breadcrumb > a,.yoast_breadcrumb span span > *{display:inline-block;vertical-align:baseline;margin:0;line-height:1}.woocommerce  .woocommerce-breadcrumb a,.yoast_breadcrumb span span a{color:#777;margin:0;font-family:"Source Sans Pro",sans-serif}.woocommerce  .woocommerce-breadcrumb a:first-child:before{display:none}.woocommerce  .woocommerce-breadcrumb .delimiter{color:#777;display:inline-block;margin:0 10px 2px 10px;width:6px;height:6px;border:1px solid currentColor;transform:rotate(45deg);vertical-align:baseline;border-width:1px 1px 0 0}.yoast_breadcrumb{font-size:0}.yoast_breadcrumb span span a,.yoast_breadcrumb span span span{font-size:14px}.yoast_breadcrumb span span a:after{content:"";color:#777;display:inline-block;margin:0 10px 2px 10px;width:6px;height:6px;border:1px solid currentColor;transform:rotate(45deg);vertical-align:baseline;border-width:1px 1px 0 0}.breadcums-section-inner{display:flex;justify-content:space-between;align-items:center}.share-section{position:absolute;top:0;right:0;z-index:9}.share-section > a{font-size:18px;line-height:28px;color:#9a9999;font-family:"Source Sans Pro",sans-serif;text-transform:uppercase;position:relative;padding:11px 20px 11px 0;display:block;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/share-icon.png") no-repeat right center}.share-section > a.nitro-lazy{background:none !important}.addtoany_shortcode{display:none;position:absolute;top:100%;right:0}.active .addtoany_shortcode{display:block}.pencil-banner{background:#349719;position:relative;padding:6px 0}.pencil-banner-content{text-align:center}.pencil-banner-content p{margin:0;color:#fff;font-size:16px;line-height:18px;text-transform:uppercase}.pencil-banner-close a{display:block;text-indent:-9999px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/close-round.png") no-repeat center center;width:18px;height:18px;line-height:18px}.pencil-banner-close a.nitro-lazy{background:none !important}.pencil-banner-close{position:absolute;right:10px;top:5px}.product-template-default .pswp__bg{background:rgba(0,0,0,.5)}.single-product .content-area{padding:0 30px;margin:0 -30px}.single-product .site-main{position:relative}.woocommerce div.product{padding:60px 0}.woocommerce div .product_tag-used{padding-bottom:0}.woocommerce div.product:after{clear:both;content:"";display:block}.woocommerce div.product div.summary{margin:0}.single-product .post-navigation{display:none}.woocommerce div.product .onsale{display:none}.product-image-left{width:50%;float:left;padding-right:20px}.product-gallery-main .sold-label{position:absolute;top:0;right:0}.woocommerce .woocommerce-product-gallery .flex-viewport{border:0}.woocommerce-product-gallery__image{display:inline-block}.product-details{overflow:hidden}.product-details .used-time,.price-discount{display:block;font-size:20px}.price-discount ins{background:transparent;color:#f00}.out-of-stock{display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;overflow:hidden;max-height:100%}.out-of-stock:before{content:"Sold";display:inline-block;position:absolute;top:20px;left:0px;background:#b32317;color:#fff;padding:6px 24px;text-transform:uppercase;letter-spacing:1px;font-size:18px;line-height:1.5;z-index:1;font-family:"Khand",sans-serif;font-weight:600}.productviewimages{display:block;position:relative;min-height:366px;min-width:inherit;margin:0 0 70px}.product-main-image div a{text-align:center;display:block;max-height:620px;overflow:hidden}.woocommerce .flex-viewport{border:1px solid #e8e8e8}.woocommerce-product-gallery{text-align:center;position:relative;opacity:0;transition:opacity .25s ease-in-out}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:0;left:0;right:0;bottom:0;font-size:0;z-index:2}.woocommerce div.product div.images .flex-control-thumbs{text-align:center;padding:70px 0 0;position:relative;z-index:3}.woocommerce div.product div.images .flex-control-thumbs li{display:inline-block;padding-left:5px;padding-right:5px;text-align:center;float:none;width:auto}.woocommerce div.product div.images .flex-control-thumbs img{border:1px solid #e8e8e8;display:inline-block;height:90px;max-width:90px;padding:2px;position:relative;text-align:center;width:100%}.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:auto;height:auto;max-height:620px;margin:0 auto}.on-sale .woocommerce-product-gallery__image a{position:relative;display:inline-block;overflow:hidden}.on-sale .woocommerce-product-gallery__image a:before{content:"Sold";display:inline-block;position:absolute;top:20px;right:0px;background:#b32317;color:#fff;padding:6px 36px;text-transform:uppercase;letter-spacing:1px;font-size:22px;line-height:1.5;z-index:1;font-family:"Khand",sans-serif;font-weight:600}html:lang(es) .on-sale .woocommerce-product-gallery__image a:before{content:"Agotado"}.product-thumb-section{display:block;margin:0 auto;max-width:300px}.product-thumbnails{margin:0;padding:0}.product-thumbnails .product-thumb{float:left;padding-left:5px;padding-right:5px;text-align:center;width:100px}.product-thumbnails .product-thumb .product-thumb-link{border:1px solid #e8e8e8;display:inline-block;height:90px;max-width:90px;padding:2px;position:relative;text-align:center;width:100%}.product-thumbnails .product-thumb .product-thumb-link:hover,.product-thumbnails .product-thumb .product-thumb-link:focus{opacity:.5;outline:none}.product-thumbnails .product-thumb .product-thumb-link img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-height:100%;max-width:100%;width:auto}.product-thumbnails .slick-prev,.product-thumbnails .slick-next{border:2px solid #b32317;padding:5px;border-radius:50%;height:57px;width:57px}.product-thumbnails .slick-prev:hover:before,.product-thumbnails .slick-next:hover:before{background:#b32317}.product-thumbnails .slick-prev:before,.product-thumbnails .slick-next:before{content:"";background:#f6f6f6;position:absolute;top:5px;left:5px;display:block;right:5px;bottom:5px;border-radius:50%}.product-thumbnails .slick-prev:after{content:"";background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/next-prev.png");background-repeat:no-repeat;display:block;position:absolute;left:35%;top:35%;height:16px;width:20px;z-index:999;opacity:1;background-position:3px 0px;background-size:cover}.product-thumbnails .slick-next:after{content:"";background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/next-prev.png");background-repeat:no-repeat;display:block;position:absolute;left:35%;top:35%;height:16px;width:20px;z-index:999;opacity:1;background-position:-25px 0px;background-size:cover}.product-thumbnails .slick-prev{left:-20%}.product-thumbnails .slick-next{right:-20%}.single-product h1{font-size:36px;line-height:1;margin:0;color:#363636;font-weight:500}.product-type{background:#b32317;padding:15px 5px;text-align:center;margin-bottom:20px;text-transform:uppercase;color:#fff;font-size:17px;line-height:1;letter-spacing:3.2px;font-family:"Khand",sans-serif;font-weight:600}.product-type-new{padding:8px;font-size:30px;letter-spacing:2px}.price-finance{display:-webkit-flex;display:-ms-flex;display:flex;padding:0 50px;align-items:center;margin:0 0 24px;justify-content:space-between}.price-finance .product-price{width:auto}.product-price{font-family:"Khand",sans-serif;font-size:36px;line-height:38px;color:#363636;font-weight:500;display:block;letter-spacing:.5px}.used-product-shop .product-price{margin-bottom:15px;font-size:26px;line-height:1;padding:10px 0 0}.product-price ins{background:transparent;display:inline-block;font-weight:500;margin-right:20px}.product-price del{color:#414042}.product-price del span{color:#414042}.product-price .currency-approx{font-family:"Khand",sans-serif;font-size:22px;line-height:36px;color:#363636;font-weight:500;font-style:normal;text-transform:uppercase;letter-spacing:.5px}.product-price .currency-approx span{font-family:"Khand",sans-serif;font-size:14px;line-height:36px;color:#a7a7a7;font-weight:500;font-style:normal;vertical-align:middle}.price-converting{display:inline-block;vertical-align:middle;color:#363636;font-size:26px;line-height:1}.small-font-size{font-size:16px}.ico-converting{width:38px;height:auto;vertical-align:middle}.small-width-currency{width:30px}.small-width{width:20px}.add-to-cart-block{margin:0 0 22px}.add-to-cart-block form{display:inline-block}.add-to-cart-block form > label{text-transform:uppercase;font-size:14px;color:#6c6c6c;margin:0 0 10px;text-align:left;font-weight:600}.add-to-cart-block  .quantity-wrap{display:inline-block;vertical-align:bottom;height:58px;background:#f4f4f4;width:109px;white-space:nowrap}.add-to-cart-block .quantity{display:inline-block;height:100%;float:left;width:33.333%}.add-to-cart-block .quantity-wrap a{width:33.333%;float:left;text-align:center;font-size:20px;height:100%;line-height:58px;transition:all ease .3s}.add-to-cart-block .quantity-wrap a:hover{background:#ededed}.add-to-cart{background:#090;color:#fff;border-radius:10px;letter-spacing:3px;font-family:"Source Sans Pro",sans-serif;display:inline-block;font-weight:600;font-size:14px;padding:18px 30px;min-width:270px;margin:0 0 0 12px;border:none}.add-to-cart:before{content:"";height:16px;width:16px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/cart.svg") 50% 50% no-repeat;display:inline-block;vertical-align:middle;margin:0 10px 0 0;transition:all ease .3s}.add-to-cart:hover{background:#494848}.add-to-cart:active,.add-to-cart:focus{outline:none}.product-left .lease-btn,.product-left .lease-btn_circle{position:absolute;top:18px;left:0}@media only screen and (max-width:1023px){.product-left .lease-btn,.product-left .lease-btn_circle{position:absolute;top:36px;left:0}}.lease-btn{text-align:center;padding:45px 10px;color:#fff;vertical-align:bottom;background:#b32317;border-radius:50%;width:132px;height:132px;display:block;z-index:10}.lease-btn_circle{text-align:center;color:#fff;vertical-align:bottom;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/source/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/circle-bg_red.svg") center center no-repeat;background-size:contain;width:150px;height:140px;display:block;z-index:10;padding-top:32px}.lease-btn_circle.nitro-lazy{background:none !important}.lease-btn_circle h3{text-decoration:line-through;color:#fff;font-size:32px;line-height:1;margin:0}.lease-btn strong{font-size:19px;line-height:16px;color:#fff;text-transform:uppercase;font-family:"Khand",sans-serif;font-weight:600;display:block;letter-spacing:1px}.lease-btn_circle strong{color:#fff;font-weight:600;display:block;letter-spacing:1px;line-height:1}.lease-btn span{font-size:13px;line-height:17px;color:#fff;font-family:"Source Sans Pro",sans-serif;display:inline-block;font-weight:400;padding:0 10px;letter-spacing:1px;position:relative}.lease-btn_circle span{font-size:13px;line-height:1;color:#fff;font-family:"Source Sans Pro",sans-serif;display:inline-block;font-weight:400;padding:0;letter-spacing:1px}.lease-btn span:after,.lease-btn_circle span:after{content:"";width:0;height:0;border-style:solid;border-width:3px 0 3px 5px;border-color:transparent transparent transparent currentColor;display:inline-block;vertical-align:baseline;margin:0 0 0 5px}.lease-rates{margin:0}.col-day{background:#ccc}.col-week{background:#d9d9d9}.col-month{background:#e5e5e5}.rate-inner{padding:24px 16px}.short-description,.woocommerce-product-details__short-description{padding:0 50px}.product_tag-used .woocommerce-product-details__short-description{display:none}.short-description p,.woocommerce-product-details__short-description p{font-size:18px;letter-spacing:.25px;font-family:"Source Sans Pro",sans-serif;font-weight:400;color:#3d3d3d;margin:0 0 25px}.lease-form h2{font-size:24px;line-height:30px;font-weight:500;font-family:"Khand",sans-serif;margin:0 0 15px;text-align:center}.lease-label{list-style:none;margin:0 0 10px;padding:0;display:flex}.lease-label li{flex:1;padding:12px 0px;background:#fff;margin:0 3px;text-align:center;display:block;font-size:15px;line-height:16px;font-weight:600;font-family:"Khand",sans-serif;color:#494949;text-transform:uppercase}.lease-content{background:#fff;padding:12px 15px;margin:0 0 10px}.lease-term-content{display:flex;justify-content:space-between;align-items:center;margin:0 0 15px}.lease-term-content .form-select{width:50%;text-align:center}.lease-term-content .lease-price{width:50%;text-align:center;font-family:"Khand",sans-serif;font-weight:500;color:#494848;font-size:15px;line-height:17px}.lease-option-list{display:flex;justify-content:space-between;align-items:flex-end;padding:0 12px;margin:0 0 15px}.lease-option-list dl{list-style:none;margin:0;padding:0;max-width:50%;width:100%}.lease-option-list .item{clear:both;width:100%}.lease-option-list .item:after{content:"";clear:both;display:block}.lease-option-list dl dt,.lease-option-list dl dd{float:left;width:50%;margin:0;font-family:"Source Sans Pro",sans-serif}.lease-option-list dl dt{font-weight:700;font-size:13px;line-height:16px}.lease-option-list dl dd{font-weight:400;font-size:12px;line-height:16px}.lease-option-list .lease-tax{font-size:10px;color:#b0b0b0;line-height:15px;font-family:"Roboto Slab",serif;margin:0;letter-spacing:.25px}.lease-action-btn{text-align:center;margin:0 0 10px}.lease-action-btn a{font-size:17px;line-height:19px;color:#f8f8f8;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;padding:10px 0;background:#494848;display:block}.lease-action-btn a:hover{background:#b32317}.lease-purchase-quote{display:block;margin:0 0 30px}.lease-purchase-quote .option-list{float:left;padding:10px 0 0}.lease-purchase-quote .quote-btn{float:right}.lease-purchase-quote .option-list span{display:block;color:#919191;text-transform:uppercase;font-family:"Source Sans Pro",sans-serif;font-size:14px;line-height:16px}.lease-purchase-quote .option-list a{display:inline-block;color:#393939;text-transform:uppercase;font-family:"Source Sans Pro",sans-serif;font-size:14px;line-height:16px;border-bottom:1px solid #393939}.lease-purchase-quote .option-list a:hover{color:#b32317;border-color:#b32317}.lease-more-info{text-align:center;clear:both}.lease-more-info a{color:#b7b7b7;font-family:"Source Sans Pro",sans-serif;text-transform:uppercase;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/more-info.png") no-repeat right center;padding:0 20px;letter-spacing:1px}.lease-more-info a.nitro-lazy{background:none !important}.lease-more-info a:hover{color:#b32317}.rental-used{text-transform:uppercase;color:#919191;font-size:16px;max-width:40%;font-family:"Khand",sans-serif;display:inline-block;letter-spacing:1px;text-align:center}.used-lease-form .rental-used{text-align:left}.rental-used a{color:#000;text-decoration:underline}.rental-used .rental-used__left__btn{border:2px solid #c6c6c6;padding:9px 10px;display:block;text-decoration:none;width:220px}.rental-used .rental-purchase{padding:5px 0;font-weight:500;width:220px;text-align:center}.rental-used strong{display:block;font-weight:normal}.brand-image-section{text-align:center;margin:0 0 80px}.brand-image-section .brand-image{margin:0 auto}.brand-image-section .brand-image img{max-width:225px;max-height:85px;display:block;margin:0 auto}.product-location-section{clear:both;margin-top:10px;margin-bottom:10px}.product-location-section h5{font-size:18px;font-weight:500;color:#363636;margin:0 0 10px;text-transform:uppercase}.product-location-list{margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:10px}.product-information-section{clear:both}.product-information-section h5{font-size:18px;font-weight:500;color:#363636;margin:0 0 10px;text-transform:uppercase}.product-information-section .tab-content:not(#tab-quick_quotes){overflow:hidden}.product-information-section .tab-title{overflow:hidden;margin:0 0 40px;display:flex}.product-information-section .tab-title a{width:100%;color:#fff;text-transform:uppercase;background:#494848;padding:10px;text-align:center;font-family:"Khand",sans-serif;margin:0 1px 0 0;font-size:24px}.tab-content{margin:30px 0 0}.tab-content h2{font-size:45px;text-transform:none}.tab-content h4{font-size:28px;text-transform:none;font-weight:normal}#tab-quick_quotes{margin-left:-30px;margin-right:-30px}.product_tag-used #tab-quick_quotes{margin:0 -30px}.product_tag-used #tab-quick_quotes .quick-quote-form{margin-bottom:0}.product-information-section .product-documents{width:25%;float:right;padding:0 20px}.documents-table{border:2px solid #eaeaea;margin:0 0 20px}.document-info{padding:10px 15px;border-bottom:1px solid #cacaca}.document-info h6{margin:0 0 10px;font-size:26px;line-height:32px;color:#363636;font-weight:400;text-transform:uppercase}.document-info a{color:#494848;text-decoration:underline;text-align:center;display:block;font-size:14px;line-height:20px;margin:0;text-transform:capitalize;font-family:"Source Sans Pro",sans-serif;letter-spacing:1px}.document-info a:hover{color:#b32317}.document-type{padding:18px 45px;display:flex;justify-content:center}.document-type span{overflow:hidden;text-align:center;float:left;color:#494848;font-size:10px;line-height:1.2;padding-left:45px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/pdf.jpg") 0 0 no-repeat}.document-type span.nitro-lazy{background:none !important}.document-type span em{display:block;font-style:normal;border-bottom:1px solid #a8a7a7;margin-bottom:2px}.warning-doc{color:#363636;font-size:13px;line-height:18px;font-family:"Source Sans Pro",sans-serif;padding-top:35px;background:url("https://www.canlift.ca/wp-content/themes/canlift_equipment/images/warraning.png") 50% 0 no-repeat}.warning-doc.nitro-lazy{background:none !important}.product-information-section .product-overview-details{margin:0 0 45px}.attribute-list{margin:20px 0 0;display:flex;flex-wrap:wrap}.attribute-list .item{border-left:none;border-bottom:1px solid #efefef;font-family:"Source Sans Pro",sans-serif;color:#1e1e1e;font-size:14px;line-height:22px;padding:7px 15px 7px 10px;break-inside:avoid;clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:50%;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/right.png") 5px 5px no-repeat}.attribute-list .item.nitro-lazy{background:none !important}.attribute-list .item:after{content:"";clear:both;display:block}.attribute-list dt{font-size:18px;line-height:22px;color:#1e1e1e;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:normal;float:left;padding-left:26px}.attribute-list dd{margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:10px}@media only screen and (min-width: 1000px){.attribute-list .item{width:50%}.attribute-list dd{padding-right:15%}}.attribute-list .brand{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/brand.png") 5px 5px no-repeat}.attribute-list .brand.nitro-lazy{background:none !important}.attribute-list .model{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/model.png") 5px 5px no-repeat}.attribute-list .model.nitro-lazy{background:none !important}.attribute-list .condition{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/condition.png") 5px 5px no-repeat}.attribute-list .condition.nitro-lazy{background:none !important}.attribute-list .type,.attribute-list .subtype{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/type.png") 5px 5px no-repeat}.attribute-list .type.nitro-lazy,.attribute-list .subtype.nitro-lazy{background:none !important}.attribute-list .year{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/year.png") 5px 5px no-repeat}.attribute-list .year.nitro-lazy{background:none !important}.attribute-list .power{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/power.png") 5px 5px no-repeat}.attribute-list .power.nitro-lazy{background:none !important}.attribute-list .hours{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/hours.png") 5px 5px no-repeat}.attribute-list .hours.nitro-lazy{background:none !important}.attribute-list .rought_terrain{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/rought_terrain.png") 5px 5px no-repeat}.attribute-list .rought_terrain.nitro-lazy{background:none !important}.attribute-list .articulating{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/articulating.png") 5px 5px no-repeat}.attribute-list .articulating.nitro-lazy{background:none !important}.attribute-list .operating_weight{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/operating_weight.png") 5px 5px no-repeat}.attribute-list .operating_weight.nitro-lazy{background:none !important}.attribute-list .lift_capacity{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/lift_capacity.png") 5px 5px no-repeat}.attribute-list .lift_capacity.nitro-lazy{background:none !important}.attribute-list .working_height{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/working_height.png") 5px 5px no-repeat}.attribute-list .working_height.nitro-lazy{background:none !important}.attribute-list .platform_height{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/platform_height.png") 5px 5px no-repeat}.attribute-list .platform_height.nitro-lazy{background:none !important}.attribute-list .horizontal_reach{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/horizontal_reach.png") 5px 5px no-repeat}.attribute-list .horizontal_reach.nitro-lazy{background:none !important}.attribute-list .below_ground_reach,.attribute-list .max_dig_depth{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/below_ground_reach.png") 5px 5px no-repeat}.attribute-list .below_ground_reach.nitro-lazy,.attribute-list .max_dig_depth.nitro-lazy{background:none !important}.attribute-list .dimension_width,.attribute-list .standard_bucket_width,.attribute-list .drum_width{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/ic_DimensionWidth.png") 5px 5px no-repeat}.attribute-list .dimension_width.nitro-lazy,.attribute-list .standard_bucket_width.nitro-lazy,.attribute-list .drum_width.nitro-lazy{background:none !important}.attribute-list .dimension_height{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/ic_DimensionHeight.png") 5px 5px no-repeat}.attribute-list .dimension_height.nitro-lazy{background:none !important}.attribute-list .dimension_length{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/ic_DimensionLength.png") 5px 5px no-repeat}.attribute-list .dimension_length.nitro-lazy{background:none !important}.attribute-list .product_4x4{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/ic_4WD.png") 5px 5px no-repeat}.attribute-list .product_4x4.nitro-lazy{background:none !important}.attribute-list .telescopic{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/ic_Telescopic.png") 5px 5px no-repeat}.attribute-list .telescopic.nitro-lazy{background:none !important}.attribute-list .towable{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/ic_Towable.png") 5px 5px no-repeat}.attribute-list .towable.nitro-lazy{background:none !important}.attribute-list .engine,.attribute-list .net_power__hp_{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/icon-engine.png") 5px 5px no-repeat;background-size:20px 20px}.attribute-list .engine.nitro-lazy,.attribute-list .net_power__hp_.nitro-lazy{background:none !important}.attribute-list .rated_load_capacity__ton_,.attribute-list .standard_bucket_capacity__yd__{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/icon-weight.png") 5px 5px no-repeat;background-size:20px 20px}.attribute-list .rated_load_capacity__ton_.nitro-lazy,.attribute-list .standard_bucket_capacity__yd__.nitro-lazy{background:none !important}.attribute-list .breakout_force__lbf_{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/icon-bucket2.png") 5px 5px no-repeat;background-size:20px 20px}.attribute-list .breakout_force__lbf_.nitro-lazy{background:none !important}.attribute-list .centrifugal_force__lbf_{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/icon-centrifugal.png") 5px 5px no-repeat;background-size:20px 20px}.attribute-list .centrifugal_force__lbf_.nitro-lazy{background:none !important}.attribute-list .tail_swing{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/icon-excavator.png") 5px 5px no-repeat;background-size:20px 20px}.attribute-list .tail_swing.nitro-lazy{background:none !important}.attribute-list .yes{font-size:0;width:10px;height:15px;border:2px solid #b32317;border-width:0 3px 3px 0;display:inline-block;vertical-align:text-top;transform:rotate(32deg)}.attribute-list .no{position:relative;width:15px;height:15px;font-size:0;display:inline-block;vertical-align:text-top}.attribute-list .no:before,.attribute-list .no:after{content:"";position:absolute;height:2px;width:15px;background:tomato;top:50%}.attribute-list .no:before{transform:rotate(45deg)}.attribute-list .no:after{transform:rotate(-45deg)}.used-product-shop .attribute-list{margin:0}.used-product-shop .lease-btn{margin:0 auto 10px}.get-info-box{font-weight:bold;font-family:"Source Sans Pro",sans-serif;padding:0}.get-info-box .button-round-solid{font-size:24px !important;line-height:1}.get-info-box .button-round:hover{color:#fff}.get-info-box p{font-weight:bold;font-size:14px}.get-info-box p a{color:#b32317;text-decoration:underline}.get-info-box p a:hover{text-decoration:none}.product-specification-table table td img{width:20px;height:20px;margin-right:10px;vertical-align:middle;margin-top:-2px}.product-specification-table table tr:last-child td{border-bottom:none}.error-message-info{text-align:center}.error-message-info img{margin-bottom:13px}.error-message-info p{color:#363636;font-size:13px;line-height:18px;font-family:"Source Sans Pro",sans-serif}.quick-quote-form{display:flex;background:#2c2d2f url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/quick-quote-bg.png") no-repeat center 55px;background-size:contain;padding:60px 0}.quick-quote-form.nitro-lazy{background:none !important}.quick-quote-container{max-width:675px;padding:0 10px;margin:0 auto;width:100%;color:#fff}.quick-quote-form .nf-form-title{text-align:center;display:block}.quick-quote-form .nf-form-title h3{font-weight:500;color:#fff;margin:0 0 10px}.sales-rent legend,.quick-quote-form legend,.quick-quote-form p{font-size:18px;line-height:27px;color:#fff;margin:0 auto 25px;text-align:center;text-transform:none}.quick-quote-form p a{color:#b32317}.tearms-and-condition{display:none}.quick-quote-form nf-field{width:100%}.quick-quote-form nf-field:nth-child(7){width:100%;text-align:center}.quick-quote-form .form-row .form-field .form-input{width:100%;margin:0 0 20px;background:#fff;height:47px}.quick-quote-form .form-row .form-field .form-input:focus{border-color:#b32317;outline:none}.quick-quote-form .form-field{display:block}.quick-quote-form .form-actions{text-align:center;margin-top:10px}.quick-quote-form .form-actions .button{text-align:center;padding:10px 26px 8px;font-size:20px;line-height:27px;font-family:"Khand",sans-serif;font-weight:500;background-color:#b32317;border:#b32317;color:#fff}.quick-quote-form input[type="button"]:hover{background-color:#fff;color:#2c2b2b}.brand-page-template .quick-quote-form{margin-bottom:0;background-size:50% auto;background-position:50% 50%}.brand-page-template .quick-quote-container{max-width:none}.brand-page-template  .privacy-policy-text br:first-child{display:none}.brand-page-template .quick-quote-form .nf-form-title h3{display:none}.brand-page-template .quick-quote-form p,.brand-page-template .quick-quote-form p a{color:#fff}.brand-page-template .quick-quote-form legend{text-transform:uppercase;color:#fff;font-size:23px;font-family:"Khand",sans-serif;margin:0 auto 25px}.brand-page-template  .quick-quote-form .tearms-and-condition{font-size:14px;display:block}.quick-contact{padding:0}.quick-contact-info{text-align:center}.quick-contact-info a:hover{text-decoration:underline}.gaurantee-seal-image{text-align:center;margin:0 0 25px;width:100px;height:100px;display:inline-block;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/gaurantee.png") 0 0 no-repeat}.gaurantee-seal-image.nitro-lazy{background:none !important}.quick-contact-number{text-align:center}.quick-contact-number h3{margin:0;font-size:24px;line-height:30px;color:#b32317;letter-spacing:.75px;font-weight:500}.quick-contact-number h3 a{color:#b32317}.quick-contact-number h3 a:hover{color:#fff}.privacy-policy-text{text-align:center}.quick-quote-form .privacy-policy-text p{font-size:14px;line-height:30px;color:#fff;letter-spacing:.75px}.quick-quote-form .privacy-policy-text p a{color:#fff;text-decoration:underline}.quick-quote-form .privacy-policy-text p a:hover{color:#b32317}.lease-price-list{margin:0 0 15px;list-style:none;padding:0;display:flex}.lease-price-list  li{flex:1;padding:12px 0px;margin:0 3px;text-align:center;color:#a0a0a0;font-size:18px;line-height:15px;font-family:"Khand",sans-serif;font-weight:500}.lease-used-quote{display:block;margin:0 0 30px;float:right}.lease-used-quote .option-list span{font-size:14px;line-height:30px;color:#000;font-family:"Khand",sans-serif;text-transform:uppercase;border:2px solid #e0e0e0;padding:4px 10px;display:block;width:270px;text-align:center}.lease-used-quote .option-list a{font-size:14px;line-height:14px;color:#919191;font-family:"Khand",sans-serif;text-transform:uppercase;display:block;width:270px;text-align:center;font-weight:700;padding:5px 0}.lease-used-quote .option-list a:hover{color:#b32317}.lease-used-quote .option-list{float:left}.lease-used-quote .quote-btn{float:right}.lease-used-quote .single-prod-quote{background-color:#b32317;color:#fff;border-color:#b32317}.lease-used-quote .single-prod-quote:hover{background-color:#2c2d2f;border-color:#2c2d2f}.brand-image-section{display:flex;align-items:center}.entry-summary .brand-image{width:50%;text-align:center}.entry-summary .brand-details{width:50%;text-align:center}.entry-summary .brand-details p{color:#494848;font-size:11px;line-height:18px;margin:0}.entry-summary .brand-details p a{color:#494848;text-decoration:underline}.entry-summary .brand-details p a:hover{color:#b32317}.product-gray-box{padding:24px 50px;background:#ececec;margin:0 0 40px}.used-lease-form h2{font-size:24px;line-height:30px;font-weight:500;font-family:"Khand",sans-serif;margin:0 0 15px;text-align:center;text-transform:uppercase}.used-lift-section{background:#ececec;overflow:hidden;margin:55px -30px 0;display:block;padding:30px 30px 25px;clear:both}.used-lift-section .equipment-inventory{margin:0 0 20px}.used-lift-section .product-grid{padding:0 13%}.used-lift-section .product-grid .product-item{background:#fff;padding:25px 0 30px;margin:0 10px}.used-lift-heading{text-align:center}.used-lift-heading h3{font-weight:500;margin:0 0 13px;color:#171818}.used-lift-heading p{font-size:18px;color:#3d3d3d}.product-used-tabs{margin:0 0 30px}.product-used-tabs ul{list-style:none;margin:0;padding:0;display:flex;background:#eaeaea}.product-used-tabs ul li{width:33.33%;text-align:center;margin:0;padding:0 1px}.product-used-tabs ul li a{display:block;background:#494848;text-transform:uppercase;color:#fff;font-size:24px;line-height:32px;font-family:"Khand",sans-serif;font-weight:500;padding:5px 10px 3px}.product-used-tabs ul li a:hover{background:#b32317}#specifications .product-specification-table table td:nth-child(3){font-size:18px;line-height:22px;color:#1e1e1e;font-family:"Khand",sans-serif;text-transform:uppercase}.about-content-info{display:flex}.about-info{width:50%;background:#b32317}.about-info h2{order:2;padding:48px 60px}.about-info h2{font-size:27px;font-style:italic;line-height:30px;color:#fff;font-family:"Source Sans Pro",sans-serif;font-weight:400;text-transform:none;letter-spacing:.25px;margin:0}.about-info-image{order:1;background-repeat:no-repeat;background-size:cover;height:617px;overflow:hidden}.about-info-image img{width:100%}.about-quote{width:50%;padding:58px 73px}.about-quote h3{font-size:20px;line-height:22px;margin:0 0 15px;font-weight:500;color:#171818;font-family:"Khand",sans-serif;letter-spacing:2px}.about-quote h1{font-size:55px;line-height:57px;color:#171818;font-weight:500;font-family:"Khand",sans-serif;margin:0 0 15px}.about-quote p{color:#3d3d3d;font-size:18px;font-weight:400;line-height:27px}.about-quote h2{font-size:24px}.address-contact{margin:50px 0 0}.address-contact .address-field address{font-size:21px;line-height:33px;font-style:normal;font-family:"Khand",sans-serif;font-weight:500;letter-spacing:.65px;text-transform:uppercase}.address-contact .contact-info ul{list-style:none;margin:0 0 15px;padding:0}.address-contact .contact-info ul li,.address-contact .contact-info ul li a{font-size:21px;line-height:33px;font-style:normal;font-family:"Khand",sans-serif;letter-spacing:.65px;font-weight:500}.address-contact .contact-info ul li a:hover{color:#b32317}.management-team{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px 0}.management-team-content{max-width:1200px;margin:0 auto;width:100%;overflow:hidden}.management-team-header{text-align:center}.management-team-header h2{font-size:45px;line-height:47px;color:#b32317;margin:0 0 35px;font-weight:500;text-transform:uppercase}.management-team-list ul.team-list{margin:0;padding:0;list-style:none;text-align:center}.management-team-list ul.team-list li{margin-bottom:20px;text-align:left}.management-team-list ul.team-list li:after{content:"";clear:both;display:block}.management-team-list ul.team-list li.other-team{margin-bottom:20px}.management-team-list ul.team-list li.other-team .team-image{float:none;margin:20px auto -73px;width:100%;max-width:265px}.management-team-list ul.team-list li .team-image{margin-bottom:15px;width:200px}.management-team-list ul.team-list li.other-team .team-details{text-align:center}.management-team-list ul.team-list .team-image img{width:100%}.management-team-list ul.team-list li.other-team .team-details h2{font-size:20px;color:#ad0b00}.management-team-list ul.team-list li .team-details h2{font-size:30px;line-height:1.2;color:#000;font-weight:600;margin:5px 0}.management-team-list ul.team-list li .team-details h4{font-size:18px;line-height:1.2;color:#2f2f2f;font-weight:500;text-transform:uppercase;font-family:"Khand",sans-serif;margin:0 0 20px}.our-goal-section{display:flex}.our-goal-content{width:50%;background:#494a4d;padding:105px 85px}.our-goal-content h3{font-size:55px;line-height:55px;color:#fff;font-weight:500;margin:0 0 35px;letter-spacing:.5px;text-transform:uppercase}.our-goal-content P{font-size:18px;line-height:24px;color:#fff;font-weight:400;font-family:"Source Sans Pro",sans-serif}.our-goal-image{width:50%;background-repeat:no-repeat;background-size:cover;height:617px;overflow:hidden}.our-goal-image img{width:100%}.services-content-info{display:flex}.services-content{overflow:hidden}.services-info{width:50%;background:#000}.services-info-text{order:2;padding:48px 60px;text-align:center}.services-info-text h2{font-size:39px;line-height:30px;color:#fff;font-family:"Khand",sans-serif;font-weight:500;text-transform:none;letter-spacing:.25px;margin:0 0 20px}.services-info-text p{font-size:18px;line-height:28px;color:#c0c0c0;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin:0}.services-info-image{order:1;height:570px;overflow:hidden}.services-info-image img{width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat}.services-category-info{display:-webkit-box;display:-ms-flexbox;display:flex}.services-category-image{width:50%;background-repeat:no-repeat;background-position:center center;background-size:cover;height:845px}.services-category-image img{width:100%}.services-category-list{display:block;width:50%;padding:45px 60px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.services-category-list ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.services-category-list ul:not(.two-column):not(.cities-list){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services-category-list .two-column{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto}.services-category-list li{width:100%;padding:25px 80px;border-top:1px solid #e9e9e9}.services-category-list ul:not(.two-column):not(.cities-list) li:first-child{border-top:none}.services-category-list .two-column li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:50%;min-width:148px;padding:15px}.services-intro .button-round{padding-left:30px;padding-right:30px}.services-category-list li a{font-size:35px;line-height:37px;color:#b32317;text-transform:uppercase;font-family:"Khand",sans-serif;font-weight:500}.services-category-list .two-column a{font-size:30px;line-height:1.2}.services-category-list li a:hover{color:#2c2b2b}.services-intro .brand-link img{width:25%;height:auto;vertical-align:top}.services-intro__left.big-padding,.common-services__content.big-padding,.service-level.big-padding{padding:3.802vw}.services-category-list ul li .category-item a:hover{color:#fff}.services-content .equipment-inventory{margin-bottom:0}.quick-contact{background:#b32317}.quick-contact h1{color:#fff;font-family:"Khand",sans-serif;font-weight:500;font-size:37px;line-height:36px;letter-spacing:-.5px}.quick-contact-details p{color:#fff;font-size:19px;line-height:1.4;letter-spacing:.25px}.quick-contact-innner{display:flex;align-items:center}.quick-contact-details{width:50%;padding:60px 45px 60px 0}.contact-info-box{width:50%;padding:0 50px}.contact-info-box .address-contact{margin-top:20px}.contact-info-box .address-contact .address-field address{font-weight:500}.contact-info-box .address-contact .contact-info ul li,.contact-info-box .address-contact .contact-info ul li a{font-weight:500}.contact-info-box .address-contact .contact-info ul li a:hover{color:#fff}.contact-map-details{display:flex;overflow:hidden}.contact-image{width:50%;background-repeat:no-repeat;height:678px;background-size:cover}.contact-image img{width:100%}.map-detail{width:50%}.map-detail img{width:100%}.contact-page-content .quick-quote-form{margin-bottom:0}.contact-us-section .nf-form-title,.contact-us-5 .nf-form-title{display:none}.contact-us-section .nf-field-container,.contact-us-5 .nf-field-container{margin-bottom:25px}.wp-block-separator + h3{font-size:28px;font-weight:500;color:#b32317;margin:0 0 10px}.woocommerce-cart .woocommerce{max-width:1090px;margin:0 auto;padding:0}.woocommerce-cart .woocommerce-message{border-left:13px solid #b32317;background:#ffe7c3;padding:16px 25px;margin:0 0 20px}.woocommerce-cart h1{font-size:45px;color:#b32317;line-height:47px;font-family:"Khand",sans-serif;font-weight:500;max-width:1090px;margin:60px auto 25px}.cart-content-table-section{margin:0 0 40px}.cart-content-table .cart-table{width:100%;border:none;margin:0}.cart-content-table .cart-table th,.cart-content-table .cart-table td{border:none}.cart-content-table .cart-table thead{background:#eae8e8}.cart-content-table .cart-table th{font-size:14px;line-height:22px;color:#363636;font-weight:400;text-transform:capitalize;font-family:"Source Sans Pro",sans-serif;padding:24px 10px}.cart-content-table .cart-table tbody tr:nth-child(odd){background:#f9f8f8}.cart-content-table .cart-table tbody tr:nth-child(even){background:#f1f1f1}.cart-content-table .cart-table tbody tr{display:table-row;padding:0}.cart-content-table .cart-table tbody tr .cart-item-block{display:table-cell}.cart-content-table .cart-table tbody tr .cart-item-block.cart-item-remove{padding:0 30px}.cart-content-table .cart-table tbody tr .cart-item-block.cart-item-figure{max-width:150px}.remove-cart{display:block;text-indent:-9999px;overflow:hidden;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/remove-icon-2x.png") no-repeat center center;width:27px;height:27px;background-size:cover;border-radius:50%}.remove-cart.nitro-lazy{background:none !important}.remove-cart:hover{box-shadow:0 0 5px #b32317}.cart-product-name a{font-size:30px;line-height:54px;color:#363636;font-weight:500;font-family:"Khand",sans-serif;letter-spacing:.25px}.cart-product-price,.cart-total-price{font-size:22px;line-height:36px;color:#363636;font-weight:500;font-family:"Khand",sans-serif;letter-spacing:.5px}.quantity-update input[type="text"],.quantity-update input[type="number"]{background:#fff;border-radius:0;border:none;width:60px;height:39px;overflow:hidden;font-size:22px;line-height:36px;font-weight:500;font-family:"Khand",sans-serif;letter-spacing:.5px;color:#363636;text-align:center}.quantity-update input[type="number"]::-webkit-inner-spin-button,.quantity-update input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-update-and-coupon{display:flex;justify-content:space-between;margin:0 0 95px;align-items:center}.coupon-code-field{background:#eee;padding:3px;border-radius:30px}.coupon-code-field input[type="text"]{padding:0px 20px;line-height:34px;height:36px}.coupon-code-field button{flex-shrink:0}.cart-total-section{float:right;width:530px}.cart-total-section .cart-total{margin:0 0 30px}.cart-total-section .cart-total h2{font-size:30px;line-height:54px;color:#363636;font-weight:500;font-family:"Khand",sans-serif;margin:0}.cart-total-list{list-style:none;margin:0;padding:0}.cart-total-section .checkout-button{border:none}.woocommerce-cart .cart-total .shop_table{border-radius:0;border:0}.woocommerce-cart .woocommerce-shipping-totals{display:none}.woocommerce-cart  .cart-total tr td,.cart-total th{border:0 !important}.cart-total .cart-total-label{width:60%;padding:10px 20px;background:#eae8e8;font-size:14px;line-height:1;color:#363636;font-family:"Source Sans Pro",sans-serif;font-weight:normal}.cart-total .cart-total-value{overflow:hidden;width:40%;padding:10px 20px;background:#f9f8f8;font-size:22px;line-height:36px;font-weight:500;font-family:"Khand",sans-serif}.cart-total .cart-total-value strong{font-weight:normal}.cart-total #shipping_method{margin:0}.woocommerce-mini-cart-wrap h3{font-size:31px;color:#b32317;letter-spacing:1px;font-weight:500}.woocommerce-mini-cart{list-style:none;padding:0;margin:15px 0 0}.woocommerce-mini-cart:after{content:"";clear:both;display:block}.woocommerce-mini-cart li{clear:both;position:relative;padding:16px 0;border-top:1px solid #ccc}.woocommerce-mini-cart .product-thumb{position:absolute;top:16px;right:0;max-width:70px}.woocommerce-mini-cart .product-info{overflow:hidden;padding:0 80px 0 47px}.woocommerce-mini-cart .remove-cart{position:absolute;left:0;top:16px}.woocommerce-mini-cart .product-name{text-transform:uppercase;line-height:1.1;margin:0 0 10px}.woocommerce-mini-cart .quantity{color:#b0b0b0;font-size:13px;font-family:"Source Sans Pro",sans-serif}.woocommerce-mini-cart__total{border-top:1px solid #ccc;clear:both;padding:18px 0;text-align:center;font-size:22px;margin:0;font-family:"Khand",sans-serif}.woocommerce-mini-cart__total strong{display:none}.woocommerce-mini-cart__buttons{border-top:1px solid #ccc;clear:both;padding:18px 0;margin:0}.woocommerce-mini-cart__buttons a{display:block;padding:10px 30px;margin:0 0 10px;text-align:center}.woocommerce-mini-cart__buttons .checkout{background:#000;color:#fff}.woocommerce-mini-cart__empty-message{border:1px solid #ccc;border-width:1px 0;font-size:22px;text-transform:uppercase;padding:20px 0;text-align:center;font-family:"Khand",sans-serif}.woocommerce-checkout:not(.woocommerce-order-received) .site-main{max-width:1090px;margin:0 auto}.woocommerce-NoticeGroup .woocommerce-error li{padding:0 20px;margin:0 0 1px;border-bottom:1px solid #fff}.woocommerce-NoticeGroup .woocommerce-error{padding:0 30px}.woocommerce-checkout h1{font-size:45px;line-height:47px;color:#b32317;font-weight:500;font-family:"Khand",sans-serif;margin:0 0 15px}.woocommerce-checkout .yoast_breadcrumb{display:none}.woocommerce-checkout-review-order-table{table-layout:fixed}.woocommerce-checkout-review-order-table tr td:first-child{min-width:50%}.woocommerce-checkout-review-order-table .woocommerce-shipping-methods{font-size:14px;line-height:1.5}.checkout-content{margin:55px 0 0}.info-message{border-left:13px solid #b32317;background:#ffe7c3;padding:16px 25px}.info-message p{margin:0;font-size:15px;color:#2c2d2f}.info-message p a{color:#2c2d2f}.info-message p a:hover{color:#b32317}.woocommerce-form-coupon{position:relative;display:inline-block;width:auto;margin:20px 0 0}.woocommerce-form-coupon p{margin:0}.woocommerce-form-coupon .input-text{width:100%}.woocommerce-form-coupon .button{position:absolute;bottom:7px;right:5px}.billing-information{width:50%;float:left;padding:0 30px}.billing-information label{display:none}.woocommerce-billing-fields h3{font-size:30px;line-height:54px;color:#363636;letter-spacing:.25px;font-weight:500;margin:0 0 35px}.checkout.woocommerce-checkout{padding:30px 0 0;margin:0 -30px;overflow:hidden}.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{margin:0 -20px;overflow:hidden}.billing-information .form-row{width:50%;float:left;padding:0 20px;margin:0 0 25px}#order_comments_field{padding:0}#order_comments_field textarea{resize:none}.billing-information .form-row-wide,#order_comments_field{width:100%;float:none}.billing-information input,#order_comments_field textarea{width:100%}.billing-information .form-row .select2-container{margin:0 0 25px}.form-row .select2-selection{border:1px solid #d5d5d5;text-align:left;width:100%;padding:14px 20px;font-size:15px;line-height:17px;border-radius:30px;color:#2c2d2f;height:auto}.select2-dropdown{border-color:#d5d5d5;border-radius:0}.select2-search--dropdown .select2-search__field{border-color:#d5d5d5;background:transparent;border-radius:0}.select2-container--default .select2-selection--single .select2-selection__arrow{font-size:0;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/arrow-down-icon.png") no-repeat 50% 50%;height:58px;width:58px}.select2-container--default .select2-selection--single .select2-selection__arrow.nitro-lazy{background:none !important}.select2-selection--single .select2-selection__arrow b{display:none}#ship-to-different-address{padding:10px 0 30px;position:relative}#ship-to-different-address input[type='checkbox']{position:absolute}#ship-to-different-address input + label{position:relative;cursor:pointer;padding:0 45px;font-size:16px;line-height:26px;color:#201d1e;font-weight:400;font-family:"Source Sans Pro",sans-serif;display:block}#ship-to-different-address input + label:after{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:25px;height:25px;border-style:solid;border-width:2px;border-color:#cbcaca;background-color:#f9f8f8;position:absolute;left:0}#ship-to-different-address input:checked + label:before{content:"";position:absolute;left:7px;top:8px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/black-check.png") no-repeat center center;width:12px;height:9px;z-index:9}.create-account-checkbox{padding:0;position:relative;display:inline-block}.create-account-checkbox .selection-checkbox{position:absolute;opacity:0;left:0}.create-account-checkbox .selection-checkbox + label{position:relative;cursor:pointer;padding:0 45px;font-size:16px;line-height:26px;color:#201d1e;font-weight:400;font-family:"Source Sans Pro",sans-serif;display:block}.create-account-checkbox .selection-checkbox:checked + label::after{background:#fff}.create-account-checkbox .selection-checkbox + label::after{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:25px;height:25px;border-style:solid;border-width:2px;border-color:#cbcaca;background-color:#f9f8f8;position:absolute;left:0}.create-account-checkbox .selection-checkbox:checked + label::before{content:"";position:absolute;left:7px;top:8px;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/black-check.png") no-repeat center center;width:12px;height:9px;z-index:9}.additional-information  h3{font-size:30px;line-height:54px;color:#363636;letter-spacing:.25px;font-weight:500;margin:0 0 5px}.additional-form .form-row{margin:0 -20px}.additional-form .form-field{padding:0 20px;width:100%}.additional-form input,.additional-form text{width:100%}.your-order-section{float:right;width:50%;padding:0 30px}.your-order-section h3{font-size:30px;line-height:54px;color:#363636;letter-spacing:.25px;font-weight:500;margin:0}.your-order-content table{width:100%;border:none;margin:0 0 20px;border-collapse:collapse}.your-order-content table tr th,.your-order-content table tr td{border:0;padding:15px 20px;font-family:"Source Sans Pro",sans-serif;letter-spacing:.25px;font-weight:400}.your-order-content table tbody,.your-order-content table tfoot{background:#f9f8f8}.your-order-content table tr td:last-child{font-weight:500;font-family:"Khand",sans-serif;font-size:22px;line-height:36px}.your-order-content table tr.cart-subtotal th:first-child,.your-order-content table tr.order-total th:first-child{background:#eae8e8}.check-payments label{cursor:pointer;font-size:14px;line-height:1.3;font-family:"Source Sans Pro",sans-serif;color:#363636;padding:2px 0 2px 35px;position:relative;display:block;margin:0 0 15px}.check-payments input{opacity:0;position:absolute;margin-left:-20px}.check-payments input + label:after{width:25px;height:25px;line-height:1;border:1px solid #cbcaca;background-color:#fff;border-radius:50%;margin-top:-2px;display:inline-block;vertical-align:middle;margin-right:4px;position:absolute;top:0;left:0;content:""}.check-payments input + label:before{position:absolute;left:10px;top:10px;width:0px;height:0px;background-color:transparent;-webkit-transition:all .2s;transition:all .2s}.check-payments input:checked + label:after{border-color:#cbcaca}.check-payments input:checked + label:before{left:5px;top:3px;width:15px;height:15px;background-color:#b32317;content:"";display:block;position:absolute;z-index:2;border-radius:50%}.check-payments input[disabled] + label{cursor:not-allowed}.check-payments input[disabled] + label:before{border-color:#ccc;background:#dee5e7}.check-payments input[disabled] + label:after{background:#ccc}.woocommerce-privacy-policy-text{font-size:18px;line-height:24px;color:#3d3d3d;margin:0 0 30px}.check-payments{margin:0 0 15px}.check-payments ul{list-style:none;padding:0;margin:0}.check-payments ul li{margin-bottom:20px}.order-action .black-button{border-radius:30px;text-transform:uppercase;width:100%}.news-section{}.news-header{margin:0 0 25px}.news-header h1{font-size:48px;font-weight:500;letter-spacing:.5px;font-family:"Khand",sans-serif;color:#b32317;margin:55px 0 0}.news-content{}.news-list-box{width:80%;padding-right:35px;float:left}.news-list-inner{display:flex;flex-wrap:wrap;margin:0 -16px 70px;overflow:hidden}.news-list-item{width:50%;padding:0 16px}.news-list-item .news-date{font-family:"Khand",sans-serif;font-size:18px;line-height:23px;text-transform:uppercase;color:#222;margin:0 0 10px;letter-spacing:.25px}.news-list-item .news-image-box{height:0;overflow:hidden;padding:52.603% 0 0;position:relative}.news-list-item .news-image-box img{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.news-list-item .news-detail-body{margin-bottom:30px}.news-list-item .news-image-box +  .news-detail-body{margin-top:-110px;padding:30px;margin-bottom:0}.news-list-item .news-detail-inner{padding:20px 25px;background:#f4f4f4;position:relative;z-index:99;width:100%;min-height:300px}.news-list-item .news-detail-inner h3,.news-list-item .news-detail-inner h3 a{color:#2c2b2b;font-size:33px;line-height:35px;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:500;margin:0 0 5px}.news-list-item .news-detail-inner h3 a:hover{color:#b32317}.news-list-item .news-detail-inner p{font-size:15px;line-height:24px;letter-spacing:.25px;color:#222}.news-list-item .news-detail-inner .read-more{position:absolute;right:0;bottom:0;left:auto;display:flex;align-items:center;font-size:18px;line-height:23px;color:#222;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:500}.news-list-item .news-detail-inner .read-more:hover{color:#b32317}.news-list-item .news-detail-inner .read-more:hover::after{background:#b32317 url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/read-more-icon.png") no-repeat center center}.news-list-item .news-detail-inner .read-more::after{content:"";background:#2c2b2b url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/read-more-icon.png") no-repeat center center;width:67px;height:67px;overflow:hidden;margin-left:15px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.news-list-box .pagination{width:100%;display:block}.news-list-box .pagination .pagination-list{font-size:0;margin-bottom:1.5rem;text-align:center;display:block}.news-list-box .pagination .pagination-item{display:inline-block;float:none}.news-list-box .pagination .pagination-list .pagination-item a{background:#ededec}.news-list-box .pagination .pagination-list .pagination-item.pagination-item--current a,.news-list-box .pagination .pagination-list .pagination-item a:hover{background:#000}.news-list-box .pagination .pagination-item--prev{float:left;width:160px}.news-list-box .pagination .pagination-item--next{float:right;width:160px}.news-sidebar{width:20%;float:right;overflow:hidden}.news-sidebar h5{font-size:25px;line-height:32px;color:#000;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:500;margin:0 0 10px}.right-sidebar{}.right-sidebar + .right-sidebar{margin-top:22px;padding-top:22px}.right-sidebar.share-box{text-transform:uppercase;color:#2c2b2b;font:400 17px/1 "Khand",sans-serif}.right-sidebar.share-box .addtoany_shortcode{display:block;position:static;margin:7px -4px 0}.sidebar-list{list-style:none;margin:0;padding:0}.sidebar-list li{border-top:1px solid #e5e5e5}.sidebar-list li:first-child{border-top:none}.sidebar-list li a{font-size:17px;line-height:30px;letter-spacing:.25px;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:500;color:#000;padding:5px 0 3px;display:block}.sidebar-list li a:hover{color:#b32317}.side-search-box form{position:relative;height:53px;display:block}.side-search-box input[type="text"],.side-search-box input[type="search"]{float:left;width:80%;background:#fff;border:2px solid #eaeaea;border-radius:0;padding:12px 65px 11px 10px}.side-search-box input[type="submit"]{position:absolute;right:0;height:49px}.tag .site-main,.category .site-main{display:flex;flex-wrap:wrap}.tag .page-header,.category .page-header{width:100%}.tag article,.category article{width:50%;padding:0 16px}.tag .post-thumbnail,.category .post-thumbnail{height:0;overflow:hidden;padding:52.603% 0 0;position:relative;display:block}.tag .post-thumbnail img,.category .post-thumbnail img{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tag .news-detail-body{padding:20px 25px;background:#f4f4f4;position:relative;z-index:99;min-height:300px}.tag  .post-thumbnail + .news-detail-body,.category .post-thumbnail + .news-detail-body{margin:-110px 30px 30px}.tag  .news-detail-body h3,.category  .news-detail-body h3{color:#2c2b2b;font-size:33px;line-height:35px;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:500;margin:0 0 5px}.tag  .news-detail-body h3 a,.category  .news-detail-body h3 a{color:#2c2b2b;font-size:33px;line-height:35px;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:500;margin:0 0 5px}.tag .news-detail-body .read-more,.category .news-detail-body .read-more{position:absolute;right:0;bottom:0;left:auto;display:flex;align-items:center;font-size:18px;line-height:23px;color:#222;font-family:"Khand",sans-serif;text-transform:uppercase;font-weight:500}.tag .news-detail-body .read-more:after,.category .news-detail-body .read-more:after{content:"";background:#2c2b2b url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/read-more-icon.png") no-repeat center center;width:67px;height:67px;overflow:hidden;margin-left:15px}.tag .posted-on,.category .posted-on{font-family:"Khand",sans-serif;font-size:18px;line-height:23px;text-transform:uppercase;color:#222;margin:0 0 10px;letter-spacing:.25px;display:block}.tag .description,.category .description{margin-bottom:50px}.service-form{position:relative;z-index:1;overflow:hidden}.service-form:before{content:"";position:absolute;top:0;left:50%;width:100vw;height:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#f8f8f8;z-index:-1}.service-form #ninja_forms_required_items,.service-form .nf-field-container{margin-bottom:15px}.service-form .ninja-forms-form-wrap p{margin-bottom:0}.service-form .recaptcha-wrap .nf-field-element{text-align:left}.service-form .nf-after-field .nf-error-msg{margin-left:106px;text-align:left}.service-form .ninja-forms-form-wrap .nf-field-element > div{width:auto !important}.service-form .inventory-form__main-heading{font-size:40px;color:#b32317}.service-form .nf-multi-cell .nf-cell{padding:0 20px}.service-form .center-max{padding:20px 0;background-color:#fff}.single-post .share-section{position:static;float:right;transform:translateY(-100%);margin:0 30px 0 0}.new-page-content{padding:80px 0}.new-page-content .news-list-box{padding:0 35px 30px 60px}.news-date{font-family:"Khand",sans-serif;font-size:18px;line-height:23px;text-transform:uppercase;color:#222;margin:0 0 10px;letter-spacing:.25px}.new-page-details h1{font-size:48px;font-weight:500;letter-spacing:.5px;font-family:"Khand",sans-serif;color:#b32317;margin:0 0 20px}.new-page-details h2{font-size:24px;line-height:24px;font-weight:500;letter-spacing:.5px;font-family:"Khand",sans-serif;color:#b32317;margin:0 0 20px;padding:0 0 0 10px;text-transform:none}.new-page-details img{margin:0 auto 50px auto}.new-page-details p{font-size:16px;line-height:23px;color:#222;font-family:"Source Sans Pro",sans-serif;padding:0 0 0 10px}.new-page-details .news-date{font-family:"Khand",sans-serif;font-weight:500;font-size:18px}.new-page-content .pagination .pagination-item--prev{float:left;width:260px}.new-page-content .pagination .pagination-item--next{float:right;width:260px}.new-page-content .pagination .pagination-item--prev a,.new-page-content .pagination .pagination-item--next a{border:none;font-size:18px;line-height:18px;color:#a1a1a1;text-transform:uppercase}.new-page-content .news-sidebar{margin-top:0}.product-main-image .slick-track{display:flex}.product-main-image .slick-track:before,.product-main-image .slick-track:after{display:none}.search-results .site-main{display:flex;flex-wrap:wrap}.search-results .page-header{width:100%}.search-results article{width:24.5%;padding:15px;margin:0 0 30px;text-align:center}.search-results article h4{font-size:30px;line-height:1.2;color:#363636;font-weight:normal;margin:15px 0}.search-results article h4 a{color:#363636}.search-results article .post-thumbnail{display:block;max-height:200px;margin:0 10px 10px 0;overflow:hidden}.search-results article .post-thumbnail img{max-width:100%;max-height:200px;display:block;width:auto !important;height:auto !important;margin:0 auto}.search-results .posts-navigation{width:100%}.woocommerce-account .page{margin:20px 0 0}.woocommerce-account h2,.woocommerce-account h3{font-size:31px;color:#b32317;font-weight:500}.woocommerce-account mark{background:transparent;color:#b32317;font-weight:bold}.woocommerce-MyAccount-content p{font-size:18px}.woocommerce-MyAccount-content a{font-weight:bold}.woocommerce-account h1{font-weight:500;letter-spacing:2px;font-size:48px}.woocommerce-account .woocommerce{display:flex}.woocommerce-MyAccount-navigation{padding-left:0;text-transform:uppercase;font-family:"Khand",sans-serif}.woocommerce-MyAccount-navigation .toggle-account-nav{display:none;font-size:22px;font-family:"Khand",sans-serif;border:1px solid #ccc;position:relative;padding:10px 30px 10px 10px;margin-bottom:10px}.toggle-account-nav:before{content:"";width:15px;height:15px;border:1px solid #ccc;transform:rotate(45deg);border-width:0 2px 2px 0;display:block;position:absolute;top:50%;right:10px;margin:-12px 0 0}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;border-bottom:1px solid #ccc}.woocommerce-MyAccount-navigation li{border-top:1px solid #ccc;font-size:18px;position:relative}.woocommerce-MyAccount-navigation li:before{content:"";position:absolute;top:0;bottom:0;right:0;width:50px;background-repeat:no-repeat;background-position:50% 50%;opacity:.4;transition:all ease .3s;z-index:-1}.woocommerce-MyAccount-navigation li.is-active:before,.woocommerce-MyAccount-navigation li:hover:before{opacity:1}.woocommerce-MyAccount-navigation a{padding:21px 50px 24px 0;display:block;color:#363636;transition:all ease .3s}.woocommerce-MyAccount-navigation li:hover a{color:#000}.woocommerce-MyAccount-navigation-link--dashboard:before{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/dashboard.png")}.woocommerce-MyAccount-navigation-link--orders:before{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/cart-orange.png")}.woocommerce-MyAccount-navigation-link--downloads:before{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/downloads.png")}.woocommerce-MyAccount-navigation-link--edit-address:before{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/home.png")}.woocommerce-MyAccount-navigation-link--edit-account:before{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/user.png")}.woocommerce-MyAccount-navigation-link--customer-logout:before{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/log-out.png")}.woocommerce-orders-table{border:0;background:#eae8e8;border-collapse:collapse;font-family:"Source Sans Pro",sans-serif}.woocommerce-orders-table th{background:#f9f8f8}.woocommerce-orders-table td,.woocommerce-orders-table th{border:0}.woocommerce-orders-table__cell-order-total{font-size:0}.woocommerce-orders-table__cell-order-total .amount{font-size:21px;font-family:"Khand",sans-serif;font-weight:500}.woocommerce-orders-table__cell-order-actions a{border-radius:0;color:#fff;font-weight:normal;padding:5px 10px 3px;white-space:nowrap}.woocommerce-orders-table__cell-order-actions a:after{content:"";background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/view.png");background-position:95% 50%;background-repeat:no-repeat;width:12px;height:7px;margin:0 0 0 10px;display:inline-block;vertical-align:middle}.woocommerce-table--order-details{background:#f9f8f8;border:0;border-collapse:collapse}.woocommerce-table--order-details th,.woocommerce-table--order-details td{border:0;font-weight:normal}.woocommerce-table--order-details thead th,.woocommerce-table--order-details thead td{font-weight:bold}.woocommerce-table--order-details .woocommerce-table__line-item{background:#eae8e8}.woocommerce-table--order-details tbody td:last-child,.woocommerce-table--order-details tfoot td:last-child{font-size:21px;font-family:"Khand",sans-serif;font-weight:500}.woocommerce-table__product-name a{text-transform:uppercase}.woocommerce-EditAccountForm .input-text,.woocommerce-address-fields__field-wrapper .input-text{width:100%}.test-intro .row{background:#b32317;display:flex}.test-intro-title{background:#000;padding:45px 50px 45px 34px}.test-intro-title h1{color:#fff;font-size:36px;line-height:38px;letter-spacing:2px;font-weight:500;margin:0}.test-intro-desc{display:flex;padding:20px 67px;align-items:center}.test-intro-desc p{font-size:18px;color:#fff;margin:0;line-height:1.5}.icon-star{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/star.png") 0 0 no-repeat;display:inline-block;width:23px;height:24px}.icon-star.nitro-lazy{background:none !important}.icon-star-empty{filter:grayscale(100%)}.test-desc{padding:30px 0 0}.test-block{margin:10px 0}.test-block .description{font-size:21px;font-family:"Source Sans Pro",sans-serif;line-height:1.4;margin:22px 0 15px}.test-block .author{text-transform:uppercase;font-size:14px}.test-block .author:before{content:"- "}.testimonial_link{text-align:center}.testimonial_link h2{text-transform:uppercase}.testimonial_link a{font-size:30px;line-height:1;font-family:"Khand",sans-serif;font-weight:500;text-transform:uppercase;transition:all ease .3s}.testimonial_link a:hover{text-decoration:none}.pages-block{background:#ededec;border:5px solid #dededb;padding:50px 20px}.pages-block ul{list-style:none;padding:0;text-transform:uppercase;font-size:16px}.pages-block a{color:#000;padding:5px 0;display:block}.inventory-intro{}.inventory-sec__txt{color:#fff;font-size:18px;font-weight:400;line-height:27px}.inventory-sec__txt a{text-decoration:underline}.no-results .search-form label{display:inline-block}.woocommerce-error{list-style:none;background:tomato;color:#fff;margin:0 -30px;padding:10px 30px}.woocommerce-error .button{float:right;margin:0 0 0 10px}.woocommerce-error:after{content:"";display:block;clear:both}.by-brand--carry{text-align:center;padding:42px 44px 0;color:#646464;font-size:18px;overflow:hidden}.by-brand--carry > :last-child{margin-bottom:42px}.home .by-brand--carry .brand_grid_footer_text{background-color:#2c2d2f;color:#fff;padding:48px 60px;position:relative;font-size:18px;max-width:none;margin:0}.home .by-brand--carry .brand_grid_footer_text > *{position:relative;z-index:1}.home .by-brand--carry .brand_grid_footer_text:before{content:"";position:absolute;top:0;left:50%;width:100vw;height:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background-color:#2c2d2f;z-index:0}.by-brand--carry .brand_grid_footer_text{font-size:11px;max-width:900px;margin:0 auto 42px}.by-brand--carry h2,.by-model h2,.by-type h2{font-size:30px;font-family:"Khand",sans-serif;font-weight:normal;text-transform:uppercase}.by-brand--carry .button{margin-bottom:42px}.by-brand__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:0 auto 4px;max-width:960px}.by-brand__list li{width:32%;padding:0 10px 20px;min-height:120px}.by-brand__list a{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;position:relative;height:100%}.by-brand__list a:before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:282px;max-width:100%;background-color:#fff;border-radius:12px;z-index:0}.by-brand__list img{border-radius:12px;position:relative;z-index:1;flex:0 0 auto}.top-brands__carry{text-transform:uppercase;font-size:14px;font-family:"Khand",sans-serif;margin-bottom:10px}.top-brands__carry strong{font-weight:normal;color:#000}.top-brands__carry strong + .top-brands__carry__list{padding-left:20px}.top-brands__carry__list{list-style:none;display:inline-block;padding-left:0;margin:0}.top-brands__carry__list li{display:inline-block;padding:0 2px}.top-brands__carry__list li:not(:last-child):after{content:" ,"}.top-brands__carry__list a:hover{text-decoration:underline}.brand-footer-text{font-size:11px;max-width:900px;margin:10px auto 0}.by-model__list{list-style:none;margin:0 auto 4px;max-width:1040px;font-size:13px;border:1px solid #ccc;padding:10px;columns:4}.by-model__list a{color:#000;padding:2px;display:block}.by-type{list-style:none;margin:20px auto;text-align:center}.by-type ul{margin:0;padding:0}.by-type li{font-size:28px;font-family:"Khand",sans-serif;margin:30px 1%;text-transform:uppercase;border:2px solid #ccc;border-radius:30px;transition:all ease .3s;padding:0 30px 0 0;display:inline-block;min-width:286px;text-align:left;max-width:100%}.by-type li:hover{border-color:#b32317;color:#000}.by-type li a{display:block;transition:all ease .3s;color:#000}.by-type li:hover  a{}.by-type li span{display:inline-block;vertical-align:middle;padding:8px}.by-type .img-wrap{height:85px;width:85px;border-radius:50%;background:#d5d5d5;display:inline-block;vertical-align:middle;overflow:hidden;position:relative;margin:-15px 5px -15px -3px;transition:all ease .3s}.by-type li:hover .img-wrap{background:#fff;box-shadow:0 0 0 2px #b32317}.by-type .img-wrap img{max-width:60px;max-height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand_grid_footer_text p{margin-bottom:0}.parent-pageid-180{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/apply_temp.jpg") 50% 50% no-repeat;background-size:cover}.parent-pageid-180.nitro-lazy{background:none !important}.parent-pageid-180 .post-181{text-align:center;padding:20vh 0;color:#000;font-size:30px}.repair-intro__list{list-style:none;display:flex;justify-content:space-around;margin:0;padding:0}.repair-intro__list li{text-align:center}.repair-intro__list li strong{display:block;padding:5px 0 0;font-family:"Khand",sans-serif;font-weight:500;letter-spacing:2px}.page-template-default .type-page{margin:30px auto 0;font-size:18px;max-width:1200px}.page-template-default .type-page h2{font-size:36px}.page-template-default .type-page h3{font-size:28px}.error404{background:#2c2d2f}.error404 .site-content{text-align:center}.error404 .page-header{position:relative}.error404 h1{color:#b32317;font-weight:500;padding:45px 0 0;letter-spacing:1px;line-height:1}.error404 h2{font-size:200px;font-weight:500;color:#272424;position:absolute;left:50%;top:0;transform:translateX(-50%);text-transform:uppercase;z-index:-1;letter-spacing:6px;white-space:nowrap;display:none}.error404 .site-content{padding-bottom:20px}.error404 .site-content img{margin:0 10px 35px}.error404 a[class^=button]{font-weight:400;letter-spacing:1px;min-width:147px;margin:0 10px 20px;padding:0 25px;font-size:20px;text-transform:uppercase;box-sizing:border-box;height:44px;line-height:46px}.error404 .button{background-color:#b32317;color:#fff}.error404 .button:hover{background-color:#fff;color:#b32317;border-color:#fff}.loading:before{content:"";background:rgba(0,0,0,.5);position:fixed;top:0;left:0;width:100vw;height:100vw;z-index:999}.loading:after{content:"";width:100px;height:100px;background-color:rgba(255,255,255,1);border-radius:100%;animation:nf-scaleout 1s infinite ease-in-out;position:fixed;top:50%;left:50%;margin:-50px 0 0 -50px;z-index:1000}.center-max{max-width:1200px;margin:0 auto}.four-col-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.add_palitra{display:block;width:80px;height:150px;position:fixed;right:0;top:200px;z-index:99999}.product-grid .product-item{width:33.1%}.brand-inventory-slider .equipment-inventory .product-image{width:auto !important;height:300px !important;padding:6px !important;object-fit:cover !important;background:#ededec !important}@media (max-width: 768px){.vc_column_container>.vc_column-inner{padding-left:0px;padding-right:0px;width:100%;overflow:hidden !important}.services-item p{padding-left:50px;padding-right:50px}.vc_btn3-container{padding-right:34px}.product-overview-list img{max-height:48px !important;max-width:130px !important}.maintainance-section .vc_column-inner{padding-left:54px !important;padding-right:54px !important}.gaurantee-details p{padding-left:28px !important;padding-right:22px !important}.active-product{margin-left:0px !important}.vc_row{margin-left:0px;margin-right:0px}}@media (max-width: 768px){.responsive-quote-bar{flex-direction:column !important;text-align:center !important}.responsive-quote-bar > div{text-align:center !important}}.button-round-ai{font-size:16px !important;line-height:20px;display:inline-block;border:2px solid #b32317;text-transform:uppercase;color:#fff;padding:11px 18px 10px;border-radius:30px;font-family:"Khand",sans-serif;font-weight:600;text-align:center;text-decoration:none !important}.button-round:hover{color:#fff;background:#414042}@media only screen and (max-width: 610px){.button-round-ai{background:none !important;border:none !important;padding:0px !important;font-size:17px !important;color:#fff !important}.button-round-ai i{color:#fff !important}.button-round-ai:hover{background:none !important}.hide-on-mobile{display:none}.button-round-ai I{margin-right:9px}}@media screen and (min-width: 611px) and (max-width: 1024px){.button-round-ai{padding:4px 12px 3px;font-size:15px !important;margin-top:-3px;display:inline-flex;align-items:center;justify-content:center}.button-round-ai{margin-right:6px}.button-round-ai I{margin-right:9px}.top-header .button-round{padding:4px 12px 3px;font-size:15px !important;margin-top:-3px;display:inline-flex;align-items:center;justify-content:center}}@media screen and (max-width: 690px){p.greatplacefooter img{margin-bottom:20px;margin-right:0px !important;width:20% !important;height:20% !important}}p.greatplacefooter img{margin-right:20px;width:70%;height:70%}@media only screen and (max-width:1365px){.services-info-image{height:411px}.services-category-image{height:600px}.background-image{min-height:411px}.services-category-list .two-column a,.services-category-list li a{font-size:25px}.common-services .background-image{min-height:570px}}@media only screen and (max-width:1349px){.maintainance-text .learn-more{flex:0 0 25%}.maintainance-text .description{flex:0 0 75%}.active-product-text{padding:37px 60px 47px}.gaurantee-details{padding:40px 60px 15px}.gaurantee-details h2{font-size:40px;line-height:42px}}@media only screen and (max-width:1279px){.background-image{height:410px}.container{padding-left:30px;padding-right:30px}.button-round{padding:11px 18px 8px}.header .container{padding:5px 15px}.header-menu .sf-menu a{padding:11px 20px 11px 10px}.header-cart{margin-left:25px}.header-section .header-logo{width:20%}.header-section .header-menu{width:auto}.header-search form input[type="search"]:focus{width:100px}#primary-menu > li > a{padding-left:16px;padding-right:16px;font-size:18px}.header-menu .menu-item-has-children{background-size:10px}.header.sticky .header-section{padding-top:10px;padding-bottom:10px}.top-header{padding:7px 30px}.banner-text{padding:60px 50px 60px 35px;min-width:auto;max-width:450px}.banner-text:before{top:73px}.banner-text h2{font-size:54px;line-height:55px}.banner .banner-img{background-position:0 0}.banner .banner-info{margin:90px 30px 10px;min-width:450px}.banner-text p{font-size:15px;line-height:16px}.inventory-content,.site-content{padding:104px 30px 0}.services-features{flex-flow:column}.services-section{width:100%}.services-item{padding:40px 60px}.features-section{width:100%;padding:20px}.features-item{display:flex !important;align-items:center}.product-overview-section{padding:80px 30px 180px}.maintainance-section{padding:50px}.maintainance-img{width:410px;height:auto}.maintainance-text{flex-direction:column;align-items:flex-start}.maintainance-text .description{margin:0 0 30px}.maintainance-text .learn-more{padding:0}.gaurantee-details{padding:40px 40px 15px}.maintainance-content{padding:0}.guarantee-img{margin-top:-105px}.active-product-text{padding:30px 30px 35px}.active-product-text h4{font-size:28px;line-height:36px}.active-product-text h4 span{font-size:82px;line-height:68px}.inventory-products .product-grid{padding:0 80px}.product-grid .product-item{padding-bottom:10px}.contact-form-header{margin:0 0 70px}.footer{padding:50px 30px 20px}.footer-info{margin:0 0 50px}.footer-copyright{text-align:center;display:block}.footer-social-icons{float:none;text-align:center;margin:15px 0 0}.search-title{flex:0 0 32%}.clear-filter-group{flex:0 0 68%}.page-sidebar{width:32%}.product-grid .product-item{width:50%}.product-grid.columns-4 .product-item{width:33%}.share-section{padding:0}.product-image-left{width:50%}.brand-image-section{margin:0 0 60px;text-align:right}.brand-image-section .brand-image{margin:0 54px 0 0;display:inline-block}.product-information-section .product-overview{width:60%}.product-information-section .product-documents{width:30%}.product-specification-table{width:90%}.about-info-image{background-position:center center}.about-quote{padding:45px}.about-info-text{padding:45px 60px}.address-contact{margin:25px 0 0}.our-goal-content{padding:75px 65px}.services-info-image{height:410px}.services-info-text p br{display:none}.services-info-text{padding:48px 40px}.services-category-image{background-position:-155px 0}.services-category-list{padding:25px}.quick-contact-details{padding:45px 45px 30px 0}.quick-quote-form{background-size:auto;background-position:center center}.woocommerce-cart h1{padding:35px 20px}.cart-content-inner{padding:0 20px}.checkout-content .checkout-content-inner{max-width:885px}.checkout-details .billing-information{width:100%;margin-bottom:75px}.your-order-section{float:left}.r-tabs .r-tabs-nav .r-tabs-anchor{font-size:11px}.r-tabs .r-tabs-panel ul li{font-size:11px}.new-page-content .news-list-box{padding:0 35px 30px 0}}@media screen and (max-width: 1280px) and (min-width: 1023px){.used-product-shop div[class*='col']{max-width:none;flex:0 0 100%}.product_tag-used .product-gray-box{padding:20px}.add-to-cart-block{text-align:center}.used-product-shop  .col-md-4{order:1;padding:20px 0 0}.used-product-shop .get-info-box{order:2}}@media only screen and (max-width:1023px){.m-show{display:block}.d-hide{display:none}.testimonial_link a{font-size:25px}.big-padding.testimonial_link{padding:35px}.services-intro__left h1{font-size:6.98vw}.footer-info-col .info-menu-list{-webkit-column-count:4;-moz-column-count:4;column-count:4}.hamburger{display:block;margin:0;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger-box{position:relative;display:block;width:28px;height:24px}.header-mobile-toggle span{top:50%;display:block;margin-top:-2px;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.header-mobile-toggle span,.header-mobile-toggle span::after,.header-mobile-toggle span::before{position:absolute;width:28px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;background-color:#fff}.header-mobile-toggle span::before{top:-10px}.header-mobile-toggle span::after{bottom:-10px}.header-mobile-toggle span::after,.header-mobile-toggle span::before{display:block;content:""}.mobile-menu-open .header-mobile-toggle span::before{transition:top .1s ease-in .25s,opacity .1s ease-in}.mobile-menu-open .header-mobile-toggle span::after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.mobile-menu-open .header-mobile-toggle span::after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.mobile-menu-open .header-mobile-toggle span::before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.mobile-menu-open .header-mobile-toggle span,.mobile-menu-open .header-mobile-toggle span::after,.mobile-menu-open .header-mobile-toggle span::before{background-color:#fff}.mobile-menu-open .header-mobile-toggle span{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.header-mobile-toggle{padding:15px;position:absolute;right:0;top:0;background:#c01f12;height:100%;width:57px;pointer-events:auto;z-index:2}.mobileNavigation{list-style:none;margin:0;padding:0;text-align:center;display:block}.mobileNavigation li a{font-size:35px;line-height:48px;color:#feffff;text-transform:uppercase;display:block;font-family:"Khand",sans-serif;font-weight:600}.treeview,.treeview ul{padding:0;margin:0;list-style:none}.treeview .hitarea{background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/up-arrow.png") no-repeat center center;height:43px;width:43px;cursor:pointer;position:absolute;right:8px;top:0}.treeview .hitarea.nitro-lazy{background:none !important}* html .hitarea{display:inline;float:none}.treeview li{margin:0}.treeview li{position:relative}.treeview li.collapsable,.treeview li.expandable{background-position:0 -176px}#primary-menu{text-align:center}#primary-menu > li > a{font-size:35px;line-height:48px;color:#feffff;text-transform:uppercase;display:inline-block;font-family:"Khand",sans-serif;font-weight:600;padding:5px 0;max-width:80%}#primary-menu .sub-menu li a{font-size:25px;line-height:1.5;display:inline-block}#primary-menu .sub-menu li li a{font-size:20px}.sub-menu{display:none}.header-menu .menu-item-has-children{background-position:95% 25px}.header-menu .menu-item-has-children .menu-item-has-children{background-position-y:20px}.mobileView{display:block}.desktopView{display:none}.header .container{position:relative}.header-section{padding-top:5px;padding-bottom:5px}.header-cart .cart-count{width:19px;height:19px;font-size:13px;line-height:20px;margin:-20px -13px 0 -2px}.header-section .header-search-cart{width:50%}.header-section .header-logo{width:128px;margin:-5px -15px}.sticky .header-section .header-logo{margin-top:-10px;margin-bottom:-10px}.mobile-menu-open{height:100vh;overflow:hidden;touch-action:none;pointer-events:none}.mobile-menu-open .header-section{touch-action:auto;pointer-events:auto}.header-section .header-menu{width:100%;position:absolute;top:100%;right:0;left:0;display:none;background:#c01f12;bottom:0;height:calc(100vh - 54px);padding:25px 0;touch-action:auto;pointer-events:auto;overflow:auto}.header-menu .sf-menu{display:none}.header.sticky .header-section .header-menu{height:calc(100vh - 44px)}.brand-page-template .header-search-cart{order:0}.top-header{position:absolute;right:0;bottom:0;top:0;background:transparent;padding:12px 75px 0 0;z-index:2}.header-search-cart{margin-left:20px}.sticky .top-header{padding-top:11px}.top-header a[href^=tel]{width:19px;font-size:0;margin-left:20px}.top-header a[href^=tel]:before{background-image:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/ico-phone.png");background-size:16px}.services-item{padding:40px}.product-overview-maintainance{flex-direction:column}.product-overview-section{width:100%;padding:55px 30px}.maintainance-section{width:100%}.product-overview-header{float:left;width:40%;padding-right:25px}.product-overview-list{float:right;width:60%}.product-overview-list .item{padding:25px 15px}.maintainance-content{display:flex;align-items:flex-start}.maintainance-img{margin:0;width:50%}.maintainance-text{width:50%;padding-left:40px}.gaurantee-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.active-product{width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.guarantee-img{margin:0;width:50%}.active-product-text,.active-product-seal{height:50vw;width:100%;padding:30px 10px 35px}.contact-us-section{padding:120px 0 60px}.footer-info-address{width:20%}.footer-info-menu{width:80%}.footer-info-menu .footer-info-col:first-child{width:100%}.footer-info-menu .footer-info-col{width:100%}.footer-info-menu .footer-info-col .info-menu{margin:0 0 25px}.footer-info-col .info-menu-list li a{line-height:29px}.footer-info-col .info-menu-list li{flex:0 0 34%}.footer-info-col h6{margin:0 0 5px}.footer-info{margin:0 0 25px}.content{overflow:hidden}.search-title{flex:0 0 42%}.clear-filter-group{flex:0 0 58%;padding:0 35px}.products-group{margin-bottom:20px}.page-sidebar{width:100%;padding:38px 20px}.page-content{width:100%;padding:60px 20px}.product-grid .product-item{width:33.33%}.filter-list-section{display:none}.refine-btn>h5{margin:0;border:2px solid #efefef;padding:22px 40px 18px;position:relative}.refine-btn>h5::after{content:"+";display:inline-block;position:absolute;top:33%;right:30px;cursor:pointer;color:#c01f12;font-size:50px}.refine-btn>h5.boxOpen{border-color:#efefef}.refine-btn>h5.boxOpen:after{content:"-";right:35px}.sidebar-block>h5.boxOpen{border-color:#efefef;color:#c01f12}.sidebar-block>h5{border:2px solid #efefef;border-top:none;padding:22px 40px 18px;position:relative}.sidebar-block>h5::after{content:"+";top:33%;right:30px}.sidebar-block>h5.boxOpen:after{content:"-";right:35px}.sidebar-block .filter-list{border:2px solid #efefef;border-top:none;padding:22px 40px 18px;margin:0;display:none}.sidebar-block+.sidebar-block{margin:0;padding:0}.pricing-block{padding:0}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%;clear:both}.inventory-content,.site-content{padding:104px 20px 0}.pencil-banner-removed .inventory-content,.page-template-testimonials-page-template .site-content{padding:54px 0 0}.brand-page-template .site-content{padding-top:86px}.product-content{padding-top:42px;margin-bottom:40px}.product-image-left{width:100%;float:none;margin:0 0 15px;padding:0}.product-details{width:100%}.product-title h1{margin:0}.productviewimages{margin:0 0 20px}.lease-form{margin:0 0 35px}.brand-image-section{text-align:left;margin:0 0 35px}.brand-image-section .brand-image{display:block;margin:0}.product-information-section .product-overview{width:55%}.product-information-section .product-documents{width:40%}.product-specification{display:block;clear:both}.product-specification-table{width:100%}.page-template-search-template .site-content{padding-top:54px}.about-content-info{flex-direction:column}.about-info{width:100%;order:2}.about-quote{width:100%;order:1;padding:25px 30px}.about-info-text{order:1}.about-info-image{order:2}.management-team{padding:30px 20px}.management-team-list ul.team-list li .team-details h2{font-size:22px}.management-team-list ul.team-list li .team-details h4{font-size:17px}.our-goal-section{flex-direction:column}.our-goal-content{width:100%}.our-goal-image{width:100%;height:370px;background-position:0 -25px}.our-goal-content h3{margin:0 0 25px}.our-goal-content h3 br{display:none}.our-goal-content{padding:25px 25px 10px}.services-content-info{display:flex;flex-wrap:wrap;margin:0}.services-info{width:100%}.services-info-inner{flex-direction:row}.services-info-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.services-category-info{flex-direction:column}.services-category-image{width:100%}.services-category-list{width:100%;padding:15px 25px}.services-category-image{width:100%;height:410px;background-position:center center;order:2;background-size:100% auto}.quick-contact-details{padding:0}.quick-contact-innner{flex-direction:column}.quick-contact-details{width:100%}.contact-info-box{padding:0;width:100%}.quick-contact:not(.padding-none){padding:35px 25px}.quick-contact .container{padding:0}.quick-contact h1{margin:0 0 15px}.contact-info-box .address-contact .address-field{width:auto;margin-right:60px}.contact-image{height:456px}.woocommerce-cart h1{padding:35px 10px}.cart-content-inner{padding:0 10px}.cart-content-table .cart-table tbody tr .cart-item-block.cart-item-remove{padding:0 20px}.cart-content-table .cart-table tbody tr .cart-item-block.cart-item-figure .cart-product-image{display:none}.cart-update-and-coupon{margin:0 0 45px}.cart-total-section{float:left}.checkout-content .checkout-content-inner{max-width:520px}.checkout-details .billing-information{padding:0}.woocommerce-billing-fields .form-row,.billing-information{width:100%}.your-order-section{width:100%}.checkout-details{margin:0}.news-header h1{margin:25px 0 0}.news-sidebar{width:100%;margin:0 0 70px;order:-1}.r-tabs{border-top:2px solid #eaeaea}.side-search-box .form-field input[type="submit"]{width:18%}.news-content{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-wrap:wrap-reverse;-moz-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;-o-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.news-list-box{width:100%;padding:0;float:left;margin-bottom:30px}.blog .news-list-box,.category .news-list-box{width:calc(100% + 32px)}.new-page-content{padding:40px 0}.new-page-content .news-list-box{padding:0 0 30px}.new-page-details p{padding:0}.new-page-details h2{padding:0}.search-results article{width:49.8%}.top-header .button-round{padding:5px 5px 2px;font-size:15px !important;margin-top:-3px}}@media only screen and (max-width:900px){.by-model__list{columns:3}.service-form .ninja-forms-form-wrap .g-recaptcha{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);margin-left:-45px}.service-form .ninja-forms-form-wrap .recaptcha-container .recaptcha-wrap{-webkit-transform:none;-ms-transform:none;transform:none}}@media only screen and (min-width: 768px){.brand-page-template .quick-quote-container .nf-form-cont{padding:0 10px;margin:0 auto;max-width:675px;overflow:hidden}.brand-page-template .site-content{padding-top:86px}.tab-content .desc-wrap{overflow:hidden}.product_tag-used .add-to-cart-block{margin:22px 0}.attribute-list dd{text-align:right}.search-holder{position:relative}.header-search{display:none;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}.header-search form{background-color:#000}.management-team-content{padding-left:15px;padding-right:15px}.management-team-list ul.team-list li.other-team{display:inline-block;vertical-align:top;width:25%;padding:0 15px}.management-team-list ul.team-list li{margin-bottom:30px}.management-team-list ul.team-list li.other-team .team-image{margin-bottom:-25%}.management-team-list ul.team-list li .team-image{margin-right:30px;float:left}.management-team-list ul.team-list li .team-details{overflow:hidden}.management-team-list ul.team-list li:not(.other-team) .team-details{padding-top:25px}.features-sec__wrap{padding:80px 0 40px}.background-image.half-vw{width:50vw}.service-form .center-max{padding:40px 0;margin-top:35px;margin-bottom:35px}.text_with_image .image-holder{width:30%}}@media only screen and (max-width:767px){.testimonial_link h2{font-size:25px}.testimonial_link a{font-size:20px}.footer-info-col .info-menu-list{-webkit-column-count:2;-moz-column-count:2;column-count:2}.footer-copyright p{margin-bottom:0}.footer-info{margin-bottom:15px}.container{padding-left:20px;padding-right:20px}.nicescroll-rails{border-top:2px solid #efefef}.header-search-icon{display:block}.header-search{position:absolute;top:100%;left:0;right:0;display:none;z-index:2}.header-search form{border-radius:0}.header-search form input[type="search"],.header-search form label{width:100%}.header-search form input[type="search"]:focus{width:100%}.header-search-cart .vanity-number{margin-right:5px}.banner-text h2{font-size:40px;line-height:43px}.banner-text p{font-size:14px;line-height:18px}.banner-text{padding:38px 25px 25px;margin:7px 7px 7px 80px}.banner-text:before{top:45px;left:-60px;width:40px;border-top-width:6px}.banner .banner-info{min-width:auto}.banner .banner-info:after{border-top-width:7px;border-right-width:7px}.banner-text-bg:before{top:20px}.banner-text-bg:after{bottom:20px}.services-section{flex-direction:column}.services-item{flex-direction:row;text-align:left;padding:25px 20px;align-items:center}.services-item h2{margin:0 0 5px}.services-item p{margin:0}.features-text p{display:none}.features-text .get-quote-btn-white{background:transparent;border:2px solid #fff;color:#fff}.features-text .get-quote-btn-white::before{border-color:#fff;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/cart.svg") left center no-repeat}.features-text .get-quote-btn-white:hover{border-color:#000;color:#000}.features-text .get-quote-btn-white:hover::before{border-color:#000;background:url("https://www.canlift.ca/nitropack_static/hkgjsnZummctIepOCsQzDbxZCdkIFLFP/assets/images/optimized/rev-d2351ff/www.canlift.ca/wp-content/themes/canlift_equipment/images/cart-black.svg") left center no-repeat}.product-overview-header{width:100%;padding:0}.product-overview-list{width:100%}.maintainance-section{background-image:none;padding:50px 20px}.maintainance-section.nitro-lazy{background-image:none !important}.maintainance-content{display:block}.maintainance-img{margin:0 auto 30px;width:290px;height:290px;overflow:hidden}.maintainance-text{width:100%;padding:0}.maintainance-section figcaption{display:block;text-align:center}.gaurantee-details{padding:40px 20px 15px;text-align:center}.guarantee-details *{text-align:left}.contact-us-section{padding:65px 10px 10px}.contact-us-section .nf-form-title{margin:0 0 50px}.contact-us-5 nf-fields-wrap{margin:0}.contact-us-section  nf-field:nth-last-child(3){width:100%}.contact-us-section [type="hidden"]{display:none}.footer{padding:50px 20px 20px}.footer-info{-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;-o-flex-direction:column-reverse;flex-direction:column-reverse}.address-info{max-width:100%}.footer-info-address{width:100%;margin:0}.map-link{margin-top:10px}.footer-info-menu{width:100%}.search-title{flex:0 0 50%;padding:34px 50px 34px 34px}.clear-filter-group{flex:0 0 50%;padding:22px 20px;align-items:flex-start}.clear-btn{margin-top:10px}.filter-tag ul{flex-direction:column}.filter-tag ul li{margin:4px 0}.page-sidebar{padding:20px}.page-content{padding:20px}.facetwp-pager{text-align:center}ul.page-numbers{padding-left:30px;padding-right:30px}ul.page-numbers li .page-numbers{height:52px}.pagination .pagination-list .pagination-item a,.pagination-block .facetwp-page,ul.page-numbers li .page-numbers:not(.prev):not(.next){padding:14px;font-size:18px}ul.page-numbers li .page-numbers:not(.prev):not(.next).dots{padding-left:10px;padding-right:10px}ul.page-numbers li .prev,ul.page-numbers li .next{padding:14px}.pagination-block .facetwp-pager-label{float:none;width:100%;text-align:center}.product-grid .product-item,.product-grid.columns-4 .product-item{width:49%}.product-specification-table{width:100%;overflow-x:auto;border:2px solid #efefef;padding:5px}.attribute-list dt{width:auto;padding-right:10px}.attribute-list dd{font-weight:bold}.woo-list .filter-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woo-list .filter-block .category-grid{max-width:none;text-align:center;width:100%}.woo-list .filter-block .woocommerce-ordering{margin-right:auto}.woo-list .product-category{width:50%}.woo-list h2{font-size:28px}.tabs{clear:both;padding:20px 0 0}.price-finance{padding:0}.short-description,.woocommerce-product-details__short-description{padding:0}.lease-form{padding:24px 10px}.product-information-section .product-overview{width:100%;margin:0 0 20px}.product-information-section .product-documents{width:100%;display:-webkit-flex;display:-ms-flex;display:flex;padding:0}.tab-content h2{font-size:32px}.tab-content h3{font-size:26px}.tab-content h4{font-size:24px}.documents-table{width:50%}.error-message-info{width:50%}.product-gray-box{padding:24px 10px;text-align:center}.product-slider .slick-prev{left:0}.product-slider .slick-next{right:0}.equipment-inventory{margin:0 0 10px}.equipment-inventory .product-grid{padding:0 60px}.brand-inventory-slider .equipment-inventory{padding:20px 0}.used-product-shop  .col-md-4{order:1;padding:20px 0 0}.used-product-shop .get-info-box{order:2}.add-to-cart-block{text-align:center}.services-info-inner{flex-direction:column}.services-info-text{width:100%}.services-info-image{width:100%}.quick-quote-form{padding:40px 0}.quick-quote-container{padding:0 20px}.quick-quote-form-group .form-row .form-field{width:50%}.quick-quote-form-group .form-row .form-field:last-child{width:100%}.quick-quote-form-group .form-row.form-field-half .form-field{width:100%}.service-form .nf-multi-cell .nf-cell{width:100% !important}.service-form .ninja-forms-form-wrap p br{display:none}.service-form .nf-cell + .nf-cell{margin-top:25px}.quick-contact:not(.padding-none){padding:35px 20px}.contact-info-box .address-contact{flex-direction:row}.contact-info-box .address-contact .address-field{width:50%;margin-right:0}.contact-info-box .address-contact .contact-info{width:50%}.contact-map-details{flex-direction:column}.contact-image{width:100%;height:446px}.map-detail{width:100%;height:460px}.map-detail iframe{height:460px}.checkout-content .checkout-content-inner{max-width:100%}.checkout-content{margin:25px 0 0}.woocommerce-billing-fields h3{margin:0}.create-account-checkbox{margin-top:40px}.additional-information{margin-top:20px}.checkout-details .billing-information{margin-bottom:40px}.news-list-item,.tag article,.category article,.blog article{width:100%}.tag article,.category article,.blog article{padding:0}.tag .post-thumbnail + .news-detail-body,.category .post-thumbnail + .news-detail-body,.blog .post-thumbnail + .news-detail-body{margin:-60px 15px 20px}.new-page-content .news-list-box .pagination .pagination-item--next{width:auto}.new-page-content .news-list-box .pagination .pagination-item--prev{width:auto}.news-header h1{font-size:40px;line-height:48px}.new-page-details h1{font-size:40px;line-height:48px}.woocommerce-account .woocommerce{display:block}.woocommerce-MyAccount-navigation .toggle-account-nav{display:block}.woocommerce-MyAccount-navigation a{padding:11px 50px 14px 0}.woocommerce-MyAccount-navigation ul{display:none}.big-padding{padding:50px 20px}.by-brand__list li{width:48%}.by-brand--carry{padding:30px 20px 0}.top-brands__carry strong + .top-brands__carry__list{padding-left:0}.top-brands__carry__list{display:block}.by-brand--carry .button,.by-brand--carry .brand_grid_footer_text,.by-brand--carry > :last-child{margin-bottom:30px}.home .by-brand--carry .brand_grid_footer_text{padding:28px 20px}.management-team-list ul.team-list li .team-image{margin-left:auto;margin-right:auto}.management-team-list ul.team-list li .team-details h2,.management-team-list ul.team-list li .team-details h4{text-align:center}}@media only screen and (max-width:666px){.features-text{width:40%}.features-image{width:60%}.features-content{padding:0 0 0 80px}.management-team-list ul.team-list{flex-wrap:wrap}.product-grid .product{margin:20px 0}.woocommerce-ordering + .product-grid.columns-4 .product{margin-bottom:30px}.woocommerce-cart h1{padding:35px 0}.cart-content-inner{padding:0}.cart-content-table .cart-content-table-section table{width:700px;overflow-x:auto}.cart-update-and-coupon{flex-direction:column;align-items:flex-start}.coupon-code-section .coupon-code-field{display:flex;position:relative;flex-direction:row;justify-content:space-between}.coupon-code-section{width:100%;margin:0 0 20px;overflow:hidden}.coupon-code-field input[type="text"]{width:80%}.cart-total-section{width:100%}.side-search-box .form-field input[type="text"]{width:70%}.side-search-box .form-field input[type="submit"]{width:28%}.search-results article{width:100%}.inventory-contact-block .lease-btn{float:none;margin:0 auto 20px}.test-intro-desc{padding:20px 30px}.by-model__list{columns:2}.quote_popup_container{padding:0px 0px}.popup-content{padding:0}.nf-form-cont .one-third,.nf-form-cont .two-sixths,.nf-form-cont .one-half{width:100% !important;margin:0 0 25px !important}.footer-copyright p{display:block}.footer-copyright a{margin:10px 20px}}@media only screen and (max-width: 610px){.top-header .button-round{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0i0KjQsNGAXzEiIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE3LjkgMjAiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3LjkgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEwMjguNCkiPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjMsMTAzOS4xYy0yLjksMS4zLTUsNC01LjMsNy4zYzAsMS4xLDAuOCwyLDEuOSwyaDE0YzEuMSwwLDEuOS0wLjksMS45LTJjLTAuNC0zLjMtMi41LTYtNS4zLTcuMw0KCQljLTAuNiwxLjMtMiwyLjMtMy42LDIuM1M2LDEwNDAuNCw1LjMsMTAzOS4xeiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy45LDEwMzMuNGMwLDIuOC0yLjIsNS01LDVzLTUtMi4yLTUtNXMyLjItNSw1LTVTMTMuOSwxMDMwLjYsMTMuOSwxMDMzLjR6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTguOSwxMDM3LjRjLTEuMywwLTIuNSwwLjMtMy42LDAuOGMtMi45LDEuMy01LDQtNS4zLDcuM2MwLDEuMSwwLjgsMiwxLjksMmgxNGMxLjEsMCwxLjktMC45LDEuOS0yDQoJCWMtMC40LTMuMy0yLjUtNi01LjMtNy4zQzExLjQsMTAzNy43LDEwLjIsMTAzNy40LDguOSwxMDM3LjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");font-size:0 !important;background-repeat:no-repeat;background-size:contain;background-position:50% 50%;border:none;border-radius:0;padding:12px 0 0}}@media only screen and (max-width: 567px){.top-header{padding-right:62px}.header-cart,.header-search-cart{margin-left:7px}.top-header a[href^=tel]{margin-left:12px}.top-header .button-round{margin-right:0}.popupcontactform{margin-left:15px}}@media only screen and (max-width:567px){h1{font-size:50px}h2{font-size:40px}h3{font-size:30px}h4{font-size:26px}h5{font-size:23px}.medium-padding{padding:28px 20px}.big-padding{padding:30px}.features-text{width:55%}.features-image{width:45%}.header-search-cart a .top-header a[href^=tel]{font-size:0}.services-intro__left h1{font-size:40px}.header-search-icon{width:30px;height:30px;background-size:16px}.header-logo .custom-logo-link{max-width:120px;display:inline-block;vertical-align:middle}.top-header{padding-top:8px}.header-mobile-toggle{width:50px;padding:17px}.header-mobile-toggle span,.header-mobile-toggle span:after,.header-mobile-toggle span:before{width:20px;height:3px}.header-mobile-toggle span:after{bottom:-8px}.header-mobile-toggle span:before{top:-8px}.header-cart{padding-right:7px}.header-cart,.header-search-cart{margin-left:13px}.header-cart.not-empty{padding-left:13px}.active-product-text{height:250px}.pagination-showing-result{flex-direction:column;align-items:flex-start}.pagination{margin-bottom:15px}.contact-box{padding:40px 60px}.address-contact{flex-direction:column}.address-contact .address-field{width:100%;margin:0 0 20px}.address-contact .contact-info{width:100%}.our-goal-content h3{font-size:40px;line-height:45px}.our-goal-content h3 br{display:block}.our-goal-content{padding:25px 30px 20px}.news-list-box .pagination .pagination-item--next{width:82px}.news-list-box .pagination .pagination-item--prev{width:82px}.news-list-box .pagination .pagination-list .pagination-item a{font-size:14px;line-height:20px;padding:8px 15px}}@media screen and (max-width: 420px) and (min-width: 375px){.top-header{padding-right:70px}.header-cart,.header-search-cart{margin-left:15px}.top-header a[href^=tel]{margin-left:25px}}@media only screen and (max-width:479px){.breadcrumbs .breadcrumb a{line-height:16px}.treeview li a{font-size:30px;line-height:44px}.header-search-cart .vanity-number:before{right:calc(100% + 5px)}.banner-text h2{font-size:30px;line-height:36px}.banner-text p{font-size:12px;line-height:16px}.services-item{text-align:center}.services-item p{font-size:14px;line-height:20px}.services-item h2{font-size:22px;line-height:1.2;margin:0 0 10px}.features-text h2{font-size:24px}.features-item{flex-direction:column}.features-content{padding:0 75px}.features-text{width:100%;text-align:center;order:2}.features-image{width:100%;text-align:center;order:1}.product-overview-section h2{font-size:40px;line-height:42px}.product-overview-list .product-title{font-size:12px;line-height:14px;letter-spacing:1px;word-wrap:break-word}.gaurantee-content{display:block}.active-product{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.active-product-text,.active-product-seal{width:50%;height:auto}.active-product-text{font-size:24px}.active-product-text span{font-size:60px;line-height:1}.guarantee-img{width:100%;padding-bottom:100%}.guarantee-img img{width:100%}.inventory-heading h2{font-size:40px;line-height:42px}.contact-form-header h3{font-size:40px;line-height:42px}.rental-used{max-width:none}.lease-used-quote{float:none;display:inline-block}.brand-image-section{display:block}.brand-image-section .brand-image,.brand-image-section .brand-details{width:auto}.footer-copyright a{margin:0;display:block}.address-info span,.address-info address{font-size:14px}.footer-info-col .info-menu-list li a{font-size:14px}.product-grid .product-item,.product-grid.columns-4 .product-item{width:auto;padding:0;display:inline-block;margin:0 auto 10px}.product-grid.columns-4 .product-item{width:100%;padding:0 10px}.brand-inventory-slider .equipment-inventory .product-item{width:auto;min-width:146px}.contact-box{padding:20px}.search-result-section{flex-direction:column}.facetwp-template{text-align:center}.facetwp-template .product-item{float:none}.inventory-content{padding:102px 0 0}.lease-option-list{padding:0}.product-information-section .product-documents{flex-direction:column}.documents-table{width:100%}.error-message-info{width:100%}.quick-quote-form-group .form-row .form-field{width:100%}.quick-quote-form-group .form-row.form-field-half .form-field{width:100%}.product-title h1{font-size:35px;line-height:40px}.price-finance{flex-direction:column;align-items:flex-start}.lease-purchase-quote .option-list,.lease-used-quote .option-list{float:none;padding:10px 0 15px}.lease-purchase-quote .quote-btn,.lease-used-quote .quote-btn{float:none}.privacy-policy-text p br{display:none}.product-information-section .tab-title a{font-size:14px}.used-brand-image-section{flex-direction:column;align-items:flex-start}.used-brand-image-section .brand-image{width:100%;text-align:left;margin:0 0 20px}.used-brand-image-section .brand-details{width:100%;text-align:left}.used-lift-section .product-grid{padding:0 20%}.lease-used-quote .option-list span{width:100%}.price-finance .lease-btn{margin:0 auto}.attribute-list .item{width:100%}.about-info-text{padding:45px 20px}.services-category-list ul li{padding:10px 0}.services-category-image{height:330px}.quick-quote-form-header p{font-size:16px;line-height:26px}.services-item{display:block}.service-action{margin:10px 0 0}.service-form .ninja-forms-form-wrap .nf-field-element>div:not(.g-recaptcha){margin-left:0 !important}.contact-info-box .address-contact{flex-direction:column}.contact-info-box .address-contact .address-field{width:100%}.contact-info-box .address-contact .contact-info{width:100%}.coupon-code-field input[type="text"]{width:50%}.cart-total-list li .cart-total-value{font-size:18px;line-height:32px}.cart-product-name,.cart-product-price,.cart-total-price,.quantity-update input[type="text"]{font-size:18px;line-height:32px}.cart-content-table .cart-table tbody tr .cart-item-block.cart-item-remove{padding:0 10px}.side-search-box .form-field input[type="text"]{width:60%}.side-search-box .form-field input[type="submit"]{width:38%}.news-list-item .news-detail-body,.news-list-item .news-image-box + .news-detail-body{padding:10px}.news-list-item{margin-bottom:20px}.news-list-item .news-detail-body{margin-bottom:0}.news-list-item .news-detail-inner .read-more::after{width:62px;height:58px}.news-list-box .pagination .pagination-list .pagination-item a{font-size:11px;line-height:16px;padding:5px 10px}.news-list-box .pagination .pagination-item--prev,.news-list-box .pagination .pagination-item--next{width:70px}.news-list-item .news-detail-inner h3,.news-list-item .news-detail-inner h3 a,.tag .news-detail-body h3,.tag .news-detail-body h3 a,.blog .news-detail-body h3,.blog .news-detail-body h3 a,.category .news-detail-body h3,.category .news-detail-body h3 a{font-size:20px;line-height:24px}.news-list-item .news-detail-inner h3 br,.news-list-item .news-detail-inner h3 a br{display:none}.news-list-item .news-detail-inner p,.tag .description,.category .description,.blog .description{font-size:12px}.news-header h1{font-size:32px;line-height:36px}.new-page-details h1{font-size:32px;line-height:36px}.news-list-item .news-image-box{padding:100% 0 0}.news-list-item .news-image-box img{min-height:100%;width:auto;max-width:none}.pagination-block .facetwp-pager-label{float:none;display:block;text-align:center}.by-brand__list li{width:auto}.woocommerce .woocommerce-breadcrumb,.yoast_breadcrumb{padding:15px 55px 15px 20px}.share-section > a{font-size:0}.share-section > a{padding-top:8px}.single-post .share-section{margin:0 14px 0 0}}@media only screen and (max-width:420px){.top-header .popupcontactform{display:none}#primary-menu li.mob-menu a{color:#000;text-align:center;padding:5px 10px 2px;line-height:1;font-size:26px;margin-bottom:5px}#primary-menu li.mob-menu a:hover{color:#fff;border:2px solid #fff}.mob-menu.popupcontactform{display:block;color:#a0a0a0;font-size:12px;width:90px;padding:8px;text-align:center;position:fixed;right:10px;top:90%;z-index:99999}}@media only screen and (min-width: 421px){.header-menu ul li.mob-menu{display:none}.pop-mobile-button{display:none}}@media only screen and (max-width:374px){h1{font-size:40px}h2{font-size:32px}h3{font-size:26px}h4{font-size:24px}h5{font-size:21px}.by-type{padding:20px 0}.by-type li{margin:15px 5px}.header-section .header-menu{height:calc(100vh - 47px)}.top-header{padding:10px 61px 0 0}.sticky .top-header{padding-top:8px}.header-search-icon a{padding:0}.header-logo .custom-logo-link{height:auto;max-width:125px}.banner .banner-img{background-position:center center}.features-content{padding:0 50px}.product-overview-section{padding:55px 20px}.product-overview-section h2{font-size:32px;line-height:36px}.maintainance-text h3{font-size:26px;line-height:36px}.inventory-heading h2{font-size:32px;line-height:36px}.contact-form-header h3{font-size:32px;line-height:36px}.product-overview-list .item{width:100%;border:2px solid #959595 !important;border-top:none !important}.product-overview-list .item:first-child{border-top:2px solid #959595 !important}.product-overview-list .item .product-title{font-size:18px;line-height:20px}.maintainance-section{padding:50px 20px}.maintainance-img{width:260px;height:260px}.gaurantee-details{padding:40px 20px 15px}.active-product h4{font-size:22px;line-height:32px}.equipment-inventory .product-grid{padding:0 58px}.slick-slider.product-grid .product-item{overflow:hidden}.product-slider .product-details .get-quote-btn{margin:0}.product-grid .slick-next{right:0}.product-grid .slick-prev{left:0}.brand-inventory-slider .equipment-inventory{padding:46px 10px}.contact-us-section,.quick-quote-form{padding:20px 0}.contact-us-section nf-field{width:100%}.contact-us-section{padding:40px 10px 20px}.contact-us-section .nf-form-title{margin:0 0 25px}.contact-us-section p{font-size:14px;line-height:20px}.quick-quote-form .nf-form-title h3{font-size:32px;line-height:1.2}.quick-quote-form legend{font-size:14px;line-height:20px}.footer{padding:20px}.footer-info-col .info-menu .info-menu-list li{flex:0 0 50%}.product-information-section .tab-title{display:block}.product-information-section .tab-title a{display:block;margin:0 0 1px}.product-type-new{font-size:20px}.inventory-content,.site-content{padding-top:97px}.brand-page-template .site-content{padding-top:79px}.about-quote{padding:20px}.about-info-text{padding:20px}.management-team{padding:20px 20px 40px}.management-team-header h2{font-size:32px;line-height:36px;margin:0 0 20px}.our-goal-content h3{font-size:28px;line-height:32px;margin:0 0 20px}.services-category-image{height:280px}.serviced-cities__heading{text-align:center}.services-category-list .two-column a,.services-category-list li a{font-size:24px;line-height:34px;text-align:center;display:block}.coupon-code-section .coupon-code-field{display:block;position:relative;background:transparent}.coupon-code-field input[type="text"],.coupon-code-field input[type="submit"],.coupon-code-field button{width:100%;margin:0 0 20px}.cart-total-list li .cart-total-value{font-size:14px;line-height:24px}.cart-product-name,.cart-product-price,.cart-total-price,.quantity-update input[type="text"]{font-size:14px;line-height:24px}.your-order-content table tr th,.your-order-content table tr td{padding:10px 5px}.your-order-content table tr td:last-child{font-size:16px;line-height:30px}.check-payment-text p{font-size:16px;line-height:18px;margin:0 0 20px}}@media only screen and (min-width:1024px){.d-show{display:block}.m-hide{display:none}.header.sticky{padding-right:85px}.header.sticky .top-header{height:0;padding:0;overflow:hidden}.header.sticky .top-header > *{display:none}.header.sticky .top-header .header-search-cart{position:absolute;top:50%;right:15px;z-index:1;display:block;transform:translateY(-50%);margin-top:-2px}.header-logo .custom-logo-link img{position:absolute;top:0;left:0;width:auto;height:100%}.header.sticky .header-section .header-logo .custom-logo-link{max-width:none;height:100%}#primary-menu{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap}.brand-page-template #primary-menu{justify-content:flex-end}.header-menu ul li:hover > a{color:#c01f12}.header-menu ul ul{position:absolute;top:100%;min-width:11em;left:0;padding:24px 0 0;height:0;overflow:hidden;transition:all ease .3s;transform:rotateX(90deg);transform-origin:0 0;opacity:0;margin-left:0 !important}.header-menu ul ul ul{left:100%;top:-24px}.header-menu ul ul:before{content:"";background-color:rgba(0,0,0,.7);box-shadow:2px 2px 6px rgba(0,0,0,.2);position:absolute;top:20px;left:0;bottom:0;right:0}.header-menu li > ul a:hover{background-color:#fff;color:#2c2b2b}.header-menu li:hover > ul{height:auto;transform:rotateX(0);opacity:1;overflow:visible}.product-left{float:left;width:48%}div.product .entry-summary{float:right;width:48%}.woocommerce-EditAccountForm,.woocommerce-address-fields__field-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.woocommerce-EditAccountForm .clear,.woocommerce-EditAccountForm fieldset,.woocommerce-address-fields__field-wrapper .clear{width:100%}.woocommerce-EditAccountForm .form-row,.woocommerce-address-fields__field-wrapper .form-row{width:100%}.woocommerce-EditAccountForm .form-row:not(.woocommerce-form-row--wide),.woocommerce-address-fields__field-wrapper .form-row:not(.woocommerce-form-row--wide){width:48%}.test-desc{padding:50px 0 0}.test-desc .row{padding-left:60px;padding-right:60px;justify-content:space-between}.test-desc .row:before,.test-desc .row:after{display:none}.test-desc .col-md-6{flex:0 0 45%}.by-model__list{columns:6}.management-team-list ul.team-list li .team-image{margin-right:50px}}@media only screen and (min-width:992px){.address-contact{display:-webkit-box;display:-ms-flexbox;display:flex}.address-contact .contact-info,.address-contact .address-field{width:50%;padding:0 5px}}@media only screen and (min-width:479px){.product-grid .product-image{width:100%;height:270px;position:relative}.product-grid .product-image img{object-fit:cover;width:auto;height:100% !important}.error404 h1{font-size:50px;padding:90px 0 0}.error404 h2{display:block}.service-form .label-above .field-wrap{-ms-flex-flow:nowrap;flex-flow:nowrap}.service-form .label-above .nf-field-label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100px;padding-right:7px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.service-form #ninja_forms_required_items,.service-form .nf-field-container{margin-bottom:25px}@media only screen and (max-width:1279px){.service-form .center-max{margin:20px auto;max-width:calc(100% - 40px)}}}@media only screen and (min-width:1280px){.header.sticky{padding-right:120px}.header.sticky .top-header .header-search-cart{right:60px}.service-form .center-max{margin-top:60px;margin-bottom:60px;padding-left:20px;padding-right:20px}}@media only screen and (max-width:573px){.recaptcha-container .recaptcha-wrap{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.common-services .background-image{min-height:auto}.nf-form-cont .four-col-list ul li{width:50%;margin-bottom:20px !important}.four-col-list ul{-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.four-col-list .list-radio-wrap .nf-field-element ul{margin-bottom:-20px !important}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.out-of-stock{max-height:none}}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:""}.fa-at:before{content:"@"}.fa-trash-alt:before,.fa-trash-can:before{content:""}.fa-text-height:before{content:""}.fa-user-times:before,.fa-user-xmark:before{content:""}.fa-stethoscope:before{content:""}.fa-comment-alt:before,.fa-message:before{content:""}.fa-info:before{content:""}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:""}.fa-explosion:before{content:""}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-alt:before,.fa-calendar-days:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball-ball:before,.fa-volleyball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-circle-minus:before,.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:""}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before,.fa-search-location:before{content:""}.fa-forward-step:before,.fa-step-forward:before{content:""}.fa-face-smile-beam:before,.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football-ball:before,.fa-football:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angle-double-down:before,.fa-angles-down:before{content:""}.fa-users-rectangle:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before,.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:""}.fa-burn:before,.fa-fire-flame-simple:before{content:""}.fa-male:before,.fa-person:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before,.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before,.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before,.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before,.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil-alt:before,.fa-pencil:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-file-clipboard:before,.fa-paste:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before,.fa-torah:before{content:""}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:""}.fa-toggle-off:before{content:""}.fa-archive:before,.fa-box-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before,.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before,.fa-concierge-bell:before{content:""}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:""}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-caret-square-right:before,.fa-square-caret-right:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-minus-square:before,.fa-square-minus:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-caret-square-down:before,.fa-square-caret-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before,.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-heart-broken:before,.fa-heart-crack:before{content:""}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:""}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:""}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:""}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-alt:before,.fa-headphones-simple:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-down:before,.fa-volume-low:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-alt:before,.fa-wheat-awn:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"*"}.fa-check-square:before,.fa-square-check:before{content:""}.fa-peseta-sign:before{content:""}.fa-header:before,.fa-heading:before{content:""}.fa-ghost:before{content:""}.fa-list-squares:before,.fa-list:before{content:""}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before,.fa-dot-circle:before{content:""}.fa-dizzy:before,.fa-face-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:""}.fa-paint-brush:before,.fa-paintbrush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before,.fa-hot-tub:before{content:""}.fa-map-location:before,.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-edit:before,.fa-pen-to-square:before{content:""}.fa-car-side:before{content:""}.fa-share-alt:before,.fa-share-nodes:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before,.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand-paper:before,.fa-hand:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before,.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before,.fa-grin-wink:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-rss-square:before,.fa-square-rss:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before,.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-ambulance:before,.fa-truck-medical:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-bolt:before,.fa-poo-storm:before{content:""}.fa-face-frown-open:before,.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder-blank:before,.fa-folder:before{content:""}.fa-file-medical-alt:before,.fa-file-waveform:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:""}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-shuttle-van:before,.fa-van-shuttle:before{content:""}.fa-building-user:before{content:""}.fa-caret-square-left:before,.fa-square-caret-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-area-chart:before,.fa-chart-area:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before,.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:""}.fa-expand-arrows-alt:before,.fa-maximize:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before,.fa-triangle-circle-square:before{content:""}.fa-random:before,.fa-shuffle:before{content:""}.fa-person-running:before,.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before,.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:""}.fa-shop-slash:before,.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before,.fa-heartbeat:before{content:""}.fa-people-carry-box:before,.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before,.fa-weight:before{content:""}.fa-user-friends:before,.fa-user-group:before{content:""}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before,.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before,.fa-procedures:before{content:""}.fa-shuttle-space:before,.fa-space-shuttle:before{content:""}.fa-face-laugh:before,.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-alt:before,.fa-microphone-lines:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before,.fa-file-upload:before{content:""}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-edit:before,.fa-user-pen:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-style:before,.fa-border-top-left:before{content:""}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-poll:before,.fa-square-poll-vertical:before{content:""}.fa-mug-hot:before{content:""}.fa-battery-car:before,.fa-car-battery:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:""}.fa-hand-back-fist:before,.fa-hand-rock:before{content:""}.fa-caret-square-up:before,.fa-square-caret-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-bar-chart:before,.fa-chart-bar:before{content:""}.fa-hands-bubbles:before,.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before,.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-plus-square:before,.fa-square-plus:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:""}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:""}.fa-columns:before,.fa-table-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly-box:before,.fa-dolly:before{content:""}.fa-smoking:before{content:""}.fa-compress-arrows-alt:before,.fa-minimize:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angle-double-right:before,.fa-angles-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before,.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-check-circle:before,.fa-circle-check:before{content:""}.fa-circle-stop:before,.fa-stop-circle:before{content:""}.fa-compass-drafting:before,.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before,.fa-skating:before{content:""}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:""}.fa-arrow-right-to-file:before,.fa-file-import:before{content:""}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:""}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before,.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before,.fa-laptop-house:before{content:""}.fa-face-tired:before,.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before,.fa-sprout:before{content:""}.fa-arrows-alt-h:before,.fa-left-right:before{content:""}.fa-boxes-packing:before{content:""}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:""}.fa-remove-format:before,.fa-text-slash:before{content:""}.fa-face-smile-wink:before,.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-h:before,.fa-arrows-left-right:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:""}.fa-children:before{content:""}.fa-blackboard:before,.fa-chalkboard:before{content:""}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-alt:before,.fa-shield-halved:before{content:""}.fa-atlas:before,.fa-book-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before,.fa-house-damage:before{content:""}.fa-file-archive:before,.fa-file-zipper:before{content:""}.fa-square:before{content:""}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:""}.fa-feather-alt:before,.fa-feather-pointed:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-ad:before,.fa-rectangle-ad:before{content:""}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"?"}.fa-file-signature:before{content:""}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:""}.fa-code:before{content:""}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before,.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before,.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before,.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:""}.fa-eject:before{content:""}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before,.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-map-signs:before,.fa-signs-post:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before,.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-home-user:before,.fa-house-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:""}.fa-face-surprise:before,.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before,.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-alt:before,.fa-apple-whole:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before,.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball-ball:before,.fa-basketball:before{content:""}.fa-satellite-dish:before{content:""}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:""}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:""}.fa-volume-high:before,.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before,.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before,.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before,.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-alt:before,.fa-phone-flip:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-fast-forward:before,.fa-forward-fast:before{content:""}.fa-face-meh-blank:before,.fa-meh-blank:before{content:""}.fa-parking:before,.fa-square-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before,.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before,.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before,.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-alt:before,.fa-bus-simple:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before,.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-home-lg:before,.fa-house-chimney:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before,.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before,.fa-store-alt:before{content:""}.fa-floppy-disk:before,.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-comment-dots:before,.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before,.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before,.fa-praying-hands:before{content:""}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before,.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before,.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-times:before,.fa-calendar-xmark:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-cog:before,.fa-user-gear:before{content:""}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-digging:before,.fa-person-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right-alt:before,.fa-quote-right:before{content:""}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before,.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:""}.fa-table-cells:before,.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-bible:before,.fa-book-bible:before{content:""}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-female:before,.fa-person-dress:before{content:""}.fa-comment-dollar:before{content:""}.fa-briefcase-clock:before,.fa-business-time:before{content:""}.fa-table-cells-large:before,.fa-th-large:before{content:""}.fa-book-tanakh:before,.fa-tanakh:before{content:""}.fa-phone-volume:before,.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angle-double-up:before,.fa-angles-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass-empty:before,.fa-hourglass:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before,.fa-user-md:before{content:""}.fa-circle-info:before,.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera-alt:before,.fa-camera:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:""}.fa-hard-drive:before,.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-list-alt:before,.fa-rectangle-list:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:""}.fa-subway:before,.fa-train-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:""}.fa-crop-alt:before,.fa-crop-simple:before{content:""}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:""}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before,.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-droplet-slash:before,.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before,.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before,.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:""}.fa-clock-four:before,.fa-clock:before{content:""}.fa-backward-step:before,.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:""}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-3:before,.fa-battery-half:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders-h:before,.fa-sliders:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-teletype:before,.fa-tty:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-hiking:before,.fa-person-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before,.fa-grin:before{content:""}.fa-backspace:before,.fa-delete-left:before{content:""}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-face-meh:before,.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-dead:before,.fa-book-skull:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:""}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:""}.fa-cutlery:before,.fa-utensils:before{content:""}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:""}.fa-truck-pickup:before{content:""}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before,.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before,.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis-h:before,.fa-ellipsis:before{content:""}.fa-chess-pawn:before{content:""}.fa-first-aid:before,.fa-kit-medical:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card-alt:before,.fa-credit-card:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before,.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-h-square:before,.fa-square-h:before{content:""}.fa-podcast:before{content:""}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-hands-helping:before,.fa-handshake-angle:before{content:""}.fa-location-dot:before,.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before,.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-blind:before,.fa-person-walking-with-cane:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before,.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before,.fa-search:before{content:""}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:""}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:""}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-edit:before,.fa-file-pen:before{content:""}.fa-receipt:before{content:""}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-dots:before,.fa-list-ul:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-alt:before,.fa-landmark-dome:before{content:""}.fa-arrow-up:before{content:""}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before,.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before,.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before,.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:""}.fa-shipping-fast:before,.fa-truck-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-adjust:before,.fa-circle-half-stroke:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before,.fa-radiation-alt:before{content:""}.fa-baseball-ball:before,.fa-baseball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before,.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip-horizontal:before,.fa-grip:before{content:""}.fa-share-from-square:before,.fa-share-square:before{content:""}.fa-child-combatant:before,.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-phone-square:before,.fa-square-phone:before{content:""}.fa-add:before,.fa-plus:before{content:"+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:""}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:""}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left-alt:before,.fa-quote-left:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before,.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before,.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet-android:before,.fa-tablet:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-alt:before,.fa-car-rear:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-2:before,.fa-battery-quarter:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before,.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before,.fa-smile:before{content:""}.fa-thumb-tack:before,.fa-thumbtack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before,.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before,.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender-alt:before,.fa-transgender:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before,.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-alt:before,.fa-ticket-simple:before{content:""}.fa-building:before{content:""}.fa-angle-double-left:before,.fa-angles-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before,.fa-history:before{content:""}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:""}.fa-arrow-right-from-file:before,.fa-file-export:before{content:""}.fa-shield-blank:before,.fa-shield:before{content:""}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:""}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-magic:before,.fa-wand-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-biking:before,.fa-person-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before,.fa-globe-oceania:before{content:""}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-arrows-alt-v:before,.fa-up-down:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before,.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before,.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:""}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before,.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-angry:before,.fa-face-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-draw-polygon:before{content:""}.fa-balance-scale:before,.fa-scale-balanced:before{content:""}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:""}.fa-shower:before{content:""}.fa-desktop-alt:before,.fa-desktop:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:""}.fa-comment-sms:before,.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-4:before,.fa-battery-three-quarters:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-fist-raised:before,.fa-hand-fist:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before,.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before,.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:""}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before,.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:""}.fa-database:before{content:""}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-exchange-alt:before,.fa-right-left:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:""}.fa-arrows-up-down:before,.fa-arrows-v:before{content:""}.fa-face-grimace:before,.fa-grimace:before{content:""}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:""}.fa-level-down-alt:before,.fa-turn-down:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-envelope-square:before,.fa-square-envelope:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-band-aid:before,.fa-bandage:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before,.fa-globe-asia:before{content:""}.fa-id-card-alt:before,.fa-id-card-clip:before{content:""}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-allergies:before,.fa-hand-dots:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-coffee:before,.fa-mug-saucer:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-alt:before,.fa-user-large:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before,.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before,.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:""}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:""}.fa-users-cog:before,.fa-users-gear:before{content:""}.fa-person-military-pointing:before{content:""}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before,.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-alt:before,.fa-handshake-simple:before{content:""}.fa-fighter-jet:before,.fa-jet-fighter:before{content:""}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video-camera:before,.fa-video:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-level-up-alt:before,.fa-turn-up:before{content:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}.fa-solid,.fas{font-weight:900}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline !important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}.fa.fa-glass:before{content:""}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:""}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:""}.fa.fa-close:before,.fa.fa-remove:before{content:""}.fa.fa-gear:before{content:""}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:""}.fa.fa-home:before{content:""}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:""}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:""}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:""}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:""}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:""}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:""}.fa.fa-refresh:before{content:""}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:""}.fa.fa-dedent:before{content:""}.fa.fa-video-camera:before{content:""}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:""}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:""}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:""}.fa.fa-map-marker:before{content:""}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:""}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:""}.fa.fa-share-square-o:before{content:""}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:""}.fa.fa-arrows:before{content:""}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:""}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:""}.fa.fa-mail-forward:before{content:""}.fa.fa-expand:before{content:""}.fa.fa-compress:before{content:""}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:""}.fa.fa-calendar:before{content:""}.fa.fa-arrows-v:before{content:""}.fa.fa-arrows-h:before{content:""}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:""}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:""}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:""}.fa.fa-gears:before{content:""}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:""}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:""}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:""}.fa.fa-sign-out:before{content:""}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:""}.fa.fa-thumb-tack:before{content:""}.fa.fa-external-link:before{content:""}.fa.fa-sign-in:before{content:""}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:""}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:""}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:""}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:""}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:""}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:""}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:""}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:""}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:""}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:""}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:""}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:""}.fa.fa-globe:before{content:""}.fa.fa-tasks:before{content:""}.fa.fa-arrows-alt:before{content:""}.fa.fa-group:before{content:""}.fa.fa-chain:before{content:""}.fa.fa-cut:before{content:""}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:""}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:""}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:""}.fa.fa-navicon:before,.fa.fa-reorder:before{content:""}.fa.fa-magic:before{content:""}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:""}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:""}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:""}.fa.fa-money:before{content:""}.fa.fa-unsorted:before{content:""}.fa.fa-sort-desc:before{content:""}.fa.fa-sort-asc:before{content:""}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:""}.fa.fa-rotate-left:before{content:""}.fa.fa-legal:before{content:""}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:""}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:""}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:""}.fa.fa-flash:before{content:""}.fa.fa-clipboard:before{content:""}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:""}.fa.fa-exchange:before{content:""}.fa.fa-cloud-download:before{content:""}.fa.fa-cloud-upload:before{content:""}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:""}.fa.fa-cutlery:before{content:""}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:""}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:""}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:""}.fa.fa-tablet:before{content:""}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:""}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:""}.fa.fa-mail-reply:before{content:""}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:""}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:""}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:""}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:""}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:""}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:""}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:""}.fa.fa-mail-reply-all:before{content:""}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:""}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:""}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:""}.fa.fa-code-fork:before{content:""}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:""}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:""}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:""}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:""}.fa.fa-level-up:before{content:""}.fa.fa-level-down:before{content:""}.fa.fa-pencil-square:before{content:""}.fa.fa-external-link-square:before{content:""}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:""}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:""}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:""}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:""}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:""}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:""}.fa.fa-eur:before,.fa.fa-euro:before{content:""}.fa.fa-gbp:before{content:""}.fa.fa-dollar:before,.fa.fa-usd:before{content:"$"}.fa.fa-inr:before,.fa.fa-rupee:before{content:""}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:""}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:""}.fa.fa-krw:before,.fa.fa-won:before{content:""}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:""}.fa.fa-file-text:before{content:""}.fa.fa-sort-alpha-asc:before{content:""}.fa.fa-sort-alpha-desc:before{content:""}.fa.fa-sort-amount-asc:before{content:""}.fa.fa-sort-amount-desc:before{content:""}.fa.fa-sort-numeric-asc:before{content:""}.fa.fa-sort-numeric-desc:before{content:""}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:""}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:""}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:""}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:""}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:""}.fa.fa-long-arrow-down:before{content:""}.fa.fa-long-arrow-up:before{content:""}.fa.fa-long-arrow-left:before{content:""}.fa.fa-long-arrow-right:before{content:""}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:""}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:""}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:""}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:""}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:""}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:""}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:""}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:""}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:""}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:""}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:""}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:""}.fa.fa-mortar-board:before{content:""}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:""}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:""}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:""}.fa.fa-automobile:before{content:""}.fa.fa-cab:before{content:""}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:""}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:""}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:""}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:""}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:""}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:""}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:""}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:""}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:""}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:""}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:""}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:""}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:""}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:""}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:""}.fa.fa-circle-o-notch:before{content:""}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:""}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:""}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:""}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:""}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:""}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:""}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:""}.fa.fa-send:before{content:""}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:""}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:""}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:""}.fa.fa-header:before{content:""}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:""}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:""}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:""}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:""}.fa.fa-trash:before{content:""}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:""}.fa.fa-area-chart:before{content:""}.fa.fa-pie-chart:before{content:""}.fa.fa-line-chart:before{content:""}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:""}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:""}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:""}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:""}.fa.fa-intersex:before,.fa.fa-transgender:before{content:""}.fa.fa-transgender-alt:before{content:""}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:""}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:""}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:""}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:""}.fa.fa-battery-3:before{content:""}.fa.fa-battery-2:before{content:""}.fa.fa-battery-1:before{content:""}.fa.fa-battery-0:before{content:""}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:""}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:""}.fa.fa-hourglass-1:before{content:""}.fa.fa-hourglass-2:before{content:""}.fa.fa-hourglass-3:before{content:""}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:""}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:""}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:""}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:""}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:""}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:""}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:""}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:""}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:""}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:""}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:""}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:""}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:""}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:""}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:""}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:""}.fa.fa-commenting:before{content:""}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:""}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:""}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:""}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:""}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:""}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:""}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:""}.fa.fa-volume-control-phone:before{content:""}.fa.fa-asl-interpreting:before{content:""}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:""}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:""}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:""}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:""}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:""}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:""}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:""}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:""}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:""}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:""}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:""}.fa.fa-vcard:before{content:""}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:""}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:""}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:""}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:""}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:""}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:""}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:""}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:""}.fa.fa-thermometer-3:before{content:""}.fa.fa-thermometer-2:before{content:""}.fa.fa-thermometer-1:before{content:""}.fa.fa-thermometer-0:before{content:""}.fa.fa-bathtub:before,.fa.fa-s15:before{content:""}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:""}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:""}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:""}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:""}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:""}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}