*,*: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: 28px;
    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: 28px;
        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: 28px;
        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;
}

.hs-inline-edit .aos-init {
  opacity: 1 !important;
  transform: none !important;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 80%;
  padding: 0 20px;
}
.body-container {
  background-color: #fafafa;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 90%;
  overflow: hidden;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  color: #92959F;
  line-height: 1.4;
  word-break: break-word;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
/****************************************/
/*              Paragraphs             */
/****************************************/
p {
  font-size: 14px;
  line-height: 1.6;
}
strong {
  font-weight: 700;
}
/****************************************/
/*              Anchors             */
/****************************************/
a {
  color: #0A57FB;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
/****************************************/
/*              Headings             */
/****************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242A3F;
  font-weight: 700; 
  margin: 0 0 20px;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
h5 {
  font-size: 16px;
  line-height: 24px;
}
h6 {
  font-size: 12px;
  line-height: 1.1;
}
/****************************************/
/*              Lists             */
/****************************************/
ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
}
/****************************************/
/*             Code blocks             */
/****************************************/
code {
  vertical-align: bottom;
}
/****************************************/
/*              Blockquotes             */
/****************************************/
blockquote {
  border: 0;
  margin: 0 auto 2.5rem;
  max-width: 767px;
  padding: 80px 0px 0px;
  position: relative;
}
blockquote:after {
  background-image: url(https://9416666.fs1.hubspotusercontent-na1.net/hubfs/9416666/raw_assets/public/Ruffino/images/footer-logo/blockquote.svg);
  content: "";
  display: block;
  height: 38px;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 50px;
}
/****************************************/
/*        Horizontal rules           */
/****************************************/
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
/****************************************/
/*      Subscripts and superscripts     */
/****************************************/
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/****************************************/
/*            Focus styles             */
/****************************************/
:focus {
  outline: auto;
  outline-color: green;
}
.disable-focus-styles :focus {
  outline: none;
}
/****************************************/
/*         Media Queries             */
/****************************************/
@media only screen and (min-width: 768px) {
  body, html {
    font-size: 14px;
    line-height: 1.6;
  }
  p{
    font-size: 14px;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  body, html {
    font-size: 16px;
    line-height: 1.6;
  }
  p {
    line-height: 1.6;
  }
  h1 {
    font-size: 72px;
    line-height: 80px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3 {
    font-size: 32px;
    line-height: 24px;
  }
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.st-btn__primary:focus,.st-btn__secondary:focus,.st-btn__outlined:focus,.st-btn--transparent:focus {
  outline: none;
}
.st-btn__primary {
  background: #0A57FB;
  border: 1px solid #0A57FB;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s all;
}
.st-btn__primary:hover {
  background: #ffffff;
  border: 1px solid #0A57FB;
  color: #0A57FB;
  transition: 0.5s all;
  transform: translateY(-3px);
}
.st-btn__secondary {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: none;
  color: #0A57FB;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.5s all;
}
.st-btn__secondary:hover {
  background: #ffffff;
  box-shadow: none;
  color: #0A57FB;
  transition: 0.5s all;
  transform: translateY(-3px);
}
.st-btn__outlined {
  background: transparent;
  border: 1px solid  #0A57FB;
  border-radius: 10px;
  color:  #0A57FB;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.5s all;
}
.st-btn__outlined:hover {
  background: #0A57FB;
  border: 1px solid  #0A57FB;
  color:  #ffffff;
  transition: 0.5s all;
  transform: translateY(-3px);
}
.st-btn--primary-full-width {
  text-align: center;
  width: 100%;
}
.st-btn--primary-full-width:hover {
  background: #ffffff;
  color: #0A57FB;
  transform: translateY(-3px);
}
.st-btn--transparent {
  background-color: transparent!important;
  border: 1.5px solid #ffffff !important;
  border-radius: 10px;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  box-shadow: none;
}
.st-btn--transparent:hover {
  color: #ffffff !important;
  transform: translateY(-3px);
}
.hs-form-field {
  margin-bottom: 30px;
}

/* Form Header */

.hs-main-font-element {
  background-color: #ffffff;
}
.hs-main-font-element h1 {
  color: #5B5F6F;
}
/* Labels */

form label {
  color: #5B5F6F;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #5B5F6F;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
select,
textarea {
  background-color: #FAFAFA;
  border: 1px solid #92959F;
  border-radius: 10px;
  color: #92959F;
  display: inline-block;
  font-size: 16px;
  padding: 15px 20px;
  width: 100% !important;
}
option {
  color: #92959F;
}
input[type=file] {
  border: none;
  border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #92959F;
}

::-moz-placeholder {
  color: #92959F;
}

:-ms-input-placeholder {
  color: #92959F;
}

:-moz-placeholder {
  color: #92959F;
}

::placeholder {
  color: #92959F;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
}

.body-container-wrapper .inputs-list>li {
  padding: 0;
}

.body-container-wrapper .inputs-list>li:after {
  display: none;
}

.body-container-wrapper .inputs-list>li label {
  font-size: 12px;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

form .hs-form-radio-display span {  
  font-weight: 500;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #5B5F6F;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #FF0000;
  margin-top: 0.35rem;
}
.error {
  border: 1px solid #ff0000 !important;
}
.hs-form-field label .hs-form-required {
  color: #ff0000;
}
/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: #0A57FB;
  border: 1px solid #0A57FB;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family:'Raleway';
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: 1.1;
  margin: 0;
  outline: none;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.3s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #0A57FB;
  border-color: #0A57FB;
  
  color: #FFF;
  outline: none;
  transition: all 0.3s linear;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(10, 87, 251, 0.7);
  border-color: #0A57FB;
  
  color: #FFF;
}
/* Date Input */
.hs-form-field .hs-dateinput .hs-datepicker {
  top: -20px;
}
.error {
  width: fit-content;
}
.hs-error-msgs .hs-main-font-element {
  color: #f00;
}
.form-columns-3 .hs-fieldtype-text.hs-form-field {
  margin-right: 0;
  width: 33.3%;
}
fieldset.form-columns-2 .hs-form-field:last-child .input,
fieldset.form-columns-3 .hs-form-field:last-child .input{
  margin: 0;
}
fieldset {
  margin-right: 5px !important;
}
fieldset .hs_check .hs-input {
  width: 15px !important;
  height: 15px;
}
fieldset .legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  margin-top: 3px;
  width: 15px !important;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  fieldset.form-columns-3 .hs-form-field {
    width: 33.3% !important;
  }
  fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  fieldset.form-columns-1 .hs-form-field .input {
    margin: 0 !important;
  }
  .form-columns-2 .hs-fieldtype-text.hs-form-field {
    width: 50%;
  }
}
/****************************************/
/*               Table                  */
/****************************************/
table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
tbody + tbody {
  border-top: 2px solid #DEE2E6;
}
/****************************************/
/*              Table Cells             */
/****************************************/
th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}
/****************************************/
/*           Table Header               */
/****************************************/
thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Disable animations in page editor */
body.hubspot-disable-focus-styles .animation-enable {
  visibility: visible!important;
}
/****************************************/
/*             footer global          */
/****************************************/
.st-footer-menu {
  margin-bottom: 30px;
}
.st-footer-wrap {
  padding: 70px 0 40px 0;
}
.st-footer-icon svg {
  height: 20px;
  width: 20px;
}
.st-footer__logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}
.st-footer-logo a img {
    max-width: 60px;
}
.st-footer-icon:not(:last-child) {
  margin-right: 30px;
}
.st-footer .st-footer__copyright {
  font-weight: 400;
}
.st-footer__copyright a {
  padding: 0 15px;
  border-left: 2px solid;
  border-color: #5B5F6F;
}
.st-footer__copyright a:first-child {
  margin-left: 10px;
}
.st-footer-full-width .st-footer__copyright {
  flex: 0 0 100%;
  margin: 0 0 20px;
  max-width: 100%;
  text-align: center;
}
.st-footer .hs-menu-item a {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  transition: 0.3 linear all;
}
/****************************************/
/*        end of footer global        */
/****************************************/
/****************************************/
/*         vertical navigation          */
/****************************************/
.st-footer-full-width .st-footer-wrap {
  position: relative;
}
.st-footer-full-width .st-footer__upper-row {
  display: flex;
  flex-wrap: wrap;
}
.st-footer-full-width .st-footer__info.st-footer-col {
  flex: 0 0 100%;
  margin: 0 auto;
  max-width: 100%;
  margin-right: 0;
  text-align: center;
}
.st-footer-full-width .st-footer-para {
  margin-bottom: 20px;
}
.st-footer-full-width .st-footer-logo a {
  display: block;
  position: relative;
  z-index: 9;
}
.st-footer-full-width .st-footer-logo:before {
  background-color: #242A3F;
  border-radius: 50%;
  content: '';
  height: 115px;
  left: -30px;
  position: absolute;
  top: -20px;
  width: 115px;
}
.st-footer-full-width .st-footer-logo {
  position: absolute;
  margin-top: -95px;
  left: 50%;
  transform: translateX(-50%);
}
.st-footer-full-width .st-footer__navigation.st-footer-col {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin: 30px auto 0;
  max-width: 100%;
  text-align: center;
}
.st-footer-full-width .st-footer__col.st-footer__nav {
  flex: 0 0 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 0 0;
}
.st-footer-full-width .st-footer__bottom-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.st-footer-full-width .st-footer__col.st-footer__nav ul {
  display: flex;
  flex-direction: column;
  position: static;
  opacity: 1;
  background: transparent;
}
.st-footer-full-width .st-footer__social-icon-wrapper {
  display: flex;
  flex: 0 0 100%;
  margin: 0 auto;
  max-width: 170px;
  justify-content: flex-end;
  align-items: center;
}
.st-footer-full-width .st-footer-link-heading {
  margin-bottom: 30px;
}
.st-footer-full-width .st-footer__upper-section {
  margin-bottom: 80px;
}
/****************************************/
/*    end of vertical navigation        */
/****************************************/
/****************************************/
/*         horizontal navigation        */
/****************************************/
.st-footer-container .st-footer-wrap {
  padding: 40px 0;
  text-align: center;
}
.st-footer-container-width .st-footer__logo {
  margin: 0 0 0 30px;
}
.st-footer-container .st-footer-logo-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.st-footer-full-width .st-footer__col.st-footer__nav .hs-menu-item a:hover {
  transition: 0.3 linear all;
}
.st-footer-link-heading-wrap {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.st-footer__nav {
  display: inline-block;
  margin: 0 5px;
}
.st-footer-link-heading {
  line-height: 24px;
}
.st-footer-container .st-footer__copyright {
  margin-bottom: 30px;
  line-height: 30px;
}
.st-footer-container__social-icon img {
  max-width: 50px;
}
.st-footer-container__social-icons-wrap a:last-child {
  margin: 0;
}
.st-footer-container__social-icons-wrap a {
  display: inline-block;
  margin-right: 30px;
}
.st-footer-container__social-icons-wrap svg {
  height: 20px;
  width: 20px;
}
.st-footer__social-icon-wrapper,
.st-footer__social-icon-wrapper a {
  display: inline-block;
}
body .st-footer-container-width .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  text-align: left;
}
body .st-footer .hs-menu-children-wrapper {
  margin-left: 20px;
}
/****************************************/
/*     end of  horizontal navigation    */
/****************************************/
body .st-footer__heading-para:last-child {
  margin: 0;
}
.st-footer__col .active-branch > li {
  margin-bottom: 0;
}
.st-footer-full-width .st-footer__col.st-footer__nav .hs-menu-item a:last-child {
  margin-bottom: 5px;
}
.st-footer-full-width .st-footer__col.st-footer__nav .hs-menu-item .hs-menu-depth-3:last-child {
  margin-bottom: 5px;
}
body .st-footer .hs-menu-children-wrapper li a {
  font-size: 14px;
}
.st-footer-menu .hs-menu-wrapper>ul > li:last-child {
  margin: 0;
}
body .st-footer-container-width .hs-menu-wrapper .hs-menu-children-wrapper {
  opacity: 1;
  position: static;
}
.st-footer-container-width .hs-menu-wrapper > ul {
  justify-content: center;
}
body .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  flex-direction: row;
}
body .st-footer-container-width .st-footer-menu .hs-menu-wrapper > ul > li {
  margin-right: 20px;
  width: auto; 
}
body .st-footer-container-width .st-footer-menu .hs-menu-wrapper > ul > li:last-child {
  margin: 0;
}


/****************************************/
/*   scroll to top footer             */
/****************************************/
.scroll-to-top-wrap {
  background: #74b2fd;
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 20px;
  height: 50px;
  width: 50px;
  z-index: 44;
  border-radius: 50%;
  opacity: 0;
  transition: all .4s ease-in-out 0s;
}
.scroll-to-top-btn {
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 22px auto 0;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  border-left: 1px solid #fff;
}
/****************************************/
/*   end of scroll to top footer        */
/****************************************/
/****************************************/
/*      footer with no-navigation       */
/****************************************/
body .st-footer-no-navigation .st-footer-logo-heading {
  margin-bottom: 80px;
}
body .st-footer-no-navigation .st-footer__copyright {
  margin-bottom: 20px;
}
/****************************************/
/*  End of footer with no-navigation    */
/****************************************/
/****************************************/
/*              media query             */
/****************************************/
@media only screen and (max-width: 992px) {
  .st-footer-full-width .st-footer__navigation.st-footer-col {
    justify-content: center;
  }
}
@media only screen and (min-width: 560px) {
  .st-footer-full-width .st-footer__col.st-footer__nav {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .st-footer-container-width .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    flex-direction: row;
  }
}
.st-footer__social-icon-wrapper svg {
  width: 20px;
  height: 20px;
}

.st-footer__social-icon-wrapper a {
  margin-right: 20px;
}

.st-footer__social-icon-wrapper a:last-child {
  margin-right: 0;
}

.st-footer-full-width .st-footer__col.st-footer__nav:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .st-footer-full-width .st-footer__info.st-footer-col {
    flex: 0 0 50%;
    margin: 0 auto;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .st-footer-full-width .st-footer__navigation.st-footer-col { 
    margin: 0;
  }
  .st-footer-full-width .st-footer__col.st-footer__nav {
    flex: 0 0 25%;
    margin: 0;
    max-width: 25%;
    padding: 30px 30px 0 0;
    text-align: left;
  }
  .st-footer__nav {
    margin: 0 15px;
  }
  .st-footer-container__social-icon img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .st-footer-full-width .st-footer__info.st-footer-col {
    flex: 0 0 calc(35% - 50px);
    margin: 0;
    max-width: calc(35% - 50px);
    margin-right: 50px;
    text-align: left;
  }  
  .st-footer-full-width .st-footer__copyright {
    flex: 0 0 80%;
    margin: 0;
    max-width: 80%;  
    text-align: left;
    padding-right: 30px;
  }  
  .st-footer-full-width .st-footer__social-icon-wrapper {
    margin: 0;
  }
  .st-footer-full-width .st-footer-logo {
    left: 50px;
  }
  .st-footer-full-width .st-footer__navigation.st-footer-col {
    flex: 0 0 65%;
    max-width: 65%;
  }  
  .st-footer-full-width .st-footer__col.st-footer__nav {
    padding: 0 30px 30px 0;
  } 
}
/****************************************/
/*         end of media query           */
/****************************************/




.hs-menu-wrapper ul {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/****************************************/
/*            Horizontal menu           */
/****************************************/
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/****************************************/
/*            Vertical menu            */
/****************************************/
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/****************************************/
/*             Flyouts                  */
/****************************************/
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/*         Blog List Banner             */
/*****************************************/  
.st-blog-banner__img-wrap {
  position: relative;
}
.st-blog-banner__img {
  position: relative;
}
.st-blog-banner__img img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.st-blog-banner__content-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.st-blog-banner__content-container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.st-blog-banner__title h1 {
  color: #ffffff;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.st-blog-banner__content p {
  color: #ffffff;
  margin: 30px auto;
  max-width: 750px;
  text-align: center;
}
/****************************************/
/*   End of Blog List Banner             */
/****************************************/
/****************************************/
/*   Blog Treading Compact Layout        */
/****************************************/
.st-blog-trending {
  padding: 60px 0 0;
}
.st-trending-post {
  padding: 50px 0 20px;
}
.st-blog-trending__wrap {
  display: flex;
  flex-wrap: wrap;
}
.st-trending-post__blog {
  align-items: flex-start;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 100%;
}
.st-trending-post__content {
  flex: 0 0 100%;
  max-width: calc(100% - 100px);
}
.st-trending-post__img {
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
  width: 80px;
}
.st-trending-post__img img {
  height: 100%;
  object-fit: cover;
  position: relative;
}
.st-trending-post__title {
  font-family: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.blog-header__title {
  text-align: center;
  text-transform: capitalize;
  margin: 50px 0 0 0;
  font-weight: 500;
}
.blog-header__title span {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

/*****************************************/
/*        Blog List Compact Layout       */
/*****************************************/
.st-blog {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.st-blog__listing,
.st-blog__side {
  flex: 0 0 100%;
  max-width: 100%;
}
.st-blog__listing-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.st-blog__listing-row:last-child {
  margin-bottom: 0;
}
.st-blog__listing-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}

.st-blog__listing-cta {
  bottom: 0;
  left: 0;
  position: absolute;
}

.st-blog__listing-cta a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.st-blog__listing-cta svg {
  margin-left: 10px;
}

.st-blog__listing-thumbnail {
  flex: 0 0 100%;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}

.st-blog__listing-thumbnail img {
  width: 100%;
}
.st-blog__listing-meta {
  font-size: 12px;
}
.st-blog__listing-title {
  margin: 5px 0 10px;
  text-transform: uppercase;
}
.st-blog__listing-img {
  display: block;
  overflow: hidden;
}
/*****************************************/
/*    End of Blog List Compact Layout    */
/*****************************************/
/*****************************************/
/*         Blog List Grid Layout        */
/*****************************************/
.st-blog__listing--grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.st-blog__listing-row--grid {
  flex: 0 0 100%;
  flex-direction: unset;
  max-width: 100%;
}
.st-blog__listing-thumbnail--grid,
.st-blog__listing-content--grid {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}
.st-blog__listing-thumbnail--grid {
  margin-bottom: 25px;
}
.st-blog__listing-thumbnail--grid img {
  width: 100%;
}
/*****************************************/
/*     End of Blog List Grid Layout     */
/*****************************************/
/*****************************************/
/*              Sidebar Tag             */
/*****************************************/
.st-blog__side-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.st-blog__side h4 {
  margin-bottom: 50px;
  text-transform: uppercase;
}
.st-blog__side-tag a {
  display: inline-block; 
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 8px 16px;
  text-transform: capitalize;
}
/*****************************************/
/*         Grid Side Bar                 */
/*****************************************/
.st-blog__side--card h4 {
  margin-bottom: 20px;
}
.st-blog__side-tag-list--card {
  display: block;
}
.st-blog__side-tag-list--card a {
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 22px 0;
  text-transform: uppercse;
}
.st-trending-post--sidebar {
  border: none;
  padding: 22px 0 0;
}
.st-blog-trending__wrap--sidebar {
  display: block;
}
.st-blog-trending__wrap--sidebar .st-trending-post__blog {
  margin-right: 0 !important;
  max-width: 100%;
  padding-bottom: 20px;
}
.st-blog-trending__wrap--sidebar .st-trending-post__blog:last-child {
  margin: 0;
}
/*****************************************/
/*         End of Grid Side Bar        */
/*****************************************/ 
/*****************************************/
/*         Blog List Pagination        */
/*****************************************/  

.st-blog__pagination {
  margin: 0 auto;
  text-align: center;
}
.blog-pagination__link.blog-pagination__prev-link,.blog-pagination__next-link {
  display: none;
}
.blog-pagination__number-link-wrap {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 30px;
  line-height: 30px;
  outline: none;
  width: 30px;
}
.blog-pagination__link.blog-pagination__number-link {
  background: transparent;
  border-radius: 50%;
  display: block;
  height: 30px;
  line-height: 30px;
  outline: none;
  transition: 0.3s linear all;
  width: 30px;
}
.blog-pagination__link.blog-pagination__number-link:hover {
  color: #ffffff;
  transition: 0.3s linear all;
}

/*****************************************/
/*      End of Blog List Pagination      */
/*****************************************/
/*****************************************/
/*         Blog Detail                 */
/*****************************************/

.st-blog__side-tag a {
  border-color: #0A57FB;
  border-width: 1px;
  border-style: solid;
}
.st-blog__side-tag-list--card a {
  border-bottom-color:  #92959F;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.st-blog__side-tag-list--card a {
  color: #5B5F6F;
}
.st-blog__listing-meta,
.st-blog__listing-meta a,
.st-blog__listing-text,
.st-blog-recent-posts__post-wrap h6 a {
  color: #92959F;
}
.st-blog__listing-img img,.st-blog__side-tag a,.st-blog-post-banner__img:after,.body-container--blog-post img {
  border-radius: 10px;
}
.st-blog-post__meta {
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.st-blog-list__subscribe-form-wrapper {
  padding: 100px 0 0;
}
.st-blog-list__subscribe-form-title h5 {
  text-transform: uppercase;
}
.st-blog-post-banner__img {
  position: relative;
}
.st-blog-post-banner__img img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.st-blog-post-banner__img:after {
  bottom: 0;
  box-shadow: 0px 10px 20px rgba(192, 218, 249, 0.35);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.st-blog-post-banner__wrap {
  margin: 0 0 15px 0;
}
.st-blog-post__heading {
  margin: 0 0 15px 0;
}
.st-blog-post__timestamp {
  margin: 0 0 25px 0;
}
.st-blog-post__content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.body-container--blog-post {
  padding: 50px 0;
}
.st-blog-post__body blockquote,
.st-blog__side-tag a,
.st-blog-post__body p strong {
  color: #0A57FB;
}
.st-blog-post-banner__img img {
  display: block;
  width: 100%;
}
.st-blog-post__body-wrap {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.body-container-wrapper .body-container--blog-post ul {
  list-style: none;
}
.body-container-wrapper .body-container--blog-post ul li {
  position: relative;
}
.body-container--blog-post .st-blog-post__body ul li::after {
  border-radius: 50%;
  content: "";
  height: 5px;
  left: -22px;
  position: absolute;
  top: 10px;
  width: 5px;
}
.st-blog-post__body p {
  padding: 15px 0 15px 0;
}
.st-blog-post__body ul {
  margin: 0;
  padding: 15px 0 15px 40px;
}
.st-blog-post__body img {
  max-width: 100%;
}
.blog-post__tags {
  margin: 25px 0 0 0;
}
.blog-post__tags span {
  display: inline-block;
}
.blog-post__tags span svg {
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  fill: #0A57FB;
}
.blog-post__tags .blog-post__tag-link {
  color: #000000;
  margin: 0 0 0 10px;
  text-transform: capitalize;
}
/*****************************************/
/*         Blog Post Comments               */
/*****************************************/

.st-blog-post__comment-heading h3 {
  margin: 40px 0 20px;
}
.st-blog-post__comments-wrap .st-blog-post__comments .actions {
  margin: 50px 0 0 0;
}
.st-blog-post__comments-wrap .st-blog-post__comments .hs_firstname.hs-firstname {
  display: inline-block;
  margin-right: 20px;
  max-width: 100%;
  width: 100%;
}
.st-blog-post__comments-wrap .st-blog-post__comments .hs_lastname.hs-lastname {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.body-container--blog-post .st-blog-post__comments .hs-error-msg {
  left: 0;
  position: absolute;
  bottom: -25px;
}
/****************************************/
/*   Recent Posts             */
/****************************************/

.st-blog-recent-posts {
  padding: 50px 0 0 0;
}
.st-blog-recents-posts__title {
  margin: 0 auto 20px;
}
.st-blog-recent-posts__title a {
  color: #242A3F;
}
.st-blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.st-blog-recent-posts__post-wrap {
  flex: 0 0 100%;
  padding: 0 0 15px 0;
}
.st-blog-recent-posts__list .st-blog-recent-posts__post-wrap:nth-child(3n) {
  padding-right: 0;
}
.st-blog__post-cta a {
  font-weight: 700;
}
.st-blog__post-cta svg {
  vertical-align: middle;
}
.st-blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 240px;
  margin-bottom: 16px;
}
.st-blog-recent-posts__meta {
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .st-blog-post-banner__wrap {
    margin: 0 0 30px 0;
  }
  .st-blog-post__heading {
    margin: 0 0 30px 0;
  }
  .st-blog-post__meta {
    margin: 0 0 30px 0;
  }
  .body-container--blog-post {
    padding: 100px 0;
  }
  .st-blog-recent-posts {
    padding: 100px 0 0 0;
  }
  .st-blog-post__comment-heading h3 {
    margin: 40px 0 40px;
  }
  .st-blog-recents-posts__title {
    margin: 0 auto 40px;
  }
  .st-blog-post__comments-wrap .st-blog-post__comments .hs_firstname.hs-firstname {
    max-width: calc(50% - 10px);
  }
  .st-blog-post__comments-wrap .st-blog-post__comments .hs_lastname.hs-lastname {
    max-width: calc(50% - 10px);
  }
  .st-blog-recent-posts__post-wrap {
    flex: 0 0 calc(100%/3);
    padding: 0 15px 0 0;
  }
}
/****************************************/
/*            Error 404 Page            */
/****************************************/
.error-page {
  padding: 150px 25px;
  text-align: center;
}
.error-page__banner {
  padding: 0 0 20px 0;
}
.error-page__banner img {
  width: 100%;
}
.error-page__heading {
  text-transform: capitalize;
}
.error-page .error-page__content-wrap h1 {
  font-size: 40px;
}
.error-page__content {
  padding: 20px 0 40px 0;
}
.systems-page {
  padding: 150px 15px;
}
.systems-page h1 {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}
.st_pass_txt {
  padding: 0 0 20px;
}
.password-prompt #hs-pwd-widget-password {
  background: transparent;
  box-sizing: border-box;
  height: auto !important;
  max-width: 100%;
  outline: none;
  padding: 15px 10px;
  width: 100% !important;
}
.password-prompt input[type=password] {
  display: block;
  margin: 0 0 40px 0;
}
.st-subscription-preferences h1 {
  font-weight: 600;
  margin: 0 0 30px 0 !important;
}
.st-subscription-preferences h2 {
  color: #0A57FB;
  font-weight: 500;
  text-transform: uppercase;
}
.st-subscription-preferences .header {
  margin: 30px 0;
}
.st-subscription-preferences .item .item-inner {
  background: #F1F7FA;
  box-shadow: 0px 10px 20px rgba(192, 218, 249, 0.35);
  padding: 10px 20px;
}
.st-subscription-preferences .subscribe-options {
  margin: 70px 0 40px 0;
}
.st-subscription-preferences .subscribe-options .header {
  margin: 0 0 20px 0;
}
.st-subscription-preferences .subscribe-options input[type=checkbox] {
  margin: 0 5px 0 0 !important;
}
.st-subscription-preferences .item .item-inner .checkbox-row {
  position: relative;
}
.st-subscription-preferences .item .item-inner .checkbox-row .fakelabel span {
  color: #5B5F6F;
  font-weight: 700;
}
.st-subscription-preferences .item .item-inner p {
  padding: 0 0 0 15px;
}
.backup-unsubscribe #email-prefs-form h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.backup-unsubscribe input[type=submit] {
  margin: 30px 0 0 0;
}
.backup-unsubscribe input[type=email] {
  background: transparent;
  box-sizing: border-box;
  display: block;
  height: auto !important;
  max-width: 100%;
  outline: none;
  padding: 15px 10px !important;
  width: 100% !important;
}
.st-search-result .hs-search-field__input {
  background: transparent;
  box-sizing: border-box;
  height: auto !important;
  outline: none;
  padding: 15px 10px !important;
}
.maintenance-page {
  padding: 150px 25px;
}
.maintenance-page h1 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.maintenance-page__content-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.maintenance-page__banner {
  text-align: center;
}
body .hs-search-results__listing li {
  margin: 0 0 25px 0;
}
body .hs-search-results__title {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (min-width: 768px) { 
  .error-page__banner {
    padding: 0 0 40px 0;
  }
  .error-page .error-page__content-wrap h1 {
    font-size: 64px;
  }
  .error-page__content {
    padding: 30px 0 40px 0;
  }
  .password-prompt #hs-pwd-widget-password,
  .backup-unsubscribe input[type=email] {
    width: 40% !important;
  }
}
@media only screen and (min-width: 992px) { 
  .error-page__banner {
    padding: 0 0 60px 0;
  }
  .error-page__content {
    padding: 50px 0 40px 0;
  }
  .error-page .error-page__content-wrap h1 {
    font-size: 72px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/****************************************/
/*           HOMEPAGE 1                */
/****************************************/
@media only screen and (max-width: 1300px) {
  .st-meet-our-team__slider button.owl-prev,
  .st-meet-our-team__slider button.owl-next {
    position: relative !important;
  }
  .st-meet-our-team__slider .owl-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
  }
  .st-meet-our-team__slider button.owl-next {
    right: 0 !important;
  }
  .st-meet-our-team__slider button.owl-prev {
    left: 0 !important;
  }
  .st-cta__layout-1-row {
    padding: 40px 0;
  }
  .st-cta__layout-1-btn-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0 0 0;
    text-align: center;
  }
  .st-cta__cta-full-width-row {
    display: block !important;
  }
  .st-cta__cta-full-width-text-col,
  .st-cta__cta-full-width-btn-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center!important;
  }
  .st-cta__cta-full-width-text-col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .st-cta__layout-1-text-col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .st-vertical-tab__wrap {
    display: block !important;
  }
  .st-vertical-tab__contain,
  .st-vertical-tab__image-wrap {
    flex: 0 0 100% !important;
    max-width: 100% !Important
  }
}

@media screen and (min-width: 768px) {
  .st-blog-trending {
    padding: 80px 0 0;
  }
  
  .st-blog__listing-row--grid {
    flex: 0 0 50%;
    margin-right: 20px;
    max-width: calc(50% - 10px);
  }

  .st-blog__listing-row--grid:nth-child(2n) {
    margin-right: 0;
  }
  
  .st-blog__listing-content {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 15px;
  }
  
  .st-blog__listing-row {
    flex-direction: row;
  }
  
  .st-blog__listing-thumbnail {
    flex: 0 0 28%;
    max-width: 28%;
  }
  
  .st-blog__listing-thumbnail--grid,
  .st-blog__listing-content--grid {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }  
  .st-trending-post__blog {
    flex: 0 0 50.0%;
    margin-right: 30px;
    max-width: calc(50% - 15px);
  }  
  .st-trending-post__blog:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .st-blog__listing {
    flex: 0 0 65%;
    max-width: 65%;
  }  
  .st-blog__side {
    flex: 0 0 35%;
    max-width: 35%;
    padding-left: 40px;
  }  
  .st-trending-post__blog {
    flex: 0 0 33.33%;
    margin-right: 30px;
    max-width: calc(33.33% - 20px);
  }  
  .st-trending-post__blog:nth-child(2n) {
    margin-right: 30px;
  }  
  .st-trending-post__blog:nth-child(3n) {
    margin-right: 0;
  }  
  .st-blog-trending {
    padding: 100px 0 0;
  }
}
/****************************************/
/*        END OF HOMEPAGE 1           */
/****************************************/
.st-page-header__full-width {
  position: relative;
  background-color: rgba(36,42,63,1.0);
}
.st-page-header__main-wrapper .st-page-header-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
}
.st-page-header__main-wrapper .st-header1--logo {
  flex: 0 0 20%;
  max-width: 20%;
}
.st-page-header__main-wrapper .st-logo a,
.st-page-header__main-wrapper .st-logo span,
.st-page-header__main-wrapper .st-logo img {
  display: block;
}
.st-page-header__main-wrapper .st-header1--navbar {
  flex: 0 0 62%;
  max-width: 62%;
}
.st-page-header__main-wrapper .st-navbar>ul {
  align-items: center;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.st-page-header__main-wrapper .st-navbar ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.has-submenu.menu-item.hs-skip-lang-url-rewrite {
  position: relative;
}
.st-page-header__main-wrapper .st-navbar>ul>li {
  margin-right: auto;
}
.st-page-header__main-wrapper .st-navbar ul li a {
  color: #f1f7fa;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px 10px 12px !important;
  transition: .4s linear all;
}

.st-page-header__main-wrapper .st-navbar ul li a {
  display: block;
  max-width: 100%;
  overflow: auto;
  text-overflow: inherit;
  white-space: inherit;
}
.st-page-header__main-wrapper .submenu.level-2 {
  background: #ffffff;
}
.st-page-header1-container .st-btn-search--wrapper {
  align-items: center;
  display: flex;
  flex: 0 0 20%;
  justify-content: flex-end;
  max-width: 20%;
}
.st-header1--search.st-search {
  margin-right: 10px;
}
.st-page-header__main-wrapper .st-header1--search .hs-search-field__bar {
  display: none;
  z-index: 99999;
}
.st-page-header__main-wrapper .st-header1--search .open .hs-search-field__bar {
  display: block;
}

.st-page-header__main-wrapper .hs-search-field__bar {
  position: absolute;
  right: 15px;
  top: calc(100% - 0px);
  width: 100%;
  max-width: 300px;
}
.st-header1--language_switcher.st-language_switcher {
  margin-right: 20px;
  width: 15px;
  height: 15px;
}
.lang_switcher_class {
  position: relative;
  display: inline-block;
}
.globe_class {
  width: 15px !important;
  height: 15px !important;
}
.lang_list_class {
  top: 20px !important;
  width: 200px;
  border-radius: 10px;
  text-align: left !important;
}
.st-header1--btn a {
  display: block;
}
.st-hemburger, .st-strontium-icon {
  display: none;
}
.st-hemburger span {
  display: block;
}
.st-page-header__main-wrapper .has-submenu.menu-item.hs-skip-lang-url-rewrite a {
  position: relative;
  padding: 15px 30px;
}
.st-page-header__main-wrapper .st-navbar .level-2 li a {
  color: #242a2f;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px !important;
  transition: .4s linear all;
}
.level-2 .menu-arrow-bg {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #252a2f;
  display: inline-block;
  left: auto;
  padding: 3px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 993px) {
  .has-submenu.menu-item.hs-skip-lang-url-rewrite {
    position: relative;
    z-index: 99999;
  }
  .st-page-header__main-wrapper .level-1>.has-submenu.menu-item.hs-skip-lang-url-rewrite>a:after {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #0A57FB;
    display: inline-block;
    left: auto;
    padding: 3px;
    right: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .st-page-header__main-wrapper .has-submenu.menu-item.hs-skip-lang-url-rewrite:hover .submenu {
    width: 200px;
    background: #fff;
    box-shadow: 0px 10px 20px rgb(177 177 177 / 17%);
  }
  .st-page-header__main-wrapper .no-submenu.menu-item.hs-skip-lang-url-rewrite {
    transition: .4s linear all;
  }
  .st-page-header__main-wrapper .level-2 .hs-skip-lang-url-rewrite:hover {
    background: #74B2FD;
    transition: .4s linear all;
  }
  .st-page-header__main-wrapper .st-navbar .level-2 li:hover > a {
    color: #ffffff;
  }
  .submenu.level-3 {
    left: 100%;
    top: 0;
  }
  .level-1 > li.has-submenu.menu-item.hs-skip-lang-url-rewrite:hover .level-2,
  .level-2 > li.has-submenu.menu-item.hs-skip-lang-url-rewrite:hover .level-3 {
    display: block;
  }

}
.st-page-header__main-wrapper .level-2 .menu-arrow-bg {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 0 2px 2px 0;
  /*   border-color: #242A3F; */
  display: inline-block;
  left: auto;
  padding: 3px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.st-page-header__main-wrapper .btn-search svg {
  display: block;
}
.btn-search {
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
}
.st-page-header__main-wrapper .btn-search span {
  display: block;
}
.st-page-header__main-wrapper .btn-search svg {
  display: block;
  height: 15px;
  width: 15px;
}
.st-page-header__main-wrapper .st-header2--search .btn-search {
  right: 20px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
}
.st-header1--language_switcher.st-language_switcher {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.lang_list_class {
  top: 20px !important;
  width: 200px;
  border-radius: 10px;
  text-align: left !important;
}
.submenu.level-2,
.submenu.level-3 {
  display: none;
}

.st-page-header__main-wrapper .has-submenu .submenu {
  position: absolute;
}
.st-page-header__main-wrapper .submenu.level-2 {
  background: #fff;
}
.hs-search-field__suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .st-page-header__main-wrapper .st-header1--logo {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .st-page-header__main-wrapper .st-header1--navbar {
    flex: 0 0 63%;
    max-width: 63%;
  }
  .st-page-header1-container .st-btn-search--wrapper {
    flex: 0 0 21%;
    max-width: 21%;
  }

}
@media screen and (max-width: 992px) {
  .st-navbar {
    display: none;
  }
  .open-menu {
    display: block;
  }
  .st-page-header1-container {
    display: block;
  }
  .st-hemburger {
    cursor: pointer;
  }
  .st-hemburger, .st-strontium-icon {
    display: block;
  }
  .st-header1--hemburger.st-hemburger {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  .st-hemburger span {
    border-radius: 4px;
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 20px;
  }
  .st-hemburger span:nth-child(2) {
    top: 18px;
    width: 15px;
  }
  .st-hemburger span:nth-child(3) {
    top: 26px;
  }
  .st-page-header__main-wrapper .st-header1--navbar {
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999999;
  }
  .st-page-header__main-wrapper .st-header1--navbar>ul {
    display: block;
  }
  .st-page-header__main-wrapper .st-header1--navbar ul li {
    float: none !important;
    margin-right: 0;
  }
  .st-page-header__main-wrapper .hs-menu-item.hs-item-has-children > a::before {
    border-width: 0 2px 2px 0!important;
    right: 20px;
  }
  .st-page-header__main-wrapper .st-header1--logo {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .st-page-header1-container .st-btn-search--wrapper {
    flex: 0 0 calc(70% - 50px);
    margin-right: 50px;
    max-width: calc(70% - 50px);
  }
  .st-page-header__main-wrapper li.has-submenu.menu-item.hs-skip-lang-url-rewrite a {
    padding-right: 80px!important;
  }
  .menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    z-index: 999999999;
  }
  .st-page-header__main-wrapper .level-1 .menu-arrow-bg {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 0 2px 2px 0 !important;
    border-color: #f1f7fa;
    display: inline-block;
    left: auto;
    padding: 3px;
    right: 20px;
    top: 18px;
    transform: rotate(-45deg);
  }
  .st-page-header__main-wrapper .level-2 > li .menu-arrow-bg {
    border-style: solid;
    border-color: #242A3F;
    border-width: 0 2px 2px 0 !important;
  }
  .st-page-header__main-wrapper .has-submenu .submenu {
    position: relative !important;
  }
  .st-page-header__main-wrapper .submenu.level-3 {
    padding-left: 20px;
    border-bottom: 2px solid #74B2FD;
    width: 100% !important;
  }
  .submenu.level-2 {
    width: 100% !important;
  }
  .st-page-header__main-wrapper .st-header2--logo.st-logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .st-page-header__main-wrapper .st-header1--navbar {
    top: 100%;
  }
  .st-btn-search--wrapper {
    display: none!important;
  }
}
@media screen and (max-width: 400px) {
  .st-header1--search.st-search {
    margin-right: 20px;
  }
  .st-header1--btn .st-btn__primary {
    padding: 10px 18px;
  }
  .st-page-header1-container .st-btn-search--wrapper {
    flex: 0 0 calc(70% - 35px);
    margin-right: 35px;
    max-width: calc(70% - 35px);
  }
}


.st-page-header__main-wrapper .btn-search span {
  display: block;
}
.st-page-header__main-wrapper .btn-search svg {
  display: block;
  height: 15px;
  width: 15px;
}
.st-page-header2-container .st-strontium-icon {
  flex: 0 0 5%;
  max-width: 5%;
}
.st-page-header__main-wrapper .st-header2--search {
  flex: 0 0 40%;
  max-width: 40%;
}
.st-page-header__main-wrapper .st-header2--logo {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  justify-content: center;
}
.st-page-header__main-wrapper .st-header2--btn {
  display: flex;
  flex: 0 0 40%;
  justify-content: flex-end;
  max-width: 40%;
  align-items: center;
}
.st-page-header__main-wrapper .st-header2--search .hs-search-field {
  position: relative;
}
.st-page-header__main-wrapper .st-header2--search .btn-search {
  right: 20px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
}
.st-page-header__main-wrapper .st-header2--search .hs-search-field__bar {
  bottom: auto;
  position: relative;
  top: 0;
  right: 0;
  max-width: 100%;
}
.st-page-header__main-wrapper .st-header2--search input {
  width: 80%;
}
.st-page-header__main-wrapper .st-header2--navbar {
  flex: 0 0 70%;
  max-width: 70%;
}
.st-page-header__main-wrapper .st-header2--social-icons {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.st-header2--social-icons-repeater {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.st-header2--social-icons-repeater {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.st-header2--social-icons-repeater span {
  display: block;
  width: 20px;
  height: 20px;
}
.st-header2--social-icons-repeater svg {
  display: block;
  width: 20px;
  height: 20px;
}

.st-header2--navbar .submenu.level-1 {
  justify-content: flex-start !important;
}
@media only screen and (max-width: 992px) {
  .st-page-header__main-wrapper .st-header2--search {
    flex: 0 0 calc(70% - 5%) !important;
    max-width: calc(70% - 5%) !important;
  }
  .st-page-header__main-wrapper .st-header2--btn {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .st-header2--hemburger.st-hemburger {
    position: absolute;
    width: 50px;
    height: 50px;
  }
  .st-page-header__main-wrapper .st-header2--social-icons {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
  .st-header2--social-icons-repeater:last-child {
    margin-right: 0;
  }
  .st-page-header2-container .st-hemburger span:nth-child(1) {
    top: 16px;
  }
  .st-page-header2-container .st-hemburger span:nth-child(2) {
    top:25px;
  }
  .st-page-header2-container .st-hemburger span:nth-child(3) {
    top: 34px;
  }
  .st-header2--navbar.st-navbar.open-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 100%;
    left: 0;
    z-index: 99999;
  }
  .st-header2--navbar ul.submenu.level-1 {
    display: block;
  }
  .st-page-header__main-wrapper .st-header2--navbar.st-navbar>ul>li {
    margin-right: 0!Important;
  }
}
@media only screen and (max-width: 768px) {
  .st-header2--search.st-search, .st-page-header__main-wrapper .st-header2--logo {
    display: none;
  }
  .st-page-header2-container .st-strontium-icon {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .st-page-header__main-wrapper .st-header2--btn {
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}

/* Mega Menu */

.st-mega-menu .st-mega-menu--dropdown {
  position: relative;
}

.st-mega-menu__nav a {
  position: relative;
}

.st-mega-menu__nav > a:after {
  position: absolute;
  content: '';
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #0a57fb;
  display: inline-block;
  left: auto;
  padding: 3px;
  right: -17px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* .st-mega-menu--col  ul.submenu.level-2 {
display: block;
background: transparent;
} */

.st-mega-menu--search.st-search span,
.st-mega-menu--search.st-search svg {
  width: 20px;
  height: 20px;
  display: block;
}

.st-mega-menu--search .open .hs-search-field__bar {
  display: block !important;
  position: absolute;
  z-index: 9;
  top: 100%;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}

.st-mega-menu ul.submenu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.st-mega-menu li.has-submenu.menu-item.hs-skip-lang-url-rewrite {
  flex: 0 0 50%;
  margin-bottom: 25px;
  max-width: 50%;
}

.st-mega-menu li.has-submenu.menu-item.hs-skip-lang-url-rewrite > a {
  position: relative;
  font-weight: 600;
}
.st-mega-menu .st-mega-menu--options div,
.st-mega-menu .st-mega-menu--options img {
  height: 100% !important;
}

.st-mega-menu .st-mega-menu--options img {
  object-fit: cover;
}
.st-mega-menu .hs-search-field__bar {
  display: none;
}
.st-mega-menu .open .hs-search-field__bar {
  display: block;
}
.st-mega-menu .st-mega-menu__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.st-mega-menu .st-mega-menu__logo {
  flex: 0 0 15%;
  max-width: 15%;
}

.st-mega-menu .st-mega-menu__logo span,
.st-mega-menu .st-mega-menu__logo span a,
.st-mega-menu .st-mega-menu__logo span a img,
.st-mega-menu .st-mega-menu--btn.st-button a {
  display: block;
}

.st-mega-menu .st-mega-menu__navbar {
  flex: 0 0 67%;
  max-width: 67%;
  text-align: center;
}

.st-mega-menu .st-btn-search--wrapper {
  flex: 0 0 18%;
  max-width: 18%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.st-mega-menu .st-mega-menu--search {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.st-mega-menu .st-mega-menu__nav {
  display: inline-block;
  margin-right: 50px;
}

.st-mega-menu .st-mega-menu__nav:last-child {
  margin-right: 0!important;
}



.st-mega-menu .st-mega-menu--btn.st-button {
  display: inline-block;
}



.st-mega-menu--col.st-col-number--3 ul li,
.st-mega-menu--col.st-col-number--2 ul li {
  text-align: center;
}

.st-mega-menu .st-mega-menu--options img 
{
  width: 100%;
}

.st-mega-menu .st-mega-menu--col.st-col-number--2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.st-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.st-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
  white-space: inherit;
  max-width: 100%;
  overflow: inherit;
  text-overflow: inherit;
  text-decoration: none;
  font-weight: 700;
}

.st-mega-menu .hs-menu-item.hs-item-has-children>a::before {
  top: 16px;
  right: 0;
  left: auto;
}

.st-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background: transparent;
  position: static;
  opacity: 1;
  visibility: visible;
}

.st-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: inherit;
  max-width: 100%;
  overflow: inherit;
  text-overflow: inherit;
  text-decoration: none;
  width: 100%;
  padding: 4px 0;
}

.st-close {
  display: none;
}

.st-mega-menu input.hs-search-field__input {
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 0;
}
@media only screen and (min-width: 993px) {

  .st-mega-menu--col  ul.submenu.level-2 {
    display: block;
    background: transparent;
  }

  .st-mega-menu .level-1>li.has-submenu.menu-item.hs-skip-lang-url-rewrite>a:after {
    position: absolute;
    content: '';
    border-style: solid!important;
    border-width: 0 2px 2px 0 !important;
    border-color: #fff;
    display: inline-block;
    left: auto;
    padding: 3px;
    top: 7px;
    transform: rotate(45deg);
    right: -20px;
  }

  .st-mega-menu .st-mega-menu--col.st-col-number--3:last-child {
    margin-right: 0;
  }

  .st-mega-menu .st-mega-menu--col.st-col-number--3 {
    flex: 0 0 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    margin-right: 30px;
  }

  .st-mega-menu .st-mega-menu--options {
    display: none;
  }

  .st-mega-menu .st-mega-menu__nav:hover .st-mega-menu--options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .st-mega-menu .hs-menu-children-wrapper {
    position: unset !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .st-mega-menu .hs-menu-item.hs-item-has-children>a::before {
    display: none;
  }

  .st-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .st-mega-menu .st-mega-menu--options-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99999;
  }

  .st-mega-menu .st-mega-menu--options {
    padding: 50px 0;
  }

  .st-mega-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    transition: .4s linear all;
  }

  .st-mega-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children a:hover {
    color: #74B2FD;
    transition: .4s linear all;
  }

  .st-mega-menu .st-mega-menu__nav>a {
    margin: 20px 0;
    display: block;
  }

}



/* SEARCH */

/* .hs-search-field {
position: relative;
} */
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0, .1);
  outline: none;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
  font-size: 15px;
  font-style: normal;
}

body .row-fluid .hs-search-field--open ul.hs-search-field__suggestions {
  border: 1px solid #000;
  border-top: 0px;
  padding: 10px 0px;
  margin: 0px;
}

.search-box-container form{
  position: relative;
}

input[type="search" i]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-search-cancel-button{
  opacity: 0;
  display: none;
}

body .row-fluid .hs-search-field--open ul.hs-search-field__suggestions {
  display: none;
}

/* END OF SEARCH */


/* RESPONSIVE */

@media only screen and (max-width: 992px) {
  .st-mega-menu .level-1 .menu-arrow-bg {
    border-style: solid;
    border-width: 0 3px 3px 0 ;
    border-color: #242a2f;
    position: absolute;
    content: '';  
    display: inline-block;
    left: auto;
    padding: 3px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .st-mega-menu--col .submenu.level-2 {
    display: none ;
    padding-left: 20px;
    border-bottom: 2px solid;
    border-bottom-color: #74B2FD;
    padding-left: 20px;
  }

  .st-mega-menu__nav > a:after {
    right: 20px !important;
    border-style: solid!important;
    border-width: 0 2px 2px 0 !important;
    border-color: #242a2f;
  }

  .st-mega-menu .submenu.level-1>.has-submenu>.menu-arrow, .submenu>.has-submenu>.menu-arrow, .submenu .menu-arrow {
    padding-right: 0 !important;
  }

  .st-mega-menu .submenu.level-1>.has-submenu>.menu-arrow-bg, .submenu>.has-submenu>.menu-arrow-bg, .submenu .menu-arrow-bg {
    border-style: solid!important;
    border-width: 0 3px 3px 0 !important;
    border-color: #2a2a2f;
  }

  .hs-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 0 !Important;
    visibility: hidden !important;
  }
  .st-mega-menu__navbar {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 40%;
    max-width: 100% !important;
    background: #ffffff;
    right: -100%;
    height: 100vh;
    visibility: hidden;
    padding: 50px 0 0 0;
    transition: .4s linear all;
    box-shadow: 0px 10px 20px rgb(177 177 177 / 17%);
    overflow-y: auto;
  }
  .st-close {
    display: block;
    position: absolute;
    font-size: 20px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .st-close span {
    display: block;
  }
  .st-mega-menu .st-mega-menu__content {
    padding: 20px 15px;
  }

  .st-mega-menu--hemburger.st-hemburger {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .st-mega-menu__logo {
    flex: 0 0 32% !important;
    max-width: 32% !important;
  }

  .st-mega-menu .st-btn-search--wrapper {
    flex: 0 0 calc(68% - 40px) !important;
    max-width: calc(68% - 40px) !important;
  }

  .st-mega-menu__nav {
    display: block!important;
    margin: 0!important;
  }
  .st-mega-menu__navbar,
  .st-mega-menu--options-wrapper.show {
    background: #ffffff;
  }


  .st-mega-menu__nav>a {
    font-weight: 400;
    color: #242a2f!important;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
  }

  .side-menu {
    visibility: visible;
    transition: .4s linear all;
    right: 0;
  }

  .st-mega-menu .st-img {
    display: none;
  }

  .st-mega-menu .st-mega-menu__nav:hover .st-mega-menu--options {
    display: block;
  }

  .st-mega-menu .st-mega-menu__nav .st-mega-menu--options-wrapper {
    background: transparent !important;
  }

  .st-mega-menu--col.st-col-number--3,
  .st-mega-menu--col.st-col-number--2 {
    max-width: 100% !important;
  }

  .st-mega-menu--col.st-col-number--3:last-child ul li,
  .st-mega-menu--col.st-col-number--2:last-child ul li,
  .st-mega-menu--col.st-col-number--3 ul li,
  .st-mega-menu--col.st-col-number--2 ul li {
    text-align: left;
    padding: 10px 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    width: 100%;
  }

  .st-mega-menu--options-wrapper {
    display: none;
  }

  .st-mega-menu--options-wrapper.show {
    background: #ffffff !important;
  }

  .st-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #242a2f !important;
  }

  .st-mega-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
    display: block;
    font-weight: 400;
    font-size: 12px;
    padding: 12px 10px;
  }

  .st-mega-menu .hs-menu-item.hs-item-has-children > a::before {
    display: none;
  }

  .open-menu-list {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !Important;
  }

  .st-mega-menu ul.hs-menu-children-wrapper.open-menu-list {
    display: none!important;
  }

  .st-mega-menu ul.hs-menu-children-wrapper.st-child-menu {
    display: block !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .show {
    display: block !important;
  }

  .st-mega-menu li.has-submenu.menu-item.hs-skip-lang-url-rewrite {
    max-width: 100% !important;
    margin-right: 0 !important;
    flex: 0 0 100%;
    padding: 10px 0;
    margin-bottom: 0 !important;
  }

  .st-mega-menu li.has-submenu.menu-item.hs-skip-lang-url-rewrite a {
    display: block;
    font-size: 14px;
  }

  .st-mega-menu .hs-skip-lang-url-rewrite a {
    color: #242a2f;
  }

  .st-mega-menu .level-1>li.has-submenu.menu-item.hs-skip-lang-url-rewrite>a:after {

    border-style: solid!important;
    border-width: 0 2px 2px 0 !important;
    border-color: #242a2f;
  }
}



/* END OF RESPONSIVE */


/* No Navigation Header */

.st-no-navigation-header__main-wrapper {
  position: fixed;
  width: 100%;
  background: transparent;
  box-shadow: none;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  z-index: 9999999;
}
.st-no-navigation-header__main-wrapper.st-header-fixed {
  position: fixed!important;
  left: 0;
  right: 0;
  top: 0;
  padding: 0!important;
  box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
  animation: .6s slideDown forwards;
  transition: all .5s ease-in-out!important;
}
.st-no-navigation-header__container {
  position: relative;
}
.st-no-navigation__header-social_icons svg {
  fill: #ffffff;
}
.st-no-navigation-header__container.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.st-no-navigation__header--logo {
  flex: 0 0 50%;
  max-width: 50%;
}
.st-no-navigation__header--btn-search {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.st-no-navigation__header--btn-search .st-search-field ,
.st-no-navigation__header--btn-search .st-btn-field {
  display: inline-block;
}
.st-no-navigation__header--btn-search .hs-search-field__bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}
.st-no-navigation__header--btn-search .btn-search {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.st-no-navigation__header--btn-search .btn-search span {
  display: block;
  width: 20px;
  height: 20px;
}
.st-no-navigation__header--sitelogo {
  display: none;
}
.st-no-navigation__header--sitelogo {
  flex: 0 0 50%;
  max-width: 50%;
}
.st-no-navigation__header-icons-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.st-no-navigation__header-social_icons {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 30px;
}

.st-no-navigation__header-social_icons:last-child {
  margin-right: 0;
}

.st-no-navigation__header--logo span,
.st-no-navigation__header--logo a,
.st-no-navigation__header--logo img,
.st-no-navigation__header-social_icons span,
.st-no-navigation__header-social_icons svg {
  display: block;
}
@media only screen and (max-width: 992px) {
  .st-btn-field .st-btn {  
    padding: 10px 20px;
  }
  .st-no-navigation__header--logo {
    display: none;
  }
  .st-no-navigation__header--sitelogo {
    display: block;
  }
  .st-no-navigation__header-social_icons {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .content-wrapper { max-width: 95% !important;}
}
/*
 * font-family: 'Montserrat', sans-serif;
*  font-family: 'Oswald', sans-serif;
 */

.vertical-align {
  display: flex;
  align-items: center;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbae9b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



.fancybox__container { z-index: 9999999 !important;}
.fancybox__caption { width: 945px;}

.top-nav {
  background-color: transparent !important;
    background: rgba(0,0,0,.3);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6951155462184874) 50%, rgba(0,0,0,0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

ul.social-top li {
    list-style: none;
    display: inline;
    margin: 0 4px;
}
ul.social-top li a {color: #FFF;}
ul.social-top { margin: 0 0;}
.st-page-header__main-wrapper .level-1>li.has-submenu.menu-item.hs-skip-lang-url-rewrite>a:after {border-color: #FFF !important;}
li.has-submenu:hover { background: #FFF; color: #64584f !important;}
li.has-submenu:hover a{ color: #64584f;}
li.has-submenu {
    border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  ul.social-top {display: none !important;}
  li.has-submenu {border-radius: 0;}
/*media*/}

/* section */
.section-title {
    padding: 60px 0;
    text-align: center;
}
.section-title h2{
  color:#bbad9b !important;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;   
  margin: 0 0 !important;
}
.section-title p {
    font-size: 20px;
    margin: 0;
   margin-bottom: 10px;
}
/* Linha */
.linha_info {
    position: absolute;
    padding: 30px 30px 30px 30px !important;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}


.st-team-gallery__image-wrap .st-team-gallery__image:after { background: #bbad9b !important;}
.linh_box_info { padding: 50px;}
.linh_box_info img { width: auto !important; max-width: 100%;}
.linh_box_info p {
    color: #FFF;
    font-size: 18px;
    margin: 50px 0;
}
.linh_box_info a {
    color: #837669;
    font-weight: 700;
    font-size: 20px;
}


.linha_info {height: 100%;}


.linha_info h4.nome_da_linha {
    color: #FFF;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
}

.linha_icon svg {
    fill: #FFF;
    width: 45px;
    height: auto;
}
.linha-desc { bottom: 0;   position: absolute;}

.linha-desc h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 40px;
  line-height: 35px;
}

.linha-desc h3 small{
    font-size: 20px; font-weight: 100;display: block;
}

.linha-desc .fa-chevron-right {
    color: #FFF;
    font-size: 35px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .linh_box_info img {border-radius: 0;}
  .linh_box_info {
      width: 100% !important;
      padding: 20px !important;
  }
  .linh_box_info img {   max-height: 120px !important;  }
.linh_box_info p {  margin: 15px 0 !important;}
  
/* fim do media */}

.linh_box_info a.btn {
      padding: 0 !important; color: #FFF;
}

@media (max-width: 1400px) {

.linh_box_info img {max-height: 160px;}
}
/* FOOTER*/
footer#footer { background: #f7f3f0;}
@media (min-width: 1024px) {
.footer-left { width: 60%;  float: left;}
.footer-right { width: 40%;  float: right;}
.footer-left span, .footer-left span.footer-social { 
  display: inline-block !important;
 height: auto;
  position: relative;
}
/*media*/}

span.divisor {
    width: 1px;
    border-left: 1px solid #b8976e;
    height: 90px;
    margin: 0 30px;
}
span.footer-tel {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #b8976e !important;
}
span.footer-tel small{
    font-weight: 500 !important;
    font-size: 22px;
}

span.footer-tel i {
    transform: rotateY(180deg);
    font-size: 22px;
    top: -4px;
    position: relative;
}

span.footer-social svg {
    fill: #b8976e !important;
  width: 30px;    
  height: 30px;
}

.newsletter h2 {
    font-size: 22px;
    color: #918b84 !important;
    margin: 0 0;
    padding: 0 0;
}
.newsletter h3 {display: none;}
.newsletter label { display: none;}
.newsletter .form-columns-2 {  width: 80%;}
.newsletter .hs-submit {
    float: left;
    width: 17%;
    display: inline !important;
}
.newsletter fieldset {float: left; margin-bottom: 0;}
.newsletter form input {
    padding: 10px;
    border-radius: 5px;
    border: 0 !important;
}

.newsletter form input[type=submit], 
.newsletter form .hs-button, 
.newsletter form .hs-button.primary {
    border-radius: 5px !important;
    background-color: #7c2217 !important;
    color: #FFF !important;
  padding: 10.7px  !important;
  width: 100%;
}
.newsletter form input[type=submit]:hover, 
.newsletter form .hs-button:hover, 
.newsletter form .hs-button.primary:hover {
    background-color: #5e1208 !important;
    color: #FFF !important;
}

.newsletter .hs-form-field { margin-bottom: 0 !important;}

@media screen and (max-width: 768px) {
  span.divisor {display:none}
  .footer-left, .footer-right, .newsletter .hs-submit {float: none; clear:both;}
  .footer-left {display: block !important;}
  .footer-left span.footer-tel,
  .footer-left span.footer-logo, 
  .footer-left span.footer-social {
    display: block;
    text-align: center;
    min-width: 100%;
    margin: 0 0 40px 0;
  }
  .newsletter .form-columns-2,
  .newsletter .hs-submit {
   width: 100%;
  }
  .newsletter input{ margin: 10px 0;}
  .st-footer-full-width .st-footer__upper-section {margin-bottom: 0;}
  
/*media*/}
/* FOOTER*/



ul.social-top {
    display: inline;
    position: relative;
    width: auto;
}

ul.social-top li{
   list-style: none;
   display: inline;  
}


.galeria__image a:hover:before {
    content: '';
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.galeria__image a:hover:after {
    content: "\f002";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 30px;
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 4;
    color: #c5986c;
}


/* Banner */


#flip {
  height:75px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:50px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 8s linear infinite;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}



.banner-interna .st-banner { padding: 30vh 0 60px 0; background-position: center bottom; }
.banner h1 { text-align: center;text-transform: uppercase;color: #FFFFFF; font-family: 'Raleway', 'Raleway', sans-serif !important;font-weight: 700 !important;} 
hr.title-line {width: 80px; background: #7c2625; height: 6px; margin: 0 auto;}

/* quem Somos*/
.item-quem-somos {  padding: 0 20px;}
.item-quem-somos h2 {
    font-family: 'Raleway';
    text-transform: uppercase;
    color: #bbad9b;
}
.item-quem-somos p {
    font-family: 'Raleway';
    color: #847e76 !important;
    font-size: 18px;
}

/* onde comprar */

.btn-onde-encontrar {
    color: #bbad9b;
    border: 1px solid #bbad9b;
    padding: 6px 25px;
    border-radius: 100px;
    font-size: 20px;
    font-family: 'Raleway'; 
    display: inline-block;
}

/*Produtos */

.especificacoes {
    width: 85%;
    display: block;
    margin: 0 auto;
}


.especificacoes h3 {
    color: #918b84;
    font-size: 27px;
}

.especificacoes h4 {
    color: #918b84;
    font-size: 22px;
  margin-top: 50px;
}

.especificacoes ul {
    list-style: none;
    padding: 0;
}
/*
.has-image .fancybox__image {
    min-height: 55vh !important;
    width: auto !important;
}
*/
.normas-tecnicas h3 {
    color: #918b84;
    font-size: 22px;
  margin: 0px;
}
.normas-tecnicas {
    background-color: #FFF;
  background-image: url(https://9416666.fs1.hubspotusercontent-na1.net/hubfs/9416666/icone-normas.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto;
    width: 100%;
    max-width: 666px;
    margin: 0 auto;
    padding: 20px;
  padding-left: 130px;
    margin-bottom: 75px;
}
.normas-tecnicas p{
    margin: 0;    font-size: 15px;
}

@media screen and (max-width: 768px) {
   .normas-tecnicas {padding: 20px 20px 20px 20px; background-image: none; }
}
/* Contato */
.hs-responsive-embed-iframe, 
.hs-responsive-embed-wrapper.hs-responsive-embed, 
.hs-responsive-embed-wrapper.hs-responsive-embed iframe, 
.hs-responsive-embed-inner-wrapper {
    width: 100% !important;
    max-width: none !important;
}
.contact-form h2 {
    color: #918b84;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 30px;
}
.contact-form label { display: none;}
.contact-form .hs-error-msg {
    display: block;
    font-size: 14px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
#contato-info h2 {
    color: #918b84;
    margin: 0;
    padding: 0;
    font-size: 25px;
}
div#contato-info {
    width: 100%;
    max-width: 490px;
}


#contato-info p {
    color: #918b84;
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 20px;
}
.hs-form-field { margin-bottom: 20px !important;}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=password], .contact-form input[type=tel], .contact-form input[type=number], .contact-form input[type=search], .contact-form select, .contact-form textarea {
    border: 0 !important;
    background: #f5f5f5;
    margin: 0 0;
}
.contact-form form input[type=submit], .contact-form form .hs-button,.contact-form form .hs-button.primary {
    background-color: #7c2217;
    border: 1px solid #7c2217;
    padding: 15px 30px;
}
.dnd_area-row-3-force-full-width-section {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.dnd_area-row-3-force-full-width-section.dnd-section .dnd-column {padding: 0 !important;}
#map iframe.hs-responsive-embed-iframe {
    height: 500px !important;
}

.hs-fieldtype-booleancheckbox.field.hs-form-field label, 
.hs-fieldtype-booleancheckbox.field.hs-form-field label {
    display: block !important;
    margin: 0;
    padding: 0;
}

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

.solicite-orcamento h2, 
#solicite-orcamento h2,
.solicite-orcamento h3,
#solicite-orcamento h3{
    text-align: center;
    font-family: 'Raleway';
    text-transform: uppercase;
    color: #c5986c;
  line-height: 120%;
}

#solicite-orcamento input[type=text], 
#solicite-orcamento input[type=email], 
#solicite-orcamento input[type=password], 
#solicite-orcamento input[type=tel], 
#solicite-orcamento input[type=number], 
#solicite-orcamento input[type=search], 
#solicite-orcamento select,
.solicite-orcamento input[type=text], 
.solicite-orcamento input[type=email], 
.solicite-orcamento input[type=password], 
.solicite-orcamento input[type=tel], 
.solicite-orcamento input[type=number], 
.solicite-orcamento input[type=search], 
.solicite-orcamento select {
    border-radius: 100px;
  padding: 10px;
    border: 0;
    background: #f5f5f5;
}
.solicite-orcamento textarea,
#solicite-orcamento textarea{
    padding: 10px;
    border: 0;
    background: #f5f5f5;
}
.solicite-orcamento form label,
#solicite-orcamento form label {  display: none;}
.solicite-orcamento form .hs-error-msg,
#solicite-orcamento form .hs-error-msg{
    display: block;
    font-size: 10px;
    font-weight: 600;
    padding: 0 0 0 5px;
    margin: 0 0 0;
}
#solicite-orcamento .hs-form-field,
.solicite-orcamento .hs-form-field { margin: 9px 0;}
#solicite-orcamento form input[type=submit] ,
.solicite-orcamento form input[type=submit] { border-radius: 100px; padding: 10px 30px;}

.solicite-orcamento .hs-main-font-element,
#solicite-orcamento .hs-main-font-element {
    background: none !important;
}

h5.st-icon-feature-para__item-heading {
    font-size: 25px;
    margin: 8px 0 0 0 !important;
}

/***********************
 * BLOG
 * ********************/
.blog-ruffino .st-blog-post__meta h5, 
.blog-ruffino .st-blog-post__meta h5 a {
    font-family: 'Raleway';
    text-transform: none;
    font-weight: 600;
    color: #888;
    margin: 0 0 0 !important;
    padding: 0 0 0 !important;
}

.artigo-ruffino h1.st-blog-post__heading {
    color: #b8976e;
    margin-top: 100px;
    margin-bottom: 10px;
}

.blog-ruffino .st-blog__listing-title a {color: #c5986c !important;}
.blog-ruffino .st-blog__listing-row.st-blog__listing-row--grid { padding: 0 15px;}

.artigo-ruffino h1.st-blog-post__heading {
    color: #b8976e;
    margin-top: 100px;
    margin-bottom: 10px;
}
.blog-ruffino .blog-header__title span {text-shadow: none !important;}
.artigo-ruffino .st-blog-post__wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.blog-ruffino .sticky-content .st-social-share { margin-top: 100px;}
.blog-ruffino .st-blog-post__share { position: absolute; left: 15px;}
/* Correção Mobile */
@media screen and (max-width:768px) {/********************************************************************/
  
  .st-page-header__main-wrapper .st-navbar {  background: #bbad9b  !important;}
  .st-banner__wrapper-content {    padding: 45vh 0 10vh 0 !important;  }
  .banner h1 { font-size: 8vw;}
  #flip {height: 39px;}
  .st-team-gallery__image-wrap { margin: 15px 0;}
  .inspire-se * {text-align: center !important;}
  .text-inspi p {  max-width: none !important;   font-size: 20px;}
  .cta-galeria * { text-align: center !important;   width: 100% !important;}
  .footer-left span.footer-tel, 
  .footer-left span.footer-logo, 
  .footer-left span.footer-social {
    margin: 9px 0;  text-align: center;
  }
  
  .st-footer-wrap {    padding: 1px 0 40px 0;}
  .cta-galeria {
    border-bottom: 1px solid #bbad9b;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  .footer-right.newsletter {text-align: center; margin-top: 40px;}
  #encontre-revenda #filtro, #encontre-revenda #map {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    position: relative !important;
    height: auto !important;
    z-index: 9999;
     opacity: 1;
  }
  #filtro ul.lista_revendas {
      height: auto !important;
      max-height: 500px !important;
  }
  #map_canvas, #encontre-revenda,  #encontre-revenda #filtro, #encontre-revenda #map iframe { height: auto !important;}
  #encontre-revenda #map, #encontre-revenda #map .map, #encontre-revenda #map .map iframe { height: 400px !important;}

/********************************************************************/}/* media */

  
@media (min-width: 1024px) {
  .fancybox__slide {
      padding: 20px 80px !important;
  }
}
/* Missing Template at Path: \'Ruffino\/css\/lightbox\/simples-lightbox.css\' */








/* 1a. Containers */



/* 1b. Colors */










/* 1c. Typography */






























/* 1d. Buttons */

/* Primary Button */










/* Secondary Button */











/* 1e. Forms */















/* 1f. Tables */











/* 1g. Site header */



/* Primary Menu */



/* Child Menu */







/* 1h. Site footer */

















.content-wrapper {
  max-width: 1180px;
}

.dnd-section > .row-fluid {
  max-width: 1180px;
}

:focus {outline: none !important;}

/* Body Background Color */

.body-container {
  background-color: #f7f3f0;
}

.interna .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding {   display: none;}




/* Paragraphs */

body, html {
  font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
  color: #92959F;
  font-family: sRaleway, Helvetica, sans-serif !important;
  font-size: 14px;
}
/* Anchors */

a {
  font-family: Raleway, Helvetica, sans-serif ;
  color: #c5986c;
}
.st-link a {
  color: #958c85;
}

/* Headings */
h1 {
  font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
  color: #958c85;
  font-size: 40px;
}

h2 {
  font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
  color: #958c85;
  font-size: 28px;
}

h3 {
  font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
  color: #958c85;
  font-size: 24px;
}

h4 {
  font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
  color: #958c85;
  font-size: 18px;
}

h5 {
  font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
  color: #918b84;
  font-size: 16px;
}

h6 {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #92959F;
  font-size: 12px;
}





/* Primary Button */

.st-btn__primary {
  background-color: 
  
  
    
  
  rgba(197, 152, 108, 1)
;
  border-radius: 10px;
  border: 1px solid #c5986c;
  color: #FFFFFF;
  padding: 15px 30px;
}
.st-btn__primary:hover {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1)
;
  border-color: #c5986c;
  color: #c5986c;
}

/* Secondary Button */

.st-btn__secondary {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1)
;
  border: 1px solid #c5986c;
  border-radius: 10px;
  color: #c5986c;
  padding: 10px 30px;
}
.st-btn__secondary:hover {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1)
;
  border-color: #ffffff;
  color: #c5986c;
}

/* Button Full Width Button */

.st-btn--primary-full-width:hover {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1)
;
  color: #c5986c;
}






form,
.submitted-message {
  font-size: 14px;
}

/* Form Header */
form h1 {
  color: #000;
}

.hs-main-font-element {
  background-color: 
  
  
    
  
  rgba(250, 250, 250, 1.0)
;
}
.hs-main-font-element h1 {
  color: #000;
}

/* Form label */

form label {
  color: #242A3F;
}

/* Form help text */

form legend {
  color: #242A3F;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
select,
textarea {
  background-color: 
  
  
    
  
  rgba(247, 243, 240, 1.0)
;
  border: 1px solid #92959F;
  border-radius: 10px;
  color: #5B5F6F;
}
input[type=file] {
  color: #5B5F6F;
}
option {
  color: #5B5F6F;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  border: 1px solid #c5986c;  
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #92959F;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #c5986c;
}

.fn-date-picker td .pika-button:hover {
  background-color: #c5986c !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #c5986c;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  font-family: Raleway, Helvetica, sans-serif ;
  background-color: 
  
  
    
  
  rgba(197, 152, 108, 1)
;
  border: 1px solid #c5986c;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 15px 30px;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1)
;
  border-color: #c5986c;
  color: #c5986c;
}

body form input[type=submit]:active,
body form input[type=submit]:focus,
body form .hs-button:active,
body form .hs-button:focus {
  background-color: 
  
  
    
  
  rgba(197, 152, 108, 1)
;
  border: 1px solid #c5986c;
  color: #FFFFFF;
}
.st-subscribe__form-btn {
  Raleway;
  background-color: 
  
  
    
  
  rgba(197, 152, 108, 1)
;
  border-radius: 10px;
  color: #FFFFFF;
}
.st-subscribe__form-btn:hover,
.st-subscribe__form-btn:focus,
.st-subscribe__form-btn:hover,
.st-subscribe__form-btn:focus {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1)
;
  color: #c5986c;
}

.st-subscribe__form-btn:active,
.st-subscribe__form-btn:active {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1)
;
  color: #c5986c;
}






table {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1.0)
;
  border-color: #242A3F;
}

th,
td {
  border-color: #242A3F;
  color: #242A3F;
}

thead th,
thead td {
  background-color: 
  
  
    
  
  rgba(197, 152, 108, 1)
;
  border-bottom-color: #242A3F;
  color: #FFFFFF;
}

tfoot td {
  background-color: 
  
  
    
  
  rgba(255, 255, 255, 1.0)
;
  color: {color=#242A3F, opacity=null, rgba=rgba(36, 42, 63, 1), rgb=rgb(36, 42, 63), hex=#242A3F, css=#242A3F};
}

tbody + tbody {
  border-top-color: #242A3F;
}




li.has-submenu:hover a {
    color: #bbad9b !important;
}

.st-page-header__full-width,
.st-no-navigation-header__main-wrapper.st-header-fixed,
.st-mega-menu,
.st-no-navigation-header__main-wrapper {
  background-color: 
  
  
    
  
  rgba(0, 0, 0, 1.0)
;
}
.st-mega-menu--options-wrapper {
  background-color: 
  
  
    
  
  rgba(0, 0, 0, 1.0)
;
  opacity: 0.95;
}
.st-page-header__main-wrapper .st-navbar ul li a {
  color: #F1F7FA;
  font-size: 14px;
  font-family: Raleway, Helvetica, sans-serif ;
}
.st-header2--social-icons-repeater svg {
  fill: #F1F7FA;
}
.st-mega-menu .hs-skip-lang-url-rewrite a {
  color: #F1F7FA;
}
.st-hemburger span {
  background-color: #F1F7FA;
}
.st-close {
  fill: 
  
  
    
  
  rgba(0, 0, 0, 1.0)
;
}
.hs-search-field .btn-search svg {
  fill: #F1F7FA;
}
.st-no-navigation__header--btn-search .hs-search-field span svg {
  fill: #c5986c;
}
.st-page-header__main-wrapper .st-navbar .level-2 li a {
  color: #5B5F6F;
  font-size: 14px;
  font-family: Raleway, Helvetica, sans-serif ;
}
.st-page-header__main-wrapper .level-2 .menu-arrow-bg {
  border-color: #5B5F6F;
}
.st-mega-menu__nav a:after {
  border-color: #c5986c;
}
.st-mega-menu__nav a {
  color: #F1F7FA;
}

/* Media Queries */

@media only screen and (min-width: 993px) {
  .st-page-header__main-wrapper .level-1>li.has-submenu.menu-item.hs-skip-lang-url-rewrite>a:after {
    border-color: #c5986c;
  }
  .st-page-header__main-wrapper .level-2 .hs-skip-lang-url-rewrite:hover {
    background-color: #b6a998;
  }
  .st-page-header__main-wrapper .st-navbar .level-2 li:hover > a {
    color: #fff !important;
  }
  .st-page-header__main-wrapper .level-2 .hs-skip-lang-url-rewrite:hover .menu-arrow-bg {
    border-color: #FFFFFF;

  }
  .st-mega-menu .level-1>li.has-submenu.menu-item.hs-skip-lang-url-rewrite>a:after {
    border-color: #FFFFFF;
  }
  .st-mega-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children a:hover {
    color: #b8976e;
  }
}
@media screen and (max-width: 992px) {

  .st-page-header__main-wrapper .level-2 > li .menu-arrow-bg {
    border-color: #000;
  }
  .st-page-header__main-wrapper .submenu.level-3 {
    border-color: #b8976e;
  }
  .st-mega-menu .level-1 .menu-arrow-bg {
    border-color: 
  
  
    
  
  rgba(0, 0, 0, 1.0)
;
  }
  .st-mega-menu--col .submenu.level-2 {
    border-color: #b8976e;
  }
  .st-mega-menu__nav > a:after,
  .st-page-header__main-wrapper .submenu>.has-submenu>.menu-arrow-bg,
  .st-page-header__main-wrapper .submenu .menu-arrow-bg,
  .st-mega-menu .level-1>li.has-submenu.menu-item.hs-skip-lang-url-rewrite>a:after {
    border-color: 
  
  
    
  
  rgba(0, 0, 0, 1.0)
;
  }
  .st-page-header__main-wrapper .level-1 .menu-arrow-bg {
    border-color: #F1F7FA;
  }
  .st-mega-menu__nav>a,
  .st-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  .st-mega-menu .hs-skip-lang-url-rewrite a {
    color: 
  
  
    
  
  rgba(0, 0, 0, 1.0)
;
  }
  .st-mega-menu__nav>a,
  .st-mega-menu li.has-submenu.menu-item.hs-skip-lang-url-rewrite a 
  {
    font-size: 14px;
  }
  .st-mega-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
    font-size: 14px;

  }
  .st-page-header__main-wrapper .st-navbar {
    background: #c5986c;
  }

}





.st-footer,.st-footer-full-width .st-footer-logo:before {
  background: 
  
  
    
  
  rgba(0, 0, 0, 1.0)
;
}

/* Footer Heading */

.st-footer h1,
.st-footer h2,
.st-footer h3,
.st-footer h4,
.st-footer h5,
.st-footer h6 {
  color: #85ABFD;
  font-family: Raleway, Helvetica, sans-serif ;
  text-transform: none;
}
h2.st-footer__logo {
  color: #F1F7FA;
  font-size: 32px;
  font-family: Raleway, Helvetica, sans-serif ;
}

/* Footer text  */

.st-footer p,
.st-footer div,
.st-footer span{
  color: #92959F;
}

/* Footer Links  */

.st-footer a {
  color: #92959F;
  font-family: Raleway,Helvetica, sans-serif ;
  text-transform: none;
}
.st-footer a:hover {
  color: #3D85C6;
}

/* Footer Copyright  */

.st-footer .st-footer__copyright,.st-footer .st-footer__copyright a {
  color: #5B5F6F;
}
.st-footer__copyright a {
  border-color: #5B5F6F;
}

.st-footer svg {
  fill: #5B5F6F;
}

/* Footer Form  */

.st-footer .st-footer-form__heading {
  color: ;
}
.st-footer input[type=text],
.st-footer input[type=email],
.st-footer input[type=password],
.st-footer input[type=tel],
.st-footer input[type=number],
.st-footer input[type=file],
.st-footer input[type=search],
.st-footer select,
.st-footer textarea {
  background: ;
}

.scroll-to-top-wrap {
  background: #b8976e;
}





.st-blog-post__body blockquote,
.st-blog__side-tag a,
.st-blog-post__body p strong,
.blog-header__title span {
  color: #c5986c;
}
.st-blog--grid .st-blog__side-tag a {
  border-color: #c5986c;
}
.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active,
.blog-pagination__link.blog-pagination__number-link:hover,
.body-container--blog-post .st-blog-post__body ul li::after {
  background: #c5986c;
}
.st-blog-banner__content-wrapper,
.st-blog-post-banner__img:after {
  background: #000;
}

.st-blog-post-banner__img {min-height: 150px;}
@media (min-width: 1200px) {
  .st-blog-post-banner__img {min-height: 450px;}
}

.st-trending-post__title a,
.st-blog__listing-title a,
.st-blog-post__meta a,
.st-blog-recent-posts__title a {
  color: #918b84;
}

.st-blog__side-tag-list--card a {
  color: #5B5F6F;
}
.st-blog__listing-meta,
.st-blog__listing-meta a,
.st-blog__listing-text,
.st-blog-recent-posts__meta h6,
.st-blog-recent-posts__post-wrap h6 a{
  color: #92959F;
}
.st-blog-post__comments-wrap .st-blog-post__comments input[type=text],
.st-blog-post__comments-wrap .st-blog-post__comments input[type=email],
.st-blog-post__comments-wrap .st-blog-post__comments textarea {
  border: 1px solid #92959F;
  border-radius: 10px;
}
.st-blog-post__comments-wrap .st-blog-post__comments input[type=text]:focus,
.st-blog-post__comments-wrap .st-blog-post__comments input[type=email]:focus,
.st-blog-post__comments-wrap .st-blog-post__comments textarea:focus {
  border: 1px solid #c5986c;
  border-radius: 10px;
}
.st-blog__listing-img img,.st-blog.st-blog--grid .st-blog__side-tag a,.st-blog-post-banner__img:after,.body-container--blog-post img {
  border-radius: 10px;
}
.st-trending-post.st-trending-post--sidebar .st-trending-post__blog {
  border-bottom: 1px solid #92959F;
}
.st-blog__side-tag-list--card a {
  border-bottom-color: #92959F;
}
.st-blog__post-cta a path {
  stroke: #c5986c;
}
.blog-post__tags span svg {
  fill: #c5986c;
}
.body-container--blog-index .st-blog__side-tag .st-blog__side-tag-list a {
  color: #c5986c;
  border-color: #c5986c;
}





.hs-search-results__title {
  color: #958c85;
}

/* Subscription Preferences  */

.st-subscription-preferences h2 {
  color: #c5986c;
}
.st-subscription-preferences .item .item-inner {
  background: #F1F7FA;
  border-radius: 10px;
}
.st-subscription-preferences .item .item-inner .checkbox-row .fakelabel span {
  color: #5B5F6F;
}





body .body-container-wrapper .st-client-review-slider__slide .owl-dot.active {
  border: 1px solid #b8976e;
}
body .body-container-wrapper .st-client-review-slider__slide .owl-dot.active span, body .body-container-wrapper .st-client-review-slider__slide .owl-dot span, body .body-container-wrapper .st-client-review-slider__slide .owl-dot:hover span {
  background: #b8976e;
}
body .body-container-wrapper .st-meet-our-team__slider button.owl-prev span,
body .body-container-wrapper .st-meet-our-team__slider button.owl-next span {
  color: #F1F7FA;
}
.st-team__members-tab a,.st-pricing__feature-list-heading,.st-get-in-touch-content,.st-event-tab__tabs  {
  color: #5B5F6F;
}
.st-event-team__section-content {
  background-color: #5B5F6F;
}
.st-border-radius {
  border-radius: 10px;
}
.st-border-radius-image,
.st-blog-list__post-container .st-blog-list__post:nth-of-type(1) .st-blog-list__featured-image a:after,
.st-blog-list__blog-post-container .st-blog-list__blog-post:not(:first-child) .st-blog-list__blog-featured-image a:after,
.st-portfolio-slider__item-img:after,
.st-team-gallery__image-wrap .st-team-gallery__image:after {
  border-radius: 10px;
}
.st-circular-progress__menu a:first-child {
  border-radius: 10px 0 0 10px;
}
.st-circular-progress__menu a:last-child {
  border-radius: 0 10px 10px 0;
}
.st-team-card__image img,
.st-team-card__hover {
  border-radius: 10px  10px 0 0;
}
.st-shadow,.st-subscribe__form .hs-input {
  box-shadow: 0px 10px 20px 0px rgba(192, 218, 249, 0.35); 
}
.st-blog-list__blog-post-container .st-blog-list__blog-post:not(:first-child) .st-blog-list__blog-featured-image a:after,
.st-blog-list__post-container .st-blog-list__post:nth-of-type(1) .st-blog-list__featured-image a:after,
.overlay-gradient,
.st-meet-our-team__hover-desc:hover,
.st-team-card__hover,
.st-portfolio-slider__item-img:after,
.st-portfolio-overlay,
.st-service-listing__overlay:hover,
.st-team-gallery__image-wrap .st-team-gallery__image:after {
  background: linear-gradient(180deg, rgba(0, 0, 0,25%), rgba(0, 0, 0,80%)); 
}
.st-cta__full-image-width:after,
.st-banner-slider__slide-text-wrap,
.overlay-solid,
.st-about--story-bg-overlay,
.st-testimonial-slider__slide-wrap,
.st-video-popup__img-overlay,
.st-custom-banner--overlay {
  background: rgba(0, 0, 0,60%);
}


/* Media Queries  */

@media only screen and (min-width: 768px) {
  body, html {
    font-family: Raleway, Helvetica, sans-serif ;
    font-size: 14px;
  }

  h1 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 64px;
  }

  h2 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 36px;
  }

  h3 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 28px;
  }

  h4 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 20px;
  }

  h5 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #918b84;
    font-size: 16px;
  }

  h6 {
    font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #92959F;
    font-size: 12px;
  }
}



#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 999999; /*ssss*/
} 
    
#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}


/* Media Queries  */

@media only screen and (min-width: 992px) {

  body, html {
    font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
    font-family: Raleway, Helvetica, sans-serif ;
    color: #92959F;
    font-size: 16px;
  }
  a {
    color: #c5986c;
  }

  h1 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 72px;
  }

  h2 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 40px;
  }

  h3 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 32px;
  }

  h4 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #958c85;
    font-size: 24px;
  }

  h5 {
    font-family: Raleway; font-style: normal; font-weight: 700; text-decoration: none;
    color: #918b84;
    font-size: 16px;
  }

  h6 {
    font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #92959F;
    font-size: 12px;
  }
  p {
    font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
    color: #92959F;
    font-size: 16px;
  }
  form,
  .submitted-message {
    font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
    color: #92959F;
    font-size: 16px;
  }
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Helvetica,Sans-serif}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}