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

/* 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: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
/*   .content-wrapper {
    padding: 0;
  } */
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
/*   .dnd-section .dnd-column {
    padding: 0;
  } */
}
@font-face {
  font-family: 'Minion Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Regular'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-Regular.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Italic'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-It.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Medium'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-Medium.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Medium Italic'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-MediumIt.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Semibold'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-Semibold.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Semibold Italic'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-SemiboldIt.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Bold Condensed'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-BoldCn.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Bold';
  src: url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionProBold/MinionProBold.eot');
  src: url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionProBold/MinionProBold.eot#iefix') format('embedded-opentype'),
    url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionProBold/MinionProBold.woff') format('woff'),
    url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionProBold/MinionProBold.ttf') format('truetype'),
    url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionProBold/MinionProBold.svg#MinionProBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Bold Condensed Italic'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-BoldCnIt.woff') format('woff');
  font-display: swap;
}


@font-face {
  font-family: 'Minion Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Minion Pro Bold Italic'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/Moss%20Theme%20-%20Nov%202020/font/MinionPro-BoldIt.woff') format('woff');
  font-display: swap;
}


html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  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: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Minion Pro, Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}
img {
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}
/* 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-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* 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;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 50em;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  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=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

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

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

.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: #33475B;
  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: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s 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: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
/* Header container */
.header {
  background-color: #F8FAFC;
  position: relative;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
      align-items: center;
      
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

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

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  /*font-family: Lato, serif;*/
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  /*  font-family: Lato, serif;*/
  font-size: 20px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;

  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  /*font-family: Lato, serif;*/
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navigation-primary ul.level-1>li:last-child>a::after{display:none;}
/*------------------ Landing Page Header ----------------*/


.header.lp-header .header__logo {
  width: 200px ;
  margin: 0 auto;
}
.header.lp-header.sticky {
  transform: translateY(0px);
}




/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 1024px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #fff;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
  .header.lp-header .header__logo {
    width: 100px;
  }
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}
#backtotop {
  display: inline-block;
  background-color: #317305;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#hs_cos_wrapper_footer_social {
    margin-top: 20px;
}
#hs_cos_wrapper_footer_menu_one_ {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* GM OVERRIDE */
.footer .h4 {
  margin-bottom: 10px;
}
footer .grecaptcha-badge{
  margin: 0;
}
.footer-section .social-links {
  display: inline-block;
  margin: -5px;
  max-width: 100%
}
.footer-section .social-links a {
  margin: 0;
}
.footer-section .social-links .social-links__icon {
  margin: 5px;
}
@media screen and (max-width:991px) and (min-width:768px){
  .footer-flex-wrap .footer-col.footer-col-1  {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-flex-wrap .footer-col.footer-col-2, .footer-flex-wrap .footer-col.footer-col-3 {
    width: 50%;
  }
}


/* END GM OVERRIDE */

@media(max-width:991px){
.leadinModal.leadinModal-theme-bottom-left-corner {
    display: none !important;
}
}
@media(max-width:767px){
.leadinModal.leadinModal-v3 p {
    font-size: 14px !important;
    margin-top: 3px !important;
}
  .leadinModal .leadinModal-close {
    min-width: auto;
}
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

.section.post-body img {
  max-width: 100%;
}


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

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}


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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

#email-prefs-form .header {
    box-shadow: none;
}
#email-prefs-form {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    border-radius: 4px;
}
#email-prefs-form  .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(142, 138, 138, 0.17);
}
#email-prefs-form  .item-inner p {
    margin: 0;
}
.hs-search-results__title {
    text-decoration: none;
}
.error-page, .systems-page {
min-height: calc(100vh - 160px - 300px);
}

/* .hs-search-results__next-page, .hs-search-results__prev-page{
  background: #317305;
color: #fff;
padding: 12px 15px;
border-radius: 6px;
color: #fff !important;
text-decoration: none;
}
.hs-search-results__next-page:hover, .hs-search-results__prev-page:hover{
text-decoration: none;
} */


@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* @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    */
/*****************************************/







/* ----------- Header CSS -------------- */

.navigation-primary .submenu {
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;

}
.port-card-content {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h1 {
  line-height: 1.15;
}

.header {
  background: #fff !important;
  position:relative;
  z-index: 9;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  top:0;
      position: relative;
  -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out;;
}
.header ..header__container {
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out;;
  position:relative;
}
.header .header__container.lp-header {
  padding:0 20px;
}
.header .content-wrapper {
  max-width: none !important;
}
.header .header__logo {
  flex-shrink: 0;
  width:130px;
  padding-top: 0;
}
.header .navigation-primary ul li a {
  color: #25221f;
  font-size: 14px;
  font-weight: 600;
  line-height:normal;
  -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out;;
}
.header .navigation-primary ul li:hover > a {
  color:#317305;  
}

.header.sticky {
  position: fixed;
}
/* .header.sticky .header__container {
padding: 10px 20px;
} */
.header.sticky .header__logo {
  width: 100px;
  -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out;;
}
.cta-content-wrap .button:hover, .cta-content-wrap .button:focus {
  background-color: rgb(255 255 255);
  border-color: #ffffff;
  color: #094b00;
}

@media(min-width:1024px){
  .header .navigation-primary ul.level-1 > li:last-child > a {
    background: #317305;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
  }
  .header .navigation-primary ul.level-1 > li:last-child > a:hover {
    background-color: rgba(9,75,0,1.0);
  }
  .header .navigation-primary ul li .menu-arrow {
    display: none !important;
  }
  .header .navigation-primary ul.level-1 > li:last-child {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.sticky .navigation-primary ul.level-1 > li:last-child > a {
    padding-top:10px;
    padding-bottom:10px;
  }

  /*  header-second-btn-13-12-css */
  .header .navigation-primary ul.level-1>li:nth-last-child(2) {
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .header .navigation-primary ul.level-1>li:nth-last-child(2)>a {
    background: #317305;
    border-radius: 6px;
    color: #fff;
    padding: 12px 15px;
  }
  .header .navigation-primary ul.level-1>li:nth-last-child(2)>a:hover {
    background-color: #094b00;
  }
}

/* ------------- Footer CSS -------------*/

.footer-flex-wrap {
  display: flex;
  margin: 0 -20px;
  flex-wrap:wrap;
}
.footer-flex-wrap .footer-col {
  width: 33.33%;
  padding: 0px 20px;
  /*	border-right: 1px solid rgba(255,255,255,0.1);*/
}
.footer-section .footer__container {
  max-width: 100%;
  padding:0 20px ;
}
.footer-section {
  background: #393939;
  text-align: left;
  padding: 0 0px;
}
.footer-section .footer-logo {
  margin: 0 0 20px;
}
.footer-section .footer-top-container {
  padding:50px 0;
}
.footer-section .footer-col h4, .footer-section .footer-col .h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Open Sans;
  color:#25221f;
}
.footer-section .footer-col h4:before, .footer-section .footer-col .h4:before {
  content:"";
  width:20px
}
.footer-section .footer-text {
  font-size:16px;
}
.footer-section .footer-copyright-container {
  background: rgba(0,0,0,0.1);
  padding: 10px 0;

}
.footer-section .copyright-flex-container {
  display: flex;
  justify-content:center;
  align-items: center;
}
.footer-section  .footer__copyright {
  font-size: 0.9rem;
  margin:0;
}
.footer-section ul li {
  margin:0 0 4px;
}
.footer-section a:hover {
  text-decoration:none;
  opacity:0.8;
}
.footer-section p .fa {
  margin: 0 5px 5px 0;
}
.footer-section .featured-col img {
  max-width:100%;
}
.footer-section .featured-col a:hover {
  opacity:0.8;
}
.footer-section .social-links {
  justify-content: flex-start;
}
.footer-section .footer-menu {
  text-align:center;
}
.footer-section .footer-menu .footer-menu-wrap {
  display: inline-block;
  text-align: left;
} 


/* ----------- Home Page CSS ---------------- */

.page-center {
  max-width: 1260px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
  padding: 0 15px;
}

.hero-section {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
}
.hero-section::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  display: block;
  z-index: 0;
}
.hero-section h2 {
  color:#fff;
}
.hero-section .page-center {
  position:relative;
  z-index:2;
}
.hero-section .hero-btn {
  text-align: center;
}
.hero-section .hero-content {
  text-align: center;
}
.hero-section .hero-content * {
  color:#fff;
}
.hero-section .hero-content h1 {
  margin:0  0 50px
}
button, .button {
  font-size: 18px;
  min-width:170px;
  text-transform: uppercase;
}

.portfolio-section {
  padding: 100px 20px;
}
.section-heading {
  text-align: center;
  margin:0 0 50px;
}
.section-heading h2 {
  margin: 0 0 15px;
}
.section-heading h4 {
  font-family: Open Sans
}
.portfolio-section .portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.portfolio-section .portfolio-card {
  width: 33.33%;
  flex-shrink: 0;
  padding: 15px;
  display: flex;
  min-height: 380px;
}
.portfolio-section .portfolio-card .port-card-image {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.portfolio-section .portfolio-card .port-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.portfolio-section .portfolio-card .portfolio-card-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  width:100%;
  -webkit-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
}
.port-card-content {
  background: #ffffffd4;
  padding: 20px;
  height: 100%;
  width: 100%;
  opacity:1;
  z-index: 1;
  transform: scale(0.8);
}
.portfolio-section .portfolio-card:hover .port-card-content {
  transform: scale(1);
}
.port-card-content .port-card-content-inner {
  overflow: auto;
  max-height: 100%;
}
.portfolio-section .portfolio-card .btn-wrap a {
  font-size: 14px;
  padding: 10px 30px;
  line-height: normal;
  min-width:0;
}
.cta-section {
  padding: 100px 0;
  background-position: center;
  background-attachment: fixed;
  position:relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.mac .cta-section {
  background-attachment: scroll;
}
.cta-section::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}
.cta-section .page-center {
  position:relative;
  z-index:2;
}
.cta-section .section-heading h2, 
.cta-section .section-heading h4 {
  color:#fff;
}
.cta-section .section-heading {
  margin:0 0 30px;
}
.cta-section .section-heading h4  {
  margin:0;
}
.cta-section .cta-btn-wrap {
  text-align: center;
}
.cta-section .cta-content-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.header .search-container {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  left: 0;
  display: none;
  box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.1);
}
.header .search-container.open {
  display:block;
}
.header .search-container .hs-search-field__suggestions {
  width:100%;
  max-width:100%;
}
.search-container .header__search {
  padding:0;
}
.header__search--toggle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-size: cover;
  height: 25px;
  width: 25px;
  margin-left: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.header__search--toggle.hide {
  display:block;
}
.header__search--toggle.open {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-size: 100%;
}
.header__search .hs-search-field__input::placeholder {
  color:#212529;
}
.header__search .hs-search-field__input:-ms-input-placeholder {
  color:#212529;
}

.header__search .hs-search-field__input::-ms-input-placeholder  {
  color:#212529;
}
.header .header__search--toggle:after {
  display:none;
}

.announcement-bar-container {
  /* padding: 0; */
  /*   box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15); */
  padding: 20px;
  text-align: center;
}
.announcement-bar-container p {
  margin: 0;
  font-size: 14px;
}
.header__search .hs-search-field__input {
  font-family: Open Sans;
}

.two-column-text-section {
  padding: 100px 0;
}
.two-column-text-section .flex_wrap {
  display: flex;
  margin:0 -15px;
}
.two-column-text-section .flex_wrap.left-align {
  flex-direction: row-reverse;
}
.two-column-text-section .column-text {
  padding: 0 15px;
  width: 50%;
  flex-shrink: 0;
}
.two-column-text-section .column-text h2 {
  margin:0 0 10px;
}
.two-column-text-section .column-text h3 {
  margin:0 0 10px;
}
.two-column-text-section .column-text p:last-child {
  margin-bottom:0;
}
.ptb-100 {
  padding-top:100px !important;
  padding-bottom:100px !important;
}
.blog-recent-post-section .blog-recent-posts__list {
  margin: 0 -1rem;
}
.blog-recent-post-section .blog-recent-posts__post {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-recent-post-section .blog-recent-posts__post:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.018);
}
.blog-recent-post-section .blog-recent-posts__post p {
  margin:0;
}
.blog-recent-post-section .blog-recent-posts__post a:focus,
.blog-recent-post-section .blog-recent-posts__post a:hover { 
  text-decoration:none;
}
.blog-recent-post-section .blog-recent-posts__post p {
  color:#494a52;
}
.blog_subscribe_wrap {
  border: 1px solid rgba(0,0,0,0.2);
  padding: 40px;
  background: rgba(255,255,255,0.5);
  margin-top: 50px;
}
.blog-recent-post-section .blog-recent-posts__post button {
  font-size: 16px;
  padding: 10px 20px;
  min-width: 0;
  margin-top: 15px;
}
.blog_subscribe_wrap {
  margin: 0;
  padding: 0 10px;
  background: transparent;
  border: none;
  text-align: left;
}
.header .content-wrapper {
  padding: 0 35px !important;
}

button.mfp-close, button.mfp-arrow {
    width: auto;
    height: auto;
    background: transparent;
}
button.mfp-close {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    background: transparent !important;
    opacity: 1;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    color: #fff;
    background-color: #fff !important;
    border: 2px solid #317305 !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 14px !important;
    width: 14px !important;
    margin: -8px 0 0 -6px !important;
    border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 6px !important;
    width: 6px !important;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    margin: -2px 0 0 -3px !important;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
    color: #000;
    background: #fff;
    font-size: 12px;
    padding: 4px 4px;
    border-radius: 4px;
    line-height: normal;
}
#fp-nav ul li:last-child {
    display: none;
}
.mfp-image-holder .mfp-close{
      cursor: pointer !important;
}


.portfolio-section.full-horizonta .portfolio-card {
    width: 100%;
  min-height: auto;
}
.portfolio-section.full-horizonta .port-card-content-inner {
    display: flex;
    align-items: center;
}
.portfolio-section.full-horizonta .box-content-wrapp {
    width: 70%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.portfolio-section.full-horizonta .box-content-block {
    width: calc(100% - 145px);
    padding-left: 0;
    padding-right: 20px;
}
.portfolio-section.full-horizonta .post-card-logo {
    width: 30%;
}
.portfolio-section.full-horizonta  .btn-wrap {
    max-width: 145px;
    width: 100%;
}
.portfolio-section.full-horizonta  .port-card-content {
    transform: scale(0.9);
}
.portfolio-section.full-horizonta .post-card-logo img {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
}
.portfolio-section.full-horizonta .box-content-wrapp {
    width: 70%;
    padding-left: 20px;
}

.four-colum-block{
  justify-content: center;
}

.bottom-scroll-arrow a span {
    position: absolute;
    top: 0;
        right: 0;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #317305;
    border-radius: 100%;
    box-sizing: border-box;
      background: #fff;
      z-index: 999;
}
.bottom-scroll-arrow a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #317305;
    border-bottom: 1px solid #317305;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
      z-index: 999;
}
.bottom-scroll-arrow a{
      position: absolute;
    bottom: 66px;
    right: 20px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
      z-index: 999;
}
.portfolio-section.full-horizonta .portfolio-card {
    width: 50%;
}





/************* Team Section1 Styling *****************/



.team-ver2-section1{
   padding:100px 0 200px;
}

.team-ver2-section1 .heading-container h1{
   color:;
} 

.team-ver2-section1 .heading-container p{
   font-size:24px;
   line-height:40px;
   letter-spacing:0;
   color:#808080;
   font-weight:normal;
} 

body .row-fluid .team-ver2-section1 .heading-container{
   max-width:775px;
   margin:0 auto 133px;
   float:none;
}

.team-ver2-section1 .team-cm .cm-container:after{
   position:absolute;
   left:0;
   right:0;
   bottom:0;
   content:'';
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
   height:103px;
   width:auto;
   z-index:-1;
}

.team-ver2-section1 .team-cm .info-cont{
   position:absolute;
   left:10px;
   right:10px;
   bottom:0;
}

.team-ver2-section1 .team-cm .info-cont h4{
  font-size:20px;
  letter-spacing:0.03px;
  font-weight:bold;
  margin-bottom:6px;
  color:#FFFFFF;
}

.team-ver2-section1 .team-cm .info-cont p{
  font-size:14px;
  line-height:25px;
  letter-spacing:0.02px;
  font-weight:normal;
  color:#FFFFFF;
}

.team-ver2-section1 .team-cm .cm-container{
   position:relative;
   z-index:1;
   box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.3);
}

.team-ver2-section1 .team-cm .cm-container{
   position:relative;
   height:259px;
}

.team-ver2-section1 .team-cm{
  width:24.5%;
  float:left;
  margin:0;
  background: transparent;
  border: none;
  margin-right: -1px;
  margin-top: -1px;
}

.team-ver2-section1 .cm-section1 span>.hs_cos_wrapper:nth-child(5n) .team-cm{
   width:73.5%;
}

.team-ver2-section1 .cm-section1 span>.hs_cos_wrapper:nth-child(5n) .team-cm .cm-container{
   height:518px;
}

.team-ver2-section1 .cm-section2 span>.hs_cos_wrapper:nth-child(6n) .team-cm{
   width:73.5%;
}

.team-ver2-section1 .cm-section2 span>.hs_cos_wrapper:nth-child(6n) .team-cm .cm-container{
   height:518px;
}

.div-container .hs_cos_wrapper:nth-child(1) .team-cm,
.div-container .hs_cos_wrapper:nth-child(2) .team-cm{
   float:none;
  width:100%;
}

@media(min-width:767px){
  
body .container-fluid .row-fluid .team-ver2-section1 .div-container{
      width: 24.5%;
}


}

@media(max-width:1024px){

.team-ver2-section1 .team-cm {
    width: 24.9%;
}
  
.team-ver2-section1 .cm-section1 span>.hs_cos_wrapper:nth-child(5n) .team-cm {
    width: 74.6%;
}
  
.team-ver2-section1 .cm-section2 span>.hs_cos_wrapper:nth-child(6n) .team-cm {
    width: 74.6%;
}
  
.team-ver2-section1 {
    padding: 90px 0 100px;
}
  
body .row-fluid .team-ver2-section1 .heading-container {
    margin: 0 auto 65px;
}
  .team-ver2-section1 .heading-container p{
    font-size:22px;
    line-height:30px;
  }

}



@media(max-width:767px){

.team-ver2-section1 .heading-container p{
  font-size: 20px;
  line-height: 33px;
}
  
  .row-fluid .team-ver2-section1 .team-cm {
    width: 100%;
    margin-bottom:20px;
    max-width: 400px;
    margin: 0 auto 20px auto;
    float: none;
  }
  
.team-ver2-section1 .cm-section1 span>.hs_cos_wrapper:nth-child(5n) .team-cm {
    width: 100%;
}
  
.team-ver2-section1 .cm-section1 span>.hs_cos_wrapper:nth-child(5n) .team-cm .cm-container {
    height: 259px;
}
  
.div-container .hs_cos_wrapper:nth-child(1) .team-cm {
/*     float: left; */
  float: none;
}
  
.div-container {
    top: 0;
}
  
.team-ver2-section1 .cm-section2 span>.hs_cos_wrapper:nth-child(6n) .team-cm {
    width: 100%;
}
  
.team-ver2-section1 .cm-section2 span>.hs_cos_wrapper:nth-child(6n) .team-cm .cm-container {
    height: 259px;
}
  
.team-ver2-section1 {
    padding: 60px 0 60px;
}
}

/*=====================================================
  Team 2 Page Styling
=============================================================*/

.remove-padb{
  padding-bottom:0;
  }
  
  .team-section2{
  padding-bottom:179px;
  } 

@media(max-width:1024px){
  .team-section2{
    padding-bottom:90px;
  }
}
@media(max-width:767px){
  .team-section2{
    padding-bottom:70px;
  }
}


/*===========================================================
  Team 3 Page Styling
=============================================================*/
.team-ver3-section1{
  padding:100px 0px 50px;
}
.team-ver3-section1 .heading-container h1{
  color:;
}
.team-ver3-section1 .heading-container p{
  font-size:24px;
  max-width:775px;
  margin:0 auto;
}

.team-v3-cm .team-item .person-name h3 { 
 font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03px;
  color: ;
  margin-top:22px;
  margin-bottom:0px;
}
.team-v3-cm .team-item .company-desig p{
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.02px;
  color: #808080;
}

body .row-fluid .team-v3-cm select{
  background: #fff url(https://cdn2.hubspot.net/hubfs/3842749/Super%20Lead%20Starter/arrow-point-to-down.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
  border-left:0px;
  border-top:0px;
  border-right:0px;
  outline:none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.02px;
  color: #808080;
}
div#form-text-block {
    scroll-margin-top: 136px;
}
/* Contact FOrm */
form .hs-button, form input[type=submit][disabled] {
    cursor: no-drop;
    opacity: 0.8;
}
form .hs-button, form input[type=submit][disabled]:hover {
    background: #317305;
    border-color:#317305;
}
@media(min-width:768px) and (max-width:1024px){
  
}


@media(max-width:767px){
  .team-ver3-section1 .heading-container p {
    font-size: 20px;
  }
  .team-ver3-section1 {
    padding: 75px 0px 50px;
  }
}

/* -------------- Responsive CSS ------------*/
@media(max-width:1379px){ 


}
@media(max-width:1400px){
  .header .submenu.level-1 > li {
    padding: 15px 11px;
  }
  .portfolio-section.full-horizonta .portfolio-card {
    width: 100%;
  }
}
@media(max-width:1199px){
  .header .header__logo {
    width: 100px;
    margin:0;
  }
  .header .navigation-primary ul li a {
    font-size:12px;
  }
  .header .submenu.level-1 > li {
    padding: 15px 10px;
  }
  .portfolio-section .portfolio-card {
    min-height: 350px;
  }
  .header__search--toggle {
    margin-left:12px;
  }
  .announcement-bar-container .announcement-bar-wrap {
    padding-right: 15px;
  }
}
@media(min-width:1025px){
  .header.sticky {
    position: fixed;
    transform: translateY(-150px);
    transform: translateY(-61px);
    z-index: 9999;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
  .submenu.level-2{
    visibility: hidden;
  }
  .submenu.level-1>li.has-submenu:hover .submenu.level-2, .submenu.level-1>li.has-submenu.focus .submenu.level-2{
    top: 100%;
    visibility: visible;
    z-index:3;
  }
  body .submenu.level-2, body .header__language-switcher .lang_list_class {
    left: 0;
    transition: 0.4s all;
    top: 150%;
  }
  .header .header__logo {
    padding: 10px 0 0;
  }
  .header__column {
    padding: 10px 0;
  }
}
@media(max-width:1024px){
  body {
    padding-top: 0 !important;
  }
  .header {
    position: relative;
  }
  .header .content-wrapper {
    display: flex;
    flex-direction: revert;
    padding: 15px 15px !important;
    justify-content: space-between;
  }
  .header .content-wrapper .header__row-2 {
    padding: 0;
    justify-content: flex-end;
    align-items: center;
  }
  .header .header__column {
    display: flex;
    position: static;
  }
  .header__navigation--toggle, .header__search--toggle, .header__language-switcher--toggle, .header__close--toggle {
    margin:0;
  }
  .header .header--toggle {
    margin-right:0;
  }
  .header .header__navigation--toggle.open::after {
    display:none;
  }
  .header .header__close--toggle.show{
    display:none;
  }
  .header .header__navigation--toggle.open {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    /* height: 25px; */
    /* width: 25px; */
    background-size: 100%;
  }
  .header .navigation-primary ul li .menu-arrow {
    display: block !important;
  }
  .header .submenu.level-1 > li {
    padding: 0;
  }
  .header .header__navigation {
    top: 100%;
    height: auto;
    box-shadow: 0px 8px 21px -4.7px rgba(0,0,0,0.1);
    padding-bottom: 10px;
  }

  .header .navigation-primary ul li a {
    font-size: 14px;
  }
  .portfolio-section .portfolio-card {
    width: 50%;
  }
  .hero-section {
    min-height: 500px !important;
  }


  .header .header__search--toggle {
    margin-right: 20px;
    width:20px;
    height:20px;
  }
  .header .search-container {
    height: auto;
    padding: 10px 15px;
  }
  .header__search .hs-search-field__input {
    height: 40px;
    font-size: 18px;
    background-size: 20px;
  }
  .header .header--toggle.hide {
    display: block;
  }
  .announcement-bar-container p {
    margin: 0;
    font-size: 13px;
  }
  .header.sticky {
    position: relative;
  }
  .footer-flex-wrap .footer-col {
    padding: 0px 15px;
  }
  .footer-flex-wrap {
    margin: 0 -15px;
  }
  .ptb-100 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

}/* -------- 1024 ----- */

@media(max-width:991px){ 
.portfolio-section.full-horizonta .box-content-wrapp {
    width: 70%;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
}
  .portfolio-section.full-horizonta .box-content-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
  .portfolio-section.full-horizonta .btn-wrap {
    max-width: 100%;
    width: 100%;
}
}

@media(min-width:768px){ 
.footer-section.dnd-row .footer-top-container {
    height: calc(100vh - 40px) !important;
}
  .footer-section.dnd-row .footer-top-container .footer__container__wrapp {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
  .footer-section.dnd-row .footer__container.content-wrapper {
    display: table;
    table-layout: fixed;
    width: 100% !important;
    height: 100% !important;
}
}
@media(max-width:767px){ 
  body h1, body  .h1 {
    font-size: 40px;
    line-height:1.1;
  }
  body h2, body  .h2 {
    font-size: 30px;
    line-height:1.1;
  }
  body h3, body  .h3 {
    font-size: 24px;
  }
  body h4, body  .h4 {
    font-size: 20px;
  }
  .hero-section {
    padding: 50px 0;
    min-height: 400px !important;
  }
  .footer-flex-wrap .footer-col {
    width: 100%;
    border-right: 0 none;
    /*  border-bottom: 1px solid rgba(255,255,255,0.1);*/
    padding-bottom: 20px;
  }
  .portfolio-section .portfolio-card {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .portfolio-section {
    padding: 50px 20px;
  }
  .hero-section .hero-content h1 {
    margin: 0 0 30px;
  }
  .section-heading {
    margin: 0 0 30px;
  }
  .port-card-content h3 {
    margin: 0 0 10px;
  }
  .cta-section {
    padding: 50px 0;
  }

  .footer-flex-wrap .footer-col {
    width: 100%;
    border-right: 0 none;
    /*  border-bottom: 1px solid rgba(255,255,255,0.1);*/
    padding-bottom: 20px;
    padding-top:20px;
    margin-bottom:0;
  }
  .footer-flex-wrap .footer-col:last-child {
    margin-bottom: 0;
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  .footer-flex-wrap .footer-col:first-child {
    padding-top:0;
  }
  .header .content-wrapper {
    padding: 15px !important;
  }
  .header.sticky {
    position: relative;
  }
  .header .header__navigation {
    padding-bottom: 10px;
    top: 100%;
  }
  .footer-section .footer-logo {
    text-align:center;
  }
  .footer-section .footer-menu {
    text-align: left;
  }
  .two-column-text-section {
    padding: 50px 0;
  }
  .two-column-text-section .flex_wrap {
    flex-direction: column-reverse !important;
  }
  .two-column-text-section .column-text {
    width: 100%;
  }
  .two-column-text-section .column-text.right-column {
    margin-bottom:40px;
  }
  .blog-recent-post-section .blog-recent-posts__post button {
    font-size: 14px;
  }
  .blog-recent-post-section .blog-recent-posts__post {
    max-width: 600px;
    margin: 0 auto;
  }
  .blog_subscribe_wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-top: 20px;
  }
  .ptb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .blog_subscribe_wrap {
    margin-left: 0;
    padding: 0;
  }

.listing__box__heading {
    text-align: center;
    margin-bottom: 20px;
}
  
  .portfolio-section.full-horizonta .post-card-logo {
    width: 100%;
    margin-bottom: 25px;
}
  .portfolio-section.full-horizonta .box-content-wrapp {
    width: 100%;
    padding-left: 0;
}
  .portfolio-section.full-horizonta .port-card-content-inner {
    flex-direction: column;
}
  .bottom-scroll-arrow.only-single-arrow {
    display: none;
  }
  .bg-block-slider-inner, .bg-block-slider-inner .slick-slide img {
    max-height: 400px;
    height: 100%;
    object-fit: cover;
    height: 380px;
}
} /* --------- 767px ----*/
@media(max-width:480px){  
  body h1, body  .h1 {
    font-size: 32px;
  }
  .footer-section .copyright-flex-container {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .footer-section .footer__copyright {
    margin: 12px 0 0;
  }
  .portfolio-section .portfolio-card {
    min-height: 340px;
  }
  .port-card-content {
    padding:15px;
  }

  .blog_subscribe_wrap {
    padding: 0;
  }
}
/* @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    */
/*****************************************/

.listing__box__section {
  padding: 60px 0;
}
.listing-box-image img {
  width: 100%;
  height: auto;
}
.listing-box-row {
  display: flex;
  flex-wrap: wrap;
}
.listing-box-column {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.listing-box-title h5 {
  text-align: center;
  margin: 0;
  letter-spacing: .1em;
  text-transform: none;
}
.listing-box-inner:hover img {
  transform: scale(1.1);
  opacity:0.8
}
.listing-box-image {
  overflow: hidden;
  height: 260px;
}
.listing-box-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
/*   object-position: top; */
}
.listing-box-image img {
  transition: 0.3s ease-in-out;
}
.listing-box-title {
  padding-top: 8px;
}
.listing-box-inner a.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.listing-box-inner{position:relative}



.blog-topics {
  position: relative;
  display: inline-block;
}
.blog-topics ul {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 0;
}
.blog-topics .topic {
  background: #fff;
  display: initial;
  width: 260px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 9px 10px 9px 15px;
  cursor: pointer;
  color: #999;
}
.blog-topics ul ul {
  display: none;
  position: absolute;
  z-index: 999;
  left: .5px;
  background: #fff;
  width: 100%;
  top: 43px;
  border: 1px solid #e0e0e0;
  margin: 0;
  height: 300px;
  overflow: auto;
}
.blog-topics li {
  list-style: none;
}
.blog-topics ul li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: #999;
  text-decoration: none;
}
.blog-topics .topic .fa {
  float: right;
  font-size: 20px;
  padding: 3px 5px 0 0;
}
.filter-block-section {
  background: #f2f2f2;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.filter-block-inner {
  display: flex;
  align-items: center;
}
.filter-block-inner h4 {
  margin: 0;
  padding-right: 20px;
}
.blog-topics ul.active ul {
  display: block;
}


section.blog-index {
  padding: 0;
}
.blog-header {
  background-color: #317305;
}
.blog-header h1{
  color:#fff;
}
.listing-box-inner .topic-list{
  position: absolute;
  top: 15px;
  left: 30px;
  margin: 0 30px 0 0;
  background: #317305;
  padding: 5px 15px;
  margin: 0 0 10px 0;
  box-shadow: inset 0 0 0 transparent;
  z-index: 1;
}
.listing-box-inner a.topic-link {

  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 11px;

}

.blog-post-banner .page-center {
  margin: 0 auto;
  max-width: 600px !important;
  padding: 3.3rem 0;
  text-align: center;
  position:relative;
  z-index:1;
}
.blog-post-banner {
  background-size: cover;
  background-position: center;
  position:relative;
}

.blog-post-banner:after {
  content: '';
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.author-detail, .author-detail a {
  color: #fff;
}
.blog-post-banner h1 {
  color: #fff;
  margin: 0 0 10px;
}
.author-detail a:hover {
  color: #fff;
}
.social-icon-container .hero_social {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.social-icon-container .hero_social span {
  font-size: 20px;
}
.social-icon-container .hero_social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.social-icon-container .hero_social ul li {
  margin: 0;
  padding: 5px;
  display: inline-block;
}
.social-icon-container .hero_social ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #25221f;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}




.blog-post-next-previous-container > a{
  display: inline-block;
  float: left;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius:8px;
  background-size: cover;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-decoration:none;
}
.blog-post-next-previous-container > a:after{
  position: absolute;
  width: 100%;
  height: 100%;
  /* 	background: url(https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png?t=1494833093949); */
  content:"";
  top: 0;
  left: 0;
  opacity: 0.9;
  border-radius:8px;
  background: rgba(0, 0, 0, 0.78);
}
.blog-post-prev-link{
  padding:40px 40px 40px 150px;
  margin-right: 10px;
}
.blog-post-next-link{
  padding:40px 150px 40px 40px;
  margin-left: 10px;
}
.blog-post-next-previous-container {
  margin: 50px 0;
  overflow: hidden;
}
.blog-post-next-previous-container > a > div {
  color: #fff;
  position: relative;
  z-index: 99;
}
.next-prev-post-category  {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  text-align: left;
}
.blog-post-next-previous-container > a:hover {
  opacity: 0.75;
}
.next-prev-post-category > span{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.next-prev-post-category > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.next-prev-post-category > span:last-child::after {
  display: none;
}
.next-prev-post-category i {
  padding-right: 7px;
  position: relative;
  font-size: 16px;
}
.blog-post-next-block .next-prev-post-category  {
  text-align: right;
}
.blog-post-next-link {
  text-align: right;
}
.next-prev-post-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.blog-post-next-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  right: -88px;
  top: 50%;
  line-height:normal;
  transform: translate(0px, -50%);
  line-height: normal;
  height: auto;
}
a.blog-post-next-link {
  float: right;
}
a,a:focus {
  outline: 0 !important;
}
.blog-post-prev-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  left: -88px;
  top: 50%;
  line-height:normal;
  transform: translate(0px, -50%);
  line-height: normal;
  height: auto;
}
.back-to-blog a {
  color: #317305;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
.back-to-blog {
  margin-bottom: 30px;
}
.load_btn.btn.black {
  text-align: center;
  margin-bottom: 50px;
  width:100%;
}
.filter-bar h3 {
  padding: 10px 10px;
  border: 0;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 9px 10px 9px 15px;
  background: #fff;
  max-width: 300px;
  width: 100%;
}
.filter-bar h3:after {
  position: absolute;
  right: 14px;
  top: 10px;
  content: "\f078";
  width: 15px;
  height: 15px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
}

.filter-bar .widget-module {
  margin: 0;
  padding: 15px;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 17px 22px 0 rgba(0,0,0,0.1);
  z-index: 999;
  display: none;
  border-radius: 0 0 10px 10px;
}
.filter-bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.filter-bar ul li a {
  width: 100%;
  padding: 5px;
  display: inline-block;
  color: #000;
}
.filter-bar ul li a:hover {
  text-decoration: none;
}
.filter-bar .block {
  width: 100%;
  position: relative;
  max-width: 300px;
}
.filter-bar ul li a span.filter-link-count {
  display: none;
}
a.filter-expand-link {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 8px 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}
a.filter-expand-link:hover {
  text-decoration: none;
}

.blog-topics ul li {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: #999;
  text-decoration: none;
  position: relative;
}
.blog-topics ul li  input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.blog-topics ul li label {
  position: relative;
  cursor: pointer;
  display: block;
}
.blog-topics ul li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #317305;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.blog-topics ul li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #317305;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.blog-topics ul.active .topic i {
  transform: rotate(180deg);
}

.body-container--blog-index  .listing__box__section .listing-box-column.four-column-post {
  width: 25%;
}
.body-container--blog-index .listing__box__section .listing-box-column.four-column-post .listing-box-image {
  overflow: hidden;
  height: 215px;
}
/* .without-filter .normal-post .listing-box-image {
  display: none;
}  */
.banner-short-section.overlay {
  background-size: cover;
  background-position: center;
}
.blog_standard_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}
.post_image {
  margin-bottom: 35px;
  position: relative;
}
.post_image img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}
.post_image:hover .blog_standard_overlay {
  opacity: 1;
}

.portfolio-section .portfolio-wrap.one-item .portfolio-card {
  width:100%;
}
.portfolio-section .portfolio-wrap.two-item .portfolio-card {
  width:50%;
}
.portfolio-section .portfolio-wrap.three-item .portfolio-card {
  width:33.33%;
}
.portfolio-section .portfolio-wrap.four-item .portfolio-card {
  width:25%;
}
p.date-port {
    margin-bottom: 7px;
}

.portfolio-section.full-horizontal .portfolio-card {
  width: 100%;
  padding: 0;
}
.listing-box-title>h5:first-child {
    margin-bottom: 6px;
}


.section.post-body img {
  max-width: 100%;
}
.slick-dots li button{
  width: auto !important;
  min-width: auto;
}
.header {
    position: relative;
}

@media (max-width: 1500px){
  .portfolio-section .portfolio-wrap.four-item .portfolio-card {
    width:33.33%;
  }
}

@media screen and (min-width: 1200px) {
  .without-filter .four-column-post, .without-filter .normal-post {
    width: 25%;
    position: static !important;
  }
  .without-filter .three-column-post, .without-filter .normal-post  {
    position: static !important;
  }
  .without-filter.listing-box-row {
    height: auto !important;
  }
}
@media (max-width: 1024px){
  .portfolio-section .portfolio-wrap.four-item .portfolio-card {
    width:50% ;
  }
}




@media(max-width:991px){
  .listing-box-image {
    height: 205px;
  }
  .body-container--blog-index  .listing__box__section .listing-box-column.four-column-post .listing-box-image {
    height: 200px;
  }
}
@media(max-width:880px){
  .listing-box-column {
    width: 50%;
  }
  .body-container--blog-index  .listing__box__section .listing-box-column.four-column-post {
    width: 33.33%;
  }
}

@media (max-width: 767px){
  .blog-post-next-previous-container > a {
    width: 100%;
    margin: 10px 0;
  }
  .blog-post-next-previous-container {
    overflow: hidden;
    max-width: 450px;
    margin: 50px auto;
  }
  .body-container--blog-index   .listing__box__section .listing-box-column.four-column-post {
    width: 50%;
  }
  .portfolio-section .portfolio-card {
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 660px){
  .listing-box-column {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px;
  }
  .body-container--blog-index   .listing__box__section .listing-box-column.four-column-post {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px;
  }
  .case-study-listing-section .listing-box-column {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .filter-block-inner {
    flex-direction: column;
  }
  .filter-block-inner h4 {
    margin-bottom: 10px;
  }
}
.snow-bg {
   position: relative;
}

/* .snow-bg:after {
   content: '';
   display: block;
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   pointer-events: none;
   background-image: url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/92-927238_best-snowflake-png-white-snowflake-png-transparent.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://2719512.fs1.hubspotusercontent-na1.net/hubfs/2719512/92-927238_best-snowflake-png-white-snowflake-png-transparent.png');
    animation: snow 10s linear infinite;
} */

.snow-bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png');
    animation: snow 10s linear infinite;
}

@keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}/* @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    */
/*****************************************/