*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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: monospace, monospace; /* 1 */
  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: monospace, monospace; /* 1 */
  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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}


.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family:"Muli";
  src:url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-400.woff") format("woff2"),
    url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-400.woff") format("woff"),
      url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-400.otf") format("opentype");
        font-style:italic;
        font-weight:400;
        }

@font-face {
  font-family:"Muli";
  src:url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-400-normal.woff") format("woff2"),
    url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-400-normal.woff") format("woff"),
      url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-400-normal.otf") format("opentype");
        font-style:normal;
        font-weight:400;
        }


@font-face {
  font-family:"Muli";
  src:url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-semibold.woff2") format("woff2"),
    url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-semibold.woff") format("woff"),
      url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-semibold.otf") format("opentype");
        font-style:normal;
        font-weight:600;
        }


@font-face {
  font-family:"Muli";
  src:url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-bold.woff2") format("woff2"),
    url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-bold.woff") format("woff"),
      url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-bold.otf") format("opentype");
        font-style:normal;
        font-weight:700;
        }

@font-face {
  font-family:"Muli";
  src:url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-extra-bold.woff2") format("woff2"),
    url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-extra-bold.woff") format("woff"),
      url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-extra-bold.otf") format("opentype");
        font-style:normal;
        font-weight:800;
        }


@font-face {
  font-family:"Muli";
  src:url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-double-extra-bold.woff2") format("woff2"),
    url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-double-extra-bold.woff") format("woff"),
      url("https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/muli-double-extra-bold.otf") format("opentype");
        font-style:normal;
        font-weight:900;
        }




html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  overflow: initial;
  line-height: 1.75;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.00em;
  margin: 0 0 1.4rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
  letter-spacing: 0.00em;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.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.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%,100%,20%,53%,80% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-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 {
	0%,100%,20%,53%,80% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-30px,0);
		-ms-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-15px,0);
		-ms-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

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

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%,100%,50% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,100%,50% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

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

@-webkit-keyframes pulse {
	0% {
		-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);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		-ms-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		-ms-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		-ms-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		-ms-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		-ms-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		-ms-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

@-webkit-keyframes shake {
	0%,100% {
		-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 {
	0%,100% {
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		-ms-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		-ms-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

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

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

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		-ms-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		-ms-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		-ms-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg);
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		-ms-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg);
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		-ms-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.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);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		-ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		-ms-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);
		-ms-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);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

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

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		-ms-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);
		-ms-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);
		-ms-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);
		-ms-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);
		-ms-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes bounceIn {
	0%,100%,20%,40%,60%,80% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.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(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes bounceIn {
	0%,100%,20%,40%,60%,80% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		-ms-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		-ms-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		-ms-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		-ms-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		-ms-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes bounceInLeft {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		-ms-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes bounceInRight {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		-ms-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes bounceInUp {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		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);
	}

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

@keyframes bounceInUp {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		-ms-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

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

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

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

	100% {
		-webkit-transform: translate3d(0,0,0);
		-ms-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(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		-ms-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		-ms-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

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

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

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

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

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

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		-ms-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);
	}

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

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

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		-ms-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);
	}

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

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

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		-ms-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);
	}

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

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

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

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		-ms-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

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

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

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		-ms-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		-ms-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		-ms-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		-ms-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		-ms-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		-ms-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		-ms-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		-ms-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		-ms-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		-ms-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) 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(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-ms-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) 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(.95,.95,.95);
		-ms-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-transition-timing-function: ease-in;
		transition-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-transition-timing-function: ease-in;
		transition-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);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		-ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		-ms-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);
		-ms-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-transition-timing-function: ease-in;
		transition-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-transition-timing-function: ease-in;
		transition-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);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		-ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		-ms-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);
		-ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-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;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		-ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
	0% {
		-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;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		-ms-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		-ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-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);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		-ms-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		-ms-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

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

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		-ms-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 {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

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

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,200deg);
		-ms-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 {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0,0,1,45deg);
		transform: rotate(0,0,1,45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0,0,1,45deg);
		-ms-transform: rotate(0,0,1,45deg);
		transform: rotate(0,0,1,45deg);
		opacity: 0;
	}
}

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

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

	100% {
		-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 {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		-ms-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 {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		-ms-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 {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,90deg);
		-ms-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;
	}

	100% {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-ms-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);
		-ms-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-transform-origin: top left;
		-ms-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);
		-ms-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0,700px,0);
		-ms-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

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

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		-ms-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		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 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		-ms-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 {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		-ms-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-ms-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-ms-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-ms-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-ms-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		-ms-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	100% {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-ms-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		-ms-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		-ms-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(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		-ms-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		-ms-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(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-ms-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@font-face {
  font-family: 'uncodeicon_block';
  src: url('https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/uncode-icons.eot') format('embedded-opentype'),
    url('https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/uncode-icons.woff') format('woff'),
      url('https://25116785.fs1.hubspotusercontent-eu1.net/hubfs/25116785/raw_assets/public/Voxeljet_August2022/fonts/uncode-icons.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        }


.fa {
  font-family: 'uncodeicon_block' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa.fa-push-right {
  margin-right: .3em;
}

.fa.fa-push-left {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  border: 2px solid #c0c0c0;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -o-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  -ms-border-radius: 2.5em;
  border-radius: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-stack-3x {
  font-size: 3em;
}

.fa-inverse {
  color: #fff;
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-plus:before {
  content: "\f067";
}

.fa-question:before {
  content: "\f128";
}

.fa-minus:before {
  content: "\f068";
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before {
  content: "\f00d";
}

.fa-remove:before {
  content: "\f00d";
}

.fa-times1:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before {
  content: "\f013";
}

.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before {
  content: "\f01e";
}

.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before {
  content: "\f03b";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before {
  content: "\f03e";
}

.fa-photo:before {
  content: "\f03e";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before {
  content: "\f044";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before {
  content: "\f064";
}

.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-warning1:before,.fa-warning2:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart:before {
  content: "\f080";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before {
  content: "\f09e";
}

.fa-rss1:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before {
  content: "\f0c0";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before {
  content: "\f0c1";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-scissors1:before {
  content: "\f0c4";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-navicon:before {
  content: "\f0c9";
}

.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before {
  content: "\f0de";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before {
  content: "\f0e2";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before {
  content: "\f0e4";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-flash1:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before {
  content: "\f0ea";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-phone:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before {
  content: "\f112";
}

.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before {
  content: "\f123";
}

.fa-star-half-full:before {
  content: "\f123";
}

.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before {
  content: "\f127";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before {
  content: "\f153";
}

.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-usd:before {
  content: "\f155";
}

.fa-inr:before {
  content: "\f156";
}

.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before {
  content: "\f157";
}

.fa-jpy:before {
  content: "\f157";
}

.fa-rmb:before {
  content: "\f157";
}

.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before {
  content: "\f158";
}

.fa-rub:before {
  content: "\f158";
}

.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before {
  content: "\f159";
}

.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before {
  content: "\f15a";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before {
  content: "\f195";
}

.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before {
  content: "\f19c";
}

.fa-institution:before {
  content: "\f19c";
}

.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before {
  content: "\f1b9";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before {
  content: "\f1ba";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before {
  content: "\f1cd";
}

.fa-life-buoy:before {
  content: "\f1cd";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-life-saver:before {
  content: "\f1cd";
}

.fa-support1:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before {
  content: "\f1d0";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before {
  content: "\f1d7";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before {
  content: "\f20b";
}

.fa-shekel:before {
  content: "\f20b";
}

.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before {
  content: "\f224";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before {
  content: "\f236";
}

.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery2:before {
  content: "\f240";
}

.fa-battery-4:before {
  content: "\f240";
}

.fa-battery-full1:before {
  content: "\f240";
}

.fa-battery-3:before {
  content: "\f241";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before {
  content: "\f242";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before {
  content: "\f243";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before {
  content: "\f244";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before {
  content: "\f251";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before {
  content: "\f252";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before {
  content: "\f253";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass1:before {
  content: "\f254";
}

.fa-hand-grab-o:before {
  content: "\f255";
}

.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before {
  content: "\f26c";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin1:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag1:before,.fa-shopping-bag2:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deafness:before {
  content: "\f2a4";
}

.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before {
  content: "\f2b4";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before {
  content: "\f2c2";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before {
  content: "\f2c3";
}

.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer1:before {
  content: "\f2c7";
}

.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-bathtub:before {
  content: "\f2cd";
}

.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before {
  content: "\f2d3";
}

.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before {
  content: "\f2d4";
}

.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-eye2:before {
  content: "\e064";
}

.fa-paper-clip:before {
  content: "\e065";
}

.fa-mail:before {
  content: "\e066";
}

.fa-toggle:before {
  content: "\e067";
}

.fa-layout:before {
  content: "\e068";
}

.fa-link3:before {
  content: "\e069";
}

.fa-bell2:before {
  content: "\e06a";
}

.fa-lock3:before {
  content: "\e06b";
}

.fa-unlock2:before {
  content: "\e06c";
}

.fa-ribbon:before {
  content: "\e06d";
}

.fa-image2:before {
  content: "\e06e";
}

.fa-signal2:before {
  content: "\e06f";
}

.fa-target:before {
  content: "\e070";
}

.fa-clipboard2:before {
  content: "\e071";
}

.fa-clock:before {
  content: "\e072";
}

.fa-watch:before {
  content: "\e073";
}

.fa-air-play:before {
  content: "\e074";
}

.fa-camera3:before {
  content: "\e075";
}

.fa-video:before {
  content: "\e076";
}

.fa-disc:before {
  content: "\e077";
}

.fa-printer:before {
  content: "\e078";
}

.fa-monitor:before {
  content: "\e079";
}

.fa-server2:before {
  content: "\e07a";
}

.fa-cog2:before {
  content: "\e07b";
}

.fa-heart3:before {
  content: "\e07c";
}

.fa-paragraph2:before {
  content: "\e07d";
}

.fa-align-justify2:before {
  content: "\e07e";
}

.fa-align-left2:before {
  content: "\e07f";
}

.fa-align-center2:before {
  content: "\e080";
}

.fa-align-right2:before {
  content: "\e081";
}

.fa-book2:before {
  content: "\e082";
}

.fa-layers:before {
  content: "\e083";
}

.fa-stacked:before {
  content: "\e084";
}

.fa-stack-2:before {
  content: "\e085";
}

.fa-paper:before {
  content: "\e086";
}

.fa-paper-stack:before {
  content: "\e087";
}

.fa-search3:before {
  content: "\e088";
}

.fa-zoom-in:before {
  content: "\e089";
}

.fa-zoom-out:before {
  content: "\e08a";
}

.fa-reply2:before {
  content: "\e08b";
}

.fa-circle-plus:before {
  content: "\e08c";
}

.fa-circle-minus:before {
  content: "\e08d";
}

.fa-circle-check:before {
  content: "\e08e";
}

.fa-circle-cross:before {
  content: "\e08f";
}

.fa-square-plus:before {
  content: "\e090";
}

.fa-square-minus:before {
  content: "\e091";
}

.fa-square-check:before {
  content: "\e092";
}

.fa-square-cross:before {
  content: "\e093";
}

.fa-microphone2:before {
  content: "\e094";
}

.fa-record:before {
  content: "\e095";
}

.fa-skip-back:before {
  content: "\e096";
}

.fa-rewind:before {
  content: "\e097";
}

.fa-play2:before {
  content: "\e098";
}

.fa-pause2:before {
  content: "\e099";
}

.fa-stop2:before {
  content: "\e09a";
}

.fa-fast-forward2:before {
  content: "\e09b";
}

.fa-skip-forward:before {
  content: "\e09c";
}

.fa-shuffle:before {
  content: "\e09d";
}

.fa-repeat2:before {
  content: "\e09e";
}

.fa-folder2:before {
  content: "\e09f";
}

.fa-umbrella2:before {
  content: "\e0a0";
}

.fa-moon:before {
  content: "\e0a1";
}

.fa-thermometer:before {
  content: "\e0a2";
}

.fa-drop:before {
  content: "\e0a3";
}

.fa-sun:before {
  content: "\e0a4";
}

.fa-cloud3:before {
  content: "\e0a5";
}

.fa-cloud-upload2:before {
  content: "\e0a6";
}

.fa-cloud-download2:before {
  content: "\e0a7";
}

.fa-upload3:before {
  content: "\e0a8";
}

.fa-download3:before {
  content: "\e0a9";
}

.fa-location:before {
  content: "\e0aa";
}

.fa-location-2:before {
  content: "\e0ab";
}

.fa-map2:before {
  content: "\e0ac";
}

.fa-battery:before {
  content: "\e0ad";
}

.fa-head:before {
  content: "\e0ae";
}

.fa-briefcase3:before {
  content: "\e0af";
}

.fa-speech-bubble:before {
  content: "\e0b0";
}

.fa-anchor3:before {
  content: "\e0b1";
}

.fa-globe3:before {
  content: "\e0b2";
}

.fa-box:before {
  content: "\e0b3";
}

.fa-reload:before {
  content: "\e0b4";
}

.fa-share2:before {
  content: "\e0b5";
}

.fa-marquee:before {
  content: "\e0b6";
}

.fa-marquee-plus:before {
  content: "\e0b7";
}

.fa-marquee-minus:before {
  content: "\e0b8";
}

.fa-tag2:before {
  content: "\e0b9";
}

.fa-power:before {
  content: "\e0ba";
}

.fa-command:before {
  content: "\e0bb";
}

.fa-alt:before {
  content: "\e0bc";
}

.fa-esc:before {
  content: "\e0bd";
}

.fa-bar-graph:before {
  content: "\e0be";
}

.fa-bar-graph-2:before {
  content: "\e0bf";
}

.fa-pie-graph:before {
  content: "\e0c0";
}

.fa-star2:before {
  content: "\e0c1";
}

.fa-arrow-left2:before {
  content: "\e0c2";
}

.fa-arrow-right2:before {
  content: "\e0c3";
}

.fa-arrow-up2:before {
  content: "\e0c4";
}

.fa-arrow-down2:before {
  content: "\e0c5";
}

.fa-volume:before {
  content: "\e0c6";
}

.fa-mute:before {
  content: "\e0c7";
}

.fa-content-right:before {
  content: "\e100";
}

.fa-content-left:before {
  content: "\e101";
}

.fa-grid:before {
  content: "\e102";
}

.fa-grid-2:before {
  content: "\e103";
}

.fa-columns2:before {
  content: "\e104";
}

.fa-loader:before {
  content: "\e105";
}

.fa-bag:before {
  content: "\e106b";
}

.fa-ban2:before {
  content: "\e107";
}

.fa-flag3:before {
  content: "\e108";
}

.fa-trash2:before {
  content: "\e109";
}

.fa-expand3:before {
  content: "\e110";
}

.fa-contract:before {
  content: "\e111";
}

.fa-maximize:before {
  content: "\e112";
}

.fa-minimize:before {
  content: "\e113";
}

.fa-plus2:before {
  content: "\e114";
}

.fa-minus2:before {
  content: "\e115";
}

.fa-check2:before {
  content: "\e116";
}

.fa-cross:before {
  content: "\e117";
}

.fa-move:before {
  content: "\e118";
}

.fa-delete:before {
  content: "\e119";
}

.fa-menu:before {
  content: "\e120";
}

.fa-archive2:before {
  content: "\e121";
}

.fa-inbox2:before {
  content: "\e122";
}

.fa-outbox:before {
  content: "\e123";
}

.fa-file2:before {
  content: "\e124";
}

.fa-file-add:before {
  content: "\e125";
}

.fa-file-subtract:before {
  content: "\e126";
}

.fa-help:before {
  content: "\e127";
}

.fa-open:before {
  content: "\e128";
}

.fa-ellipsis:before {
  content: "\e129";
}

.fa-code1:before {
  content: "\e900";
}

.fa-log-in:before {
  content: "\e901";
}

.fa-log-out:before {
  content: "\e902";
}

.fa-sidebar:before {
  content: "\e903";
}

.fa-sliders1:before {
  content: "\e904";
}

.fa-smartphone1:before {
  content: "\e905";
}

.fa-tablet1:before {
  content: "\e906";
}

.fa-times:before {
  content: "\e600";
}

.fa-tick:before {
  content: "\e601";
}

.fa-plus3:before {
  content: "\e602";
}

.fa-minus3:before {
  content: "\e603";
}

.fa-equals:before {
  content: "\e604";
}

.fa-divide:before {
  content: "\e605";
}

.fa-chevron-right2:before {
  content: "\e606";
}

.fa-chevron-left2:before {
  content: "\e607";
}

.fa-arrow-right-thick:before {
  content: "\e608";
}

.fa-arrow-left-thick:before {
  content: "\e609";
}

.fa-th-small:before {
  content: "\e60a";
}

.fa-th-menu:before {
  content: "\e60b";
}

.fa-th-list2:before {
  content: "\e60c";
}

.fa-th-large2:before {
  content: "\e60d";
}

.fa-home2:before {
  content: "\e60e";
}

.fa-arrow-forward:before {
  content: "\e60f";
}

.fa-arrow-back:before {
  content: "\e610";
}

.fa-rss:before {
  content: "\e611";
}

.fa-location2:before {
  content: "\e612";
}

.fa-link2:before {
  content: "\e613";
}

.fa-image3:before {
  content: "\e614";
}

.fa-arrow-up-thick:before {
  content: "\e615";
}

.fa-arrow-down-thick:before {
  content: "\e616";
}

.fa-starburst:before {
  content: "\e617";
}

.fa-starburst-outline:before {
  content: "\e618";
}

.fa-star3:before {
  content: "\e619";
}

.fa-flow-children:before {
  content: "\e61a";
}

.fa-export:before {
  content: "\e61b";
}

.fa-delete2:before {
  content: "\e61c";
}

.fa-delete-outline:before {
  content: "\e61d";
}

.fa-cloud-storage:before {
  content: "\e61e";
}

.fa-wi-fi:before {
  content: "\e61f";
}

.fa-heart4:before {
  content: "\e620";
}

.fa-flash:before {
  content: "\e621";
}

.fa-cancel:before {
  content: "\e622";
}

.fa-backspace:before {
  content: "\e623";
}

.fa-attachment2:before {
  content: "\e624";
}

.fa-arrow-move:before {
  content: "\e625";
}

.fa-warning:before {
  content: "\e626";
}

.fa-user2:before {
  content: "\e627";
}

.fa-radar:before {
  content: "\e628";
}

.fa-lock-open:before {
  content: "\e629";
}

.fa-lock-closed:before {
  content: "\e62a";
}

.fa-location-arrow2:before {
  content: "\e62b";
}

.fa-info2:before {
  content: "\e62c";
}

.fa-user-delete:before {
  content: "\e62d";
}

.fa-user-add:before {
  content: "\e62e";
}

.fa-media-pause:before {
  content: "\e62f";
}

.fa-group2:before {
  content: "\e630";
}

.fa-chart-pie:before {
  content: "\e631";
}

.fa-chart-line:before {
  content: "\e632";
}

.fa-chart-bar:before {
  content: "\e633";
}

.fa-chart-area:before {
  content: "\e634";
}

.fa-video2:before {
  content: "\e635";
}

.fa-point-of-interest:before {
  content: "\e636";
}

.fa-infinity:before {
  content: "\e637";
}

.fa-globe4:before {
  content: "\e638";
}

.fa-eye3:before {
  content: "\e639";
}

.fa-cog3:before {
  content: "\e63a";
}

.fa-camera4:before {
  content: "\e63b";
}

.fa-upload4:before {
  content: "\e63c";
}

.fa-scissors:before {
  content: "\e63d";
}

.fa-refresh3:before {
  content: "\e63e";
}

.fa-pin:before {
  content: "\e63f";
}

.fa-key3:before {
  content: "\e640";
}

.fa-info-large:before {
  content: "\e641";
}

.fa-eject2:before {
  content: "\e642";
}

.fa-download4:before {
  content: "\e643";
}

.fa-zoom:before {
  content: "\e644";
}

.fa-zoom-out2:before {
  content: "\e645";
}

.fa-zoom-in2:before {
  content: "\e646";
}

.fa-sort-numerically:before {
  content: "\e647";
}

.fa-sort-alphabetically:before {
  content: "\e648";
}

.fa-input-checked:before {
  content: "\e649";
}

.fa-calender:before {
  content: "\e64a";
}

.fa-world:before {
  content: "\e64b";
}

.fa-notes:before {
  content: "\e64c";
}

.fa-code2:before {
  content: "\e64d";
}

.fa-arrow-sync:before {
  content: "\e64e";
}

.fa-arrow-shuffle:before {
  content: "\e64f";
}

.fa-arrow-repeat:before {
  content: "\e650";
}

.fa-arrow-minimise:before {
  content: "\e651";
}

.fa-arrow-maximise:before {
  content: "\e652";
}

.fa-arrow-loop:before {
  content: "\e653";
}

.fa-anchor4:before {
  content: "\e654";
}

.fa-spanner:before {
  content: "\e655";
}

.fa-puzzle2:before {
  content: "\e656";
}

.fa-power2:before {
  content: "\e657";
}

.fa-plane2:before {
  content: "\e658";
}

.fa-pi:before {
  content: "\e659";
}

.fa-phone3:before {
  content: "\e65a";
}

.fa-microphone3:before {
  content: "\e65b";
}

.fa-media-rewind:before {
  content: "\e65c";
}

.fa-flag4:before {
  content: "\e65d";
}

.fa-adjust-brightness:before {
  content: "\e65e";
}

.fa-waves:before {
  content: "\e65f";
}

.fa-social-twitter:before {
  content: "\e660";
}

.fa-social-facebook:before {
  content: "\e661";
}

.fa-social-dribbble:before {
  content: "\e662";
}

.fa-media-stop:before {
  content: "\e663";
}

.fa-media-record:before {
  content: "\e664";
}

.fa-media-play:before {
  content: "\e665";
}

.fa-media-fast-forward:before {
  content: "\e666";
}

.fa-media-eject:before {
  content: "\e667";
}

.fa-social-vimeo:before {
  content: "\e668";
}

.fa-social-tumbler:before {
  content: "\e669";
}

.fa-social-skype:before {
  content: "\e66a";
}

.fa-social-pinterest:before {
  content: "\e66b";
}

.fa-social-linkedin:before {
  content: "\e66c";
}

.fa-social-last-fm:before {
  content: "\e66d";
}

.fa-social-github:before {
  content: "\e66e";
}

.fa-social-flickr:before {
  content: "\e66f";
}

.fa-at2:before {
  content: "\e670";
}

.fa-times-outline:before {
  content: "\e671";
}

.fa-plus-outline:before {
  content: "\e672";
}

.fa-minus-outline:before {
  content: "\e673";
}

.fa-tick-outline:before {
  content: "\e674";
}

.fa-th-large-outline:before {
  content: "\e675";
}

.fa-equals-outline:before {
  content: "\e676";
}

.fa-divide-outline:before {
  content: "\e677";
}

.fa-chevron-right-outline:before {
  content: "\e678";
}

.fa-chevron-left-outline:before {
  content: "\e679";
}

.fa-arrow-right-outline:before {
  content: "\e67a";
}

.fa-arrow-left-outline:before {
  content: "\e67b";
}

.fa-th-small-outline:before {
  content: "\e67c";
}

.fa-th-menu-outline:before {
  content: "\e67d";
}

.fa-th-list-outline:before {
  content: "\e67e";
}

.fa-news:before {
  content: "\e67f";
}

.fa-home-outline:before {
  content: "\e680";
}

.fa-arrow-up-outline:before {
  content: "\e681";
}

.fa-arrow-forward-outline:before {
  content: "\e682";
}

.fa-arrow-down-outline:before {
  content: "\e683";
}

.fa-arrow-back-outline:before {
  content: "\e684";
}

.fa-trash3:before {
  content: "\e685";
}

.fa-rss-outline:before {
  content: "\e686";
}

.fa-message:before {
  content: "\e687";
}

.fa-location-outline:before {
  content: "\e688";
}

.fa-link-outline:before {
  content: "\e689";
}

.fa-image-outline:before {
  content: "\e68a";
}

.fa-export-outline:before {
  content: "\e68b";
}

.fa-cross2:before {
  content: "\e68c";
}

.fa-wi-fi-outline:before {
  content: "\e68d";
}

.fa-star-outline:before {
  content: "\e68e";
}

.fa-media-pause-outline:before {
  content: "\e68f";
}

.fa-mail2:before {
  content: "\e690";
}

.fa-heart-outline:before {
  content: "\e691";
}

.fa-flash-outline:before {
  content: "\e692";
}

.fa-cancel-outline:before {
  content: "\e693";
}

.fa-beaker2:before {
  content: "\e694";
}

.fa-arrow-move-outline:before {
  content: "\e695";
}

.fa-watch2:before {
  content: "\e696";
}

.fa-warning-outline:before {
  content: "\e697";
}

.fa-time:before {
  content: "\e698";
}

.fa-radar-outline:before {
  content: "\e699";
}

.fa-lock-open-outline:before {
  content: "\e69a";
}

.fa-location-arrow-outline:before {
  content: "\e69b";
}

.fa-info-outline:before {
  content: "\e69c";
}

.fa-backspace-outline:before {
  content: "\e69d";
}

.fa-attachment-outline:before {
  content: "\e69e";
}

.fa-user-outline:before {
  content: "\e69f";
}

.fa-user-delete-outline:before {
  content: "\e6a0";
}

.fa-user-add-outline:before {
  content: "\e6a1";
}

.fa-lock-closed-outline:before {
  content: "\e6a2";
}

.fa-group-outline:before {
  content: "\e6a3";
}

.fa-chart-pie-outline:before {
  content: "\e6a4";
}

.fa-chart-line-outline:before {
  content: "\e6a5";
}

.fa-chart-bar-outline:before {
  content: "\e6a6";
}

.fa-chart-area-outline:before {
  content: "\e6a7";
}

.fa-video-outline:before {
  content: "\e6a8";
}

.fa-point-of-interest-outline:before {
  content: "\e6a9";
}

.fa-map4:before {
  content: "\e6aa";
}

.fa-key-outline:before {
  content: "\e6ab";
}

.fa-infinity-outline:before {
  content: "\e6ac";
}

.fa-globe-outline:before {
  content: "\e6ad";
}

.fa-eye-outline:before {
  content: "\e6ae";
}

.fa-cog-outline:before {
  content: "\e6af";
}

.fa-camera-outline:before {
  content: "\e6b0";
}

.fa-upload-outline:before {
  content: "\e6b1";
}

.fa-support:before {
  content: "\e6b2";
}

.fa-scissors-outline:before {
  content: "\e6b3";
}

.fa-refresh-outline:before {
  content: "\e6b4";
}

.fa-info-large-outline:before {
  content: "\e6b5";
}

.fa-eject-outline:before {
  content: "\e6b6";
}

.fa-download-outline:before {
  content: "\e6b7";
}

.fa-battery-mid:before {
  content: "\e6b8";
}

.fa-battery-low:before {
  content: "\e6b9";
}

.fa-battery-high:before {
  content: "\e6ba";
}

.fa-zoom-outline:before {
  content: "\e6bb";
}

.fa-zoom-out-outline:before {
  content: "\e6bc";
}

.fa-zoom-in-outline:before {
  content: "\e6bd";
}

.fa-tag3:before {
  content: "\e6be";
}

.fa-tabs-outline:before {
  content: "\e6bf";
}

.fa-pin-outline:before {
  content: "\e6c0";
}

.fa-message-typing:before {
  content: "\e6c1";
}

.fa-directions:before {
  content: "\e6c2";
}

.fa-battery-full:before {
  content: "\e6c3";
}

.fa-battery-charge:before {
  content: "\e6c4";
}

.fa-pipette:before {
  content: "\e6c5";
}

.fa-pencil3:before {
  content: "\e6c6";
}

.fa-folder3:before {
  content: "\e6c7";
}

.fa-folder-delete:before {
  content: "\e6c8";
}

.fa-folder-add:before {
  content: "\e6c9";
}

.fa-edit3:before {
  content: "\e6ca";
}

.fa-document2:before {
  content: "\e6cb";
}

.fa-document-delete:before {
  content: "\e6cc";
}

.fa-document-add:before {
  content: "\e6cd";
}

.fa-brush:before {
  content: "\e6ce";
}

.fa-thumbs-up2:before {
  content: "\e6cf";
}

.fa-thumbs-down2:before {
  content: "\e6d0";
}

.fa-pen:before {
  content: "\e6d1";
}

.fa-sort-numerically-outline:before {
  content: "\e6d2";
}

.fa-sort-alphabetically-outline:before {
  content: "\e6d3";
}

.fa-social-last-fm-circular:before {
  content: "\e6d4";
}

.fa-social-github-circular:before {
  content: "\e6d5";
}

.fa-compass3:before {
  content: "\e6d6";
}

.fa-bookmark2:before {
  content: "\e6d7";
}

.fa-input-checked-outline:before {
  content: "\e6d8";
}

.fa-code-outline:before {
  content: "\e6d9";
}

.fa-calender-outline:before {
  content: "\e6da";
}

.fa-business-card:before {
  content: "\e6db";
}

.fa-arrow-up3:before {
  content: "\e6dc";
}

.fa-arrow-sync-outline:before {
  content: "\e6dd";
}

.fa-arrow-right3:before {
  content: "\e6de";
}

.fa-arrow-repeat-outline:before {
  content: "\e6df";
}

.fa-arrow-loop-outline:before {
  content: "\e6e0";
}

.fa-arrow-left3:before {
  content: "\e6e1";
}

.fa-flow-switch:before {
  content: "\e6e2";
}

.fa-flow-parallel:before {
  content: "\e6e3";
}

.fa-flow-merge:before {
  content: "\e6e4";
}

.fa-document-text:before {
  content: "\e6e5";
}

.fa-clipboard4:before {
  content: "\e6e6";
}

.fa-calculator2:before {
  content: "\e6e7";
}

.fa-arrow-minimise-outline:before {
  content: "\e6e8";
}

.fa-arrow-maximise-outline:before {
  content: "\e6e9";
}

.fa-arrow-down3:before {
  content: "\e6ea";
}

.fa-gift3:before {
  content: "\e6eb";
}

.fa-film2:before {
  content: "\e6ec";
}

.fa-database2:before {
  content: "\e6ed";
}

.fa-bell3:before {
  content: "\e6ee";
}

.fa-anchor-outline:before {
  content: "\e6ef";
}

.fa-adjust-contrast:before {
  content: "\e6f0";
}

.fa-world-outline:before {
  content: "\e6f1";
}

.fa-shopping-bag:before {
  content: "\e6f2";
}

.fa-power-outline:before {
  content: "\e6f3";
}

.fa-notes-outline:before {
  content: "\e6f4";
}

.fa-device-tablet:before {
  content: "\e6f5";
}

.fa-device-phone:before {
  content: "\e6f6";
}

.fa-device-laptop:before {
  content: "\e6f7";
}

.fa-device-desktop:before {
  content: "\e6f8";
}

.fa-briefcase4:before {
  content: "\e6f9";
}

.fa-stopwatch:before {
  content: "\e6fa";
}

.fa-spanner-outline:before {
  content: "\e6fb";
}

.fa-puzzle-outline:before {
  content: "\e6fc";
}

.fa-printer2:before {
  content: "\e6fd";
}

.fa-pi-outline:before {
  content: "\e6fe";
}

.fa-lightbulb2:before {
  content: "\e6ff";
}

.fa-flag-outline:before {
  content: "\e700";
}

.fa-contacts:before {
  content: "\e701";
}

.fa-archive3:before {
  content: "\e702";
}

.fa-weather-stormy:before {
  content: "\e703";
}

.fa-weather-shower:before {
  content: "\e704";
}

.fa-weather-partly-sunny:before {
  content: "\e705";
}

.fa-weather-downpour:before {
  content: "\e706";
}

.fa-weather-cloudy:before {
  content: "\e707";
}

.fa-plane-outline:before {
  content: "\e708";
}

.fa-phone-outline:before {
  content: "\e709";
}

.fa-microphone-outline:before {
  content: "\e70a";
}

.fa-weather-windy:before {
  content: "\e70b";
}

.fa-weather-windy-cloudy:before {
  content: "\e70c";
}

.fa-weather-sunny:before {
  content: "\e70d";
}

.fa-weather-snow:before {
  content: "\e70e";
}

.fa-weather-night:before {
  content: "\e70f";
}

.fa-media-stop-outline:before {
  content: "\e710";
}

.fa-media-rewind-outline:before {
  content: "\e711";
}

.fa-media-record-outline:before {
  content: "\e712";
}

.fa-media-play-outline:before {
  content: "\e713";
}

.fa-media-fast-forward-outline:before {
  content: "\e714";
}

.fa-media-eject-outline:before {
  content: "\e715";
}

.fa-wine2:before {
  content: "\e716";
}

.fa-waves-outline:before {
  content: "\e717";
}

.fa-ticket2:before {
  content: "\e718";
}

.fa-tags2:before {
  content: "\e719";
}

.fa-plug2:before {
  content: "\e71a";
}

.fa-headphones2:before {
  content: "\e71b";
}

.fa-credit-card2:before {
  content: "\e71c";
}

.fa-coffee2:before {
  content: "\e71d";
}

.fa-book3:before {
  content: "\e71e";
}

.fa-beer2:before {
  content: "\e71f";
}

.fa-volume2:before {
  content: "\e720";
}

.fa-volume-up2:before {
  content: "\e721";
}

.fa-volume-mute:before {
  content: "\e722";
}

.fa-volume-down2:before {
  content: "\e723";
}

.fa-social-vimeo-circular:before {
  content: "\e724";
}

.fa-social-twitter-circular:before {
  content: "\e725";
}

.fa-social-pinterest-circular:before {
  content: "\e726";
}

.fa-social-linkedin-circular:before {
  content: "\e727";
}

.fa-social-dribbble-circular:before {
  content: "\e729";
}

.fa-tree2:before {
  content: "\e72a";
}

.fa-thermometer2:before {
  content: "\e72b";
}

.fa-social-tumbler-circular:before {
  content: "\e72c";
}

.fa-social-skype-outline:before {
  content: "\e72d";
}

.fa-social-flickr-circular:before {
  content: "\e72e";
}

.fa-social-at-circular:before {
  content: "\e72f";
}

.fa-shopping-cart2:before {
  content: "\e730";
}

.fa-messages:before {
  content: "\e731";
}

.fa-leaf2:before {
  content: "\e732";
}

.fa-feather:before {
  content: "\e733";
}

.fa-mobile2:before {
  content: "\e000";
}

.fa-laptop2:before {
  content: "\e001";
}

.fa-desktop2:before {
  content: "\e002";
}

.fa-tablet2:before {
  content: "\e003";
}

.fa-phone2:before {
  content: "\e004";
}

.fa-document:before {
  content: "\e005";
}

.fa-documents:before {
  content: "\e006";
}

.fa-search2:before {
  content: "\e007";
}

.fa-clipboard3:before {
  content: "\e008";
}

.fa-newspaper:before {
  content: "\e009";
}

.fa-notebook:before {
  content: "\e00a";
}

.fa-book-open:before {
  content: "\e00b";
}

.fa-browser:before {
  content: "\e00c";
}

.fa-calendar2:before {
  content: "\e00d";
}

.fa-presentation:before {
  content: "\e00e";
}

.fa-picture:before {
  content: "\e00f";
}

.fa-pictures:before {
  content: "\e010";
}

.fa-video3:before {
  content: "\e011";
}

.fa-camera2:before {
  content: "\e012";
}

.fa-printer3:before {
  content: "\e013";
}

.fa-toolbox:before {
  content: "\e014";
}

.fa-briefcase2:before {
  content: "\e015";
}

.fa-wallet:before {
  content: "\e016";
}

.fa-gift2:before {
  content: "\e017";
}

.fa-bargraph:before {
  content: "\e018";
}

.fa-grid2:before {
  content: "\e019";
}

.fa-expand2:before {
  content: "\e01a";
}

.fa-focus:before {
  content: "\e01b";
}

.fa-edit2:before {
  content: "\e01c";
}

.fa-adjustments:before {
  content: "\e01d";
}

.fa-ribbon2:before {
  content: "\e01e";
}

.fa-hourglass:before {
  content: "\e01f";
}

.fa-lock2:before {
  content: "\e020";
}

.fa-megaphone:before {
  content: "\e021";
}

.fa-shield2:before {
  content: "\e022";
}

.fa-trophy2:before {
  content: "\e023";
}

.fa-flag2:before {
  content: "\e024";
}

.fa-map3:before {
  content: "\e025";
}

.fa-puzzle:before {
  content: "\e026";
}

.fa-basket:before {
  content: "\e027";
}

.fa-envelope2:before {
  content: "\e028";
}

.fa-streetsign:before {
  content: "\e029";
}

.fa-telescope:before {
  content: "\e02a";
}

.fa-gears2:before {
  content: "\e02b";
}

.fa-key2:before {
  content: "\e02c";
}

.fa-paperclip2:before {
  content: "\e02d";
}

.fa-attachment:before {
  content: "\e02e";
}

.fa-pricetags:before {
  content: "\e02f";
}

.fa-lightbulb:before {
  content: "\e030";
}

.fa-layers2:before {
  content: "\e031";
}

.fa-pencil2:before {
  content: "\e032";
}

.fa-tools:before {
  content: "\e033";
}

.fa-tools-2:before {
  content: "\e034";
}

.fa-scissors3:before {
  content: "\e035";
}

.fa-paintbrush:before {
  content: "\e036";
}

.fa-magnifying-glass:before {
  content: "\e037";
}

.fa-circle-compass:before {
  content: "\e038";
}

.fa-linegraph:before {
  content: "\e039";
}

.fa-mic:before {
  content: "\e03a";
}

.fa-strategy:before {
  content: "\e03b";
}

.fa-beaker:before {
  content: "\e03c";
}

.fa-caution:before {
  content: "\e03d";
}

.fa-recycle2:before {
  content: "\e03e";
}

.fa-anchor2:before {
  content: "\e03f";
}

.fa-profile-male:before {
  content: "\e040";
}

.fa-profile-female:before {
  content: "\e041";
}

.fa-bike:before {
  content: "\e042";
}

.fa-wine:before {
  content: "\e043";
}

.fa-hotairballoon:before {
  content: "\e044";
}

.fa-globe2:before {
  content: "\e045";
}

.fa-genius:before {
  content: "\e046";
}

.fa-map-pin:before {
  content: "\e047";
}

.fa-dial:before {
  content: "\e048";
}

.fa-chat:before {
  content: "\e049";
}

.fa-heart2:before {
  content: "\e04a";
}

.fa-cloud2:before {
  content: "\e04b";
}

.fa-upload2:before {
  content: "\e04c";
}

.fa-download2:before {
  content: "\e04d";
}

.fa-target2:before {
  content: "\e04e";
}

.fa-hazardous:before {
  content: "\e04f";
}

.fa-piechart:before {
  content: "\e050";
}

.fa-speedometer:before {
  content: "\e051";
}

.fa-global:before {
  content: "\e052";
}

.fa-compass2:before {
  content: "\e053";
}

.fa-lifesaver:before {
  content: "\e054";
}

.fa-clock2:before {
  content: "\e055";
}

.fa-aperture:before {
  content: "\e056";
}

.fa-quote:before {
  content: "\e057";
}

.fa-scope:before {
  content: "\e058";
}

.fa-alarmclock:before {
  content: "\e059";
}

.fa-refresh2:before {
  content: "\e05a";
}

.fa-happy:before {
  content: "\e05b";
}

.fa-sad:before {
  content: "\e05c";
}

.fa-facebook2:before {
  content: "\e05d";
}

.fa-twitter2:before {
  content: "\e05e";
}

.fa-googleplus:before {
  content: "\e05f";
}

.fa-rss2:before {
  content: "\e060";
}

.fa-tumblr2:before {
  content: "\e061";
}

.fa-linkedin2:before {
  content: "\e062";
}

.fa-dribbble2:before {
  content: "\e063";
}

.fa-home3:before {
  content: "\e800";
}

.fa-apartment:before {
  content: "\e801";
}

.fa-pencil4:before {
  content: "\e802";
}

.fa-magic-wand:before {
  content: "\e803";
}

.fa-drop2:before {
  content: "\e804";
}

.fa-lighter:before {
  content: "\e805";
}

.fa-poop:before {
  content: "\e806";
}

.fa-sun2:before {
  content: "\e807";
}

.fa-moon2:before {
  content: "\e808";
}

.fa-cloud4:before {
  content: "\e809";
}

.fa-cloud-upload3:before {
  content: "\e80a";
}

.fa-cloud-download3:before {
  content: "\e80b";
}

.fa-cloud-sync:before {
  content: "\e80c";
}

.fa-cloud-check:before {
  content: "\e80d";
}

.fa-database3:before {
  content: "\e80e";
}

.fa-lock4:before {
  content: "\e80f";
}

.fa-cog4:before {
  content: "\e810";
}

.fa-trash4:before {
  content: "\e811";
}

.fa-dice:before {
  content: "\e812";
}

.fa-heart5:before {
  content: "\e813";
}

.fa-star4:before {
  content: "\e814";
}

.fa-star-half2:before {
  content: "\e815";
}

.fa-star-empty:before {
  content: "\e816";
}

.fa-flag5:before {
  content: "\e817";
}

.fa-envelope3:before {
  content: "\e818";
}

.fa-paperclip3:before {
  content: "\e819";
}

.fa-inbox3:before {
  content: "\e81a";
}

.fa-eye4:before {
  content: "\e81b";
}

.fa-printer4:before {
  content: "\e81c";
}

.fa-file-empty:before {
  content: "\e81d";
}

.fa-file-add2:before {
  content: "\e81e";
}

.fa-enter:before {
  content: "\e81f";
}

.fa-exit:before {
  content: "\e820";
}

.fa-graduation-hat:before {
  content: "\e821";
}

.fa-license:before {
  content: "\e822";
}

.fa-music-note:before {
  content: "\e823";
}

.fa-film-play:before {
  content: "\e824";
}

.fa-camera-video:before {
  content: "\e825";
}

.fa-camera5:before {
  content: "\e826";
}

.fa-picture2:before {
  content: "\e827";
}

.fa-book4:before {
  content: "\e828";
}

.fa-bookmark3:before {
  content: "\e829";
}

.fa-user3:before {
  content: "\e82a";
}

.fa-users2:before {
  content: "\e82b";
}

.fa-shirt:before {
  content: "\e82c";
}

.fa-store:before {
  content: "\e82d";
}

.fa-cart:before {
  content: "\e82e";
}

.fa-tag4:before {
  content: "\e82f";
}

.fa-phone-handset:before {
  content: "\e830";
}

.fa-phone4:before {
  content: "\e831";
}

.fa-pushpin:before {
  content: "\e832";
}

.fa-map-marker2:before {
  content: "\e833";
}

.fa-map5:before {
  content: "\e834";
}

.fa-location3:before {
  content: "\e835";
}

.fa-calendar-full:before {
  content: "\e836";
}

.fa-keyboard:before {
  content: "\e837";
}

.fa-spell-check:before {
  content: "\e838";
}

.fa-screen:before {
  content: "\e839";
}

.fa-smartphone:before {
  content: "\e83a";
}

.fa-tablet3:before {
  content: "\e83b";
}

.fa-laptop3:before {
  content: "\e83c";
}

.fa-laptop-phone:before {
  content: "\e83d";
}

.fa-power-switch:before {
  content: "\e83e";
}

.fa-bubble:before {
  content: "\e83f";
}

.fa-heart-pulse:before {
  content: "\e840";
}

.fa-construction:before {
  content: "\e841";
}

.fa-pie-chart2:before {
  content: "\e842";
}

.fa-chart-bars:before {
  content: "\e843";
}

.fa-gift4:before {
  content: "\e844";
}

.fa-diamond2:before {
  content: "\e845";
}

.fa-linearicons:before {
  content: "\e846";
}

.fa-dinner:before {
  content: "\e847";
}

.fa-coffee-cup:before {
  content: "\e848";
}

.fa-leaf3:before {
  content: "\e849";
}

.fa-paw2:before {
  content: "\e84a";
}

.fa-rocket2:before {
  content: "\e84b";
}

.fa-briefcase5:before {
  content: "\e84c";
}

.fa-bus2:before {
  content: "\e84d";
}

.fa-car2:before {
  content: "\e84e";
}

.fa-train2:before {
  content: "\e84f";
}

.fa-bicycle2:before {
  content: "\e850";
}

.fa-wheelchair2:before {
  content: "\e851";
}

.fa-select:before {
  content: "\e852";
}

.fa-earth:before {
  content: "\e853";
}

.fa-smile:before {
  content: "\e854";
}

.fa-sad2:before {
  content: "\e855";
}

.fa-neutral:before {
  content: "\e856";
}

.fa-mustache:before {
  content: "\e857";
}

.fa-alarm:before {
  content: "\e858";
}

.fa-bullhorn2:before {
  content: "\e859";
}

.fa-volume-high:before {
  content: "\e85a";
}

.fa-volume-medium:before {
  content: "\e85b";
}

.fa-volume-low:before {
  content: "\e85c";
}

.fa-volume3:before {
  content: "\e85d";
}

.fa-mic2:before {
  content: "\e85e";
}

.fa-hourglass3:before {
  content: "\e85f";
}

.fa-undo2:before {
  content: "\e860";
}

.fa-redo:before {
  content: "\e861";
}

.fa-sync:before {
  content: "\e862";
}

.fa-history2:before {
  content: "\e863";
}

.fa-clock3:before {
  content: "\e864";
}

.fa-download5:before {
  content: "\e865";
}

.fa-upload5:before {
  content: "\e866";
}

.fa-enter-down:before {
  content: "\e867";
}

.fa-exit-up:before {
  content: "\e868";
}

.fa-bug2:before {
  content: "\e869";
}

.fa-code3:before {
  content: "\e86a";
}

.fa-link4:before {
  content: "\e86b";
}

.fa-unlink2:before {
  content: "\e86c";
}

.fa-thumbs-up3:before {
  content: "\e86d";
}

.fa-thumbs-down3:before {
  content: "\e86e";
}

.fa-magnifier:before {
  content: "\e86f";
}

.fa-cross3:before {
  content: "\e870";
}

.fa-menu2:before {
  content: "\e871";
}

.fa-list2:before {
  content: "\e872";
}

.fa-chevron-up2:before {
  content: "\e873";
}

.fa-chevron-down2:before {
  content: "\e874";
}

.fa-chevron-left3:before {
  content: "\e875";
}

.fa-chevron-right3:before {
  content: "\e876";
}

.fa-arrow-up4:before {
  content: "\e877";
}

.fa-arrow-down4:before {
  content: "\e878";
}

.fa-arrow-left4:before {
  content: "\e879";
}

.fa-arrow-right4:before {
  content: "\e87a";
}

.fa-move2:before {
  content: "\e87b";
}

.fa-warning3:before {
  content: "\e87c";
}

.fa-question-circle2:before {
  content: "\e87d";
}

.fa-menu-circle:before {
  content: "\e87e";
}

.fa-checkmark-circle:before {
  content: "\e87f";
}

.fa-cross-circle:before {
  content: "\e880";
}

.fa-plus-circle2:before {
  content: "\e881";
}

.fa-circle-minus2:before {
  content: "\e882";
}

.fa-arrow-up-circle:before {
  content: "\e883";
}

.fa-arrow-down-circle:before {
  content: "\e884";
}

.fa-arrow-left-circle:before {
  content: "\e885";
}

.fa-arrow-right-circle:before {
  content: "\e886";
}

.fa-chevron-up-circle:before {
  content: "\e887";
}

.fa-chevron-down-circle:before {
  content: "\e888";
}

.fa-chevron-left-circle:before {
  content: "\e889";
}

.fa-chevron-right-circle:before {
  content: "\e88a";
}

.fa-crop2:before {
  content: "\e88b";
}

.fa-frame-expand:before {
  content: "\e88c";
}

.fa-frame-contract:before {
  content: "\e88d";
}

.fa-layers3:before {
  content: "\e88e";
}

.fa-funnel:before {
  content: "\e88f";
}

.fa-text-format:before {
  content: "\e890";
}

.fa-text-format-remove:before {
  content: "\e891";
}

.fa-text-size:before {
  content: "\e892";
}

.fa-bold2:before {
  content: "\e893";
}

.fa-italic2:before {
  content: "\e894";
}

.fa-underline2:before {
  content: "\e895";
}

.fa-strikethrough2:before {
  content: "\e896";
}

.fa-highlight:before {
  content: "\e897";
}

.fa-text-align-left:before {
  content: "\e898";
}

.fa-text-align-center:before {
  content: "\e899";
}

.fa-text-align-right:before {
  content: "\e89a";
}

.fa-text-align-justify:before {
  content: "\e89b";
}

.fa-line-spacing:before {
  content: "\e89c";
}

.fa-indent-increase:before {
  content: "\e89d";
}

.fa-indent-decrease:before {
  content: "\e89e";
}

.fa-pilcrow:before {
  content: "\e89f";
}

.fa-direction-ltr:before {
  content: "\e8a0";
}

.fa-direction-rtl:before {
  content: "\e8a1";
}

.fa-page-break:before {
  content: "\e8a2";
}

.fa-sort-alpha-asc2:before {
  content: "\e8a3";
}

.fa-sort-amount-asc2:before {
  content: "\e8a4";
}

.fa-hand:before {
  content: "\e8a5";
}

.fa-pointer-up:before {
  content: "\e8a6";
}

.fa-pointer-right:before {
  content: "\e8a7";
}

.fa-pointer-down:before {
  content: "\e8a8";
}

.fa-pointer-left:before {
  content: "\e8a9";
}

.fa-amazon1:before {
  content: "\e907";
}

.fa-americanexpress:before {
  content: "\e908";
}

.fa-apple1:before {
  content: "\e909";
}

.fa-applepay:before {
  content: "\e90a";
}

.fa-audible:before {
  content: "\e90b";
}

.fa-behance1:before {
  content: "\e90c";
}

.fa-deviantart1:before {
  content: "\e90d";
}

.fa-dribbble1:before {
  content: "\e90e";
}

.fa-dropbox1:before {
  content: "\e90f";
}

.fa-ebay:before {
  content: "\e910";
}

.fa-envato:before {
  content: "\e911";
}

.fa-facebook1:before {
  content: "\e912";
}

.fa-flickr1:before {
  content: "\e913";
}

.fa-flipboard:before {
  content: "\e914";
}

.fa-foursquarecityguide:before {
  content: "\e915";
}

.fa-github1:before {
  content: "\e916";
}

.fa-goodreads:before {
  content: "\e917";
}

.fa-google1:before {
  content: "\e918";
}

.fa-googlecloud:before {
  content: "\e919";
}

.fa-googledrive:before {
  content: "\e91a";
}

.fa-googlepay:before {
  content: "\e91b";
}

.fa-googleplay:before {
  content: "\e91c";
}

.fa-instagram1:before {
  content: "\e91d";
}

.fa-linkedin1:before {
  content: "\e91e";
}

.fa-livechat:before {
  content: "\e91f";
}

.fa-mastercard:before {
  content: "\e920";
}

.fa-messenger:before {
  content: "\e921";
}

.fa-microsoftteams:before {
  content: "\e922";
}

.fa-paypal1:before {
  content: "\e923";
}

.fa-pinterest1:before {
  content: "\e924";
}

.fa-quora1:before {
  content: "\e925";
}

.fa-reddit1:before {
  content: "\e926";
}

.fa-skype1:before {
  content: "\e927";
}

.fa-slack1:before {
  content: "\e928";
}

.fa-snapchat1:before {
  content: "\e929";
}

.fa-soundcloud1:before {
  content: "\e92a";
}

.fa-spotify1:before {
  content: "\e92b";
}

.fa-stackoverflow:before {
  content: "\e92c";
}

.fa-telegram1:before {
  content: "\e92d";
}

.fa-tencentqq:before {
  content: "\e92e";
}

.fa-tiktok:before {
  content: "\e92f";
}

.fa-tripadvisor1:before {
  content: "\e930";
}

.fa-twitch1:before {
  content: "\e931";
}

.fa-twitter1:before {
  content: "\e932";
}

.fa-viber:before {
  content: "\e933";
}

.fa-vimeo1:before {
  content: "\e934";
}

.fa-visa:before {
  content: "\e935";
}

.fa-vk1:before {
  content: "\e936";
}

.fa-wattpad:before {
  content: "\e937";
}

.fa-waze:before {
  content: "\e938";
}

.fa-wechat1:before {
  content: "\e939";
}

.fa-whatsapp1:before {
  content: "\e93a";
}

.fa-woo:before {
  content: "\e93b";
}

.fa-wordpress1:before {
  content: "\e93c";
}

.fa-xing1:before {
  content: "\e93d";
}

.fa-youtube1:before {
  content: "\e93e";
}

.fa-zendesk:before {
  content: "\e93f";
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

ul.no-list.hs-error-msgs label {
  color: #f00;
}

ul.no-list.hs-error-msgs {
  padding: 0;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  padding: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  width: 100%;
  line-height: 1.3;
  border:1px solid;
}

form fieldset {
  max-width: 100% !important;
}


.hs-search-module .hs-input {
  margin-bottom: 20px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 0.9em;
  min-width: 90px;
  text-align: center;
  border-style:solid;
  display: inline-block;
  vertical-align: middle;
  background: none;
  height: auto;
  white-space:normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  main.body-container-wrapper .hs-form {
    margin-bottom: 30px;
  }
}

/* =============== HubSpot Forms ============== */

.hs_datei .input input {
	display: none;
}
.hs-form-booleancheckbox-display .hs-input {
	margin-top: 3px;
}

form.hs-form .hs_datei>label::before {
	content: "\e81a";
	display: block;
	font-family: "uncodeicon_block";
	text-align: center;
	font-size: 40px;
}

form.hs-form .hs_datei>label.file__active::before {
	content: "\e005";
	text-align: left;
}

html:lang(de) form.hs-form .hs_datei>label::after {
	content: "Klicken Sie hier oder ziehen Sie eine STEP-, STL-, IGS-Dateien oder andere Formate und Bilder in diesen Bereich.";
	text-align: center;
	display: block;
	font-weight: 400;
}

html:lang(en) form.hs-form .hs_datei>label::after {
	content: "Click here or drag a STEP, STL, IGS files or other formats and images to this area.";
	text-align: center;
	display: block;
	font-weight: 400;
}

form.hs-form .hs_datei>label.file__active::after {
	content: "";
}

form.hs-form .hs_datei>label {
	border: 1px dashed #ccc;
	background-color: #fcfcfc;
	padding: 30px;
	cursor: pointer;
}

form.hs-form .hs_datei>label span{
	display:none;
}

.hs_datei .hs-error-msgs .hs-error-msg {
  content: unset;
}

.hs_datei .hs-error-msg::before {
  display: none;
}

form.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 6px;
}

form.hs-form .hs-richtext {
  margin-bottom: 0; 
}

form.hs-form .hs-richtext p {
	 margin: 0;
   font-weight: 400;
}

form.hs-form .hs-richtext a {
   font-weight: 400;
}

.field label > span {
   font-weight: 700; 
}
/* ============ End - HubSpot Forms =========== */
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.header {
  position: fixed;
  transition: transform 0.5s ease-in-out;
  box-shadow: 0 0px 7px -1px rgb(0 0 0 / 10%);
  background-color: #ffffff;
  z-index: 2000;
  width: 100%;
  top: 0;
}
img {
  max-width: 100%;
}
.header-wrapper {
  position: relative;
}

.header  .header-row-inner {
  width: 100%;
  background-clip: content-box;
  position: relative;
  line-height: 0px;
}


.header .header-row {
  position: relative;
  width: 100%;
  height: 100%;
}

.header .logo-container {
  display: table-cell;
  line-height: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  vertical-align: middle;
}

.header .logo-container {
  text-align: right;
}

.header .logo-container div#main-logo {
  position: relative;
  z-index: 100;
  display: inline-block;
}

.header .logo-container div#main-logo a img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
  line-height: 1em;
}
.header .logo-container div#main-logo a {
  position: relative;
  margin: 0px;
  width: auto;
  display: block;
  height: 70px;
}

.mobile-trigger {
  display: flex;
  position: absolute;
  left: 0 !important;
  right: auto;
  align-content: center;
  align-items: center;
  height: 100%;
  z-index: 100;
}

.mobile-trigger .menu-button {
  line-height: 0px;
  position: relative;
  padding: 0 36px;
  cursor: pointer;
  z-index: 0;
  align-items: center;
  align-self: stretch;
  display: flex;
}

.mobile-trigger .menu-button span.lines {
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  height: 2px;
  width: 20px;
  background: #000000;
  position: relative;
  vertical-align: middle;
}

.mobile-trigger .menu-button span.lines:before {
  content: '';
  left: 0;
  position: absolute;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  transform-origin: 10px center;
  top: 6px;
  background: #000000;
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  height: 2px;
  width: 20px;
}

.mobile-trigger .menu-button span.lines:after {
  content: '';
  left: 0;
  position: absolute;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  transform-origin: 10px center;
  top: -6px;
  background: #000000;
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  height: 2px;
  width: 20px;
}


.mobile-trigger .menu-button:after {
  content: "MEN\DC";
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 12px;
  position: relative;
  top: 4px;
  left: 15px;
  color: #000;
}

.header .search-icon-container {
  position: absolute;
  left: 150px;
  top: 36px;
  padding-left: 30px;
  border-left: 2px solid #ededed;
}

.header .search-icon-container a#search-icon {
  color: #000000;
}


.mobile-trigger .menu-button:after {
  content: "MEN\DC";
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 12px;
  position: relative;
  top: 4px;
  left: 15px;
  color: #000;
}

.header .search-icon-container {
  position: absolute;
  left: 150px;
  top: 36px;
  padding-left: 30px;
  border-left: 2px solid #ededed;
}

.header .search-icon-container a#search-icon {
  color: #000000;
}

.header .search-icon-container a#search-icon i {
  font-size: 20px;
  color: #6d6d6d;
}

.header .search-icon-container ul.search-drop-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 9999;
  margin: 18px 0px 0px 0px;
  padding: 0;
  list-style: none;
}


.header .language-switcher-container {
  position: absolute;
  left: 225px;
  top: 36px;
  z-index: 9999;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header .language-switcher-container label {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.75;
  margin: 0px 0px 5px 0px;
}

.header .language-switcher-container label i {
  font-size: 20px;
  cursor: pointer;
  color: #6d6d6d;
}

.header .language-switcher-container  ul{
  display: none;
  position: absolute;
  padding: 50px 15px 10px;
  width: 170px;
  top: -30px;
  left: -15px;
  background-color: #f0f0f0;
  box-shadow: 0px 0px 3px #b2b2b2;
  transition: opacity 0.5s, visibility 0.5s;
  list-style: none;
  margin: 18px 0px 0px 0px;
}



.header .language-switcher-container.lang-open ul {
  display: block;
}

.header .language-switcher-container ul li {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0px 0px 0px;
  margin-top: 0;
}

.header .language-switcher-container ul li:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.header .language-switcher-container ul li a {
  padding: 5px 0;
  display: block;
}


.header .language-switcher-container.lang-open label i:before {
  content: "\e117";
}


.header .search-icon-container.search-open ul.search-drop-menu {
  display: block;
}

.header .search-icon-container ul.search-drop-menu li {
  font-size: 14px;
  line-height: 1.75;
}

.header .search-icon-container ul.search-drop-menu form.search {
  background-color: #f0f0f0;
}

.header .search-icon-container ul.search-drop-menu form.search input[type="search"] {
  padding: 25px 36px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f0f0f0;
  max-width: 1200px;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  width: 100%;
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: block;
  line-height: initial;
  border-radius: 2px;
  font-family: inherit;
  border-color: #eaeaea;
  outline:none;
}

.header .search-icon-container ul.search-drop-menu form.search input[type="search"]::-webkit-input-placeholder {
  color: #7c7c7c;
  text-decoration: underline;
}
.header .search-icon-container ul.search-drop-menu form.search input[type="search"]::-moz-placeholder { 
  color: #7c7c7c;
  text-decoration: underline;
}

.header .search-icon-container.search-open a#search-icon i:before {
  content: "\e117";
}


.mobile-open .mobile-trigger .menu-button span.lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent;
}

.mobile-open .mobile-trigger .menu-button span.lines:before {
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-open .mobile-trigger .menu-button span.lines:after {
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

@media(min-width:960px){

  .mobile-menu,
  li.dl-back{
    display:none;
  }
  .custom-menu-primary {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s 0.5s, visibility 0s 1s, z-index 0s 1s;
    background-color: rgba(109, 109, 109, 0.8);
    z-index: 999;
    pointer-events:none;
  }
  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    pointer-events:all;
  }

  .custom-menu-primary .main-header {
    display: table-cell;
    vertical-align: top;
  }

  .custom-menu-primary .main-header .menu-container {
    position: fixed;
    height: 100%;
    box-sizing: content-box;
    top: 0px;
    z-index: 3000;
    overflow-y: hidden;
    background: transparent;
    width: 100%;
  }

  .custom-menu-primary  .row-parent {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 100;
  }

  .custom-menu-primary .row-parent .row-inner {
    display: table-row;
  }

  .custom-menu-primary  .menu-sidebar {
    table-layout: fixed;
    width: 100%;
    display: table-cell;
    text-align: left;
    height: 100%;
    vertical-align: top;
    padding-top: 85px;
  }

  .custom-menu-primary .menu-sidebar .navbar-main {
    perspective: 1200px;
    text-align: left;
    overflow: hidden;
  }

  .custom-menu-primary .menu-sidebar  .menu-sidebar-inner {
    max-width: 1185px;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .custom-menu-primary .menu-sidebar .menu-sidebar-inner .flyout-main {
    width: calc(100% / 3);
    background-color: #fff;
    text-align: left;
    height: 100%;
    position: relative;
    transition: transform 0.5s;
  }

  .custom-menu-primary .menu-sidebar .menu-sidebar-inner .flyout-wrapper {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    padding-bottom: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    border-right: 2px solid #f2f2f2;
    padding-right: 20px;
    height: 100%;
    padding-top: 60px;
    text-align: left;
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
    width: 95%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    display: block;
    color: #000000;
    position: relative;
    padding: 10px 32px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding: 10px 0;
    margin: 0px 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a i {
    right: 3px;
    position: absolute;
    top: 10px;
    font-size: 23px;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul .flyout-column {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: #fff;
    visibility: hidden;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.child-open > .flyout-column {
    opacity: 1;
    visibility: visible;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.custom-parent-link {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.75;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.custom-parent-link > a {
    font-size: 12px;
    text-align: left;
    padding: 10px 0;
    font-weight: 800;
    margin: 0px 30px;
    display: block;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px solid #999;
    color: #000000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper {
    border-right: 2px solid #f2f2f2;
    padding-right: 20px;
    height: 100%;
    padding-top: 60px;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.hs-menu-item {
    width: 95%;
    display: inline-block;
    font-size: 14px;
    line-height: 1.75;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.hs-menu-item > a {
    padding: 10px 32px;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    color: #000000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.hs-item-has-children > a i {
    right: 3px;
    position: absolute;
    top: 10px;
    font-size: 23px;
  }
  .header_mini_menu .hs-menu-wrapper > ul {
    margin: 30px 0 0 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }

  .header_mini_menu .hs-menu-wrapper > ul > li {
    width: auto;
  }

  .header_mini_menu .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    text-align: left;
    color: #000000;
    padding: 10px 32px !important;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 !important;
    display: inline;
  }

  .mobile-logo{
    display:none;
  }
  .header .header-row {
    max-width: 1200px;
    margin: auto;
  }
  .header .header-row-inner {
    display: table;
    height: 100%;
  }

  .header .header-row-inner {
    padding: 0px 36px 0px 36px;
  }
}




@media(max-width:959px){
  .custom-menu-primary{
    display:none;
  }

  .desktop-logo{
    display:none;
  }

  .header .logo-container {
    display: block;
  }

  .header .logo-container div#main-logo .mobile-logo a {
    height: 50px;
  }

  .header {
    box-shadow: none;
  }

  .header .header-row-inner {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,1);
  }

  .header .logo-container {
    padding: 9px 36px 9px 36px;
  }

  .mobile-trigger {
    display: inline-flex;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }

  .header .search-icon-container {
    position: absolute;
    left: 150px;
    top: 26px;
    padding-left: 30px;
    border-left: 2px solid #ededed;
  }

  .header .language-switcher-container {
    position: absolute;
    left: 225px;
    top: 26px;
    z-index: 9999;
  }

  .mobile-menu{
    position: fixed;
    z-index: 999;
    height: auto;
    width: 100%;
    transform: initial;
    opacity: 0;
    top: 69px;
    left: 0;
    transition: opacity 0.5s 0.5s, visibility 0s 1s, z-index 0s 1s;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-open{
    overflow-y:hidden;
  }
  .mobile-menu .hs-menu-wrapper{
    max-width: 1185px;
    overflow: hidden;
    padding: 27px 0 0;
    line-height: 0;
    background-color: #fff;
    margin-top: 30px;
    height: 100vh;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }



  .mobile-menu .hs-menu-wrapper > ul {
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0;
    display: block;
  }

  .mobile-open .mobile-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .mobile-menu .hs-menu-wrapper>ul > li {
    font-size: 14px;
    line-height: 1.75;
  }
  .mobile-menu .hs-menu-wrapper ul li a {
    line-height: 15px;
  }
  .mobile-menu .hs-menu-wrapper>ul > li > a {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 30px;
    padding: 13px 0;
    display: block;
    position: relative;
    color: #000000;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a i {
    right: 3px;
    position: absolute;
    top: 10px;
    font-size: 23px;
  }

  .mobile-menu .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .mobile-menu .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .mobile-menu .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  .mobile-menu .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -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);
  }


  .mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.dl-back a {
    padding: 0 32px;
    text-align: left;
    margin: 0 0 10px;
  }

  .mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.dl-back a i {
    position: relative;
    font-size: 20px;
    top: -3px;
    right: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper li.custom-parent-link > a {
    margin: 0 30px;
    padding: 13px 0;
    font-size: 12px;
    border-bottom: 1px solid #999;
    font-weight: 800;
  }

  .mobile-menu{
    top:45px;
  }
  .header .search-icon-container {
    z-index: 101;
  }
}


@media(max-width:400px){
  .header .logo-container div#main-logo a img {
    height: 70%;
    margin-top: 6px;
  }
  .header .logo-container div#main-logo .mobile-logo {
    display: flex;
    top: 3px;
    right: -17px;
    position: relative;
  }
  .header .search-icon-container {
    left: 128px;
    padding-left: 20px;
  }

  .mobile-trigger .menu-button {
    padding: 0 34px;
  }

  .header .language-switcher-container {
    left: 183px;
  }
  .header .language-switcher-container ul {
    left: -135px;
  }
}

/* note */
.footer{
  line-height:normal;
  position: relative;
}
.footer .footer-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 72px;
}

.footer  .row-inner {
  position: relative;
  display:flex;
  flex-wrap:wrap;
}

.footer .row-inner > .wpb_column {
  position: relative;
  display: table-cell;
  padding: 0px 0px 0px 36px;
  clear: both;
  vertical-align: top;
}


.footer .row-inner .heading-text h6 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 27px 0 0;
  font-weight: 900;
  font-family: Muli, Muli;
}

.footer .row-inner .heading-text h6 span {
  color: inherit;
}

.footer .row-inner .heading-text  hr.separator {
  margin-right: auto;
  margin-left: 0;
  margin-top: 20px;
  border-width: 2px;
  width: 90px;
  border-style: solid;
  height: 0;
  margin-bottom:0;
}


.footer .row-inner .footer-menu {
  margin-top: 18px;
  position: relative;
}

.footer .row-inner .footer-menu .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.footer .row-inner .footer-menu .hs-menu-wrapper > ul > li {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
}

.footer .row-inner .footer-menu .hs-menu-wrapper > ul > li > a {
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-decoration: none;
}
.footer  .footer-menu-wrapper.last-menu {
  margin-top: 72px;
}
.footer .row-inner .last-menu .heading-text h6 {
  margin-top: 0;
}


.footer .row-inner .col_wrap_inner {
  border-left-style: solid;
  border-left-width: 2px;
  padding-left: 15px;
  border-color: #d7d7d7;
}

.buttons-wrapper .heading-text {
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 27px 0 0;
  font-weight: 900;
  font-family: Muli, Muli;
}

.buttons-wrapper .heading-text span {
  color: inherit;
}

.footer .row-inner .buttons-wrapper .btn-container {
  margin-top: 18px;
}

.footer .row-inner .buttons-wrapper .btn-container a {
  padding: 3px 31px 9px;
  font-family: Muli;
  font-weight: 900;
  text-transform: uppercase;
  transition: color .2s cubic-bezier(.785,.135,.15,.86),background-color .2s cubic-bezier(.785,.135,.15,.86),border-color .2s cubic-bezier(.785,.135,.15,.86);
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  border-radius: 8px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border: 1px solid #e60019;
  outline: none;
  line-height: normal;
}

.footer .row-inner .buttons-wrapper .btn-container.contact_btn a i,
.footer .row-inner .buttons-wrapper .btn-container.phone_btn a i {
  top: 0;
  position: relative;
  color: #fff;
  margin-right: 21px;
  font-size: 30px;
  vertical-align: -5px;
  font-weight: 200 !important;
}


.footer .row-inner .col_wrap_inner .newsletter_form_wrapper {
  position: relative;
  clear: both;
  border: 0;
  margin-top: 37px;
}

.footer .row-inner .newsletter_form_wrapper .newsletter_form_inner {
  border-top-style: solid;
  border-top-width: 2px;
  padding-top: 15px;
  border-top-color: #d7d7d7;
}

.footer .row-inner .newsletter_form_wrapper .newsletter_form_inner .heading-text h6 {
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.8;
  margin: 0;
  font-weight: 900;
  font-family: Muli, Muli;
}

.footer .row-inner .newsletter_form_wrapper .newsletter_form_inner .heading-text h6 span {
  color: inherit;
}

.footer .row-inner .newsletter_form_wrapper .main-form {
  margin-top: 18px;
  position: relative;
}

.footer .row-inner .newsletter_form_wrapper .main-form .hs-form-field {
  margin-top: 18px;
  margin-bottom: 0;
}

.footer .row-inner .newsletter_form_wrapper .main-form .hs-form-field > label {
  display: none;
}

.footer .row-inner .newsletter_form_wrapper .main-form .hs-form-field .hs-input {
  background-color: #f0f0f0;
  box-shadow: none;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: initial;
  margin: 9px 0px 0px 0px;
  border-radius: 2px;
  color: inherit;
  outline:none;
}

.footer .row-inner .newsletter_form_wrapper .main-form .hs-form-field .hs-input::-webkit-input-placeholder {
  color: #a3a3a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}
.footer .row-inner .newsletter_form_wrapper .main-form .hs-form-field .hs-input::-moz-placeholder {
  color: #a3a3a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}



.footer .row-inner .newsletter_form_wrapper .main-form input.hs-button.primary.large {
  font-family: Muli;
  font-weight: 900;
  text-transform: uppercase;
  padding: 13px 31px;
  font-size: 12px;
  border-width: 1px;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  border-radius: 8px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  outline: none;
  white-space: pre-wrap;
  -webkit-text-stroke: 0px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  line-height:normal;
}

.footer .row-inner .newsletter_form_wrapper .main-form .hs_submit.hs-submit {
  margin-top: 18px;
}

.footer-social-wrapper {
  position: relative;
  clear: both;
  border: 0;
}

.footer-social-wrapper .content-wrapper {
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  padding-top: 36px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}


.footer .row-inner .uncont {
  padding: 0px 0px 0px 36px;
  width: 100%;
}

.footer .row-inner .uncont .footer-socials {
  display: flex;
  flex-wrap: wrap;
}

.footer .row-inner .uncont .footer-socials .social-icon {
  width: auto;
  text-align: center;
  vertical-align: bottom;
  margin-top: 0px;
  padding-left: 9px;
  padding-right: 9px;
}



.footer .row-inner .uncont .footer-socials .social-icon a i {
  font-size: 24px;
}


.footer-last .footer-container {
  padding: 36px 36px 36px 36px;
  padding-bottom: 27px;
  padding-top: 0;
}

.footer-last .footer-container .site-info .footer-socket {
  padding-top: 27px;
  border-top: 2px solid #d7d7d7;
  font-size: 11px;
  overflow: hidden;
}

.footer-last .footer-container .site-info .footer-socket span.copyright {
  float: left;
}

.footer-last .footer-container .site-info .footer-socket-links {
  text-align: right;
}

.footer-socket-links .hs-menu-wrapper > ul {
  display: block;
}

.footer-socket-links .hs-menu-wrapper > ul > li {
  display: inline-block;
}

.footer-socket-links .hs-menu-wrapper>ul>li:not(:first-child) {
  margin-left: 12px;
}

.footer-socket-links .hs-menu-wrapper > ul > lia{
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #000000;
}

.footer .row-inner .buttons-wrapper .heading-text h6 {
  text-transform: unset;
}

.footer .row-inner .buttons-wrapper .contact_btn a:before {
  margin-right: 16px;
  font-size: 30px;
  vertical-align: -5px;
  font-weight: 200;
  line-height: inherit;
  top: 0.085em;
  position: relative;
  font-family: 'uncodeicon_block';
  speak: none;
  font-style: normal;
  content: "\e818";
}

.footer .row-inner .buttons-wrapper .phone_btn a:before {
  margin-right: 16px;
  font-size: 30px;
  vertical-align: -5px;
  font-weight: 200;
  line-height: inherit;
  top: 0.085em;
  position: relative;
  content: "\e830";
  font-family: 'uncodeicon_block';
}
.divider-wrap-bottom svg {
  width: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  bottom: -1px;
}

.divider-wrap-bottom {
  position: absolute;
  height: 5px;
  left: 0;
  pointer-events: none;
  width: 100%;
  top: 22px;
  opacity: 0.6;
}

.Landingpage-site-info .footer-social-wrapper .content-wrapper {
 padding: 36px 0px; 
}

.inline-menu {
  display: inline-flex;
}

.inline-menu .widget-type-menu {
 margin-right: 12px; 
}

@media(min-width:960px){
  .footer .row-inner > .col-lg-4 {
    width: 33.33333333333333%;
  }
  .footer .row-inner {
    margin-left: -36px;
  }
}


@media(max-width:959px){
  .footer .row-inner {
    width: 100%;
  }
  .divider-wrap-bottom{
    top:0;
  }
  .footer .row-inner>.wpb_column {
    width: 100%;
    padding: 0;
    padding: 36px 0px 0px 0px;
  }

  .footer .footer-menu-wrapper.last-menu {
    margin-top: 54px;
  }

  .footer .row-inner .heading-text h6 {
    margin-top: 0px;
  }

  .footer .row-inner>.wpb_column:first-child{
    padding-top: 0;
  }

  .footer .row-inner .col_wrap_inner {
    padding: 0;
    border: none;
  }

  .buttons-wrapper .heading-text {
    margin: 0;
  }


  .footer .row-inner .uncont {
    padding: 0;
  }

  .footer-last .footer-container {
    max-width: 100%;
    padding: 0;
    padding-bottom: 27px;
  }

  .footer-last .footer-container .site-info .footer-socket {
    padding-left: 36px;
    padding-right: 36px;
  }



}


@media(max-width:569px){
  .footer .row-inner .buttons-wrapper .btn-container a {
    transform: scale(0.8);
    transform-origin: left;
  }
  .footer-last .footer-container .site-info .footer-socket span.copyright {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }

  .footer-last .footer-container .site-info .footer-socket-links {
    text-align: center;
  }

  .footer-socket-links .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-left: 15px;
  }

  .footer-last .footer-container .site-info .footer-socket {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 11px;
  }

  .footer-socket-links .hs-menu-wrapper>ul {
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: inherit;
    justify-content: center;
  }

  .footer-socket-links .hs-menu-wrapper>ul>li:nth-child(3):after {
    content: "\A";
    line-height: 3;
  }

  .footer .row-inner .newsletter_form_wrapper .main-form .actions {
    transform: scale(0.8);
    transform-origin: left;
  }

  .footer .row-inner .newsletter_form_wrapper .main-form .hs_submit.hs-submit {
    text-align: left;
    display: flex;
  }

  .footer .footer-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-last .footer-container {
    padding: 0 0 27px;
  }

  .footer .row-inner .uncont .footer-socials .social-icon:first-child {
    padding-left: 6px;
  }

  .footer .footer-menu-wrapper.last-menu {
    margin-top: 36px;
  }

}

@media(max-width:341px){
  .footer .row-inner .buttons-wrapper .btn-container a {
    padding: 3px 10px 9px 10px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}