*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {}

/* 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.
 */


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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

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

.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
  width:100%;
}

.dnd-section > .row-fluid {
  max-width: ;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
  max-width:1100px;
  position: relative;
  z-index: 20;
}

.dnd-section[class*="full-width"]>.row-fluid {
  padding:0;
}

.dnd-section .widget-type-cell {}


.hs-inline-edit .row-fluid [class*="span"] {
  min-height:50px;
}

.page-wrapper .body-container-wrapper .dnd-section[class*="full-width"] {
  padding-left:15px;
  padding-right:15px;
}

.page-wrapper .dnd-section .row-fluid [class*="span"] {
  padding:0 15px;
  margin:0 !important;
  width:100%;
  float:left;
}

.page-wrapper .dnd-section .row-fluid .span12 {
  padding:0;
}

@media (min-width:769px) {

  .mobile {
    display:none !important;
  }

  .page-wrapper .skills-page-row-2 .dnd-section .row-fluid {
    align-items: normal;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    margin-bottom: 1.75em;
  }

  .page-wrapper .dnd-section .row-fluid .span1 {
    width: 8.33333333%;
  }

  .page-wrapper .dnd-section .row-fluid .span2 {
    width: 16.66666667%;
  }

  .page-wrapper .dnd-section .row-fluid .span3 {
    width: 25%;
  }

  .page-wrapper .dnd-section .row-fluid .span4 {
    width: 33.33333333%;
  }

  .page-wrapper .dnd-section .row-fluid .span5 {
    width: 41.66666667%;
  }

  .page-wrapper .dnd-section .row-fluid .span6 {
    width:50%;
  }

  .page-wrapper .dnd-section .row-fluid .span7 {
    width: 58.33333333%;
  }

  .page-wrapper .dnd-section .row-fluid .span8 {
    width: 66.66666667%;
  }

  .page-wrapper .dnd-section .row-fluid .span9 {
    width: 75%;
  }

  .page-wrapper .dnd-section .row-fluid .span10 {
    width: 83.33333333%;
  }

  .page-wrapper .dnd-section .row-fluid .span11 {
    width: 91.66666667%;
  }


}

@media (min-width:1400px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:1300px;
  }
}

@media (max-width:1200px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:950px;
  }
}

@media (max-width:1024px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:768px;
  }
}

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

  .desktop {
    display:none !important;
  }

  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:600px;
  } 
}

@media (max-width:600px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:420px;
  }
}


@media (max-width:480px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:300px;
  }
}


@media (max-width:320px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    width:95%;
    max-width:300px;
  }
}
html {
  height: 100%;
  margin: 0;
  -webkit-transition: all .33s ease-out;
  -moz-transition: all .33s ease-out;
  transition: all .33s ease-out;
  overflow-y: scroll;
}

body {
  line-height: 1.334;
  color: #7a7a7a;
  font-weight: 400;
  font-size: 18px;
  font-family: Exo;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.body-wrapper {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

::selection {
  background: #44a81d;
  color: #fff;
}

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

/* Anchors */

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out;
  color: #44a81d;
}

/* Headings */

h1, h2, h3 {
  font-weight: 900;
  color: #000;
}

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

.h1,h1 {
  font-family: Exo;
  font-size: 62px;
  line-height: 1;
}

.h2,h2 {
  font-family: Exo;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.08;
}

.h3,h3 {
  font-size: 30px;
  line-height: 1.07;
  font-family: Exo;
  font-weight: 500;
}

.h4,h4 {
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: -.5px;
  color: #000;
  font-family: Exo;
  font-style: normal;
  font-weight: 600;
}

.h5,h5 {
  font-size: 19px;
  color: #000;
  line-height: 1.1;
  font-weight: 500;
}

.h6,h6 {
  font-family: Exo;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
  letter-spacing: .7px;
  color: #969696;
}

p {
  margin: 10px 0;
}

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

sup {
  bottom: .5ex;
}

sub {
  top: .5ex;
}

/* Lists */

ol, pre, ul {
  margin: 15px 0;
} 

ol, ul {
  list-style-position: inside;
  padding:0;
}

ul {
  margin-top: 0px;
}

ul li {
  margin-bottom: 10px;
}

ul li:last-child {
  margin-bottom: 0px;
}

ul:last-child {
  margin-bottom: 8px;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
  padding: 0 0 0 15px;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  quotes: none;
  position: relative;
  display: block;
  margin-left: 53px;
  padding: 0;
  border: none;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6em;
  margin: 20px 0;
}

iframe, img, pre {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align:bottom;
}

/* Horizontal rules */

@media (max-width:480px) {
  body {
    font-size: 15px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}



#email-prefs-form {
  max-width:100%;
}


.hs-button,
.button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:36px 0;
  outline:0;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-size: 18px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  outline:0;
}

.actions .hs-button {
  margin:0;
}

.hs-button:hover,
.button:hover,
.hs-button:focus,
.button:focus {
  text-decoration: none;
}


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: ;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: auto;
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password { 
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: auto;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  padding: 0 15px;
  outline:0;
}

select {
  width:100%;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #c87872;
}

form input[type="text"].error:hover,
form input[type="password"].error:hover, 
form input[type="datetime"].error:hover, 
form input[type="datetime-local"].error:hover, 
form input[type="date"].error:hover, 
form input[type="month"].error:hover, 
form input[type="time"].error:hover, 
form input[type="week"].error:hover, 
form input[type="number"].error:hover, 
form input[type="email"].error:hover, 
form input[type="url"].error:hover, 
form input[type="search"].error:hover, 
form input[type="tel"].error:hover,
form input[type="color"].error:hover,
form input[type="file"].error:hover,
form textarea.error:hover,
form select.error:hover,
form select.error:hover,
form textarea.error:hover,
.hs-input.error:hover, 
.hs-search-field__input.error:hover,
#hs-pwd-widget-passwor.error:hover{
  border-color: #b9554d;
}


form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {

}


#hs-pwd-widget-password {
  min-height:40px !important;
  margin-top:0 !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height:auto;
}

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

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

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input,
form textarea {
  height: auto;
  padding: 10px 15px;
}

select[multiple].hs-input {
  height: inherit;
}

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

.actions {
  margin-bottom: 17px;
  margin-top: 18px;
  padding: 17px 0 0;
}

.inputs-list {
  margin: 0 0 5px !important;
  width: 100%;
  padding-left: 5px;
}

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

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-weight: 400;
}

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

.hs-error-msgs {
  list-style:none;
}
.hs-error-msgs label {
  margin: 0;
  letter-spacing: normal;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #f2545b;
}

.hs-form-field input+label {
  display:inline-block;
}

hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}


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

.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  width: 100%;
  margin: 0px 0px 6px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

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

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

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

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

}

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

}
/* Table */

table, tbody, td, tfoot, th, thead, tr {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 1em 0;
  table-layout: fixed;
}
/* Table Cells */

table tbody tr,
table thead tr {
  border: 1px solid #dadada;
}

table th {
  border: 0;
  padding: 5px 7px;
}

table td {
  padding: 5px 10px;
}

td, 
th {
  border-color: transparent;
}

tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

table td, table th {
  text-align: center;
}
@font-face {
  font-family: 'ElegantIcons';
  src: url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ElegantIcons.eot);
  src: url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ElegantIcons.eot) format('embedded-opentype'),
    url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ElegantIcons.woff) format('woff'),
    url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ElegantIcons.ttf) format('truetype'),
    url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ElegantIcons.svg) format('svg');
  font-weight: normal;
  font-style: normal
}

[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.arrow_up,.arrow_down,.arrow_left,.arrow_right,.arrow_left-up,.arrow_right-up,.arrow_right-down,.arrow_left-down,.arrow-up-down,.arrow_up-down_alt,.arrow_left-right_alt,.arrow_left-right,.arrow_expand_alt2,.arrow_expand_alt,.arrow_condense,.arrow_expand,.arrow_move,.arrow_carrot-up,.arrow_carrot-down,.arrow_carrot-left,.arrow_carrot-right,.arrow_carrot-2up,.arrow_carrot-2down,.arrow_carrot-2left,.arrow_carrot-2right,.arrow_carrot-up_alt2,.arrow_carrot-down_alt2,.arrow_carrot-left_alt2,.arrow_carrot-right_alt2,.arrow_carrot-2up_alt2,.arrow_carrot-2down_alt2,.arrow_carrot-2left_alt2,.arrow_carrot-2right_alt2,.arrow_triangle-up,.arrow_triangle-down,.arrow_triangle-left,.arrow_triangle-right,.arrow_triangle-up_alt2,.arrow_triangle-down_alt2,.arrow_triangle-left_alt2,.arrow_triangle-right_alt2,.arrow_back,.icon_minus-06,.icon_plus,.icon_close,.icon_check,.icon_minus_alt2,.icon_plus_alt2,.icon_close_alt2,.icon_check_alt2,.icon_zoom-out_alt,.icon_zoom-in_alt,.icon_search,.icon_box-empty,.icon_box-selected,.icon_minus-box,.icon_plus-box,.icon_box-checked,.icon_circle-empty,.icon_circle-slelected,.icon_stop_alt2,.icon_stop,.icon_pause_alt2,.icon_pause,.icon_menu,.icon_menu-square_alt2,.icon_menu-circle_alt2,.icon_ul,.icon_ol,.icon_adjust-horiz,.icon_adjust-vert,.icon_document_alt,.icon_documents_alt,.icon_pencil,.icon_pencil-edit_alt,.icon_pencil-edit,.icon_folder-alt,.icon_folder-open_alt,.icon_folder-add_alt,.icon_info_alt,.icon_error-oct_alt,.icon_error-circle_alt,.icon_error-triangle_alt,.icon_question_alt2,.icon_question,.icon_comment_alt,.icon_chat_alt,.icon_vol-mute_alt,.icon_volume-low_alt,.icon_volume-high_alt,.icon_quotations,.icon_quotations_alt2,.icon_clock_alt,.icon_lock_alt,.icon_lock-open_alt,.icon_key_alt,.icon_cloud_alt,.icon_cloud-upload_alt,.icon_cloud-download_alt,.icon_image,.icon_images,.icon_lightbulb_alt,.icon_gift_alt,.icon_house_alt,.icon_genius,.icon_mobile,.icon_tablet,.icon_laptop,.icon_desktop,.icon_camera_alt,.icon_mail_alt,.icon_cone_alt,.icon_ribbon_alt,.icon_bag_alt,.icon_creditcard,.icon_cart_alt,.icon_paperclip,.icon_tag_alt,.icon_tags_alt,.icon_trash_alt,.icon_cursor_alt,.icon_mic_alt,.icon_compass_alt,.icon_pin_alt,.icon_pushpin_alt,.icon_map_alt,.icon_drawer_alt,.icon_toolbox_alt,.icon_book_alt,.icon_calendar,.icon_film,.icon_table,.icon_contacts_alt,.icon_headphones,.icon_lifesaver,.icon_piechart,.icon_refresh,.icon_link_alt,.icon_link,.icon_loading,.icon_blocked,.icon_archive_alt,.icon_heart_alt,.icon_star_alt,.icon_star-half_alt,.icon_star,.icon_star-half,.icon_tools,.icon_tool,.icon_cog,.icon_cogs,.arrow_up_alt,.arrow_down_alt,.arrow_left_alt,.arrow_right_alt,.arrow_left-up_alt,.arrow_right-up_alt,.arrow_right-down_alt,.arrow_left-down_alt,.arrow_condense_alt,.arrow_expand_alt3,.arrow_carrot_up_alt,.arrow_carrot-down_alt,.arrow_carrot-left_alt,.arrow_carrot-right_alt,.arrow_carrot-2up_alt,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left_alt,.arrow_carrot-2right_alt,.arrow_triangle-up_alt,.arrow_triangle-down_alt,.arrow_triangle-left_alt,.arrow_triangle-right_alt,.icon_minus_alt,.icon_plus_alt,.icon_close_alt,.icon_check_alt,.icon_zoom-out,.icon_zoom-in,.icon_stop_alt,.icon_menu-square_alt,.icon_menu-circle_alt,.icon_document,.icon_documents,.icon_pencil_alt,.icon_folder,.icon_folder-open,.icon_folder-add,.icon_folder_upload,.icon_folder_download,.icon_info,.icon_error-circle,.icon_error-oct,.icon_error-triangle,.icon_question_alt,.icon_comment,.icon_chat,.icon_vol-mute,.icon_volume-low,.icon_volume-high,.icon_quotations_alt,.icon_clock,.icon_lock,.icon_lock-open,.icon_key,.icon_cloud,.icon_cloud-upload,.icon_cloud-download,.icon_lightbulb,.icon_gift,.icon_house,.icon_camera,.icon_mail,.icon_cone,.icon_ribbon,.icon_bag,.icon_cart,.icon_tag,.icon_tags,.icon_trash,.icon_cursor,.icon_mic,.icon_compass,.icon_pin,.icon_pushpin,.icon_map,.icon_drawer,.icon_toolbox,.icon_book,.icon_contacts,.icon_archive,.icon_heart,.icon_profile,.icon_group,.icon_grid-2x2,.icon_grid-3x3,.icon_music,.icon_pause_alt,.icon_phone,.icon_upload,.icon_download,.social_facebook,.social_twitter,.social_pinterest,.social_googleplus,.social_tumblr,.social_tumbleupon,.social_wordpress,.social_instagram,.social_dribbble,.social_vimeo,.social_linkedin,.social_rss,.social_deviantart,.social_share,.social_myspace,.social_skype,.social_youtube,.social_picassa,.social_googledrive,.social_flickr,.social_blogger,.social_spotify,.social_delicious,.social_facebook_circle,.social_twitter_circle,.social_pinterest_circle,.social_googleplus_circle,.social_tumblr_circle,.social_stumbleupon_circle,.social_wordpress_circle,.social_instagram_circle,.social_dribbble_circle,.social_vimeo_circle,.social_linkedin_circle,.social_rss_circle,.social_deviantart_circle,.social_share_circle,.social_myspace_circle,.social_skype_circle,.social_youtube_circle,.social_picassa_circle,.social_googledrive_alt2,.social_flickr_circle,.social_blogger_circle,.social_spotify_circle,.social_delicious_circle,.social_facebook_square,.social_twitter_square,.social_pinterest_square,.social_googleplus_square,.social_tumblr_square,.social_stumbleupon_square,.social_wordpress_square,.social_instagram_square,.social_dribbble_square,.social_vimeo_square,.social_linkedin_square,.social_rss_square,.social_deviantart_square,.social_share_square,.social_myspace_square,.social_skype_square,.social_youtube_square,.social_picassa_square,.social_googledrive_square,.social_flickr_square,.social_blogger_square,.social_spotify_square,.social_delicious_square,.icon_printer,.icon_calulator,.icon_building,.icon_floppy,.icon_drive,.icon_search-2,.icon_id,.icon_id-2,.icon_puzzle,.icon_like,.icon_dislike,.icon_mug,.icon_currency,.icon_wallet,.icon_pens,.icon_easel,.icon_flowchart,.icon_datareport,.icon_briefcase,.icon_shield,.icon_percent,.icon_globe,.icon_globe-2,.icon_target,.icon_hourglass,.icon_balance,.icon_rook,.icon_printer-alt,.icon_calculator_alt,.icon_building_alt,.icon_floppy_alt,.icon_drive_alt,.icon_search_alt,.icon_id_alt,.icon_id-2_alt,.icon_puzzle_alt,.icon_like_alt,.icon_dislike_alt,.icon_mug_alt,.icon_currency_alt,.icon_wallet_alt,.icon_pens_alt,.icon_easel_alt,.icon_flowchart_alt,.icon_datareport_alt,.icon_briefcase_alt,.icon_shield_alt,.icon_percent_alt,.icon_globe_alt,.icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

.arrow_up:before {
  content: "\21"
}

.arrow_down:before {
  content: "\22"
}

.arrow_left:before {
  content: "\23"
}

.arrow_right:before {
  content: "\24"
}

.arrow_left-up:before {
  content: "\25"
}

.arrow_right-up:before {
  content: "\26"
}

.arrow_right-down:before {
  content: "\27"
}

.arrow_left-down:before {
  content: "\28"
}

.arrow-up-down:before {
  content: "\29"
}

.arrow_up-down_alt:before {
  content: "\2a"
}

.arrow_left-right_alt:before {
  content: "\2b"
}

.arrow_left-right:before {
  content: "\2c"
}

.arrow_expand_alt2:before {
  content: "\2d"
}

.arrow_expand_alt:before {
  content: "\2e"
}

.arrow_condense:before {
  content: "\2f"
}

.arrow_expand:before {
  content: "\30"
}

.arrow_move:before {
  content: "\31"
}

.arrow_carrot-up:before {
  content: "\32"
}

.arrow_carrot-down:before {
  content: "\33"
}

.arrow_carrot-left:before {
  content: "\34"
}

.arrow_carrot-right:before {
  content: "\35"
}

.arrow_carrot-2up:before {
  content: "\36"
}

.arrow_carrot-2down:before {
  content: "\37"
}

.arrow_carrot-2left:before {
  content: "\38"
}

.arrow_carrot-2right:before {
  content: "\39"
}

.arrow_carrot-up_alt2:before {
  content: "\3a"
}

.arrow_carrot-down_alt2:before {
  content: "\3b"
}

.arrow_carrot-left_alt2:before {
  content: "\3c"
}

.arrow_carrot-right_alt2:before {
  content: "\3d"
}

.arrow_carrot-2up_alt2:before {
  content: "\3e"
}

.arrow_carrot-2down_alt2:before {
  content: "\3f"
}

.arrow_carrot-2left_alt2:before {
  content: "\40"
}

.arrow_carrot-2right_alt2:before {
  content: "\41"
}

.arrow_triangle-up:before {
  content: "\42"
}

.arrow_triangle-down:before {
  content: "\43"
}

.arrow_triangle-left:before {
  content: "\44"
}

.arrow_triangle-right:before {
  content: "\45"
}

.arrow_triangle-up_alt2:before {
  content: "\46"
}

.arrow_triangle-down_alt2:before {
  content: "\47"
}

.arrow_triangle-left_alt2:before {
  content: "\48"
}

.arrow_triangle-right_alt2:before {
  content: "\49"
}

.arrow_back:before {
  content: "\4a"
}

.icon_minus-06:before {
  content: "\4b"
}

.icon_plus:before {
  content: "\4c"
}

.icon_close:before {
  content: "\4d"
}

.icon_check:before {
  content: "\4e"
}

.icon_minus_alt2:before {
  content: "\4f"
}

.icon_plus_alt2:before {
  content: "\50"
}

.icon_close_alt2:before {
  content: "\51"
}

.icon_check_alt2:before {
  content: "\52"
}

.icon_zoom-out_alt:before {
  content: "\53"
}

.icon_zoom-in_alt:before {
  content: "\54"
}

.icon_search:before {
  content: "\55"
}

.icon_box-empty:before {
  content: "\56"
}

.icon_box-selected:before {
  content: "\57"
}

.icon_minus-box:before {
  content: "\58"
}

.icon_plus-box:before {
  content: "\59"
}

.icon_box-checked:before {
  content: "\5a"
}

.icon_circle-empty:before {
  content: "\5b"
}

.icon_circle-slelected:before {
  content: "\5c"
}

.icon_stop_alt2:before {
  content: "\5d"
}

.icon_stop:before {
  content: "\5e"
}

.icon_pause_alt2:before {
  content: "\5f"
}

.icon_pause:before {
  content: "\60"
}

.icon_menu:before {
  content: "\61"
}

.icon_menu-square_alt2:before {
  content: "\62"
}

.icon_menu-circle_alt2:before {
  content: "\63"
}

.icon_ul:before {
  content: "\64"
}

.icon_ol:before {
  content: "\65"
}

.icon_adjust-horiz:before {
  content: "\66"
}

.icon_adjust-vert:before {
  content: "\67"
}

.icon_document_alt:before {
  content: "\68"
}

.icon_documents_alt:before {
  content: "\69"
}

.icon_pencil:before {
  content: "\6a"
}

.icon_pencil-edit_alt:before {
  content: "\6b"
}

.icon_pencil-edit:before {
  content: "\6c"
}

.icon_folder-alt:before {
  content: "\6d"
}

.icon_folder-open_alt:before {
  content: "\6e"
}

.icon_folder-add_alt:before {
  content: "\6f"
}

.icon_info_alt:before {
  content: "\70"
}

.icon_error-oct_alt:before {
  content: "\71"
}

.icon_error-circle_alt:before {
  content: "\72"
}

.icon_error-triangle_alt:before {
  content: "\73"
}

.icon_question_alt2:before {
  content: "\74"
}

.icon_question:before {
  content: "\75"
}

.icon_comment_alt:before {
  content: "\76"
}

.icon_chat_alt:before {
  content: "\77"
}

.icon_vol-mute_alt:before {
  content: "\78"
}

.icon_volume-low_alt:before {
  content: "\79"
}

.icon_volume-high_alt:before {
  content: "\7a"
}

.icon_quotations:before {
  content: "\7b"
}

.icon_quotations_alt2:before {
  content: "\7c"
}

.icon_clock_alt:before {
  content: "\7d"
}

.icon_lock_alt:before {
  content: "\7e"
}

.icon_lock-open_alt:before {
  content: "\e000"
}

.icon_key_alt:before {
  content: "\e001"
}

.icon_cloud_alt:before {
  content: "\e002"
}

.icon_cloud-upload_alt:before {
  content: "\e003"
}

.icon_cloud-download_alt:before {
  content: "\e004"
}

.icon_image:before {
  content: "\e005"
}

.icon_images:before {
  content: "\e006"
}

.icon_lightbulb_alt:before {
  content: "\e007"
}

.icon_gift_alt:before {
  content: "\e008"
}

.icon_house_alt:before {
  content: "\e009"
}

.icon_genius:before {
  content: "\e00a"
}

.icon_mobile:before {
  content: "\e00b"
}

.icon_tablet:before {
  content: "\e00c"
}

.icon_laptop:before {
  content: "\e00d"
}

.icon_desktop:before {
  content: "\e00e"
}

.icon_camera_alt:before {
  content: "\e00f"
}

.icon_mail_alt:before {
  content: "\e010"
}

.icon_cone_alt:before {
  content: "\e011"
}

.icon_ribbon_alt:before {
  content: "\e012"
}

.icon_bag_alt:before {
  content: "\e013"
}

.icon_creditcard:before {
  content: "\e014"
}

.icon_cart_alt:before {
  content: "\e015"
}

.icon_paperclip:before {
  content: "\e016"
}

.icon_tag_alt:before {
  content: "\e017"
}

.icon_tags_alt:before {
  content: "\e018"
}

.icon_trash_alt:before {
  content: "\e019"
}

.icon_cursor_alt:before {
  content: "\e01a"
}

.icon_mic_alt:before {
  content: "\e01b"
}

.icon_compass_alt:before {
  content: "\e01c"
}

.icon_pin_alt:before {
  content: "\e01d"
}

.icon_pushpin_alt:before {
  content: "\e01e"
}

.icon_map_alt:before {
  content: "\e01f"
}

.icon_drawer_alt:before {
  content: "\e020"
}

.icon_toolbox_alt:before {
  content: "\e021"
}

.icon_book_alt:before {
  content: "\e022"
}

.icon_calendar:before {
  content: "\e023"
}

.icon_film:before {
  content: "\e024"
}

.icon_table:before {
  content: "\e025"
}

.icon_contacts_alt:before {
  content: "\e026"
}

.icon_headphones:before {
  content: "\e027"
}

.icon_lifesaver:before {
  content: "\e028"
}

.icon_piechart:before {
  content: "\e029"
}

.icon_refresh:before {
  content: "\e02a"
}

.icon_link_alt:before {
  content: "\e02b"
}

.icon_link:before {
  content: "\e02c"
}

.icon_loading:before {
  content: "\e02d"
}

.icon_blocked:before {
  content: "\e02e"
}

.icon_archive_alt:before {
  content: "\e02f"
}

.icon_heart_alt:before {
  content: "\e030"
}

.icon_star_alt:before {
  content: "\e031"
}

.icon_star-half_alt:before {
  content: "\e032"
}

.icon_star:before {
  content: "\e033"
}

.icon_star-half:before {
  content: "\e034"
}

.icon_tools:before {
  content: "\e035"
}

.icon_tool:before {
  content: "\e036"
}

.icon_cog:before {
  content: "\e037"
}

.icon_cogs:before {
  content: "\e038"
}

.arrow_up_alt:before {
  content: "\e039"
}

.arrow_down_alt:before {
  content: "\e03a"
}

.arrow_left_alt:before {
  content: "\e03b"
}

.arrow_right_alt:before {
  content: "\e03c"
}

.arrow_left-up_alt:before {
  content: "\e03d"
}

.arrow_right-up_alt:before {
  content: "\e03e"
}

.arrow_right-down_alt:before {
  content: "\e03f"
}

.arrow_left-down_alt:before {
  content: "\e040"
}

.arrow_condense_alt:before {
  content: "\e041"
}

.arrow_expand_alt3:before {
  content: "\e042"
}

.arrow_carrot_up_alt:before {
  content: "\e043"
}

.arrow_carrot-down_alt:before {
  content: "\e044"
}

.arrow_carrot-left_alt:before {
  content: "\e045"
}

.arrow_carrot-right_alt:before {
  content: "\e046"
}

.arrow_carrot-2up_alt:before {
  content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"
}

.arrow_carrot-2left_alt:before {
  content: "\e049"
}

.arrow_carrot-2right_alt:before {
  content: "\e04a"
}

.arrow_triangle-up_alt:before {
  content: "\e04b"
}

.arrow_triangle-down_alt:before {
  content: "\e04c"
}

.arrow_triangle-left_alt:before {
  content: "\e04d"
}

.arrow_triangle-right_alt:before {
  content: "\e04e"
}

.icon_minus_alt:before {
  content: "\e04f"
}

.icon_plus_alt:before {
  content: "\e050"
}

.icon_close_alt:before {
  content: "\e051"
}

.icon_check_alt:before {
  content: "\e052"
}

.icon_zoom-out:before {
  content: "\e053"
}

.icon_zoom-in:before {
  content: "\e054"
}

.icon_stop_alt:before {
  content: "\e055"
}

.icon_menu-square_alt:before {
  content: "\e056"
}

.icon_menu-circle_alt:before {
  content: "\e057"
}

.icon_document:before {
  content: "\e058"
}

.icon_documents:before {
  content: "\e059"
}

.icon_pencil_alt:before {
  content: "\e05a"
}

.icon_folder:before {
  content: "\e05b"
}

.icon_folder-open:before {
  content: "\e05c"
}

.icon_folder-add:before {
  content: "\e05d"
}

.icon_folder_upload:before {
  content: "\e05e"
}

.icon_folder_download:before {
  content: "\e05f"
}

.icon_info:before {
  content: "\e060"
}

.icon_error-circle:before {
  content: "\e061"
}

.icon_error-oct:before {
  content: "\e062"
}

.icon_error-triangle:before {
  content: "\e063"
}

.icon_question_alt:before {
  content: "\e064"
}

.icon_comment:before {
  content: "\e065"
}

.icon_chat:before {
  content: "\e066"
}

.icon_vol-mute:before {
  content: "\e067"
}

.icon_volume-low:before {
  content: "\e068"
}

.icon_volume-high:before {
  content: "\e069"
}

.icon_quotations_alt:before {
  content: "\e06a"
}

.icon_clock:before {
  content: "\e06b"
}

.icon_lock:before {
  content: "\e06c"
}

.icon_lock-open:before {
  content: "\e06d"
}

.icon_key:before {
  content: "\e06e"
}

.icon_cloud:before {
  content: "\e06f"
}

.icon_cloud-upload:before {
  content: "\e070"
}

.icon_cloud-download:before {
  content: "\e071"
}

.icon_lightbulb:before {
  content: "\e072"
}

.icon_gift:before {
  content: "\e073"
}

.icon_house:before {
  content: "\e074"
}

.icon_camera:before {
  content: "\e075"
}

.icon_mail:before {
  content: "\e076"
}

.icon_cone:before {
  content: "\e077"
}

.icon_ribbon:before {
  content: "\e078"
}

.icon_bag:before {
  content: "\e079"
}

.icon_cart:before {
  content: "\e07a"
}

.icon_tag:before {
  content: "\e07b"
}

.icon_tags:before {
  content: "\e07c"
}

.icon_trash:before {
  content: "\e07d"
}

.icon_cursor:before {
  content: "\e07e"
}

.icon_mic:before {
  content: "\e07f"
}

.icon_compass:before {
  content: "\e080"
}

.icon_pin:before {
  content: "\e081"
}

.icon_pushpin:before {
  content: "\e082"
}

.icon_map:before {
  content: "\e083"
}

.icon_drawer:before {
  content: "\e084"
}

.icon_toolbox:before {
  content: "\e085"
}

.icon_book:before {
  content: "\e086"
}

.icon_contacts:before {
  content: "\e087"
}

.icon_archive:before {
  content: "\e088"
}

.icon_heart:before {
  content: "\e089"
}

.icon_profile:before {
  content: "\e08a"
}

.icon_group:before {
  content: "\e08b"
}

.icon_grid-2x2:before {
  content: "\e08c"
}

.icon_grid-3x3:before {
  content: "\e08d"
}

.icon_music:before {
  content: "\e08e"
}

.icon_pause_alt:before {
  content: "\e08f"
}

.icon_phone:before {
  content: "\e090"
}

.icon_upload:before {
  content: "\e091"
}

.icon_download:before {
  content: "\e092"
}

.social_facebook:before {
  content: "\e093"
}

.social_twitter:before {
  content: "\e094"
}

.social_pinterest:before {
  content: "\e095"
}

.social_googleplus:before {
  content: "\e096"
}

.social_tumblr:before {
  content: "\e097"
}

.social_tumbleupon:before {
  content: "\e098"
}

.social_wordpress:before {
  content: "\e099"
}

.social_instagram:before {
  content: "\e09a"
}

.social_dribbble:before {
  content: "\e09b"
}

.social_vimeo:before {
  content: "\e09c"
}

.social_linkedin:before {
  content: "\e09d"
}

.social_rss:before {
  content: "\e09e"
}

.social_deviantart:before {
  content: "\e09f"
}

.social_share:before {
  content: "\e0a0"
}

.social_myspace:before {
  content: "\e0a1"
}

.social_skype:before {
  content: "\e0a2"
}

.social_youtube:before {
  content: "\e0a3"
}

.social_picassa:before {
  content: "\e0a4"
}

.social_googledrive:before {
  content: "\e0a5"
}

.social_flickr:before {
  content: "\e0a6"
}

.social_blogger:before {
  content: "\e0a7"
}

.social_spotify:before {
  content: "\e0a8"
}

.social_delicious:before {
  content: "\e0a9"
}

.social_facebook_circle:before {
  content: "\e0aa"
}

.social_twitter_circle:before {
  content: "\e0ab"
}

.social_pinterest_circle:before {
  content: "\e0ac"
}

.social_googleplus_circle:before {
  content: "\e0ad"
}

.social_tumblr_circle:before {
  content: "\e0ae"
}

.social_stumbleupon_circle:before {
  content: "\e0af"
}

.social_wordpress_circle:before {
  content: "\e0b0"
}

.social_instagram_circle:before {
  content: "\e0b1"
}

.social_dribbble_circle:before {
  content: "\e0b2"
}

.social_vimeo_circle:before {
  content: "\e0b3"
}

.social_linkedin_circle:before {
  content: "\e0b4"
}

.social_rss_circle:before {
  content: "\e0b5"
}

.social_deviantart_circle:before {
  content: "\e0b6"
}

.social_share_circle:before {
  content: "\e0b7"
}

.social_myspace_circle:before {
  content: "\e0b8"
}

.social_skype_circle:before {
  content: "\e0b9"
}

.social_youtube_circle:before {
  content: "\e0ba"
}

.social_picassa_circle:before {
  content: "\e0bb"
}

.social_googledrive_alt2:before {
  content: "\e0bc"
}

.social_flickr_circle:before {
  content: "\e0bd"
}

.social_blogger_circle:before {
  content: "\e0be"
}

.social_spotify_circle:before {
  content: "\e0bf"
}

.social_delicious_circle:before {
  content: "\e0c0"
}

.social_facebook_square:before {
  content: "\e0c1"
}

.social_twitter_square:before {
  content: "\e0c2"
}

.social_pinterest_square:before {
  content: "\e0c3"
}

.social_googleplus_square:before {
  content: "\e0c4"
}

.social_tumblr_square:before {
  content: "\e0c5"
}

.social_stumbleupon_square:before {
  content: "\e0c6"
}

.social_wordpress_square:before {
  content: "\e0c7"
}

.social_instagram_square:before {
  content: "\e0c8"
}

.social_dribbble_square:before {
  content: "\e0c9"
}

.social_vimeo_square:before {
  content: "\e0ca"
}

.social_linkedin_square:before {
  content: "\e0cb"
}

.social_rss_square:before {
  content: "\e0cc"
}

.social_deviantart_square:before {
  content: "\e0cd"
}

.social_share_square:before {
  content: "\e0ce"
}

.social_myspace_square:before {
  content: "\e0cf"
}

.social_skype_square:before {
  content: "\e0d0"
}

.social_youtube_square:before {
  content: "\e0d1"
}

.social_picassa_square:before {
  content: "\e0d2"
}

.social_googledrive_square:before {
  content: "\e0d3"
}

.social_flickr_square:before {
  content: "\e0d4"
}

.social_blogger_square:before {
  content: "\e0d5"
}

.social_spotify_square:before {
  content: "\e0d6"
}

.social_delicious_square:before {
  content: "\e0d7"
}

.icon_printer:before {
  content: "\e103"
}

.icon_calulator:before {
  content: "\e0ee"
}

.icon_building:before {
  content: "\e0ef"
}

.icon_floppy:before {
  content: "\e0e8"
}

.icon_drive:before {
  content: "\e0ea"
}

.icon_search-2:before {
  content: "\e101"
}

.icon_id:before {
  content: "\e107"
}

.icon_id-2:before {
  content: "\e108"
}

.icon_puzzle:before {
  content: "\e102"
}

.icon_like:before {
  content: "\e106"
}

.icon_dislike:before {
  content: "\e0eb"
}

.icon_mug:before {
  content: "\e105"
}

.icon_currency:before {
  content: "\e0ed"
}

.icon_wallet:before {
  content: "\e100"
}

.icon_pens:before {
  content: "\e104"
}

.icon_easel:before {
  content: "\e0e9"
}

.icon_flowchart:before {
  content: "\e109"
}

.icon_datareport:before {
  content: "\e0ec"
}

.icon_briefcase:before {
  content: "\e0fe"
}

.icon_shield:before {
  content: "\e0f6"
}

.icon_percent:before {
  content: "\e0fb"
}

.icon_globe:before {
  content: "\e0e2"
}

.icon_globe-2:before {
  content: "\e0e3"
}

.icon_target:before {
  content: "\e0f5"
}

.icon_hourglass:before {
  content: "\e0e1"
}

.icon_balance:before {
  content: "\e0ff"
}

.icon_rook:before {
  content: "\e0f8"
}

.icon_printer-alt:before {
  content: "\e0fa"
}

.icon_calculator_alt:before {
  content: "\e0e7"
}

.icon_building_alt:before {
  content: "\e0fd"
}

.icon_floppy_alt:before {
  content: "\e0e4"
}

.icon_drive_alt:before {
  content: "\e0e5"
}

.icon_search_alt:before {
  content: "\e0f7"
}

.icon_id_alt:before {
  content: "\e0e0"
}

.icon_id-2_alt:before {
  content: "\e0fc"
}

.icon_puzzle_alt:before {
  content: "\e0f9"
}

.icon_like_alt:before {
  content: "\e0dd"
}

.icon_dislike_alt:before {
  content: "\e0f1"
}

.icon_mug_alt:before {
  content: "\e0dc"
}

.icon_currency_alt:before {
  content: "\e0f3"
}

.icon_wallet_alt:before {
  content: "\e0d8"
}

.icon_pens_alt:before {
  content: "\e0db"
}

.icon_easel_alt:before {
  content: "\e0f0"
}

.icon_flowchart_alt:before {
  content: "\e0df"
}

.icon_datareport_alt:before {
  content: "\e0f2"
}

.icon_briefcase_alt:before {
  content: "\e0f4"
}

.icon_shield_alt:before {
  content: "\e0d9"
}

.icon_percent_alt:before {
  content: "\e0da"
}

.icon_globe_alt:before {
  content: "\e0de"
}

.icon_clipboard:before {
  content: "\e0e6"
}

@charset "UTF-8";
/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons

Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.
*/@font-face {
  font-family:"Ionicons";
  src:url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ionicons.eot);
  src:url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ionicons.eot) format("embedded-opentype"),
    url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ionicons.ttf) format("truetype"),
    url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ionicons.woff) format("woff"),
    url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/fonts/ionicons.svg) format("svg");
  font-weight:normal;
  font-style:normal
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display:inline-block;
  font-family:"Ionicons";
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  text-rendering:auto;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.ion-alert:before {
  content:"\f101"
}

.ion-alert-circled:before {
  content:"\f100"
}

.ion-android-add:before {
  content:"\f2c7"
}

.ion-android-add-circle:before {
  content:"\f359"
}

.ion-android-alarm-clock:before {
  content:"\f35a"
}

.ion-android-alert:before {
  content:"\f35b"
}

.ion-android-apps:before {
  content:"\f35c"
}

.ion-android-archive:before {
  content:"\f2c9"
}

.ion-android-arrow-back:before {
  content:"\f2ca"
}
.ion-android-arrow-down:before {
  content:"\f35d"
}

.ion-android-arrow-dropdown:before {
  content:"\f35f"
}

.ion-android-arrow-dropdown-circle:before {
  content:"\f35e"
}

.ion-android-arrow-dropleft:before {
  content:"\f361"
}

.ion-android-arrow-dropleft-circle:before {
  content:"\f360"
}

.ion-android-arrow-dropright:before {
  content:"\f363"
}

.ion-android-arrow-dropright-circle:before {
  content:"\f362"
}

.ion-android-arrow-dropup:before {
  content:"\f365"
}

.ion-android-arrow-dropup-circle:before {
  content:"\f364"
}

.ion-android-arrow-forward:before {
  content:"\f30f"
}

.ion-android-arrow-up:before {
  content:"\f366"
}

.ion-android-attach:before {
  content:"\f367"
}

.ion-android-bar:before {
  content:"\f368"
}

.ion-android-bicycle:before {
  content:"\f369"
}

.ion-android-boat:before {
  content:"\f36a"
}

.ion-android-bookmark:before {
  content:"\f36b"
}

.ion-android-bulb:before {
  content:"\f36c"
}

.ion-android-bus:before {
  content:"\f36d"
}

.ion-android-calendar:before {
  content:"\f2d1"
}

.ion-android-call:before {
  content:"\f2d2"
}

.ion-android-camera:before {
  content:"\f2d3"
}

.ion-android-cancel:before {
  content:"\f36e"
}

.ion-android-car:before {
  content:"\f36f"
}

.ion-android-cart:before {
  content:"\f370"
}

.ion-android-chat:before {
  content:"\f2d4"
}

.ion-android-checkbox:before {
  content:"\f374"
}

.ion-android-checkbox-blank:before {
  content:"\f371"
}

.ion-android-checkbox-outline:before {
  content:"\f373"
}

.ion-android-checkbox-outline-blank:before {
  content:"\f372"
}

.ion-android-checkmark-circle:before {
  content:"\f375"
}

.ion-android-clipboard:before {
  content:"\f376"
}

.ion-android-close:before {
  content:"\f2d7"
}

.ion-android-cloud:before {
  content:"\f37a"
}

.ion-android-cloud-circle:before {
  content:"\f377"
}
.ion-android-cloud-done:before {
  content:"\f378"
}
.ion-android-cloud-outline:before {
  content:"\f379"
}
.ion-android-color-palette:before {
  content:"\f37b"
}
.ion-android-compass:before {
  content:"\f37c"
}
.ion-android-contact:before {
  content:"\f2d8"
}
.ion-android-contacts:before {
  content:"\f2d9"
}
.ion-android-contract:before {
  content:"\f37d"
}
.ion-android-create:before {
  content:"\f37e"
}
.ion-android-delete:before {
  content:"\f37f"
}
.ion-android-desktop:before {
  content:"\f380"
}
.ion-android-document:before {
  content:"\f381"
}
.ion-android-done:before {
  content:"\f383"
}
.ion-android-done-all:before {
  content:"\f382"
}
.ion-android-download:before {
  content:"\f2dd"
}
.ion-android-drafts:before {
  content:"\f384"
}
.ion-android-exit:before {
  content:"\f385"
}
.ion-android-expand:before {
  content:"\f386"
}
.ion-android-favorite:before {
  content:"\f388"
}
.ion-android-favorite-outline:before {
  content:"\f387"
}
.ion-android-film:before {
  content:"\f389"
}
.ion-android-folder:before {
  content:"\f2e0"
}
.ion-android-folder-open:before {
  content:"\f38a"
}
.ion-android-funnel:before {
  content:"\f38b"
}
.ion-android-globe:before {
  content:"\f38c"
}
.ion-android-hand:before {
  content:"\f2e3"
}
.ion-android-hangout:before {
  content:"\f38d"
}
.ion-android-happy:before {
  content:"\f38e"
}
.ion-android-home:before {
  content:"\f38f"
}
.ion-android-image:before {
  content:"\f2e4"
}
.ion-android-laptop:before {
  content:"\f390"
}
.ion-android-list:before {
  content:"\f391"
}
.ion-android-locate:before {
  content:"\f2e9"
}
.ion-android-lock:before {
  content:"\f392"
}
.ion-android-mail:before {
  content:"\f2eb"
}
.ion-android-map:before {
  content:"\f393"
}
.ion-android-menu:before {
  content:"\f394"
}
.ion-android-microphone:before {
  content:"\f2ec"
}
.ion-android-microphone-off:before {
  content:"\f395"
}
.ion-android-more-horizontal:before {
  content:"\f396"
}
.ion-android-more-vertical:before {
  content:"\f397"
}
.ion-android-navigate:before {
  content:"\f398"
}
.ion-android-notifications:before {
  content:"\f39b"
}
.ion-android-notifications-none:before {
  content:"\f399"
}
.ion-android-notifications-off:before {
  content:"\f39a"
}
.ion-android-open:before {
  content:"\f39c"
}
.ion-android-options:before {
  content:"\f39d"
}
.ion-android-people:before {
  content:"\f39e"
}
.ion-android-person:before {
  content:"\f3a0"
}
.ion-android-person-add:before {
  content:"\f39f"
}
.ion-android-phone-landscape:before {
  content:"\f3a1"
}
.ion-android-phone-portrait:before {
  content:"\f3a2"
}
.ion-android-pin:before {
  content:"\f3a3"
}
.ion-android-plane:before {
  content:"\f3a4"
}
.ion-android-playstore:before {
  content:"\f2f0"
}
.ion-android-print:before {
  content:"\f3a5"
}
.ion-android-radio-button-off:before {
  content:"\f3a6"
}
.ion-android-radio-button-on:before {
  content:"\f3a7"
}
.ion-android-refresh:before {
  content:"\f3a8"
}
.ion-android-remove:before {
  content:"\f2f4"
}
.ion-android-remove-circle:before {
  content:"\f3a9"
}
.ion-android-restaurant:before {
  content:"\f3aa"
}
.ion-android-sad:before {
  content:"\f3ab"
}
.ion-android-search:before {
  content:"\f2f5"
}
.ion-android-send:before {
  content:"\f2f6"
}
.ion-android-settings:before {
  content:"\f2f7"
}
.ion-android-share:before {
  content:"\f2f8"
}
.ion-android-share-alt:before {
  content:"\f3ac"
}
.ion-android-star:before {
  content:"\f2fc"
}
.ion-android-star-half:before {
  content:"\f3ad"
}
.ion-android-star-outline:before {
  content:"\f3ae"
}
.ion-android-stopwatch:before {
  content:"\f2fd"
}
.ion-android-subway:before {
  content:"\f3af"
}
.ion-android-sunny:before {
  content:"\f3b0"
}
.ion-android-sync:before {
  content:"\f3b1"
}
.ion-android-textsms:before {
  content:"\f3b2"
}
.ion-android-time:before {
  content:"\f3b3"
}
.ion-android-train:before {
  content:"\f3b4"
}
.ion-android-unlock:before {
  content:"\f3b5"
}
.ion-android-upload:before {
  content:"\f3b6"
}
.ion-android-volume-down:before {
  content:"\f3b7"
}
.ion-android-volume-mute:before {
  content:"\f3b8"
}
.ion-android-volume-off:before {
  content:"\f3b9"
}
.ion-android-volume-up:before {
  content:"\f3ba"
}
.ion-android-walk:before {
  content:"\f3bb"
}
.ion-android-warning:before {
  content:"\f3bc"
}
.ion-android-watch:before {
  content:"\f3bd"
}
.ion-android-wifi:before {
  content:"\f305"
}
.ion-aperture:before {
  content:"\f313"
}
.ion-archive:before {
  content:"\f102"
}
.ion-arrow-down-a:before {
  content:"\f103"
}
.ion-arrow-down-b:before {
  content:"\f104"
}
.ion-arrow-down-c:before {
  content:"\f105"
}
.ion-arrow-expand:before {
  content:"\f25e"
}
.ion-arrow-graph-down-left:before {
  content:"\f25f"
}
.ion-arrow-graph-down-right:before {
  content:"\f260"
}
.ion-arrow-graph-up-left:before {
  content:"\f261"
}
.ion-arrow-graph-up-right:before {
  content:"\f262"
}
.ion-arrow-left-a:before {
  content:"\f106"
}
.ion-arrow-left-b:before {
  content:"\f107"
}
.ion-arrow-left-c:before {
  content:"\f108"
}
.ion-arrow-move:before {
  content:"\f263"
}
.ion-arrow-resize:before {
  content:"\f264"
}
.ion-arrow-return-left:before {
  content:"\f265"
}
.ion-arrow-return-right:before {
  content:"\f266"
}
.ion-arrow-right-a:before {
  content:"\f109"
}
.ion-arrow-right-b:before {
  content:"\f10a"
}
.ion-arrow-right-c:before {
  content:"\f10b"
}
.ion-arrow-shrink:before {
  content:"\f267"
}
.ion-arrow-swap:before {
  content:"\f268"
}
.ion-arrow-up-a:before {
  content:"\f10c"
}
.ion-arrow-up-b:before {
  content:"\f10d"
}
.ion-arrow-up-c:before {
  content:"\f10e"
}
.ion-asterisk:before {
  content:"\f314"
}
.ion-at:before {
  content:"\f10f"
}
.ion-backspace:before {
  content:"\f3bf"
}
.ion-backspace-outline:before {
  content:"\f3be"
}
.ion-bag:before {
  content:"\f110"
}
.ion-battery-charging:before {
  content:"\f111"
}
.ion-battery-empty:before {
  content:"\f112"
}
.ion-battery-full:before {
  content:"\f113"
}
.ion-battery-half:before {
  content:"\f114"
}
.ion-battery-low:before {
  content:"\f115"
}
.ion-beaker:before {
  content:"\f269"
}
.ion-beer:before {
  content:"\f26a"
}
.ion-bluetooth:before {
  content:"\f116"
}
.ion-bonfire:before {
  content:"\f315"
}
.ion-bookmark:before {
  content:"\f26b"
}
.ion-bowtie:before {
  content:"\f3c0"
}
.ion-briefcase:before {
  content:"\f26c"
}
.ion-bug:before {
  content:"\f2be"
}
.ion-calculator:before {
  content:"\f26d"
}
.ion-calendar:before {
  content:"\f117"
}
.ion-camera:before {
  content:"\f118"
}
.ion-card:before {
  content:"\f119"
}
.ion-cash:before {
  content:"\f316"
}
.ion-chatbox:before {
  content:"\f11b"
}
.ion-chatbox-working:before {
  content:"\f11a"
}
.ion-chatboxes:before {
  content:"\f11c"
}
.ion-chatbubble:before {
  content:"\f11e"
}
.ion-chatbubble-working:before {
  content:"\f11d"
}
.ion-chatbubbles:before {
  content:"\f11f"
}
.ion-checkmark:before {
  content:"\f122"
}
.ion-checkmark-circled:before {
  content:"\f120"
}
.ion-checkmark-round:before {
  content:"\f121"
}
.ion-chevron-down:before {
  content:"\f123"
}
.ion-chevron-left:before {
  content:"\f124"
}
.ion-chevron-right:before {
  content:"\f125"
}
.ion-chevron-up:before {
  content:"\f126"
}
.ion-clipboard:before {
  content:"\f127"
}
.ion-clock:before {
  content:"\f26e"
}
.ion-close:before {
  content:"\f12a"
}
.ion-close-circled:before {
  content:"\f128"
}
.ion-close-round:before {
  content:"\f129"
}
.ion-closed-captioning:before {
  content:"\f317"
}
.ion-cloud:before {
  content:"\f12b"
}
.ion-code:before {
  content:"\f271"
}
.ion-code-download:before {
  content:"\f26f"
}
.ion-code-working:before {
  content:"\f270"
}
.ion-coffee:before {
  content:"\f272"
}
.ion-compass:before {
  content:"\f273"
}
.ion-compose:before {
  content:"\f12c"
}
.ion-connection-bars:before {
  content:"\f274"
}
.ion-contrast:before {
  content:"\f275"
}
.ion-crop:before {
  content:"\f3c1"
}
.ion-cube:before {
  content:"\f318"
}
.ion-disc:before {
  content:"\f12d"
}
.ion-document:before {
  content:"\f12f"
}
.ion-document-text:before {
  content:"\f12e"
}
.ion-drag:before {
  content:"\f130"
}
.ion-earth:before {
  content:"\f276"
}
.ion-easel:before {
  content:"\f3c2"
}
.ion-edit:before {
  content:"\f2bf"
}
.ion-egg:before {
  content:"\f277"
}
.ion-eject:before {
  content:"\f131"
}
.ion-email:before {
  content:"\f132"
}
.ion-email-unread:before {
  content:"\f3c3"
}
.ion-erlenmeyer-flask:before {
  content:"\f3c5"
}
.ion-erlenmeyer-flask-bubbles:before {
  content:"\f3c4"
}
.ion-eye:before {
  content:"\f133"
}
.ion-eye-disabled:before {
  content:"\f306"
}
.ion-female:before {
  content:"\f278"
}
.ion-filing:before {
  content:"\f134"
}
.ion-film-marker:before {
  content:"\f135"
}
.ion-fireball:before {
  content:"\f319"
}
.ion-flag:before {
  content:"\f279"
}
.ion-flame:before {
  content:"\f31a"
}
.ion-flash:before {
  content:"\f137"
}
.ion-flash-off:before {
  content:"\f136"
}
.ion-folder:before {
  content:"\f139"
}
.ion-fork:before {
  content:"\f27a"
}
.ion-fork-repo:before {
  content:"\f2c0"
}
.ion-forward:before {
  content:"\f13a"
}
.ion-funnel:before {
  content:"\f31b"
}
.ion-gear-a:before {
  content:"\f13d"
}
.ion-gear-b:before {
  content:"\f13e"
}
.ion-grid:before {
  content:"\f13f"
}
.ion-hammer:before {
  content:"\f27b"
}
.ion-happy:before {
  content:"\f31c"
}
.ion-happy-outline:before {
  content:"\f3c6"
}
.ion-headphone:before {
  content:"\f140"
}
.ion-heart:before {
  content:"\f141"
}
.ion-heart-broken:before {
  content:"\f31d"
}
.ion-help:before {
  content:"\f143"
}
.ion-help-buoy:before {
  content:"\f27c"
}
.ion-help-circled:before {
  content:"\f142"
}
.ion-home:before {
  content:"\f144"
}
.ion-icecream:before {
  content:"\f27d"
}
.ion-image:before {
  content:"\f147"
}
.ion-images:before {
  content:"\f148"
}
.ion-information:before {
  content:"\f14a"
}
.ion-information-circled:before {
  content:"\f149"
}
.ion-ionic:before {
  content:"\f14b"
}
.ion-ios-alarm:before {
  content:"\f3c8"
}
.ion-ios-alarm-outline:before {
  content:"\f3c7"
}
.ion-ios-albums:before {
  content:"\f3ca"
}
.ion-ios-albums-outline:before {
  content:"\f3c9"
}
.ion-ios-americanfootball:before {
  content:"\f3cc"
}
.ion-ios-americanfootball-outline:before {
  content:"\f3cb"
}
.ion-ios-analytics:before {
  content:"\f3ce"
}
.ion-ios-analytics-outline:before {
  content:"\f3cd"
}
.ion-ios-arrow-back:before {
  content:"\f3cf"
}
.ion-ios-arrow-down:before {
  content:"\f3d0"
}
.ion-ios-arrow-forward:before {
  content:"\f3d1"
}
.ion-ios-arrow-left:before {
  content:"\f3d2"
}
.ion-ios-arrow-right:before {
  content:"\f3d3"
}
.ion-ios-arrow-thin-down:before {
  content:"\f3d4"
}
.ion-ios-arrow-thin-left:before {
  content:"\f3d5"
}
.ion-ios-arrow-thin-right:before {
  content:"\f3d6"
}
.ion-ios-arrow-thin-up:before {
  content:"\f3d7"
}
.ion-ios-arrow-up:before {
  content:"\f3d8"
}
.ion-ios-at:before {
  content:"\f3da"
}
.ion-ios-at-outline:before {
  content:"\f3d9"
}
.ion-ios-barcode:before {
  content:"\f3dc"
}
.ion-ios-barcode-outline:before {
  content:"\f3db"
}
.ion-ios-baseball:before {
  content:"\f3de"
}
.ion-ios-baseball-outline:before {
  content:"\f3dd"
}
.ion-ios-basketball:before {
  content:"\f3e0"
}
.ion-ios-basketball-outline:before {
  content:"\f3df"
}
.ion-ios-bell:before {
  content:"\f3e2"
}
.ion-ios-bell-outline:before {
  content:"\f3e1"
}
.ion-ios-body:before {
  content:"\f3e4"
}
.ion-ios-body-outline:before {
  content:"\f3e3"
}
.ion-ios-bolt:before {
  content:"\f3e6"
}
.ion-ios-bolt-outline:before {
  content:"\f3e5"
}
.ion-ios-book:before {
  content:"\f3e8"
}
.ion-ios-book-outline:before {
  content:"\f3e7"
}
.ion-ios-bookmarks:before {
  content:"\f3ea"
}
.ion-ios-bookmarks-outline:before {
  content:"\f3e9"
}
.ion-ios-box:before {
  content:"\f3ec"
}
.ion-ios-box-outline:before {
  content:"\f3eb"
}
.ion-ios-briefcase:before {
  content:"\f3ee"
}
.ion-ios-briefcase-outline:before {
  content:"\f3ed"
}
.ion-ios-browsers:before {
  content:"\f3f0"
}
.ion-ios-browsers-outline:before {
  content:"\f3ef"
}
.ion-ios-calculator:before {
  content:"\f3f2"
}
.ion-ios-calculator-outline:before {
  content:"\f3f1"
}
.ion-ios-calendar:before {
  content:"\f3f4"
}
.ion-ios-calendar-outline:before {
  content:"\f3f3"
}
.ion-ios-camera:before {
  content:"\f3f6"
}
.ion-ios-camera-outline:before {
  content:"\f3f5"
}
.ion-ios-cart:before {
  content:"\f3f8"
}
.ion-ios-cart-outline:before {
  content:"\f3f7"
}
.ion-ios-chatboxes:before {
  content:"\f3fa"
}
.ion-ios-chatboxes-outline:before {
  content:"\f3f9"
}
.ion-ios-chatbubble:before {
  content:"\f3fc"
}
.ion-ios-chatbubble-outline:before {
  content:"\f3fb"
}
.ion-ios-checkmark:before {
  content:"\f3ff"
}
.ion-ios-checkmark-empty:before {
  content:"\f3fd"
}
.ion-ios-checkmark-outline:before {
  content:"\f3fe"
}
.ion-ios-circle-filled:before {
  content:"\f400"
}
.ion-ios-circle-outline:before {
  content:"\f401"
}
.ion-ios-clock:before {
  content:"\f403"
}
.ion-ios-clock-outline:before {
  content:"\f402"
}
.ion-ios-close:before {
  content:"\f406"
}
.ion-ios-close-empty:before {
  content:"\f404"
}
.ion-ios-close-outline:before {
  content:"\f405"
}
.ion-ios-cloud:before {
  content:"\f40c"
}
.ion-ios-cloud-download:before {
  content:"\f408"
}
.ion-ios-cloud-download-outline:before {
  content:"\f407"
}
.ion-ios-cloud-outline:before {
  content:"\f409"
}
.ion-ios-cloud-upload:before {
  content:"\f40b"
}
.ion-ios-cloud-upload-outline:before {
  content:"\f40a"
}
.ion-ios-cloudy:before {
  content:"\f410"
}
.ion-ios-cloudy-night:before {
  content:"\f40e"
}
.ion-ios-cloudy-night-outline:before {
  content:"\f40d"
}
.ion-ios-cloudy-outline:before {
  content:"\f40f"
}
.ion-ios-cog:before {
  content:"\f412"
}
.ion-ios-cog-outline:before {
  content:"\f411"
}
.ion-ios-color-filter:before {
  content:"\f414"
}
.ion-ios-color-filter-outline:before {
  content:"\f413"
}
.ion-ios-color-wand:before {
  content:"\f416"
}
.ion-ios-color-wand-outline:before {
  content:"\f415"
}
.ion-ios-compose:before {
  content:"\f418"
}
.ion-ios-compose-outline:before {
  content:"\f417"
}
.ion-ios-contact:before {
  content:"\f41a"
}
.ion-ios-contact-outline:before {
  content:"\f419"
}
.ion-ios-copy:before {
  content:"\f41c"
}
.ion-ios-copy-outline:before {
  content:"\f41b"
}
.ion-ios-crop:before {
  content:"\f41e"
}
.ion-ios-crop-strong:before {
  content:"\f41d"
}
.ion-ios-download:before {
  content:"\f420"
}
.ion-ios-download-outline:before {
  content:"\f41f"
}
.ion-ios-drag:before {
  content:"\f421"
}
.ion-ios-email:before {
  content:"\f423"
}
.ion-ios-email-outline:before {
  content:"\f422"
}
.ion-ios-eye:before {
  content:"\f425"
}
.ion-ios-eye-outline:before {
  content:"\f424"
}
.ion-ios-fastforward:before {
  content:"\f427"
}
.ion-ios-fastforward-outline:before {
  content:"\f426"
}
.ion-ios-filing:before {
  content:"\f429"
}
.ion-ios-filing-outline:before {
  content:"\f428"
}
.ion-ios-film:before {
  content:"\f42b"
}
.ion-ios-film-outline:before {
  content:"\f42a"
}
.ion-ios-flag:before {
  content:"\f42d"
}
.ion-ios-flag-outline:before {
  content:"\f42c"
}
.ion-ios-flame:before {
  content:"\f42f"
}
.ion-ios-flame-outline:before {
  content:"\f42e"
}
.ion-ios-flask:before {
  content:"\f431"
}
.ion-ios-flask-outline:before {
  content:"\f430"
}
.ion-ios-flower:before {
  content:"\f433"
}
.ion-ios-flower-outline:before {
  content:"\f432"
}
.ion-ios-folder:before {
  content:"\f435"
}
.ion-ios-folder-outline:before {
  content:"\f434"
}
.ion-ios-football:before {
  content:"\f437"
}
.ion-ios-football-outline:before {
  content:"\f436"
}
.ion-ios-game-controller-a:before {
  content:"\f439"
}
.ion-ios-game-controller-a-outline:before {
  content:"\f438"
}
.ion-ios-game-controller-b:before {
  content:"\f43b"
}
.ion-ios-game-controller-b-outline:before {
  content:"\f43a"
}
.ion-ios-gear:before {
  content:"\f43d"
}
.ion-ios-gear-outline:before {
  content:"\f43c"
}
.ion-ios-glasses:before {
  content:"\f43f"
}
.ion-ios-glasses-outline:before {
  content:"\f43e"
}
.ion-ios-grid-view:before {
  content:"\f441"
}
.ion-ios-grid-view-outline:before {
  content:"\f440"
}
.ion-ios-heart:before {
  content:"\f443"
}
.ion-ios-heart-outline:before {
  content:"\f442"
}
.ion-ios-help:before {
  content:"\f446"
}
.ion-ios-help-empty:before {
  content:"\f444"
}
.ion-ios-help-outline:before {
  content:"\f445"
}
.ion-ios-home:before {
  content:"\f448"
}
.ion-ios-home-outline:before {
  content:"\f447"
}
.ion-ios-infinite:before {
  content:"\f44a"
}
.ion-ios-infinite-outline:before {
  content:"\f449"
}
.ion-ios-information:before {
  content:"\f44d"
}
.ion-ios-information-empty:before {
  content:"\f44b"
}
.ion-ios-information-outline:before {
  content:"\f44c"
}
.ion-ios-ionic-outline:before {
  content:"\f44e"
}
.ion-ios-keypad:before {
  content:"\f450"
}
.ion-ios-keypad-outline:before {
  content:"\f44f"
}
.ion-ios-lightbulb:before {
  content:"\f452"
}
.ion-ios-lightbulb-outline:before {
  content:"\f451"
}
.ion-ios-list:before {
  content:"\f454"
}
.ion-ios-list-outline:before {
  content:"\f453"
}
.ion-ios-location:before {
  content:"\f456"
}
.ion-ios-location-outline:before {
  content:"\f455"
}
.ion-ios-locked:before {
  content:"\f458"
}
.ion-ios-locked-outline:before {
  content:"\f457"
}
.ion-ios-loop:before {
  content:"\f45a"
}
.ion-ios-loop-strong:before {
  content:"\f459"
}
.ion-ios-medical:before {
  content:"\f45c"
}
.ion-ios-medical-outline:before {
  content:"\f45b"
}
.ion-ios-medkit:before {
  content:"\f45e"
}
.ion-ios-medkit-outline:before {
  content:"\f45d"
}
.ion-ios-mic:before {
  content:"\f461"
}
.ion-ios-mic-off:before {
  content:"\f45f"
}
.ion-ios-mic-outline:before {
  content:"\f460"
}
.ion-ios-minus:before {
  content:"\f464"
}
.ion-ios-minus-empty:before {
  content:"\f462"
}
.ion-ios-minus-outline:before {
  content:"\f463"
}
.ion-ios-monitor:before {
  content:"\f466"
}
.ion-ios-monitor-outline:before {
  content:"\f465"
}
.ion-ios-moon:before {
  content:"\f468"
}
.ion-ios-moon-outline:before {
  content:"\f467"
}
.ion-ios-more:before {
  content:"\f46a"
}
.ion-ios-more-outline:before {
  content:"\f469"
}
.ion-ios-musical-note:before {
  content:"\f46b"
}
.ion-ios-musical-notes:before {
  content:"\f46c"
}
.ion-ios-navigate:before {
  content:"\f46e"
}
.ion-ios-navigate-outline:before {
  content:"\f46d"
}
.ion-ios-nutrition:before {
  content:"\f470"
}
.ion-ios-nutrition-outline:before {
  content:"\f46f"
}
.ion-ios-paper:before {
  content:"\f472"
}
.ion-ios-paper-outline:before {
  content:"\f471"
}
.ion-ios-paperplane:before {
  content:"\f474"
}
.ion-ios-paperplane-outline:before {
  content:"\f473"
}
.ion-ios-partlysunny:before {
  content:"\f476"
}
.ion-ios-partlysunny-outline:before {
  content:"\f475"
}
.ion-ios-pause:before {
  content:"\f478"
}
.ion-ios-pause-outline:before {
  content:"\f477"
}
.ion-ios-paw:before {
  content:"\f47a"
}
.ion-ios-paw-outline:before {
  content:"\f479"
}
.ion-ios-people:before {
  content:"\f47c"
}
.ion-ios-people-outline:before {
  content:"\f47b"
}
.ion-ios-person:before {
  content:"\f47e"
}
.ion-ios-person-outline:before {
  content:"\f47d"
}
.ion-ios-personadd:before {
  content:"\f480"
}
.ion-ios-personadd-outline:before {
  content:"\f47f"
}
.ion-ios-photos:before {
  content:"\f482"
}
.ion-ios-photos-outline:before {
  content:"\f481"
}
.ion-ios-pie:before {
  content:"\f484"
}
.ion-ios-pie-outline:before {
  content:"\f483"
}
.ion-ios-pint:before {
  content:"\f486"
}
.ion-ios-pint-outline:before {
  content:"\f485"
}
.ion-ios-play:before {
  content:"\f488"
}
.ion-ios-play-outline:before {
  content:"\f487"
}
.ion-ios-plus:before {
  content:"\f48b"
}
.ion-ios-plus-empty:before {
  content:"\f489"
}
.ion-ios-plus-outline:before {
  content:"\f48a"
}
.ion-ios-pricetag:before {
  content:"\f48d"
}
.ion-ios-pricetag-outline:before {
  content:"\f48c"
}
.ion-ios-pricetags:before {
  content:"\f48f"
}
.ion-ios-pricetags-outline:before {
  content:"\f48e"
}
.ion-ios-printer:before {
  content:"\f491"
}
.ion-ios-printer-outline:before {
  content:"\f490"
}
.ion-ios-pulse:before {
  content:"\f493"
}
.ion-ios-pulse-strong:before {
  content:"\f492"
}
.ion-ios-rainy:before {
  content:"\f495"
}
.ion-ios-rainy-outline:before {
  content:"\f494"
}
.ion-ios-recording:before {
  content:"\f497"
}
.ion-ios-recording-outline:before {
  content:"\f496"
}
.ion-ios-redo:before {
  content:"\f499"
}
.ion-ios-redo-outline:before {
  content:"\f498"
}
.ion-ios-refresh:before {
  content:"\f49c"
}
.ion-ios-refresh-empty:before {
  content:"\f49a"
}
.ion-ios-refresh-outline:before {
  content:"\f49b"
}
.ion-ios-reload:before {
  content:"\f49d"
}
.ion-ios-reverse-camera:before {
  content:"\f49f"
}
.ion-ios-reverse-camera-outline:before {
  content:"\f49e"
}
.ion-ios-rewind:before {
  content:"\f4a1"
}
.ion-ios-rewind-outline:before {
  content:"\f4a0"
}
.ion-ios-rose:before {
  content:"\f4a3"
}
.ion-ios-rose-outline:before {
  content:"\f4a2"
}
.ion-ios-search:before {
  content:"\f4a5"
}
.ion-ios-search-strong:before {
  content:"\f4a4"
}
.ion-ios-settings:before {
  content:"\f4a7"
}
.ion-ios-settings-strong:before {
  content:"\f4a6"
}
.ion-ios-shuffle:before {
  content:"\f4a9"
}
.ion-ios-shuffle-strong:before {
  content:"\f4a8"
}
.ion-ios-skipbackward:before {
  content:"\f4ab"
}
.ion-ios-skipbackward-outline:before {
  content:"\f4aa"
}
.ion-ios-skipforward:before {
  content:"\f4ad"
}
.ion-ios-skipforward-outline:before {
  content:"\f4ac"
}
.ion-ios-snowy:before {
  content:"\f4ae"
}
.ion-ios-speedometer:before {
  content:"\f4b0"
}
.ion-ios-speedometer-outline:before {
  content:"\f4af"
}
.ion-ios-star:before {
  content:"\f4b3"
}
.ion-ios-star-half:before {
  content:"\f4b1"
}
.ion-ios-star-outline:before {
  content:"\f4b2"
}
.ion-ios-stopwatch:before {
  content:"\f4b5"
}
.ion-ios-stopwatch-outline:before {
  content:"\f4b4"
}
.ion-ios-sunny:before {
  content:"\f4b7"
}
.ion-ios-sunny-outline:before {
  content:"\f4b6"
}
.ion-ios-telephone:before {
  content:"\f4b9"
}
.ion-ios-telephone-outline:before {
  content:"\f4b8"
}
.ion-ios-tennisball:before {
  content:"\f4bb"
}
.ion-ios-tennisball-outline:before {
  content:"\f4ba"
}
.ion-ios-thunderstorm:before {
  content:"\f4bd"
}
.ion-ios-thunderstorm-outline:before {
  content:"\f4bc"
}
.ion-ios-time:before {
  content:"\f4bf"
}
.ion-ios-time-outline:before {
  content:"\f4be"
}
.ion-ios-timer:before {
  content:"\f4c1"
}
.ion-ios-timer-outline:before {
  content:"\f4c0"
}
.ion-ios-toggle:before {
  content:"\f4c3"
}
.ion-ios-toggle-outline:before {
  content:"\f4c2"
}
.ion-ios-trash:before {
  content:"\f4c5"
}
.ion-ios-trash-outline:before {
  content:"\f4c4"
}
.ion-ios-undo:before {
  content:"\f4c7"
}
.ion-ios-undo-outline:before {
  content:"\f4c6"
}
.ion-ios-unlocked:before {
  content:"\f4c9"
}
.ion-ios-unlocked-outline:before {
  content:"\f4c8"
}
.ion-ios-upload:before {
  content:"\f4cb"
}
.ion-ios-upload-outline:before {
  content:"\f4ca"
}
.ion-ios-videocam:before {
  content:"\f4cd"
}
.ion-ios-videocam-outline:before {
  content:"\f4cc"
}
.ion-ios-volume-high:before {
  content:"\f4ce"
}
.ion-ios-volume-low:before {
  content:"\f4cf"
}
.ion-ios-wineglass:before {
  content:"\f4d1"
}
.ion-ios-wineglass-outline:before {
  content:"\f4d0"
}
.ion-ios-world:before {
  content:"\f4d3"
}
.ion-ios-world-outline:before {
  content:"\f4d2"
}
.ion-ipad:before {
  content:"\f1f9"
}
.ion-iphone:before {
  content:"\f1fa"
}
.ion-ipod:before {
  content:"\f1fb"
}
.ion-jet:before {
  content:"\f295"
}
.ion-key:before {
  content:"\f296"
}
.ion-knife:before {
  content:"\f297"
}
.ion-laptop:before {
  content:"\f1fc"
}
.ion-leaf:before {
  content:"\f1fd"
}
.ion-levels:before {
  content:"\f298"
}
.ion-lightbulb:before {
  content:"\f299"
}
.ion-link:before {
  content:"\f1fe"
}
.ion-load-a:before {
  content:"\f29a"
}
.ion-load-b:before {
  content:"\f29b"
}
.ion-load-c:before {
  content:"\f29c"
}
.ion-load-d:before {
  content:"\f29d"
}
.ion-location:before {
  content:"\f1ff"
}
.ion-lock-combination:before {
  content:"\f4d4"
}
.ion-locked:before {
  content:"\f200"
}
.ion-log-in:before {
  content:"\f29e"
}
.ion-log-out:before {
  content:"\f29f"
}
.ion-loop:before {
  content:"\f201"
}
.ion-magnet:before {
  content:"\f2a0"
}
.ion-male:before {
  content:"\f2a1"
}
.ion-man:before {
  content:"\f202"
}
.ion-map:before {
  content:"\f203"
}
.ion-medkit:before {
  content:"\f2a2"
}
.ion-merge:before {
  content:"\f33f"
}
.ion-mic-a:before {
  content:"\f204"
}
.ion-mic-b:before {
  content:"\f205"
}
.ion-mic-c:before {
  content:"\f206"
}
.ion-minus:before {
  content:"\f209"
}
.ion-minus-circled:before {
  content:"\f207"
}
.ion-minus-round:before {
  content:"\f208"
}
.ion-model-s:before {
  content:"\f2c1"
}
.ion-monitor:before {
  content:"\f20a"
}
.ion-more:before {
  content:"\f20b"
}
.ion-mouse:before {
  content:"\f340"
}
.ion-music-note:before {
  content:"\f20c"
}
.ion-navicon:before {
  content:"\f20e"
}
.ion-navicon-round:before {
  content:"\f20d"
}
.ion-navigate:before {
  content:"\f2a3"
}
.ion-network:before {
  content:"\f341"
}
.ion-no-smoking:before {
  content:"\f2c2"
}
.ion-nuclear:before {
  content:"\f2a4"
}
.ion-outlet:before {
  content:"\f342"
}
.ion-paintbrush:before {
  content:"\f4d5"
}
.ion-paintbucket:before {
  content:"\f4d6"
}
.ion-paper-airplane:before {
  content:"\f2c3"
}
.ion-paperclip:before {
  content:"\f20f"
}
.ion-pause:before {
  content:"\f210"
}
.ion-person:before {
  content:"\f213"
}
.ion-person-add:before {
  content:"\f211"
}
.ion-person-stalker:before {
  content:"\f212"
}
.ion-pie-graph:before {
  content:"\f2a5"
}
.ion-pin:before {
  content:"\f2a6"
}
.ion-pinpoint:before {
  content:"\f2a7"
}
.ion-pizza:before {
  content:"\f2a8"
}
.ion-plane:before {
  content:"\f214"
}
.ion-planet:before {
  content:"\f343"
}
.ion-play:before {
  content:"\f215"
}
.ion-playstation:before {
  content:"\f30a"
}
.ion-plus:before {
  content:"\f218"
}
.ion-plus-circled:before {
  content:"\f216"
}
.ion-plus-round:before {
  content:"\f217"
}
.ion-podium:before {
  content:"\f344"
}
.ion-pound:before {
  content:"\f219"
}
.ion-power:before {
  content:"\f2a9"
}
.ion-pricetag:before {
  content:"\f2aa"
}
.ion-pricetags:before {
  content:"\f2ab"
}
.ion-printer:before {
  content:"\f21a"
}
.ion-pull-request:before {
  content:"\f345"
}
.ion-qr-scanner:before {
  content:"\f346"
}
.ion-quote:before {
  content:"\f347"
}
.ion-radio-waves:before {
  content:"\f2ac"
}
.ion-record:before {
  content:"\f21b"
}
.ion-refresh:before {
  content:"\f21c"
}
.ion-reply:before {
  content:"\f21e"
}
.ion-reply-all:before {
  content:"\f21d"
}
.ion-ribbon-a:before {
  content:"\f348"
}
.ion-ribbon-b:before {
  content:"\f349"
}
.ion-sad:before {
  content:"\f34a"
}
.ion-sad-outline:before {
  content:"\f4d7"
}
.ion-scissors:before {
  content:"\f34b"
}
.ion-search:before {
  content:"\f21f"
}
.ion-settings:before {
  content:"\f2ad"
}
.ion-share:before {
  content:"\f220"
}
.ion-shuffle:before {
  content:"\f221"
}
.ion-skip-backward:before {
  content:"\f222"
}
.ion-skip-forward:before {
  content:"\f223"
}
.ion-social-android:before {
  content:"\f225"
}
.ion-social-android-outline:before {
  content:"\f224"
}
.ion-social-angular:before {
  content:"\f4d9"
}
.ion-social-angular-outline:before {
  content:"\f4d8"
}
.ion-social-apple:before {
  content:"\f227"
}
.ion-social-apple-outline:before {
  content:"\f226"
}
.ion-social-bitcoin:before {
  content:"\f2af"
}
.ion-social-bitcoin-outline:before {
  content:"\f2ae"
}
.ion-social-buffer:before {
  content:"\f229"
}
.ion-social-buffer-outline:before {
  content:"\f228"
}
.ion-social-chrome:before {
  content:"\f4db"
}
.ion-social-chrome-outline:before {
  content:"\f4da"
}
.ion-social-codepen:before {
  content:"\f4dd"
}
.ion-social-codepen-outline:before {
  content:"\f4dc"
}
.ion-social-css3:before {
  content:"\f4df"
}
.ion-social-css3-outline:before {
  content:"\f4de"
}
.ion-social-designernews:before {
  content:"\f22b"
}
.ion-social-designernews-outline:before {
  content:"\f22a"
}
.ion-social-dribbble:before {
  content:"\f22d"
}
.ion-social-dribbble-outline:before {
  content:"\f22c"
}
.ion-social-dropbox:before {
  content:"\f22f"
}
.ion-social-dropbox-outline:before {
  content:"\f22e"
}
.ion-social-euro:before {
  content:"\f4e1"
}
.ion-social-euro-outline:before {
  content:"\f4e0"
}
.ion-social-facebook:before {
  content:"\f231"
}
.ion-social-facebook-outline:before {
  content:"\f230"
}
.ion-social-foursquare:before {
  content:"\f34d"
}
.ion-social-foursquare-outline:before {
  content:"\f34c"
}
.ion-social-freebsd-devil:before {
  content:"\f2c4"
}
.ion-social-github:before {
  content:"\f233"
}
.ion-social-github-outline:before {
  content:"\f232"
}
.ion-social-google:before {
  content:"\f34f"
}
.ion-social-google-outline:before {
  content:"\f34e"
}
.ion-social-googleplus:before {
  content:"\f235"
}
.ion-social-googleplus-outline:before {
  content:"\f234"
}
.ion-social-hackernews:before {
  content:"\f237"
}
.ion-social-hackernews-outline:before {
  content:"\f236"
}
.ion-social-html5:before {
  content:"\f4e3"
}
.ion-social-html5-outline:before {
  content:"\f4e2"
}
.ion-social-instagram:before {
  content:"\f351"
}
.ion-social-instagram-outline:before {
  content:"\f350"
}
.ion-social-javascript:before {
  content:"\f4e5"
}
.ion-social-javascript-outline:before {
  content:"\f4e4"
}
.ion-social-linkedin:before {
  content:"\f239"
}
.ion-social-linkedin-outline:before {
  content:"\f238"
}
.ion-social-markdown:before {
  content:"\f4e6"
}
.ion-social-nodejs:before {
  content:"\f4e7"
}
.ion-social-octocat:before {
  content:"\f4e8"
}
.ion-social-pinterest:before {
  content:"\f2b1"
}
.ion-social-pinterest-outline:before {
  content:"\f2b0"
}
.ion-social-python:before {
  content:"\f4e9"
}
.ion-social-reddit:before {
  content:"\f23b"
}
.ion-social-reddit-outline:before {
  content:"\f23a"
}
.ion-social-rss:before {
  content:"\f23d"
}
.ion-social-rss-outline:before {
  content:"\f23c"
}
.ion-social-sass:before {
  content:"\f4ea"
}
.ion-social-skype:before {
  content:"\f23f"
}
.ion-social-skype-outline:before {
  content:"\f23e"
}
.ion-social-snapchat:before {
  content:"\f4ec"
}
.ion-social-snapchat-outline:before {
  content:"\f4eb"
}
.ion-social-tumblr:before {
  content:"\f241"
}
.ion-social-tumblr-outline:before {
  content:"\f240"
}
.ion-social-tux:before {
  content:"\f2c5"
}
.ion-social-twitch:before {
  content:"\f4ee"
}
.ion-social-twitch-outline:before {
  content:"\f4ed"
}
.ion-social-twitter:before {
  content:"\f243"
}
.ion-social-twitter-outline:before {
  content:"\f242"
}
.ion-social-usd:before {
  content:"\f353"
}
.ion-social-usd-outline:before {
  content:"\f352"
}
.ion-social-vimeo:before {
  content:"\f245"
}
.ion-social-vimeo-outline:before {
  content:"\f244"
}
.ion-social-whatsapp:before {
  content:"\f4f0"
}
.ion-social-whatsapp-outline:before {
  content:"\f4ef"
}
.ion-social-windows:before {
  content:"\f247"
}
.ion-social-windows-outline:before {
  content:"\f246"
}
.ion-social-wordpress:before {
  content:"\f249"
}
.ion-social-wordpress-outline:before {
  content:"\f248"
}
.ion-social-yahoo:before {
  content:"\f24b"
}
.ion-social-yahoo-outline:before {
  content:"\f24a"
}
.ion-social-yen:before {
  content:"\f4f2"
}
.ion-social-yen-outline:before {
  content:"\f4f1"
}
.ion-social-youtube:before {
  content:"\f24d"
}
.ion-social-youtube-outline:before {
  content:"\f24c"
}
.ion-soup-can:before {
  content:"\f4f4"
}
.ion-soup-can-outline:before {
  content:"\f4f3"
}
.ion-speakerphone:before {
  content:"\f2b2"
}
.ion-speedometer:before {
  content:"\f2b3"
}
.ion-spoon:before {
  content:"\f2b4"
}
.ion-star:before {
  content:"\f24e"
}
.ion-stats-bars:before {
  content:"\f2b5"
}
.ion-steam:before {
  content:"\f30b"
}
.ion-stop:before {
  content:"\f24f"
}
.ion-thermometer:before {
  content:"\f2b6"
}
.ion-thumbsdown:before {
  content:"\f250"
}
.ion-thumbsup:before {
  content:"\f251"
}
.ion-toggle:before {
  content:"\f355"
}
.ion-toggle-filled:before {
  content:"\f354"
}
.ion-transgender:before {
  content:"\f4f5"
}
.ion-trash-a:before {
  content:"\f252"
}
.ion-trash-b:before {
  content:"\f253"
}
.ion-trophy:before {
  content:"\f356"
}
.ion-tshirt:before {
  content:"\f4f7"
}
.ion-tshirt-outline:before {
  content:"\f4f6"
}
.ion-umbrella:before {
  content:"\f2b7"
}
.ion-university:before {
  content:"\f357"
}
.ion-unlocked:before {
  content:"\f254"
}
.ion-upload:before {
  content:"\f255"
}
.ion-usb:before {
  content:"\f2b8"
}
.ion-videocamera:before {
  content:"\f256"
}
.ion-volume-high:before {
  content:"\f257"
}
.ion-volume-low:before {
  content:"\f258"
}
.ion-volume-medium:before {
  content:"\f259"
}
.ion-volume-mute:before {
  content:"\f25a"
}
.ion-wand:before {
  content:"\f358"
}
.ion-waterdrop:before {
  content:"\f25b"
}
.ion-wifi:before {
  content:"\f25c"
}
.ion-wineglass:before {
  content:"\f2b9"
}
.ion-woman:before {
  content:"\f25d"
}
.ion-wrench:before {
  content:"\f2ba"
}
.ion-xbox:before {
  content:"\f30c"
}
.custom-header {
  background-color:#fff;
}

.custom-header-top .header__container {
  border-bottom: 1px solid #d2d2d2;
  background-color: rgba(75, 168, 42, 0.8);
  max-width:none;
  padding:0 48px;
  width:100%;
}

.custom-header-top a,
.top-links .hs-menu-wrapper>ul li .menu-icon,
.custom-header-social a,
.custom-header-social a:hover {
  color: #fff;
}

.custom-header-top a:hover {
  color: #44a81d;
}

.top-links {
  position: relative;
  float: left;
  z-index: 2;
  height: 100%;
  line-height: 0;
}

.top-links:before, .header-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: 0;
}

.top-links .hs_cos_wrapper_type_menu, .top-links .hs-menu-wrapper, .top-links .hs-menu-wrapper>ul {
  vertical-align: middle;
  display: inline-block;
}

.top-links .hs-menu-wrapper>ul {
  line-height: 37px;
}

.top-links .hs-menu-wrapper>ul li {
  margin: 0;
  vertical-align: top;
  border-right: 1px solid #d2d2d2;
  padding: 0 28px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}

.top-links .hs-menu-wrapper>ul li .menu-icon {
  display: inline-block;
  margin: 0 3px 0 0;
  font-size: 12px;
}

.top-links .hs-menu-wrapper>ul li:first-child {
  padding-left: 0;
}

.top-links .hs-menu-wrapper>ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.header-link {
  position: relative;
  float: right;
  z-index: 2;
  height: 100%;
  text-align: right;
  vertical-align: top;
  padding: 0 0 0 28px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-link p {
  margin: 0;
}

.header-link .widget-type-rich_text, .header-link .hs_cos_wrapper_type_rich_text {
  vertical-align: middle;
  display: inline-block;
  line-height: 38px;
}

.custom-header-bottom {
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 110;
  display: inline-block;
  background-color: inherit;
  height: 120px;
  top: -1px;
}

.custom-logo {
  position: relative;
  float: left;
  z-index: 2;
  height: 100%;
}

.custom-logo:before , .header-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: 0;
}

.custom-logo .widget-type-logo, .custom-logo .hs_cos_wrapper_type_logo {
  vertical-align: middle;
  display: inline-block;
}

.custom-logo a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 120px;
}

.custom-logo img {
  height: 100%;
  display: block;
  width: 221px !important;
}

.header-right {
  float: right;
  z-index: 2;
  height: 100%;
  text-align: right;
}

.header-right-inner {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.custom-menu-primary,
.custom-menu-primary .hs_cos_wrapper_type_menu,
.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper>ul {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}


.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  line-height: 23px;
  height: 100%;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
  -moz-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
  transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
  font-size: 16px;
  font-weight: 500;
}

/* .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: #44a81d;
 }
*/

.custom-menu-primary .hs-menu-wrapper>ul>li>a .item_outer {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a .item_inner {
  display: inline-block;
  padding: 0 18px;
  border-width: 0;
  position: relative;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
  -moz-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
  transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a .item_inner:after {
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid currentColor;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  bottom: -5px;
  left: 45%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover .item_inner:after {
  border-top: 0.4em solid #4bcd18;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a .plus {
  width: 4px;
  height: 4px;
  display: none;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -2px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  left: 0;
  top: 100%;
  position: absolute;
  display: block;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
  border-top: 4px solid #44a81d;
  border-bottom: 4px solid #44a81d;
  background-color: #fff;
  max-height: 0;
  opacity:.39;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  max-height: 500px;
  visibility: visible;
  opacity:1;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul {
  opacity:1;
}

.search-opener {
  color: #000;
  vertical-align: middle;
  font-size: 26px;
  display: inline-block;
  position: relative;
  margin: 0 0 0 16px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.search-opener:hover {
  color:#000;
}

.custom-sticky-header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
  background-color:inherit;
  z-index:999;
}

.scroll-header .custom-sticky-header {
  transform: translateY(0);
}

.custom-sticky-header .header__container {
  height: 100%;
  background-color: inherit;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.11);
  box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
}

.custom-sticky-header .custom-logo a {
  max-height:54px;
}

.custom-sticky-header .custom-logo img {
  width:137.17px !important;
}

.custom-sticky-header .custom-menu-primary .hs-menu-wrapper>ul li a {
  font-size:14px;
  line-height:23px;
}


.custom-menu-primary .hs-menu-wrapper>ul ul li {
  margin: 0;
  display: block;
  position: relative;
  float: none;
  height: auto;
  background: 0;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  text-align:left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li {
  width: 252px;
  width: max-content;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu:nth-of-type(3)>ul>li {
  width:330px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li>a {
  display: block;
  color: #797979;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 30px;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  float: none;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li>a .item_outer {
  padding: 0 30px 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: padding .25s ease-out;
  -moz-transition: padding .25s ease-out;
  transition: padding .25s ease-out;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li>a .item_outer:before {
  position: absolute;
  top: -3px;
  left: -60px;
  content: "|";
  width: 15px;
  height: 100%;
  font-size: 40px;
  display: block;
  font-family: Catamaran,serif;
  line-height: inherit;
  color: #4bcd18;
  -webkit-transition: left .25s ease-out;
  -moz-transition: left .25s ease-out;
  transition: left .25s ease-out;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a {
  color:#000;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a .item_outer {
  padding: 0 10px 0 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a:hover {
  color: #4bcd18;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a .item_outer:before {
  left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu {
  position:static;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul {
  width:100%;
  left:0;
  text-align:center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner {
  width: 100%;
  max-width:1300px;
  position: relative;
  padding: 36px 0 14px;
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li {
  width: 25%;
  float:left;
  vertical-align: top;
  counter-reset: section;
  border-left: 1px solid #f4f4f4;
  min-height:400px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li:nth-of-type(4n+1) {
  border-left-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>li:before {
  line-height: 22px;
  padding: 0px 0px;
  font-weight: 700;
  color: #000;
  position: absolute;
  left: -14px;
  top: -6px;
  border-radius: 50%;
  border: 1px solid #44a81d;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li>a {
  font-size: 17px;
  font-weight: 800;
  color:#000;
  line-height: 22px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li>a:before {
  content: "";
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li>a .item_outer {
  padding: 0;
  overflow: inherit;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li>a .item_outer:before {
  display:none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li ul {
  display: block;
  padding: 15px 0 0;
  position: relative;
  visibility: visible;
}


@-webkit-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible
  }

  100% {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible
  }

  100% {
    opacity: 0;
    visibility: hidden
  }
}

@-webkit-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden
  }

  100% {
    opacity: 1;
    visibility: visible
  }
}

@keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden
  }

  100% {
    opacity: 1;
    visibility: visible
  }
}


.header-search.hs-search-field.hs-search-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 112;
  box-sizing: border-box;
  -webkit-animation: search_fade_out .25s linear both;
  -moz-animation: search_fade_out .25s linear both;
  animation: search_fade_out .25s linear both;
}

.search-open .header-search.hs-search-field {
  -webkit-animation: search_fade_in .25s linear both;
  -moz-animation: search_fade_in .25s linear both;
  animation: search_fade_in .25s linear both;
}

.header-search.hs-search-field .search-close-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header-search.hs-search-field .search-close-holder {
  float: right;
  margin-right: 45px;
}

.header-search.hs-search-field.search-holder .search-close-container a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease,color .2s ease;
  transition: opacity .2s ease,color .2s ease;
  position: absolute;
  right: 52px;
  top: 85px;
  color: #fff;
  font-size: 26px;
}

.search-open .header-search.hs-search-field.search-holder .search-close {
  opacity: 1;
  visibility: visible;
}

.header-search.hs-search-field .search-table {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
}

.header-search.hs-search-field .search-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

.header-search.hs-search-field.search-holder .form-holder {
  width: 48%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(15%) translateZ(0);
  -moz-transform: translateY(15%) translateZ(0);
  transform: translateY(15%) translateZ(0);
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
}

.search-open .header-search.hs-search-field.search-holder .form-holder {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
  -webkit-transition: opacity .6s cubic-bezier(0,0,0,1) .2s,-webkit-transform 1s cubic-bezier(0,0,0,1) .2s;
  transition: opacity .6s cubic-bezier(0,0,0,1) .2s,transform 1s cubic-bezier(0,0,0,1) .2s;
}

.header-search.hs-search-field.search-holder .field-holder {
  display: block;
  vertical-align: bottom;
  position: relative;
  margin-top: 4px;
}

.header-search.hs-search-field.search-holder .field-holder .search-field {
  font-family: Catamaran,serif;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: 0 0;
  outline: 0;
  height: 61px;
  font-size: 28px;
  color: #fff;
  line-height: 1em;
  position: relative;
  padding: 0 0 15px;
}

.header-search.hs-search-field.search-holder .field-holder .qodef-line {
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #a5a5a5;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  transition: width .3s ease;
}

.header-search.hs-search-field.search-holder .field-holder .search-field:focus+.qodef-line {
  width:100%;
}

.header-search.hs-search-field.search-holder .search-submit {
  border: none;
  background: 0 0;
  outline: 0;
  width: auto;
  cursor: pointer;
  font-family: Ionicons;
  font-size: 26px;
  line-height: 1em;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  transition: color .2s ease;
  position: absolute;
  top: 10px;
  right: 0;
}

.header-search.hs-search-field.search-holder .search-submit:hover,
.header-search.hs-search-field.search-holder .search-close-container a:hover {
  color: #44a81d;      
}

@media (min-width: 1081px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color:#000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li>a {
    margin: 0px 20px;
  }

  .custom-header .header__container {
    max-width: 100%;
    padding: 0 48px;
    height: 100%;
  }

  .mobile-menu {
    display:none !important;
  }

}

@media (max-width:2199px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner {
    max-width: 90%;
    counter-reset:li;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li {
    width:20%;
    border: none; 

  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li:before {
    line-height: 22px;
    padding: 0px 0px;
    font-weight: 700;
    color: #000;
    position: absolute;
    left: -14px;
    top: -6px;
    border-radius: 50%;
    border: 1px solid #44a81d;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;    
    counter-increment: li;
    content: counter(li);
    box-sizing:content-box;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>.inner>li>a {
    border-bottom: 1px solid #44a81d;
  }
}

@media (max-width:1500px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size:15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a .item_inner {
    padding:0 10px;
  }
}

@media (max-width:1300px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size:13px;
  }
}

@media (max-width:1200px) {
  .custom-header-top .header__container {
    padding: 0 5px;
  }

  .top-links .hs-menu-wrapper>ul li,
  .header-link {
    font-size:10px
  }
}

@media (max-width:1080px) {

  .custom-header-height {
    height:139px;
  }
  
  .custom-header-search {
    display:none;
  }

  .mobile-trigger {
    float: left;
    position: relative;
    z-index: 2;
    height: 100%;
    display:block;
  }

  .mobile-trigger a {
    display: table;
    height: 100%;
    padding-right: 10px;
    color: #000;
  }

  .mobile-open .mobile-trigger a {
    color: #44a81d;
  }

  .mobile-trigger .qodef-mobile-opener-icon-holder {
    display: table-cell;
    vertical-align: middle;
  }

  .custom-menu-primary,
  .header-right,
  .custom-sticky-header {
    display:none;
  }

  .custom-header-bottom {
    height:100px;
    -webkit-transition: all .4s ease-in-out,left .2s ease,right .2s ease;
    -moz-transition: all .4s ease-in-out,left .2s ease,right .2s ease;
    -o-transition: all .4s ease-in-out,left .2s ease,right .2s ease;
    transition: all .4s ease-in-out,left .2s ease,right .2s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    top:-100%;
  }

  .custom-header-height {
    height:139px;
  }

  .scroll-header .custom-header-top {
    display:none;
  }

  .scroll-header .custom-header-bottom {
    width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    top: -100%;
    left: 0;
    position: fixed;
    z-index:10001;
  }

  .scroll-header.animate .custom-header-bottom,
  .scroll-header.mobile-open .custom-header-bottom {
    -webkit-transition:all .4s ease-in-out,left .2s ease,right .2s ease;
    -moz-transition: all .4s ease-in-out,left .2s ease,right .2s ease;
    -o-transition: all .4s ease-in-out,left .2s ease,right .2s ease;
    transition: all .4s ease-in-out,left .2s ease,right .2s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    top:0;
  }

  .custom-header-bottom .header__container {
    height:100%;
  }

  .custom-logo {
    width:calc(100% - 25.44px);
    text-align: center;
    padding-right: 25.44px;
  }

  .lp .custom-logo {
    width: 100%;
    padding: 0;
  }

  .custom-logo img {
    width: 203.2px !important;
  }    

  .mobile-menu {
    background-color: #fff;
    display: none;
    width: 100%;
  }

  .mobile-open .mobile-menu {
    max-height: calc(100vh - 110px);
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .mobile-menu .hs_cos_wrapper_type_menu {
    display:block;
    width:100%;
    height: 100%;
  }

  .mobile-menu .hs-menu-wrapper ul li {
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper ul li a {
    border-bottom: 1px solid #eaeaea;
    display: block;
    font-size: 15px;
    color: #000;
    padding: 9px 0;
    position: relative;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: 600;
  }

  .mobile-menu .hs-menu-wrapper ul li.active>a,
  .mobile-menu .hs-menu-wrapper ul li.active-branch>a {
    color: #44a81d;
  }

  .mobile-menu .hs-menu-wrapper ul li a:hover {
    color: #44a81d;
  }

  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    width: 50px;
    text-align: right;
    cursor:pointer;
  }

  .child-trigger .qodef-sub-arrow {
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
  }

  .child-open>.child-trigger .qodef-sub-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mobile-menu .hs-menu-wrapper ul ul {
    margin-left: 20px;
    padding: 0 0 0 15px;
    display:none;
  }

  .mobile-menu .hs-menu-wrapper ul ul li a {
    color: #797979;
  }

  .mobile-menu .hs-menu-wrapper ul ul li a:hover {
    color: #000;
  }

  .mobile-menu .hs-menu-wrapper ul ul li.active>a,
  .mobile-menu .hs-menu-wrapper ul ul li.active-branch>a {
    color: #000;
  }

}

@media (max-width:1024px) {
  .top-links .hs-menu-wrapper>ul li {
    padding:0 15px;
  }
}

@media (max-width:768px) {
  .top-links .hs-menu-wrapper>ul>li:last-child {
    display:none;
  }

  .top-links .hs-menu-wrapper>ul li:first-child {
    padding:0;
    border-right:0;
  }

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

@media (max-width:700px) {
  .top-links .hs-menu-wrapper>ul li {
    padding:0 8px;
  }
}

@media (max-width:599px) {
  .top-links {
    display:none;
  }
}

@media (max-width:480px) {
  .custom-logo {
    padding-right: 22.86px;
    width: calc(100% - 22.86px);
  }
}

@media (max-width:320px) {
  .mobile-menu .hs_cos_wrapper_type_menu {
    width:95%;
  }
}
.custom-footer {
  display: block;
  background-color: #272727;
  position: relative;
  color:#fff;
}

.custom-footer h1,
.custom-footer h2,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer a,
.custom-footer a:hover {
  color:#fff;
}

.custom-footer-top {
  position: relative;
  background-size: cover;
  background-image: url(//8790813.fs1.hubspotusercontent-na1.net/hubfs/8790813/raw_assets/public/Business_It_November2022/images/footer.png);
  padding:0 22px;
}

.custom-footer-top .footer__container {
  z-index: 100;
  position: relative;
  padding: 120px 0 78px;
}

.custom-footer-bottom {
  display: table;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #424242;
  padding: 11.4px 0 13.4px;
}

.custom-footer-bottom .footer-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.custom-footer-bottom .footer__container {
  text-align: center;
  vertical-align: middle;
}

.custom-footer-copyright {
  font-size: 13px;
  line-height:24px;
}

.custom-footer-social a {
  color:#fff;
}

.custom-footer-social a:hover {
  color:rgb(254 234 14 / 1);
}

.custom-footer-social .social-icons-wrapper .social-icon a {
  font-size: 15px;
}

.custom-footer-social .social-icons-wrapper .social-icon.linkedin-icon a {
  font-size:14px;
}

.custom-footer-social .social-icons-wrapper .social-icon {
  margin:0 0 15px;
}

.custom-footer-social .social-icons-wrapper .social-icon:not(:last-child) {
  margin: 0 18px 15px 0;
}

.custom-footer-social .social-icons-wrapper .social-icon:not(:first-child):not(:last-child) {
  margin: 0 21px 15px 0;
}

#back-to-top {
  position: fixed;
  width: 58px;
  right: 22px;
  bottom: 100px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: opacity .15s ease-out,visibility .15s ease-out;
  -o-transition: opacity .15s ease-out,visibility .15s ease-out;
  transition: opacity .15s ease-out,visibility .15s ease-out;
}

#back-to-top.off {
  opacity: 0;
  visibility: hidden;
}

#back-to-top.on {
  opacity: 1;
  visibility: visible;
}

#back-to-top>span {
  width: 58px;
  height: 58px;
  line-height: 62px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
  background-color: #44a81d;
  -webkit-transition: background-color .15s ease-out,color .15s ease-out;
  -o-transition: background-color .15s ease-out,color .15s ease-out;
  transition: background-color .15s ease-out,color .15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#back-to-top>span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-color: #000;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}

#back-to-top .qodef-icon-stack i {
  position: relative;
}

#back-to-top:hover>span {
  color: rgb(68, 168, 29);
  background-color: rgb(255, 255, 255);
}

#back-to-top:hover>span:before {
  height: 100%;
}

@media (max-width:600px) {
  #back-to-top>span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
}

@media (max-width:320px) {
  .custom-footer-top {
    padding:0;
  }
}
.footer-personalizado{
  background-color: #F5F5F5;
  
}
.footer__container{
  display: flex;
  gap: 85px;
  padding: 70px 20px;
  max-width: 1320px !important;
}

.footer-contenido__redes h3{
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 35px;
}

.footer-redes__iconos{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  align-items: center;
}

.footer-contenido__ubicaciones{
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1fr 1fr;
  gap: 39px;
}

.footer-redes__iconos{
  display: flex;
}


.footer-ubicaciones__ubi h4{
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #4C4C4C;
}
.footer-ubicaciones__ubi{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-ubicaciones__ubi p{
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #4C4C4C;
}

.footer-ubi__elemento{
  width: auto;
}

.footer-ubi-elemento__correo{
  word-break: break-all;
  font-size: 11px !important;
}

.footer-ubicaciones__ubi .footer-ubi__elemento.direccion{
  flex: 1;
}

@media(max-width: 770px){
  .footer-contenido__ubicaciones{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 400px){
  .footer-contenido__ubicaciones{
    grid-template-columns: 1fr;
  }
}

@media(max-width: 600px){
  .footer__container{
    flex-wrap: wrap;
    padding: 70px 20px;
  }
}



/* COPYRIGHT */

.copyright-personalizado{
  background-color: #000;
  padding: 10px;
  
}
.copyright-personalizado p{
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: 1.2px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-menu-wrapper ul li {
  margin:0;
}
.dnd-section[class*="full-width-section"]>.row-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

a:hover,
a:focus {
  outline: none;
}

.ion-arrow-right-c:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10b";
}

.hs-servicespage .hs_cos_wrapper_type_header h2 {
  margin-bottom: 8px;
}

.hs-servicespage .widget-type-space {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1em;
  text-align: center;
}

.hs-servicespage .widget-type-space .hs-horizontal-spacer {
  width: 100px;
  border-bottom: 6px solid #81d742;
  display: block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.hs-servicespage .span6 {
  margin: 0;
}

.hs-servicespage .our-services-wrapper .title {
  padding-top: 88px;
}


.page-wrapper .widget-type-header h2:after,
.hs-homepage .widget-type-header h2:after {
  border-bottom: 6px solid #81d742;
  content: "";
  display: block;
  margin: 10px auto 18px;
  position: relative;
  vertical-align: middle;
  width: 100px;
}

.hs-homepage .widget-type-header h2:after {
  margin-top:18px;
}

.operations-inner-page-row-1 .dnd-section {
  padding-top: 112px;
  padding-bottom: 100px;
}

.operations-inner-page-row-2 .dnd-section {
  padding:0 0 70px;
}

.operations-inner-page-row-2 .widget-type-header {
  padding:0 0 92px;
}

.operations-inner-page-row-3 .dnd-section {
  padding-top:110px;
  padding-bottom:80px;
}

.page-wrapper .operations-inner-page-row-3 .widget-type-header h2:after {
  margin-top:18px;
  margin-bottom:24px;
}

.page-wrapper .operations-inner-page-row-3 .widget-type-header {
  padding-bottom:42px;
}

.page-wrapper .widget-type-form,
.page-wrapper .widget-type-form form,
.page-wrapper .widget-type-form form fieldset {
  width:100%;
  max-width:100% !important;
}

.operations-inner-page .our-services-wrapper .title {
  padding:88px 0 0;
}

.operations-inner-page .our-services-wrapper .title-wrap {
  margin:0 0 8px;
}

.operations-inner-page-row-5 .dnd-section {
  padding:88px 15px 0;
}

.page-wrapper .operations-inner-page-row-5 .widget-type-header {
  padding:0 0 90px;
}

.page-wrapper .operations-inner-page-row-5 .widget-type-header h2:after {
  margin-top:18px;
}

.operations-inner-page .hs-submit {
  text-align:center;
}

.operations-inner-page ul:not(.inputs-list) {
  padding:0;
}

p:last-child {
  margin-bottom: 0;
}

.banner-section .dnd-section>.row-fluid {
  position:static;
}

.new-gen-page {
  color:#000;
}

.new-gen-page .body-container-wrapper .dnd-section>.row-fluid {
  max-width:90%;
  width:100%;
}

.new-gen-page .dnd-section .row-fluid [class*="span"] {
  padding-left:1em;
  padding-right:1em;
}

.new-gen-page .dnd-section .row-fluid [class*="span"]:first-child {
  padding-left:0;  
}

.new-gen-page .dnd-section .row-fluid [class*="span"]:last-child {
  padding-right:0;  
}

.page-wrapper.new-gen-page .widget-type-header h2:after,
.page-wrapper.skills-page .widget-type-header h2:after {
  width: 200px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  background-color: #44a81d;
  color: #44a81d;
  margin: 9px auto 9px;
}

.new-gen-page-row-1 .widget-type-header {
  padding-bottom:34px;
}

.new-gen-page-row-1 .dnd-section {
  padding: 84px 0 132px;
}

.new-gen-page-row-1 .widget-type-rich_text {
  color: #000;
}

.new-gen-page-row-1 .widget-type-rich_text p {
  font-size: 20px;
  line-height:24px;
}

.new-gen-page-row-1 .widget-type-rich_text p:first-child {
  margin-top:0;
}


.new-gen-page-row-2 .dnd-section {
  padding: 0;
}

.new-gen-page-row-2 .widget-type-header {
  padding: 0 0 133px;
}

.new-gen-page-row-3 .dnd-section {
  padding-bottom:94px;  
}

.new-gen-page-row-3 .dnd-section>.row-fluid {
  position:static;
}

.about-page .banner-top .banner-content {
  width: 66.66666667%;
}

.about-page .banner-top .vc_empty_space {
  height:39px !important;
  font-size: 21px;
  line-height: 28px;
  font-family: Exo;
  padding-right: 10px;
}

.about-page-row-1 .dnd-section {
  padding: 130px 20px 0 !important;
}

.about-page .widget-type-header h2:after {
  margin:18px auto 22px;
}

.about-page .widget-type-rich_text {
  color:#4c4c4c;
}

.about-page .about-page-row-1 .widget-type-rich_text {
  text-align:justify;
}

.about-page-row-2 .dnd-section {
  padding: 50px 5px 0 !important;
}

.about-page h3 {
  margin:0 0 25px;
}

.about-page-row-3 .dnd-section {
  padding: 100px 15px;
}

.about-page-row-3 .dnd-section h3 {
  margin:0;
}

.about-page-row-4 .dnd-section {
  padding:75px 0;
}

.about-page-row-4 .dnd-section .widget-type-linked_image,
.about-page-row-4 .dnd-section .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

.about-page-row-4 .dnd-section .widget-type-linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.about-page ol:last-child, 
.about-page ul:last-child {
  margin:0;
}

.about-page-row-5 .dnd-section {
  padding: 108px 15px 34px;
}

.about-page-row-5 .dnd-section .widget-type-header h2 {
  padding-bottom: 80px;
}

.about-page-row-5 .dnd-section h2:after {
  margin-top: 22px;
}

.about-page-row-5 .dnd-section .widget-type-header h3,
.about-page-row-6 .dnd-section .widget-type-header h3,
.about-page-row-7 .dnd-section .widget-type-header h3,
.about-page-row-8 .dnd-section .widget-type-header h3,
.about-page-row-9 .dnd-section .widget-type-header h3 {
  margin: 0 0 30px;
}

.about-page-row-6 .dnd-section,
.about-page-row-7 .dnd-section,
.about-page-row-8 .dnd-section {
  padding:0 15px 34px;
}

.about-page-row-9 .dnd-section {
  padding-bottom:115px;
}

.skills-page-row-1 .dnd-section {
  padding:70px 0 0;
}

.skills-page-row-1 .widget-type-header {
  padding-bottom: calc(29px + 1.75em);
}


.skills-page-row-2 .dnd-section {
  padding:81px 10% 18px!important;
}

.skills-page-row-2 .widget-type-header {
  padding:0 0 19px;
}

.skills-page-row-2 .widget-type-header h2 {
  margin:0;
}

.page-wrapper .skills-page-row-2 .dnd-section .row-fluid [class*="span"]:not(.span12) {
  margin:0 1em !important;
  padding:0;
}

.page-wrapper .skills-page-row-2 .dnd-section .row-fluid [class*="span"]:not(.span12):first-child {
  margin-left:0 !important;
}

.page-wrapper .skills-page-row-2 .dnd-section .row-fluid [class*="span"]:not(.span12):last-child {
  margin-right:0 !important;
}

.skills-page-row-5 .dnd-section,
.skills-page-row-6 .dnd-section {
  padding:50px 0 1.75em;
}

.skills-page-row-7 .dnd-section {
  padding:50px 0 150px;
}

.skills-page-row-5 .dnd-section .widget-type-header,
.skills-page-row-6 .dnd-section .widget-type-header {
  padding:0 0 45px;
}

.skills-page-row-7 .dnd-section .widget-type-header {
  padding:0 0 14px;
}

.skills-page .widget-type-linked_image {
  margin:0 0 1em 0;
}

.skills-page-row-8 .widget-type-header h3 {
  margin:0;
}

.skills-page-row-8 .dnd-section[class*="background-image"] {
  padding:1em;
  margin-bottom: 1.75em;
}

.skills-page-row-8 .dnd-section[class*="background-image"]>.row-fluid {
  min-height:calc(1056px - 2em);
  max-width:80%;
}

.skills-page-row-8 form .hs-form-field>label {
  color: #44A81D;
}

.skills-page-row-8 form .hs-submit .actions {
  text-align: center;
  padding: 10px 0 17px;
}

.skills-page-row-8 form .hs-submit .hs-button {
  font-size:20px;
  line-height:1;
}

.work-with-us-page-row-1 .dnd-section {
  padding: 32px 0 0;
}

.work-with-us-page .body-container-wrapper h2 {
  text-align: center;
  color: #808080;
  margin:0 0 42px;
}

.work-with-us-page-row-2 .dnd-section {
  padding:50px 0;
}

.work-with-us-page .widget-type-linked_image img {
  width:1024px;
}

.work-with-us-page-row-3 .dnd-section {
  padding: 122px 0;
}

.work-with-us-page .body-container-wrapper .widget-type-form {
  padding:0 20px;
}

.work-with-us-page .body-container-wrapper .widget-type-form .hs-input:not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #cad5e2;
  background: none;
  width:100%;
}

.work-with-us-page .body-container-wrapper .widget-type-form .hs-input:not([type=checkbox]):not([type=radio]):not([type=file]):hover {
  border-bottom: 2px solid #cad5e2;
}

.work-with-us-page .body-container-wrapper .widget-type-form .hs-input:not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-bottom: 2px solid #cad5e2;
}

.work-with-us-page .body-container-wrapper .widget-type-form .hs-input:not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-bottom: 2px solid #b9554d;
}

.work-with-us-page .body-container-wrapper .widget-type-form select.hs-input.is-placeholder {
  color: #bfbfbf;
}

.work-with-us-page .body-container-wrapper .widget-type-form select.hs-input.is-placeholder:focus {
  color: #33475b;
}

.work-with-us-page .body-container-wrapper .widget-type-form .actions {
  padding:10px 0 18px;
  text-align:center;
}

.work-with-us-page .body-container-wrapper .widget-type-form .hs-button {
  background: #94BA1D;
  border-color: #94BA1D;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-family: arial, helvetica, sans-serif;
  border-radius: 3px;
}

.work-with-us-page .body-container-wrapper .hs_cos_wrapper_type_form>h3:empty {
  display:none;
}

.work-with-us-page-row-3 form legend {
  color:#020202;
}

.body-container-wrapper .work-with-us-page-row-3  h2 {
  margin-bottom:60px;
}

.contact-page-row-1 .dnd-section {
  padding: 138px 0;
}

.contact-page-row-1 .dnd-section>.row-fluid {
  max-width:80%;
}

.contact-page .hs-input:not([type=checkbox]):not([type=file]):not([type=radio]) {
  border-radius:3px;
}

.contact-page .hs-form-field>label {
  font-size:14px;
}

.contact-page .hs-button,
.contact-page .hs-button:hover,
.contact-page .hs-button:active,
.contact-page .hs-button:focus {
  background: #94BA1D;
  border-color: #94BA1D;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  border-radius:3px;
}

.skills-page-row-8 form {
  -webkit-font-smoothing: auto;
}

.skills-page-row-5 img.hs-image-widget,
.skills-page-row-6 img.hs-image-widget {
  width: 225px;
}

.skills-page-row-7 img.hs-image-widget {
  width:300px;
}

@media (min-width: 768px) {

  .hs-servicespage .span6 {
    width: 50%;
  }

  .contact-page-row-1 .dnd-section .row-fluid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .skills-page-row-5 .dnd-section .row-fluid [class*="span"]:not(.span12),
  .skills-page-row-6 .dnd-section .row-fluid [class*="span"]:not(.span12),
  .skills-page-row-7 .dnd-section .row-fluid [class*="span"]:not(.span12),
  .skills-page-row-8 .dnd-section .row-fluid [class*="span"]:not(.span12),
  .contact-page-row-1 .dnd-section .row-fluid [class*="span"]:not(.span12) {
    margin:0 1em !important;
    padding: 0;
  }

  .skills-page-row-5 .dnd-section .row-fluid [class*="span"]:not(.span12):first-child,
  .skills-page-row-6 .dnd-section .row-fluid [class*="span"]:not(.span12):first-child,
  .skills-page-row-7 .dnd-section .row-fluid [class*="span"]:not(.span12):first-child,
  .skills-page-row-8 .dnd-section .row-fluid [class*="span"]:not(.span12):first-child,
  .contact-page-row-1 .dnd-section .row-fluid [class*="span"]:not(.span12):first-child {
    margin-left:0 !important;
  }

  .skills-page-row-5 .dnd-section .row-fluid [class*="span"]:not(.span12):last-child,
  .skills-page-row-6 .dnd-section .row-fluid [class*="span"]:not(.span12):last-child,
  .skills-page-row-7 .dnd-section .row-fluid [class*="span"]:not(.span12):last-child,
  .skills-page-row-8 .dnd-section .row-fluid [class*="span"]:not(.span12):last-child,
  .contact-page-row-1 .dnd-section .row-fluid [class*="span"]:not(.span12):last-child {
    margin-right:0 !important;
  }

}

@media (min-width: 1400px) {

  .hs-servicespage .span6 {
    margin: 0;
  }
}

@media (max-width:767px) {
  .about-page .banner-top {
    text-align:center;
  }

  .about-page .banner-top .banner-content {
    width:100%;
    text-align:center;
  }

  .hs-embed-content-wrapper {
    margin:0 0 25px;
  }
}

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

  .hs-servicespage .hs_cos_wrapper_type_header h2 {
    font-size: 34px;
    line-height: 37px;
  }
}
/* Missing Template at Path: \'Business_It_November2022\/css\/templates\/_website.css\' */
.formulario-make-change .hs-form-private input[type="text"], .hs-form-private textarea, .hs-form-private input[type="email"]{
    padding: 12px 16px;
    border-radius: 8px;
    background-color: transparent;
  }
  .formulario-make-change .hs-form-private label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
	}
  .formulario-make-change .legal-consent-container .hs-richtext p{
    font-size: 10px;
      line-height: 15px;
  }
  .formulario-make-change .legal-consent-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
	}
  
  .formulario-make-change .hs-form-private input[type="submit"] {
    width: 100%;
    border-radius: 8px;
    background-color: #7EE82A;
    border: none;
    padding: 16px 32px;
	}
  
  
  @media (max-width: 480px){
    
    
  }

/*****************************************/
/* Start your style declarations here    */
/*****************************************/