*, *: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 ;
    }
}
.banner-area-wrap .dnd-section ,
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
}
.dnd-section>.row-fluid,
.page-center,
.content-wrapper,
.container{
  margin-right: auto;
  margin-left: auto;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tax-purpose-valuations-banner .banner-gp h1 {
  line-height: 43px;
}
body {
  line-height: 1.6;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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 {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

/* 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;
}

img {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
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 */
.form-title{
  padding: 5px 10px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  display: inline-block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 100%;
  min-height: 40px;
  padding: 13px 20px;
  height: 46px;
  font-style: italic;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  outline: 0;
}


::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
  text-overflow: ellipsis;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: inherit;
  font-family: inherit;
  opacity: .6;
  text-overflow: ellipsis;
}

form input[type=checkbox]+label {
  display: inline-block;
  vertical-align: middle;
}
.systems-page form label {
  display: inline-block;
}
form fieldset {
  max-width: 100% !important;
}

/* 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: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

form .hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}

form .hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  color: #EF6B51;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  white-space: normal;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  min-height: 40px;
  line-height: 1;
  letter-spacing: .13em;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
@font-face {
  font-family: Material-Design-Iconic-Font; 
  src: url(https://22252126.fs1.hubspotusercontent-na2.net/hubfs/22252126/raw_assets/public/Whitehawk_Advisory_July2022/Fonts/Material-Design-Iconic-Font.ttf) format("woff2"), 
	 url(https://22252126.fs1.hubspotusercontent-na2.net/hubfs/22252126/raw_assets/public/Whitehawk_Advisory_July2022/Fonts/Material-Design-Iconic-Font.ttf) format("woff"),
	 url(https://22252126.fs1.hubspotusercontent-na2.net/hubfs/22252126/raw_assets/public/Whitehawk_Advisory_July2022/Fonts/Material-Design-Iconic-Font.ttf) format("truetype");
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

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

.zmdi-hc-2x {
  font-size: 2em
}

.zmdi-hc-3x {
  font-size: 3em
}

.zmdi-hc-4x {
  font-size: 4em
}

.zmdi-hc-5x {
  font-size: 5em
}

.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center
}

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

.zmdi-hc-ul>li {
  position: relative
}

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

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em
}

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 2px
}

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 50%
}

.zmdi.pull-left {
  float: left;
  margin-right: .15em
}

.zmdi.pull-right {
  float: right;
  margin-left: .15em
}

.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear
}

.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear
}

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

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

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

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

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

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

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

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

.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1)
}

.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}

.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.zmdi-hc-stack-1x,.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.zmdi-hc-stack-1x {
  line-height: inherit
}

.zmdi-hc-stack-2x {
  font-size: 2em
}

.zmdi-hc-inverse {
  color: #fff
}

.zmdi-3d-rotation:before {
  content: '\f101'
}

.zmdi-airplane-off:before {
  content: '\f102'
}

.zmdi-airplane:before {
  content: '\f103'
}

.zmdi-album:before {
  content: '\f104'
}

.zmdi-archive:before {
  content: '\f105'
}

.zmdi-assignment-account:before {
  content: '\f106'
}

.zmdi-assignment-alert:before {
  content: '\f107'
}

.zmdi-assignment-check:before {
  content: '\f108'
}

.zmdi-assignment-o:before {
  content: '\f109'
}

.zmdi-assignment-return:before {
  content: '\f10a'
}

.zmdi-assignment-returned:before {
  content: '\f10b'
}

.zmdi-assignment:before {
  content: '\f10c'
}

.zmdi-attachment-alt:before {
  content: '\f10d'
}

.zmdi-attachment:before {
  content: '\f10e'
}

.zmdi-audio:before {
  content: '\f10f'
}

.zmdi-badge-check:before {
  content: '\f110'
}

.zmdi-balance-wallet:before {
  content: '\f111'
}

.zmdi-balance:before {
  content: '\f112'
}

.zmdi-battery-alert:before {
  content: '\f113'
}

.zmdi-battery-flash:before {
  content: '\f114'
}

.zmdi-battery-unknown:before {
  content: '\f115'
}

.zmdi-battery:before {
  content: '\f116'
}

.zmdi-bike:before {
  content: '\f117'
}

.zmdi-block-alt:before {
  content: '\f118'
}

.zmdi-block:before {
  content: '\f119'
}

.zmdi-boat:before {
  content: '\f11a'
}

.zmdi-book-image:before {
  content: '\f11b'
}

.zmdi-book:before {
  content: '\f11c'
}

.zmdi-bookmark-outline:before {
  content: '\f11d'
}

.zmdi-bookmark:before {
  content: '\f11e'
}

.zmdi-brush:before {
  content: '\f11f'
}

.zmdi-bug:before {
  content: '\f120'
}

.zmdi-bus:before {
  content: '\f121'
}

.zmdi-cake:before {
  content: '\f122'
}

.zmdi-car-taxi:before {
  content: '\f123'
}

.zmdi-car-wash:before {
  content: '\f124'
}

.zmdi-car:before {
  content: '\f125'
}

.zmdi-card-giftcard:before {
  content: '\f126'
}

.zmdi-card-membership:before {
  content: '\f127'
}

.zmdi-card-travel:before {
  content: '\f128'
}

.zmdi-card:before {
  content: '\f129'
}

.zmdi-case-check:before {
  content: '\f12a'
}

.zmdi-case-download:before {
  content: '\f12b'
}

.zmdi-case-play:before {
  content: '\f12c'
}

.zmdi-case:before {
  content: '\f12d'
}

.zmdi-cast-connected:before {
  content: '\f12e'
}

.zmdi-cast:before {
  content: '\f12f'
}

.zmdi-chart-donut:before {
  content: '\f130'
}

.zmdi-chart:before {
  content: '\f131'
}

.zmdi-city-alt:before {
  content: '\f132'
}

.zmdi-city:before {
  content: '\f133'
}

.zmdi-close-circle-o:before {
  content: '\f134'
}

.zmdi-close-circle:before {
  content: '\f135'
}

.zmdi-close:before {
  content: '\f136'
}

.zmdi-cocktail:before {
  content: '\f137'
}

.zmdi-code-setting:before {
  content: '\f138'
}

.zmdi-code-smartphone:before {
  content: '\f139'
}

.zmdi-code:before {
  content: '\f13a'
}

.zmdi-coffee:before {
  content: '\f13b'
}

.zmdi-collection-bookmark:before {
  content: '\f13c'
}

.zmdi-collection-case-play:before {
  content: '\f13d'
}

.zmdi-collection-folder-image:before {
  content: '\f13e'
}

.zmdi-collection-image-o:before {
  content: '\f13f'
}

.zmdi-collection-image:before {
  content: '\f140'
}

.zmdi-collection-item-1:before {
  content: '\f141'
}

.zmdi-collection-item-2:before {
  content: '\f142'
}

.zmdi-collection-item-3:before {
  content: '\f143'
}

.zmdi-collection-item-4:before {
  content: '\f144'
}

.zmdi-collection-item-5:before {
  content: '\f145'
}

.zmdi-collection-item-6:before {
  content: '\f146'
}

.zmdi-collection-item-7:before {
  content: '\f147'
}

.zmdi-collection-item-8:before {
  content: '\f148'
}

.zmdi-collection-item-9-plus:before {
  content: '\f149'
}

.zmdi-collection-item-9:before {
  content: '\f14a'
}

.zmdi-collection-item:before {
  content: '\f14b'
}

.zmdi-collection-music:before {
  content: '\f14c'
}

.zmdi-collection-pdf:before {
  content: '\f14d'
}

.zmdi-collection-plus:before {
  content: '\f14e'
}

.zmdi-collection-speaker:before {
  content: '\f14f'
}

.zmdi-collection-text:before {
  content: '\f150'
}

.zmdi-collection-video:before {
  content: '\f151'
}

.zmdi-compass:before {
  content: '\f152'
}

.zmdi-cutlery:before {
  content: '\f153'
}

.zmdi-delete:before {
  content: '\f154'
}

.zmdi-dialpad:before {
  content: '\f155'
}

.zmdi-dns:before {
  content: '\f156'
}

.zmdi-drink:before {
  content: '\f157'
}

.zmdi-edit:before {
  content: '\f158'
}

.zmdi-email-open:before {
  content: '\f159'
}

.zmdi-email:before {
  content: '\f15a'
}

.zmdi-eye-off:before {
  content: '\f15b'
}

.zmdi-eye:before {
  content: '\f15c'
}

.zmdi-eyedropper:before {
  content: '\f15d'
}

.zmdi-favorite-outline:before {
  content: '\f15e'
}

.zmdi-favorite:before {
  content: '\f15f'
}

.zmdi-filter-list:before {
  content: '\f160'
}

.zmdi-fire:before {
  content: '\f161'
}

.zmdi-flag:before {
  content: '\f162'
}

.zmdi-flare:before {
  content: '\f163'
}

.zmdi-flash-auto:before {
  content: '\f164'
}

.zmdi-flash-off:before {
  content: '\f165'
}

.zmdi-flash:before {
  content: '\f166'
}

.zmdi-flip:before {
  content: '\f167'
}

.zmdi-flower-alt:before {
  content: '\f168'
}

.zmdi-flower:before {
  content: '\f169'
}

.zmdi-font:before {
  content: '\f16a'
}

.zmdi-fullscreen-alt:before {
  content: '\f16b'
}

.zmdi-fullscreen-exit:before {
  content: '\f16c'
}

.zmdi-fullscreen:before {
  content: '\f16d'
}

.zmdi-functions:before {
  content: '\f16e'
}

.zmdi-gas-station:before {
  content: '\f16f'
}

.zmdi-gesture:before {
  content: '\f170'
}

.zmdi-globe-alt:before {
  content: '\f171'
}

.zmdi-globe-lock:before {
  content: '\f172'
}

.zmdi-globe:before {
  content: '\f173'
}

.zmdi-graduation-cap:before {
  content: '\f174'
}

.zmdi-home:before {
  content: '\f175'
}

.zmdi-hospital-alt:before {
  content: '\f176'
}

.zmdi-hospital:before {
  content: '\f177'
}

.zmdi-hotel:before {
  content: '\f178'
}

.zmdi-hourglass-alt:before {
  content: '\f179'
}

.zmdi-hourglass-outline:before {
  content: '\f17a'
}

.zmdi-hourglass:before {
  content: '\f17b'
}

.zmdi-http:before {
  content: '\f17c'
}

.zmdi-image-alt:before {
  content: '\f17d'
}

.zmdi-image-o:before {
  content: '\f17e'
}

.zmdi-image:before {
  content: '\f17f'
}

.zmdi-inbox:before {
  content: '\f180'
}

.zmdi-invert-colors-off:before {
  content: '\f181'
}

.zmdi-invert-colors:before {
  content: '\f182'
}

.zmdi-key:before {
  content: '\f183'
}

.zmdi-label-alt-outline:before {
  content: '\f184'
}

.zmdi-label-alt:before {
  content: '\f185'
}

.zmdi-label-heart:before {
  content: '\f186'
}

.zmdi-label:before {
  content: '\f187'
}

.zmdi-labels:before {
  content: '\f188'
}

.zmdi-lamp:before {
  content: '\f189'
}

.zmdi-landscape:before {
  content: '\f18a'
}

.zmdi-layers-off:before {
  content: '\f18b'
}

.zmdi-layers:before {
  content: '\f18c'
}

.zmdi-library:before {
  content: '\f18d'
}

.zmdi-link:before {
  content: '\f18e'
}

.zmdi-lock-open:before {
  content: '\f18f'
}

.zmdi-lock-outline:before {
  content: '\f190'
}

.zmdi-lock:before {
  content: '\f191'
}

.zmdi-mail-reply-all:before {
  content: '\f192'
}

.zmdi-mail-reply:before {
  content: '\f193'
}

.zmdi-mail-send:before {
  content: '\f194'
}

.zmdi-mall:before {
  content: '\f195'
}

.zmdi-map:before {
  content: '\f196'
}

.zmdi-menu:before {
  content: '\f197'
}

.zmdi-money-box:before {
  content: '\f198'
}

.zmdi-money-off:before {
  content: '\f199'
}

.zmdi-money:before {
  content: '\f19a'
}

.zmdi-more-vert:before {
  content: '\f19b'
}

.zmdi-more:before {
  content: '\f19c'
}

.zmdi-movie-alt:before {
  content: '\f19d'
}

.zmdi-movie:before {
  content: '\f19e'
}

.zmdi-nature-people:before {
  content: '\f19f'
}

.zmdi-nature:before {
  content: '\f1a0'
}

.zmdi-navigation:before {
  content: '\f1a1'
}

.zmdi-open-in-browser:before {
  content: '\f1a2'
}

.zmdi-open-in-new:before {
  content: '\f1a3'
}

.zmdi-palette:before {
  content: '\f1a4'
}

.zmdi-parking:before {
  content: '\f1a5'
}

.zmdi-pin-account:before {
  content: '\f1a6'
}

.zmdi-pin-assistant:before {
  content: '\f1a7'
}

.zmdi-pin-drop:before {
  content: '\f1a8'
}

.zmdi-pin-help:before {
  content: '\f1a9'
}

.zmdi-pin-off:before {
  content: '\f1aa'
}

.zmdi-pin:before {
  content: '\f1ab'
}

.zmdi-pizza:before {
  content: '\f1ac'
}

.zmdi-plaster:before {
  content: '\f1ad'
}

.zmdi-power-setting:before {
  content: '\f1ae'
}

.zmdi-power:before {
  content: '\f1af'
}

.zmdi-print:before {
  content: '\f1b0'
}

.zmdi-puzzle-piece:before {
  content: '\f1b1'
}

.zmdi-quote:before {
  content: '\f1b2'
}

.zmdi-railway:before {
  content: '\f1b3'
}

.zmdi-receipt:before {
  content: '\f1b4'
}

.zmdi-refresh-alt:before {
  content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7'
}

.zmdi-refresh-sync:before {
  content: '\f1b8'
}

.zmdi-refresh:before {
  content: '\f1b9'
}

.zmdi-roller:before {
  content: '\f1ba'
}

.zmdi-ruler:before {
  content: '\f1bb'
}

.zmdi-scissors:before {
  content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd'
}

.zmdi-screen-rotation:before {
  content: '\f1be'
}

.zmdi-search-for:before {
  content: '\f1bf'
}

.zmdi-search-in-file:before {
  content: '\f1c0'
}

.zmdi-search-in-page:before {
  content: '\f1c1'
}

.zmdi-search-replace:before {
  content: '\f1c2'
}

.zmdi-search:before {
  content: '\f1c3'
}

.zmdi-seat:before {
  content: '\f1c4'
}

.zmdi-settings-square:before {
  content: '\f1c5'
}

.zmdi-settings:before {
  content: '\f1c6'
}

.zmdi-shield-check:before {
  content: '\f1c7'
}

.zmdi-shield-security:before {
  content: '\f1c8'
}

.zmdi-shopping-basket:before {
  content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca'
}

.zmdi-shopping-cart:before {
  content: '\f1cb'
}

.zmdi-sign-in:before {
  content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce'
}

.zmdi-sort-asc:before {
  content: '\f1cf'
}

.zmdi-sort-desc:before {
  content: '\f1d0'
}

.zmdi-spellcheck:before {
  content: '\f1d1'
}

.zmdi-storage:before {
  content: '\f1d2'
}

.zmdi-store-24:before {
  content: '\f1d3'
}

.zmdi-store:before {
  content: '\f1d4'
}

.zmdi-subway:before {
  content: '\f1d5'
}

.zmdi-sun:before {
  content: '\f1d6'
}

.zmdi-tab-unselected:before {
  content: '\f1d7'
}

.zmdi-tab:before {
  content: '\f1d8'
}

.zmdi-tag-close:before {
  content: '\f1d9'
}

.zmdi-tag-more:before {
  content: '\f1da'
}

.zmdi-tag:before {
  content: '\f1db'
}

.zmdi-thumb-down:before {
  content: '\f1dc'
}

.zmdi-thumb-up-down:before {
  content: '\f1dd'
}

.zmdi-thumb-up:before {
  content: '\f1de'
}

.zmdi-ticket-star:before {
  content: '\f1df'
}

.zmdi-toll:before {
  content: '\f1e0'
}

.zmdi-toys:before {
  content: '\f1e1'
}

.zmdi-traffic:before {
  content: '\f1e2'
}

.zmdi-translate:before {
  content: '\f1e3'
}

.zmdi-triangle-down:before {
  content: '\f1e4'
}

.zmdi-triangle-up:before {
  content: '\f1e5'
}

.zmdi-truck:before {
  content: '\f1e6'
}

.zmdi-turning-sign:before {
  content: '\f1e7'
}

.zmdi-wallpaper:before {
  content: '\f1e8'
}

.zmdi-washing-machine:before {
  content: '\f1e9'
}

.zmdi-window-maximize:before {
  content: '\f1ea'
}

.zmdi-window-minimize:before {
  content: '\f1eb'
}

.zmdi-window-restore:before {
  content: '\f1ec'
}

.zmdi-wrench:before {
  content: '\f1ed'
}

.zmdi-zoom-in:before {
  content: '\f1ee'
}

.zmdi-zoom-out:before {
  content: '\f1ef'
}

.zmdi-alert-circle-o:before {
  content: '\f1f0'
}

.zmdi-alert-circle:before {
  content: '\f1f1'
}

.zmdi-alert-octagon:before {
  content: '\f1f2'
}

.zmdi-alert-polygon:before {
  content: '\f1f3'
}

.zmdi-alert-triangle:before {
  content: '\f1f4'
}

.zmdi-help-outline:before {
  content: '\f1f5'
}

.zmdi-help:before {
  content: '\f1f6'
}

.zmdi-info-outline:before {
  content: '\f1f7'
}

.zmdi-info:before {
  content: '\f1f8'
}

.zmdi-notifications-active:before {
  content: '\f1f9'
}

.zmdi-notifications-add:before {
  content: '\f1fa'
}

.zmdi-notifications-none:before {
  content: '\f1fb'
}

.zmdi-notifications-off:before {
  content: '\f1fc'
}

.zmdi-notifications-paused:before {
  content: '\f1fd'
}

.zmdi-notifications:before {
  content: '\f1fe'
}

.zmdi-account-add:before {
  content: '\f1ff'
}

.zmdi-account-box-mail:before {
  content: '\f200'
}

.zmdi-account-box-o:before {
  content: '\f201'
}

.zmdi-account-box-phone:before {
  content: '\f202'
}

.zmdi-account-box:before {
  content: '\f203'
}

.zmdi-account-calendar:before {
  content: '\f204'
}

.zmdi-account-circle:before {
  content: '\f205'
}

.zmdi-account-o:before {
  content: '\f206'
}

.zmdi-account:before {
  content: '\f207'
}

.zmdi-accounts-add:before {
  content: '\f208'
}

.zmdi-accounts-alt:before {
  content: '\f209'
}

.zmdi-accounts-list-alt:before {
  content: '\f20a'
}

.zmdi-accounts-list:before {
  content: '\f20b'
}

.zmdi-accounts-outline:before {
  content: '\f20c'
}

.zmdi-accounts:before {
  content: '\f20d'
}

.zmdi-face:before {
  content: '\f20e'
}

.zmdi-female:before {
  content: '\f20f'
}

.zmdi-male-alt:before {
  content: '\f210'
}

.zmdi-male-female:before {
  content: '\f211'
}

.zmdi-male:before {
  content: '\f212'
}

.zmdi-mood-bad:before {
  content: '\f213'
}

.zmdi-mood:before {
  content: '\f214'
}

.zmdi-run:before {
  content: '\f215'
}

.zmdi-walk:before {
  content: '\f216'
}

.zmdi-cloud-box:before {
  content: '\f217'
}

.zmdi-cloud-circle:before {
  content: '\f218'
}

.zmdi-cloud-done:before {
  content: '\f219'
}

.zmdi-cloud-download:before {
  content: '\f21a'
}

.zmdi-cloud-off:before {
  content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c'
}

.zmdi-cloud-outline:before {
  content: '\f21d'
}

.zmdi-cloud-upload:before {
  content: '\f21e'
}

.zmdi-cloud:before {
  content: '\f21f'
}

.zmdi-download:before {
  content: '\f220'
}

.zmdi-file-plus:before {
  content: '\f221'
}

.zmdi-file-text:before {
  content: '\f222'
}

.zmdi-file:before {
  content: '\f223'
}

.zmdi-folder-outline:before {
  content: '\f224'
}

.zmdi-folder-person:before {
  content: '\f225'
}

.zmdi-folder-star-alt:before {
  content: '\f226'
}

.zmdi-folder-star:before {
  content: '\f227'
}

.zmdi-folder:before {
  content: '\f228'
}

.zmdi-gif:before {
  content: '\f229'
}

.zmdi-upload:before {
  content: '\f22a'
}

.zmdi-border-all:before {
  content: '\f22b'
}

.zmdi-border-bottom:before {
  content: '\f22c'
}

.zmdi-border-clear:before {
  content: '\f22d'
}

.zmdi-border-color:before {
  content: '\f22e'
}

.zmdi-border-horizontal:before {
  content: '\f22f'
}

.zmdi-border-inner:before {
  content: '\f230'
}

.zmdi-border-left:before {
  content: '\f231'
}

.zmdi-border-outer:before {
  content: '\f232'
}

.zmdi-border-right:before {
  content: '\f233'
}

.zmdi-border-style:before {
  content: '\f234'
}

.zmdi-border-top:before {
  content: '\f235'
}

.zmdi-border-vertical:before {
  content: '\f236'
}

.zmdi-copy:before {
  content: '\f237'
}

.zmdi-crop:before {
  content: '\f238'
}

.zmdi-format-align-center:before {
  content: '\f239'
}

.zmdi-format-align-justify:before {
  content: '\f23a'
}

.zmdi-format-align-left:before {
  content: '\f23b'
}

.zmdi-format-align-right:before {
  content: '\f23c'
}

.zmdi-format-bold:before {
  content: '\f23d'
}

.zmdi-format-clear-all:before {
  content: '\f23e'
}

.zmdi-format-clear:before {
  content: '\f23f'
}

.zmdi-format-color-fill:before {
  content: '\f240'
}

.zmdi-format-color-reset:before {
  content: '\f241'
}

.zmdi-format-color-text:before {
  content: '\f242'
}

.zmdi-format-indent-decrease:before {
  content: '\f243'
}

.zmdi-format-indent-increase:before {
  content: '\f244'
}

.zmdi-format-italic:before {
  content: '\f245'
}

.zmdi-format-line-spacing:before {
  content: '\f246'
}

.zmdi-format-list-bulleted:before {
  content: '\f247'
}

.zmdi-format-list-numbered:before {
  content: '\f248'
}

.zmdi-format-ltr:before {
  content: '\f249'
}

.zmdi-format-rtl:before {
  content: '\f24a'
}

.zmdi-format-size:before {
  content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c'
}

.zmdi-format-strikethrough:before {
  content: '\f24d'
}

.zmdi-format-subject:before {
  content: '\f24e'
}

.zmdi-format-underlined:before {
  content: '\f24f'
}

.zmdi-format-valign-bottom:before {
  content: '\f250'
}

.zmdi-format-valign-center:before {
  content: '\f251'
}

.zmdi-format-valign-top:before {
  content: '\f252'
}

.zmdi-redo:before {
  content: '\f253'
}

.zmdi-select-all:before {
  content: '\f254'
}

.zmdi-space-bar:before {
  content: '\f255'
}

.zmdi-text-format:before {
  content: '\f256'
}

.zmdi-transform:before {
  content: '\f257'
}

.zmdi-undo:before {
  content: '\f258'
}

.zmdi-wrap-text:before {
  content: '\f259'
}

.zmdi-comment-alert:before {
  content: '\f25a'
}

.zmdi-comment-alt-text:before {
  content: '\f25b'
}

.zmdi-comment-alt:before {
  content: '\f25c'
}

.zmdi-comment-edit:before {
  content: '\f25d'
}

.zmdi-comment-image:before {
  content: '\f25e'
}

.zmdi-comment-list:before {
  content: '\f25f'
}

.zmdi-comment-more:before {
  content: '\f260'
}

.zmdi-comment-outline:before {
  content: '\f261'
}

.zmdi-comment-text-alt:before {
  content: '\f262'
}

.zmdi-comment-text:before {
  content: '\f263'
}

.zmdi-comment-video:before {
  content: '\f264'
}

.zmdi-comment:before {
  content: '\f265'
}

.zmdi-comments:before {
  content: '\f266'
}

.zmdi-check-all:before {
  content: '\f267'
}

.zmdi-check-circle-u:before {
  content: '\f268'
}

.zmdi-check-circle:before {
  content: '\f269'
}

.zmdi-check-square:before {
  content: '\f26a'
}

.zmdi-check:before {
  content: '\f26b'
}

.zmdi-circle-o:before {
  content: '\f26c'
}

.zmdi-circle:before {
  content: '\f26d'
}

.zmdi-dot-circle-alt:before {
  content: '\f26e'
}

.zmdi-dot-circle:before {
  content: '\f26f'
}

.zmdi-minus-circle-outline:before {
  content: '\f270'
}

.zmdi-minus-circle:before {
  content: '\f271'
}

.zmdi-minus-square:before {
  content: '\f272'
}

.zmdi-minus:before {
  content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274'
}

.zmdi-plus-circle-o:before {
  content: '\f275'
}

.zmdi-plus-circle:before {
  content: '\f276'
}

.zmdi-plus-square:before {
  content: '\f277'
}

.zmdi-plus:before {
  content: '\f278'
}

.zmdi-square-o:before {
  content: '\f279'
}

.zmdi-star-circle:before {
  content: '\f27a'
}

.zmdi-star-half:before {
  content: '\f27b'
}

.zmdi-star-outline:before {
  content: '\f27c'
}

.zmdi-star:before {
  content: '\f27d'
}

.zmdi-bluetooth-connected:before {
  content: '\f27e'
}

.zmdi-bluetooth-off:before {
  content: '\f27f'
}

.zmdi-bluetooth-search:before {
  content: '\f280'
}

.zmdi-bluetooth-setting:before {
  content: '\f281'
}

.zmdi-bluetooth:before {
  content: '\f282'
}

.zmdi-camera-add:before {
  content: '\f283'
}

.zmdi-camera-alt:before {
  content: '\f284'
}

.zmdi-camera-bw:before {
  content: '\f285'
}

.zmdi-camera-front:before {
  content: '\f286'
}

.zmdi-camera-mic:before {
  content: '\f287'
}

.zmdi-camera-party-mode:before {
  content: '\f288'
}

.zmdi-camera-rear:before {
  content: '\f289'
}

.zmdi-camera-roll:before {
  content: '\f28a'
}

.zmdi-camera-switch:before {
  content: '\f28b'
}

.zmdi-camera:before {
  content: '\f28c'
}

.zmdi-card-alert:before {
  content: '\f28d'
}

.zmdi-card-off:before {
  content: '\f28e'
}

.zmdi-card-sd:before {
  content: '\f28f'
}

.zmdi-card-sim:before {
  content: '\f290'
}

.zmdi-desktop-mac:before {
  content: '\f291'
}

.zmdi-desktop-windows:before {
  content: '\f292'
}

.zmdi-device-hub:before {
  content: '\f293'
}

.zmdi-devices-off:before {
  content: '\f294'
}

.zmdi-devices:before {
  content: '\f295'
}

.zmdi-dock:before {
  content: '\f296'
}

.zmdi-floppy:before {
  content: '\f297'
}

.zmdi-gamepad:before {
  content: '\f298'
}

.zmdi-gps-dot:before {
  content: '\f299'
}

.zmdi-gps-off:before {
  content: '\f29a'
}

.zmdi-gps:before {
  content: '\f29b'
}

.zmdi-headset-mic:before {
  content: '\f29c'
}

.zmdi-headset:before {
  content: '\f29d'
}

.zmdi-input-antenna:before {
  content: '\f29e'
}

.zmdi-input-composite:before {
  content: '\f29f'
}

.zmdi-input-hdmi:before {
  content: '\f2a0'
}

.zmdi-input-power:before {
  content: '\f2a1'
}

.zmdi-input-svideo:before {
  content: '\f2a2'
}

.zmdi-keyboard-hide:before {
  content: '\f2a3'
}

.zmdi-keyboard:before {
  content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5'
}

.zmdi-laptop-mac:before {
  content: '\f2a6'
}

.zmdi-laptop:before {
  content: '\f2a7'
}

.zmdi-mic-off:before {
  content: '\f2a8'
}

.zmdi-mic-outline:before {
  content: '\f2a9'
}

.zmdi-mic-setting:before {
  content: '\f2aa'
}

.zmdi-mic:before {
  content: '\f2ab'
}

.zmdi-mouse:before {
  content: '\f2ac'
}

.zmdi-network-alert:before {
  content: '\f2ad'
}

.zmdi-network-locked:before {
  content: '\f2ae'
}

.zmdi-network-off:before {
  content: '\f2af'
}

.zmdi-network-outline:before {
  content: '\f2b0'
}

.zmdi-network-setting:before {
  content: '\f2b1'
}

.zmdi-network:before {
  content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3'
}

.zmdi-phone-end:before {
  content: '\f2b4'
}

.zmdi-phone-forwarded:before {
  content: '\f2b5'
}

.zmdi-phone-in-talk:before {
  content: '\f2b6'
}

.zmdi-phone-locked:before {
  content: '\f2b7'
}

.zmdi-phone-missed:before {
  content: '\f2b8'
}

.zmdi-phone-msg:before {
  content: '\f2b9'
}

.zmdi-phone-paused:before {
  content: '\f2ba'
}

.zmdi-phone-ring:before {
  content: '\f2bb'
}

.zmdi-phone-setting:before {
  content: '\f2bc'
}

.zmdi-phone-sip:before {
  content: '\f2bd'
}

.zmdi-phone:before {
  content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0'
}

.zmdi-portable-wifi:before {
  content: '\f2c1'
}

.zmdi-radio:before {
  content: '\f2c2'
}

.zmdi-reader:before {
  content: '\f2c3'
}

.zmdi-remote-control-alt:before {
  content: '\f2c4'
}

.zmdi-remote-control:before {
  content: '\f2c5'
}

.zmdi-router:before {
  content: '\f2c6'
}

.zmdi-scanner:before {
  content: '\f2c7'
}

.zmdi-smartphone-android:before {
  content: '\f2c8'
}

.zmdi-smartphone-download:before {
  content: '\f2c9'
}

.zmdi-smartphone-erase:before {
  content: '\f2ca'
}

.zmdi-smartphone-info:before {
  content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce'
}

.zmdi-smartphone-lock:before {
  content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0'
}

.zmdi-smartphone-ring:before {
  content: '\f2d1'
}

.zmdi-smartphone-setting:before {
  content: '\f2d2'
}

.zmdi-smartphone-setup:before {
  content: '\f2d3'
}

.zmdi-smartphone:before {
  content: '\f2d4'
}

.zmdi-speaker:before {
  content: '\f2d5'
}

.zmdi-tablet-android:before {
  content: '\f2d6'
}

.zmdi-tablet-mac:before {
  content: '\f2d7'
}

.zmdi-tablet:before {
  content: '\f2d8'
}

.zmdi-tv-alt-play:before {
  content: '\f2d9'
}

.zmdi-tv-list:before {
  content: '\f2da'
}

.zmdi-tv-play:before {
  content: '\f2db'
}

.zmdi-tv:before {
  content: '\f2dc'
}

.zmdi-usb:before {
  content: '\f2dd'
}

.zmdi-videocam-off:before {
  content: '\f2de'
}

.zmdi-videocam-switch:before {
  content: '\f2df'
}

.zmdi-videocam:before {
  content: '\f2e0'
}

.zmdi-watch:before {
  content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2'
}

.zmdi-wifi-alt:before {
  content: '\f2e3'
}

.zmdi-wifi-info:before {
  content: '\f2e4'
}

.zmdi-wifi-lock:before {
  content: '\f2e5'
}

.zmdi-wifi-off:before {
  content: '\f2e6'
}

.zmdi-wifi-outline:before {
  content: '\f2e7'
}

.zmdi-wifi:before {
  content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9'
}

.zmdi-arrow-left:before {
  content: '\f2ea'
}

.zmdi-arrow-merge:before {
  content: '\f2eb'
}

.zmdi-arrow-missed:before {
  content: '\f2ec'
}

.zmdi-arrow-right-top:before {
  content: '\f2ed'
}

.zmdi-arrow-right:before {
  content: '\f2ee'
}

.zmdi-arrow-split:before {
  content: '\f2ef'
}

.zmdi-arrows:before {
  content: '\f2f0'
}

.zmdi-caret-down-circle:before {
  content: '\f2f1'
}

.zmdi-caret-down:before {
  content: '\f2f2'
}

.zmdi-caret-left-circle:before {
  content: '\f2f3'
}

.zmdi-caret-left:before {
  content: '\f2f4'
}

.zmdi-caret-right-circle:before {
  content: '\f2f5'
}

.zmdi-caret-right:before {
  content: '\f2f6'
}

.zmdi-caret-up-circle:before {
  content: '\f2f7'
}

.zmdi-caret-up:before {
  content: '\f2f8'
}

.zmdi-chevron-down:before {
  content: '\f2f9'
}

.zmdi-chevron-left:before {
  content: '\f2fa'
}

.zmdi-chevron-right:before {
  content: '\f2fb'
}

.zmdi-chevron-up:before {
  content: '\f2fc'
}

.zmdi-forward:before {
  content: '\f2fd'
}

.zmdi-long-arrow-down:before {
  content: '\f2fe'
}

.zmdi-long-arrow-left:before {
  content: '\f2ff'
}

.zmdi-long-arrow-return:before {
  content: '\f300'
}

.zmdi-long-arrow-right:before {
  content: '\f301'
}

.zmdi-long-arrow-tab:before {
  content: '\f302'
}

.zmdi-long-arrow-up:before {
  content: '\f303'
}

.zmdi-rotate-ccw:before {
  content: '\f304'
}

.zmdi-rotate-cw:before {
  content: '\f305'
}

.zmdi-rotate-left:before {
  content: '\f306'
}

.zmdi-rotate-right:before {
  content: '\f307'
}

.zmdi-square-down:before {
  content: '\f308'
}

.zmdi-square-right:before {
  content: '\f309'
}

.zmdi-swap-alt:before {
  content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b'
}

.zmdi-swap-vertical:before {
  content: '\f30c'
}

.zmdi-swap:before {
  content: '\f30d'
}

.zmdi-trending-down:before {
  content: '\f30e'
}

.zmdi-trending-flat:before {
  content: '\f30f'
}

.zmdi-trending-up:before {
  content: '\f310'
}

.zmdi-unfold-less:before {
  content: '\f311'
}

.zmdi-unfold-more:before {
  content: '\f312'
}

.zmdi-apps:before {
  content: '\f313'
}

.zmdi-grid-off:before {
  content: '\f314'
}

.zmdi-grid:before {
  content: '\f315'
}

.zmdi-view-agenda:before {
  content: '\f316'
}

.zmdi-view-array:before {
  content: '\f317'
}

.zmdi-view-carousel:before {
  content: '\f318'
}

.zmdi-view-column:before {
  content: '\f319'
}

.zmdi-view-comfy:before {
  content: '\f31a'
}

.zmdi-view-compact:before {
  content: '\f31b'
}

.zmdi-view-dashboard:before {
  content: '\f31c'
}

.zmdi-view-day:before {
  content: '\f31d'
}

.zmdi-view-headline:before {
  content: '\f31e'
}

.zmdi-view-list-alt:before {
  content: '\f31f'
}

.zmdi-view-list:before {
  content: '\f320'
}

.zmdi-view-module:before {
  content: '\f321'
}

.zmdi-view-quilt:before {
  content: '\f322'
}

.zmdi-view-stream:before {
  content: '\f323'
}

.zmdi-view-subtitles:before {
  content: '\f324'
}

.zmdi-view-toc:before {
  content: '\f325'
}

.zmdi-view-web:before {
  content: '\f326'
}

.zmdi-view-week:before {
  content: '\f327'
}

.zmdi-widgets:before {
  content: '\f328'
}

.zmdi-alarm-check:before {
  content: '\f329'
}

.zmdi-alarm-off:before {
  content: '\f32a'
}

.zmdi-alarm-plus:before {
  content: '\f32b'
}

.zmdi-alarm-snooze:before {
  content: '\f32c'
}

.zmdi-alarm:before {
  content: '\f32d'
}

.zmdi-calendar-alt:before {
  content: '\f32e'
}

.zmdi-calendar-check:before {
  content: '\f32f'
}

.zmdi-calendar-close:before {
  content: '\f330'
}

.zmdi-calendar-note:before {
  content: '\f331'
}

.zmdi-calendar:before {
  content: '\f332'
}

.zmdi-time-countdown:before {
  content: '\f333'
}

.zmdi-time-interval:before {
  content: '\f334'
}

.zmdi-time-restore-setting:before {
  content: '\f335'
}

.zmdi-time-restore:before {
  content: '\f336'
}

.zmdi-time:before {
  content: '\f337'
}

.zmdi-timer-off:before {
  content: '\f338'
}

.zmdi-timer:before {
  content: '\f339'
}

.zmdi-android-alt:before {
  content: '\f33a'
}

.zmdi-android:before {
  content: '\f33b'
}

.zmdi-apple:before {
  content: '\f33c'
}

.zmdi-behance:before {
  content: '\f33d'
}

.zmdi-codepen:before {
  content: '\f33e'
}

.zmdi-dribbble:before {
  content: '\f33f'
}

.zmdi-dropbox:before {
  content: '\f340'
}

.zmdi-evernote:before {
  content: '\f341'
}

.zmdi-facebook-box:before {
  content: '\f342'
}

.zmdi-facebook:before {
  content: '\f343'
}

.zmdi-github-box:before {
  content: '\f344'
}

.zmdi-github:before {
  content: '\f345'
}

.zmdi-google-drive:before {
  content: '\f346'
}

.zmdi-google-earth:before {
  content: '\f347'
}

.zmdi-google-glass:before {
  content: '\f348'
}

.zmdi-google-maps:before {
  content: '\f349'
}

.zmdi-google-pages:before {
  content: '\f34a'
}

.zmdi-google-play:before {
  content: '\f34b'
}

.zmdi-google-plus-box:before {
  content: '\f34c'
}

.zmdi-google-plus:before {
  content: '\f34d'
}

.zmdi-google:before {
  content: '\f34e'
}

.zmdi-instagram:before {
  content: '\f34f'
}

.zmdi-language-css3:before {
  content: '\f350'
}

.zmdi-language-html5:before {
  content: '\f351'
}

.zmdi-language-javascript:before {
  content: '\f352'
}

.zmdi-language-python-alt:before {
  content: '\f353'
}

.zmdi-language-python:before {
  content: '\f354'
}

.zmdi-lastfm:before {
  content: '\f355'
}

.zmdi-linkedin-box:before {
  content: '\f356'
}

.zmdi-paypal:before {
  content: '\f357'
}

.zmdi-pinterest-box:before {
  content: '\f358'
}

.zmdi-pocket:before {
  content: '\f359'
}

.zmdi-polymer:before {
  content: '\f35a'
}

.zmdi-share:before {
  content: '\f35b'
}

.zmdi-stackoverflow:before {
  content: '\f35c'
}

.zmdi-steam-square:before {
  content: '\f35d'
}

.zmdi-steam:before {
  content: '\f35e'
}

.zmdi-twitter-box:before {
  content: '\f35f'
}

.zmdi-twitter:before {
  content: '\f360'
}

.zmdi-vk:before {
  content: '\f361'
}

.zmdi-wikipedia:before {
  content: '\f362'
}

.zmdi-windows:before {
  content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364'
}

.zmdi-aspect-ratio:before {
  content: '\f365'
}

.zmdi-blur-circular:before {
  content: '\f366'
}

.zmdi-blur-linear:before {
  content: '\f367'
}

.zmdi-blur-off:before {
  content: '\f368'
}

.zmdi-blur:before {
  content: '\f369'
}

.zmdi-brightness-2:before {
  content: '\f36a'
}

.zmdi-brightness-3:before {
  content: '\f36b'
}

.zmdi-brightness-4:before {
  content: '\f36c'
}

.zmdi-brightness-5:before {
  content: '\f36d'
}

.zmdi-brightness-6:before {
  content: '\f36e'
}

.zmdi-brightness-7:before {
  content: '\f36f'
}

.zmdi-brightness-auto:before {
  content: '\f370'
}

.zmdi-brightness-setting:before {
  content: '\f371'
}

.zmdi-broken-image:before {
  content: '\f372'
}

.zmdi-center-focus-strong:before {
  content: '\f373'
}

.zmdi-center-focus-weak:before {
  content: '\f374'
}

.zmdi-compare:before {
  content: '\f375'
}

.zmdi-crop-16-9:before {
  content: '\f376'
}

.zmdi-crop-3-2:before {
  content: '\f377'
}

.zmdi-crop-5-4:before {
  content: '\f378'
}

.zmdi-crop-7-5:before {
  content: '\f379'
}

.zmdi-crop-din:before {
  content: '\f37a'
}

.zmdi-crop-free:before {
  content: '\f37b'
}

.zmdi-crop-landscape:before {
  content: '\f37c'
}

.zmdi-crop-portrait:before {
  content: '\f37d'
}

.zmdi-crop-square:before {
  content: '\f37e'
}

.zmdi-exposure-alt:before {
  content: '\f37f'
}

.zmdi-exposure:before {
  content: '\f380'
}

.zmdi-filter-b-and-w:before {
  content: '\f381'
}

.zmdi-filter-center-focus:before {
  content: '\f382'
}

.zmdi-filter-frames:before {
  content: '\f383'
}

.zmdi-filter-tilt-shift:before {
  content: '\f384'
}

.zmdi-gradient:before {
  content: '\f385'
}

.zmdi-grain:before {
  content: '\f386'
}

.zmdi-graphic-eq:before {
  content: '\f387'
}

.zmdi-hdr-off:before {
  content: '\f388'
}

.zmdi-hdr-strong:before {
  content: '\f389'
}

.zmdi-hdr-weak:before {
  content: '\f38a'
}

.zmdi-hdr:before {
  content: '\f38b'
}

.zmdi-iridescent:before {
  content: '\f38c'
}

.zmdi-leak-off:before {
  content: '\f38d'
}

.zmdi-leak:before {
  content: '\f38e'
}

.zmdi-looks:before {
  content: '\f38f'
}

.zmdi-loupe:before {
  content: '\f390'
}

.zmdi-panorama-horizontal:before {
  content: '\f391'
}

.zmdi-panorama-vertical:before {
  content: '\f392'
}

.zmdi-panorama-wide-angle:before {
  content: '\f393'
}

.zmdi-photo-size-select-large:before {
  content: '\f394'
}

.zmdi-photo-size-select-small:before {
  content: '\f395'
}

.zmdi-picture-in-picture:before {
  content: '\f396'
}

.zmdi-slideshow:before {
  content: '\f397'
}

.zmdi-texture:before {
  content: '\f398'
}

.zmdi-tonality:before {
  content: '\f399'
}

.zmdi-vignette:before {
  content: '\f39a'
}

.zmdi-wb-auto:before {
  content: '\f39b'
}

.zmdi-eject-alt:before {
  content: '\f39c'
}

.zmdi-eject:before {
  content: '\f39d'
}

.zmdi-equalizer:before {
  content: '\f39e'
}

.zmdi-fast-forward:before {
  content: '\f39f'
}

.zmdi-fast-rewind:before {
  content: '\f3a0'
}

.zmdi-forward-10:before {
  content: '\f3a1'
}

.zmdi-forward-30:before {
  content: '\f3a2'
}

.zmdi-forward-5:before {
  content: '\f3a3'
}

.zmdi-hearing:before {
  content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5'
}

.zmdi-pause-circle:before {
  content: '\f3a6'
}

.zmdi-pause:before {
  content: '\f3a7'
}

.zmdi-play-circle-outline:before {
  content: '\f3a8'
}

.zmdi-play-circle:before {
  content: '\f3a9'
}

.zmdi-play:before {
  content: '\f3aa'
}

.zmdi-playlist-audio:before {
  content: '\f3ab'
}

.zmdi-playlist-plus:before {
  content: '\f3ac'
}

.zmdi-repeat-one:before {
  content: '\f3ad'
}

.zmdi-repeat:before {
  content: '\f3ae'
}

.zmdi-replay-10:before {
  content: '\f3af'
}

.zmdi-replay-30:before {
  content: '\f3b0'
}

.zmdi-replay-5:before {
  content: '\f3b1'
}

.zmdi-replay:before {
  content: '\f3b2'
}

.zmdi-shuffle:before {
  content: '\f3b3'
}

.zmdi-skip-next:before {
  content: '\f3b4'
}

.zmdi-skip-previous:before {
  content: '\f3b5'
}

.zmdi-stop:before {
  content: '\f3b6'
}

.zmdi-surround-sound:before {
  content: '\f3b7'
}

.zmdi-tune:before {
  content: '\f3b8'
}

.zmdi-volume-down:before {
  content: '\f3b9'
}

.zmdi-volume-mute:before {
  content: '\f3ba'
}

.zmdi-volume-off:before {
  content: '\f3bb'
}

.zmdi-volume-up:before {
  content: '\f3bc'
}

.zmdi-n-1-square:before {
  content: '\f3bd'
}

.zmdi-n-2-square:before {
  content: '\f3be'
}

.zmdi-n-3-square:before {
  content: '\f3bf'
}

.zmdi-n-4-square:before {
  content: '\f3c0'
}

.zmdi-n-5-square:before {
  content: '\f3c1'
}

.zmdi-n-6-square:before {
  content: '\f3c2'
}

.zmdi-neg-1:before {
  content: '\f3c3'
}

.zmdi-neg-2:before {
  content: '\f3c4'
}

.zmdi-plus-1:before {
  content: '\f3c5'
}

.zmdi-plus-2:before {
  content: '\f3c6'
}

.zmdi-sec-10:before {
  content: '\f3c7'
}

.zmdi-sec-3:before {
  content: '\f3c8'
}

.zmdi-zero:before {
  content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1'
}

.zmdi-airplay:before {
  content: '\f3d2'
}

.zmdi-closed-caption:before {
  content: '\f3d3'
}

.zmdi-confirmation-number:before {
  content: '\f3d4'
}

.zmdi-developer-board:before {
  content: '\f3d5'
}

.zmdi-disc-full:before {
  content: '\f3d6'
}

.zmdi-explicit:before {
  content: '\f3d7'
}

.zmdi-flight-land:before {
  content: '\f3d8'
}

.zmdi-flight-takeoff:before {
  content: '\f3d9'
}

.zmdi-flip-to-back:before {
  content: '\f3da'
}

.zmdi-flip-to-front:before {
  content: '\f3db'
}

.zmdi-group-work:before {
  content: '\f3dc'
}

.zmdi-hd:before {
  content: '\f3dd'
}

.zmdi-hq:before {
  content: '\f3de'
}

.zmdi-markunread-mailbox:before {
  content: '\f3df'
}

.zmdi-memory:before {
  content: '\f3e0'
}

.zmdi-nfc:before {
  content: '\f3e1'
}

.zmdi-play-for-work:before {
  content: '\f3e2'
}

.zmdi-power-input:before {
  content: '\f3e3'
}

.zmdi-present-to-all:before {
  content: '\f3e4'
}

.zmdi-satellite:before {
  content: '\f3e5'
}

.zmdi-tap-and-play:before {
  content: '\f3e6'
}

.zmdi-vibration:before {
  content: '\f3e7'
}

.zmdi-voicemail:before {
  content: '\f3e8'
}

.zmdi-group:before {
  content: '\f3e9'
}

.zmdi-rss:before {
  content: '\f3ea'
}

.zmdi-shape:before {
  content: '\f3eb'
}

.zmdi-spinner:before {
  content: '\f3ec'
}

.zmdi-ungroup:before {
  content: '\f3ed'
}

.zmdi-500px:before {
  content: '\f3ee'
}

.zmdi-8tracks:before {
  content: '\f3ef'
}

.zmdi-amazon:before {
  content: '\f3f0'
}

.zmdi-blogger:before {
  content: '\f3f1'
}

.zmdi-delicious:before {
  content: '\f3f2'
}

.zmdi-disqus:before {
  content: '\f3f3'
}

.zmdi-flattr:before {
  content: '\f3f4'
}

.zmdi-flickr:before {
  content: '\f3f5'
}

.zmdi-github-alt:before {
  content: '\f3f6'
}

.zmdi-google-old:before {
  content: '\f3f7'
}

.zmdi-linkedin:before {
  content: '\f3f8'
}

.zmdi-odnoklassniki:before {
  content: '\f3f9'
}

.zmdi-outlook:before {
  content: '\f3fa'
}

.zmdi-paypal-alt:before {
  content: '\f3fb'
}

.zmdi-pinterest:before {
  content: '\f3fc'
}

.zmdi-playstation:before {
  content: '\f3fd'
}

.zmdi-reddit:before {
  content: '\f3fe'
}

.zmdi-skype:before {
  content: '\f3ff'
}

.zmdi-slideshare:before {
  content: '\f400'
}

.zmdi-soundcloud:before {
  content: '\f401'
}

.zmdi-tumblr:before {
  content: '\f402'
}

.zmdi-twitch:before {
  content: '\f403'
}

.zmdi-vimeo:before {
  content: '\f404'
}

.zmdi-whatsapp:before {
  content: '\f405'
}

.zmdi-xbox:before {
  content: '\f406'
}

.zmdi-yahoo:before {
  content: '\f407'
}

.zmdi-youtube-play:before {
  content: '\f408'
}

.zmdi-youtube:before {
  content: '\f409'
}

.zmdi-3d-rotation:before {
  content: '\f101'
}

.zmdi-airplane-off:before {
  content: '\f102'
}

.zmdi-airplane:before {
  content: '\f103'
}

.zmdi-album:before {
  content: '\f104'
}

.zmdi-archive:before {
  content: '\f105'
}

.zmdi-assignment-account:before {
  content: '\f106'
}

.zmdi-assignment-alert:before {
  content: '\f107'
}

.zmdi-assignment-check:before {
  content: '\f108'
}

.zmdi-assignment-o:before {
  content: '\f109'
}

.zmdi-assignment-return:before {
  content: '\f10a'
}

.zmdi-assignment-returned:before {
  content: '\f10b'
}

.zmdi-assignment:before {
  content: '\f10c'
}

.zmdi-attachment-alt:before {
  content: '\f10d'
}

.zmdi-attachment:before {
  content: '\f10e'
}

.zmdi-audio:before {
  content: '\f10f'
}

.zmdi-badge-check:before {
  content: '\f110'
}

.zmdi-balance-wallet:before {
  content: '\f111'
}

.zmdi-balance:before {
  content: '\f112'
}

.zmdi-battery-alert:before {
  content: '\f113'
}

.zmdi-battery-flash:before {
  content: '\f114'
}

.zmdi-battery-unknown:before {
  content: '\f115'
}

.zmdi-battery:before {
  content: '\f116'
}

.zmdi-bike:before {
  content: '\f117'
}

.zmdi-block-alt:before {
  content: '\f118'
}

.zmdi-block:before {
  content: '\f119'
}

.zmdi-boat:before {
  content: '\f11a'
}

.zmdi-book-image:before {
  content: '\f11b'
}

.zmdi-book:before {
  content: '\f11c'
}

.zmdi-bookmark-outline:before {
  content: '\f11d'
}

.zmdi-bookmark:before {
  content: '\f11e'
}

.zmdi-brush:before {
  content: '\f11f'
}

.zmdi-bug:before {
  content: '\f120'
}

.zmdi-bus:before {
  content: '\f121'
}

.zmdi-cake:before {
  content: '\f122'
}

.zmdi-car-taxi:before {
  content: '\f123'
}

.zmdi-car-wash:before {
  content: '\f124'
}

.zmdi-car:before {
  content: '\f125'
}

.zmdi-card-giftcard:before {
  content: '\f126'
}

.zmdi-card-membership:before {
  content: '\f127'
}

.zmdi-card-travel:before {
  content: '\f128'
}

.zmdi-card:before {
  content: '\f129'
}

.zmdi-case-check:before {
  content: '\f12a'
}

.zmdi-case-download:before {
  content: '\f12b'
}

.zmdi-case-play:before {
  content: '\f12c'
}

.zmdi-case:before {
  content: '\f12d'
}

.zmdi-cast-connected:before {
  content: '\f12e'
}

.zmdi-cast:before {
  content: '\f12f'
}

.zmdi-chart-donut:before {
  content: '\f130'
}

.zmdi-chart:before {
  content: '\f131'
}

.zmdi-city-alt:before {
  content: '\f132'
}

.zmdi-city:before {
  content: '\f133'
}

.zmdi-close-circle-o:before {
  content: '\f134'
}

.zmdi-close-circle:before {
  content: '\f135'
}

.zmdi-close:before {
  content: '\f136'
}

.zmdi-cocktail:before {
  content: '\f137'
}

.zmdi-code-setting:before {
  content: '\f138'
}

.zmdi-code-smartphone:before {
  content: '\f139'
}

.zmdi-code:before {
  content: '\f13a'
}

.zmdi-coffee:before {
  content: '\f13b'
}

.zmdi-collection-bookmark:before {
  content: '\f13c'
}

.zmdi-collection-case-play:before {
  content: '\f13d'
}

.zmdi-collection-folder-image:before {
  content: '\f13e'
}

.zmdi-collection-image-o:before {
  content: '\f13f'
}

.zmdi-collection-image:before {
  content: '\f140'
}

.zmdi-collection-item-1:before {
  content: '\f141'
}

.zmdi-collection-item-2:before {
  content: '\f142'
}

.zmdi-collection-item-3:before {
  content: '\f143'
}

.zmdi-collection-item-4:before {
  content: '\f144'
}

.zmdi-collection-item-5:before {
  content: '\f145'
}

.zmdi-collection-item-6:before {
  content: '\f146'
}

.zmdi-collection-item-7:before {
  content: '\f147'
}

.zmdi-collection-item-8:before {
  content: '\f148'
}

.zmdi-collection-item-9-plus:before {
  content: '\f149'
}

.zmdi-collection-item-9:before {
  content: '\f14a'
}

.zmdi-collection-item:before {
  content: '\f14b'
}

.zmdi-collection-music:before {
  content: '\f14c'
}

.zmdi-collection-pdf:before {
  content: '\f14d'
}

.zmdi-collection-plus:before {
  content: '\f14e'
}

.zmdi-collection-speaker:before {
  content: '\f14f'
}

.zmdi-collection-text:before {
  content: '\f150'
}

.zmdi-collection-video:before {
  content: '\f151'
}

.zmdi-compass:before {
  content: '\f152'
}

.zmdi-cutlery:before {
  content: '\f153'
}

.zmdi-delete:before {
  content: '\f154'
}

.zmdi-dialpad:before {
  content: '\f155'
}

.zmdi-dns:before {
  content: '\f156'
}

.zmdi-drink:before {
  content: '\f157'
}

.zmdi-edit:before {
  content: '\f158'
}

.zmdi-email-open:before {
  content: '\f159'
}

.zmdi-email:before {
  content: '\f15a'
}

.zmdi-eye-off:before {
  content: '\f15b'
}

.zmdi-eye:before {
  content: '\f15c'
}

.zmdi-eyedropper:before {
  content: '\f15d'
}

.zmdi-favorite-outline:before {
  content: '\f15e'
}

.zmdi-favorite:before {
  content: '\f15f'
}

.zmdi-filter-list:before {
  content: '\f160'
}

.zmdi-fire:before {
  content: '\f161'
}

.zmdi-flag:before {
  content: '\f162'
}

.zmdi-flare:before {
  content: '\f163'
}

.zmdi-flash-auto:before {
  content: '\f164'
}

.zmdi-flash-off:before {
  content: '\f165'
}

.zmdi-flash:before {
  content: '\f166'
}

.zmdi-flip:before {
  content: '\f167'
}

.zmdi-flower-alt:before {
  content: '\f168'
}

.zmdi-flower:before {
  content: '\f169'
}

.zmdi-font:before {
  content: '\f16a'
}

.zmdi-fullscreen-alt:before {
  content: '\f16b'
}

.zmdi-fullscreen-exit:before {
  content: '\f16c'
}

.zmdi-fullscreen:before {
  content: '\f16d'
}

.zmdi-functions:before {
  content: '\f16e'
}

.zmdi-gas-station:before {
  content: '\f16f'
}

.zmdi-gesture:before {
  content: '\f170'
}

.zmdi-globe-alt:before {
  content: '\f171'
}

.zmdi-globe-lock:before {
  content: '\f172'
}

.zmdi-globe:before {
  content: '\f173'
}

.zmdi-graduation-cap:before {
  content: '\f174'
}

.zmdi-home:before {
  content: '\f175'
}

.zmdi-hospital-alt:before {
  content: '\f176'
}

.zmdi-hospital:before {
  content: '\f177'
}

.zmdi-hotel:before {
  content: '\f178'
}

.zmdi-hourglass-alt:before {
  content: '\f179'
}

.zmdi-hourglass-outline:before {
  content: '\f17a'
}

.zmdi-hourglass:before {
  content: '\f17b'
}

.zmdi-http:before {
  content: '\f17c'
}

.zmdi-image-alt:before {
  content: '\f17d'
}

.zmdi-image-o:before {
  content: '\f17e'
}

.zmdi-image:before {
  content: '\f17f'
}

.zmdi-inbox:before {
  content: '\f180'
}

.zmdi-invert-colors-off:before {
  content: '\f181'
}

.zmdi-invert-colors:before {
  content: '\f182'
}

.zmdi-key:before {
  content: '\f183'
}

.zmdi-label-alt-outline:before {
  content: '\f184'
}

.zmdi-label-alt:before {
  content: '\f185'
}

.zmdi-label-heart:before {
  content: '\f186'
}

.zmdi-label:before {
  content: '\f187'
}

.zmdi-labels:before {
  content: '\f188'
}

.zmdi-lamp:before {
  content: '\f189'
}

.zmdi-landscape:before {
  content: '\f18a'
}

.zmdi-layers-off:before {
  content: '\f18b'
}

.zmdi-layers:before {
  content: '\f18c'
}

.zmdi-library:before {
  content: '\f18d'
}

.zmdi-link:before {
  content: '\f18e'
}

.zmdi-lock-open:before {
  content: '\f18f'
}

.zmdi-lock-outline:before {
  content: '\f190'
}

.zmdi-lock:before {
  content: '\f191'
}

.zmdi-mail-reply-all:before {
  content: '\f192'
}

.zmdi-mail-reply:before {
  content: '\f193'
}

.zmdi-mail-send:before {
  content: '\f194'
}

.zmdi-mall:before {
  content: '\f195'
}

.zmdi-map:before {
  content: '\f196'
}

.zmdi-menu:before {
  content: '\f197'
}

.zmdi-money-box:before {
  content: '\f198'
}

.zmdi-money-off:before {
  content: '\f199'
}

.zmdi-money:before {
  content: '\f19a'
}

.zmdi-more-vert:before {
  content: '\f19b'
}

.zmdi-more:before {
  content: '\f19c'
}

.zmdi-movie-alt:before {
  content: '\f19d'
}

.zmdi-movie:before {
  content: '\f19e'
}

.zmdi-nature-people:before {
  content: '\f19f'
}

.zmdi-nature:before {
  content: '\f1a0'
}

.zmdi-navigation:before {
  content: '\f1a1'
}

.zmdi-open-in-browser:before {
  content: '\f1a2'
}

.zmdi-open-in-new:before {
  content: '\f1a3'
}

.zmdi-palette:before {
  content: '\f1a4'
}

.zmdi-parking:before {
  content: '\f1a5'
}

.zmdi-pin-account:before {
  content: '\f1a6'
}

.zmdi-pin-assistant:before {
  content: '\f1a7'
}

.zmdi-pin-drop:before {
  content: '\f1a8'
}

.zmdi-pin-help:before {
  content: '\f1a9'
}

.zmdi-pin-off:before {
  content: '\f1aa'
}

.zmdi-pin:before {
  content: '\f1ab'
}

.zmdi-pizza:before {
  content: '\f1ac'
}

.zmdi-plaster:before {
  content: '\f1ad'
}

.zmdi-power-setting:before {
  content: '\f1ae'
}

.zmdi-power:before {
  content: '\f1af'
}

.zmdi-print:before {
  content: '\f1b0'
}

.zmdi-puzzle-piece:before {
  content: '\f1b1'
}

.zmdi-quote:before {
  content: '\f1b2'
}

.zmdi-railway:before {
  content: '\f1b3'
}

.zmdi-receipt:before {
  content: '\f1b4'
}

.zmdi-refresh-alt:before {
  content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7'
}

.zmdi-refresh-sync:before {
  content: '\f1b8'
}

.zmdi-refresh:before {
  content: '\f1b9'
}

.zmdi-roller:before {
  content: '\f1ba'
}

.zmdi-ruler:before {
  content: '\f1bb'
}

.zmdi-scissors:before {
  content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd'
}

.zmdi-screen-rotation:before {
  content: '\f1be'
}

.zmdi-search-for:before {
  content: '\f1bf'
}

.zmdi-search-in-file:before {
  content: '\f1c0'
}

.zmdi-search-in-page:before {
  content: '\f1c1'
}

.zmdi-search-replace:before {
  content: '\f1c2'
}

.zmdi-search:before {
  content: '\f1c3'
}

.zmdi-seat:before {
  content: '\f1c4'
}

.zmdi-settings-square:before {
  content: '\f1c5'
}

.zmdi-settings:before {
  content: '\f1c6'
}

.zmdi-shield-check:before {
  content: '\f1c7'
}

.zmdi-shield-security:before {
  content: '\f1c8'
}

.zmdi-shopping-basket:before {
  content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca'
}

.zmdi-shopping-cart:before {
  content: '\f1cb'
}

.zmdi-sign-in:before {
  content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce'
}

.zmdi-sort-asc:before {
  content: '\f1cf'
}

.zmdi-sort-desc:before {
  content: '\f1d0'
}

.zmdi-spellcheck:before {
  content: '\f1d1'
}

.zmdi-storage:before {
  content: '\f1d2'
}

.zmdi-store-24:before {
  content: '\f1d3'
}

.zmdi-store:before {
  content: '\f1d4'
}

.zmdi-subway:before {
  content: '\f1d5'
}

.zmdi-sun:before {
  content: '\f1d6'
}

.zmdi-tab-unselected:before {
  content: '\f1d7'
}

.zmdi-tab:before {
  content: '\f1d8'
}

.zmdi-tag-close:before {
  content: '\f1d9'
}

.zmdi-tag-more:before {
  content: '\f1da'
}

.zmdi-tag:before {
  content: '\f1db'
}

.zmdi-thumb-down:before {
  content: '\f1dc'
}

.zmdi-thumb-up-down:before {
  content: '\f1dd'
}

.zmdi-thumb-up:before {
  content: '\f1de'
}

.zmdi-ticket-star:before {
  content: '\f1df'
}

.zmdi-toll:before {
  content: '\f1e0'
}

.zmdi-toys:before {
  content: '\f1e1'
}

.zmdi-traffic:before {
  content: '\f1e2'
}

.zmdi-translate:before {
  content: '\f1e3'
}

.zmdi-triangle-down:before {
  content: '\f1e4'
}

.zmdi-triangle-up:before {
  content: '\f1e5'
}

.zmdi-truck:before {
  content: '\f1e6'
}

.zmdi-turning-sign:before {
  content: '\f1e7'
}

.zmdi-wallpaper:before {
  content: '\f1e8'
}

.zmdi-washing-machine:before {
  content: '\f1e9'
}

.zmdi-window-maximize:before {
  content: '\f1ea'
}

.zmdi-window-minimize:before {
  content: '\f1eb'
}

.zmdi-window-restore:before {
  content: '\f1ec'
}

.zmdi-wrench:before {
  content: '\f1ed'
}

.zmdi-zoom-in:before {
  content: '\f1ee'
}

.zmdi-zoom-out:before {
  content: '\f1ef'
}

.zmdi-alert-circle-o:before {
  content: '\f1f0'
}

.zmdi-alert-circle:before {
  content: '\f1f1'
}

.zmdi-alert-octagon:before {
  content: '\f1f2'
}

.zmdi-alert-polygon:before {
  content: '\f1f3'
}

.zmdi-alert-triangle:before {
  content: '\f1f4'
}

.zmdi-help-outline:before {
  content: '\f1f5'
}

.zmdi-help:before {
  content: '\f1f6'
}

.zmdi-info-outline:before {
  content: '\f1f7'
}

.zmdi-info:before {
  content: '\f1f8'
}

.zmdi-notifications-active:before {
  content: '\f1f9'
}

.zmdi-notifications-add:before {
  content: '\f1fa'
}

.zmdi-notifications-none:before {
  content: '\f1fb'
}

.zmdi-notifications-off:before {
  content: '\f1fc'
}

.zmdi-notifications-paused:before {
  content: '\f1fd'
}

.zmdi-notifications:before {
  content: '\f1fe'
}

.zmdi-account-add:before {
  content: '\f1ff'
}

.zmdi-account-box-mail:before {
  content: '\f200'
}

.zmdi-account-box-o:before {
  content: '\f201'
}

.zmdi-account-box-phone:before {
  content: '\f202'
}

.zmdi-account-box:before {
  content: '\f203'
}

.zmdi-account-calendar:before {
  content: '\f204'
}

.zmdi-account-circle:before {
  content: '\f205'
}

.zmdi-account-o:before {
  content: '\f206'
}

.zmdi-account:before {
  content: '\f207'
}

.zmdi-accounts-add:before {
  content: '\f208'
}

.zmdi-accounts-alt:before {
  content: '\f209'
}

.zmdi-accounts-list-alt:before {
  content: '\f20a'
}

.zmdi-accounts-list:before {
  content: '\f20b'
}

.zmdi-accounts-outline:before {
  content: '\f20c'
}

.zmdi-accounts:before {
  content: '\f20d'
}

.zmdi-face:before {
  content: '\f20e'
}

.zmdi-female:before {
  content: '\f20f'
}

.zmdi-male-alt:before {
  content: '\f210'
}

.zmdi-male-female:before {
  content: '\f211'
}

.zmdi-male:before {
  content: '\f212'
}

.zmdi-mood-bad:before {
  content: '\f213'
}

.zmdi-mood:before {
  content: '\f214'
}

.zmdi-run:before {
  content: '\f215'
}

.zmdi-walk:before {
  content: '\f216'
}

.zmdi-cloud-box:before {
  content: '\f217'
}

.zmdi-cloud-circle:before {
  content: '\f218'
}

.zmdi-cloud-done:before {
  content: '\f219'
}

.zmdi-cloud-download:before {
  content: '\f21a'
}

.zmdi-cloud-off:before {
  content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c'
}

.zmdi-cloud-outline:before {
  content: '\f21d'
}

.zmdi-cloud-upload:before {
  content: '\f21e'
}

.zmdi-cloud:before {
  content: '\f21f'
}

.zmdi-download:before {
  content: '\f220'
}

.zmdi-file-plus:before {
  content: '\f221'
}

.zmdi-file-text:before {
  content: '\f222'
}

.zmdi-file:before {
  content: '\f223'
}

.zmdi-folder-outline:before {
  content: '\f224'
}

.zmdi-folder-person:before {
  content: '\f225'
}

.zmdi-folder-star-alt:before {
  content: '\f226'
}

.zmdi-folder-star:before {
  content: '\f227'
}

.zmdi-folder:before {
  content: '\f228'
}

.zmdi-gif:before {
  content: '\f229'
}

.zmdi-upload:before {
  content: '\f22a'
}

.zmdi-border-all:before {
  content: '\f22b'
}

.zmdi-border-bottom:before {
  content: '\f22c'
}

.zmdi-border-clear:before {
  content: '\f22d'
}

.zmdi-border-color:before {
  content: '\f22e'
}

.zmdi-border-horizontal:before {
  content: '\f22f'
}

.zmdi-border-inner:before {
  content: '\f230'
}

.zmdi-border-left:before {
  content: '\f231'
}

.zmdi-border-outer:before {
  content: '\f232'
}

.zmdi-border-right:before {
  content: '\f233'
}

.zmdi-border-style:before {
  content: '\f234'
}

.zmdi-border-top:before {
  content: '\f235'
}

.zmdi-border-vertical:before {
  content: '\f236'
}

.zmdi-copy:before {
  content: '\f237'
}

.zmdi-crop:before {
  content: '\f238'
}

.zmdi-format-align-center:before {
  content: '\f239'
}

.zmdi-format-align-justify:before {
  content: '\f23a'
}

.zmdi-format-align-left:before {
  content: '\f23b'
}

.zmdi-format-align-right:before {
  content: '\f23c'
}

.zmdi-format-bold:before {
  content: '\f23d'
}

.zmdi-format-clear-all:before {
  content: '\f23e'
}

.zmdi-format-clear:before {
  content: '\f23f'
}

.zmdi-format-color-fill:before {
  content: '\f240'
}

.zmdi-format-color-reset:before {
  content: '\f241'
}

.zmdi-format-color-text:before {
  content: '\f242'
}

.zmdi-format-indent-decrease:before {
  content: '\f243'
}

.zmdi-format-indent-increase:before {
  content: '\f244'
}

.zmdi-format-italic:before {
  content: '\f245'
}

.zmdi-format-line-spacing:before {
  content: '\f246'
}

.zmdi-format-list-bulleted:before {
  content: '\f247'
}

.zmdi-format-list-numbered:before {
  content: '\f248'
}

.zmdi-format-ltr:before {
  content: '\f249'
}

.zmdi-format-rtl:before {
  content: '\f24a'
}

.zmdi-format-size:before {
  content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c'
}

.zmdi-format-strikethrough:before {
  content: '\f24d'
}

.zmdi-format-subject:before {
  content: '\f24e'
}

.zmdi-format-underlined:before {
  content: '\f24f'
}

.zmdi-format-valign-bottom:before {
  content: '\f250'
}

.zmdi-format-valign-center:before {
  content: '\f251'
}

.zmdi-format-valign-top:before {
  content: '\f252'
}

.zmdi-redo:before {
  content: '\f253'
}

.zmdi-select-all:before {
  content: '\f254'
}

.zmdi-space-bar:before {
  content: '\f255'
}

.zmdi-text-format:before {
  content: '\f256'
}

.zmdi-transform:before {
  content: '\f257'
}

.zmdi-undo:before {
  content: '\f258'
}

.zmdi-wrap-text:before {
  content: '\f259'
}

.zmdi-comment-alert:before {
  content: '\f25a'
}

.zmdi-comment-alt-text:before {
  content: '\f25b'
}

.zmdi-comment-alt:before {
  content: '\f25c'
}

.zmdi-comment-edit:before {
  content: '\f25d'
}

.zmdi-comment-image:before {
  content: '\f25e'
}

.zmdi-comment-list:before {
  content: '\f25f'
}

.zmdi-comment-more:before {
  content: '\f260'
}

.zmdi-comment-outline:before {
  content: '\f261'
}

.zmdi-comment-text-alt:before {
  content: '\f262'
}

.zmdi-comment-text:before {
  content: '\f263'
}

.zmdi-comment-video:before {
  content: '\f264'
}

.zmdi-comment:before {
  content: '\f265'
}

.zmdi-comments:before {
  content: '\f266'
}

.zmdi-check-all:before {
  content: '\f267'
}

.zmdi-check-circle-u:before {
  content: '\f268'
}

.zmdi-check-circle:before {
  content: '\f269'
}

.zmdi-check-square:before {
  content: '\f26a'
}

.zmdi-check:before {
  content: '\f26b'
}

.zmdi-circle-o:before {
  content: '\f26c'
}

.zmdi-circle:before {
  content: '\f26d'
}

.zmdi-dot-circle-alt:before {
  content: '\f26e'
}

.zmdi-dot-circle:before {
  content: '\f26f'
}

.zmdi-minus-circle-outline:before {
  content: '\f270'
}

.zmdi-minus-circle:before {
  content: '\f271'
}

.zmdi-minus-square:before {
  content: '\f272'
}

.zmdi-minus:before {
  content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274'
}

.zmdi-plus-circle-o:before {
  content: '\f275'
}

.zmdi-plus-circle:before {
  content: '\f276'
}

.zmdi-plus-square:before {
  content: '\f277'
}

.zmdi-plus:before {
  content: '\f278'
}

.zmdi-square-o:before {
  content: '\f279'
}

.zmdi-star-circle:before {
  content: '\f27a'
}

.zmdi-star-half:before {
  content: '\f27b'
}

.zmdi-star-outline:before {
  content: '\f27c'
}

.zmdi-star:before {
  content: '\f27d'
}

.zmdi-bluetooth-connected:before {
  content: '\f27e'
}

.zmdi-bluetooth-off:before {
  content: '\f27f'
}

.zmdi-bluetooth-search:before {
  content: '\f280'
}

.zmdi-bluetooth-setting:before {
  content: '\f281'
}

.zmdi-bluetooth:before {
  content: '\f282'
}

.zmdi-camera-add:before {
  content: '\f283'
}

.zmdi-camera-alt:before {
  content: '\f284'
}

.zmdi-camera-bw:before {
  content: '\f285'
}

.zmdi-camera-front:before {
  content: '\f286'
}

.zmdi-camera-mic:before {
  content: '\f287'
}

.zmdi-camera-party-mode:before {
  content: '\f288'
}

.zmdi-camera-rear:before {
  content: '\f289'
}

.zmdi-camera-roll:before {
  content: '\f28a'
}

.zmdi-camera-switch:before {
  content: '\f28b'
}

.zmdi-camera:before {
  content: '\f28c'
}

.zmdi-card-alert:before {
  content: '\f28d'
}

.zmdi-card-off:before {
  content: '\f28e'
}

.zmdi-card-sd:before {
  content: '\f28f'
}

.zmdi-card-sim:before {
  content: '\f290'
}

.zmdi-desktop-mac:before {
  content: '\f291'
}

.zmdi-desktop-windows:before {
  content: '\f292'
}

.zmdi-device-hub:before {
  content: '\f293'
}

.zmdi-devices-off:before {
  content: '\f294'
}

.zmdi-devices:before {
  content: '\f295'
}

.zmdi-dock:before {
  content: '\f296'
}

.zmdi-floppy:before {
  content: '\f297'
}

.zmdi-gamepad:before {
  content: '\f298'
}

.zmdi-gps-dot:before {
  content: '\f299'
}

.zmdi-gps-off:before {
  content: '\f29a'
}

.zmdi-gps:before {
  content: '\f29b'
}

.zmdi-headset-mic:before {
  content: '\f29c'
}

.zmdi-headset:before {
  content: '\f29d'
}

.zmdi-input-antenna:before {
  content: '\f29e'
}

.zmdi-input-composite:before {
  content: '\f29f'
}

.zmdi-input-hdmi:before {
  content: '\f2a0'
}

.zmdi-input-power:before {
  content: '\f2a1'
}

.zmdi-input-svideo:before {
  content: '\f2a2'
}

.zmdi-keyboard-hide:before {
  content: '\f2a3'
}

.zmdi-keyboard:before {
  content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5'
}

.zmdi-laptop-mac:before {
  content: '\f2a6'
}

.zmdi-laptop:before {
  content: '\f2a7'
}

.zmdi-mic-off:before {
  content: '\f2a8'
}

.zmdi-mic-outline:before {
  content: '\f2a9'
}

.zmdi-mic-setting:before {
  content: '\f2aa'
}

.zmdi-mic:before {
  content: '\f2ab'
}

.zmdi-mouse:before {
  content: '\f2ac'
}

.zmdi-network-alert:before {
  content: '\f2ad'
}

.zmdi-network-locked:before {
  content: '\f2ae'
}

.zmdi-network-off:before {
  content: '\f2af'
}

.zmdi-network-outline:before {
  content: '\f2b0'
}

.zmdi-network-setting:before {
  content: '\f2b1'
}

.zmdi-network:before {
  content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3'
}

.zmdi-phone-end:before {
  content: '\f2b4'
}

.zmdi-phone-forwarded:before {
  content: '\f2b5'
}

.zmdi-phone-in-talk:before {
  content: '\f2b6'
}

.zmdi-phone-locked:before {
  content: '\f2b7'
}

.zmdi-phone-missed:before {
  content: '\f2b8'
}

.zmdi-phone-msg:before {
  content: '\f2b9'
}

.zmdi-phone-paused:before {
  content: '\f2ba'
}

.zmdi-phone-ring:before {
  content: '\f2bb'
}

.zmdi-phone-setting:before {
  content: '\f2bc'
}

.zmdi-phone-sip:before {
  content: '\f2bd'
}

.zmdi-phone:before {
  content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0'
}

.zmdi-portable-wifi:before {
  content: '\f2c1'
}

.zmdi-radio:before {
  content: '\f2c2'
}

.zmdi-reader:before {
  content: '\f2c3'
}

.zmdi-remote-control-alt:before {
  content: '\f2c4'
}

.zmdi-remote-control:before {
  content: '\f2c5'
}

.zmdi-router:before {
  content: '\f2c6'
}

.zmdi-scanner:before {
  content: '\f2c7'
}

.zmdi-smartphone-android:before {
  content: '\f2c8'
}

.zmdi-smartphone-download:before {
  content: '\f2c9'
}

.zmdi-smartphone-erase:before {
  content: '\f2ca'
}

.zmdi-smartphone-info:before {
  content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce'
}

.zmdi-smartphone-lock:before {
  content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0'
}

.zmdi-smartphone-ring:before {
  content: '\f2d1'
}

.zmdi-smartphone-setting:before {
  content: '\f2d2'
}

.zmdi-smartphone-setup:before {
  content: '\f2d3'
}

.zmdi-smartphone:before {
  content: '\f2d4'
}

.zmdi-speaker:before {
  content: '\f2d5'
}

.zmdi-tablet-android:before {
  content: '\f2d6'
}

.zmdi-tablet-mac:before {
  content: '\f2d7'
}

.zmdi-tablet:before {
  content: '\f2d8'
}

.zmdi-tv-alt-play:before {
  content: '\f2d9'
}

.zmdi-tv-list:before {
  content: '\f2da'
}

.zmdi-tv-play:before {
  content: '\f2db'
}

.zmdi-tv:before {
  content: '\f2dc'
}

.zmdi-usb:before {
  content: '\f2dd'
}

.zmdi-videocam-off:before {
  content: '\f2de'
}

.zmdi-videocam-switch:before {
  content: '\f2df'
}

.zmdi-videocam:before {
  content: '\f2e0'
}

.zmdi-watch:before {
  content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2'
}

.zmdi-wifi-alt:before {
  content: '\f2e3'
}

.zmdi-wifi-info:before {
  content: '\f2e4'
}

.zmdi-wifi-lock:before {
  content: '\f2e5'
}

.zmdi-wifi-off:before {
  content: '\f2e6'
}

.zmdi-wifi-outline:before {
  content: '\f2e7'
}

.zmdi-wifi:before {
  content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9'
}

.zmdi-arrow-left:before {
  content: '\f2ea'
}

.zmdi-arrow-merge:before {
  content: '\f2eb'
}

.zmdi-arrow-missed:before {
  content: '\f2ec'
}

.zmdi-arrow-right-top:before {
  content: '\f2ed'
}

.zmdi-arrow-right:before {
  content: '\f2ee'
}

.zmdi-arrow-split:before {
  content: '\f2ef'
}

.zmdi-arrows:before {
  content: '\f2f0'
}

.zmdi-caret-down-circle:before {
  content: '\f2f1'
}

.zmdi-caret-down:before {
  content: '\f2f2'
}

.zmdi-caret-left-circle:before {
  content: '\f2f3'
}

.zmdi-caret-left:before {
  content: '\f2f4'
}

.zmdi-caret-right-circle:before {
  content: '\f2f5'
}

.zmdi-caret-right:before {
  content: '\f2f6'
}

.zmdi-caret-up-circle:before {
  content: '\f2f7'
}

.zmdi-caret-up:before {
  content: '\f2f8'
}

.zmdi-chevron-down:before {
  content: '\f2f9'
}

.zmdi-chevron-left:before {
  content: '\f2fa'
}

.zmdi-chevron-right:before {
  content: '\f2fb'
}

.zmdi-chevron-up:before {
  content: '\f2fc'
}

.zmdi-forward:before {
  content: '\f2fd'
}

.zmdi-long-arrow-down:before {
  content: '\f2fe'
}

.zmdi-long-arrow-left:before {
  content: '\f2ff'
}

.zmdi-long-arrow-return:before {
  content: '\f300'
}

.zmdi-long-arrow-right:before {
  content: '\f301'
}

.zmdi-long-arrow-tab:before {
  content: '\f302'
}

.zmdi-long-arrow-up:before {
  content: '\f303'
}

.zmdi-rotate-ccw:before {
  content: '\f304'
}

.zmdi-rotate-cw:before {
  content: '\f305'
}

.zmdi-rotate-left:before {
  content: '\f306'
}

.zmdi-rotate-right:before {
  content: '\f307'
}

.zmdi-square-down:before {
  content: '\f308'
}

.zmdi-square-right:before {
  content: '\f309'
}

.zmdi-swap-alt:before {
  content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b'
}

.zmdi-swap-vertical:before {
  content: '\f30c'
}

.zmdi-swap:before {
  content: '\f30d'
}

.zmdi-trending-down:before {
  content: '\f30e'
}

.zmdi-trending-flat:before {
  content: '\f30f'
}

.zmdi-trending-up:before {
  content: '\f310'
}

.zmdi-unfold-less:before {
  content: '\f311'
}

.zmdi-unfold-more:before {
  content: '\f312'
}

.zmdi-apps:before {
  content: '\f313'
}

.zmdi-grid-off:before {
  content: '\f314'
}

.zmdi-grid:before {
  content: '\f315'
}

.zmdi-view-agenda:before {
  content: '\f316'
}

.zmdi-view-array:before {
  content: '\f317'
}

.zmdi-view-carousel:before {
  content: '\f318'
}

.zmdi-view-column:before {
  content: '\f319'
}

.zmdi-view-comfy:before {
  content: '\f31a'
}

.zmdi-view-compact:before {
  content: '\f31b'
}

.zmdi-view-dashboard:before {
  content: '\f31c'
}

.zmdi-view-day:before {
  content: '\f31d'
}

.zmdi-view-headline:before {
  content: '\f31e'
}

.zmdi-view-list-alt:before {
  content: '\f31f'
}

.zmdi-view-list:before {
  content: '\f320'
}

.zmdi-view-module:before {
  content: '\f321'
}

.zmdi-view-quilt:before {
  content: '\f322'
}

.zmdi-view-stream:before {
  content: '\f323'
}

.zmdi-view-subtitles:before {
  content: '\f324'
}

.zmdi-view-toc:before {
  content: '\f325'
}

.zmdi-view-web:before {
  content: '\f326'
}

.zmdi-view-week:before {
  content: '\f327'
}

.zmdi-widgets:before {
  content: '\f328'
}

.zmdi-alarm-check:before {
  content: '\f329'
}

.zmdi-alarm-off:before {
  content: '\f32a'
}

.zmdi-alarm-plus:before {
  content: '\f32b'
}

.zmdi-alarm-snooze:before {
  content: '\f32c'
}

.zmdi-alarm:before {
  content: '\f32d'
}

.zmdi-calendar-alt:before {
  content: '\f32e'
}

.zmdi-calendar-check:before {
  content: '\f32f'
}

.zmdi-calendar-close:before {
  content: '\f330'
}

.zmdi-calendar-note:before {
  content: '\f331'
}

.zmdi-calendar:before {
  content: '\f332'
}

.zmdi-time-countdown:before {
  content: '\f333'
}

.zmdi-time-interval:before {
  content: '\f334'
}

.zmdi-time-restore-setting:before {
  content: '\f335'
}

.zmdi-time-restore:before {
  content: '\f336'
}

.zmdi-time:before {
  content: '\f337'
}

.zmdi-timer-off:before {
  content: '\f338'
}

.zmdi-timer:before {
  content: '\f339'
}

.zmdi-android-alt:before {
  content: '\f33a'
}

.zmdi-android:before {
  content: '\f33b'
}

.zmdi-apple:before {
  content: '\f33c'
}

.zmdi-behance:before {
  content: '\f33d'
}

.zmdi-codepen:before {
  content: '\f33e'
}

.zmdi-dribbble:before {
  content: '\f33f'
}

.zmdi-dropbox:before {
  content: '\f340'
}

.zmdi-evernote:before {
  content: '\f341'
}

.zmdi-facebook-box:before {
  content: '\f342'
}

.zmdi-facebook:before {
  content: '\f343'
}

.zmdi-github-box:before {
  content: '\f344'
}

.zmdi-github:before {
  content: '\f345'
}

.zmdi-google-drive:before {
  content: '\f346'
}

.zmdi-google-earth:before {
  content: '\f347'
}

.zmdi-google-glass:before {
  content: '\f348'
}

.zmdi-google-maps:before {
  content: '\f349'
}

.zmdi-google-pages:before {
  content: '\f34a'
}

.zmdi-google-play:before {
  content: '\f34b'
}

.zmdi-google-plus-box:before {
  content: '\f34c'
}

.zmdi-google-plus:before {
  content: '\f34d'
}

.zmdi-google:before {
  content: '\f34e'
}

.zmdi-instagram:before {
  content: '\f34f'
}

.zmdi-language-css3:before {
  content: '\f350'
}

.zmdi-language-html5:before {
  content: '\f351'
}

.zmdi-language-javascript:before {
  content: '\f352'
}

.zmdi-language-python-alt:before {
  content: '\f353'
}

.zmdi-language-python:before {
  content: '\f354'
}

.zmdi-lastfm:before {
  content: '\f355'
}

.zmdi-linkedin-box:before {
  content: '\f356'
}

.zmdi-paypal:before {
  content: '\f357'
}

.zmdi-pinterest-box:before {
  content: '\f358'
}

.zmdi-pocket:before {
  content: '\f359'
}

.zmdi-polymer:before {
  content: '\f35a'
}

.zmdi-share:before {
  content: '\f35b'
}

.zmdi-stackoverflow:before {
  content: '\f35c'
}

.zmdi-steam-square:before {
  content: '\f35d'
}

.zmdi-steam:before {
  content: '\f35e'
}

.zmdi-twitter-box:before {
  content: '\f35f'
}

.zmdi-twitter:before {
  content: '\f360'
}

.zmdi-vk:before {
  content: '\f361'
}

.zmdi-wikipedia:before {
  content: '\f362'
}

.zmdi-windows:before {
  content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364'
}

.zmdi-aspect-ratio:before {
  content: '\f365'
}

.zmdi-blur-circular:before {
  content: '\f366'
}

.zmdi-blur-linear:before {
  content: '\f367'
}

.zmdi-blur-off:before {
  content: '\f368'
}

.zmdi-blur:before {
  content: '\f369'
}

.zmdi-brightness-2:before {
  content: '\f36a'
}

.zmdi-brightness-3:before {
  content: '\f36b'
}

.zmdi-brightness-4:before {
  content: '\f36c'
}

.zmdi-brightness-5:before {
  content: '\f36d'
}

.zmdi-brightness-6:before {
  content: '\f36e'
}

.zmdi-brightness-7:before {
  content: '\f36f'
}

.zmdi-brightness-auto:before {
  content: '\f370'
}

.zmdi-brightness-setting:before {
  content: '\f371'
}

.zmdi-broken-image:before {
  content: '\f372'
}

.zmdi-center-focus-strong:before {
  content: '\f373'
}

.zmdi-center-focus-weak:before {
  content: '\f374'
}

.zmdi-compare:before {
  content: '\f375'
}

.zmdi-crop-16-9:before {
  content: '\f376'
}

.zmdi-crop-3-2:before {
  content: '\f377'
}

.zmdi-crop-5-4:before {
  content: '\f378'
}

.zmdi-crop-7-5:before {
  content: '\f379'
}

.zmdi-crop-din:before {
  content: '\f37a'
}

.zmdi-crop-free:before {
  content: '\f37b'
}

.zmdi-crop-landscape:before {
  content: '\f37c'
}

.zmdi-crop-portrait:before {
  content: '\f37d'
}

.zmdi-crop-square:before {
  content: '\f37e'
}

.zmdi-exposure-alt:before {
  content: '\f37f'
}

.zmdi-exposure:before {
  content: '\f380'
}

.zmdi-filter-b-and-w:before {
  content: '\f381'
}

.zmdi-filter-center-focus:before {
  content: '\f382'
}

.zmdi-filter-frames:before {
  content: '\f383'
}

.zmdi-filter-tilt-shift:before {
  content: '\f384'
}

.zmdi-gradient:before {
  content: '\f385'
}

.zmdi-grain:before {
  content: '\f386'
}

.zmdi-graphic-eq:before {
  content: '\f387'
}

.zmdi-hdr-off:before {
  content: '\f388'
}

.zmdi-hdr-strong:before {
  content: '\f389'
}

.zmdi-hdr-weak:before {
  content: '\f38a'
}

.zmdi-hdr:before {
  content: '\f38b'
}

.zmdi-iridescent:before {
  content: '\f38c'
}

.zmdi-leak-off:before {
  content: '\f38d'
}

.zmdi-leak:before {
  content: '\f38e'
}

.zmdi-looks:before {
  content: '\f38f'
}

.zmdi-loupe:before {
  content: '\f390'
}

.zmdi-panorama-horizontal:before {
  content: '\f391'
}

.zmdi-panorama-vertical:before {
  content: '\f392'
}

.zmdi-panorama-wide-angle:before {
  content: '\f393'
}

.zmdi-photo-size-select-large:before {
  content: '\f394'
}

.zmdi-photo-size-select-small:before {
  content: '\f395'
}

.zmdi-picture-in-picture:before {
  content: '\f396'
}

.zmdi-slideshow:before {
  content: '\f397'
}

.zmdi-texture:before {
  content: '\f398'
}

.zmdi-tonality:before {
  content: '\f399'
}

.zmdi-vignette:before {
  content: '\f39a'
}

.zmdi-wb-auto:before {
  content: '\f39b'
}

.zmdi-eject-alt:before {
  content: '\f39c'
}

.zmdi-eject:before {
  content: '\f39d'
}

.zmdi-equalizer:before {
  content: '\f39e'
}

.zmdi-fast-forward:before {
  content: '\f39f'
}

.zmdi-fast-rewind:before {
  content: '\f3a0'
}

.zmdi-forward-10:before {
  content: '\f3a1'
}

.zmdi-forward-30:before {
  content: '\f3a2'
}

.zmdi-forward-5:before {
  content: '\f3a3'
}

.zmdi-hearing:before {
  content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5'
}

.zmdi-pause-circle:before {
  content: '\f3a6'
}

.zmdi-pause:before {
  content: '\f3a7'
}

.zmdi-play-circle-outline:before {
  content: '\f3a8'
}

.zmdi-play-circle:before {
  content: '\f3a9'
}

.zmdi-play:before {
  content: '\f3aa'
}

.zmdi-playlist-audio:before {
  content: '\f3ab'
}

.zmdi-playlist-plus:before {
  content: '\f3ac'
}

.zmdi-repeat-one:before {
  content: '\f3ad'
}

.zmdi-repeat:before {
  content: '\f3ae'
}

.zmdi-replay-10:before {
  content: '\f3af'
}

.zmdi-replay-30:before {
  content: '\f3b0'
}

.zmdi-replay-5:before {
  content: '\f3b1'
}

.zmdi-replay:before {
  content: '\f3b2'
}

.zmdi-shuffle:before {
  content: '\f3b3'
}

.zmdi-skip-next:before {
  content: '\f3b4'
}

.zmdi-skip-previous:before {
  content: '\f3b5'
}

.zmdi-stop:before {
  content: '\f3b6'
}

.zmdi-surround-sound:before {
  content: '\f3b7'
}

.zmdi-tune:before {
  content: '\f3b8'
}

.zmdi-volume-down:before {
  content: '\f3b9'
}

.zmdi-volume-mute:before {
  content: '\f3ba'
}

.zmdi-volume-off:before {
  content: '\f3bb'
}

.zmdi-volume-up:before {
  content: '\f3bc'
}

.zmdi-n-1-square:before {
  content: '\f3bd'
}

.zmdi-n-2-square:before {
  content: '\f3be'
}

.zmdi-n-3-square:before {
  content: '\f3bf'
}

.zmdi-n-4-square:before {
  content: '\f3c0'
}

.zmdi-n-5-square:before {
  content: '\f3c1'
}

.zmdi-n-6-square:before {
  content: '\f3c2'
}

.zmdi-neg-1:before {
  content: '\f3c3'
}

.zmdi-neg-2:before {
  content: '\f3c4'
}

.zmdi-plus-1:before {
  content: '\f3c5'
}

.zmdi-plus-2:before {
  content: '\f3c6'
}

.zmdi-sec-10:before {
  content: '\f3c7'
}

.zmdi-sec-3:before {
  content: '\f3c8'
}

.zmdi-zero:before {
  content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1'
}

.zmdi-airplay:before {
  content: '\f3d2'
}

.zmdi-closed-caption:before {
  content: '\f3d3'
}

.zmdi-confirmation-number:before {
  content: '\f3d4'
}

.zmdi-developer-board:before {
  content: '\f3d5'
}

.zmdi-disc-full:before {
  content: '\f3d6'
}

.zmdi-explicit:before {
  content: '\f3d7'
}

.zmdi-flight-land:before {
  content: '\f3d8'
}

.zmdi-flight-takeoff:before {
  content: '\f3d9'
}

.zmdi-flip-to-back:before {
  content: '\f3da'
}

.zmdi-flip-to-front:before {
  content: '\f3db'
}

.zmdi-group-work:before {
  content: '\f3dc'
}

.zmdi-hd:before {
  content: '\f3dd'
}

.zmdi-hq:before {
  content: '\f3de'
}

.zmdi-markunread-mailbox:before {
  content: '\f3df'
}

.zmdi-memory:before {
  content: '\f3e0'
}

.zmdi-nfc:before {
  content: '\f3e1'
}

.zmdi-play-for-work:before {
  content: '\f3e2'
}

.zmdi-power-input:before {
  content: '\f3e3'
}

.zmdi-present-to-all:before {
  content: '\f3e4'
}

.zmdi-satellite:before {
  content: '\f3e5'
}

.zmdi-tap-and-play:before {
  content: '\f3e6'
}

.zmdi-vibration:before {
  content: '\f3e7'
}

.zmdi-voicemail:before {
  content: '\f3e8'
}

.zmdi-group:before {
  content: '\f3e9'
}

.zmdi-rss:before {
  content: '\f3ea'
}

.zmdi-shape:before {
  content: '\f3eb'
}

.zmdi-spinner:before {
  content: '\f3ec'
}

.zmdi-ungroup:before {
  content: '\f3ed'
}

.zmdi-500px:before {
  content: '\f3ee'
}

.zmdi-8tracks:before {
  content: '\f3ef'
}

.zmdi-amazon:before {
  content: '\f3f0'
}

.zmdi-blogger:before {
  content: '\f3f1'
}

.zmdi-delicious:before {
  content: '\f3f2'
}

.zmdi-disqus:before {
  content: '\f3f3'
}

.zmdi-flattr:before {
  content: '\f3f4'
}

.zmdi-flickr:before {
  content: '\f3f5'
}

.zmdi-github-alt:before {
  content: '\f3f6'
}

.zmdi-google-old:before {
  content: '\f3f7'
}

.zmdi-linkedin:before {
  content: '\f3f8'
}

.zmdi-odnoklassniki:before {
  content: '\f3f9'
}

.zmdi-outlook:before {
  content: '\f3fa'
}

.zmdi-paypal-alt:before {
  content: '\f3fb'
}

.zmdi-pinterest:before {
  content: '\f3fc'
}

.zmdi-playstation:before {
  content: '\f3fd'
}

.zmdi-reddit:before {
  content: '\f3fe'
}

.zmdi-skype:before {
  content: '\f3ff'
}

.zmdi-slideshare:before {
  content: '\f400'
}

.zmdi-soundcloud:before {
  content: '\f401'
}

.zmdi-tumblr:before {
  content: '\f402'
}

.zmdi-twitch:before {
  content: '\f403'
}

.zmdi-vimeo:before {
  content: '\f404'
}

.zmdi-whatsapp:before {
  content: '\f405'
}

.zmdi-xbox:before {
  content: '\f406'
}

.zmdi-yahoo:before {
  content: '\f407'
}

.zmdi-youtube-play:before {
  content: '\f408'
}

.zmdi-youtube:before {
  content: '\f409'
}

.zmdi-import-export:before {
  content: '\f30c'
}

.zmdi-swap-vertical-:before {
  content: '\f30c'
}

.zmdi-airplanemode-inactive:before {
  content: '\f102'
}

.zmdi-airplanemode-active:before {
  content: '\f103'
}

.zmdi-rate-review:before {
  content: '\f103'
}

.zmdi-comment-sign:before {
  content: '\f25a'
}

.zmdi-network-warning:before {
  content: '\f2ad'
}

.zmdi-shopping-cart-add:before {
  content: '\f1ca'
}

.zmdi-file-add:before {
  content: '\f221'
}

.zmdi-network-wifi-scan:before {
  content: '\f2e4'
}

.zmdi-collection-add:before {
  content: '\f14e'
}

.zmdi-format-playlist-add:before {
  content: '\f3ac'
}

.zmdi-format-queue-music:before {
  content: '\f3ab'
}

.zmdi-plus-box:before {
  content: '\f277'
}

.zmdi-tag-backspace:before {
  content: '\f1d9'
}

.zmdi-alarm-add:before {
  content: '\f32b'
}

.zmdi-battery-charging:before {
  content: '\f114'
}

.zmdi-daydream-setting:before {
  content: '\f217'
}

.zmdi-more-horiz:before {
  content: '\f19c'
}

.zmdi-book-photo:before {
  content: '\f11b'
}

.zmdi-incandescent:before {
  content: '\f189'
}

.zmdi-wb-iridescent:before {
  content: '\f38c'
}

.zmdi-calendar-remove:before {
  content: '\f330'
}

.zmdi-refresh-sync-disabled:before {
  content: '\f1b7'
}

.zmdi-refresh-sync-problem:before {
  content: '\f1b6'
}

.zmdi-crop-original:before {
  content: '\f17e'
}

.zmdi-power-off:before {
  content: '\f1af'
}

.zmdi-power-off-setting:before {
  content: '\f1ae'
}

.zmdi-leak-remove:before {
  content: '\f38d'
}

.zmdi-star-border:before {
  content: '\f27c'
}

.zmdi-brightness-low:before {
  content: '\f36d'
}

.zmdi-brightness-medium:before {
  content: '\f36e'
}

.zmdi-brightness-high:before {
  content: '\f36f'
}

.zmdi-smartphone-portrait:before {
  content: '\f2d4'
}

.zmdi-live-tv:before {
  content: '\f2d9'
}

.zmdi-format-textdirection-l-to-r:before {
  content: '\f249'
}

.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a'
}

.zmdi-arrow-back:before {
  content: '\f2ea'
}

.zmdi-arrow-forward:before {
  content: '\f2ee'
}

.zmdi-arrow-in:before {
  content: '\f2e9'
}

.zmdi-arrow-out:before {
  content: '\f2ed'
}

.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304'
}

.zmdi-adb:before {
  content: '\f33a'
}

.zmdi-network-wifi:before {
  content: '\f2e8'
}

.zmdi-network-wifi-alt:before {
  content: '\f2e3'
}

.zmdi-network-wifi-lock:before {
  content: '\f2e5'
}

.zmdi-network-wifi-off:before {
  content: '\f2e6'
}

.zmdi-network-wifi-outline:before {
  content: '\f2e7'
}

.zmdi-network-wifi-info:before {
  content: '\f2e4'
}

.zmdi-layers-clear:before {
  content: '\f18b'
}

.zmdi-colorize:before {
  content: '\f15d'
}

.zmdi-format-paint:before {
  content: '\f1ba'
}

.zmdi-format-quote:before {
  content: '\f1b2'
}

.zmdi-camera-monochrome-photos:before {
  content: '\f285'
}

.zmdi-sort-by-alpha:before {
  content: '\f1cf'
}

.zmdi-folder-shared:before {
  content: '\f225'
}

.zmdi-folder-special:before {
  content: '\f226'
}

.zmdi-comment-dots:before {
  content: '\f260'
}

.zmdi-reorder:before {
  content: '\f31e'
}

.zmdi-dehaze:before {
  content: '\f197'
}

.zmdi-sort:before {
  content: '\f1ce'
}

.zmdi-pages:before {
  content: '\f34a'
}

.zmdi-stack-overflow:before {
  content: '\f35c'
}

.zmdi-calendar-account:before {
  content: '\f204'
}

.zmdi-paste:before {
  content: '\f109'
}

.zmdi-cut:before {
  content: '\f1bc'
}

.zmdi-save:before {
  content: '\f297'
}

.zmdi-smartphone-code:before {
  content: '\f139'
}

.zmdi-directions-bike:before {
  content: '\f117'
}

.zmdi-directions-boat:before {
  content: '\f11a'
}

.zmdi-directions-bus:before {
  content: '\f121'
}

.zmdi-directions-car:before {
  content: '\f125'
}

.zmdi-directions-railway:before {
  content: '\f1b3'
}

.zmdi-directions-run:before {
  content: '\f215'
}

.zmdi-directions-subway:before {
  content: '\f1d5'
}

.zmdi-directions-walk:before {
  content: '\f216'
}

.zmdi-local-hotel:before {
  content: '\f178'
}

.zmdi-local-activity:before {
  content: '\f1df'
}

.zmdi-local-play:before {
  content: '\f1df'
}

.zmdi-local-airport:before {
  content: '\f103'
}

.zmdi-local-atm:before {
  content: '\f198'
}

.zmdi-local-bar:before {
  content: '\f137'
}

.zmdi-local-cafe:before {
  content: '\f13b'
}

.zmdi-local-car-wash:before {
  content: '\f124'
}

.zmdi-local-convenience-store:before {
  content: '\f1d3'
}

.zmdi-local-dining:before {
  content: '\f153'
}

.zmdi-local-drink:before {
  content: '\f157'
}

.zmdi-local-florist:before {
  content: '\f168'
}

.zmdi-local-gas-station:before {
  content: '\f16f'
}

.zmdi-local-grocery-store:before {
  content: '\f1cb'
}

.zmdi-local-hospital:before {
  content: '\f177'
}

.zmdi-local-laundry-service:before {
  content: '\f1e9'
}

.zmdi-local-library:before {
  content: '\f18d'
}

.zmdi-local-mall:before {
  content: '\f195'
}

.zmdi-local-movies:before {
  content: '\f19d'
}

.zmdi-local-offer:before {
  content: '\f187'
}

.zmdi-local-parking:before {
  content: '\f1a5'
}

.zmdi-local-parking:before {
  content: '\f1a5'
}

.zmdi-local-pharmacy:before {
  content: '\f176'
}

.zmdi-local-phone:before {
  content: '\f2be'
}

.zmdi-local-pizza:before {
  content: '\f1ac'
}

.zmdi-local-post-office:before {
  content: '\f15a'
}

.zmdi-local-printshop:before {
  content: '\f1b0'
}

.zmdi-local-see:before {
  content: '\f28c'
}

.zmdi-local-shipping:before {
  content: '\f1e6'
}

.zmdi-local-store:before {
  content: '\f1d4'
}

.zmdi-local-taxi:before {
  content: '\f123'
}

.zmdi-local-wc:before {
  content: '\f211'
}

.zmdi-my-location:before {
  content: '\f299'
}

.zmdi-directions:before {
  content: '\f1e7'
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

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

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

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

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

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

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(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: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

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

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

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

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

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

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

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

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

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

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

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

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

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

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

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

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

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

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

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

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

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

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

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

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

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

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

.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: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.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;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

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

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

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

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -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) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

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

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

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

.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) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

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

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

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

.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) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

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

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

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

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

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

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

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(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-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

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

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

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

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

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

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        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% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

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

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

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

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        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: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

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

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

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

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

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

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

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

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

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

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

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

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

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

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

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

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

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

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

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

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

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

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

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

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

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

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

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

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

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

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

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

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(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: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(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% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(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;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -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;
    }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

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

@keyframes bounce {
  20%,53%,80%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,0,0)
  }

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

  70% {
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    transform: translate3d(0,-15px,0)
  }

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

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

@keyframes flash {
  50%,from,to {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  from,to {
    transform: scale3d(1,1,1)
  }

  50% {
    transform: scale3d(1.05,1.05,1.05)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  from,to {
    transform: scale3d(1,1,1)
  }

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

  40% {
    transform: scale3d(.75,1.25,1)
  }

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

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

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

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {
  from,to {
    transform: translate3d(0,0,0)
  }

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

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

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

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

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

  60% {
    transform: rotate3d(0,0,1,5deg)
  }

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

  to {
    transform: rotate3d(0,0,1,0deg)
  }
}

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

@keyframes tada {
  from,to {
    transform: scale3d(1,1,1)
  }

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

  30%,50%,70%,90% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }

  40%,60%,80% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  from,to {
    transform: none
  }

  15% {
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }

  30% {
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }

  45% {
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }

  60% {
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }

  75% {
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {
  11.1%,from,to {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {
  20%,40%,60%,80%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

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

  20% {
    transform: scale3d(1.1,1.1,1.1)
  }

  40% {
    transform: scale3d(.9,.9,.9)
  }

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

  80% {
    transform: scale3d(.97,.97,.97)
  }

  to {
    opacity: 1;
    transform: scale3d(1,1,1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

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

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

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

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

  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

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

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

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

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

  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  from {
    opacity: 0;
    transform: translate3d(3000px,0,0)
  }

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

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

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

  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  from {
    opacity: 0;
    transform: translate3d(0,3000px,0)
  }

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

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

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

  to {
    transform: translate3d(0,0,0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

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

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

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

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

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

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

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

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

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

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

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

  to {
    transform: none;
    opacity: 1
  }
}

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

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

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

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

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

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

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

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

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

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

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

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

  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

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

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

.zoomInDown {
  animation-name: zoomInDown
}

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

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

.zoomInLeft {
  animation-name: zoomInLeft
}

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

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

.zoomInRight {
  animation-name: zoomInRight
}

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

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

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes slideInDown {
  from {
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  to {
    transform: translate3d(0,0,0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%,0,0);
    visibility: visible
  }

  to {
    transform: translate3d(0,0,0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    transform: translate3d(0,0,0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  to {
    transform: translate3d(0,0,0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

.elementor-animation-grow {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover {
  transform: scale(1.1)
}

.elementor-animation-shrink {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover {
  transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1)
  }

  75% {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1)
  }
}

.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2)
  }
}

.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

.elementor-animation-bounce-in {
  transition-duration: .5s
}

.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36)
}

.elementor-animation-bounce-out {
  transition-duration: .5s
}

.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36)
}

.elementor-animation-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover {
  transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover {
  transform: translateY(-8px)
}

.elementor-animation-sink {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover {
  transform: translateY(8px)
}

@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px)
  }

  50% {
    transform: translateY(-4px)
  }

  100% {
    transform: translateY(-8px)
  }
}

@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px)
  }
}

.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate
}

@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px)
  }

  50% {
    transform: translateY(4px)
  }

  100% {
    transform: translateY(8px)
  }
}

@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px)
  }
}

.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink,elementor-animation-hang;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate
}

.elementor-animation-skew {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-forward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-backward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover {
  transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px)
  }

  33.3% {
    transform: translateY(-6px)
  }

  49.95% {
    transform: translateY(4px)
  }

  66.6% {
    transform: translateY(-2px)
  }

  83.25% {
    transform: translateY(1px)
  }

  100% {
    transform: translateY(0)
  }
}

.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px)
  }

  33.3% {
    transform: translateX(-6px)
  }

  49.95% {
    transform: translateX(4px)
  }

  66.6% {
    transform: translateX(-2px)
  }

  83.25% {
    transform: translateX(1px)
  }

  100% {
    transform: translateX(0)
  }
}

.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px,8px)
  }

  33.3% {
    transform: translate(-6px,-6px)
  }

  49.95% {
    transform: translate(4px,4px)
  }

  66.6% {
    transform: translate(-2px,-2px)
  }

  83.25% {
    transform: translate(1px,1px)
  }

  100% {
    transform: translate(0,0)
  }
}

.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px,-8px)
  }

  33.3% {
    transform: translate(-6px,6px)
  }

  49.95% {
    transform: translate(4px,-4px)
  }

  66.6% {
    transform: translate(-2px,2px)
  }

  83.25% {
    transform: translate(1px,-1px)
  }

  100% {
    transform: translate(0,0)
  }
}

.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-top {
  transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-bottom {
  transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg)
  }

  100% {
    transform: translateX(-3px) rotate(-2deg)
  }
}

.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: .15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg)
  }

  20% {
    transform: translateX(-3px) rotate(-2deg)
  }

  30% {
    transform: translateX(3px) rotate(2deg)
  }

  40% {
    transform: translateX(-3px) rotate(-2deg)
  }

  50% {
    transform: translateX(2px) rotate(1deg)
  }

  60% {
    transform: translateX(-2px) rotate(-1deg)
  }

  70% {
    transform: translateX(2px) rotate(1deg)
  }

  80% {
    transform: translateX(-2px) rotate(-1deg)
  }

  90% {
    transform: translateX(1px) rotate(0)
  }

  100% {
    transform: translateX(-1px) rotate(0)
  }
}

.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}
header.header {
  font-size: 15px;
  position: relative;
  z-index: 99;
  line-height: 1.6;
}

.header_inner {
  padding: 12px 12px 12px 12px;  
}

header.header .container {
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .custom-menu-primary,
header.header .header_space {
  width: 100%;
}

.mobile-trigger {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  cursor: pointer;
  border: 0 solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #494c4f;
  position: relative;
  line-height: 1;
  margin-right: auto;
}

.mobile-trigger .hfe-nav-menu-icon {
  padding: 0.35em;
  border: 0 solid;
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}

.mobile-trigger .hfe-nav-menu-icon svg {
  fill: #FFFFFF;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
}


.custom-menu-primary {
  font-size: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  font-size: medium;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  color: #FEFEFE;
  line-height: 1;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #AFD8FF;
}



.sub_menu_container {
  display: none !important;
}

.sub_menu_container {
  background-color: #061C2F;
  padding: 10px;
}

.sub_menu_container .container {
  justify-content: center;
}

.sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto", Sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.sub_menu_container.has_submenu {
  display: block !important;
}

.header_inner .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul {
  justify-content: center;
  display: flex !important;
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media (min-width: 768px){
  header.header .header-menu{
	 width: 71.794%;
  }
  header.header .header_space{
	 width: 27.994%;
  }


}

@media (min-width: 1025px){
  .mobile-trigger{
	 visibility: hidden;
	 opacity: 0;
	 display: none; 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
	 position: absolute;
	 left: 0;
	 min-width: 100px;
	 background-color: #254775;
	 z-index: 55;
	 padding: 5px;
	 opacity: 0;
	 visibility: hidden;
	 transition: 0.3s all ease-in;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
	 opacity: 1;
	 visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
	 font-family: Source Sans Pro,Sans-serif;
	 font-size: 14px;
	 font-weight: 700;
	 text-transform: uppercase;
	 padding: 5px 15px;
	 color: #fefefe;
	 line-height: 1;
	 display: inline-block;
	 width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
	 color: #afd8ff;
  }
}

@media (max-width: 1024px){


  .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-left: 4px;
	 padding-right: 4px;
  }

  .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
	 margin-right: 6px;
  }
  .mobile-trigger {
	 visibility: visible;
	 opacity: 1;
	 display: block;
  }

  .mobile-open .mobile-trigger .hfe-nav-menu-icon svg.e-fas-align-justify{
	 display: none;
  }
  .mobile-trigger .hfe-nav-menu-icon svg.e-far-window-close{
	 display: none;
  }

  .mobile-open .mobile-trigger .hfe-nav-menu-icon svg.e-far-window-close{
	 display: block;
  }
  header.header .header_inner .custom-menu-primary {
	 position: absolute;
	 left: 0;
	 right: 0;
	 background-color: #FFFFFF;
	 font-size: 0;
	 top: calc(100% - 19px);
	 z-index: 222;
	 visibility: hidden;
	 opacity: 0;
	 height: 0;
  }

  header.header .header_inner {
	 padding: 20px 20px 20px 20px;
	 position: relative;
  }

  .mobile-open header.header .custom-menu-primary {
	 visibility: visible;
	 opacity: 1;
	 height: auto;
  }


  .header_inner .custom-menu-primary .hs-menu-wrapper>ul {
	 width: 100%;
	 margin-right: 0;
	 visibility: hidden;
	 opacity: 0;
	 position: relative;
	 border:2px solid #669ACC;
  }

  .mobile-open .header_inner .custom-menu-primary .hs-menu-wrapper>ul {
	 visibility: visible;
	 opacity: 1;
	 height: auto;
  }

  .mobile-open .header_inner .custom-menu-primary .hs-menu-wrapper > ul > li{
	 width: 100%;
	 margin-right: 0;
	 border-bottom-style: solid;
	 border-bottom-color: #c4c4c4;
	 border-bottom-width: 1px;
  }

  .mobile-open .header_inner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	 background-color: #FFFFFF;
	 color: #254B7C;
	 padding: 15px;
	 font-family: "Source Sans Pro", Sans-serif;
	 font-size: 14px;
	 font-weight: 700;
	 text-transform: uppercase;
	 line-height: 1;
  }
  .header_inner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .header_inner .custom-menu-primary .hs-menu-wrapper > ul > li.trigger-hover > a,  
  .header_inner .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
	 background-color: #669ACC;
	 color: #FFFFFF;
  }

  .header_inner .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
	 color: #AFD8FF;
  }

  .header_inner .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
	 display:none;
  }
  .header_inner .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
	 background-color: #FFFFFF;
	 color: #254B7C;
	 padding: 15px 15px 15px 30px;
	 padding-left:20px;
	 font-family: "Source Sans Pro", Sans-serif;
	 font-size: 14px;
	 font-weight: 700;
	 text-transform: uppercase;
	 line-height: 1;
	 display: inline-block;
	 width: 100%;
  }
  .header_inner .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
	 width: 100%;
	 margin-right: 0;
	 border-top-style: solid;
	 border-top-color: #c4c4c4;
	 border-top-width: 1px;
  }

  .child-trigger{
	 display: block !important; /* Hide button on Desktop */
	 cursor: pointer; /* Mouse pointer type on hover */
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 width: 44px !important; /* Button width */
	 min-width: 44px !important;
	 height: 44px !important; /* Button height */  
	 padding: 0 !important;
  }
  .child-trigger:hover{
	 text-decoration: none;
  }
  .child-trigger i{
	 position: relative;
	 top: 50%; /* Centers icon inside button */
	 margin: 0 auto !important;
	 -webkit-transform: rotate(0deg);
	 -ms-transform: rotate(0deg);
	 transform: rotate(0deg);
  }
  .child-trigger i:after{
	 position: absolute;
	 content: '';
  }
  .child-trigger i, .child-trigger i:after{
	 width: 10px; /* Icon line width */
	 height: 1px; /* Icon line height */
	 background-color: #254b7c; /* Icon color */
	 display: block;
  }
  .child-trigger i:after{
	 -webkit-transform: rotate(-90deg);
	 -ms-transform: rotate(-90deg);
	 transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
	 -webkit-transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	 transform: rotate(-180deg);
  }
  .header_inner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover+.child-trigger i, 
  .header_inner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover+.child-trigger i:after,
  .header_inner .custom-menu-primary .hs-menu-wrapper > ul > li.trigger-hover .child-trigger i:after,
  .header_inner .custom-menu-primary .hs-menu-wrapper > ul > li.trigger-hover .child-trigger i{
	 background-color: #fff;
  }
}


@media (max-width: 767px){
  header.header .header_inner {
	 padding: 11px 11px 11px 11px;
  }
  header.header .header_inner .custom-menu-primary {
	 top: calc(100% - 11px);
  }
  .header_inner .custom-menu-primary .hs-menu-wrapper>ul{
	 border-width: 2px 0px 2px 0px;
  }
}
footer.footer {
  font-size: 15px;
  line-height: 1.6;
}

footer.footer .cm-pd {
  padding: 15px;
}

footer.footer .ft-pd{
  padding: 10px;
}

.ft-top-sec-wrap {
  padding: 4em 2em 4em 2em;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.ft-top-sec-wrap .ft-top-sec-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.44;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ft-top-sec-wrap .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}


.ft-top-sec-wrap .left_sec h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.ft-top-sec-wrap .right_sec {
  text-align: center;
}

.ft-top-sec-wrap .right_sec a {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  fill: #669acc;
  color: #669acc;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #669acc;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 26px 10px 26px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}



.middle-section {
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #669ACC;
  padding: 30px 0;
}

.middle-section .container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}  

.middle-section .column2 .cm-pd,
.middle-section .column3 .cm-pd {
  margin: 0px 0px 0px 10px;
}

.bottom-section {
  background-image: linear-gradient(180deg, #669acc 0%, #244a7b 100%);
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
}

.bottom-section p {
  margin-bottom: 0;
}

.middle-section .ft-content {
  margin: 28px 0px 0px 0px;
}

.middle-section .ft-content p {
  margin-bottom: 0;
}

.middle-section .ft-content p a {
  color: #777777;
}

.middle-section .ft-content p a:hover {
  color: #e2ab7f;
}

.middle-section .ft-content p a[rel="link-llc"] {
  color: #669acc;
}

.middle-section  .ft-title h4 {
  color: #669ACC;
  font-family: "Ruluko", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1;
}

.middle-section .ft-title .ft-border {
  padding-top: 22px;
  padding-bottom: 22px;
}

.middle-section .ft-title .ft-bdr-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  width: 56px;
  border-top: 2px solid #669acc;
}

.column2 .ft-menu {
  margin: 8px 0px 0px 0px;
}

.column2 .ft-menu .hs-menu-wrapper > ul > li + li {
  margin-top: 9px;
}

.column3 .ft-menu .hs-menu-wrapper > ul > li > a {
  color: #54595f;
  padding-left: 9px;
}

.ft-menu .hs-menu-wrapper > ul > li:before {
  font-size: 15px;
  content: '\f2f6';
  font-family: material-design-iconic-font;
  color: #e2ab7f;
  margin-right: 10px;
}

.column2 .ft-menu .hs-menu-wrapper > ul > li > a {
  border-bottom: 1px solid transparent;
  transition: all 200ms linear 0s;
  color: #595959;
}
.ft-menu .hs-menu-wrapper>ul>li:hover>a {
  color: #6ec1e4;
  border-color: #6ec1e4;
}

.ft-right-conetent {
  margin: 6px 0px 0px 0px;
  color: #595959;
  font-size: 15px;
}

.ft-right-conetent p{
  margin:0;
}

.ft-right-conetent p a {
  color: #4a78a9;
  padding: 0px;
  line-height: 15px;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  font-weight: 700;
}


.ft-svg{
  display:none;
}


body .scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #e2ab7f;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}

body .scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}

body .scroll-top:hover, 
body .scroll-top:focus, 
body .scroll-top:active {
  color: #fff;
  background-color: #dc9b66;
}


/*===================== PopUp =====================*/


.ft-pop-sec {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,.8);
  justify-content: flex-end;
  align-items: center;
  pointer-events: all;
  transition: all 1100ms ease 0.3s;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popopen .ft-pop-sec {
  visibility: visible;
  opacity: 1;
  transition: all 200ms ease 0s;
}

.ft-pop-sec .ft-pop-sec-in {
  background-color: #fff;
  position: absolute;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  animation-duration: 1.2s;
  bottom: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  transition: all 1700ms ease-out 0s;
  right: -100%;
}

.popopen .ft-pop-sec .ft-pop-sec-in {
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: all 1000ms ease-out 0s;
}

.ft-pop-sec .ft-pop-close {
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  line-height: 1;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}

.ft-pop-sec .ft-pop-close svg {
  fill: #373a3c;
  height: 1em;
  width: 1em;
}

.ft-pop-sec .ft-pop-cntnt-sec {
  font-size: 12px;
  line-height: 1.5;
  min-height: 50px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: auto;
}

.ft-pop-sec .ft-pop-cntnt-in {
  padding: 5% 5% 5% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.ft-pop-sec .ft-pop-img {
  text-align: center;
  width: 100%;
}

.ft-pop-sec .ft-pop-form {
  margin: 20px 0px 0px 0px;
}

.ft-pop-sec .ft-pop-cntnt-in>div {
  width: 100%;
}

.ft-pop-sec .ft-pop-form .form-title {
  display: none;
}

.ft-pop-sec .ft-pop-form form {
  margin-left: calc( -20px/2 );
  margin-right: calc( -20px/2 );
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.ft-pop-sec form .hs-form-field {
  padding-right: calc( 20px/2 );
  padding-left: calc( 20px/2 );
  margin-bottom: 10px;
  width: 100%;
}

.ft-pop-sec form .hs-form-field.hs-fieldtype-radio,
.ft-pop-sec form .hs-form-field.hs-message{
  width: 100%;
}

.ft-pop-sec form .hs-form-field > label {
  display: none;
}

.ft-pop-sec form .inputs-list>li.hs-form-radio {
  margin: 0;
}

.ft-pop-sec form .inputs-list>li.hs-form-radio > label {
  margin: 0;
  font-family: "Roboto", Sans-serif;
  line-height: 1.5;
  font-size: inherit;
}

.ft-pop-sec form .hs-fieldtype-radio .multi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ft-pop-sec form .hs-fieldtype-radio .multi-container>li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.ft-pop-sec form .inputs-list>li.hs-form-radio > label > span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  display: inline;
  padding-left: 3px;
  vertical-align: inherit;
}

.ft-pop-sec form .inputs-list>li.hs-form-radio > label input[type=radio] {
  margin: 0;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: inherit;
}


.ft-pop-sec form .hs_submit.hs-submit {
  padding-right: calc( 20px/2 );
  padding-left: calc( 20px/2 );
  margin-bottom: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ft-pop-sec form .hs_submit.hs-submit .actions {
  width: 100%;
}

.ft-pop-sec form textarea {
  height: 104px;
  display:block;
}

.ft-pop-sec form .hs_submit.hs-submit  .hs-button {
  width: 100%;
  margin: 0;
}

.ft-pop-sec .ft-pop-content {
  text-align: left;
  color: #848484;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.ft-pop-sec .ft-pop-title h3 {
  margin: 10px 0px 0px 0px;
  font-size: 24px;
  margin-bottom: 16px;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  max-width: 100%;
  font-weight: unset;
  line-height: 32px;
  color: rgb(0, 0, 0);
  flex: 0 0 auto;
  letter-spacing: normal;
  white-space: normal;
}

.ft-pop-sec .ft-pop-content p {
  margin-bottom: 17px;
}

.ft-pop-sec form .hs_error_rollup {
  flex-basis: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.hs_web_v2_row_main .dnd-section>.row-fluid>div {
    box-shadow: none !important;
    margin-bottom: 20px !important;
    margin-top: 32px;
    padding: 25px;
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media (min-width: 768px){
  .middle-section .column1{
	 width: 28.461%;
  }
  .middle-section .column2{
	 width: 25.351%;
  }
  .middle-section .column3 {
	 width: 21.124%;
  }
  .middle-section .column4 {
	 width: 25%;
  }
  .ft-top-sec-wrap .left_sec {
	 width: 56.387%;
  }
  .ft-top-sec-wrap .right_sec {
	 width: 43.572%;
  }

  .ft-pop-sec form .hs-form-field,
  .ft-pop-sec form .hs_submit.hs-submit{
	 width: 50%;
  }

}


@media (min-width: 1025px){
  .ft-top-sec-wrap{
	 background-attachment: fixed;

  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .middle-section .column1,
  .middle-section .column2,
  .middle-section .column3,
  .middle-section .column4 {
	 width: 50%;
  }
}
@media (max-width: 1024px){
  .middle-section .container {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
  }  
  .middle-section .column4 .cm-pd {
	 margin: 20px 0px 0px 0px;
  }
  .ft-top-sec-wrap .left_sec h2 {
	 font-size: 45px;
  }
  .ft-pop-sec form .hs-form-field, .ft-pop-sec form .hs_submit.hs-submit {
  width: 100%;
}

.ft-pop-sec .ft-pop-title h3 {
  margin-top: 0;
}
}

@media (max-width: 767px){
  .middle-section .container>div,
  .ft-top-sec-wrap .container>div{
	 width: 100%;
  }
  .middle-section .column2 .cm-pd, .middle-section .column3 .cm-pd {
	 margin: 20px 0px 0px 0px;
  }

  .middle-section .column4 .cm-pd {
	 margin: 10px 0px 0px 0px;
  }

  .ft-top-sec-wrap .left_sec h2 {
	 font-size: 48px;
  }

  footer.footer .left_sec .ft-pd {
	 padding: 0;
  }

  footer.footer .right_sec .ft-pd {
	 padding: 16px 0px 12px 0px;
	 text-align: center;
  }
  
  .ft-pop-sec .ft-pop-cntnt-in {
  padding: 5% 5% 15% 5%;
}

.ft-pop-sec .ft-pop-content p,.ft-pop-sec .ft-pop-title h3 {
  text-align: center;
}
}
.background-overlay, 
.background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.hs_web_v2_row_main .dnd-section>.row-fluid>div {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 25px;
}

.hs_web_v2_row_main .dnd-section {
  padding: 0;
}

.hs_web_v2_row_main {
  color: #2F2E2E;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 17px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text hr {
  border-bottom: 1px solid #7A7A7A70;
  background: transparent;
  box-sizing: border-box;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h4 {
  font-size: 25px;
  font-family: "Ruluko", Sans-serif;
  margin: 12px 0 0;
}

.hs_web_v2_row_main .dnd-section>.row-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h3 {
  font-size: 28px;
  font-weight: 800;
  font-family: "Ruluko", Sans-serif;
  margin: 0;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h5 {
  font-family: "Ruluko", Sans-serif;
  font-size: 28px;
  margin: 0;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h6 {
  font-family: "Ruluko", Sans-serif;
  font-size: 19px;
  color: #54595F;
  margin: 12px 0 0;
}

.hs_web_v2_row_main {
  font-size: 16px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h6+p {
  margin: 0;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h6[style*="padding"] {
  font-size: 17px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  margin: 0 0 15px;
  list-style: circle;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul li {
  list-style-position: inside;
}

.full_width_banner .banner-gp {
  padding: 3em 0em 3em 0em;
}

.btn_wrap a {
  font-family: Source Sans Pro,Sans-serif;
  font-size: 20px;
  font-weight: 700;
  fill: #669acc;
  color: #669acc;
  background-color: #fff;
  border: 3px solid #669acc;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 26px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.web_v2_banner .banner-gp .banner-inner-left-inner {
  padding: 5em 0em 5em 1em;
}

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

.row>div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text p a {
  color: #6EC1E4;
}


.hs_home_page .content_with_image_inner h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  letter-spacing: .02em;
}

.hs_home_page .content-with-image .image_wrapper {
  text-align: center;
}

.hs_home_page .content_with_image_inner h2:after {
  width: 17%;
  content: '';
  display: block;
  border-top: 3px solid #669ACC;
  margin: 22px 0 2px;
}

.hs_home_page .content-with-image .content p {
  padding: 15px 0px 19px 0px;
  margin: 0;
}

.hs_home_page .content-with-image .content {
  line-height: 1.5em;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hs_home_page .content_with_image_inner .content-wrapper {
  max-width: 1170px;
  position: relative;
}

.hs_home_page .content-with-image .btn {
  margin: 0;
}

.hs_home_page .content-with-image .btn a.csm_btn {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #669ACC;
  border-radius: 24px 24px 24px 24px;
  padding: 12px 24px;
}

.hs_home_page .content-with-image .btn a.csm_btn:hover {
  background-color: #1380F8;
  border-color: #1380F8;
}

.hs_home_page .recent_posts_wrapper .content-wrapper {
  padding: 29px 0 29px 0;
  max-width: 1170px;
}

.hs_home_page .recent_posts_wrapper .top_title h2 {
  padding: 0;
  color: #434345;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: .02em;
}

.hs_home_page .recent_posts_wrapper .top_title .elementor-divider-separator {
  border-top: 3px solid #669ACC;
  width: 8%;
  margin: 0 auto;
}

.hs_home_page .recent_posts_wrapper .top_title .elementor-divider {
  padding: 22px 0 0;
}

.hs_home_page .recent_posts_wrapper .recente_posts {
  padding-top: 2px;
}

.hs_home_page .recent_posts_wrapper ul.entry-meta a {
  color: #777777;
}

.hs_home_page .recent_posts_wrapper ul.entry-meta {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.hs_home_row1 .content-with-image .image_wrapper img {
  width: 500px !important;
}

.hs_home_page .hs_home_row4 .content_with_image_inner .content-wrapper {
  max-width: 1190px;
}

.hs_home_page .hs_home_row4 .content_with_image_inner h2:after {
  width: 15%;
  margin: 14px 0 2px;
}

.hs_home_page .hs_home_row4 .content-with-image .elementor-shape-top>svg {
  height: 37px;
}

.home-page-wrapper header.header .header_inner {
  background-color: transparent;
}

.home-page-wrapper .sub_menu_container {
  display: none !important;
}

.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.home-page-wrapper header.header {
  position: absolute;
  width: 100%;
}
.body-container.migration .dnd-section>.row-fluid,
.body-container--home .dnd-section>.row-fluid,
.body-container--landing-page .dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

div#widget_1658118465860 {
  margin-bottom: -45px;
}
#widget_1658127327428 .elementor-shape svg {
  height: 87px;
}
.investment_banking_page .recent_posts_wrapper .grid-item-inner .entry-featured .bg,
.home-page-wrapper .recent_posts_wrapper .grid-item-inner .entry-featured .bg {
background-position: left center;
}



/* search result page */
.hs-search-results__listing li {
  margin-bottom: 35px;
}

.hs-search-results__listing li+li {
  border-top: 1px solid #d8d8d8;
  padding-top: 35px;
}

.hs-search-results__listing li a.hs-search-results__title {
  font-size: 25px;
  letter-spacing: .01em;
  font-family: abhaya libre,serif;
  color: #222;
  clear: both;
  line-height: 1.1;
  margin: 0 0 19px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.hs-search-results__listing li p {
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  font-weight: 400;
  font-family: roboto,sans-serif;
  padding: 0;
  margin: 0;
}

.recapitalization_page .content-with-image.right_align .elementor-shape-bottom {
  bottom: 58px;
}
@media (min-width: 992px) {
  .investment_banking_page .recent_posts_wrapper .grid-item-inner .entry-featured .bg,
  .home-page-wrapper .recent_posts_wrapper .grid-item-inner .entry-featured .bg {
	 background-size: cover;
  }
}
@media (min-width: 1025px) {
  .hs_home_page .recent_posts_wrapper {
	 padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .web_v2_banner .banner-gp .banner-inner-left {
	 width: 59.576%;
  }
  .web_v2_banner .banner-gp .banner-inner-right {
	 width: 40.257%;
  }
}
@media (min-width: 1200px) {
  .hs_web_v2_row_main .dnd-section>.row-fluid {
	 max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .hs_web_v2_row_main .dnd-section>.row-fluid {
	 max-width: 1200px;
	 width: 100%;
  }
}


@media (max-width: 1199px) {
  .hs_web_v2_row_main .dnd-section>.row-fluid {
	 max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .hs_home_page .content-with-image .content_wrapp_inner {
	 padding: 0px 30px 0px 0px;
  }

  .hs_home_page .content_with_image_inner h2 {
	 font-size: 23px;
  }

  .hs_home_page .content_with_image_inner h2:after {
	 margin: 7px 0 2px;
  }

  .hs_home_page .content-with-image .content p {
	 padding: 6px 0 0;
  }

  .hs_home_page .content-with-image .btn {
	 margin: 12px 0px 0px 0px;
  }

  .hs_home_page .content-with-image .btn a.csm_btn {
	 font-size: 13px;
	 padding: 10px 20px 10px 20px;
  }

  .hs_home_row2 .content-with-image .content_with_image_inner {
	 padding: 70px 20px 70px 20px !important;
  }

  .hs_home_row1 .content-with-image .content_with_image_inner {
	 padding: 0px 20px 100px 20px !important;
  }

  .hs_home_page .hs_home_row2 .content_with_image_inner h2:after {
	 margin: 9px 0 8px;
  }

  .hs_home_page #widget_1658127327428 .elementor-shape svg {
	 height: 57px;
  }

  .hs_home_page .recent_posts_wrapper .top_title h2 {
	 font-size: 23px;
  }

  .hs_home_page .recent_posts_wrapper .content-wrapper {
	 padding: 30px 20px 70px 20px;
  }

  .hs_home_page .recent_posts_wrapper .top_title .elementor-divider {
	 padding: 8px 0 0;
  }

  .home-page-wrapper header.header {
	 position: absolute;
	 width: 100%;
  }


  .hs_home_page .hs_home_row4 .content-with-image .content_wrapp {
	 padding: 20px 20px 20px 20px !important;
  }

  .hs_home_page .hs_home_row4 .content-with-image .content_with_image_inner {
	 padding: 43px 0px 43px 0px !important;
  }

  .hs_home_page .hs_home_row4 .content-with-image .image_wrapper_inner {
	 padding: 0 !important;
  }

  .hs_home_page .hs_home_row4 .content-with-image .content p {
	 font-size: 16px !important;
  }

  .hs_home_page .hs_home_row4 .content-with-image .content_wrapp_inner {
	 padding: 0;
  }

  .hs_home_page .hs_home_row4 .content_with_image_inner h2:after {
	 margin: 8px 0 2px;
  }

}
@media (max-width: 767px) {
  .web_v2_banner .banner-gp .banner-inner-left-inner {
	 padding-right: 0;
  }
  .web_v2_banner .banner-gp .righ-image img {
	 max-width: 500px;
	 display: block;
	 margin: 0 auto;
  }
  .web_v2_banner .banner-gp .img img {
	 width: 50%;
  }

  .hs_home_page .content_with_image_inner h2 {
	 font-size: 33px;
  }

  .hs_home_page .content-with-image .content_wrapp_inner {
	 padding: 0px 0px 40px 0px;
  }

  .hs_home_page .content_with_image_inner h2:after {
	 margin: 8px 0 2px;
  }

  .hs_home_page .content-with-image .btn {
	 padding: 18px 0px 18px 0px;
  }

  .hs_home_row2 .content-with-image .content_with_image_inner {
	 padding: 70px 20px 70px 20px !important;
  }

  div#widget_1658118465860 {
	 margin-bottom: -86px;
  }

  .hs_home_page .recent_posts_wrapper .top_title h2 {
	 font-size: 33px;
  }

  .hs_home_page .recent_posts_wrapper .recent_inner {
	 padding: 0;
  }

  .hs_home_page .recent_posts_wrapper .top_title .elementor-divider-separator {
	 width: 25%;
  }

  .hs_home_page .recent_posts_wrapper .top_title .elementor-divider {
	 padding: 18px 0 10px;
  }


  .hs_home_page .hs_home_row4 .content-with-image .content_wrapp {
	 padding: 0 20px !important;
  }

  .hs_home_page .hs_home_row4 .content_with_image_inner h2:after {
	 margin: 18px 0 12px;
	 width: 25%;
  }

}



.investment_banner .banner-gp h1 {
  line-height: 1.6;
}
.investment_banking_page .content-with-image.right_align .content-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.recapitalization_page .banner-gp {
  background-position: center left;
}


.recapitalization_page .content-with-image .content p {
  color: #212121;
}

.advisory_page .recent_posts_wrapper {
  padding: 20px 0;
}
.advisory_page .recent_posts_wrapper .recente_posts {
  padding-top: 0;
}

.recapitalization_page .transactions_wrapper .transactions_item {
  margin-left: 5px;
  margin-right: 5px;
}
.recapitalization_page .transactions_wrapper .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
.recapitalization_page .transactions_wrapper .content-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.valuation_page .banner-gp p {
  text-transform: inherit;
}
.valuation_page .recent_posts_wrapper {
  background-color: #F6F6F6;
  padding: 1em 1em 1em 1em;
}
.valuation_page .recent_posts_wrapper .recente_posts {
  padding-top: 0;
}

.investment_banking_page .recent_posts_wrapper .top_title h2 {
  padding-top: 21px;
}
.tax_purpose_page .content-with-image .elementor-shape svg {
  height: 90px;
}
.advisory_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
  margin: 0;
}
.advisory_page .client_focus .image_wrapper img {
  max-width: 640px;
  display: block;
  margin: 0 auto;
}
.investment_banking_page .content-with-image.right_align .content-row {
  align-items: center;
}
.investment_banking_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
  margin: 0;
}
.recapitalization_page .content-with-image .elementor-shape svg {
  height: 59px;
}
.recapitalization_page .content-with-image .image_wrapper img {
  max-width: 640px;
  display: block;
  margin: 0 auto;
}
.recapitalization_page .content-with-image.right_align .content_with_image_inner {
  margin-bottom: -59px;
}
@media (min-width: 768px) {
  .investment_banking_page .banner-gp .img img {
	 width: 12%;
  }
  .advisory_page .banner-gp .img img {
	 width: 12%;
  }
  .investment_banking_page .banner-gp .banner-inner-left {
	 width: 58.571%;
  }
  .investment_banking_page .banner-gp .banner-inner-right {
	 width: 41.262%;
  }
  .tax-purpose-valuations-banner .banner-gp .banner-inner-left {
	 width: 54.538%;
  }
  .tax-purpose-valuations-banner .banner-gp .banner-inner-right {
	 width: 41.262%;
  }
  .litigation_page .banner-gp .banner-inner-left {
	 width: 61.597%;
  }
  .litigation_page .banner-gp .banner-inner-right {
	 width: 38.236%;
  }
  .recapitalization_page .banner-gp .banner-inner-left {
	 width: 59.664%;
  }
  .recapitalization_page .banner-gp .banner-inner-right {
	 width: 40.169%;
  }
  .advisory_page .banner-gp .banner-inner-left {
	 width: 60.84%;
  }
  .advisory_page .banner-gp .banner-inner-right {
	 width: 38.993%;
  }

  .valuation_page .banner-gp .banner-inner-left {
	 width: 54.538%;
  }
  .valuation_page .banner-gp .banner-inner-right {
	 width: 45.295%;
  }
  .valuation_page .recent_posts_wrapper {
	 min-height: 657px;
  }
}

@media (max-width: 1024px) {
  .investment_banking_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .advisory_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	 padding-left: 15px;
	 padding-right: 15px;
	 margin-right: 0px;
  }

  .valuation_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
	 margin-right: 16px;
  }

  .valuation_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul:before,
  .valuation_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul:after {
	 content: '';
	 display: table;
	 clear: both;
  }

  .valuation_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-left: 1px;
	 padding-right: 1px;
  }
  .hs_home_page .hs_home_row1_grp .content_with_image_inner {
	 padding-top: 21px !important;
  }
  .recapitalization_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
	 margin-right: 11px;
  }

  .recapitalization_page .sub_menu_container.custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-left: 2px;
	 padding-right: 2px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .investment_banking_page .recent_posts_wrapper .recent_items {
	 width: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .tax-purpose-valuations-banner.investment_banner .banner-gp h1 {
	 line-height: 1.2em;
  }
  .tax_purpose_page .content-with-image .content_wrapp_inner {
	 padding: 30px;
  }
}

@media (max-width: 767px) {
  .investment_banking_page .content-with-image.left_align .content_wrapp_inner {
	 padding-top: 0;
	 padding-bottom: 60px;
  }
  .investment_banner .banner-gp h1 {
	 line-height: 1.1em;
  }
  .tax_purpose_page .content-with-image.left_align .image_wrapper_inner {
	 padding: 3em 0em 3em 0em !important;
  }
  .tax_purpose_page .content-with-image.left_align .content_wrapp_inner {
	 padding-bottom: 60px;
  }
  .litigation_page .banner-gp h1 {
	 padding-bottom: 12px;
	 line-height: 1.2em;
  }
  .litigation_page .banner-gp {
	 background-image: none !important;
  }
  .recapitalization_page .banner-gp .banner-inner-left-inner {
	 padding: 12px;
  }
  .advisory_page.investment_banner .banner-gp h1 {
	 line-height: 1.6;
  }
  .recapitalization_page .banner-gp .img img {
	 width: 50%;
  }
  .recapitalization_page .banner-gp h1 {
	 margin: 0px 0px 12px 0px;
  }

  .recapitalization_page .transactions_wrapper .slick-arrow {
	 width: 24px;
	 height: 24px;
	 line-height: 24px;
	 font-size: 12px;
  }

  .recapitalization_page .transactions_wrapper .content-wrapper {
	 padding-left: 0;
	 padding-right: 0;
	 padding-top: 0;
  }

  .recapitalization_page .transactions_wrapper .next_btn.slick-arrow {
	 right: -22px;
  }

  .recapitalization_page .transactions_wrapper .prev_btn.slick-arrow {
	 left: -22px;
  }
}

@media (max-width: 340px) {
  .recapitalization_page .banner-gp h1 {
	 font-size: 35px;
  }
}


/**********Modal Popup Style****************/
.valuation_page header.header {
  position: static;
}

.valuation_page .header_inner {
  position: relative;
  z-index: 11;
}

.modal {
  display: none;
  right: 0;
  bottom: 0;
  outline: 0;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  z-index: 9;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  max-height: 100vh;
  padding-bottom: 30px;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
}
.modal-content span.close {
  background: #1d2327;
  width: 25px;
  text-align: center;
  color: white;
  margin-bottom: 16px;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none;
  cursor: pointer;  
  font-family: roboto,sans-serif;
}
.modal-content span.close:hover {
  opacity: .75;
}
.modal-content p {
  font-family: 'Roboto';
  font-style: inherit;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 11px;
  font-weight: 400;
  border-top: 1px solid #ecebec;
  padding: 0px 34px;
  padding-top: 12px;
  color: #434345;
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-transform: capitalize;
  letter-spacing: 0px;
  background: none;
}
.modal-content ul {
  padding: 0;
  margin: 0 0 15px;
  padding-left: 40px;
  list-style: circle;
  font-family: 'Roboto';
  font-style: inherit;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 11px;
  color: #434345;
  font-weight: 300;
}
.modal-content ul li {
  list-style-position: inside;
}
.modal-content p:before {
  content: "\f0da";
  color: #109fd6;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: initial;
  padding-right: 10px;
  font-size: 18px;
}
.process li.elementor-icon-list-item .modal-content p {
  margin-bottom: 11px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}


/* 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;
  }
}