/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */
 

/*! 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; /* 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;
  vertical-align: middle;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dnd-section[class*="force-full-width-section"] > .row-fluid {
  width: 100% !important;
  max-width: 100% !important;
}

/* Contact Us */


.body-container__website .section-header h1 {
  color: #777;
  font-size: 23px;
  font-weight: 400;
  font-family: 'Montserrat',sans-serif;
}
.body-container__website .section-header p.secondary-header {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 23px;
  padding-bottom: 10px;
  padding-top: 28.750px;
  line-height: 1em;
}
.contact-detail {
  margin-bottom: 5.82%;
}
.hs-website-layout .row-fluid [class*="span"] {
  min-height: 0;
}
.hs-website-layout .widget-type-rich_text ul {
  line-height: 26px;
}
.hs-website-layout .widget-type-rich_text h3 {
  color: #3b346a;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  font-family: 'Source Sans Pro',sans-serif;
}
.mn-banner-page  a.ad-btn.bg-btn {
  font-size: 16px;
}
.profitcalculator.mn-banner-sect {
  padding-top: 58px;
  padding-bottom: 50px;
  background-position: unset;
}
.profitcalculator.mn-banner-sect h5.pg-title {
  color: #333;
  font-size: 30px;
}

/* Calculator */

.hs-calculator-layout .body-container-wrapper {
  padding-top: 58px;
  padding-bottom: 0;
}
.hs-calculator-layout .body-container-wrapper .dnd-section {
  padding: 0;
}
.hs-calculator-layout .body-container-wrapper .dnd-section > .row-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.leasecalculator.mn-banner-sect {
  background-position: unset;
  padding-top: 58px;
  padding-bottom: 50px;
}
.leasecalculator.mn-banner-sect h5.pg-title {
  padding: 0 15px;
  font-size: 40px;
}
.hs-calculator-layout .widget-type-rich_text h1 {
  font-size: 30px;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-family: 'Source Sans Pro',sans-serif;
}
.hs-calculator-layout .body-container-wrapper .dnd-section + .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-website-layout .dnd-section .hs-menu-wrapper > ul > li > a {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 26px;
  display: block;
}
.hs-website-layout .dnd-section .hs-menu-wrapper > ul > li > a[href="javascript:;"] {
  cursor: text;
}
.hs-website-layout .dnd-section .hs-menu-wrapper > ul > li > ul,
.hs-website-layout .dnd-section .hs-menu-wrapper > ul > li > ul ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
}
.hs-website-layout .widget-type-rich_text h1 {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 30px;
}
.hs-website-layout .widget-type-rich_text h5 {
  font-size: 16px;
}
.terms-conditions-layout .widget-type-rich_text ol,
.terms-conditions-layout .widget-type-rich_text ul,
.hs-website-layout .widget-type-rich_text ol,
.hs-website-layout .widget-type-rich_text ul{
  line-height: 26px;
}
.terms-conditions-layout .bottom-pane-group {
  padding-top: 4%;
  padding-bottom: 4%;
}
.terms-conditions-layout .bottom-pane-group a.ad-btn.bg-btn.rd-btn {
  font-size: 16px;
}
.hs-tcrs-layout .page-center {
  padding-top: 58px;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-tcrs-layout .sidebar {
  padding-bottom: 28px;
  border-left: 1px solid #ccc;
}
.hs-tcrs-layout .dnd-section {
  padding: 0;
}
.hs-tcrs-layout .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
}
.hs-tcrs-layout .main-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro',sans-serif;
}
.hs-tcrs-layout .sidebar .hs-search-field {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 30px;
}
.hs-tcrs-layout .sidebar .hs-search-field form {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.hs-tcrs-layout .sidebar form input {
  width: 100%;
  border-radius: 3px;
  padding: .7em;
  min-height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd !important;
  color: #666;
  background-color: #fff !important;
}
.hs-tcrs-layout .sidebar button {
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer;
}
.hs-tcrs-layout .sidebar button:before {
  content: 'Search';
}
.hs-tcrs-layout .sidebar button svg {
  display: none;
}
.hs-tcrs-layout .sidebar .widget-type-post_listing {
  margin-bottom: 30px;
}
.hs-tcrs-layout .sidebar h3 {
  font-family: 'Montserrat',sans-serif;
  color: #333;
  font-weight: normal;
  font-size: 18px;
}
.hs-tcrs-layout .sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-tcrs-layout .sidebar ul li {
  font-size: 14px;
  margin-bottom: .5em;
}
.hs-tcrs-layout .sidebar ul li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.hs-tcrs-layout .main-content p:last-of-type {
  padding-bottom: 1em;
}
.hs-tcrs-layout .sidebar .widget-type-post_filter {
  margin-bottom: 30px;
}
.hs-tcrs-layout .main-content .hs_cos_wrapper_type_form {
  margin: 0;
  padding: 0;
  box-shadow: none;
  max-width: 100%;
}
.hs-tcrs-layout .main-content form {
  background: none;
  border: none;
  max-width: 100%;
  padding: 0;
}
.hs-tcrs-layout .main-content form .field {
  padding: 0;
}
.hs-tcrs-layout .main-content form label {
  color: #666;
}
.hs-tcrs-layout .main-content form label .hs-form-required {
  display: none;
}
.hs-tcrs-layout .main-content form .hs-input {
  width: 100%;
  font-weight: 500;
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  min-height: auto;
}
.hs-tcrs-layout .main-content form input.hs-button.primary.large {
  margin: 4px 2px;
  text-transform: capitalize;
  padding-top: 7px;
}
.hs-tcrs-layout .main-content form .hs-fieldtype-booleancheckbox .input {
  background: transparent;
  padding: 0;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin: 27px 0 29px;
}
.hs-tcrs-layout .main-content form .hs-fieldtype-booleancheckbox .input label {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.hs-tcrs-layout .main-content form .hs-fieldtype-booleancheckbox .hs-input {
  margin-left: 0;
}
.hs-tcrs-layout .main-content form .hs-input + span {
  font-weight: 700;
  font-size: 17px;
  vertical-align: 1px;
}
.hs-tcrs-layout .main-content form input.hs-button.primary.large:hover {
  padding-top: 7px !important;
  padding-bottom: 6px !important;
}

/* service */

main.body-container-wrapper.hs-service-layout {
  padding: 0;
}
.hs-service-layout .service-row-1 h2 {
  color: #0056b8;
  font-family: 'Montserrat',sans-serif;
  font-size: 26px;
}
.hs-service-layout .service-row-1 .span3.widget-span {
  width: 20.875%;
  margin-right: 5.5%;
  margin-left: 0;
}
.hs-service-layout .service-row-1 .span3.widget-span:last-child {
  margin-right: 0;
}
.hs-service-layout .service-row-2 h2 {
  color: #0056b8;
  font-family: 'Montserrat',sans-serif;
  font-size: 23px;
}
.mn-banner-sect h5.pg-title strong {
  font-weight: 500;
}
.hs-tcrs-layout .main-content form .hs-input {
  max-width: 315px !important;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 981px){

  .hs-tcrs-layout main.main-content {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }
  .hs-tcrs-layout .sidebar {
    padding-left: 30px;
    float: left;
    width: 20.875%;
  }
  .hs-service-layout .service-row-1 {
    padding: 4% 0;
  }
  .hs-service-layout .service-row-2 .dnd-section {
    padding: 4% 0;
  }
  .hs-service-layout .service-row-2 .dnd-section > .row-fluid {
    padding: 2% 0;
  }
  .hs-service-layout .service-row-2 .span4.widget-span {
    width: 29.667%;
    margin-right: 5.5%;
    margin-left: 0;
  }
  .hs-service-layout .service-row-2 .span4.widget-span:last-child {
    margin-right: 0;
  }


}

@media only screen and (min-width: 1687px){
  .terms-conditions-layout .bottom-pane-group {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .hs-service-layout .service-row-1 {
    padding: 67px 0;
  }
  .hs-service-layout .service-row-2 .dnd-section {
    padding: 67px 0;
  }
  .hs-service-layout .service-row-2 .dnd-section > .row-fluid {
    padding: 33px 0;
  }
}
@media screen and (max-width: 1366px){
  .leasecalculator.mn-banner-sect .page-center,
  .profitcalculator.mn-banner-sect .page-center {
    width: 100%;
  }
  .hs-calculator-layout .body-container-wrapper .dnd-section>.row-fluid {
    width: 100%;
  }
  .hs-tcrs-layout .page-center {
    width: 100%;
  }
}
@media (max-width: 980px){
  .body-container__website .dnd-column:last-child .widget-type-space {
    margin-bottom: 30px;
  }
  .leasecalculator.mn-banner-sect .content-top-banner,
  .profitcalculator.mn-banner-sect .content-top-banner {
    padding: 0;
  }
  .terms-conditions-layout .bottom-pane-group {
    padding: 50px 0;
  }
  .terms-conditions-layout .bottom-pane-group .advanced-button {
    margin-bottom: 30px;
  }
  .hs-tcrs-layout .sidebar {
    margin-left: 0;
    border-left: none;
  }
  .service-banner .banner_title {
    margin-bottom: 30px;
  }
  .service-banner .banner_button {
    text-align: center;
  }
  .hs-service-layout .service-row-1 {
    padding: 50px 0;
  }
  .hs-service-layout .service-row-1 .span3.widget-span {
    width: 47.25%;
  }
  .hs-service-layout .service-row-2 .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .hs-service-layout .service-row-2 .dnd-section > .row-fluid {
    padding: 30px 0;
  }
  .hs-service-layout .service-row-2 .span4 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .hs-service-layout .service-row-2 .span4.dnd-column:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px){
  .profitcalculator.mn-banner-sect h5.pg-title {
    font-size: 39px;
  }
  .hs-calculator-layout .widget-type-rich_text h1 {
    font-size: 39px;
  }
  .hs-website-layout .dnd-section .hs-menu-wrapper > ul > li > a {
    font-size: 33px;
  }
  .hs-website-layout .widget-type-rich_text h1 {
    font-size: 39px;
  }
  .hs-website-layout .widget-type-rich_text h5 {
    font-size: 20px;
  }
  .hs-tcrs-layout .main-content h1 {
    font-size: 39px;
  }
  .hs-service-layout .service-row-1 h2 {
    font-size: 33px;
  }
  
  
  
}
@media screen and (max-width: 639px){
  .leasecalculator.mn-banner-sect h5.pg-title {
    color: #555;
    font-size: 18px;
    padding: 0 15px;
  }

}
@media screen and (max-width: 479px){
  .hs-service-layout .service-row-1 .span3.widget-span {
    width: 100%;
    margin: 0 0 30px;
  }
  .hs-service-layout .service-row-1 .span3.widget-span:last-child {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: ETmodules;
  src: url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/modules.ttf) format("truetype"),
    url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/modules.woff) format("woff"),
    url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/modules.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face{
  font-family:'FontAwesome';
  src:url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/fontawesome-webfont.woff) format('woff'),
    url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/fontawesome-webfont.ttf) format('truetype'),
    url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/fontawesome-webfont.svg) format('svg');
  font-weight:normal;
  font-style:normal
} 
@font-face {
  font-family: "revicons";
  src: url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/revicons.ttf) format("truetype"),
    url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/revicons.woff) format("woff"),
    url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/fonts/revicons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}
html {
  /*   font-size:; */
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding-bottom: 1em;
}
p:last-of-type {
  padding-bottom: 0;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
} 

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1em;
  font-weight: 500;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  padding-bottom: 10px;
}

h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;

}

h3 {
  font-size: 1.25rem;

}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;

}

h5 {
  font-size: 1rem;

}

h6 {
  font-size: .9rem;
} 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit ;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0 0 23px 1em;
  padding-bottom: 1em;
  list-style-type: disc;
}

ol {
  padding: 0 0 23px 0;
  padding-bottom: 1em;
  list-style-position: inside;
  list-style-type: decimal;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote, q {
  quotes: none;
}

blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid #0075bf !important;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: 0;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_email_subscriptions,
.widget-type-password_prompt,
/* #email-prefs-form, */
.hs-search-field ,
.form-container
{
  max-width: 767px;
  display: block;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 20px #111;
  -moz-box-shadow: 0 0 20px #111;
  -webkit-box-shadow: 0 0 20px #111;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}  

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
  padding: 19px;
  border: solid 1px;
  border-radius: 10px;
  color: #fff;
} 
form h1 ,
form h2 ,
form h3 {
  color: #fff;
}

.form-title {
  padding-bottom: 10px;
  font-size: 26px;
  font-family: Source Sans Pro;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  padding: 15px 53px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  
  text-decoration: none;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label,
.hs-form-field > label {
  color: #33475b;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  line-height: 1.7em;
}
ul.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-error-msgs label {
  color: #f2545b;
  color: #f00 !important;
  font-size: 1em;
  font-weight: normal;
  display: block !important;
}

label.hs-form-checkbox-display {
  font-weight: 500;
  line-height: 25.5px;
}

.hs-input,
input#hs-pwd-widget-password,
.migration-test-temp .hs-search-field__input{
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 60px;
  padding: 15px;
  font-size: 16px;
  line-height: inherit;
  line-height: 1.806;
  background-color: #ffffff;
  border-width: 1px;
  border-style:solid;
  box-sizing: border-box;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0 !important;
  min-height: auto !important;
  display:inline;
}
form a {
  color: #fff;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #757575;
}

.hs-input::-webkit-input-placeholder {
  color: #757575;
}
.product-detail-pop-up-body .hs_product_name .hs-input:-moz-placeholder {
  color: #666;
  opacity:0.7;
}
.product-detail-pop-up-body .hs_product_name .hs-input::-webkit-input-placeholder {
  color: #666;
  opacity:0.7;
}
.hs-input input,
.hs-input textarea,
input#hs-pwd-widget-password {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus,
.migration-test-temp .hs-search-field__input {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 5px 0;
} 


/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  /*   border-color: #c87872; */
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  /*   border-color: #b9554d; */
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin: 0;
  padding-bottom: 1em;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media only screen and (max-width: 767px) {
  .form-title {
    font-size: 33px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {

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

.hs-menu-item a {
  text-decoration: none;
}
.custom-menu-primary {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}


.cs-header-wrapper {
    width: 100%;
    min-height: 106px;
}
@media  (min-width: 1024px) {
  .custom-menu-primary {
    display: block !important;
    visibility: visible !important
  }
  .custom-menu-primary .hs-menu-wrapper > ul  {
    line-height: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li  {
    position: relative;
    line-height: 1em;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 12px;
    padding: 3px 4px;
    text-transform: uppercase;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: relative;
    top: 0;
    right: 0;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "3";
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    /*     opacity: .7; */
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    text-align: left;
    top: 21px;
    padding: 8px 0;
    z-index: 9999;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li  {
    position: relative;
    line-height: 2em;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    display: block;
  }     
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 12px;
    min-width: 220px;
    padding: 6px 20px;
    color: #0075bf;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {

    background-color: rgba(0,0,0,.03); 
  }

}

@media (max-width: 1366px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul{
    left: auto;
    right: 0;
  }

}

@media (max-width: 1311px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    left: 0;
    right: auto;
  }
}
@media (max-width: 1230px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    left: 0;
    right: auto;
  }
}
@media (max-width: 1213px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul{
    left: 0;
    right: auto;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 11px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul{
    left: auto;
    right: 0;
  }
} 

@media (max-width: 1153px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    left: 0;
    right: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul{
    left: auto;
    right: 0;
  }
} 
@media (max-width: 1136px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul{
    left: 0;
    right: auto;
  }
} 
@media (max-width: 1120px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 13.5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 3px 1px!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    left: auto;
    right: 0;
  }

}
@media (max-width: 1049px) and (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    left: 0;
    right: auto;
  }

}



@media (max-width: 1023px) {
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: right;
  } 
.cs-header-wrapper {
    width: 100%;
    min-height: 85px;
}
  .mobile-trigger:before {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #fff;
  }
  .custom-menu-primary {
    display: none;
    visibility: visible;
    position: absolute;
    z-index: 444;
    top: 32px;
    left: 0;
    width: 100%;
    padding: 30px 0;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #0075bf;
    font-weight: 600;
  }

  .custom-menu-primary .hs-menu-wrapper > ul  {

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li  {
    display: block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #0075bf;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: block;
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li  {
    display: block;
    position: relative;
    padding-left: 5%;
  }   
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 12px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #0075bf;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



/* Case Study Layout */
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
embed, iframe, object, video {
	max-width: 100%;
}

.case-study-detail-roe .span6.widget-span {
	width: 47.25%;
	margin-right: 5.5%;
	margin-left: 0;
}

.case-study-detail-roe .span6.widget-span+.span6.widget-span {
	margin-right: 0;
}
.case-study-detail-roe .dnd-column > div {
	margin-bottom: 5.82%;
}

.case-study-detail-roe .dnd-column > div:last-child {
	margin-bottom: 0;
}


.hs_cos_gallery_main, 
.hs_cos_gallery_thumbnails, 
.hs_cos_gallery_lightbox {
	padding: 0 !important;
	margin: 0 !important;
}

.hs_cos_gallery_main .slick-prev, 
.hs_cos_gallery_thumbnails .slick-prev, 
.hs_cos_gallery_lightbox .slick-prev, 
.hs_cos_gallery_main .slick-next, 
.hs_cos_gallery_thumbnails .slick-next, 
.hs_cos_gallery_lightbox .slick-next {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -24px;
	opacity: 0;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 48px;
	height: 48px;
	font-size: 0;
}

.hs_cos_gallery_main .slick-prev, 
.hs_cos_gallery_thumbnails .slick-prev, 
.hs_cos_gallery_lightbox .slick-prev {
	left: -22px !important;
}
.hs_cos_gallery_main:hover .slick-prev, 
.hs_cos_gallery_thumbnails:hover .slick-prev, 
.hs_cos_gallery_lightbox:hover .slick-prev {
	left: 0 !important;
	opacity:1;
}

.hs_cos_gallery_main .slick-prev:after, 
.hs_cos_gallery_thumbnails .slick-prev:after, 
.hs_cos_gallery_lightbox .slick-prev:after,
.hs_cos_gallery_main .slick-next:after, 
.hs_cos_gallery_thumbnails .slick-next:after, 
.hs_cos_gallery_lightbox .slick-next:after{
	content: "";
	text-shadow: 0 0;
	font-family: ETmodules!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
	font-size: 48px;
}

.hs_cos_gallery_main .slick-prev:after, 
.hs_cos_gallery_thumbnails .slick-prev:after, 
.hs_cos_gallery_lightbox .slick-prev:after {
	content: "\34";
}

.hs_cos_gallery_main .slick-next, 
.hs_cos_gallery_thumbnails .slick-next, 
.hs_cos_gallery_lightbox .slick-next {
	right: -22px !important;
}
.hs_cos_gallery_main:hover .slick-next, 
.hs_cos_gallery_thumbnails:hover .slick-next, 
.hs_cos_gallery_lightbox:hover .slick-next {
	right: 0 !important;
	opacity:1;
}

.hs_cos_gallery_main .slick-next:after, 
.hs_cos_gallery_thumbnails .slick-next:after, 
.hs_cos_gallery_lightbox .slick-next:after {
	content: "\35";
}
.hs_cos_gallery_main .slick-prev:before, 
.hs_cos_gallery_thumbnails .slick-prev:before, 
.hs_cos_gallery_lightbox .slick-prev:before, 
.hs_cos_gallery_main .slick-next:before, 
.hs_cos_gallery_thumbnails .slick-next:before, 
.hs_cos_gallery_lightbox .slick-next:before{
	display:none;
} 
.hs_cos_gallery_main .slick-prev:hover, 
.hs_cos_gallery_thumbnails .slick-prev:hover, 
.hs_cos_gallery_lightbox .slick-prev:hover,
.hs_cos_gallery_main .slick-next:hover, 
.hs_cos_gallery_thumbnails .slick-next:hover, 
.hs_cos_gallery_lightbox .slick-next:hover,
.hs_cos_gallery_main .slick-prev:focus, 
.hs_cos_gallery_thumbnails .slick-prev:focus, 
.hs_cos_gallery_lightbox .slick-prev:focus,
.hs_cos_gallery_main .slick-next:focus, 
.hs_cos_gallery_thumbnails .slick-next:focus, 
.hs_cos_gallery_lightbox .slick-next:focus{
	outline: none;
	background: transparent;
	color: #fff;
}

.hs_cos_gallery_main .slick-dots, 
.hs_cos_gallery_thumbnails .slick-dots, 
.hs_cos_gallery_lightbox .slick-dots {
	position: absolute !important;
	z-index: 10;
	bottom: 20px !important;
	left: 0;
	width: 100%;
	text-align: center;
}

.hs_cos_gallery_main .slick-dots li, 
.hs_cos_gallery_thumbnails .slick-dots li, 
.hs_cos_gallery_lightbox .slick-dots li {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px !important;
	padding: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255,255,255,.5);
	text-indent: -9999px;
	position: relative;
	z-index: 3;
	vertical-align: top;
	margin-left: 0;
}

.slick-dots li button {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.hs_cos_gallery_main .slick-dots li.slick-active, 
.hs_cos_gallery_thumbnails .slick-dots li.slick-active, 
.hs_cos_gallery_lightbox .slick-dots li.slick-active {
	background-color: #fff;
}

.hs_cos_gallery_main .slick-dots li:last-child, 
.hs_cos_gallery_thumbnails .slick-dots li:last-child, 
.hs_cos_gallery_lightbox .slick-dots li:last-child {
	margin-right: 0 !important;
}
.hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper, 
.hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper, 
.hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper {
	display: block;
}
.case-study-detail-roe .hs_cos_gallery_main .hs_cos_gallery_slide {
	display: block !important;
	margin: 0 !important;
	min-height: 40vh;
	background-color: #0075bf;
	background-size: cover;
	background-position: center;
}
.case-study-detail-roe .hs_cos_gallery_main:hover .slick-prev {
	left: 22px !important;
}
.case-study-detail-roe .hs_cos_gallery_main:hover .slick-next {
	right: 22px !important;
}


@media (max-width:980px){
	.case-study-detail-roe .span6.widget-span {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.case-study-detail-roe .span6.widget-span+.span6.widget-span {
		margin-bottom: 0;
	}

	.case-study-detail-roe .dnd-column > div {
		margin-bottom: 30px;
	}

	.case-study-detail-roe .dnd-column>div:last-child {
		margin-bottom: 0;
	}
}
/* overview page */

.overview-page-row ul {
	list-style: none;
	width: 100%;
	margin-top: 20px;
}

.overview-page-row ul:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.overview-page-row ul > li {
	float: left;
	margin-right: 15px;
	list-style: none;
	width: 14%;
	margin-bottom: 7px;
}

img {
	max-width: 100%;
	height: auto;
}
.overview-page-row .span8.widget-span > div:not(:last-child) {
	margin-bottom: 4.242%;
}

@media only screen and (min-width: 981px){
	.overview-page-row .span8.widget-span {
		width: 64.833%;
		margin-right: 5.5%;
	}

	.overview-page-row .span8.widget-span+.span4 {
		margin-left: 0;
		width: 29.667%;
	}
}

@media (max-width:980px){
	.overview-page-row .span8.widget-span {
		width: 100%;
		margin-right: 0;
		margin-bottom:30px;
	}
	.overview-page-row .span8.widget-span+.span4 {
		margin-left: 0;
		width: 100%;
	}
	.overview-page-row .span8.widget-span>div:not(:last-child) {
		margin-bottom: 30px;
	}
}

/* Case Study Page */
.clearfix-after:after{
	content:"";
	display:table;
	width:100%;
	clear:both;
}

/* Course Enquiry Page */
main.body-container-wrapper.course-enquiry-page-lay {
	padding-top: 0;
	padding-bottom: 0;
}

.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form form {
	border-radius: 0;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form form label {
	display: none;
}

.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form input.hs-input,
.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form select.hs-input {
	padding: 16px;
	font-size: 14px;
	color: #999;
	border: none;
	line-height: 29px;
	height: 60px;
	font-weight:500;
}

.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form .hs-form-field {
	padding-bottom: 5px;
}

.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	padding-top: 15px;
}

.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form input.hs-button {
	width: 100%;
	margin-bottom: 32px
}
.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
	height: 74px;
}
.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form ul.hs-error-msgs {
	margin-bottom: 1.6em;
}
.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
	border: 2px solid #f7e700;
	margin: 2em 0em 1em;
	padding: 0.2em 1em;
}
.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
	color: #666 !important;
}
.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form .hs-fieldtype-select+.hs-fieldtype-select select.hs-input {
	margin-top: 0;
}



.dnd-section.clearfix-after {
	max-width: 1350px;
	width: 80%;
	margin: auto;
}
@media (min-width:981px){
	.body-container-wrapper .span6.widget-span {
		margin-left: 0;
		width: 47.25%;
		margin-right: 5.5%;
	}

	.body-container-wrapper .span6.widget-span:last-child {
		margin-right: 0;
	}
}
@media (max-width:980px){
	.body-container-wrapper .span6.widget-span,
	.course-enquiry-page-row .advanced-button-in {
		margin-bottom: 30px;
	}
	.body-container-wrapper .span6.widget-span:last-child {
		margin-bottom: 0;
	}
	.body-container-wrapper .dnd-section > div > .span6.widget-span {
		width: 100%;
		margin-left: 0;
	}
	.body-container-wrapper .dnd-section > .row-fluid {
		flex-wrap: wrap;
	}
}
.course-enquiry-page-row,
.course-detail-wrap {
	padding: 4% 0;
}
@media only screen and (min-width: 1687px){
	.course-enquiry-page-row,
	.course-detail-wrap {
		padding: 67px 0;
	}
}
@media only screen and (max-width: 980px){
	.course-enquiry-page-row,
	.course-detail-wrap {
		padding: 50px 0;
	}
}


/* Product Detail Page */
.product-detail-page-banner .dnd-section {
	padding: 50px 0;
	padding-top: 58px;
}

.product-detail-page-banner ul.hs-breadcrumb-menu {
	padding: 0 15px;
	font-size: 22px;
	color: #555;
	font-weight: 500;
	line-height: 1em;
}

.product-detail-page-banner ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
	display: inline;
	float: none;
	padding: 0;
}

.product-detail-page-banner ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a,
.product-detail-page-banner ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a:hover {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
	cursor: text !important;
}

.product-detail-page-banner ul.hs-breadcrumb-menu span.hs-breadcrumb-menu-divider {
	display: none;
}

.product-detail-page-banner ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a:after {content: " / ";}

.product-detail-page-banner .dnd-section[class*="background-image"] {
	background-position: initial !important;
}
main.body-container-wrapper.product-detail-page-lay {
	padding: 0;
}
@media screen and (max-width: 1366px){
	.product-detail-page-lay .dnd-section > .row-fluid,
	.product-detail-page-banner .dnd-section > .row-fluid{
		width: 100%;
	}
}
@media screen and (max-width: 639px){
	.product-detail-page-banner ul.hs-breadcrumb-menu {
		font-size: 18px;
	}
}
.modal-close {
	background-image: url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/images/fancybox.png)
}
.course-enquiry-page-lay .widget-type-form .hs_cos_wrapper_type_form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	padding-left: 3px;
}



/* Requesr a Demo Lay */
.request-a-demo-lay .widget-type-form .hs_cos_wrapper_type_form {
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	padding-top: 1em;
}
.request-a-demo-lay .widget-type-form .hs_cos_wrapper_type_form form {
	box-shadow: none;
}
.request-a-demo-lay .widget-type-form .hs-form-field > label {
	display: none;
}

.request-a-demo-lay .widget-type-form  input[type=email], 
.request-a-demo-lay .widget-type-form  input[type=tel], 
.request-a-demo-lay .widget-type-form  select.hs-input {
	margin: 5px 0;
}

.request-a-demo-lay .widget-type-form  .hs-fieldtype-checkbox.hs-form-field > label, 
.request-a-demo-lay .widget-type-form  .hs-form-field.hs-fieldtype-select > label, 
.request-a-demo-lay .widget-type-form  .hs-form-field.hs-fieldtype-textarea > label {
	display: block;
}

.request-a-demo-lay .widget-type-form  .hs-fieldtype-checkbox.hs-form-field span.hs-form-required {
	display: none;
}

.request-a-demo-lay .widget-type-form  .hs-form-field .hs-input[type=checkbox],
.request-a-demo-lay .widget-type-form   .hs-input[type=radio] {
	margin: 0px 0 0;
	margin-top: 1px\9;
	line-height: normal;
	display: inline;
	padding: 0;
	position: relative;
	top: 0px;
}

.request-a-demo-lay .widget-type-form  .hs-form-field .hs-input[type=checkbox]+span:after, 
.request-a-demo-lay .widget-type-form  .hs-input[type=radio]+span:after,
.request-a-demo-lay .widget-type-form  .hs-form-field .hs-input[type=checkbox]+span:before, 
.request-a-demo-lay .widget-type-form  .hs-input[type=radio]+span:before {
	content: " ";
}


.request-a-demo-lay .widget-type-form  .hs-fieldtype-checkbox.hs-form-field ul.multi-container > li {
	margin-top: -4px;
}

.request-a-demo-lay .widget-type-form  .hs-fieldtype-checkbox.hs-form-field > label {
	margin-bottom: 2px;
}
.request-a-demo-lay .widget-type-form  textarea {
	height: 150px;
	margin: 5px 0;
}
.request-a-demo-lay .widget-type-form  .hs-button {
	width: 100%;
	margin-bottom: 26px;
}
.request-a-demo-lay .widget-type-form .hs-fieldtype-booleancheckbox .hs-input+span {
	left: 0;
	line-height: 29px;
}
.request-a-demo-lay .widget-type-form .hs-fieldtype-booleancheckbox .input > .inputs-list {
	margin-top: -2px !important;
}
.request-a-demo-lay .widget-type-form  .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
	border: 2px solid #f7e700;
	margin: 2em 0em 1em;
	padding: 0.2em 1em;
}

.request-a-demo-lay .widget-type-form  .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
	color: #fff !important;
	font-weight: 500;
}
.request-a-demo-lay label.hs-form-checkbox-display {
	line-height: 1.7;
}
.request-a-demo-lay .widget-type-form .hs-fieldtype-checkbox.hs-form-field ul.multi-container>li:last-child {
	padding-bottom: 1px;
}
.request-a-demo-lay .widget-type-form .hs_message.hs-message.hs-fieldtype-textarea.field {
	margin-bottom: 3.8em;
}

@media (max-width:980px){
	.request-a-demo-lay .widget-type-form form,
	.request-a-demo-lay .widget-type-form .hs_cos_wrapper_type_form{
		max-width:100%;
	}
}
/* Food Profational Page */
main.body-container-wrapper.food-professional-page-lay {
	padding-top: 0;
	padding-bottom: 0;
}
.food-professional-page-row-1 {
	background-image: linear-gradient(180deg,#efefef 0%,#efefef 100%);
}
.food-professional-page-row {
	padding: 4% 0;
}
.food-professional-page-row .widget-type-header h1 {
	font-size: 50px;
	font-weight: bold;
	font-family: inherit;
}
@media only screen and (min-width: 1687px){
	.food-professional-page-row {
		padding: 67px 0;
	}
}
@media (max-width: 980px){
	.food-professional-page-row {
		padding: 50px 0;
	}
}
.food-professional-page-row .span8.widget-span {
	width: 64.833%;
	margin-right: 5.5%;
}

.food-professional-page-row .span8.widget-span+.span4 {
	margin-left: 0;
	width: 29.667%;
}

.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form form {
	border-radius: 0;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form form label {
	display: none;
}

.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form input.hs-input,
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form select.hs-input {
	padding: 16px;
	font-size: 14px;
	color: #999;
	border: none;
	line-height: 29px;
	height: 60px;
}

.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form .hs-form-field {
	padding-bottom: 5px;
}

.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	padding-top: 15px;
}

.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form input.hs-button {
	width: 100%;
	margin-bottom: 32px
}
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
	height: 74px;
}
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form ul.hs-error-msgs {
	margin-bottom: 1.6em;
}
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
	border: 2px solid #f7e700;
	margin: 2em 0em 1em;
	padding: 0.2em 1em;
}
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
	color: #666 !important;
}
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form .hs-fieldtype-select+.hs-fieldtype-select select.hs-input {
	margin-top: 0;
}
.widget-type-form .hs_cos_wrapper_type_form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	padding-left: 3px;
}
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form form,
.food-professional-page-row .widget-type-form .hs_cos_wrapper_type_form {
	max-width: 100%;
}
.food-professional-page-row.food-professional-page-row-2 {
	padding-bottom: 67px;
}
@media (max-width:980px){
	.food-professional-page-row .span8.widget-span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.food-professional-page-row .span8.widget-span+.span4 {
		width: 100%;
	}
}



@media (max-width:767px){
	.case-study-detail-lay h4,
	.overview-page-lay h4{
		font-size: 33px !important;
	}
	.hs_cos_gallery_main .slick-dots {
		line-height: 1;
		bottom: 5% !important;
	}
}


/* Pop Up */
.pop-up-wrap-course {
	background-color: rgba( 0, 117, 191, 0.60 );
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	overflow: initial;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	position: fixed;
	cursor: pointer;
	padding-right: 15px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
}
.pop-up-wrap-course.active-popup{
	opacity:1;
	visibility:visible;
}
body.show-body-pop-up{
	overflow:hidden;
}
.pop-up-wrap-course-in {
	max-width: 600px;
	width: 80%;
	padding: 20px;
	border-radius: 0px;
	border: 4px solid #aaa;
	box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 0.44 );
	background-color: rgba( 255, 255, 255, 1.00 );
	height: auto;
	overflow: visible;
	margin-bottom: 3em;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100px;
	transform: translateX(7px);
	cursor:default;
	margin-bottom: 48px;
}
.pop-up-wrap-course .hs_cos_wrapper_type_form {
	padding: 0;
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.pop-up-wrap-course .hs_cos_wrapper_type_form h3:empty {
	display: none;
}

.pop-up-form-head h2 {
	color: #ea002a;
	font-weight: bold;
}

.pop-up-wrap-course .hs-form-field>label {
	display: none;
}

.pop-up-wrap-course .hs-form-field .hs-input {
	font-family: inherit;
	min-height: 1px;
	padding: 16px;
	font-size: 14px;
	color: #999;
	line-height: inherit;
	border: none;
}

.pop-up-wrap-course .pop-up-form-area,
.pop-up-wrap-course  form {
	line-height: normal;
}
.pop-up-wrap-course .pop-up-form-area .hs-form-field input[type=email],
.pop-up-wrap-course .pop-up-form-area .hs-form-field input[type=tel],
.pop-up-wrap-course .pop-up-form-area textarea.hs-input{
	margin: 5px 0;
}
.pop-up-wrap-course .pop-up-form-area textarea {
	height: 150px;
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox .hs-input+span,
.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox {
	line-height: normal;
	font-family: GothamSYM, sans-serif;
	letter-spacing: normal;
	line-height: normal !important;
	display: inline;
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox .hs-input {
	margin: 4px 0 0;
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox ul.inputs-list {
	line-height: normal;
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox .hs-input+span span.hs-form-required {
	display: none;
}
.pop-up-wrap-course .inputs-list label {
	line-height: normal;
}
.pop-up-wrap-course button.pop-up-close-course {
	visibility: visible;
	white-space: normal;
	text-indent: 0;
	text-transform: none;
	overflow: visible;
	max-height: none;
	max-width: none;
	min-height: 0;
	letter-spacing: normal;
	font-style: normal;
	font-weight: 400;
	float: none;
	clear: none;
	background: 0 0;
	cursor: pointer;
	min-width: 1em;
	z-index: 2;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	right: 0px;
	bottom: auto;
	top: 0px;
	padding: 4px;
	color: #fff;
	font-family: inherit;
	font-size: 24px;
	line-height: 26px;
	border: 0px solid #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.00 );
	text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
	background-color: rgba( 170, 170, 170, 1.00 );
}
.pop-up-wrap-course .pop-up-form-area .hs-button {
	display: block;
	width: 100%;
	margin-bottom: 26px;
}
.grecaptcha-badge {
	margin: 0 !important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	max-width: 100%;
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox.hs-form-field {
	padding-bottom: 1em;
	padding-top: 5px !important;
	display: block !important;
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox .input {
	font-family: 'GothamSYM',sans-serif;
	padding-bottom: calc(0.5em + 2px);
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox.hs-form-field:after,
.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox.hs-form-field:before {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}

.pop-up-wrap-course .pop-up-form-area .hs-fieldtype-booleancheckbox .hs-input+span {
	top: 4px;
	left: 4px;
}
.pop-up-wrap-course .pop-up-form-area .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
	border: 2px solid #f7e700;
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

.pop-up-wrap-course .pop-up-form-area .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
	color: inherit !important;
	color: #000 !important;
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.pop-up-wrap-course.pop-up-wrap-course-normal .hs_cos_wrapper_type_form,.pop-up-wrap-course.pop-up-wrap-course-normal .hs_cos_wrapper_type_form form {
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: none;
}
.pop-up-wrap-course.pop-up-wrap-course-normal .hs_cos_wrapper_type_form form .hs-form-field {
	padding-bottom: 0;
}
.pop-up-wrap-course.pop-up-wrap-course-normal .hs_cos_wrapper_type_form form .hs-form-field.hs-fieldtype-select {
	margin-top: 10px;
}
.pop-up-wrap-course.pop-up-wrap-course-normal .hs_cos_wrapper_type_form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	padding-top: 1em;
	padding-bottom: 12px;
}
.advnc-btn-pop-up .pop-up-form-head h2 {
	font-size: 26px;
}
.sfpl-page .default-bg-gradient {
	background: linear-gradient(0,rgb(0 118 189 / 90%),rgb(0 118 189 / 90%)),url(https://6305903.fs1.hubspotusercontent-na1.net/hubfs/6305903/images/blog/hupla-listing-banner.jpg);
}

.sfpl-page .hs_cos_wrapper_type_form {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.sfpl-page .kore-lp-cta-1 .cta-form form {
	background: transparent;
	border: 0;
	max-width: 100%;
	padding: 0;
}

.sfpl-page .kore-lp-cta-1 .cta-form form .hs-submit input {
	height: 60px;
	background: #0075bf;
	border-color: #0075bf;
}

.sfpl-page .kore-lp-cta-1 .cta-form form .hs-submit input:hover {
	background: #000;
	border-color: #000;
}
.sfpl-page .kore-lp-two-column-with-lists-scroll form {
	border: 0;
	background: transparent;
	padding: 0;
}

.sfpl-page .kore-lp-two-column-with-lists-scroll .hs-email {
	padding-bottom: 0;
}

.sfpl-page .kore-lp-two-column-with-lists-scroll .hs-form-field>label {
	margin-bottom: 0;
	display: block;
}

.sfpl-page .kore-lp-two-column-with-lists-scroll .hs-submit input {
	background: #ea002a;
	height: 60px;
}

main.body-container-wrapper.sfpl-page {
	padding-top: 0;
}
/* ===== homepage ======= */
.home-main-section .widget-type-header h1 {
	font-size: 36px;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1em;
	font-weight: 700;
}
.home-main-section .you-tube-video-responsive {
	padding-top: 53.5714% !important;
}
.home-main-section .advanced-button {
	margin-top: 5.82%;
}
.home-newsletter-section .hs_cos_wrapper_type_form {
	background: transparent;
	padding: 0;
	margin: 0;
	box-shadow: none;
	max-width: 100%;
}
.home-newsletter-section h3.form-title {
	font-family: 'Montserrat',sans-serif;
	color: #0075bf;
	font-size: 32px !important;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 1em;
	margin: 0;
	padding: 0 0 10px;
}
.home-newsletter-section form {
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	border: none;
	color: inherit;
	margin-top: 20px;
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.home-newsletter-section .hs-form-field {
	display: inline-block;
	margin-bottom: .5em;
	float: left;
	width: 79%;
	padding-right: 10px;
	padding-bottom: 0;
}
.home-newsletter-section .hs-form-field > label {
	display: none;
}
.home-newsletter-section .hs-form-field .input {
	width: 89%;
	float: right;
}
.home-newsletter-section .hs-form-field .input .hs-input {
	background-color: white;
	margin: 0 0 8px;
	border: 2px solid rgba(51,51,51,.1);
	padding: .5278em;
	box-sizing: border-box;
	font-weight: 500;
	color: #4e4e4e;
	min-height: 0;
	font-size: 17px;
	line-height: 28.9px;
}
.home-newsletter-section .hs-form-field .input .hs-input:focus {
	outline: 2px solid rgba(51,51,51,.3);
}
.home-newsletter-section .hs_submit {
	display: inline-block;
	margin-bottom: .5em;
	width: 20%;
	float: left;
}
.home-newsletter-section form .hs-button {
	background-image: none;
	border: 1px solid transparent;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	padding: 13px !important;
	cursor: pointer;
	min-height: 40px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: .5em;
}
.home-newsletter-section form .hs-button:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.home-newsletter-section form:after {
	content: "";
	display: table;
	clear: both;
	padding-bottom: 8px;
}
.home-newsletter-section form .hs_error_rollup {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	width: 79%;
	text-align: center;
}
.home-newsletter-section form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
	width: 89%;
	margin-left: auto;
}
.home-newsletter-section form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
	text-align: center;
}
.home-newsletter-section {
	background-image: url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/images/subscription-back.jpg);
	background-repeat: repeat;
	background-size: contain;
	background-color: #fff;
	position:relative;
}

@media (min-width:981px){
	.hs-homepage-layout .dnd-section {
		padding-top:4%;
		padding-bottom:4%;
	}
	.home-main-section .widget-type-header,
	.home-main-section .dnd-row[class*="vertical-alignment"] {
		padding-top: 2.5%;
		padding-bottom: 2.5%;
	}
	.home-newsletter-section .dnd-section > .row-fluid {
		padding-top: 2%;
		padding-bottom: 2%;
	}
}
@media (min-width:1687px){
	.hs-homepage-layout .dnd-section {
		padding-top:67px;
		padding-bottom:67px;
	}
	.home-main-section .widget-type-header,
	.home-main-section .dnd-row[class*="vertical-alignment"],
	.home-newsletter-section .dnd-section > .row-fluid {
		padding-top: 33px;
		padding-bottom: 33px;
	}
}
@media (max-width:980px){
	.hs-homepage-layout .dnd-section {
		padding-top:50px;
		padding-bottom:50px;
	}
	.home-main-section .widget-type-header,
	.home-main-section .dnd-row[class*="vertical-alignment"],
	.home-newsletter-section .dnd-section > .row-fluid {
		padding-top: 30px ;
		padding-bottom: 30px;
	}
	.home-main-section .advanced-button {
		margin-top: 30px;
	}
	.popup-container {
		padding: 0 20px;
	}
}




@media (max-width:767px){
	.pop-up-wrap-course-in {
		width: 95%;
		transform: none;
	}
	.advnc-btn-pop-up .pop-up-form-head h2 {
		font-size: 33px;
	}
	.home-newsletter-section .hs-form-field {
		width: 100%;
	}
	.home-newsletter-section .hs_submit {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.home-newsletter-section form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
		width: auto;
		margin-left: auto;
	}
	.home-newsletter-section form .hs_error_rollup {
		width: auto;
		position: static;
		margin-bottom: 10px;
	}
	.home-newsletter-section ul.no-list.hs-error-msgs.inputs-list {
		clear: both;
	}
	.home-newsletter-section ul.hs-error-msgs .hs-error-msg {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.home-newsletter-section .hs-form-field .input {
		width: 89%;
		float: left;
	}
	.home-newsletter-section form {
		margin-left: 0;
		width: 100%;
	}
	.home-newsletter-section .hs_submit {
		width: 74%;
	}
	.home-newsletter-section .hs-form-field .input {
		width: 100%;
		float: none;
	}
}



/* Error 404 page */
.hs-tcrs-layout.system-pg-layout .main-content h1 {
	margin: 0;
}
.system-pg-layout.hs-tcrs-layout .main-content p:last-of-type {
	padding-bottom: 0;
}
@media (max-width: 980px) {
	.system-pg-layout.hs-tcrs-layout main.main-content {
		margin-bottom: 42px;
	}
}
.hs-search-field {
	position: relative;
	z-index: 3;
}
ul.hs-search-field__suggestions {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
}
.hs-tcrs-layout .main-content form .hs-fieldtype-booleancheckbox .input label .hs-input+span {
	color: #666;
	left: 0;
}
@media (min-width:981px){
	.hs-tcrs-layout.search-pg-layout .page-center {
		display: flex;
	}
}

/* Search Page */
ul.hs-search-results__listing li > a {
	font-size: 26px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	line-height: 1em;
	font-family: inherit;
	margin-bottom: 10px;
	display: inline-block;
}

ul.hs-search-results__listing li > p {
	padding-top: 0;
}

ul.hs-search-results__listing li {
	margin-bottom: 60px;
}

.hs-search-results {
	margin-top: 0;
}
.search-pg-layout .hs-search-results__pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	clear: both;
}

.search-pg-layout .hs-search-results__pagination:after,.search-pg-layout .hs-search-results__pagination:before {
	display: table;
	content: " ";
}

.search-pg-layout .hs-search-results__pagination:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

.search-pg-layout .hs-search-results__pagination a {
	color: #0075bf;
}

.search-pg-layout .hs-search-results__pagination a:hover {
	color: #23527c;
}

.search-pg-layout ul.hs-search-results__listing li > a:hover {
	color: #23527c;
}
.body-container__website .section-header p.secondary-header {
	color: #777;
}
.request-a-demo-lay .widget-type-form .hs-fieldtype-booleancheckbox .hs-input+span span.hs-form-required {
	display: none;
}
.webinar-main-sections form .hs-button {
	background-color: rgba(234,0,42,1.0);
	color: #fff;
}

@media (min-width:981px){
	.terms-conditions-layout .bottom-pane-group .span4 {
		margin-left: 0;
		width: 29.667%;
		margin-right: 5.5%;
	}

	.terms-conditions-layout .bottom-pane-group .span4:last-child {
		margin-right: 0;
	}
}
@media (max-width:980px){
	.terms-conditions-layout .bottom-pane-group .span4 {
		margin-left: 0;
		width: 100%;
		float: none;
	}

	.terms-conditions-layout .bottom-pane-group .row-fluid {flex-wrap: wrap;}
}
@media screen and (max-width:568px){
/*   a{
    min-width: 48px;
    min-height: 48px;
    display: flex!important;
    justify-content: center;
    align-items: center;
  } */
  .hub-db-search-filter select, body .hub-db-search-filter input[type=text],.search-submit-btn.kore-button{
    height: 48px!important;
  }
  .slick-dots li button {
    width: 48px!important;
    height: 48px!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  font-weight: 500;
  line-height: 23px;
  padding-top: 15px;
  z-index: 99;
}

.header__container {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}


/* Styles for the Logo */

.header__logo {
  height: auto;
  margin-right: auto;
  overflow: hidden;
  width: 40%;
  display: inline-block;
}

.header__logo img {
  display: inline-block;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  max-width: 100%;
  width: 50% !important;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header_navigation_bar {
  background-color: #0075bf;
  padding: 15px 0;
}

.header_top_right_area {
  float: right;
  width: 60%;
  margin-bottom: 15px;
}
.header_top_btns {
  border-right: 1px solid #c9d3d8;
  float: left;
  margin-top: 0px;
  padding-right: 10px;
  text-align: right;
  width: 59%;
} 
.header_top_btns .my_request {
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ea002a;
  text-align: center;
  border-radius: 5px;
  font-family: 'Montserrat',sans-serif;
  width: 100%;
  display: inline-block;
  max-width: 275px;
  float: right;
  height: 51px;
  margin-bottom: 10px;
  border: 1px solid #ea002a;
}
.header_top_btns .my_request:hover {
  background-color: #3b346a;
  color: #ea002a;
} 
.header_top_btns .my_request a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.header_top_btns .brochure a {
  display: inline-block;
  line-height: 18px;
  font-size: 17px;
  padding: 1px 6px;
}

.header_top_phone {
  width: 40%;
  float: right;
}
.header_helpline + .header_helpline {
  padding-top: 8px;
}
.header_helpline.sales {
  padding-top: 1px;
}

.header_helpline .phone_photo {
  display: inline-block;
  float: left;
  margin-top: -1px
} 
.header_helpline .helpline_text {
  display: inline-block;
  text-transform: uppercase;
  color: #0075bf;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  padding-left: 3px;
}
.header_helpline .helpline_text a {
  display: block!important;
  font-size: 24px;
}
.header_helpline .helpline_text a, 
.header_helpline .helpline_text a:hover {
  color: #0075bf;
}



.header_brochure_popup_grp {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 555;
  visibility: hidden;
  background: rgba(0,0,0,0.5);
}
.header_brochure_popup_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 569;
}
.header_brochure_popup_wrapper {
  position: relative;
  z-index: 600;
  width: auto;
  margin: 10px;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
} 
.header_brochure_popup_content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  outline: 0;
} 
.header_brochure_popup_header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.header_brochure_popup_header h4 {
  line-height: 1.42857143;
  color: #0075bf;
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

button.brochure_close {
  font: inherit;
  margin: 0;
  text-transform: none;
  font-family: inherit;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -2px;
  font-weight: 700;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  font-size: 21px;
}
button.brochure_close:hover, 
button.brochure_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.header_brochure_popup_body {   
  position: relative;
  padding: 15px;
}
.header_brochure_popup_grp .hs_cos_wrapper_type_form {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.header_brochure_popup_grp form {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.header_brochure_popup_grp .hs-form label {
  color: #666;
  margin-left: -3px;
  line-height: 23px;
}
.header_brochure_popup_grp .hs-error-msgs label {
  margin-left: 0;
}
.header_brochure_popup_grp .hs-input {
  min-height: 55px;
  background-color: #eee!important;
  border: none!important;
  font-size: 14px;
}
.header_brochure_popup_grp input[type=email] {
  margin: 5px 0;
}

.hs-fieldtype-booleancheckbox .input {
  font-size: 12px;
  padding: 0.5em;
  background: #f5f5f5;
  display: block;
  font-family: 'GothamSYM',sans-serif;
  font-family: Arial;
  margin: 1em 0;
  color: #444;
}
.hs-fieldtype-booleancheckbox .inputs-list {
  margin: 0 !important;
  padding: 0 !important;
}
.hs-fieldtype-booleancheckbox .hs-input {
  display: inline-block;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
}
.hs-fieldtype-booleancheckbox .hs-input + span {
  font-weight: 700;
  color: rgb(68, 68, 68);
  font-size: 12px;
  line-height: 23px;
  position: relative;
  top: 2px;
  left: 2px;
}
.header_brochure_popup_grp .actions {
  padding-bottom: 17px;
}
.header_brochure_popup_grp .hs-button {
  width: 100%;
  margin: 4px 0px;
}

.consultation_close {
  position: absolute;
  top: -15px;
  right: 50px;
  width: 30px;
  height: 30px;
  background: url(//7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/raw_assets/public/Carpigiani_August2020/images/fancybox.png)  -40px 0;
  cursor: pointer;
  z-index: 111103;
}




body.brochure_open {
  overflow: hidden;
}
.brochure_open .header_brochure_popup_grp {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}
.brochure_open .header_brochure_popup_wrapper {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

@media (min-width: 768px) {
  .header_brochure_popup_wrapper {
    margin: 30px auto;
    width: 300px;
  }
  .header_brochure_popup_content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

}




.header_consultation_popup_grp {
  opacity: 0;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 555;
  visibility: hidden;
  background-color: rgba(119, 119, 119, .7);
}
.header_consultation_popup_overlay {
  opacity: .7;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 444;
  border: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} 

body.consultation_open .header_consultation_popup_grp {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}
body.consultation_open {
  overflow: hidden;
}
.header_consultation_popup_wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 665px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px #111;
  -moz-box-shadow: 0 0 20px #111;
  -webkit-box-shadow: 0 0 20px #111;
  border-radius: 10px;
  margin: 0px auto;
  z-index: 599;
  margin-top: 20px;
}
.header_consultation_popup_grp .hs_cos_wrapper_type_form {
  box-shadow: none;
}

.header_consultation_popup_wrapper .hs-firstname > label,
.header_consultation_popup_wrapper .hs-email > label,
.header_consultation_popup_wrapper .hs-company > label,
.header_consultation_popup_wrapper .hs-address > label,
.header_consultation_popup_wrapper .hs-postcode1 > label,
.header_consultation_popup_wrapper .hs-phone > label {
  display: none;
}
.header_consultation_popup_wrapper .hs-email .hs-input,
.header_consultation_popup_wrapper .hs-phone .hs-input {
  margin: 5px 0;
}
.header_consultation_popup_wrapper textarea.hs-input {
  min-height: 150px !important;
  margin: 5px 0;
}


.hs-fieldtype-checkbox .inputs-list {
  margin: 0 !important;
  padding: 0 !important;
}
.header_consultation_popup_wrapper .hs-input[type=checkbox] {
  display: inline-block;
}

.header_consultation_popup_wrapper  select option:disabled {
  display: none;
}
.header_consultation_popup_wrapper .actions {
  padding-bottom: 1em;
}
.header_consultation_popup_wrapper .hs-button {
  margin: 4px 0px;
  margin-bottom: 13px;
  width: 100%;
}

.mb-trigger {
  display: none;
}



@media (min-width: 801px) {
  .header_top {
    min-height: 137px;
  }
}

@media (max-width: 1366px) {
  .header__container {
    width: 100%;
  } 
  .header_top_btns {
    width: 65%;
  }
  .header_top_phone {
    width: 34%;
  }
}

@media (max-width: 1200px) {
  .header_top_btns {
    width: 59%;
  }
  .header_top_phone {
    width: 39%;
  }
}
@media (min-width: 981px){
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover{
    opacity:0.7;
  }
}
/* Tablet Styles */

@media screen and (max-width: 1050px) {
  .header_top_btns {
    width: 49%;
  }
  .header_top_phone {
    width: 49%;
  }
}

/* Mobile Styles */

@media screen and (max-width: 850px) {
  .header__logo {
    width: 35%;
  }
  .header__logo img {
    width: 80% !important;
  }
  .header_top_right_area {
    width: 65%;
  }

}  

@media screen and (max-width: 800px) {
  .header__logo {
    text-align: center;
    width: 100%;
    margin-bottom: -6px;
  }
  .header__logo img {
    width: 300px !important;
    margin-bottom: 50px;
  }
  .header_top_right_area {
    width: 100%;
  }

}



@media (max-width: 639px) {
  .header__logo img {
    margin-bottom: 0;
  }
  .header_top_btns {
    width: 100%;
    border: 0;
  }
  .header_top_btns .my_request {
    margin-left: 10px;
    margin-top: 10px;
    width: 50%;
  }
  .header_top_phone {
    width: 100%;
  }
  .header_helpline.sales {
    padding-top: 1px;
    padding-bottom: 9px;
  }
  .header_helpline.service {
    padding-bottom: 7px;
  }
  .consultation_close {
    right: -15px;
  }
}

@media (max-width: 479px) {
  .header__logo {
    padding-top: 23px;
  }

  .header__logo img {
    width: 100% !important;
  }
  .header_top_btns {
    padding: 0;
  }
  .header_top_btns .my_request {
    margin-left: 10px;
    margin-top: 10px;
    max-width: initial;
    width: 100%;
  }
  .header_top_btns .my_request.consultation a {
    font-size: 15px;
  }
  .header_helpline {
    padding: 0 !important;
    width: 50%;
    text-align: center;
    clear: none!important;
    position: relative;
    margin: 0!important;
    float: left;
    padding-top: 1px !important;
    margin-bottom: -4px !important;
  }
  .header_helpline .helpline_text {
    font-size: 13px;
    padding: 0;
    padding-right: 22px;
  }
  .header_helpline .helpline_text a {
    font-size: 18px;
  }
  .lp_header .header__logo {
    padding-bottom: 10px;
  }

} 

@media  (max-width: 400px) and (min-width: 360px) {
  .header_helpline .helpline_text {
    padding-right: 0px;
  }
}

@media screen and (max-width: 359px) {
  .header_helpline {
    width: 100%;
  }
  .header_helpline + .header_helpline {
    padding-top: 10px !important;
  }

}











/* ================================ New Header ============================== */
header.nwheader {
  z-index: 1040;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  padding: 6px 2%;
  transition: all .6s ease;
  background: #fff;
  /* 	overflow-y: auto;
  max-height: 100%; */
}
.header-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin: 0 auto;
}
.header-main-menu-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center!important;
}
.header-main-menu-container .hs-menu-wrapper > ul {
  transition: all .6s ease;
  display: block;
  text-align: center;
  padding-top: 17px;
}

.header-main-menu-container .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
}

.header-main-menu-container .hs-menu-wrapper > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  transform: scale(1, 0);
  transform-origin: top;
  transition: all .3s ease;
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 20%);
  min-width: 150px;
}

.header-main-menu-container .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1,1);
  pointer-events: all;
}

.header-main-menu-container .hs-menu-wrapper > ul ul li a {
  padding: 15px 12px;
  transition: all .3s ease;
  display: block;
  font-size: .8rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-main-menu-container .hs-menu-wrapper > ul ul li a:hover {
  background: rgba(0,117,191,1.0);
  color: #fff;
}

.header-main-menu-container .hs-menu-wrapper > ul > li > a {
  font-weight: 600;
  letter-spacing: .05rem;
  padding: 1rem 1rem;
  font-size: .8rem;
  display: inline-block;
}
.header-right {
  transition: all .6s ease;
  text-align: center;
  padding-top: 0;
  display: flex;
  align-items: center;
}

.header-buttons {
  padding-right: 10px;
  border-right: 2px solid rgba(0,117,191,1.0);
}

.header-button-item a {
  display: inline-block;
  padding: 8px 12px;
  border-color: rgba(0,117,191,1.0);
  border: 1px solid;
  text-transform: capitalize;
  font-size: 0.8rem;
  transition: all .3s ease;
  width: 100%;
}

.header-button-item + .header-button-item {
  margin-top: 8px;
}

.header-button-item a:hover {
  background: rgba(0,117,191,1.0);
  color: #fff;
  border-color: rgba(0,117,191,1.0);
}

.header-button-item.btn-item-1 a {
  background-color: rgba(0,117,191,1.0);
  color: #fff;
  border: 1px solid rgba(0,117,191,1.0);
}

.header-button-item.btn-item-1 a:hover {
  background-color: #222222;
  color: #fff;
  border: 1px solid #222222;
}

.header-icons {
  padding-left: 10px;
}

.header-icons .header_helpline {
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}

.header-icons .header_helpline + .header_helpline {
  margin-top: 11px;
  display: none;
}

.header_helpline .helpline_text {
  font-size: 0.8rem;
}

.header_helpline .helpline_text a {
  font-size: inherit;
}

.header-icons .header_helpline img {
  width: 15px !important;
}
.darkHeader header.nwheader {
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 20%);
  background: #fff;
}

.header-logo img {
  transition: all .6s ease;
}

.darkHeader .header-logo img {
  width: 100px !important;
}

.darkHeader .header-main-menu-container .hs-menu-wrapper>ul {
  padding: 0;
}

.darkHeader .header-button-item a {
  padding: 6px 10px;
}
.pop-form-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffd9;
  padding: 40px 20px;
  max-height: 100%;
  overflow-y: auto;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
}
.pop-form-container.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;

}
.main-pop-form-holder {
  max-width: 767px;
  margin: 0 auto;
}

.header-button-item a.close {
  position: fixed;
  right: 40px;
  width: 30px;
  height: 30px;
  top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.header-main-menu-container .hs-menu-wrapper>ul ul li a
@media (min-width: 768px){
  .header-main-menu-container {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}
@media (min-width: 1025px){
  .header-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-main-menu-container {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .mobile-menu-container{
    display:none;
  }
}
@media (min-width: 1200px){
  header.nwheader {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-logo {
    margin: 0 1rem 0 0;
  }
}
@media (max-width:1550px){
  .header-main-menu-container .hs-menu-wrapper>ul>li>a {
    padding: .5rem 0.3rem;
    font-size: 11px;
  }

  .header-main-menu-container .hs-menu-wrapper>ul ul li a {
    font-size: 11px;
  }

  .header-button-item a {
    font-size: 12px;
  }

  .header_helpline .helpline_text {
    font-size: 11px;
  }
  .header-inner {
    padding: 0;
  }
}
@media (max-width:1024px){
  .header-inner {
    padding: 0;
    position: relative;
  }

  .mb-trigger {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
  }

  header.nwheader {
    background: #fff;
    padding: 16px 2%;
  }

  .mb-trigger span.icon-bar {
    background-color: #0076bd;
    width: 22px;
    height: 2px;
    display: block;
    transition: all .2s;
    margin-top: 4px;
  }

  .mb-trigger .top-bar {
    transform-origin: 10% 10%;
  }

  .mb-trigger  .middle-bar {
    opacity: 1;
  }

  .mb-trigger  .bottom-bar {
    transform-origin: 10% 90%;
  }

  .header-main-menu-container {
    display: none;
  }

  .header-right {
    display: none;
  }
  .mb-trigger:before {
    display: none !important;
  }

  .header-logo img {
    width: 100px !important;
  }

  header.nwheader {
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 20%);
  }

  .header-logo {
    margin-left: 0;
  }
  .mb-open .mb-trigger .top-bar {
    transform: rotate(
      45deg);
  }

  .mb-open .mb-trigger .middle-bar {
    opacity: 0;
  }

  .mb-open .mb-trigger .bottom-bar {
    transform: rotate(
      -45deg);
  }

  .mobile-menu-inner {
    background: #fff;
  }

  .mobile-menu-inner .header-main-menu-container {
    display: block;
  }

  .mobile-menu-inner  .header-right {
    display: block;
  }

  .mobile-menu-container {
    display: none;
  }
  .header-main-menu-container .hs-menu-wrapper>ul {
    padding: 0;
    text-align: left;
  }

  .header-main-menu-container .hs-menu-wrapper>ul>li {
    display: block;
  }

  .header-main-menu-container .hs-menu-wrapper>ul ul {
    position: static;
    display: block;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: none;
    box-shadow: none;
    padding-left: 10px;
  }

  .mobile-menu-container {
    margin: 0 -2%;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }

  .header-main-menu-container .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #0075bf;
  }

  .header-main-menu-container .hs-menu-wrapper>ul ul li {
    display: block;
    position: relative;
    padding-left: 5%;
  }

  .header-main-menu-container .hs-menu-wrapper>ul ul li a {
    font-size: 18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #0075bf;
  }

  .header-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
  }

  .header-main-menu-container .hs-menu-wrapper>ul>li>a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }

  .header-right {
    padding: 20px 2% 0;
  }

  .header-buttons {
    border-right: 0;
    padding-right: 0;
  }

  .header-button-item a {
    font-size: 14px;
    font-weight: 700;
  }

  .header-icons {
    padding-left: 0;
    margin-top: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .header-icons .header_helpline {
    margin-top: 11px;
  }

  .header-icons .header_helpline+.header_helpline {
    margin-left: 0;
  }

  .mb-open {
    overflow: hidden;
  }

  .mb-open:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #ffffffe6;
    display: block;
    z-index: 15;
    transition: all .5s ease;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background-color: #0075bf;
  line-height: 1.7em;
} 
.footer__container {
  position: relative;
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
} 
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 
.footer_bottom {
  padding: 15px 0;
  background-color: #e2e2e2;
}
.footer__copyright {
  text-align: center;
}
.footer_cols_wrapper {
  padding-top: 40px;
}   

.footer__main a {
  color: #ffffff;
}
.footer__main a:hover {
  color: #fff;
  text-decoration: none;
}
.footer_col {
  float: left; 
  width: 20.875%;
  font-size: 15px;
  margin-right: 5.5%;
  margin-bottom: 40px;
} 

.footer_col:last-child {
  margin-right: 0;
}
.footer_logo img {
  width: 100% !important;
  max-width: 250px;
  margin-bottom: 9px;
  vertical-align: unset;
} 
.footer_address,
.footer_tel {
  width: 87%;
}
.footer_address p {
  font-size: 18px;
} 
.footer_tel {
  padding-top: 1px;
}
.footer_tel a {
  font-weight: bold;
  font-size: 18px;
}

.footer_social_icons {
  padding-right: 10px;
}
.footer_social_icons ul:before,
.footer_social_icons ul:after {
  clear: both;
  display: block;
  content: '';
}
.footer_social_icons ul li {
  margin-top: 7px;
  float: left;
  margin-right: 3%;
  width: 22%;
  font-size: 15px;
  position: relative;
}
.footer_social_icons ul li a img {
  max-width: 100%;
  vertical-align: unset;
}
.footer_col h4 {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Montserrat',sans-serif;
}
.footer_menu ul li {
  position: relative;
  display: flex;
}
.footer_menu ul li a {
  font-size: 17px;
  padding: 11px 0px;
  min-width: 48px;
}

.footer_top_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_images_sec {
  position: relative;
  background-color: #fff;
  padding: 67px 0;
}

.footer_images ul {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.footer_images ul li {
  width: 25%;
 
  text-align: center;
  margin-bottom: .5em;
}
.footer_images ul li img {
  max-width: 100%;
  vertical-align: unset;
}
.footer_request_sec {
  padding: 40px 0;
  background: #ea002a;
} 
.footer_request {
  text-align: center;
}
.footer_request h4 {
  line-height: 1em;
  padding-bottom: 10px;
  color: #fff;
  font-size: 28px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer_request a {
  background-color: #0075bf;
  border-radius: 25px;
  padding: 8px 17px;
  font-family: "Montserrat",Helvetica,Arial,Lucida,sans-serif!important;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase!important;
  color: #fff;
  border: 1px solid;
  cursor: pointer;
  padding: .5em 1em;
  border: none;
}    

.footer_request a:hover {
  background-color: #fff;
  color: #0075bf;
} 



.footer_consultation_popup_grp {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 700;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}
.footer_consultation_popup_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 750;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
}


.footer_consultation_open .footer_consultation_popup_grp {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}
.footer_consultation_open {
  overflow: hidden;
}

.footer_consultation_popup_wrapper {
  position: relative;
  width: auto;
  margin: 10px;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transition: all .3s ease;
  transition: all .3s ease;
  z-index: 800;
}
.footer_consultation_open .footer_consultation_popup_wrapper {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.footer_consultation_popup_content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  outline: 0;
}
.footer_consultation_popup_header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.footer_consultation_close {
  font: inherit;
  margin: 0;
  text-transform: none;
  font-family: inherit;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  padding: 0;
  cursor: pointer;
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -2px;
  font-weight: 700;

  font-size: 21px;
}
.footer_consultation_close:focus, 
.footer_consultation_close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.footer_consultation_popup_body {
  position: relative;
  padding: 15px;
}
.footer_consultation_popup_grp .hs_cos_wrapper_type_form {
  background: transparent;
  padding: 0;
  box-shadow: none;
  margin: 0;
}





.footer_consultation_popup_wrapper .hs-firstname > label,
.footer_consultation_popup_wrapper .hs-email > label,
.footer_consultation_popup_wrapper .hs-company > label,
.footer_consultation_popup_wrapper .hs-address > label,
.footer_consultation_popup_wrapper .hs-postcode2 > label,
.footer_consultation_popup_wrapper .hs-phone > label {
  display: none;
}
.footer_consultation_popup_wrapper .hs-email .hs-input,
.footer_consultation_popup_wrapper .hs-phone .hs-input {
  margin: 5px 0;
}
.footer_consultation_popup_wrapper textarea.hs-input {
  min-height: 150px !important;
  margin: 5px 0;
}


.hs-fieldtype-checkbox .inputs-list {
  margin: 0 !important;
  padding: 0 !important;
}
.footer_consultation_popup_wrapper .hs-input[type=checkbox] {
  display: inline-block;
}

/* .footer_consultation_popup_wrapper  select option:disabled {
display: none;
} */
.footer_consultation_popup_wrapper .actions {
  padding-bottom: 0;
}
.footer_consultation_popup_wrapper .hs-button {
  margin: 4px 0px;
  margin-bottom: 0;
  width: 100%;
}
.footer_consultation_close {

}

.footer_consultation_popup_body form .hs-form-field > label{
  display: none;
}
.footer_consultation_popup_body form fieldset{
  max-width: 100%;
}
.footer_consultation_popup_body form .hs-form-field{
  margin: 0 0 10px;
    padding-bottom: 0;
}
.footer_consultation_popup_body form .hs-form-field .hs-input{
  width: 100%!important;
    height: 44px;
    padding: 0 8px;
    min-height: 44px;
  font-size: 15px;
  margin-top: 0;
    margin-bottom: 0;
}
.footer_consultation_popup_body form .input ul.inputs-list li label input{
  height: auto!important;
    width: auto!important;
}
.footer_consultation_popup_body form .hs-form-field select{
  margin: 0!important;
  font-size: 15px;
  padding-left: 8px;
  color: #999;
  font-weight: 500;
  background-size: 14px 33px;
  background-image: url(https://7708789.fs1.hubspotusercontent-na1.net/hubfs/7708789/select-drop-down-arrows.png);
  background-repeat: no-repeat;
  background-position: 98%;
  padding-right: 28px!important;
}
.footer_consultation_popup_body form ul.hs-error-msgs li label{
  margin-top: 4px;
    font-size: 13px;
    line-height: 1;
  color: #fff!important;
}
.footer_consultation_popup_wrapper form textarea.hs-input{
  min-height: 80px!important;
  color: #999;
}
.footer_consultation_popup_body form .hs-fieldtype-checkbox label{
  display: block;
}
.footer_consultation_popup_body form .hs-fieldtype-checkbox label span{
  font-size: 16px;
}
.footer_consultation_popup_body form .hs-fieldtype-checkbox ul.inputs-list{
  column-count: 2;
}
.footer_consultation_popup_body form .hs-form-field .input{
  margin-right: 0!important;
}
.footer_consultation_popup_body form fieldset.form-columns-2 > div:first-child{
  padding-right: 6px!important;
}
.footer_consultation_popup_body form fieldset.form-columns-2 > div:last-child{
  padding-left: 6px!important;
}
.footer_consultation_popup_body form .legal-consent-container .input{
  background: transparent;
    padding: 0;
}
.footer_consultation_popup_body form .legal-consent-container .hs-richtext *,
.footer_consultation_popup_body form .legal-consent-container ul.inputs-list li label span{
  color: #fff!important;
    font-size: 16px!important;
    font-family: source sans pro;
    font-weight: 300;
}
.footer_consultation_popup_body form .legal-consent-container .hs-richtext p a{
  font-size: 16px!important;
}
.footer_consultation_popup_body form .legal-consent-container ul.inputs-list li label input{
  margin-top: 7px;
}
.footer_consultation_popup_body form .hs_recaptcha{
  margin-top: 10px;
}
.footer_consultation_popup_body h3.form-title{
  display: block!important;
}

.footer_consultation_popup_body form input::-webkit-input-placeholder,
.footer_consultation_popup_body form textarea::-webkit-input-placeholder{
    color: #999;
}
.footer_consultation_popup_body form input::-moz-placeholder,
.footer_consultation_popup_body form textarea::-moz-placeholder{
    color: #999;
}
.footer_consultation_popup_body form input:-ms-input-placeholder,
.footer_consultation_popup_body form textarea:-ms-input-placeholder{
    color: #999;
}
.footer_consultation_popup_body form input:-moz-placeholder,
.footer_consultation_popup_body form textarea:-moz-placeholder{
    color: #999;
}



@media (min-width: 768px) {
  .footer_consultation_popup_wrapper {
    width: 600px;
    margin: 30px auto;
  }
  .footer_consultation_popup_content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}


@media (max-width: 1686px) {
  .footer_images_sec {
    padding: 4% 0;
  }
}


@media  (max-width: 1366px) {
  .footer__container {
    width: 100%;
  }
}

@media  (max-width: 980px) {
  .footer_cols_wrapper {
    padding: 8% 0;
    padding-top: 40px;
  }
  .footer_col {
    margin: 0;
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  .footer_col:nth-child(2n) {
    margin-right: 0;
  }
  .footer_col:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .footer_images_sec {
    padding: 50px 0;
  }

}

@media (max-width: 767px) {
  .footer_menu ul li a {
      padding: 11px 0px;
      display: block;
      width: 100%;
  }
  .footer_cols_wrapper {
    padding: 10% 0;
    padding-top: 40px;
  }  
  .footer_col {
    margin: 0;
    width: 100%;
    margin-bottom: 9.5%!important;
  }
  .footer_col:last-child {
    margin-bottom: 0!important;
  }
  .footer_social_icons ul {
    max-width: 512px;
  }
  .footer_request a {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer_consultation_popup_body form fieldset.form-columns-2 > div:first-child{
    padding-right: 0!important;
  }
  .footer_consultation_popup_body form fieldset.form-columns-2 > div:last-child{
    padding-left: 0!important;
  }
} 

@media (max-width: 639px) {
  .footer_social_icons {
    width: 50%;
    margin-top: 10px;
  }
  .footer_images ul {
    display: block;
  }
  .footer_social_icons ul {
    max-width: 100%;
  }
  .footer_social_icons ul li {
    margin-right: 0;
    margin-top: 7px;
    text-align: center;
    width: 20%;
  }
  .footer_social_icons ul li a img {
    max-width: 50%;
  }

  .footer_images ul li {
    width: 100%;
  }
  .footer_request a {
    font-size: 13px;
  }
}       

@media (max-width: 479px) {
  .footer_cols_wrapper {
    padding: 12% 0;
    padding-top: 40px;
  }
  .footer_col,
  .footer_col:last-child{
    margin-bottom: 11.5%!important;
  }
  .footer_social_icons {
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .footer_social_icons ul li {
    width: 25%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */


.content-wrapper {
  max-width: 1240px;
  width: 80%;
  margin: 0 auto;
}

.blog-header {
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  /*   display: flex;
  flex-wrap: wrap; */
  padding: 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-index_post {
  float: left;
  margin-bottom: 5.5%;
  padding: 19px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  opacity: 1;
  -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
}

.featured-image-wrapper {
  margin: -20px -20px 29px;
  position: relative;
}
.blog-index_post h2 {
  font-size: 18px;
}
.blog-meta-info {
  margin-bottom: 6px;
  font-size: 14px;
}
.blog-meta-info,
.blog-meta-info a,
.blog-meta-info a:hover {
  color: #666;
}

@media screen and (min-width: 981px) {
  .blog-index_post {
    width: 29.667%;
    margin-right: 5.5%;
  }
  .blog-index_post:nth-child(3n) {
    margin-right: 0;
  }
  .blog-index_post:nth-child(3n + 1) {
    clear: left;
  }
} 


.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 15px;
} 

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post-content-wrapper {
  padding: 58px 15px 0 !important;
}
.blog-post-content {
  width: 79.125%;
  padding-bottom: 23px;
  float: left;
  padding-right: 5.5%;
}
.blog-post h1 {
  font-size: 30px;
  font-family: Source Sans Pro;
}
.blog-post .blog-meta-info {
  padding-bottom: 15px;
}
.blog-post__body {
  padding-top: 30px;
}



.blog-sidebar {
  float: left;
  width: 20.875%;
  padding-left: 30px;
  padding-bottom: 28px;
  border-left: 1px solid #ccc;
}
.blog-sidebar > div {
  width: 100%;
  margin-bottom: 30px;
}
.blog-sidebar-search .hs-search-field {
  box-shadow: none;
  padding: 0;
  max-width: 100% !important;
  border-radius: 0;
}
.blog-sidebar-search form {
  padding: 0;
  background: transparent;
  position: relative;
  border: 0;
  max-width: 100% !important;
}
.blog-sidebar-search form input {
  width: 100%;
  border-radius: 3px;
  padding: .7em;
  min-height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd !important;
  color: #666;
  background-color: #fff !important;
}
.blog-sidebar-search button {
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer;
}
.blog-sidebar-search button:before {
  content: 'Search';
}
.blog-sidebar-search button svg {
  display: none;
}

.blog-sidebar h4,
.blog-sidebar h3 {
  font-family: 'Montserrat',sans-serif;
  color: #333;
  font-weight: normal;
  font-size: 18px;
} 
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar ul li {
  margin-bottom: .5em;
  font-size: 14px;
}
.blog-sidebar ul li a {
  font-size: 14px;
}
.blog-sidebar ul li a,
.blog-sidebar ul li a:hover{
  color: #666;
}
.blog-sidebar span.filter-link-count {
  display: none;
}

@media (min-width: 981px) {


}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.blog-comments #comments-listing + div {
  display: block;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 20px #111;
  -moz-box-shadow: 0 0 20px #111;
  -webkit-box-shadow: 0 0 20px #111;
  border-radius: 10px;
  margin-bottom: 0;
}
.blog-comments form {
  max-width: 100%;
} 
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  width: 100% !important;
  object-fit: cover;
}
.comment-date {
  display: block !important;
  text-align: left;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
.blog-pagination__link {
  vertical-align: middle;
}
.blog-post__body p img {
  max-width: 100%;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-pagination {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media(max-width: 1686px) {
  .blog-body-container-wrapper {
    padding: 4% 0 !important;
  }
  .blog-listing-content-wrapper {
    padding: 2% 0 !important;
  }

}

@media screen and (max-width: 1366px) {
  .blog-post-content-wrapper {
    width: 100% !important;
  }
}



@media(max-width: 980px) {
  .content-wrapper {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .blog-body-container-wrapper {
    padding: 50px 0 !important;
  }
  .blog-listing-content-wrapper {
    padding: 30px 0 !important;
  }
  .blog-index_post {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 7.64%;
  }
  .blog-index_post:nth-child(2n) {
    margin-right: 0;
  }
  .blog-index_post:nth-child(2n + 1) {
    clear: both;
  }
  .blog-pagination {
    margin: 20px 0;
  }

  .blog-post-content,
  .blog-sidebar {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .blog-post-content {
    padding-bottom: 25px;
  }
  .blog-sidebar {
    border: none;
    padding-bottom: 28px;
  }


} 

@media(max-width: 767px) {
  .blog-index_post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 9.5%;
  }
  .blog-index_post h2 {
    font-size: 23px;
  }
  .blog-post h1 {
    font-size: 39px;
  }
}     



@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
.blog-pagination {
  /* justify-content: space-between; */
  display: block;
}
.blog-pagination a {
  margin: 0;
}
.blog-pagination a.previous-posts-link {
  float: right;
  width: auto;
}
.blog-pagination a.next-posts-link{
  float: left;
  width: auto;
}
.blog-meta-info {
  line-height: 29px;
}



@media (min-width:981px){
  .body-wrapper.hs-blog-post .header__logo img {
    display: block;
    width: auto !important;
  }

  .body-wrapper.hs-blog-post .header__logo a {
    display: block;
  }

  .body-wrapper.hs-blog-post .header_navigation_bar {
    margin-top: -6px;
  }
}

.body-wrapper.hs-blog-post .blog-sidebar-search .hs-search-field {
  margin-top: 0;
}

.body-wrapper.hs-blog-post .blog-sidebar ul li {
  line-height: 2em;
}
.blog-other-page-outer .hs-search-field {
  margin-top: 0;
}

.blog-other-page-outer .blog-sidebar ul li {
  line-height: 2;
}

.blog-other-page-post-item {
  margin-bottom: 60px;
}

.blog-other-page-featured-image-wrapper {
  display: block;
  margin-bottom: 30px;
}

h2.blog-other-page-item-title {
  font-size: 26px;
}

p.blog-other-page-blog-meta-info {
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 28.9px;
}
@media (min-width: 981px){

  .blog-post-content-area.clearfix,
  .hs-tcrs-layout .page-center {
    display: flex;
  }
}

@media (max-width: 980px){
  .body-wrapper.hs-blog-post .content-wrapper {
    padding-top: 58px !important;
  }
  .blog-post-content {
    margin-bottom: 27px;
  }
  .content-wrapper.blog-post-content-wrapper.blog-other-page-outer {
    padding-top: 58px !important;
  }

  .blog-other-page-post-item {
    margin-bottom: 42px;
  }

  .content-wrapper.blog-post-content-wrapper.blog-other-page-outer .blog-post-content {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.hs-tcrs-layout .widget-type-rich_text figure {
  max-width: 96%;
  margin: 0;
  margin-bottom: 10px;
  padding: 8px;
  padding-top: 4px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  text-align: center;
}

.hs-tcrs-layout .widget-type-rich_text p+figure {
  margin-top: -1em;
}
.hs-tcrs-layout .widget-type-rich_text figure figcaption {
  margin: 0;
  padding: 12px 4px 9px;
  font-size: 12px;
}
p.blog-other-page-blog-meta-info a {
  color: #666;
  text-decoration: none;
}
@media (max-width: 980px){
  .hs-tcrs-layout .widget-type-rich_text figure figcaption {
    padding: 10px 4px 8px;
  }
}
@media (max-width: 767px){
  .hs-tcrs-layout .widget-type-rich_text img{

  }
}
.hs-tcrs-layout .sidebar form input{
  font-weight:500;
}
.home-page-body .header_consultation_popup_content h3.form-title,
.home-page-body .footer_consultation_popup_body h3.form-title{
  font-weight: bold;
}
.header_brochure_popup_grp .hs-form label span.hs-form-required {
  display: none;
}
.product-detail-page-lay ~ div .footer_consultation_popup_body h3.form-title {
  color: #0075bf;
  font-size: 35px !important;
  font-weight: bold;
  text-transform: capitalize;
}
.product-detail-page-lay ~ div .footer_consultation_popup_body .hs-input {
  line-height: 22px;
  min-height: 40px;
  border: none;
  padding: 16px;
}
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-email .hs-input, 
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-phone .hs-input {
  margin: 4px 0;
}
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-form label span.hs-form-required {
  display: none;
}
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-form label, 
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-form-field>label {
  line-height: 1.4;
  font-size: 16px;
}

.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-input[type=checkbox] {
  margin: 0;
  margin-top: 1px\9;
  line-height: normal;
  display: inline;
}

.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-input[type=checkbox]+span:after,
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-input[type=checkbox]+span:before {
  content: " ";
}

.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-input[type=checkbox]+span {
  display: inline;
}

.product-detail-page-lay ~ div .footer_consultation_popup_wrapper ul.inputs-list.multi-container {
  line-height: 1.4;
  font-size: 16px;
}
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper ul.inputs-list.multi-container>li {
  margin: -4px 0;
}
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper ul.inputs-list.multi-container>li:first-child {
  margin-top: -5px;
}
.product-detail-page-lay ~ div .footer_consultation_popup_body select.hs-input option:first-child {
  display: none;
}
.product-detail-page-lay ~ div .footer_consultation_popup_wrapper .hs-phone input[type=tel] {
  margin-bottom: 0;
}
.product-detail-page-lay ~ div .footer_consultation_popup_body select.hs-input {
  margin: 2px 0;
}
.hs-search-results {
  margin-top: 0 !important;
}


@media (max-width:480px){
  .blog-index_post h2{
    padding-bottom:0;
  }
}

@media screen and (max-width: 800px){

  .hs-blog-post .header__logo img {
    max-height: 54%;
    width: auto !important;
  }
}
.form-container .hs-form-field > .hs-input {
    display: inline;
    /* margin-top: 4px; */
}
.form-container .hs-form-field>label+a {
    display: block;
    width: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 7rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 0rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.hs-search-field__suggestions  {
  padding-left: 10px !important;
  padding-right: 10px !important;
}


.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .systems-page h1 {
    font-size: 38px !important;
  }
  .systems-page h2 {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 479px) {
  .systems-page h1 {
    font-size: 24px !important;
  }
  .systems-page h2 {
    font-size: 22px !important;
  }
}

/* ===== layout css === */
.overview-page-row h2 {
  font-size: 26px;
}
.overview-page-row h5 {
  font-size: 16px;
}
.overview-page-row h3 {
  color: #3b346a;
  font-size: 36px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}
.webinar-banner .widget-type-linked_image {
  width: 29.667%;
  margin: 0 auto;
}
.hs-webinar-layout h1 {
  font-size: 40px;
  color: #0c71c3;
  font-weight: 500;
  font-family: inherit;
}
.hs-webinar-layout h2 {
  font-size: 26px;
}
.webinar-main-sections .hs_cos_wrapper_type_form form {
  padding: 0;
  border-radius: 0;
  border: none;
  max-width: 100%;
  background: transparent;
}
.webinar-main-sections .hs_cos_wrapper_type_form {
  background-color: #0c71c3;
  padding: 20px;
  box-shadow: none;
  margin: 0;
  border: none;
  border-radius: 0;
}
.webinar-main-sections .hs_cos_wrapper_type_form h3.form-title {
  color: #fff;
  font-size: 28px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
}
.webinar-main-sections .hs-form-field {
  margin: 0;
  padding: 0;
}
.webinar-main-sections .hs-form-field > label {
  display: none;
}
.webinar-main-sections .hs-form-field .hs-input {
  border: 1px solid #999;
  margin-bottom: 25px;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #212529;
  font-weight: 500;
  min-height: 0;
  background-color: #fff;
}
.webinar-main-sections form .hs-button {
  border: none;
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  padding: 10px !important;
  border-radius: 10px;
  width: 100%;
  margin: 4px 2px;
  line-height: 28.9px;
  margin-bottom: 0;
}
.webinar-main-sections form h5 {
  font-size: 16px;
}
.webinar-main-sections form .hs-richtext.hs-main-font-element {
  margin: 0;
}
.hs-soft-serve-main-section h3 {
  font-size: 36px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}
.hs-soft-serve-main-section .mapContainer iframe {
  width: 100%;
  margin: 0;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  max-width: 100%;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form h3.form-title {
  font-size: 26px;
  font-weight: bold;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-form-field > label {
  display: none;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-form-field .hs-input {
  font-size: 14px;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-email .hs-input,
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-phone .hs-input,
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-message .hs-input {
  margin: 5px 0;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form textarea {
  height: 150px;
  padding: 16px;
  border: none;
  line-height: 28.9px;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox .input {
  margin-top: 20px;
  padding: 6px;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox .input .hs-input {
  margin: 4px 0 0;
  float: none;
  display: inline;
  vertical-align: initial;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
  margin: 0;
  display: inline;
  line-height: inherit;
  font-size: inherit;
  vertical-align: initial;
  top: 0;
  left: 3px;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox label {
  line-height: 28.9px;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-fieldtype-booleancheckbox .hs-form-required {
  display: none;
}
.hs-soft-serve-main-section .widget-type-form .hs_cos_wrapper_type_form .hs-button {
  margin: 2px 2px 32px;
  display: block;
  width: 100%;
}
.hs-soft-serve-main-section a.ad-btn.rd-btn {
  padding: 0.3em 1em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
}

@media (min-width: 981px) {
  .hs-soft-serve-main-section .dnd-column > div {
    margin-bottom: 5.82%;
  }
  .hs-soft-serve-main-section .dnd-column > div:last-child {
    margin-bottom:0;
  }
  .hs-soft-serve-main-section .dnd-column.span12 > div {
    margin-bottom: 2.75%;
  }
  .hs-soft-serve-main-section .dnd-column.span12 > div:last-child {
    margin-bottom:0;
  }
}
@media (max-width: 980px) {
  .hs-soft-serve-main-section .dnd-column > div {
    margin-bottom: 30px;
  }
  .hs-soft-serve-main-section .dnd-column > div:last-child {
    margin-bottom:0;
  }
  .hs-soft-serve-main-section .dnd-column.span12 > div {
    margin-bottom: 30px;
  }
  .hs-soft-serve-main-section .dnd-column.span12 > div:last-child {
    margin-bottom:0;
  }
  .hs-soft-serve-main-section img.hs-image-widget {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hs-webinar-layout h2 {
    font-size: 33px;
  }
  .overview-page-row h2 {
    font-size: 33px;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

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

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

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

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

@-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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

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

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

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

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

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

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

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

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

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

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeInLeft_img {
  -webkit-animation-name: fadeInLeft_img;
  animation-name: fadeInLeft_img;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both!important;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

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

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

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

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

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

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

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

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

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

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

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

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

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

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