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

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-left: 40px;
  padding-right: 40px;
}


.cm-flex{
  display: flex;
}
.cm-col{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-left: .75%;
  padding-right: .75%;
}
.cm-col:first-child{
  padding-left: 0;
  padding-right: 1.5%;
}

.cm-col:last-child{
  padding-right: 0;
  padding-left: 1.5%;
}


.cm-large-2{
  width: 16.66667%;
}

.cm-large-3{
  width: 25%;
} 
.cm-large-4{
  width: 33.33333%;
} 
.cm-large-5{
  width: 41.66667%;
} 

.cm-large-6 {
  width: 50%;
}
.cm-large-7{
  width: 58.33333%;
} 
.cm-large-8{
  width: 66.66%;
} 

.cm-large-9{
  width: 75%;
}

@media(min-width:768px){
  .desk-hide{
    display:none !important;
  }
}

@media(max-width:767px){
  .cm-small-12{
    width: 100%;
  }
  .cm-flex {
    flex-wrap: wrap;
  }
  .cm-flex>* {
    width: 100%;
  }
  .cm-col {
    padding: 0 !important;
  }

  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 50px 15px;
  }


  .cm-small-2{
    width: 16.66667%;
  }

  .cm-small-3{
    width: 25%;
  } 
  .cm-small-4{
    width: 33.33333%;
  } 
  .cm-small-5{
    width: 41.66667%;
  } 

  .cm-small-6 {
    width: 50%;
  }

  .cm-small-8 {
    width: 66.66%;
  }

  .cm-small-9{
    width: 75%;
  }
  .mob-hide{
    display:none !important;
  }
}
@font-face { font-family: "flexslider-icon"; src: url("//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/flexslider-icon.woff") format("woff"); font-style: normal; font-weight: 400; }

  body {
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  height: auto !important;
}

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

/* Paragraphs */

p {
  margin: 0 0 24px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
}


/* Lists */

ul,
ol {
  margin-left: 0;
  margin-right: 0;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}


/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: top;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none !important;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.form-title{
  padding: 5px 10px;
}
.hs-form-field {
  margin-top: 10px;
}

/* Labels */

form label {
  display: block;
  font-size: 14px ;
  font-family: Raleway;
  font-weight: 400;
  text-overflow: ellipsis;
  line-height: 1.5;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  margin: 3px 0;
  padding: 0 10px;
  height: 40px;
  line-height: normal;
}


.body-container-wrapper ::-webkit-input-placeholder {
  color: #6d6d6d;
}

.body-container-wrapper :-ms-input-placeholder{
  color: #6d6d6d;
}
.body-container-wrapper ::-moz-placeholder{
  color: #6d6d6d;
}

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #6d6d6d;
}



form textarea {
  height: 80px;
  padding: 10px;
  min-height: 50px;
}



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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

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

form .hs-error-msg,
form .hs-error-msgs label{
  color: #ff0000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: 'Lexend Deca';
  font-weight: 700;
  padding: 10px;
  white-space: normal;
  line-height: normal;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  text-decoration: none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  form label {
    font-size: 16px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
@font-face {
  font-family: 'dm-social-font';
  src: 
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-social-font.woff) format("woff"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-social-font.ttf) format("truetype"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-social-font.svg) format("svg");
  font-weight: 400;
  font-style: normal
}




[class*=' dm-icon-'],[class*=' dm-social-icon-'],[class^=dm-icon-],[class^=dm-social-icon-] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[class*=' dm-social-icon-'],[class^=dm-social-icon-] {
  font-family: 'dm-social-font'!important
}

.dm-social-icon-email:before {
  content: '\e900'
}

.dm-social-icon-facebook:before {
  content: '\e901'
}

.dm-social-icon-foursquare:before {
  content: '\e902'
}

.dm-social-icon-Google-plus:before {
  content: '\e903'
}

.dm-social-icon-instagram:before {
  content: '\e904'
}

.dm-social-icon-linkedin:before {
  content: '\e905'
}

.dm-social-icon-pinterest:before {
  content: '\e906'
}

.dm-social-icon-reddit:before {
  content: '\e907'
}

.dm-social-icon-rss:before {
  content: '\e908'
}

.dm-social-icon-snapchat:before {
  content: '\e909'
}

.dm-social-icon-tripadvisor:before {
  content: '\e90a'
}

.dm-social-icon-twitter:before {
  content: '\e90b'
}

.dm-social-icon-vimeo:before {
  content: '\e90c'
}

.dm-social-icon-yelp:before {
  content: '\e90d'
}

.dm-social-icon-google-my-business:before,.dm-social-icon-waze:before,.dm-social-icon-whatsapp:before,.dm-social-icon-youtube:before {
  content: '\e90e'
}

@font-face { 
  font-family: "dm-font";
  src:url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-font.woff) format("woff"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-font.ttf) format("truetype"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-font.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

[class*=' dm-icon-'],[class^=dm-icon-] {
  font-family: 'dm-font'
}

.dm-icon-about:before {
  content: '\e900'
}

.dm-icon-action:before {
  content: '\e901'
}

.dm-icon-adjust:before {
  content: '\e902'
}

.dm-icon-Agendize:before {
  content: '\e903'
}

.dm-icon-airplane:before {
  content: '\e904'
}

.dm-icon-align_center:before {
  content: '\e905'
}

.dm-icon-align_left:before {
  content: '\e906'
}

.dm-icon-align_right:before {
  content: '\e907'
}

.dm-icon-align-bottem:before {
  content: '\e908'
}

.dm-icon-align-center-2:before {
  content: '\e909'
}

.dm-icon-align-center:before {
  content: '\e90a'
}

.dm-icon-align-justify:before {
  content: '\e90b'
}

.dm-icon-align-left:before {
  content: '\e90c'
}

.dm-icon-align-right:before {
  content: '\e90d'
}

.dm-icon-align-top:before {
  content: '\e90e'
}

.dm-icon-america:before {
  content: '\e90f'
}

.dm-icon-americanfootball:before {
  content: '\e910'
}

.dm-icon-anchor:before {
  content: '\e911'
}

.dm-icon-android:before {
  content: '\e912'
}

.dm-icon-apple:before {
  content: '\e913'
}

.dm-icon-archive:before {
  content: '\e914'
}

.dm-icon-arrow_dashboard:before {
  content: '\e915'
}

.dm-icon-arrow_dropdown:before {
  content: '\e916'
}

.dm-icon-arrow_right:before {
  content: '\e917'
}

.dm-icon-arrow_store:before {
  content: '\e918'
}

.dm-icon-arrow_up:before {
  content: '\e919'
}

.dm-icon-arrow-down:before {
  content: '\e91a'
}

.dm-icon-arrow-left:before {
  content: '\e91b'
}

.dm-icon-arrow-right:before {
  content: '\e91c'
}

.dm-icon-arrow-up:before {
  content: '\e91d'
}

.dm-icon-arrow:before {
  content: '\e91e'
}

.dm-icon-arrrow_store:before {
  content: '\e91f'
}

.dm-icon-asterisk:before {
  content: '\e920'
}

.dm-icon-attachment:before {
  content: '\e921'
}

.dm-icon-awareness-ribbon:before {
  content: '\e922'
}

.dm-icon-B-bold:before {
  content: '\e923'
}

.dm-icon-background2:before {
  content: '\e924'
}

.dm-icon-backward:before {
  content: '\e925'
}

.dm-icon-ban-circle:before {
  content: '\e926'
}

.dm-icon-bar-chart:before {
  content: '\e927'
}

.dm-icon-barcode:before {
  content: '\e928'
}

.dm-icon-bars:before {
  content: '\e929'
}

.dm-icon-baseball:before {
  content: '\e92a'
}

.dm-icon-basketball:before {
  content: '\e92b'
}

.dm-icon-beaker:before {
  content: '\e92c'
}

.dm-icon-bed:before {
  content: '\e92d'
}

.dm-icon-beer-mug:before {
  content: '\e92e'
}

.dm-icon-bell:before {
  content: '\e92f'
}

.dm-icon-bike:before {
  content: '\e930'
}

.dm-icon-bike2:before {
  content: '\e931'
}

.dm-icon-blank:before {
  content: '\e932'
}

.dm-icon-blog_panel:before {
  content: '\e933'
}

.dm-icon-blog-main:before {
  content: '\e934'
}

.dm-icon-blogger:before {
  content: '\e935'
}

.dm-icon-boat:before {
  content: '\e936'
}

.dm-icon-bold:before {
  content: '\e937'
}

.dm-icon-book:before {
  content: '\e938'
}

.dm-icon-book2:before {
  content: '\e939'
}

.dm-icon-bookmark-empty:before {
  content: '\e93a'
}

.dm-icon-bookmark:before {
  content: '\e93b'
}

.dm-icon-bookmark2:before {
  content: '\e93c'
}

.dm-icon-bowling:before {
  content: '\e93d'
}

.dm-icon-briefcase:before {
  content: '\e93e'
}

.dm-icon-bullhorn:before {
  content: '\e93f'
}

.dm-icon-bus:before {
  content: '\e940'
}

.dm-icon-button-arrow:before {
  content: '\e941'
}

.dm-icon-buttonsStyleImgIcon:before {
  content: '\e942'
}

.dm-icon-buttonsStyleImgIcon2:before {
  content: '\e943'
}

.dm-icon-cabinet:before {
  content: '\e944'
}

.dm-icon-cake:before {
  content: '\e945'
}

.dm-icon-calendar:before {
  content: '\e946'
}

.dm-icon-call:before {
  content: '\e947'
}

.dm-icon-camera-retro:before {
  content: '\e948'
}

.dm-icon-camera:before {
  content: '\e949'
}

.dm-icon-car:before {
  content: '\e94a'
}

.dm-icon-certificate:before {
  content: '\e94b'
}

.dm-icon-chat:before {
  content: '\e94c'
}

.dm-icon-check-empty:before {
  content: '\e94d'
}

.dm-icon-check:before {
  content: '\e94e'
}

.dm-icon-check2:before {
  content: '\e94f'
}

.dm-icon-checkbox_small:before {
  content: '\e950'
}

.dm-icon-checkbox1:before {
  content: '\e951'
}

.dm-icon-checkmark:before {
  content: '\e952'
}

.dm-icon-cherry:before {
  content: '\e953'
}

.dm-icon-chevron-down:before {
  content: '\e954'
}

.dm-icon-chevron-left:before {
  content: '\e955'
}

.dm-icon-chevron-right:before {
  content: '\e956'
}

.dm-icon-chevron-up:before {
  content: '\e957'
}

.dm-icon-chrome:before {
  content: '\e958'
}

.dm-icon-circle-arrow-down:before {
  content: '\e959'
}

.dm-icon-circle-arrow-left:before {
  content: '\e95a'
}

.dm-icon-circle-arrow-right:before {
  content: '\e95b'
}

.dm-icon-circle-arrow-up:before {
  content: '\e95c'
}

.dm-icon-clear-formatting:before {
  content: '\e95d'
}

.dm-icon-cloud:before {
  content: '\e95e'
}

.dm-icon-clover:before {
  content: '\e95f'
}

.dm-icon-coffee:before {
  content: '\e960'
}

.dm-icon-cog:before {
  content: '\e961'
}

.dm-icon-cogs:before {
  content: '\e962'
}

.dm-icon-collapse:before {
  content: '\e963'
}

.dm-icon-column-1:before {
  content: '\e964'
}

.dm-icon-columns-2:before {
  content: '\e965'
}

.dm-icon-columns-3:before {
  content: '\e966'
}

.dm-icon-columns-4:before {
  content: '\e967'
}

.dm-icon-comment:before {
  content: '\e968'
}

.dm-icon-comments:before {
  content: '\e969'
}

.dm-icon-complex:before {
  content: '\e96a'
}

.dm-icon-copy:before {
  content: '\e96b'
}

.dm-icon-credit_card:before {
  content: '\e96c'
}

.dm-icon-credit:before {
  content: '\e96d'
}

.dm-icon-credit2:before {
  content: '\e96e'
}

.dm-icon-croisant2:before {
  content: '\e96f'
}

.dm-icon-crop:before {
  content: '\e970'
}

.dm-icon-crown_1:before {
  content: '\e971'
}

.dm-icon-crown_2:before {
  content: '\e972'
}

.dm-icon-cup:before {
  content: '\e973'
}

.dm-icon-cupcake:before {
  content: '\e974'
}

.dm-icon-custom_domain:before {
  content: '\e975'
}

.dm-icon-cut:before {
  content: '\e976'
}

.dm-icon-d-arrow:before {
  content: '\e977'
}

.dm-icon-delete:before {
  content: '\e978'
}

.dm-icon-design:before {
  content: '\e979'
}

.dm-icon-DesignImgIcon:before {
  content: '\e97a'
}

.dm-icon-desktop2:before {
  content: '\e97b'
}

.dm-icon-devices:before {
  content: '\e97c'
}

.dm-icon-dog:before {
  content: '\e97d'
}

.dm-icon-dollar:before {
  content: '\e97e'
}

.dm-icon-down:before {
  content: '\e97f'
}

.dm-icon-download-alt:before {
  content: '\e980'
}

.dm-icon-download:before {
  content: '\e981'
}

.dm-icon-download2:before {
  content: '\e982'
}

.dm-icon-dribbble:before {
  content: '\e983'
}

.dm-icon-drink:before {
  content: '\e984'
}

.dm-icon-drink3:before {
  content: '\e985'
}

.dm-icon-drop:before {
  content: '\e986'
}

.dm-icon-duplicate:before {
  content: '\e987'
}

.dm-icon-easter_egg:before {
  content: '\e988'
}

.dm-icon-edit:before {
  content: '\e989'
}

.dm-icon-edit2:before {
  content: '\e98a'
}

.dm-icon-eight-ball:before {
  content: '\e98b'
}

.dm-icon-eject:before {
  content: '\e98c'
}

.dm-icon-envelope:before {
  content: '\e98d'
}

.dm-icon-envelope2:before {
  content: '\e98e'
}

.dm-icon-exclamation-sign:before {
  content: '\e98f'
}

.dm-icon-expande:before {
  content: '\e990'
}

.dm-icon-external-link:before {
  content: '\e991'
}

.dm-icon-eye-close:before {
  content: '\e992'
}

.dm-icon-eye-open:before {
  content: '\e993'
}

.dm-icon-eye:before {
  content: '\e994'
}

.dm-icon-facebook-sign:before {
  content: '\e995'
}

.dm-icon-facebook:before {
  content: '\e996'
}

.dm-icon-facebook2:before {
  content: '\e997'
}

.dm-icon-facebook3:before {
  content: '\e998'
}

.dm-icon-facetime-video:before {
  content: '\e999'
}

.dm-icon-fast-backward:before {
  content: '\e99a'
}

.dm-icon-fast-forward:before {
  content: '\e99b'
}

.dm-icon-feed:before {
  content: '\e99c'
}

.dm-icon-file:before {
  content: '\e99d'
}

.dm-icon-film:before {
  content: '\e99e'
}

.dm-icon-filter:before {
  content: '\e99f'
}

.dm-icon-fire:before {
  content: '\e9a0'
}

.dm-icon-fireworks:before {
  content: '\e9a1'
}

.dm-icon-first-user:before {
  content: '\e9a2'
}

.dm-icon-fish:before {
  content: '\e9a3'
}

.dm-icon-flag:before {
  content: '\e9a4'
}

.dm-icon-flag2:before {
  content: '\e9a5'
}

.dm-icon-folder-close:before {
  content: '\e9a6'
}

.dm-icon-folder-open:before {
  content: '\e9a7'
}

.dm-icon-font-size:before {
  content: '\e9a8'
}

.dm-icon-font:before {
  content: '\e9a9'
}

.dm-icon-font2:before {
  content: '\e9aa'
}

.dm-icon-food:before {
  content: '\e9ab'
}

.dm-icon-food2:before {
  content: '\e9ac'
}

.dm-icon-football:before {
  content: '\e9ad'
}

.dm-icon-forrst:before {
  content: '\e9ae'
}

.dm-icon-forward:before {
  content: '\e9af'
}

.dm-icon-foursquare:before {
  content: '\e9b0'
}

.dm-icon-from_your_site:before {
  content: '\e9b1'
}

.dm-icon-fullscreen:before {
  content: '\e9b2'
}

.dm-icon-Gallery:before {
  content: '\e9b3'
}

.dm-icon-gamepad:before {
  content: '\e9b4'
}

.dm-icon-gas-v-pump:before {
  content: '\e9b5'
}

.dm-icon-GeneralImgIcon:before {
  content: '\e9b6'
}

.dm-icon-gift:before {
  content: '\e9b7'
}

.dm-icon-github-sign:before {
  content: '\e9b8'
}

.dm-icon-github:before {
  content: '\e9b9'
}

.dm-icon-github2:before {
  content: '\e9ba'
}

.dm-icon-glass:before {
  content: '\e9bb'
}

.dm-icon-globe:before {
  content: '\e9bc'
}

.dm-icon-globus:before {
  content: '\e9bd'
}

.dm-icon-google-drive:before {
  content: '\e9be'
}

.dm-icon-google-plus:before {
  content: '\e9bf'
}

.dm-icon-graduate:before {
  content: '\e9c0'
}

.dm-icon-group:before {
  content: '\e9c1'
}

.dm-icon-grumpy_arrow:before {
  content: '\e9c2'
}

.dm-icon-grumpy_desktop:before {
  content: '\e9c3'
}

.dm-icon-grumpy_heart:before {
  content: '\e9c4'
}

.dm-icon-grumpy_market:before {
  content: '\e9c5'
}

.dm-icon-grumpy_menu:before {
  content: '\e9c6'
}

.dm-icon-grumpy_mobile:before {
  content: '\e9c7'
}

.dm-icon-grumpy_search:before {
  content: '\e9c8'
}

.dm-icon-grumpy_star:before {
  content: '\e9c9'
}

.dm-icon-grumpy_tablet:before {
  content: '\e9ca'
}

.dm-icon-grumpy_templates:before {
  content: '\e9cb'
}

.dm-icon-halloween:before {
  content: '\e9cc'
}

.dm-icon-hand-down:before {
  content: '\e9cd'
}

.dm-icon-hand-left:before {
  content: '\e9ce'
}

.dm-icon-hand-right:before {
  content: '\e9cf'
}

.dm-icon-hand-up:before {
  content: '\e9d0'
}

.dm-icon-hdd:before {
  content: '\e9d1'
}

.dm-icon-HeadingStyleImgIcon:before {
  content: '\e9d2'
}

.dm-icon-headphones:before {
  content: '\e9d3'
}

.dm-icon-HealthEngine:before {
  content: '\e9d4'
}

.dm-icon-heart-empty:before {
  content: '\e9d5'
}

.dm-icon-heart:before {
  content: '\e9d6'
}

.dm-icon-hide-all:before {
  content: '\e9d7'
}

.dm-icon-hide-pc:before {
  content: '\e9d8'
}

.dm-icon-hide-phone:before {
  content: '\e9d9'
}

.dm-icon-hide-tablet:before {
  content: '\e9da'
}

.dm-icon-hide:before {
  content: '\e9db'
}

.dm-icon-home:before {
  content: '\e9dc'
}

.dm-icon-home2:before {
  content: '\e9dd'
}

.dm-icon-homepage:before {
  content: '\e9de'
}

.dm-icon-htc:before {
  content: '\e9df'
}

.dm-icon-html:before {
  content: '\e9e0'
}

.dm-icon-html2:before {
  content: '\e9e1'
}

.dm-icon-ice-cream:before {
  content: '\e9e2'
}

.dm-icon-Icon_font_sheet4_hide-all:before {
  content: '\e9e3'
}

.dm-icon-IconImgIcon:before {
  content: '\e9e4'
}

.dm-icon-image:before {
  content: '\e9e5'
}

.dm-icon-img_across:before {
  content: '\e9e6'
}

.dm-icon-img_down:before {
  content: '\e9e7'
}

.dm-icon-img_full_width:before {
  content: '\e9e8'
}

.dm-icon-img_full:before {
  content: '\e9e9'
}

.dm-icon-img_no_tile:before {
  content: '\e9ea'
}

.dm-icon-img_tile:before {
  content: '\e9eb'
}

.dm-icon-import-txt:before {
  content: '\e9ec'
}

.dm-icon-inbox:before {
  content: '\e9ed'
}

.dm-icon-indentleft:before {
  content: '\e9ee'
}

.dm-icon-indentright:before {
  content: '\e9ef'
}

.dm-icon-info-sign:before {
  content: '\e9f0'
}

.dm-icon-innerpages:before {
  content: '\e9f1'
}

.dm-icon-instagram:before {
  content: '\e9f2'
}

.dm-icon-italic:before {
  content: '\e9f3'
}

.dm-icon-italic2:before {
  content: '\e9f4'
}

.dm-icon-js:before {
  content: '\e9f5'
}

.dm-icon-juice:before {
  content: '\e9f6'
}

.dm-icon-justice:before {
  content: '\e9f7'
}

.dm-icon-key:before {
  content: '\e9f8'
}

.dm-icon-lab:before {
  content: '\e9f9'
}

.dm-icon-lamp:before {
  content: '\e9fa'
}

.dm-icon-layout_1:before {
  content: '\e9fb'
}

.dm-icon-layout_2:before {
  content: '\e9fc'
}

.dm-icon-layout_2left:before {
  content: '\e9fd'
}

.dm-icon-layout_2right:before {
  content: '\e9fe'
}

.dm-icon-layout_3:before {
  content: '\e9ff'
}

.dm-icon-layout_3left:before {
  content: '\ea00'
}

.dm-icon-layout_3right:before {
  content: '\ea01'
}

.dm-icon-layout_4:before {
  content: '\ea02'
}

.dm-icon-layout_html:before {
  content: '\ea03'
}

.dm-icon-layout:before {
  content: '\ea04'
}

.dm-icon-layout2:before {
  content: '\ea05'
}

.dm-icon-leaf:before {
  content: '\ea06'
}

.dm-icon-leaf2:before {
  content: '\ea07'
}

.dm-icon-left-to-right:before {
  content: '\ea08'
}

.dm-icon-left:before {
  content: '\ea09'
}

.dm-icon-left2:before {
  content: '\ea0a'
}

.dm-icon-lemon:before {
  content: '\ea0b'
}

.dm-icon-less:before {
  content: '\ea0c'
}

.dm-icon-line_hight_1:before {
  content: '\ea0d'
}

.dm-icon-line_hight_2:before {
  content: '\ea0e'
}

.dm-icon-line_hight_15:before {
  content: '\ea0f'
}

.dm-icon-line_hight_auto:before {
  content: '\ea10'
}

.dm-icon-link:before {
  content: '\ea11'
}

.dm-icon-link2:before {
  content: '\ea12'
}

.dm-icon-link3:before {
  content: '\ea13'
}

.dm-icon-linkedin-sign:before {
  content: '\ea14'
}

.dm-icon-linkedin:before {
  content: '\ea15'
}

.dm-icon-linkedin2:before {
  content: '\ea16'
}

.dm-icon-list-alt:before {
  content: '\ea17'
}

.dm-icon-list-ol:before {
  content: '\ea18'
}

.dm-icon-list-ul:before {
  content: '\ea19'
}

.dm-icon-list:before {
  content: '\ea1a'
}

.dm-icon-list2:before {
  content: '\ea1b'
}

.dm-icon-location:before {
  content: '\ea1c'
}

.dm-icon-locations:before {
  content: '\ea1d'
}

.dm-icon-lock:before {
  content: '\ea1e'
}

.dm-icon-locked:before {
  content: '\ea1f'
}

.dm-icon-logo:before {
  content: '\ea20'
}

.dm-icon-magic:before {
  content: '\ea21'
}

.dm-icon-magnet:before {
  content: '\ea22'
}

.dm-icon-mail:before {
  content: '\ea23'
}

.dm-icon-manage_site:before {
  content: '\ea24'
}

.dm-icon-map-marker:before {
  content: '\ea25'
}

.dm-icon-matrix:before {
  content: '\ea26'
}

.dm-icon-medal:before {
  content: '\ea27'
}

.dm-icon-menu:before {
  content: '\ea28'
}

.dm-icon-minus-sign:before {
  content: '\ea29'
}

.dm-icon-minus:before {
  content: '\ea2a'
}

.dm-icon-more:before {
  content: '\ea2b'
}

.dm-icon-MoreImgIcon:before {
  content: '\ea2c'
}

.dm-icon-move:before {
  content: '\ea2d'
}

.dm-icon-moveitem:before {
  content: '\ea2e'
}

.dm-icon-mug:before {
  content: '\ea2f'
}

.dm-icon-multi_language:before {
  content: '\ea30'
}

.dm-icon-multi_language:nth-child(2):before {
  content: '\ea31'
}

.dm-icon-music:before {
  content: '\ea32'
}

.dm-icon-music2:before {
  content: '\ea33'
}

.dm-icon-mustache:before {
  content: '\ea34'
}

.dm-icon-n_api:before {
  content: '\ea35'
}

.dm-icon-n_custom_branding:before {
  content: '\ea36'
}

.dm-icon-n_custom_domain:before {
  content: '\ea37'
}

.dm-icon-n_dashboard:before {
  content: '\ea38'
}

.dm-icon-n_general:before {
  content: '\ea39'
}

.dm-icon-n_manage_site:before {
  content: '\ea3a'
}

.dm-icon-n_payment:before {
  content: '\ea3b'
}

.dm-icon-n_stats:before {
  content: '\ea3c'
}

.dm-icon-navigation:before {
  content: '\ea3d'
}

.dm-icon-new-field:before {
  content: '\ea3e'
}

.dm-icon-nocheck:before {
  content: '\ea3f'
}

.dm-icon-notification:before {
  content: '\ea40'
}

.dm-icon-nudels:before {
  content: '\ea41'
}

.dm-icon-off:before {
  content: '\ea42'
}

.dm-icon-ok-circle:before {
  content: '\ea43'
}

.dm-icon-ok-sign:before {
  content: '\ea44'
}

.dm-icon-ok:before {
  content: '\ea45'
}

.dm-icon-orange:before {
  content: '\ea46'
}

.dm-icon-p_about_us:before {
  content: '\ea47'
}

.dm-icon-p_add:before {
  content: '\ea48'
}

.dm-icon-p_administrator:before {
  content: '\ea49'
}

.dm-icon-p_arrow_down:before {
  content: '\ea4a'
}

.dm-icon-p_arrow_left:before {
  content: '\ea4b'
}

.dm-icon-p_arrow_right:before {
  content: '\ea4c'
}

.dm-icon-p_arrow_up:before {
  content: '\ea4d'
}

.dm-icon-p_blog:before {
  content: '\ea4e'
}

.dm-icon-p_close:before {
  content: '\ea4f'
}

.dm-icon-p_designer:before {
  content: '\ea50'
}

.dm-icon-p_edit:before {
  content: '\ea51'
}

.dm-icon-p_grid:before {
  content: '\ea52'
}

.dm-icon-p_list:before {
  content: '\ea53'
}

.dm-icon-p_lock:before {
  content: '\ea54'
}

.dm-icon-p_manage_users:before {
  content: '\ea55'
}

.dm-icon-p_page_url:before {
  content: '\ea56'
}

.dm-icon-p_placeholder:before {
  content: '\ea57'
}

.dm-icon-p_salesman:before {
  content: '\ea58'
}

.dm-icon-p_search:before {
  content: '\ea59'
}

.dm-icon-p_store_manager:before {
  content: '\ea5a'
}

.dm-icon-p_user:before {
  content: '\ea5b'
}

.dm-icon-pacman:before {
  content: '\ea5c'
}

.dm-icon-page-list:before {
  content: '\ea5d'
}

.dm-icon-page-menu:before {
  content: '\ea5e'
}

.dm-icon-page-rows:before {
  content: '\ea5f'
}

.dm-icon-page-url:before {
  content: '\ea60'
}

.dm-icon-page-youtube2:before {
  content: '\ea61'
}

.dm-icon-page:before {
  content: '\ea62'
}

.dm-icon-page2:before {
  content: '\ea63'
}

.dm-icon-page3:before {
  content: '\ea64'
}

.dm-icon-PageBackgroundImgIcon:before {
  content: '\ea65'
}

.dm-icon-paper-clip:before {
  content: '\ea66'
}

.dm-icon-pause:before {
  content: '\ea67'
}

.dm-icon-paw:before {
  content: '\ea68'
}

.dm-icon-payment:before {
  content: '\ea69'
}

.dm-icon-pc:before {
  content: '\ea6a'
}

.dm-icon-pencil:before {
  content: '\ea6b'
}

.dm-icon-pencil2:before {
  content: '\ea6c'
}

.dm-icon-phone-sign:before {
  content: '\ea6d'
}

.dm-icon-phone:before {
  content: '\ea6e'
}

.dm-icon-phone2:before {
  content: '\ea6f'
}

.dm-icon-picassa:before {
  content: '\ea70'
}

.dm-icon-picture:before {
  content: '\ea71'
}

.dm-icon-pinterest:before {
  content: '\ea72'
}

.dm-icon-pipette-full:before {
  content: '\ea73'
}

.dm-icon-pipette:before {
  content: '\ea74'
}

.dm-icon-pirate1:before {
  content: '\ea75'
}

.dm-icon-pirate2:before {
  content: '\ea76'
}

.dm-icon-pirate3:before {
  content: '\ea77'
}

.dm-icon-pizza:before {
  content: '\ea78'
}

.dm-icon-plane:before {
  content: '\ea79'
}

.dm-icon-play-circle:before {
  content: '\ea7a'
}

.dm-icon-play:before {
  content: '\ea7b'
}

.dm-icon-plus-sign:before {
  content: '\ea7c'
}

.dm-icon-plus:before {
  content: '\ea7d'
}

.dm-icon-podiumv:before {
  content: '\ea7e'
}

.dm-icon-pop-up:before {
  content: '\ea7f'
}

.dm-icon-popup:before {
  content: '\ea80'
}

.dm-icon-position_center:before {
  content: '\ea81'
}

.dm-icon-position_side:before {
  content: '\ea82'
}

.dm-icon-position-arrow:before {
  content: '\ea83'
}

.dm-icon-position-center:before {
  content: '\ea84'
}

.dm-icon-present:before {
  content: '\ea85'
}

.dm-icon-presentation:before {
  content: '\ea86'
}

.dm-icon-print:before {
  content: '\ea87'
}

.dm-icon-pushpin:before {
  content: '\ea88'
}

.dm-icon-qrcode:before {
  content: '\ea89'
}

.dm-icon-question-sign:before {
  content: '\ea8a'
}

.dm-icon-question:before {
  content: '\ea8b'
}

.dm-icon-random:before {
  content: '\ea8c'
}

.dm-icon-reddit:before {
  content: '\ea8d'
}

.dm-icon-redo:before {
  content: '\ea8e'
}

.dm-icon-refresh:before {
  content: '\ea8f'
}

.dm-icon-refresh2:before {
  content: '\ea90'
}

.dm-icon-remove-circle:before {
  content: '\ea91'
}

.dm-icon-remove-sign:before {
  content: '\ea92'
}

.dm-icon-remove:before {
  content: '\ea93'
}

.dm-icon-rename:before {
  content: '\ea94'
}

.dm-icon-reorder:before {
  content: '\ea95'
}

.dm-icon-repeat:before {
  content: '\ea96'
}

.dm-icon-republish:before {
  content: '\ea97'
}

.dm-icon-reset:before {
  content: '\ea98'
}

.dm-icon-resize-full:before {
  content: '\ea99'
}

.dm-icon-resize-horizontal:before {
  content: '\ea9a'
}

.dm-icon-resize-small:before {
  content: '\ea9b'
}

.dm-icon-resize-vertical:before {
  content: '\ea9c'
}

.dm-icon-retweet:before {
  content: '\ea9d'
}

.dm-icon-right-to-left:before {
  content: '\ea9e'
}

.dm-icon-right:before {
  content: '\ea9f'
}

.dm-icon-right2:before {
  content: '\eaa0'
}

.dm-icon-road:before {
  content: '\eaa1'
}

.dm-icon-rotate:before {
  content: '\eaa2'
}

.dm-icon-rss:before {
  content: '\eaa3'
}

.dm-icon-rule-arrow:before {
  content: '\eaa4'
}

.dm-icon-ruls-arrow:before {
  content: '\eaa5'
}

.dm-icon-S_APPOINTMENT_BOOKING_DONE:before {
  content: '\eaa6'
}

.dm-icon-S_APPOINTMENT_BOOKING_IMPRESSION:before {
  content: '\eaa7'
}

.dm-icon-S_CLICK_TO_CALL:before {
  content: '\eaa8'
}

.dm-icon-S_CLICK_TO_EMAIL:before {
  content: '\eaa9'
}

.dm-icon-S_CLICK_TO_MAP:before {
  content: '\eaaa'
}

.dm-icon-S_CLICK_TO_SHARE:before {
  content: '\eaab'
}

.dm-icon-S_CLICK_TO_SMS:before {
  content: '\eaac'
}

.dm-icon-S_COUPON_WIDGET:before {
  content: '\eaad'
}

.dm-icon-S_FORM:before {
  content: '\eaae'
}

.dm-icon-S_OPEN_TABLE:before {
  content: '\eaaf'
}

.dm-icon-S_PAGE_VIEWS:before {
  content: '\eab0'
}

.dm-icon-S_SMS_BIZ_INFO:before {
  content: '\eab1'
}

.dm-icon-S_STORE_ORDER:before {
  content: '\eab2'
}

.dm-icon-S_UNIQUE_VISITOR_VISITS:before {
  content: '\eab3'
}

.dm-icon-S_UNIQUE_VISITORS:before {
  content: '\eab4'
}

.dm-icon-S_VISITORS:before {
  content: '\eab5'
}

.dm-icon-S_VISITS:before {
  content: '\eab6'
}

.dm-icon-sailing-boat:before {
  content: '\eab7'
}

.dm-icon-save-disc:before {
  content: '\eab8'
}

.dm-icon-save:before {
  content: '\eab9'
}

.dm-icon-saved:before {
  content: '\eaba'
}

.dm-icon-scream:before {
  content: '\eabb'
}

.dm-icon-screenshot:before {
  content: '\eabc'
}

.dm-icon-search_store:before {
  content: '\eabd'
}

.dm-icon-search:before {
  content: '\eabe'
}

.dm-icon-search2:before {
  content: '\eabf'
}

.dm-icon-sections:before {
  content: '\eac0'
}

.dm-icon-sections2:before {
  content: '\eac1'
}

.dm-icon-settings_bg:before {
  content: '\eac2'
}

.dm-icon-settings_css:before {
  content: '\eac3'
}

.dm-icon-settings_layout:before {
  content: '\eac4'
}

.dm-icon-settings_location:before {
  content: '\eac5'
}

.dm-icon-settings_shortcode:before {
  content: '\eac6'
}

.dm-icon-settings:before {
  content: '\eac7'
}

.dm-icon-settings2:before {
  content: '\eac8'
}

.dm-icon-share_store:before {
  content: '\eac9'
}

.dm-icon-share-alt:before {
  content: '\eaca'
}

.dm-icon-share:before {
  content: '\eacb'
}

.dm-icon-share2:before {
  content: '\eacc'
}

.dm-icon-shopping_store:before {
  content: '\eacd'
}

.dm-icon-shopping-cart:before {
  content: '\eace'
}

.dm-icon-sign-blank:before {
  content: '\eacf'
}

.dm-icon-signal:before {
  content: '\ead0'
}

.dm-icon-signin:before {
  content: '\ead1'
}

.dm-icon-signout:before {
  content: '\ead2'
}

.dm-icon-slider_center:before {
  content: '\ead3'
}

.dm-icon-slider_left:before {
  content: '\ead4'
}

.dm-icon-slider_right:before {
  content: '\ead5'
}

.dm-icon-smart-site:before {
  content: '\ead6'
}

.dm-icon-snapchat:before {
  content: '\ead7'
}

.dm-icon-snowflake:before {
  content: '\ead8'
}

.dm-icon-social-icon-email:before {
  content: '\ead9'
}

.dm-icon-social-icon-facebook:before {
  content: '\eada'
}

.dm-icon-social-icon-foursquare:before {
  content: '\eadb'
}

.dm-icon-social-icon-Google-plus:before {
  content: '\eadc'
}

.dm-icon-social-icon-instagram:before {
  content: '\eadd'
}

.dm-icon-social-icon-linkedin:before {
  content: '\eade'
}

.dm-icon-social-icon-pinterest:before {
  content: '\eadf'
}

.dm-icon-social-icon-reddit:before {
  content: '\eae0'
}

.dm-icon-social-icon-rss:before {
  content: '\eae1'
}

.dm-icon-social-icon-snapchat:before {
  content: '\eae2'
}

.dm-icon-social-icon-tripadvisor:before {
  content: '\eae3'
}

.dm-icon-social-icon-twitter:before {
  content: '\eae4'
}

.dm-icon-social-icon-vimeo:before {
  content: '\eae5'
}

.dm-icon-social-icon-yelp:before {
  content: '\eae6'
}

.dm-icon-social-icon-youtube:before {
  content: '\eae7'
}

.dm-icon-social:before {
  content: '\eae8'
}

.dm-icon-spellcheck:before {
  content: '\eae9'
}

.dm-icon-star-empty:before {
  content: '\eaea'
}

.dm-icon-star-half:before {
  content: '\eaeb'
}

.dm-icon-star:before {
  content: '\eaec'
}

.dm-icon-stats:before {
  content: '\eaed'
}

.dm-icon-steak:before {
  content: '\eaee'
}

.dm-icon-steams:before {
  content: '\eaef'
}

.dm-icon-step-backward:before {
  content: '\eaf0'
}

.dm-icon-step-forward:before {
  content: '\eaf1'
}

.dm-icon-stop:before {
  content: '\eaf2'
}

.dm-icon-store-categories:before {
  content: '\eaf3'
}

.dm-icon-store-main:before {
  content: '\eaf4'
}

.dm-icon-store-search:before {
  content: '\eaf5'
}

.dm-icon-store-shopping-cart:before {
  content: '\eaf6'
}

.dm-icon-strikethrough:before {
  content: '\eaf7'
}

.dm-icon-study:before {
  content: '\eaf8'
}

.dm-icon-support:before {
  content: '\eaf9'
}

.dm-icon-table:before {
  content: '\eafa'
}

.dm-icon-tablet:before {
  content: '\eafb'
}

.dm-icon-tablet2:before {
  content: '\eafc'
}

.dm-icon-tag:before {
  content: '\eafd'
}

.dm-icon-tags:before {
  content: '\eafe'
}

.dm-icon-tasks:before {
  content: '\eaff'
}

.dm-icon-tennis:before {
  content: '\eb00'
}

.dm-icon-text-height:before {
  content: '\eb01'
}

.dm-icon-text-size:before {
  content: '\eb02'
}

.dm-icon-text-width:before {
  content: '\eb03'
}

.dm-icon-TextImgIcon:before {
  content: '\eb04'
}

.dm-icon-TextStyleIcon:before {
  content: '\eb05'
}

.dm-icon-texture:before {
  content: '\eb06'
}

.dm-icon-th-large:before {
  content: '\eb07'
}

.dm-icon-th-list:before {
  content: '\eb08'
}

.dm-icon-th:before {
  content: '\eb09'
}

.dm-icon-theme:before {
  content: '\eb0a'
}

.dm-icon-thumbs-down:before {
  content: '\eb0b'
}

.dm-icon-thumbs-up:before {
  content: '\eb0c'
}

.dm-icon-time:before {
  content: '\eb0d'
}

.dm-icon-tint:before {
  content: '\eb0e'
}

.dm-icon-trash:before {
  content: '\eb0f'
}

.dm-icon-trash2:before {
  content: '\eb10'
}

.dm-icon-tree:before {
  content: '\eb11'
}

.dm-icon-tripadvisor:before {
  content: '\eb12'
}

.dm-icon-trophy:before {
  content: '\eb13'
}

.dm-icon-truck:before {
  content: '\eb14'
}

.dm-icon-truck2:before {
  content: '\eb15'
}

.dm-icon-True_local:before {
  content: '\eb16'
}

.dm-icon-twitter-sign:before {
  content: '\eb17'
}

.dm-icon-twitter:before {
  content: '\eb18'
}

.dm-icon-twitter2:before {
  content: '\eb19'
}

.dm-icon-txt-ltr:before {
  content: '\eb1a'
}

.dm-icon-txt-rtl:before {
  content: '\eb1b'
}

.dm-icon-underline:before {
  content: '\eb1c'
}

.dm-icon-underline2:before {
  content: '\eb1d'
}

.dm-icon-undo:before {
  content: '\eb1e'
}

.dm-icon-unlock:before {
  content: '\eb1f'
}

.dm-icon-unlocked:before {
  content: '\eb20'
}

.dm-icon-up:before {
  content: '\eb21'
}

.dm-icon-upload-alt:before {
  content: '\eb22'
}

.dm-icon-upload-file:before {
  content: '\eb23'
}

.dm-icon-upload:before {
  content: '\eb24'
}

.dm-icon-upload2:before {
  content: '\eb25'
}

.dm-icon-User:before {
  content: '\eb26'
}

.dm-icon-user2:before {
  content: '\eb27'
}

.dm-icon-vCita:before {
  content: '\eb28'
}

.dm-icon-view-l:before {
  content: '\eb29'
}

.dm-icon-view-m:before {
  content: '\eb2a'
}

.dm-icon-view-s:before {
  content: '\eb2b'
}

.dm-icon-vimeo:before {
  content: '\eb2c'
}

.dm-icon-volume-down:before {
  content: '\eb2d'
}

.dm-icon-volume-off:before {
  content: '\eb2e'
}

.dm-icon-volume-up:before {
  content: '\eb2f'
}

.dm-icon-w_2_columns:before {
  content: '\eb30'
}

.dm-icon-w_api:before {
  content: '\eb31'
}

.dm-icon-w_basic:before {
  content: '\eb32'
}

.dm-icon-w_brief:before {
  content: '\eb33'
}

.dm-icon-w_briefcase_2:before {
  content: '\eb34'
}

.dm-icon-w_button:before {
  content: '\eb35'
}

.dm-icon-w_click_to_call:before {
  content: '\eb36'
}

.dm-icon-w_click_to_info:before {
  content: '\eb37'
}

.dm-icon-w_click_to_text:before {
  content: '\eb38'
}

.dm-icon-w_click_to_text2:before {
  content: '\eb39'
}

.dm-icon-w_click_to_text3:before {
  content: '\eb3a'
}

.dm-icon-w_constant_contact:before {
  content: '\eb3b'
}

.dm-icon-w_contact_us:before {
  content: '\eb3c'
}

.dm-icon-w_coupon:before {
  content: '\eb3d'
}

.dm-icon-w_disqus:before {
  content: '\eb3e'
}

.dm-icon-w_divider:before {
  content: '\eb3f'
}

.dm-icon-w_documentation:before {
  content: '\eb40'
}

.dm-icon-w_email:before {
  content: '\eb41'
}

.dm-icon-w_facebook_comments:before {
  content: '\eb42'
}

.dm-icon-w_facebook_gallery:before {
  content: '\eb43'
}

.dm-icon-w_facebook_like:before {
  content: '\eb44'
}

.dm-icon-w_google_adsense:before {
  content: '\eb45'
}

.dm-icon-w_home:before {
  content: '\eb46'
}

.dm-icon-w_hours_of_operation:before {
  content: '\eb47'
}

.dm-icon-w_html:before {
  content: '\eb48'
}

.dm-icon-w_image_placeholder:before {
  content: '\eb49'
}

.dm-icon-w_image_slider:before {
  content: '\eb4a'
}

.dm-icon-w_image:before {
  content: '\eb4b'
}

.dm-icon-w_list:before {
  content: '\eb4c'
}

.dm-icon-w_map:before {
  content: '\eb4d'
}

.dm-icon-w_menu:before {
  content: '\eb4e'
}

.dm-icon-w_multi_location:before {
  content: '\eb4f'
}

.dm-icon-w_navigation:before {
  content: '\eb50'
}

.dm-icon-w_open_table:before {
  content: '\eb51'
}

.dm-icon-w_paragraph:before {
  content: '\eb52'
}

.dm-icon-w_paypal:before {
  content: '\eb53'
}

.dm-icon-w_photo_gallery:before {
  content: '\eb54'
}

.dm-icon-w_push:before {
  content: '\eb55'
}

.dm-icon-w_recent-posts:before {
  content: '\eb56'
}

.dm-icon-w_rss_feed:before {
  content: '\eb57'
}

.dm-icon-w_share:before {
  content: '\eb58'
}

.dm-icon-w_social_icons:before {
  content: '\eb59'
}

.dm-icon-w_spacer:before {
  content: '\eb5a'
}

.dm-icon-w_tabs:before {
  content: '\eb5b'
}

.dm-icon-w_title:before {
  content: '\eb5c'
}

.dm-icon-w_twitter:before {
  content: '\eb5d'
}

.dm-icon-w_vCita:before {
  content: '\eb5e'
}

.dm-icon-w_video:before {
  content: '\eb5f'
}

.dm-icon-w_yelp:before {
  content: '\eb60'
}

.dm-icon-w_youtube_channel:before {
  content: '\eb61'
}

.dm-icon-w_youtube:before {
  content: '\eb62'
}

.dm-icon-wallet:before {
  content: '\eb63'
}

.dm-icon-warning-sign:before {
  content: '\eb64'
}

.dm-icon-webhooks:before {
  content: '\eb65'
}

.dm-icon-whats_app:before {
  content: '\eb66'
}

.dm-icon-win8:before {
  content: '\eb67'
}

.dm-icon-windowsvv:before {
  content: '\eb68'
}

.dm-icon-wordpress:before {
  content: '\eb69'
}

.dm-icon-wrench:before {
  content: '\eb6a'
}

.dm-icon-x_alignright:before {
  content: '\eb6b'
}

.dm-icon-x_close_popup:before {
  content: '\eb6c'
}

.dm-icon-x_handwritten:before {
  content: '\eb6d'
}

.dm-icon-x_x:before {
  content: '\eb6e'
}

.dm-icon-x:before {
  content: '\eb6f'
}

.dm-icon-x2:before {
  content: '\eb70'
}

.dm-icon-yelp:before {
  content: '\eb71'
}

.dm-icon-youtube:before {
  content: '\eb72'
}

.dm-icon-z_picassa:before {
  content: '\eb73'
}

.dm-icon-z_vimeo:before {
  content: '\eb74'
}

.dm-icon-z_yelp:before {
  content: '\eb75'
}

.dm-icon-zoom-in:before {
  content: '\eb76'
}

.dm-icon-zoom-out:before {
  content: '\eb77'
}

@font-face { 
  font-family: "dm-social-icons"; 
  src:url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-social-icons.ttf) format("truetype"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-social-icons.woff) format("woff"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-social-icons.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}



[class*=' dm-common-icons-'],[class*=' dm-social-icons-'],[class^=dm-common-icons-],[class^=dm-social-icons-] {
  font-family: 'dm-social-icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.dm-social-icons-waze:before {
  content: '\e902'
}

.dm-social-icons-google-my-business:before {
  content: '\e903'
}

.dm-social-icons-whatsapp:before {
  content: '\e904'
}

.dm-social-icons-google-plus:before {
  content: '\e905'
}

.dm-social-icons-rss:before {
  content: '\e900'
}

.dm-social-icons-snapchat:before {
  content: '\e901'
}

.dm-social-icons-tripadvisor:before {
  content: '\adad'
}

.dm-social-icons-picassa:before {
  content: '\e9f0'
}

.dm-social-icons-email:before {
  content: '\eace'
}

.dm-social-icons-facebook:before {
  content: '\ea90'
}

.dm-social-icons-instagram:before {
  content: '\ea92'
}

.dm-social-icons-twitter:before {
  content: '\ea96'
}

.dm-social-icons-youtube:before {
  content: '\ea9d'
}

.dm-social-icons-vimeo:before {
  content: '\eaa0'
}

.dm-social-icons-reddit:before {
  content: '\eac6'
}

.dm-social-icons-linkedin:before {
  content: '\eaca'
}

.dm-social-icons-pinterest:before {
  content: '\ead1'
}

.dm-social-icons-foursquare:before {
  content: '\ead6'
}

.dm-social-icons-yelp:before {
  content: '\ead7'
}


@font-face { font-family: "dm-common-icons"; 
  src:url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-common-icons.ttf) format("truetype"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-common-icons.woff) format("woff"),
    url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/Fonts/dm-common-icons.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

[class*=' dm-common-icons-'],[class^=dm-common-icons-] {
  font-family: 'dm-common-icons'!important
}

.dm-common-icons-align-justify:before {
  content: '\e905'
}

.dm-common-icons-close:before {
  content: '\e901'
}

.dm-common-icons-search:before {
  content: '\e904'
}

.dm-common-icons-image:before {
  content: '\e900'
}

.dm-common-icons-shopping-cart:before {
  content: '\e902'
}

.dm-common-icons-image_slider:before {
  content: '\e903'
}

[class*=' icon-'],
[class^=icon-] {
  font-family: FontAwesome!important;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class*=' icon-'], [class^=icon-] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%
}

.icon-stack [class*=' icon-'],.icon-stack [class^=icon-] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em
}

.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear
}

a .icon-spin {
  text-decoration: none
}

.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
  transform: scale(-1,1)
}

.icon-flip-vertical:before {
  transform: scale(1,-1)
}

.icon-glass:before {
  content: '\f000'
}

.icon-music:before {
  content: '\f001'
}

.icon-search:before {
  content: '\f002'
}

.icon-envelope-alt:before {
  content: '\f003'
}

.icon-heart:before {
  content: '\f004'
}

.icon-star:before {
  content: '\f005'
}

.icon-star-empty:before {
  content: '\f006'
}

.icon-user:before {
  content: '\f007'
}

.icon-film:before {
  content: '\f008'
}

.icon-th-large:before {
  content: '\f009'
}

.icon-th:before {
  content: '\f00a'
}

.icon-th-list:before {
  content: '\f00b'
}

.icon-ok:before {
  content: '\f00c'
}

.icon-remove:before {
  content: '\f00d'
}

.icon-zoom-in:before {
  content: '\f00e'
}

.icon-zoom-out:before {
  content: '\f010'
}

.icon-off:before,.icon-power-off:before {
  content: '\f011'
}

.icon-signal:before {
  content: '\f012'
}

.icon-cog:before {
  content: '\f013'
}

.icon-trash:before {
  content: '\f014'
}

.icon-home:before {
  content: '\f015'
}

.icon-file-alt:before {
  content: '\f016'
}

.icon-time:before {
  content: '\f017'
}

.icon-road:before {
  content: '\f018'
}

.icon-download-alt:before {
  content: '\f019'
}

.icon-download:before {
  content: '\f01a'
}

.icon-upload:before {
  content: '\f01b'
}

.icon-inbox:before {
  content: '\f01c'
}

.icon-play-circle:before {
  content: '\f01d'
}

.icon-repeat:before,.icon-rotate-right:before {
  content: '\f01e'
}

.icon-refresh:before {
  content: '\f021'
}

.icon-list-alt:before {
  content: '\f022'
}

.icon-lock:before {
  content: '\f023'
}

.icon-flag:before {
  content: '\f024'
}

.icon-headphones:before {
  content: '\f025'
}

.icon-volume-off:before {
  content: '\f026'
}

.icon-volume-down:before {
  content: '\f027'
}

.icon-volume-up:before {
  content: '\f028'
}

.icon-qrcode:before {
  content: '\f029'
}

.icon-barcode:before {
  content: '\f02a'
}

.icon-tag:before {
  content: '\f02b'
}

.icon-tags:before {
  content: '\f02c'
}

.icon-book:before {
  content: '\f02d'
}

.icon-bookmark:before {
  content: '\f02e'
}

.icon-print:before {
  content: '\f02f'
}

.icon-camera:before {
  content: '\f030'
}

.icon-font:before {
  content: '\f031'
}

.icon-bold:before {
  content: '\f032'
}

.icon-italic:before {
  content: '\f033'
}

.icon-text-height:before {
  content: '\f034'
}

.icon-text-width:before {
  content: '\f035'
}

.icon-align-left:before {
  content: '\f036'
}

.icon-align-center:before {
  content: '\f037'
}

.icon-align-right:before {
  content: '\f038'
}

.icon-align-justify:before {
  content: '\f039'
}

.icon-list:before {
  content: '\f03a'
}

.icon-indent-left:before {
  content: '\f03b'
}

.icon-indent-right:before {
  content: '\f03c'
}

.icon-facetime-video:before {
  content: '\f03d'
}

.icon-picture:before {
  content: '\f03e'
}

.icon-pencil:before {
  content: '\f040'
}

.icon-map-marker:before {
  content: '\f041'
}

.icon-adjust:before {
  content: '\f042'
}

.icon-tint:before {
  content: '\f043'
}

.icon-edit:before {
  content: '\f044'
}

.icon-share:before {
  content: '\f045'
}

.icon-check:before {
  content: '\f046'
}

.icon-move:before {
  content: '\f047'
}

.icon-step-backward:before {
  content: '\f048'
}

.icon-fast-backward:before {
  content: '\f049'
}

.icon-backward:before {
  content: '\f04a'
}

.icon-play:before {
  content: '\f04b'
}

.icon-pause:before {
  content: '\f04c'
}

.icon-stop:before {
  content: '\f04d'
}

.icon-forward:before {
  content: '\f04e'
}

.icon-fast-forward:before {
  content: '\f050'
}

.icon-step-forward:before {
  content: '\f051'
}

.icon-eject:before {
  content: '\f052'
}

.icon-chevron-left:before {
  content: '\f053'
}

.icon-chevron-right:before {
  content: '\f054'
}

.icon-plus-sign:before {
  content: '\f055'
}

.icon-minus-sign:before {
  content: '\f056'
}

.icon-remove-sign:before {
  content: '\f057'
}

.icon-ok-sign:before {
  content: '\f058'
}

.icon-question-sign:before {
  content: '\f059'
}

.icon-info-sign:before {
  content: '\f05a'
}

.icon-screenshot:before {
  content: '\f05b'
}

.icon-remove-circle:before {
  content: '\f05c'
}

.icon-ok-circle:before {
  content: '\f05d'
}

.icon-ban-circle:before {
  content: '\f05e'
}

.icon-arrow-left:before {
  content: '\f060'
}

.icon-arrow-right:before {
  content: '\f061'
}

.icon-arrow-up:before {
  content: '\f062'
}

.icon-arrow-down:before {
  content: '\f063'
}

.icon-mail-forward:before,.icon-share-alt:before {
  content: '\f064'
}

.icon-resize-full:before {
  content: '\f065'
}

.icon-resize-small:before {
  content: '\f066'
}

.icon-plus:before {
  content: '\f067'
}

.icon-minus:before {
  content: '\f068'
}

.icon-asterisk:before {
  content: '\f069'
}

.icon-exclamation-sign:before {
  content: '\f06a'
}

.icon-gift:before {
  content: '\f06b'
}

.icon-leaf:before {
  content: '\f06c'
}

.icon-fire:before {
  content: '\f06d'
}

.icon-eye-open:before {
  content: '\f06e'
}

.icon-eye-close:before {
  content: '\f070'
}

.icon-warning-sign:before {
  content: '\f071'
}

.icon-plane:before {
  content: '\f072'
}

.icon-calendar:before {
  content: '\f073'
}

.icon-random:before {
  content: '\f074'
}

.icon-comment:before {
  content: '\f075'
}

.icon-magnet:before {
  content: '\f076'
}

.icon-chevron-up:before {
  content: '\f077'
}

.icon-chevron-down:before {
  content: '\f078'
}

.icon-retweet:before {
  content: '\f079'
}

.icon-shopping-cart:before {
  content: '\f07a'
}

.icon-folder-close:before {
  content: '\f07b'
}

.icon-folder-open:before {
  content: '\f07c'
}

.icon-resize-vertical:before {
  content: '\f07d'
}

.icon-resize-horizontal:before {
  content: '\f07e'
}

.icon-bar-chart:before {
  content: '\f080'
}

.icon-twitter-sign:before {
  content: '\f081'
}

.icon-facebook-sign:before {
  content: '\f082'
}

.icon-camera-retro:before {
  content: '\f083'
}

.icon-key:before {
  content: '\f084'
}

.icon-cogs:before {
  content: '\f085'
}

.icon-comments:before {
  content: '\f086'
}

.icon-thumbs-up-alt:before {
  content: '\f087'
}

.icon-thumbs-down-alt:before {
  content: '\f088'
}

.icon-star-half:before {
  content: '\f089'
}

.icon-heart-empty:before {
  content: '\f08a'
}

.icon-signout:before {
  content: '\f08b'
}

.icon-linkedin-sign:before {
  content: '\f08c'
}

.icon-pushpin:before {
  content: '\f08d'
}

.icon-external-link:before {
  content: '\f08e'
}

.icon-signin:before {
  content: '\f090'
}

.icon-trophy:before {
  content: '\f091'
}

.icon-github-sign:before {
  content: '\f092'
}

.icon-upload-alt:before {
  content: '\f093'
}

.icon-lemon:before {
  content: '\f094'
}

.icon-phone:before {
  content: '\f095'
}

.icon-check-empty:before,.icon-unchecked:before {
  content: '\f096'
}

.icon-bookmark-empty:before {
  content: '\f097'
}

.icon-phone-sign:before {
  content: '\f098'
}

.icon-twitter:before {
  content: '\f099'
}

.icon-facebook:before {
  content: '\f09a'
}

.icon-github:before {
  content: '\f09b'
}

.icon-unlock:before {
  content: '\f09c'
}

.icon-credit-card:before {
  content: '\f09d'
}

.icon-rss:before {
  content: '\f09e'
}

.icon-hdd:before {
  content: '\f0a0'
}

.icon-bullhorn:before {
  content: '\f0a1'
}

.icon-bell:before {
  content: '\f0a2'
}

.icon-certificate:before {
  content: '\f0a3'
}

.icon-hand-right:before {
  content: '\f0a4'
}

.icon-hand-left:before {
  content: '\f0a5'
}

.icon-hand-up:before {
  content: '\f0a6'
}

.icon-hand-down:before {
  content: '\f0a7'
}

.icon-circle-arrow-left:before {
  content: '\f0a8'
}

.icon-circle-arrow-right:before {
  content: '\f0a9'
}

.icon-circle-arrow-up:before {
  content: '\f0aa'
}

.icon-circle-arrow-down:before {
  content: '\f0ab'
}

.icon-globe:before {
  content: '\f0ac'
}

.icon-wrench:before {
  content: '\f0ad'
}

.icon-tasks:before {
  content: '\f0ae'
}

.icon-filter:before {
  content: '\f0b0'
}

.icon-briefcase:before {
  content: '\f0b1'
}

.icon-fullscreen:before {
  content: '\f0b2'
}

.icon-group:before {
  content: '\f0c0'
}

.icon-link:before {
  content: '\f0c1'
}

.icon-cloud:before {
  content: '\f0c2'
}

.icon-beaker:before {
  content: '\f0c3'
}

.icon-cut:before {
  content: '\f0c4'
}

.icon-copy:before {
  content: '\f0c5'
}

.icon-paper-clip:before,.icon-paperclip:before {
  content: '\f0c6'
}

.icon-save:before {
  content: '\f0c7'
}

.icon-sign-blank:before {
  content: '\f0c8'
}

.icon-reorder:before {
  content: '\f0c9'
}

.icon-list-ul:before {
  content: '\f0ca'
}

.icon-list-ol:before {
  content: '\f0cb'
}

.icon-strikethrough:before {
  content: '\f0cc'
}

.icon-underline:before {
  content: '\f0cd'
}

.icon-table:before {
  content: '\f0ce'
}

.icon-magic:before {
  content: '\f0d0'
}

.icon-truck:before {
  content: '\f0d1'
}

.icon-pinterest:before {
  content: '\f0d2'
}

.icon-pinterest-sign:before {
  content: '\f0d3'
}

.icon-google-plus-sign:before {
  content: '\f0d4'
}

.icon-google-plus:before {
  content: '\f0d5'
}

.icon-money:before {
  content: '\f0d6'
}

.icon-caret-down:before {
  content: '\f0d7'
}

.icon-caret-up:before {
  content: '\f0d8'
}

.icon-caret-left:before {
  content: '\f0d9'
}

.icon-caret-right:before {
  content: '\f0da'
}

.icon-columns:before {
  content: '\f0db'
}

.icon-sort:before {
  content: '\f0dc'
}

.icon-sort-down:before {
  content: '\f0dd'
}

.icon-sort-up:before {
  content: '\f0de'
}

.icon-envelope:before {
  content: '\f0e0'
}

.icon-linkedin:before {
  content: '\f0e1'
}

.icon-rotate-left:before,.icon-undo:before {
  content: '\f0e2'
}

.icon-legal:before {
  content: '\f0e3'
}

.icon-dashboard:before {
  content: '\f0e4'
}

.icon-comment-alt:before {
  content: '\f0e5'
}

.icon-comments-alt:before {
  content: '\f0e6'
}

.icon-bolt:before {
  content: '\f0e7'
}

.icon-sitemap:before {
  content: '\f0e8'
}

.icon-umbrella:before {
  content: '\f0e9'
}

.icon-paste:before {
  content: '\f0ea'
}

.icon-lightbulb:before {
  content: '\f0eb'
}

.icon-exchange:before {
  content: '\f0ec'
}

.icon-cloud-download:before {
  content: '\f0ed'
}

.icon-cloud-upload:before {
  content: '\f0ee'
}

.icon-user-md:before {
  content: '\f0f0'
}

.icon-stethoscope:before {
  content: '\f0f1'
}

.icon-suitcase:before {
  content: '\f0f2'
}

.icon-bell-alt:before {
  content: '\f0f3'
}

.icon-coffee:before {
  content: '\f0f4'
}

.icon-food:before {
  content: '\f0f5'
}

.icon-file-text-alt:before {
  content: '\f0f6'
}

.icon-building:before {
  content: '\f0f7'
}

.icon-hospital:before {
  content: '\f0f8'
}

.icon-ambulance:before {
  content: '\f0f9'
}

.icon-medkit:before {
  content: '\f0fa'
}

.icon-fighter-jet:before {
  content: '\f0fb'
}

.icon-beer:before {
  content: '\f0fc'
}

.icon-h-sign:before {
  content: '\f0fd'
}

.icon-plus-sign-alt:before {
  content: '\f0fe'
}

.icon-double-angle-left:before {
  content: '\f100'
}

.icon-double-angle-right:before {
  content: '\f101'
}

.icon-double-angle-up:before {
  content: '\f102'
}

.icon-double-angle-down:before {
  content: '\f103'
}

.icon-angle-left:before {
  content: '\f104'
}

.icon-angle-right:before {
  content: '\f105'
}

.icon-angle-up:before {
  content: '\f106'
}

.icon-angle-down:before {
  content: '\f107'
}

.icon-desktop:before {
  content: '\f108'
}

.icon-laptop:before {
  content: '\f109'
}

.icon-tablet:before {
  content: '\f10a'
}

.icon-mobile-phone:before {
  content: '\f10b'
}

.icon-circle-blank:before {
  content: '\f10c'
}

.icon-quote-left:before {
  content: '\f10d'
}

.icon-quote-right:before {
  content: '\f10e'
}

.icon-spinner:before {
  content: '\f110'
}

.icon-circle:before {
  content: '\f111'
}

.icon-mail-reply:before,.icon-reply:before {
  content: '\f112'
}

.icon-github-alt:before {
  content: '\f113'
}

.icon-folder-close-alt:before {
  content: '\f114'
}

.icon-folder-open-alt:before {
  content: '\f115'
}

.icon-expand-alt:before {
  content: '\f116'
}

.icon-collapse-alt:before {
  content: '\f117'
}

.icon-smile:before {
  content: '\f118'
}

.icon-frown:before {
  content: '\f119'
}

.icon-meh:before {
  content: '\f11a'
}

.icon-gamepad:before {
  content: '\f11b'
}

.icon-keyboard:before {
  content: '\f11c'
}

.icon-flag-alt:before {
  content: '\f11d'
}

.icon-flag-checkered:before {
  content: '\f11e'
}

.icon-terminal:before {
  content: '\f120'
}

.icon-code:before {
  content: '\f121'
}

.icon-mail-reply-all:before,.icon-reply-all:before {
  content: '\f122'
}

.icon-star-half-empty:before,.icon-star-half-full:before {
  content: '\f123'
}

.icon-location-arrow:before {
  content: '\f124'
}

.icon-crop:before {
  content: '\f125'
}

.icon-code-fork:before {
  content: '\f126'
}

.icon-unlink:before {
  content: '\f127'
}

.icon-question:before {
  content: '\f128'
}

.icon-info:before {
  content: '\f129'
}

.icon-exclamation:before {
  content: '\f12a'
}

.icon-superscript:before {
  content: '\f12b'
}

.icon-subscript:before {
  content: '\f12c'
}

.icon-eraser:before {
  content: '\f12d'
}

.icon-puzzle-piece:before {
  content: '\f12e'
}

.icon-microphone:before {
  content: '\f130'
}

.icon-microphone-off:before {
  content: '\f131'
}

.icon-shield:before {
  content: '\f132'
}

.icon-calendar-empty:before {
  content: '\f133'
}

.icon-fire-extinguisher:before {
  content: '\f134'
}

.icon-rocket:before {
  content: '\f135'
}

.icon-maxcdn:before {
  content: '\f136'
}

.icon-chevron-sign-left:before {
  content: '\f137'
}

.icon-chevron-sign-right:before {
  content: '\f138'
}

.icon-chevron-sign-up:before {
  content: '\f139'
}

.icon-chevron-sign-down:before {
  content: '\f13a'
}

.icon-html5:before {
  content: '\f13b'
}

.icon-css3:before {
  content: '\f13c'
}

.icon-anchor:before {
  content: '\f13d'
}

.icon-unlock-alt:before {
  content: '\f13e'
}

.icon-bullseye:before {
  content: '\f140'
}

.icon-ellipsis-horizontal:before {
  content: '\f141'
}

.icon-ellipsis-vertical:before {
  content: '\f142'
}

.icon-rss-sign:before {
  content: '\f143'
}

.icon-play-sign:before {
  content: '\f144'
}

.icon-ticket:before {
  content: '\f145'
}

.icon-minus-sign-alt:before {
  content: '\f146'
}

.icon-check-minus:before {
  content: '\f147'
}

.icon-level-up:before {
  content: '\f148'
}

.icon-level-down:before {
  content: '\f149'
}

.icon-check-sign:before {
  content: '\f14a'
}

.icon-edit-sign:before {
  content: '\f14b'
}

.icon-external-link-sign:before {
  content: '\f14c'
}

.icon-share-sign:before {
  content: '\f14d'
}

.icon-compass:before {
  content: '\f14e'
}

.icon-collapse:before {
  content: '\f150'
}

.icon-collapse-top:before {
  content: '\f151'
}

.icon-expand:before {
  content: '\f152'
}

.icon-eur:before,.icon-euro:before {
  content: '\f153'
}

.icon-gbp:before {
  content: '\f154'
}

.icon-dollar:before,.icon-usd:before {
  content: '\f155'
}

.icon-inr:before,.icon-rupee:before {
  content: '\f156'
}

.icon-jpy:before,.icon-yen:before {
  content: '\f157'
}

.icon-cny:before,.icon-renminbi:before {
  content: '\f158'
}

.icon-krw:before,.icon-won:before {
  content: '\f159'
}

.icon-bitcoin:before,.icon-btc:before {
  content: '\f15a'
}

.icon-file:before {
  content: '\f15b'
}

.icon-file-text:before {
  content: '\f15c'
}

.icon-sort-by-alphabet:before {
  content: '\f15d'
}

.icon-sort-by-alphabet-alt:before {
  content: '\f15e'
}

.icon-sort-by-attributes:before {
  content: '\f160'
}

.icon-sort-by-attributes-alt:before {
  content: '\f161'
}

.icon-sort-by-order:before {
  content: '\f162'
}

.icon-sort-by-order-alt:before {
  content: '\f163'
}

.icon-thumbs-up:before {
  content: '\f164'
}

.icon-thumbs-down:before {
  content: '\f165'
}

.icon-youtube-sign:before {
  content: '\f166'
}

.icon-youtube:before {
  content: '\f167'
}

.icon-xing:before {
  content: '\f168'
}

.icon-xing-sign:before {
  content: '\f169'
}

.icon-youtube-play:before {
  content: '\f16a'
}

.icon-dropbox:before {
  content: '\f16b'
}

.icon-stackexchange:before {
  content: '\f16c'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-flickr:before {
  content: '\f16e'
}

.icon-adn:before {
  content: '\f170'
}

.icon-bitbucket:before {
  content: '\f171'
}

.icon-bitbucket-sign:before {
  content: '\f172'
}

.icon-tumblr:before {
  content: '\f173'
}

.icon-tumblr-sign:before {
  content: '\f174'
}

.icon-long-arrow-down:before {
  content: '\f175'
}

.icon-long-arrow-up:before {
  content: '\f176'
}

.icon-long-arrow-left:before {
  content: '\f177'
}

.icon-long-arrow-right:before {
  content: '\f178'
}

.icon-apple:before {
  content: '\f179'
}

.icon-windows:before {
  content: '\f17a'
}

.icon-android:before {
  content: '\f17b'
}

.icon-linux:before {
  content: '\f17c'
}

.icon-dribble:before {
  content: '\f17d'
}

.icon-skype:before {
  content: '\f17e'
}

.icon-foursquare:before {
  content: '\f180'
}

.icon-trello:before {
  content: '\f181'
}

.icon-female:before {
  content: '\f182'
}

.icon-male:before {
  content: '\f183'
}

.icon-gittip:before {
  content: '\f184'
}

.icon-sun:before {
  content: '\f185'
}

.icon-moon:before {
  content: '\f186'
}

.icon-archive:before {
  content: '\f187'
}

.icon-bug:before {
  content: '\f188'
}

.icon-vk:before {
  content: '\f189'
}

.icon-weibo:before {
  content: '\f18a'
}

.icon-renren:before {
  content: '\f18b'
}

[class*=' icon-']:before, [class^=icon-]:before {
  text-decoration: none;
  display: inline-block;
  speak: none;
  cursor: pointer;
}
header.header {
  padding: 29px 0 19px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0; 
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
}

.header_height {
  min-height: 96.88542175292969px;
}

header.header .page-center {
  max-width: 100%;
}

.header_logo>* {
  display: block;
  max-width: 198px;
  margin: 0 auto;
}

.right_btn a {
  display: flex;
  width: 182px;
  height: 47px;
  align-items: center;
  justify-content: center;
  margin: 0 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 16px;
  text-transform: uppercase;
  justify-content: space-between;
  width: 100%;
}

.custom-menu-primary {
  margin: auto;
}

.custom-menu-primary .hs-menu-wrapper {
  display: flex;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  position: relative;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  letter-spacing: .03em;
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0 8px;
  color: #656565;
  font-family: 'Lexend Deca';
  font-size: 14px;
}

.hs-menu-wrapper ul li a {
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  min-width: 100px;
  padding: 5px;
  left: 0;
  opacity: 0;
  visibility:hidden;
  position: absolute;
  transition:0.3s all ease-in;
  top: 100%;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  padding: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  letter-spacing: .03em;
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0 8px;
  color: #656565;
  font-family: 'Lexend Deca';
  font-size: 14px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>a>span:before,
.custom-menu-primary .hs-menu-wrapper>ul>li>a>span:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span:before,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span:after{
  content: '';
  width: 100%;
  height: 0;
  border: 0 solid transparent;
  display: block;
  transition: transform .2s ease-out,opacity .2s ease-out;
  opacity: 0;
  transform: scaleX(0);
  border-top-width: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a>span:before,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span:before{
  margin-bottom: 0.2em;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>a>span:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span:after{
  margin-top: 0.2em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a>span:before ,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span:before {
  border-top-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a>span:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span:after {
  border-top-color: #0277bd;
  border-top-width: 2px;
  border-top-style: solid;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover>span:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover>span:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a>span:after,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a>span:before,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover>span:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover>span:before,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a>span:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a>span:before{
  transform: scaleX(1);
  opacity: 1;
}

.notification-bar {
  text-align: center;
  background: rgb(2, 119, 189);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  padding: 16px 0;
  font-size: large;
  font-family: "Lexend Deca";
  line-height: normal;
  z-index: 555;
  transition: transform .4s ease;
}


.notification-bar .notification-dismiss {
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-family: 'Source Sans Pro';
}



@media (min-width:768px){
  body{
    margin-top: 0;
    transition: margin .4s ease; 
  }

  body.loaded {
    margin-top: 55px;
  }
  .notification-bar{
    top: 0;
    bottom: auto;
    transform: translateY(-100%);
    display: block;
  }

  body.loaded .notification-bar{
    transform: translateY(0);
  }
}

@media(max-width:1020px) and (min-width:768px){
  header.header {
    padding: 29px 10px 19px;
  }

  header.header .right_btn,
  header.header .header_logo {
    width: 20%;
  }

  header.header .custom-menu-primary {
    width: 60%;
  }

  header.header .right_btn a {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
}

@media(max-width:767px){

  header.header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-trigger-wrap {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 55px;
  }

  .mobile-trigger {
    position: fixed;
    left: 10px;
    margin-left: env(safe-area-inset-left);
    padding: 13px 9px;
    z-index: 701;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 0;
    justify-content: space-between;
    align-items: stretch;
    outline: 0;
    top: 10px;
    transition: color .3s ease-in,background-color .3s ease-in;
    border-radius: 0;
    color: #01508c;
    background-color: transparent;
    top: 27.5px;
  }

  .mobile-trigger .trigger-slice {
    display: block;
    height: 0;
    width: 100%;
    border: 1px solid currentColor;
    transition: transform .3s ease-out,opacity .4s ease-out;
    transform-origin: center;
    background-attachment: scroll;
  }

  .mobile-open .mobile-trigger .trigger-slice:first-child {
    transform: translateY(6px) rotate( 45deg );
  }

  .mobile-open .mobile-trigger .trigger-slice:last-child {
    transform: translateY(-6px) rotate( -45deg );
  }

  .mobile-open .mobile-trigger .trigger-slice:not(:first-child):not(:last-child) {
    opacity: 0;
  }

  .header_logo_mob {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .header_logo_mob>* {
    width: 170px;
    margin: 0 auto;
  }

  .right-sec-mob {
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .right-sec-mob .graphicWidget {
    width: 30px;
    position: relative;
    height: 27px;
    margin-left: auto;
  }

  .right-sec-mob .graphicWidget svg {
    color: #0277bd;
    fill: #0277bd;
    width: 100%;
    height: 100%;
  }


  .mobile-slideup-header .hamburger-drawer {
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
    height: 100%;
    min-height: 40vh;
    min-width: 40vw;
    max-height: 100%;
    width: 100%;
    transform: translate(0,-100%);
    transition: transform .3s linear;
    z-index: 700;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow-x: auto;
  }

  .layout-drawer-overlay {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0,0,0,.4);
    transition: opacity .3s ease-out;
    opacity: 0;
    pointer-events: none;
    z-index: 6;
    visibility: visible;
  }

  .mobile-open .layout-drawer-overlay {
    opacity: 1;
    pointer-events: all;
  }

  .mobile-open .mobile-slideup-header .hamburger-drawer {
    transform: translate(0);
  }

  .hdr-top-sec {
    padding: 30px 20px 0;
    text-align: center;
  }

  .mob-logo-sec {
    width: 154px;
    height: 37px;
    margin: 0 auto;
  }

  .hdr-middle-sec {
    padding: 15px 20px;
    flex: 1 1 auto;
  }

  .mobile-menu {
    padding: 12px 15px;
  }

  .mobile-menu .hs-menu-wrapper > ul {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
  }

  .mobile-menu .hs-menu-wrapper > ul > li {
    -js-display: flex;
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-weight: 400;
    flex-direction: column;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    transition: color .2s ease-out;
    letter-spacing: .03em;
    -js-display: flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #272a2f;
    font-size: 16px;
  }


  .mobile-menu .hs-menu-wrapper > ul > li > a:hover,
  .mobile-menu .hs-menu-wrapper > ul > li.active-branch > a {
    color: rgba(39,42,47,.4);
  }


  .hdr-bottom-sec {
    background-color: rgba(39,42,47,.07);
    padding: 25px 0;
  }

  .hdr-bottom-sec-Wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hdr-Social-btn a {
    margin: 16px auto 10px;
    height: 51px;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 22px;
    white-space: nowrap;
    transition: background-color .2s ease,border-color .2s ease;
    padding: 0;
    font-size: 16px;
  }

  .hdr-Social-btn a b {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
    line-height: normal;
    white-space: normal;
    padding: 10px 0;
    max-width: 98%;
    transition: color .2s ease;
    font-family: 'Lexend Deca';
    font-weight: 700;
  }

  .hdr-Social-btn a:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
    margin-right: -0.25em;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a > .icon {
    padding-left: 15px;
    transform: scale(1.3);
    display: inline-block;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    position: static;
    transform: translate(0);
    top: calc(100% - 6px - 0px);
    transition: transform .3s ease-in-out,opacity .6s ease-out,max-height .3s ease-in-out;
    transform-origin: top;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    flex: 1 1 100%;
    z-index: 100;
    -js-display: flex;
    display: flex;
    justify-content: flex-start;
    opacity: 0;
    max-height: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    -js-display: flex;
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-weight: 400;
    flex-direction: column;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 8px 12px;
    font-weight: inherit;
    letter-spacing: .03em;
    -js-display: flex;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    justify-content: center;
    color: #272a2f;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.child-open>ul {
    max-height: 200em;
    opacity: 1;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a>.icon:before {
    transition: transform .3s ease-out;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.child-open>a>.icon:before {
    transform: rotate( 180deg );
  }

  body.mobile-open {
    overflow: hidden;
  }
  .notification-bar {
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .4s ease;
  }

  body.loaded  .notification-bar {
    transform: translateY(0);
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a:focus {
    color: #272a2f;
  }
}

@media(max-width:375px){
  .notification-bar {
    font-size: 14px;
  }
}
.middle-section .cm-large-3,
.middle-section .cm-large-4 {
  padding-left: 20px;
  padding-right: 50px;
}

footer.footer .arrowUp {
  opacity: 0;
  visibility:hidden;
}

footer.footer {
  position: relative;
  z-index: 9;
}
footer.footer .arrowUp.show{
  opacity: 1;
  visibility:visible;
}

.bottom-section {
  padding: 10px 20px 10px 20px;
  background-color: #ffffff !important;
  text-align: center;
}
.iso-logo {
  text-align: center;
  display: inline-block;
}
.soc2-logo {
  text-align: center;
  display: inline-block;
  margin-right:30px;
}

.middle-btm-section .cm-large-3 {
  width: 33%;
}
.middle-btm-section {
  padding:50px 20px 30px 20px;
}

.middle-section {
  padding: 11px 40px;
  background-color: #fff;
}

.top-section {
  background-color: #fff;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.top-section .cm-large-4, .top-section .cm-medium-4 {
  width: 25%;
}





.ft-menu .hs-menu-wrapper > ul > li > a {
  margin: 61px 0 8px;
  text-align: left;
  max-width: 100%;
  padding: 2px 0;
  font-family: 'Lexend Deca';
  font-weight: 400;
  font-size: 33px;
  display: inline-block;
  width: 100%;
  cursor: text;
  color: #111;
  line-height: 1.5;
}

.ft-menu .hs-menu-wrapper > ul > li > a > b {
  line-height: normal;
  font-size: 20px;
  font-weight: inherit;
}

.ft-menu .hs-menu-wrapper > ul > li > ul {
  max-width: 221px;
}

.ft-menu .hs-menu-wrapper > ul > li > ul > li {
  font-size: 14px;
  font-family: 'Lexend Deca';
  font-weight: 400;
}

.ft-menu .hs-menu-wrapper>ul>li>ul>li:not(:last-child) {
  padding-bottom: 21px;
}

.ft-menu.cm-large-4 .hs-menu-wrapper>ul>li>ul>li{
  padding-bottom: 21px;
}

.ft-menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: #6d6d6d;
}


.ft-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: underline;
}


.footer-logo {
  width: 200px;
}

.dmform .form-title {
  display: none;
}

.dmform {
  width: calc(100% - 22px);
  max-width: 239px;
  margin: 0 0 0 22px;
}

.dmform form {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dmform form .hs_email {
  margin-top: 20px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.dmform form .hs-submit {
  margin: 20px auto;
  width: 190px;
  max-width: 100%;
}

.dmform form .hs-submit .hs-button {
  width: 100%;
  height: 47px;
  margin: 0;
  padding: 10px 10px 10px 15px;
}

.dmform form .hs-submit .actions {
  width: 100%;
}


.dmform form input[type=email] {
  background: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 1px solid;
  height: 30px;
  text-align: center;
}

.dmform form .hs_email > label {
  text-align: CENTER;
  font-weight: 700;
  font-size: 16px;
  font-family: Raleway;
  color: #0f0f0f;
}

.dmform form .hs_email > label .hs-form-required {
  display: none;
}

.dmform form .hs_error_rollup {
  padding: 0 15px;
}


.iso-logo img, .soc2-logo img {
  width: 150px;
}

.ft-menu .hs-menu-wrapper>ul>li>a {
  margin: 0px !important;
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media(min-width:768px){
  footer.footer .arrowUp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #707070;
    z-index: 99999;
    transition: all .25s;
    cursor: pointer;
    min-height: 50px;
    min-width: 50px;
    max-height: 150px;
    max-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    font-size: 3em;
    background-color: #fff;
    width: 65px;
    height: 65px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 50%;
  }

  footer.footer .arrowUp .arwImg {
    width: 25px;
    height: 76px;
  }

  .google-play-logo {
    width: 200px;
  }
  .apple-store-logo, .google-play-logo {
    width: 200px;
    margin: 0px 0px 20px auto !important;
}
  }

  footer.footer.lp .bottom-section {
    padding-top: 20px;
  }

}



@media(max-width:1200px) and (min-width:768px){
  .middle-section  .cm-medium-3 {
    width: 33%!important;
    padding-left: 1.5% !important;
    padding-right: 0 !important;
  }

  .middle-section .google-play-logo {
    max-width: none;
    margin: 0;
  }

  .middle-section .apple-store-logo {
    width: auto;
    margin: 0;
  }
}

@media(max-width:992px) and (min-width:768px){
  .middle-section .cm-large-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ft-menu .hs-menu-wrapper>ul>li>a {
    line-height: 1;
    font-size: 25px;
  }


}

@media(max-width:767px){

  .top-section .cm-large-4-logo, .top-section .cm-medium-4-logo {
    width: 100%;   
}
  .top-section .cm-large-4, .top-section .cm-medium-4 {
    width: 50%;
}
  .middle-btm-section .cm-large-3, .top-section .cm-medium-3 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;    
}
  footer.footer .arrowUp {
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    z-index: 200;
    bottom: 10px;
    right: 10px;
    border: 1px solid #fff;
    transition: opacity .4s ease;
    -moz-box-shadow: 0 0 1px rgba(247,247,247,.4);
    -webkit-box-shadow: 0 0 1px rgb(247 247 247 / 40%);
    box-shadow: 0 0 1px rgb(247 247 247 / 40%);
    background-attachment: scroll;
    position: fixed!important;
    padding: 0;
  }

  footer.footer .arrowUp:before,footer.footer .arrowUp:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    left: 8px;
    top: 6px;
    transform: rotate(45deg);
  }

  footer.footer .arrowUp .arwImg {
    display: none;
  }

  footer.footer .arrowUp:after {
    left: 16px;
    transform: rotate( -45deg );
  }
  .middle-btm-section {
    padding: 50px 15px;
  }

  .middle-section {
    padding: 30px 15px;
  }
  footer.footer .empty-column {
    min-height: 100px;
  }


  .google-play-logo img,
  .apple-store-logo img{
    width: 200px !important;
    margin: 0px 0px 20px auto !important
    
  }

  .middle-section .cm-large-3, .middle-section .cm-large-4 {
    padding-bottom: 20px!important;
  }

  .top-section {
    padding: 50px 15px;
  }

  .top-section .ft-menu.cm-col {
    padding-left: 20px!important;
  }

  .ft-menu .hs-menu-wrapper>ul>li>ul {
    max-width: 100%;
  }

  .ft-menu .hs-menu-wrapper>ul>li>ul>li {
    margin: 8px 0;
  }

  .ft-menu .hs-menu-wrapper>ul>li>a {
    padding: 2px 0;
    margin: 8px 0;
    font-size: 25px;
  }

  .ft-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-top: 0;
  }

  .ft-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-top: 0;
  }

  .dmform {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .dmform form .hs-submit {
    width: 91%;
    max-width: 91%;
    margin-left: auto;
    margin-right: auto!important;
  }

  .dmform form .hs-submit .hs-button {
    font-family: 'Lexend Deca';
    font-weight: 700;
    font-size: 1.125em;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 10px 20px 10px 25px;
  }

  .footer-logo {
    width: calc(100% - 101px);
    padding: 20px;
    max-width: 141px;
    margin: 0 auto;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; 
  font-family: Source Sans Pro;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.pswp img {
  max-width: none; }

.pswp button {
  background-color: transparent !important;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
Background is added as a separate element.
As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
stretched thumbnail or div placeholder element (see below)
style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
div element that matches size of large image
large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
Error message appears when image is not loaded
(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

Contents:

1. Buttons
2. Share modal and links
3. Index indicator ("1 of X" counter)
4. Caption
5. Loading indicator
6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

1. Buttons

*/
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }
.pswp__button:active {
  outline: none;
  opacity: 0.9; }
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/images/default-skin.png); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
Arrow buttons hit area
(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

2. Share modal/popup and links

*/
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

3. Index indicator ("1 of X" counter)

*/
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

4. Caption

*/
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

5. Loading indicator (preloader)

You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

*/
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/images/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
  The idea of animating inner circle is based on Polymer ("material") loading indicator 
  by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*

6. Additional styles

*/
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
pswp__ui--hidden class is added when controls are hidden
e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

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

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

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

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

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

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

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

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

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

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

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

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

  25%,75% {
    opacity: 0
  }
}

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

  25%,75% {
    opacity: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

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

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

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

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

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

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

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

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

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

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

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

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

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

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

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

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

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

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

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

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

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

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

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

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

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

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

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

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

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

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

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
  0% {
    opacity: 1
  }

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

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

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

  50% {
    opacity: 1
  }
}

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

  50% {
    opacity: 1
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

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

  100% {
    opacity: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h1 {
  margin: 0;
  line-height: 45px;
  color: rgb(2, 119, 189);
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text hr {
  margin: 40px 0 42px;
  border-top: 1px solid #eee;
  background: none;
  height: auto;
  min-height: 2px;
  box-sizing: content-box;
  height: 0;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text p.text-align-justify {
  text-align: justify;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h1 p {
  margin: 0;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h4 {
  margin: 0;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul li {
  list-style-type: none;
  text-indent: -1.5em;
  margin: 0 1em;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul li:before {
  min-width: 1em;
  display: inline-block;
  margin-right: .5em;
  margin-inline-start: 0; 
  margin-inline-end: .5em; 
  text-align: end;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul li:before {
  font-weight: 700;
  content: '\2022';
  font-family: Arial;
}

/* ==Custom Cols== */
.cm_cols .span3 {
  width: 25%;
}

.cm_cols .row-fluid [class*="span"] {
  margin-left: 0;
  padding-left: .75%;
  padding-right: .75%;
}

.cm_cols .span9 {
  width: 75%;
}

.cm_cols .span6 {
  width: 50%;
}

.cm_cols .row-fluid [class*="span"]:first-child {
  padding-left: 0;
  padding-right: 1.5%;
}

.cm_cols .row-fluid [class*="span"]:last-child {
  padding-right: 0;
  padding-left: 1.5%;
}

.cm_cols .row-fluid [class*="span"].span12 {
  padding: 0;
}

.hs_pricing_row3 .hs_cos_wrapper_type_rich_text ul li,
.cm_subs_plan_wrap .act_content .cm_subs_plan_col .content ul li {
  background-image: url(//21117743.fs1.hubspotusercontent-na1.net/hubfs/21117743/raw_assets/public/Valcre_Jan2022/images/check.svg);
}

.st0-1213694181 {
  display: none;
}
.st1-1213694181 {
  display: inline;
  fill: #003764;
}
.st2-1213694181 {
  display: inline;
  fill: #ffffff;
}
.st3-1213694181 {
  fill: #0477bc;
}
.st4-1213694181 {
  fill: #117abd;
}
.st5-1213694181 {
  fill: #107ec0;
}
.st0-1991393021 {
  display: none;
}
.st1-1991393021 {
  display: inline;
  fill: #003764;
}
.st2-1991393021 {
  display: inline;
  fill: #ffffff;
}
.st3-1991393021 {
  fill: #0477bc;
}
.st4-1991393021 {
  display: inline;
  fill: #0477bc;
}
.st5-1991393021 {
  fill: #117abd;
}
.st6-1991393021 {
  fill: #107ec0;
}
.st0-1213694181 {
  display: none;
}

.st1-1213694181 {
  display: inline;
  fill: #003764;
}

.st2-1213694181 {
  display: inline;
  fill: #FFFFFF;
}

.st3-1213694181 {
  fill: #0477BC;
}

.st4-1213694181 {
  fill: #117ABD;
}

.st5-1213694181 {
  fill: #107EC0;
}

.st0-1170183417 {
  display: none;
}
.st1-1170183417 {
  display: inline;
  fill: #003764;
}
.st2-1170183417 {
  display: inline;
  fill: #ffffff;
}
.st3-1170183417 {
  display: none;
  fill: #0477bc;
}
.st4-1170183417 {
  display: inline;
  fill: #0477bc;
}
.st5-1170183417 {
  fill: #0477bc;
}
.st6-1170183417 {
  fill: #117abd;
}
.st7-1170183417 {
  fill: #107ec0;
}
.st0-1447975203 {
  display: none;
}
.st1-1447975203 {
  display: inline;
  fill: #003764;
}
.st2-1447975203 {
  display: inline;
  fill: #ffffff;
}
.st3-1447975203 {
  display: none;
  fill: #0477bc;
}
.st4-1447975203 {
  display: inline;
  fill: #0477bc;
}
.st5-1447975203 {
  fill: #0477bc;
}
.st6-1447975203 {
  fill: #117abd;
}
.st7-1447975203 {
  fill: #107ec0;
}
.st0-1782126223 {
  display: none;
}
.st1-1782126223 {
  display: inline;
  fill: #003764;
}
.st2-1782126223 {
  display: inline;
  fill: #ffffff;
}
.st3-1782126223 {
  display: none;
  fill: #0477bc;
}
.st4-1782126223 {
  display: inline;
  fill: #0477bc;
}
.st5-1782126223 {
  fill: #117abd;
}
.st6-1782126223 {
  display: inline;
  fill: #117abd;
}
.st7-1782126223 {
  fill: #107ec0;
}

.hs_pricing_row5 .dnd-section {
  border: 1px solid rgba(235,235,235,1);
}

.hs_pricing_row5 .dnd-section:hover {
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 4%);
}


.hs_pricing_row4 .cm_con_w_icon_wrap .outer_item:first-child {
  padding-bottom: 26px;
}

.hs_pricing_row4 .cm_con_w_icon_wrap .outer_item {
  padding-right: 10px;
}

.hs_pricing_row4 .cm_con_w_icon_wrap .outer_item:nth-child(2) {
  padding-top: 19.5px;
  padding-bottom: 6.5px;
}

.hs_pricing_row4 .cm_con_w_icon_wrap .outer_item:nth-child(3) {
  padding-top: 19.5px;
  padding-bottom: 6.5px;
}

.hs_pricing_row4 .cm_con_w_icon_wrap .svg_icon {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hs_pricing_row4 .cm_con_w_icon_wrap .con_w_icon_content {
  margin: 8px 0;
  padding: 2px 0;
}


.hs_pricing_row3 .dnd-section,
.hs_pricing_row4 .dnd-section {
  border-top: 1px solid rgba(235,235,235,1);
}

.hs_pricing_row1 .hs_cos_wrapper_type_rich_text h3 {
  margin: 0 0 40px;
  line-height: 1.5;
}

.hs_pricing_row1 .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  margin: 0;
}



.p_appriasial .cm_subs_plan_wrap .act_content .cm_subs_plan_col .price p {
  font-size: 0;
}

.p_appriasial .cm_subs_plan_wrap .act_content .cm_subs_plan_col .price p .curr {
  font-size: 30px;
  position: relative;
  bottom: 20px;
}

.p_appriasial .cm_subs_plan_wrap .act_content .cm_subs_plan_col .price p .num {
  font-size: 59px;
  letter-spacing: -.01em;
  line-height: 1.10169491525424em;
}

.p_appriasial .cm_subs_plan_wrap .act_content .cm_subs_plan_col:first-child .price {
  margin-top: 11px;
  margin-bottom: 29px;
}

.p_appriasial .hs_pricing_row3 .cm_subs_plan_wrap .act_content.full .cm_subs_plan_col .savings,
.p_appriasial .hs_pricing_row4 .cm_subs_plan_wrap .act_content.full .cm_subs_plan_col .savings {
  width: 123px;
}

.p_appriasial .cm_subs_plan_wrap .act_content .cm_subs_plan_col h5 {
  font-weight: 700;
}

.p_appriasial .cm_subs_plan_wrap.addon .act_content .cm_subs_plan_col:first-child .price {
  margin-top: 0;
  margin-bottom: 20px;
}

.p_appriasial .hs_pricing_row3 .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p_appriasial .hs_pricing_row3 .hs_cos_wrapper_type_rich_text ul li {
  background-size: 18px;
  font-family: 'Lexend Deca';
  font-weight: 400;
  line-height: 1.5;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: calc(100% - 29px);
  max-width: 205px;
  min-width: 25px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 29.2344px;
  font-size: 14px;
  color: #6d6d6d;
}

.p_appriasial .hs_pricing_row3 .hs_cos_wrapper_type_rich_text ul li:first-child {
  margin-top: 25px;
}

.p_appriasial .hs_pricing_row3 .span3:first-child {
  margin: auto;
}

.p_appriasial .hs_pricing_row3 .dnd-section>.row-fluid>div>.dnd-row>.row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.p_appriasial .hs_pricing_row4 .cm_con_w_icon_wrap .outer_item:first-child {
  padding-bottom: 0;
}

.p_appriasial .hs_pricing_row5 .dnd-section {
  border: none;
  border-top: 1px solid rgba(235,235,235,1);
}

.p_appriasial .cm-pricing-plan-wrap .pricing-item-pricing p .cm-doller {
  font-size: 30px;
  position: relative;
  bottom: 20px;
}

.p_appriasial .cm-pricing-plan-wrap .pricing-item-pricing {
  padding-bottom: 25px;
}


.hs_pricing_subs_main .hs_cos_wrapper_type_rich_text h1 {
  line-height: 1.5;
  margin: 0;
  font-size: 30px;
}

.hs_pricing_subs_main .hs_cos_wrapper_type_rich_text h4 {
  line-height: 1.5;
  margin: 30px 0 0;
}

.hs_pricing_subs_main .widget-type-linked_image {
  line-height: 1.5;
  margin: 30px 0 0;
}

.hs_video_page .hs_cos_wrapper_type_rich_text h3 {
  margin: 8px 0;
  padding: 2px 0;
  line-height: 1.25;
}

.hs_video_page .hs_cos_wrapper_type_rich_text h3 span {
  font-size: 36px;
}

.hs_video_page .hs_cos_wrapper_type_rich_text h2 {
  margin: 8px 0;
  padding: 2px 0;
}

.hs_video_page .hs_cos_wrapper_type_rich_text h4 {
  margin: 8px 0;
  padding: 2px 0;
}

.hs_video_page .hs_cos_wrapper_type_module a.hs-button {
  width: 223px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(211,211,211,1);
  background-color: rgba(255,255,255,1);
  color: rgba(37,37,37,1);
  letter-spacing: .5px;
  font-size: 12px;
  margin: 50px 0 10px;
}


.hs_pricing_page .cm-pricing-plan-wrap .pricing-item-best-deal {
  padding-bottom: 72px;
}




@media (max-width: 767px) {
  .skrollable {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll!important;
  }

  .hs_pricing_row4 .cm_con_w_icon_wrap .svg_icon {
    margin: 10px auto;
  }

  .hs_pricing_row4 .cm_con_w_icon_wrap .outer_item {
    padding: 50px 15px !important;
  }

  .hs_pricing_row4 .cm_con_w_icon_wrap .cm-col {
    margin: 0;
  }


  .dnd-section, .content-wrapper--vertical-spacing {
    padding: 50px 15px;
  }

  .hs_web_v2_page .hs_cos_wrapper_type_rich_text hr {
    margin: 10px 0 12px;
  }



  .cm_cols .row-fluid [class*="span"]:last-child,
  .cm_cols .row-fluid [class*="span"]:first-child,
  .cm_cols .row-fluid [class*="span"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs_pricing_row1 .hs_cos_wrapper_type_rich_text h3 {
    margin: 0 0 20px;
    font-size: 25px;
  }

  .hs_pricing_row1 .hs_cos_wrapper_type_rich_text p {
    font-size: 13px;
    margin: 0;
  }

  .hs_pricing_row5 .dnd-section {
    padding-top: 30px;
  }

  .hs_pricing_row5 .cm_con_w_icon_wrap .cm-col:first-child .svg_icon {
    margin: 10px 0;
  }


  .p_appriasial .hs_pricing_row3 .hs_cos_wrapper_type_rich_text ul li {
    margin-left: 0;
  }

  .p_appriasial .hs_pricing_row3 .hs_cos_wrapper_type_rich_text ul li:first-child {
    margin-top: 40px;
  }

  .p_appriasial .cm_subs_plan_wrap .act_content .cm_subs_plan_col:first-child .price {
    margin-bottom: 0;
  }

  .p_appriasial .cm_subs_plan_wrap .act_content .cm_subs_plan_col .content {
    margin-top: 16px;
  }

  .p_appriasial .cm_subs_plan_wrap.addon .act_content .cm_subs_plan_col:first-child .price {
    margin-bottom: 30px;
  }

  .hs_pricing_subs_main .hs_cos_wrapper_type_rich_text h1 {
    font-size: 2em;
  }

  .hs_pricing_subs_main .widget-type-linked_image {
    margin: 20px 0 0;
  }

  .hs_video_page .hs_cos_wrapper_type_module a.hs-button {
    margin: 10px 0;
  }



  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-pricing p .cm-pricing {
    font-size: 58px;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-pricing p .cm-doller {
    font-size: 38px;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-pricing-con p {
    margin: 0;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-content ul li:first-child+li {
    margin: 8px 0;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-title h5 {
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-title {
    margin: 11px 0 8px;
    padding: 2px 0;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item:nth-child(2)>div {
    padding-top: 48px;
    padding-bottom: 33px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item:nth-child(2) {
    margin-bottom: 0;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item:nth-child(3) {
    margin-top: 0;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-bg-color .pricing-item-title {
    padding-bottom: 0;
    padding-top: 29px;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-bg-color .pricing-item-title h5 strong {
    font-size: 30px;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item-best-deal {
    padding-bottom: 101px;
    padding-top: 51px;
  }

  .hs_pricing_page .cm-pricing-plan-wrap .pricing-item:nth-child(3) .pricing-item-content ul li:first-child+li {
    margin: 0;
  }



}


/*================================home Page==============================================*/

.hs_home_row1 .cm-logos-wrap.popup .cm-logos-title h3 {
  font-size: 22px;
  color: #111;
  margin: 0;
  line-height: normal;
}

.hs_home_row1 .cm-logos-wrap.popup .cm-logos-title {
  padding-top: 0;
}

.hs_home_row1 .cm-logos-wrap.popup .cm-logos-sec {
  margin: -25px 0;
  padding: 0;
}

.hs_home_row1 .cm-logos-wrap.popup .cm-photoimage {
  padding-top: 175px;
  background-size: cover!important;
}


.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text ul>li{
  list-style-type: none;
  text-indent: -1.5em;
  margin: 0 1em;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}


.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text ul>li:before {
  min-width: 1em;
  display: inline-block;
  margin-right: 0.5em;
  margin-inline-start: 0;
  margin-inline-end: 0.5em;
  text-align: right;
  text-align: end;
  font-weight: 700;
  content: '\2022';
  font-family: Arial;
}

.hs_home_row8_grp .cm_testi_wrap {
  padding: 0;
}


.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text h3 {
  font-size: 33px;
  margin: 8px 0;
  padding: 2px 0;
}

.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text h3 span{
  font-size: 30px;
}

.hs_home_row8_grp .dnd-section>.row-fluid>.span5 >.dnd-row+.dnd-row .widget-type-rich_text{
  margin: 0 0 8px;
  padding: 2px 0;
}
.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text ul>li{
  list-style-type: none;
  text-indent: -1.5em;
  margin: 0 1em;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}


.hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text ul>li:before {
  min-width: 1em;
  display: inline-block;
  margin-right: 0.5em;
  margin-inline-start: 0;
  margin-inline-end: 0.5em;
  text-align: right;
  text-align: end;
  font-weight: 700;
  content: '\2022';
  font-family: Arial;
}

.hs_home_row8_grp .cm_testi_wrap .slick-arrow i.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
}



.hs_home_row4_grp .cm_con_w_image_wrap .dmNewParagraph {
  margin: 40px 0 8px;
  max-width: 432px;
}

.hs_home_row4_grp .cm_con_w_image_wrap .con_img_right {
  margin: auto;
}


.hs_home_row4_grp .cm_con_w_image_wrap .title_wrap h2 {
  padding: 0;
  margin: 0;
}

.hs_home_row4_grp .cm_con_w_image_wrap .hs-button {
  margin: 10px 220.422px 10px 0!important;
}



.hs_home_row5 .cm_con_w_image_wrap .dmNewParagraph {
  margin: 0;
  max-width: 432px;
}

.hs_home_row5 .cm_con_w_image_wrap .hs-button {
  margin: 10px 0
}

.hs_home_row5 .cm_con_w_image_wrap .title_wrap h2 {
  padding: 0;
  margin: 0
}

.hs_home_row5 .cm_con_w_image_wrap.ratio_7-5 .con_img_right {
  margin: auto
}

.hs_home_row6 .cm_con_w_image_wrap .dmNewParagraph {
  max-width: none;
  margin-top: 40px;
}


.hs_home_row6_grp .cm_con_w_image_wrap.ratio_7-5 .con_img_right {
  margin: auto;
  padding-right: 40px;
}

.hs_home_row6_grp .cm_con_w_image_wrap.color_theme_dark .title_wrap h3 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 30px;
}

.hs_home_row6_grp .cm_con_w_image_wrap .hs-button {
  width: 190px;
  max-width: 190px;
  margin: 10px 220.422px 10px 0;
}

.hs_home_row7 .cm_con_w_image_wrap .title_wrap h2 {
  margin: -13px 0 8px;
  padding: 2px 0;
  line-height: 1.5;
}
.hs_home_row7 .cm_con_w_image_wrap.ratio_6-6 .con_img_right {
  margin: auto;
}
.hs_home_row7 .cm_con_w_image_wrap .dmNewParagraph {
  max-width: 550px;
  margin: 40px 0 0;
}


.hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(3) {
  padding: 25px 10px;
}

.hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(4) {
  padding: 16px 10px;
}


.hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(3) .cm-icon_svg {
  height: 49px!important;
  margin: 7px auto 10px!important;
}

.hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(4) .cm-icon_svg {
  height: 52px!important;
  margin-top: 20px;
}


.hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(3) .new {
  margin-top: -14px;
}

.hs_home_row7_grp .cm_con_w_image_wrap .imageWidget {
  box-shadow: 0 23px 40px rgba(0,0,0,.2);
}


.hs_home_row7_grp .cm_con_w_image_wrap {
  background-size: cover;
}

/*================================demo Page==============================================*/

.hs_demo-page_row1 h1 {
  margin: 8px 0;
  padding: 2px 0;
  font-size: 30px;
  text-align: center;
}

.hs_demo-page_row2 form {
  max-width: 559px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs_demo-page_row2 form .hs-input {
  border: 0;
  border-bottom: 1px solid #c6c3c3;
  background: no-repeat;
  height: 40px;
  padding: 0 10px;
  outline:none;
}


.hs_demo-page_row2 form .hs-input:focus{
  border-color: #c6c3c3;
}

.hs_demo-page_row2 .widget-type-rich_text p {
  margin: 0;
}

.hs_demo-page_row2 form .hs_submit {
  width: 180px;
  margin: 0 auto;
  min-width: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hs_demo-page_row2 form .hs_submit .hs-button {
  width: 100%;
  height: 47px;
  font-size: 18px;
  margin: 0;
  padding: 8px 10px 12px 13px;
  color: #f7f7f7;
}

.hs_demo-page_row2 form .hs-input.invalid.error {
  border-color: #c6c3c3;
  outline: 1px solid red;
}


/*================================Contact Page==============================================*/

.hs_contact-page_row2 .dnd-section>.row-fluid>.dnd-column {
  width: 50%;
  padding-left: .75%;
  padding-right: .75%;
  margin: 0 auto !important;
  float: none;
}

.hs_contact-page_row1 .widget-type-rich_text h2,
.hs_contact-page_row2 .widget-type-rich_text h2 {
  margin: 0;
  color: #0277bd;
}

.hs_contact-page_row1 .widget-type-rich_text p {
  margin-top: 30px;
  margin-bottom: 0;
}

.hs_contact-page_row1 .widget-type-rich_text p,
.hs_contact-page_row2 .widget-type-rich_text p {
  margin-bottom: 0;
}

.hs_contact-page_row2 .widget-type-rich_text hr {
  border-top-style: solid;
  border-top-width: 1px;
  color: rgba(2,119,189,1);
  display: block;
  margin: 10px 0;
  min-height: 2px;
  background: no-repeat;
  width: 42px;
  margin: 40px 0 30px;
}

.hs_contact-page_row2 form {
  padding-top: 15px;
  padding-bottom: 15px;
}


.hs_contact-page_row2 form .hs-submit {
  max-width: 200px;
  margin: 23px auto 20px;
}

.hs_contact-page_row2 form .hs-submit .hs-button {
  width: 100%;
  margin: 0;
  padding: 10px 10px 13px 14px;
  height: 40px;
}

.hs_contact-page_row2 form textarea {
  display: block;
}

.hs_contact-page_row2 form .hs-form-required {
  display: none;
}

/*================================full width Page==============================================*/

.hs-section-styling .span4 {
  margin-left: 0;
  width: 33.33333%;
  padding-left: .75%;
  padding-right: .75%;
}

.hs-section-styling .span4:first-child {
  padding-right: 1.5%;
  padding-left: 0;
}

.hs-section-styling .span4:last-child {
  padding-right: 0;
  padding-left: 1.5%;
}

.hs-section-styling .span4 .widget-type-rich_text h6 {
  font-size: 16px;
  margin: 0;
  font-family: Raleway;
}

.hs-section-styling .span4 .widget-type-rich_text h6 strong {
  font-weight: 700;
  display: block;
}

.hs-section-styling .span4 .widget-type-rich_text p {
  margin: 0;
  margin-top: 10px;
  line-height: 200%;
  font-size: 14px;
  font-family: 'Lexend Deca';
  font-weight: 400;
  color: #6d6d6d;
}

.full-width-banner .banner_wrap .banner_inner {
  padding: 0;
}


.hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h1 {
  font-size: 30px;
  font-family: 'Lexend Deca';
  font-weight: 400;
}

.hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h1 > span:first-child {
  font-size: 36px;
  line-height: normal;
}

.hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h1>span>span {
  font-size: 36px;
  line-height: normal;
}

.hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h3 > span {
  font-size: 30px;
  color: #0277bd;

}

.hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h3 {
  font-size: 33px;
}


.hs_full-width-page_row1 form {
  max-width: 706px !important;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hs_full-width-page_row1 form .hs_email {
  position: relative;
  width: 66.66667%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.hs_full-width-page_row1 form .hs_email .hs-input {
  padding-right: 37px;
}

.hs_full-width-page_row1 form .hs_submit {
  width: 270px !important;
  min-width: 270px !important;
  margin: -43px 15px 20px!important;
  display: inline-block;
  float: right;
  position: relative;
  height: 40px !important;
}

.hs_full-width-page_row1 form:after {
  content: "";
  display: table;
  clear: both;
}

.hs_full-width-page_row1 form .hs_submit .hs-button {
  margin: 0;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  height: 40px;
  font-family: 'Lexend Deca';
  padding-left: 14px;
}

.hs_full-width-page_row1 form .hs_submit .hs-button:hover {
  background-color: rgba(2,135,214,1);
}


.hs_full-width-page_row1 form .hs_email .hs-error-msgs {
  top: 33px;
  position: absolute;
  left: 15px;
  right: 0;
}

.hs_full-width-page_row1 form .hs_error_rollup {
  position: absolute;
  bottom: -16px;
  left: 15px;
}


.hs_full-width-page_row1 .dnd-section>.row-fluid>.dnd-column.span12>.dnd-row+.dnd-row .widget-type-rich_text {
  max-width: 706px !important;
  margin: 0 auto;
  margin-top: 30px !important;
}

.hs_full-width-page_row1 .dnd-section>.row-fluid>.dnd-column.span12>.dnd-row+.dnd-row .widget-type-rich_text p {
  margin: 0;
  text-align: justify;
}


.hs_full-width-page_row2_grp .widget-type-linked_image {
  width: 918px !important;
  max-width: 100%;
  margin: 0 auto;
}

.hs_full-width-page_row2_grp .widget-type-linked_image img {
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  transition: all .2s ease-out;
}

.hs_full-width-page_row2_grp .widget-type-linked_image img:hover {
  transform: scale(1.06);
}

.hs_full-width-page_row1 .widget-type-header {
  margin: 8px 0;
  padding: 2px 0;
}

.hs_full-width-page_row1 .widget-type-header h1 {
  margin: 0;
  font-size: 30px;
}

.hs_full-width-page_row2_grp .dnd-section>.row-fluid > .span6 {
  width: 50%;
  margin: 0;
}

.hs_full-width-page_row2_grp .dnd-section>.row-fluid > .span6:first-child {
  padding-right: 40px !important;
}

.hs_full-width-page_row2_grp .dnd-section>.row-fluid > .span6 .widget-type-rich_text{
  margin: 8px 0;
  padding: 2px 0;
}

.hs_full-width-page_row2_grp .dnd-section>.row-fluid > .span6 .widget-type-rich_text h1 {
  font-size: 30px;
  margin: 0;
}

.hs_full-width-page_row2_grp .dnd-section>.row-fluid > .span6 .widget-type-rich_text p {
  text-align: justify;
  margin: 0;
}

.hs_full-width-page_row2_grp .dnd-section>.row-fluid > .span6 .widget-type-rich_text h5 {
  margin: 0;
  font-size: 16px;
}

.hs_full-width-page_row1 .hs-horizontal-spacer {
  display: block;
  border-bottom: 1px solid #ebebeb;
}

/*================================appraisal institute Page==============================================*/

.hs_appraisal-institute-page_row1 .hs_cos_wrapper_type_rich_text {
  width: calc(100% - 134px);
  max-width: 881.312px;
  padding: 2px 0;
  margin: 8px auto;
  display: block;
}

.hs_appraisal-institute-page_row1 .hs_cos_wrapper_type_rich_text h4 {
  font-family: "Lexend Deca";
  color: #013c69;
  direction: ltr;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  margin: 0;
}


.hs_appraisal-institute-page_row4 .cm_testi_wrap {
  max-width: 800px;
  padding: 0;
}

.hs_appraisal-institute-page_row4 .span6 {
  margin: 0;
  width: 50%;
}

.hs_appraisal-institute-page_row4 .dnd-section>.row-fluid {
  display: flex;
}

.hs_appraisal-institute-page_row4 .span6:last-child {
  margin: 0 40px;
}

.hs_appraisal-institute-page_row5 .widget-type-header h1 {
  margin: 0;
}


.hs_appraisal-institute-page_row6 .dnd-section>.row-fluid {
  display: flex;
}

.hs_appraisal-institute-page_row6 .dnd-section>.row-fluid>div.widget-span {
  padding-left: .75%;
  padding-right: .75%;
  margin: 0;
}

.hs_appraisal-institute-page_row6 .dnd-section>.row-fluid>div.widget-span:first-child {
  padding-left: 0;
  padding-right: 1.5%;
}

.hs_appraisal-institute-page_row6 .dnd-section>.row-fluid>div.widget-span:last-child {
  padding-right: 0;
  padding-left: 1.5%;
}

.hs_appraisal-institute-page_row6 .dnd-section>.row-fluid > .span2 {
  width: 16.66667%;
}

.hs_appraisal-institute-page_row6 .dnd-section>.row-fluid > .span4 {
  width: 33.33333%;
}

.hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text p {
  margin: 0;
  font-size: 18px
}


.hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text ul li {
  list-style-type: none;
  text-indent: -1.5em;
  margin: 0 1em;
  margin-inline-end: 0;
  margin-inline-start: 2em;
  font-size: 18px;
}

.hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text ul li:before {
  min-width: 1em;
  display: inline-block;
  margin-right: 0.5em;
  margin-inline-start: 0;
  margin-inline-end: 0.5em;
  text-align: end;
  font-weight: 700;
  content: '\2022';
  font-family: Arial;
}

.hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text ul li span {
  font-size: 18px;
}

.hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text p  > span  {
  font-size: 18px;
}

.hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text h6 {
  font-size: 24px;
  margin:0;
}

.hs_appraisal-institute-page_row3 .cm-logos-wrap.popup .cm-photogallery-row {
  min-height: auto;
}


.hs_pricing_inner_row4_grp .cm-col:nth-child(3), 
.hs_pricing_inner_row4_grp .cm-col:nth-child(4) {
  margin-top: 50px;
}
.hs_pricing_inner_row4_grp .cm-col:nth-child(2) {
  padding-right: 0;
  padding-left: 1.5%;
}
.hs_pricing_inner_row4_grp .cm-col:nth-child(3) {
  padding: 0;
  padding-right: 1.5%;
}

.hs_pricing_inner_row2_grp .cm-col:nth-child(2) {
  padding: 0;
  padding-left: 1.5%;
}
.hs_pricing_inner_row2_grp .cm-col:nth-child(3) {
  padding: 0;
  padding-left: 0;
  padding-right: 1.5%;
  margin-top: 50px;
}
.hs_pricing_inner_row2_grp .cm-col:nth-child(4) {
  padding-right: 0;
  padding-left: 1.5%;
  margin-top: 50px;
}
.hs_pricing_inner_row2_grp .cm_cont_w_parallax_bg .con_w_icon_content p {
  margin-top: 5px;
}
.hs_pricing_inner_row3_grp .cm_cont_w_parallax_bg .con_w_icon_content p {
  margin-top: 5px;
}
.hs_pricing_inner_row4_grp .cm_cont_w_parallax_bg .con_w_icon_content p {
  margin-top: 5px;
}
.hs_pricing_inner_row3_grp .cm_cont_w_parallax_bg .subs-title {
  color: rgb(37, 37, 37);
}
.hs_pricing_inner_row2_grp .cm_cont_w_parallax_bg .subs-title {
  color: rgb(37, 37, 37);
}
.hs_demo-page_row2 form .hs-input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width:768px){
  .hs_appraisal-institute-page_row4_grp .cm-logos-wrap.normal .cm-olumn-2 {
    width: 50%;
  }
  .hs_home_row8_grp .dnd-section>.row-fluid > .span5 {
    width: 41.66667%;
  }
  .hs_home_row8_grp .dnd-section>.row-fluid > .span7 {
    width: 58.33333%;
  }
}

@media(max-width:1024px) and (min-width:768px){
  .hs_appraisal-institute-page_row7_grp .cm_bt_pane_wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hs_home_row1 .cm-logos-wrap.popup .cm-photoimage {
    padding-top: 120px;
  }
}


@media(max-width:767px){
  .hs_pricing_inner_row4_grp .cm-col {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .hs_pricing_inner_row3_grp .cm-col {
    padding: 0;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .hs_pricing_inner_row2_grp .cm-col {
    padding: 0 !important;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .hs_demo-page_row1 h1 {
    margin-top: 40px;
    font-size: 32px;
    text-align: left;
  }
  .hs_demo-page_row2 .widget-type-rich_text p {
    margin-top: 20px ;
  }
  .hs_demo-page_row2 form {
    max-width: 100%;
    padding-top: 25px;
  }
  .hs_demo-page_row2 form .hs_submit .hs-button ,
  .hs_contact-page_row2 form .hs-submit .hs-button{
    padding: 10px;
    height: auto;
    padding-left: 15px;
  }

  .hs_demo-page_row2 form .hs_submit ,
  .hs_contact-page_row2 form .hs-submit .hs-button{
    width: 100%;
    min-width: auto;
  }
  .hs_contact-page_row1 .widget-type-rich_text p {
    margin-top: 20px;
  }

  .hs_contact-page_row2 .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs_contact-page_row2 form .hs-submit .hs-button{
    font-size: 18px;
  }
  .hs_contact-page_row2 form .hs-submit{
    max-width: 100%;
  }

  .hs_contact-page_row2 .widget-type-rich_text hr {
    margin: 30px 0;
  }
  .hs_contact-page_row2 form .hs-form-required {
    display: none;
  }

  .hs-section-styling .span4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hs-section-styling .span4 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .hs_full-width-page_row5_grp .cm_bt_pane_wrap .btn_wrap a {
    font-size: 18px;
  }

  .hs-section-styling .span4{
    width: 100%;
  }

  .hs_appraisal-institute-page_row1 .hs_cos_wrapper_type_rich_text h4 ,
  .hs_appraisal-institute-page_row5 .widget-type-header h1 {
    font-size: 25px;
  }
  .hs_appraisal-institute-page_row6 .dnd-section>.row-fluid,
  .hs_appraisal-institute-page_row4 .dnd-section>.row-fluid{
    display: block;
  }


  .hs_appraisal-institute-page_row6 .dnd-section>.row-fluid>.span2,
  .hs_appraisal-institute-page_row6 .dnd-section>.row-fluid>.span4,
  .hs_appraisal-institute-page_row4 .span6{
    width: 100%;
    padding: 0 !important;
  }
  .hs_appraisal-institute-page_row6 .dnd-section>.row-fluid>.span2 img {
    width: 100%;
  }
  .hs_appraisal-institute-page_row4 .span6:last-child {
    margin: 0;
  }

  .hs_appraisal-institute-page_row4 .cm_testi_wrap {
    padding: 0 15px;
  }

  .hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text p,
  .hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text p>span{
    font-size: 13px;
  }

  .hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text h6,
  .hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text h6 > span{
    font-size: 17px;
  }

  .hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text ul li,
  .hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text ul li span {
    font-size: 13px;
  }

  .hs_appraisal-institute-page_row6 .span4 .widget-type-rich_text p[rel="empty"] {
    font-size: 16px;
  }

  .hs_appraisal-institute-page_row4 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .hs_home_row1 .cm-logos-wrap.popup .cm-logos-title h3 {
    font-size: 15px;
    margin: 4px 0 0;
  }

  .hs_home_row1 .cm-logos-wrap.popup .cm-photoimage {
    padding-top: 100%;
  }

  .hs_home_row1 .cm-logos-wrap.popup .cm-logos-sec {
    margin: 10px 0;
  }

  .hs_home_row1 .cm-logos-wrap.popup .cm-logos-title {
    padding: 0;
  }

  .cm-logos-wrap.popup .photoGalleryViewAll {
    font-size: 16px;
    font-family: Raleway;
    line-height: 1.5;
  }

  .hs_home_row2_grp .cm_con_w_image_wrap {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }

  .hs_home_row2_grp .cm_con_w_image_wrap .hs-button {
    margin-left: 0;
  }

  .hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(3) .cm-icon_svg {
    width: 44px!important;
    height: 44px!important;
    margin: 10px auto !important;
  }

  .hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(3) {
    padding: 20px 10px;
  }

  .hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(3) .new {
    margin-top: 8PX;
  }

  .hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(4) {
    padding: 20px 10px;
  }

  .hs_home_row3_grp .cm_prop_sup_wrap .col3 .inner_item:nth-child(4) .cm-icon_svg {
    height: 44px !important;
    margin: 10px auto;
  }


  .hs_home_row4_grp .cm_con_w_image_wrap .title_wrap h2 {
    margin: 30px 0 0;
  }

  .hs_home_row4_grp .cm_con_w_image_wrap .hs-button {
    margin: 10px auto 10px auto !important;
  }

  .hs_home_row5_grp .cm_con_w_image_wrap .imageWidget {
    max-width: 100%;
  }

  .hs_home_row6_grp .cm_con_w_image_wrap.color_theme_dark {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }

  .hs_home_row6_grp .cm_con_w_image_wrap.color_theme_dark .title_wrap h3 {
    margin: 30px 0 0!important;
  }

  .hs_home_row6_grp .cm_con_w_image_wrap.color_theme_dark .title_wrap h3 span {
    font-size: 32px;
  }

  .hs_home_row6_grp .cm_con_w_image_wrap .hs-button {
    margin: 10px auto;
  }

  .hs_home_row7 .cm_con_w_image_wrap.ratio_6-6 .con_img_right {
    padding-top: 20px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
  }

  .hs_home_row7 .cm_con_w_image_wrap .title_wrap h2 {
    margin: 8px 0;
  }

  .hs_home_row7_grp .cm_con_w_image_wrap {
    padding: 50px 15px !important;
  }

  .hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text h3 {
    font-size: 25px;
  }

  .hs_home_row8_grp .dnd-section>.row-fluid>.span5 .widget-type-rich_text h3 span {
    line-height: normal;
  }

  .hs_appraisal-institute-page_row3_grp .cm-logos-wrap.popup .cm-photogallery-row .cm-olumn-6:nth-child(2)~div {
    display: block !important;
  }


  .hs_home_row1 .cm-logos-wrap.popup .cm-photogallery-row .cm-olumn-6:nth-child(2)~div {
    display: none !important;
  }

  .hs_home_row1 .cm-logos-wrap.popup .open .cm-photogallery-row .cm-olumn-6:nth-child(2)~div {
    display: block !important;
  }

  .hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h3 {
    margin-top: 30px !important;
  }

  .hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h3 {
    font-size: 25px;
    line-height: 1.5;
  }

  .hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h3>span {
    line-height: normal;
  }

  .hs_full-width-page_row1 form .hs_email {
    width: 100%;
    float: none;
  }

  .hs_full-width-page_row1 form .hs_submit {
    float: none;
    margin: 20px 15px !important;
    max-width: 91%;
  }

  .hs_full-width-page_row1 form .hs_submit .hs-button {
    padding-left: 14px;
    padding-top: 8px;
  }



  .hs_full-width-page_row1 .widget-type-header h1 {
    font-size: 32px;
  }

  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6,
  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6:first-child {
    width: 100%;
    padding-right: 0px !important;
  }

  .hs_full-width-page_row2_grp .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6 .widget-type-rich_text {
    margin-top: 30px !important;
  }

  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6 .widget-type-rich_text h1 {
    font-size: 32px;
  }
  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6 .widget-type-rich_text p [rel="mobile-font"],
  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6 .widget-type-rich_text p [name="mobile-font"]{
    font-size: 11px;
  }

  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6:first-child {
    order: 2;
  }

  .hs_full-width-page_row2_grp .dnd-section>.row-fluid>.span6 .widget-type-rich_text h5 {
    margin: 0;
    font-size: 11px;
  }

  .hs_full-width-page_row2_grp .widget-type-linked_image {
    width: 100% !important
  }
  .hs_full-width-page_row2_grp .widget-type-linked_image img:hover {
    transform: none;
  }

  .hs_full-width-page_row1 form .hs_error_rollup,
  .hs_full-width-page_row1 form .hs_email .hs-error-msgs {
    position: static;
  }

  .hs_full-width-page_row1 form .hs_error_rollup {
    padding: 0 15px;
  }
  .hs_full-width-page_row1 .span12.dnd-column .widget-type-rich_text h1{
    font-size: 32px;
  }

  .hs_appraisal-institute-page_row1 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    max-width: 100%;
  }
  .hs_appraisal-institute-page_row3_grp .cm-logos-wrap.popup .cm-logos-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hs_full-width-page_row1 form,
  .hs_full-width-page_row1 .dnd-section>.row-fluid>.dnd-column.span12>.dnd-row+.dnd-row .widget-type-rich_text {
    max-width: 100% !important;
  }

}

@media (max-width:375px){
  .hs_contact-page_row2 .widget-type-rich_text h2 a[type="email"] {
    font-size: 28px;
  }
}

.banner-section.pricing_inner_banner .banner_wrap.bg_type_image:before {
  opacity: 0.75;
}
.banner-section.pricing_inner_banner .DND_banner-module-1.banner_wrap {
  background-attachment: initial;
  background-size: cover;
  background-position: 50% 50%;
}
.banner-section.pricing_inner_banner .banner_wrap .banner_content h1 {
  font-size: 30px;
  font-family: 'Lexend Deca';
  font-weight: 400;
  line-height: 1.5;
}
.banner-section.pricing_inner_banner .banner_wrap .banner_content h1 span {
  font-size: 30px;
}
.banner-section.pricing_inner_banner .banner_wrap .banner_content p {
  width: calc(100% - 121px);
  max-width: 888px;
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Raleway;
}
.hs_pricing_inner_row4_grp .mainContainer {
  display: flex;
  flex-direction: row;
}
.hs_pricing_inner_row4_grp .cm_testi_wrap .imgContainer {
  width: 30%;
  padding: 10px 0;
}
.hs_pricing_inner_row4_grp .cm_testi_wrap .textContainer {
  text-align: left;
  padding: 10px;
  width: 70%;
}
.hs_pricing_inner_row4_grp .cm_testi_wrap .textContainer .testimonialTxt {
  font-size: 25px;
}
.hs_pricing_inner_row4_grp .cm_testi_wrap .textContainer .authorTxt {
  font-family: Roboto;
  color: rgba(37,37,37,1);
  font-size: 14px;
  text-align: left;
}
.hs_pricing_inner_row4_grp .cm_testi_wrap .slick-arrow i {
  font-size: 25px;
  color: gray;
}
.hs_pricing_inner_row3_grp .cm_cont_w_parallax_bg .subs-content-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}
.hs_pricing_inner_row1 .row-fluid .span6 {
  position: relative;
  width: 50%;
  margin: 0;
}
.hs_pricing_inner_row1 .row-fluid .span6:first-child {
  padding-right: 20px;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col h5 {
  font-size: 14px;
  font-weight: 700;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .content {
  font-size: 12px;
  color: #111;
  line-height: 200%;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .content p {
  line-height: 200%;
  font-family: 'Lexend Deca';
  font-weight: 400;
  color: rgb(109, 109, 109);
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .btn a {
  background-color: rgba(2,119,189,1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .btn a:hover {
  background-color: rgba(2,135,214,1);
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content {
  box-shadow: none;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .content ul li {
  margin-left: 0;
  max-width: 100%;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .content ul {
  padding-top: 20px;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .price .num {
  font-size: inherit;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .price .curr {
  font-size: 30px;
  position: relative;
  bottom: 20px;
  left: 15px;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col .price p {
  letter-spacing: -.01em;
  line-height: 1.10169491525424em;
  font-size: 59px;
  display: inline;
  position: relative;
  left: -8px;
}
.hs_pricing_inner_row1 .cm_subs_plan_wrap .act_content .cm_subs_plan_col:first-child .price {
  text-align: center;
  margin-top: 30px;
}

.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-in {
  background-color: #FAFAFA;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-top-content {
  padding: 0;
}
.hs_pricing_inner_row5_grp h5 {
  padding-top: 30px;
  margin: 0;
  font-weight: bold;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-top-content p {
  padding-top: 10px;
}

.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-pricing p .cm-doller {
  font-size: 30px;
  position: relative;
  bottom: 20px;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-pricing p .cm-pricing {
  font-size: 59px;
  letter-spacing: -.01em;
  line-height: 1.10169491525424em;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-bg-color {
  color: #fff;
  background-color: rgba(2,119,189,1);
  background-image: none !important;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-topic {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 80px;
  height: auto;
  margin: 8px 0;
  padding-bottom: 3px;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-topic p {
  font-size: 9px;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-pricing p {
  margin: 0;
  min-height: 75px;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-pricing-con p {
  font-size: 12px;
  color: rgb(109, 109, 109);
  font-family: 'Lexend Deca';
  font-weight: 400;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-bg-color p {
  color: inherit;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-best-deal {
  padding-top: 36px;
  padding-left: 10px;
  padding-bottom: 37px;
  padding-right: 10px;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-best-deal h3 {
  font-size: 33px;
}
.hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item {
  width: 25%;
}
.hs_pricing_inner_row5_grp  .cm-pricing-plan-wrap .pricing-item-pricing {
  width: 100%;
}
.hs_demo-page_row2_grp .cm_testi_wrap.widget_1643613692775 {
  padding: 100px;
}


.hs_support-page_row2_grp .dnd-column:first-child form {
  max-width: 558px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hs_support-page_row2_grp .dnd-column:first-child form label {
  font-size: 12px;
  color: rgba(109,109,109,1);
}
.hs_support-page_row2_grp .dnd-column:first-child form .hs-error-msgs label {
  color: red;
}
.hs_support-page_row2_grp .actions {
  max-width: 280px;
  margin: 20px auto;
  margin-top: 14px;
}
.hs_support-page_row2_grp form input[type=submit] {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Lexend Deca';
  font-weight: 700;
  width: 100%;
  padding: 10px;
  margin: auto;
  line-height: normal;
  min-height: 47px;
  text-align: center;
  padding-top: 7px;
  padding-left: 13px;
  color: #f7f7f7;
}
.hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .dmNewParagraph {
  max-width: 100%;
  margin-top: 41px;
}
.hs_support-page_row1 .widget_1643622262224 .imageWidget img {
  max-width: 315px;
  margin-top: 14px;
}
.hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .title_wrap h1 {
  text-align: right;
  margin: 0;
  font-size: 30px;
  margin-top: 10px;
}
.hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .dmNewParagraph p {
  margin: 0;
  text-align: right;
}
.hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .dmNewParagraph h3 {
  line-height: 1.5;
  font-size: 30px;
  margin: 0;
  text-align: right;
}
.hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .dmNewParagraph h3 {
  line-height: 1.5;
  font-size: 30px;
  margin: 0;
  text-align: right;
}
.hs_support-page_row1 .page-header.section-header {
  margin: 8px 0;
  padding: 2px 0;
}
.hs_support-page_row1 .page-header.section-header h1 {
  text-align: center;
  font-size: 30px;
  margin: 0;
}
.hs_support-page_row1 .page-header.section-header .secondary-header {
  text-align: center;
  margin: 0;
  padding-top: 24px;
}

.hs_support-page_page .banner_wrap.bg_type_image {
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
}
.hs_support-page_page .banner_wrap.bg_type_image:before {
  opacity: 0.5;
  background-color: rgb(255,255,255);
}
.hs_support-page_page .banner_wrap.bg_type_image {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 43.5px;
  padding-bottom: 43.5px;
}
.hs_support-page_page .banner_wrap.bg_type_image .banner_inner {
  padding: 2px 0;
  margin: 8px 0;
}
.hs_support-page_page .banner_wrap.bg_type_image .banner_content {
  color: #111;
}
.hs_support-page_page .banner_wrap.bg_type_image .banner_content h1 {
  font-size: 36px;
  text-align: center;
  line-height: normal;
}
.hs_support-page_page .banner_wrap.bg_type_image .banner_content p {
  font-size: 16px;
  font-weight: 400;
  font-family: Raleway;
  padding-top: 10px;
  position: relative;
  top: 2px;
}
.banner-section.features_banner .banner_wrap .banner_content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px auto;
}
.banner-section.features_banner .banner_wrap {
  padding: 61.5px 40px;
}
.hs_features_inner_row1_grp .widget_1643633493936 .cm-col.con_img_right {
  margin: auto !important;
}
.hs_features_inner_row1_grp .widget_1643633493936 .dmNewParagraph {
  max-width: 100%;
  margin: 8px 0;
  margin-bottom: 0;
}

.hs_features_inner_row1_grp .widget_1643633493936.cm_con_w_image_wrap .dmNewParagraph h5 > span {
  font-size: 16px;
  font-family: Raleway;
  font-weight: 400;
  color: #000;
}

.hs_features_inner_row1_grp .widget_1643633493936.cm_con_w_image_wrap .dmNewParagraph h5 {
  margin: 0;
  line-height: 2.0;
  font-size: 16px;
}

.hs_features_inner_row1_grp .widget_1643633493936 .imageWidget {
  margin-top: 57px;
}
.hs_features_page hr {
  width: 42px;
  margin: 30px 0;
  min-height: 2px;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  color: rgba(2,119,189,1) !important;
  height: 0;
  background: none;
}
.hs_features_inner_row1_grp .widget_1643633493936 .title_wrap h2 {
  margin: 8px 0;
  line-height: 1.5;
}
.hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text{
  padding-left: 40px;
  display: block;
}
.hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text h2{
  text-align: center;
  line-height: 1.5;
  margin: 8px 0;
  padding: 2px 0;
}
.hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text hr{
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  margin-bottom: 33px;
  width: 55px;
}
.hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text h5 {
  line-height: 2;
  margin: 0;
  text-align: justify;
  color: #000;
}
.hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text h5 span {
  font-family: Raleway;
  font-size: 16px;
  color: #000;
}

.hs_features_row2_grp .widget_1643690196319.cm_con_w_image_wrap .con_img_right {
  margin: auto;
}

.hs_features_row2_grp .widget_1643690196319.cm_con_w_image_wrap .title_wrap h2 {
  margin: 8px 0;
  line-height: 1.5;
  padding: 2px 0;
}
.hs_features_row2_grp .widget_1643690196319.cm_con_w_image_wrap .dmNewParagraph {
  margin: 0;
}

.hs_features_row2_grp .cm_con_w_image_wrap .dmNewParagraph h5 ,
.hs_features_row3_grp  .cm_con_w_image_wrap .dmNewParagraph h5{
  text-align: justify;
  font-size: 16px;
  line-height: 2.0;
  margin: 8px 0;
}

.hs_features_row2_grp .cm_con_w_image_wrap .dmNewParagraph h5 > span,
.hs_features_row3_grp  .cm_con_w_image_wrap .dmNewParagraph h5  > span{
  font-family: Raleway;
  font-weight: 400;
  color: rgb(0, 0, 0);
  font-size: 16px;
}


.hs_features_row2_grp .widget_1643690196319.cm_con_w_image_wrap .dmNewParagraph h5:last-child {
  margin-top: 0;
}

.hs_features_row2_grp .widget_1643690196319.cm_con_w_image_wrap .dmNewParagraph h5:last-child > span {
  line-height: normal;
}

.hs_features_row2_grp .widget_1643690596262.cm_con_w_image_wrap .imageWidget {
  margin-right: 20px;
  margin-left: 5px;
  max-width: 515px;
}
.hs_features_row2_grp .widget_1643690596262.cm_con_w_image_wrap .title_wrap h2 {
  margin-top: 37px;
  margin-bottom: 0;
  padding-bottom: 54px;
}
.hs_features_row2_grp .widget_1643690596262.cm_con_w_image_wrap .dmNewParagraph {
  max-width: 100%;
  margin-top: 0;
}

.hs_features_row3_grp .widget_1643690838593.cm_con_w_image_wrap .con_img_left {
  margin: auto;
}
.hs_features_row3_grp .widget_1643690838593.cm_con_w_image_wrap .imageWidget.align-center {
  margin-top: 36px;
}
.hs_features_row3_grp .widget_1643690838593.cm_con_w_image_wrap .title_wrap h2 {
  margin: 0;
  margin-top: 51px;
  padding-bottom: 54px;
}
.hs_features_row3_grp .widget_1643690838593.cm_con_w_image_wrap .dmNewParagraph p:first-child {
  margin: 8px 0;
}

.hs_features_row3_grp .cm_con_w_image_wrap .dmNewParagraph {
  margin: 0;
}


.hs_features_row6_grp .cm_con_w_icon_wrap .cm-large-6 {
  position: relative;
  width: 33.33333%;
  padding-right: 7.125px;
  padding-left: 7.125px;
}

.hs_features_row6_grp .cm_con_w_icon_wrap .cm-large-6:first-child {
  padding-right: 14.25px;
  padding-left: 0;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .cm-large-6:last-child {
  padding-right: 0;
  padding-left: 14.25px;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .cm-large-6 {
  display: flex;
}
.hs_features_row6_grp .cm_con_w_icon_wrap  .svg.svg_icon {
  position: relative;
  width: 25% !important;
  height: auto !important;
  padding-right: 4.53125px;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .svg.svg_icon .svg_inner {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(211,241,255,1);
  -webkit-border-radius: 50%;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .svg.svg_icon .svg_inner svg {
  color: rgba(0,105,217,1);
  fill: rgba(0,105,217,1);
  width: 50%;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .con_w_icon_content {
  position: relative;
  width: 75%;
  margin: 0;
  display: inline-block;
  padding-left: 4.53125px;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .con_w_icon_content h5 {
  line-height: 1.5;
  font-family: "Lexend Deca";
  color: #0277bd;
  direction: ltr;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  padding: 2px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .con_w_icon_content h5 span {
  font-size: 20px;
}
.hs_features_row6_grp .cm_con_w_icon_wrap .con_w_icon_content p {
  margin-top: 8px;
  padding: 2px 0;
  margin-bottom: 8px;
}


.hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6 {
  position: relative;
  width: 33.33333%;
  padding-right: 7.125px;
  padding-left: 7.125px;
}

.hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6:first-child {
  padding-right: 14.25px;
  padding-left: 0;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6:last-child {
  padding-right: 0;
  padding-left: 14.25px;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6 {
  display: flex;
}
.hs_features_row5_grp .cm_con_w_icon_wrap  .svg.svg_icon {
  position: relative;
  width: 25% !important;
  height: auto !important;
  padding-right: 4.53125px;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .svg.svg_icon .svg_inner {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(211,241,255,1);
  -webkit-border-radius: 50%;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .svg.svg_icon .svg_inner svg {
  color: rgba(0,105,217,1);
  fill: rgba(0,105,217,1);
  width: 50%;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .con_w_icon_content {
  position: relative;
  width: 75%;
  margin: 0;
  display: inline-block;
  padding-left: 4.53125px;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .con_w_icon_content h5 {
  line-height: 1.5;
  font-family: "Lexend Deca";
  direction: ltr;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  padding: 2px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .con_w_icon_content h5 span {
  font-size: 20px;
  color: #fff;
}
.hs_features_row5_grp .cm_con_w_icon_wrap .con_w_icon_content p {
  margin-top: 8px;
  padding: 2px 0;
  margin-bottom: 8px;
  color: #fff;
}
.hs_features_row4_grp .widget_1643692107258.cm_con_w_image_wrap .title_wrap h2 {
  margin-top: 127px;
  margin-bottom: 0;
  padding-bottom: 47px;
  line-height: 1.5;
}
.hs_features_row4_grp .widget_1643692107258.cm_con_w_image_wrap .dmNewParagraph {
  margin-top: 0;
  max-width: 461.98px;
}


.hs_mobile_row5_grp .dnd-section .span6 {
  position: relative;
  width: 50%;
}
.hs_mobile_row5_grp .dnd-section .span6:first-child {
  padding-right: 1.5%;
}
.hs_mobile_row5_grp .dnd-section .span6:last-child {
  padding-left: 1.5%;
  margin: 0;
}
.hs_mobile_row5_grp .dnd-section .span6:first-child .hs_cos_wrapper_type_linked_image {
  max-width: 366px;
  display: block;
  margin-left: auto;
}
.hs_mobile_row5_grp .dnd-section .span6 .widget_1643708432014-flexbox-positioning > div {
  width: 100%;
}
.hs_mobile_row5_grp .dnd-section .span6:last-child .widget_1643708450041-flexbox-positioning > div {
  width: 100%;
}
.hs_mobile_row5_grp .dnd-section .span6:last-child  .hs_cos_wrapper_type_linked_image {
  max-width: 366px;
  display: block;
}
.hs_mobile_row5_grp .page-header.section-header h2 {
  color: #fff;
  margin: 0;
  font-size: 36px;
  text-align: center;
  font-family: Raleway;
  font-weight: 600;
  padding: 2px 0;
}

.hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .cm-col.con_img_right,
.hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .cm-col.con_img_right {
  padding-left: 30px;
}
.hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap  .cm-col.con_img_left,
.hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap  .cm-col.con_img_left {
  padding-right: 30px;
  margin-bottom: -50px;
}
.hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap  .imageWidget,
.hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap  .imageWidget {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: -100px;
}
.hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap  .title_wrap {
  margin-top: 152px;
} 
.hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .title_wrap h2, 
.hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .title_wrap h2 {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: 36px;
  font-family: Raleway;
  font-weight: 600;
}
.hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .dmNewParagraph, 
.hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .dmNewParagraph {
  max-width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .dmNewParagraph p,
.hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .dmNewParagraph p {
  font-weight: 500;
  font-family: Raleway;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  text-align: left;
}


.hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .cm-col.con_img_left,
.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_left {
  position: relative;
  width: 41.66667%;
  margin-bottom: -50px;
  padding-right: 30px;
}
.hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .cm-col.con_img_left .imageWidget.align-center,
.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_left .imageWidget.align-center {
  max-width: 300px;
  margin: 0 auto;
}
.hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .cm-col.con_img_right,
.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_right {
  position: relative;
  width: 58.33333%;
  padding-left: 30px;
}
.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .title_wrap {
  margin-top: 145px;
}
.hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .dmNewParagraph,
.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .dmNewParagraph {
  margin: 0;
  margin-bottom: 8px;
  padding-bottom: 2px;
  max-width: 100%;
}
.hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .title_wrap h2,
.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .title_wrap h2 {
  line-height: 2;
  font-weight: 600;
  font-family: Raleway;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .dmNewParagraph p,
.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .dmNewParagraph p {
  line-height: 1.5;
  font-size: 20px;
  font-family: Raleway;
  font-weight: 500;
  text-align: left;
}

.hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_left .imageWidget.align-center {
  margin-bottom: -100px;
}
.hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .title_wrap {
  margin-top: 171px;
}
.hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .title_wrap {
  margin-top: 160px;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] {
  background-position: 50% 0% !important;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .page-header.section-header h1 {
  font-size: 60px;
  margin: 0;
  font-family: Raleway;
  font-weight: 600;
  line-height: normal;
  padding-top: 6px;
  padding-bottom: 3px;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .page-header.section-header {
  padding: 80px 0;
  text-align: center;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4 {
  position: relative;
  width: 33.33333%;
  margin: 0;
  padding-left: .75%;
  padding-right: .75%;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:first-child {
  padding-left: 0;
  padding-right: 1.5%;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child {
  padding-right: 0;
  padding-left: 1.5%;
  justify-content: unset !important;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:first-child .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 40px;
  margin: 8px 0;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:first-child .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-weight: 500;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
  padding: 2px 0;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  font-family: Raleway;
  color: rgb(0, 0, 0);
  line-height: 2;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  text-align: center;
}
.hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child .hs_cos_wrapper_type_rich_text p img {
  max-width: 260px;
  margin: 0 auto;
}
.hs_demo-page_row1_grp .cm-cnt-iframe .btn_wrap a {
  margin-bottom: 10px;
}
.hs_features_row4_grp .cm_con_w_image_wrap .slider_container {
  margin-top: -24px;
}
.body-container-wrapper.hs_mobile_page {
  overflow-x: hidden;
}
@media(min-width: 768px) and (max-width: 800px){
  .hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item-content ul li {
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media(max-width: 767px){
  .banner-section.features_banner .banner_wrap .banner_content p {
    width: 100%;
  }
  .pricing_inner_banner .container-fluid.banner-area .banner_wrap .banner_content p{
    margin-top: 30px;
    width: 100%;
  }
  .hs_pricing_inner_row5_grp .cm-pricing-plan-wrap .pricing-item {
    width: 100%;
  }
  .hs_pricing_inner_row1 .row-fluid .span6 {
    width: 100%;
  }
  .hs_pricing_inner_row1 .row-fluid .span6:first-child {
    padding-right: 0;
  }
  .hs_pricing_inner_row1 .cm_subs_plan_wrap {
    margin-top: 30px;
  }
  .banner-section.pricing_inner_banner .DND_banner-module-1.banner_wrap.bg_type_image {
    padding: 40px 15px;
  }
  .banner-section.pricing_inner_banner .banner_wrap .banner_content h1 {
    font-size: 32px;
  }
  .hs_demo-page_row2_grp .cm_testi_wrap.widget_1643613692775{
    padding: 50px 15px;
  }
  .hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap.con_pos_left .row {
    flex-direction: row-reverse;
  }
  .hs_support-page_row1 .widget_1643622262224 .imageWidget img {
    margin-top: 0px;
    max-width: 326px;
  }
  .hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .dmNewParagraph p{
    text-align: center;
  }
  .hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .title_wrap h1 {
    text-align: center;
    margin-top: 41px;
    font-size: 2em;
  }
  .hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .dmNewParagraph {
    margin-top: 45px !important;
    text-align: center;
  }
  .hs_support-page_row1 .widget_1643622262224.cm_con_w_image_wrap .dmNewParagraph h3 {
    margin-top: 16px !important;
    text-align: center;
  }
  .hs_support-page_row2_grp .dnd-column:first-child {

  }
  .hs_support-page_row2_grp .dnd-column:first-child form {
    max-width: 100%;
    padding-top: 30px;
  }
  .hs_support-page_row2_grp .dnd-column:first-child form label {
    font-size: 16px;
  }
  .hs_support-page_row2_grp .actions {
    max-width: 100%;
  }
  .hs_support-page_row2_grp .dnd-column:first-child form {
    padding-top: 24px;
    margin-left: 0;
    max-width: 400px;
  }
  .hs_support-page_row2_grp form input[type=submit] {
    min-height: 42px;
  }
  .hs_support-page_row2_grp .actions {
    margin-bottom: 0;
    margin-bottom: 8px;
  }
  .hs_support-page_row1 .page-header.section-header h1 {
    font-size: 2em;
  }
  .hs_support-page_row1 .page-header.section-header .secondary-header {
    font-size: 11px;
  }
  .hs_support-page_page .banner_wrap.bg_type_image {
    padding: 50px 15px;
    padding-bottom: 0;
  }
  .hs_support-page_page .banner_wrap.bg_type_image .banner_content p {
    margin-top: 0;
    padding-bottom: 8px;
    top: 4px;
  }
  .hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6 {
    width: 100%;
    margin: 0;
    padding: 50px 15px !important;
    flex-wrap: wrap;
  }
  .hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6:first-child {
    padding: 0 !important;
  }
  .hs_features_row5_grp .cm_con_w_icon_wrap .svg.svg_icon {
    width: 100% !important;
    padding: 0;
  }
  .hs_features_row5_grp .cm_con_w_icon_wrap .svg.svg_icon .svg_inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .hs_features_row5_grp .cm_con_w_icon_wrap .con_w_icon_content {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .hs_features_row5_grp .cm_con_w_icon_wrap .con_w_icon_content h5 {
    margin: 8px 0;
  }
  .hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6:first-child .con_w_icon_content p {
    max-width: 262px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs_features_row5_grp .cm_con_w_icon_wrap .cm-large-6:last-child {
    padding: 0 !important;
  }


  .hs_features_row6_grp .cm_con_w_icon_wrap .cm-large-6 {
    width: 100%;
    margin: 0;
    padding: 50px 15px !important;
    flex-wrap: wrap;
  }
  .hs_features_row6_grp .cm_con_w_icon_wrap .cm-large-6:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 15px !important;
  }
  .hs_features_row6_grp .cm_con_w_icon_wrap .svg.svg_icon {
    width: 100% !important;
    padding: 0;
  }
  .hs_features_row6_grp .cm_con_w_icon_wrap .svg.svg_icon .svg_inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .hs_features_row6_grp .cm_con_w_icon_wrap .con_w_icon_content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hs_features_row6_grp .cm_con_w_icon_wrap .con_w_icon_content h5 {
    margin: 8px 0;
  }
  .banner-section.features_banner .banner_wrap {
    padding: 40px 15px;
  }
  .hs_features_row4_grp .widget_1643692107258.cm_con_w_image_wrap .title_wrap h2 {
    margin-top: 0;
  }
  .hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text {
    padding-left: 0;
  }
  .hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text h2 {
    text-align: left;
  }
  .banner-section.features_banner .DND_banner-module-1.banner_wrap .banner_content p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .hs_features_inner_row1_grp .widget_1643633493936 .imageWidget {
    max-width: 100%;
    margin: 0;
    padding: 20px 10px 0 10px;
  }
  .hs_features_inner_row1_grp .widget_1643633493936 .dmNewParagraph {
    margin-top: 0 !important;
  }
  .hs_features_inner_row1_grp .widget_1643633493936 .cm-col.con_img_right {
    margin-top: 3px !important;
  }
  .hs_features_inner_row1_grp .widget_1643633493936 .dmNewParagraph {
    margin-top: 11px !important;
  }
  .hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text h2 {
    padding-top: 40px;
  }
  .hs_features_inner_row1_grp .span12 .hs_cos_wrapper_type_rich_text hr {
    margin-left: 0;
    margin-right: 0;
    width: 42px;
  }
  .hs_features_row2_grp .widget_1643690196319.cm_con_w_image_wrap .dmNewParagraph {
    margin: 0 !important;
  }
  .hs_features_row2_grp .widget_1643690596262.cm_con_w_image_wrap .imageWidget {
    max-width: 100%;
    margin: 0;
  }
  .hs_features_row2_grp .widget_1643690596262.cm_con_w_image_wrap .con_img_right,
  .hs_features_row3_grp .widget_1643690838593.cm_con_w_image_wrap .con_img_right{
    padding: 20px 10px 0px 10px !important;
  }

  .hs_features_row3_grp .widget_1643690838593.cm_con_w_image_wrap .title_wrap h2 {
    margin-top: 0;
  }

  .hs_features_row2_grp .widget_1643690196319.cm_con_w_image_wrap {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hs_features_row3_grp .widget_1643690838593.cm_con_w_image_wrap .imageWidget.align-center {
    max-width: 100%;
    margin-top: 40px;
  }
  .hs_mobile_row5_grp .dnd-section .span6 {
    width: 100%;
  }
  .hs_mobile_row5_grp .dnd-section .span6:first-child {
    padding: 0;
  }
  .hs_mobile_row5_grp .dnd-section .span6:last-child {
    padding: 0;
  }
  .hs_mobile_row5_grp .dnd-section .span6:first-child .hs_cos_wrapper_type_linked_image {
    max-width: 100%;
    text-align: center;
  }
  .hs_mobile_row5_grp .dnd-section .span6 .hs_cos_wrapper_type_linked_image img {
    width: 100%;
    max-width: 320px !important;
  }
  .hs_mobile_row5_grp .dnd-section .span6:last-child .hs_cos_wrapper_type_linked_image {
    max-width: 100%;
    text-align: center;
  }
  .hs_mobile_row5_grp .page-header.section-header h2 {
    font-size: 25px;
    margin: 8px 0;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap {
    padding-top: 30px ! important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .title_wrap {
    margin-top: 0;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .title_wrap h2 {
    font-size: 25px;
    margin-top: 10px;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .dmNewParagraph {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .dmNewParagraph p {
    font-size: 14px;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .cm-col.con_img_right {
    padding-bottom: 20px !important;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .imageWidget {
    max-width: 197px;
  }
  .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .imageWidget {
    max-width: 197px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .cm-col.con_img_left, .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .cm-col.con_img_left {
    margin: 0;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_left .imageWidget.align-center {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 197px;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .cm-col.con_img_left, .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_left {
    margin: 0;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_left {
    padding-bottom: 20px !important;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .cm-col.con_img_right {
    margin: 10px 0;
    padding-bottom: 20px!IMPORTANT;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .dmNewParagraph p,
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .dmNewParagraph p {
    font-size: 14px;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .title_wrap h2 {
    font-size: 25px;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .cm-col.con_img_right {
    margin: 10px 0;
    margin-top: 8px;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .dmNewParagraph {
    margin: 0 !important;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .dmNewParagraph p {
    font-size: 14px;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .cm-col.con_img_right {
    padding-bottom: 20px !important;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .imageWidget, .hs_mobile_row1_grp .widget_1643708763943.cm_con_w_image_wrap .imageWidget {
    margin-bottom: 0;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .cm-col.con_img_left .imageWidget.align-center {
    width: 197px;
    padding-bottom: 20px;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .title_wrap {
    margin-top: 0;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .cm-col.con_img_right {
    padding-bottom: 20px;
    margin: 10px 0;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .title_wrap h2 {
    font-size: 25px;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap {
    padding: 50px 15px !important;
  }
  .hs_mobile_row4_grp .module_1643709420479.cm_con_w_image_wrap .dmNewParagraph {
    margin: 0 !important;
    padding: 0;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .title_wrap {
    margin-top: 0;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .title_wrap {
    margin-top: 0;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .title_wrap h2 {
    font-size: 25px;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .dmNewParagraph {
    margin-top: 0 !important;
  }
  .hs_mobile_row2_grp .module_1643709115537.cm_con_w_image_wrap .title_wrap h2 {
    font-size: 25px;
  }
  .hs_mobile_row3_grp .module_16437092560123.cm_con_w_image_wrap .imageWidget {
    max-width: 197px;
  }

  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .page-header.section-header {
    padding-top: 85px;
    padding-bottom: 0;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 100px;
    padding: 0;
    margin: 0;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .page-header.section-header h1 {
    margin-bottom: 18px;
    font-size: 42px;
    padding-top: 0px;

  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:first-child {
    padding: 0;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4 {
    width: 100%;
    padding: 0;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child {
    padding: 0;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:first-child .hs_cos_wrapper_type_rich_text {
    margin: 0;
    padding: 0 15px;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:first-child .hs_cos_wrapper_type_rich_text p {
    font-size: 17px;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child .hs_cos_wrapper_type_rich_text h2 {
    font-size: 25px;
    padding-top: 20px;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child {
    padding: 0 15px;
    padding-bottom: 50px;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .row-fluid .span4:last-child .hs_cos_wrapper_type_rich_text p img {
    max-width: 100%;
    width: 100%;
    max-width: 320px;
  }

  .hs_features_row4_grp .widget_1643692107258.cm_con_w_image_wrap .title_wrap h2 {
    margin-top: 0;
  }

  .hs_mobile_row1_grp .dnd-section[class*="background-image"] .page-header.section-header h1 {
    line-height: 1.24;
  }
  .hs_features_row4_grp .cm_con_w_image_wrap .slider_container {
    margin-top: 0px;
  }
  .hs_mobile_row1_grp .dnd-section[class*="background-image"] {
    background: none !IMPORTANT;
  }
}
@media (max-width: 479px){
  .hs_features_page .cm_con_w_image_wrap .con_slider_wrap .con_slider_item a {
    max-width: 320px;
  }
}

.st0-1223068199{display:none;}
.st1-1223068199{display:inline;fill:#003764;}
.st2-1223068199{display:inline;fill:#FFFFFF;}
.st3-1223068199{display:none;fill:#0477BC;}
.st4-1223068199{display:inline;fill:#0477BC;}
.st5-1223068199{display:inline;fill:#117ABD;}
.st6-1223068199{fill:#107EC0;}
.st7-1223068199{display:inline;fill:#107EC0;}

.st0-1747809553{display:none;}
.st1-1747809553{display:inline;fill:#003764;}
.st2-1747809553{display:inline;fill:#FFFFFF;}
.st3-1747809553{display:none;fill:#0477BC;}
.st4-1747809553{display:inline;fill:#0477BC;}
.st5-1747809553{display:inline;fill:#117ABD;}
.st6-1747809553{display:inline;fill:#107EC0;}
.st7-1747809553{fill:#107EC0;}

.st0-1399616320{display:none;}
.st1-1399616320{display:inline;fill:#003764;}
.st2-1399616320{display:inline;fill:#FFFFFF;}
.st3-1399616320{display:none;fill:#0477BC;}
.st4-1399616320{display:inline;fill:#0477BC;}
.st5-1399616320{display:inline;fill:#117ABD;}
.st6-1399616320{display:inline;fill:#107EC0;}
.st7-1399616320{fill:#107EC0;}

.st0-1043011233{display:none;}
.st1-1043011233{display:inline;fill:#003764;}
.st2-1043011233{display:inline;fill:#FFFFFF;}
.st3-1043011233{display:none;fill:#0477BC;}
.st4-1043011233{display:inline;fill:#0477BC;}
.st5-1043011233{display:inline;fill:#117ABD;}
.st6-1043011233{display:inline;fill:#107EC0;}
.st7-1043011233{fill:#107EC0;}

.st0-1369852228{display:none;}
.st1-1369852228{display:inline;fill:#003764;}
.st2-1369852228{display:inline;fill:#FFFFFF;}
.st3-1369852228{display:none;fill:#0477BC;}
.st4-1369852228{display:inline;fill:#0477BC;}
.st5-1369852228{display:inline;fill:#117ABD;}
.st6-1369852228{fill:#117ABD;}
.st7-1369852228{fill:#107EC0;}

.st0-1782126223{display:none;}
.st1-1782126223{display:inline;fill:#003764;}
.st2-1782126223{display:inline;fill:#FFFFFF;}
.st3-1782126223{display:none;fill:#0477BC;}
.st4-1782126223{display:inline;fill:#0477BC;}
.st5-1782126223{fill:#117ABD;}
.st6-1782126223{display:inline;fill:#117ABD;}
.st7-1782126223{fill:#107EC0;}
/* Menu and simple menu */

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


/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}