*,*: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: 1180px;
  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: 1140px;
  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(//20286345.fs1.hubspotusercontent-na1.net/hubfs/20286345/raw_assets/public/@marketplace/MakeWebBetter/Strontium/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:'Poppins';
  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 22%;
  max-width: 22%;
}
.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 58%;
  max-width: 58%;
}
.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;
  }
}