*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Astra";
  src: url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/astra.woff") format("woff"), 
    url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/astra.ttf") format("truetype"),
      url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/astra.svg") format("svg");
        font-style: normal;
        font-weight: normal;
        font-display: fallback;
        }
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fabrands400.eot") format("embedded-opentype"),
    url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fabrands400.woff2") format("woff2"),
      url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fabrands400.woff") format("woff"),
        url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fabrands400.ttf") format("truetype"),
          url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fabrands400.svg") format("svg");
            font-style: normal;
            font-weight: 400;
            font-display: block;
            }
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/faregular400.eot") format("embedded-opentype"),
    url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/faregular400.woff2") format("woff2"),
      url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/faregular400.woff") format("woff"),
        url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/faregular400.ttf") format("truetype"),
          url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/faregular400.svg") format("svg");
            font-style: normal;
            font-weight: 400;
            font-display: block;
            }
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fasolid900_1.eot") format("embedded-opentype"),
    url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fasolid900_1.woff2") format("woff2"),
      url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fasolid900_1.woff") format("woff"),
        url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fasolid900_1.ttf") format("truetype"),
          url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/fasolid900_1.svg") format("svg");
            font-style: normal;
            font-weight: 900;
            font-display: block;
            }
@font-face {
  font-family: "Montserrat";
  src: url("https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXo.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, 
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: fallback;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, 
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: fallback;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA,
    U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, 
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Ultimate-Icons";
  src: url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/UltimateIcons.ttf") format("truetype"), 
    url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/UltimateIcons.woff") format("woff"),
      url("https://info.trimteck.com/hubfs/raw_assets/public/Trimteck_March2023/font/UltimateIcons.woff2") format("svg");
        font-style: normal;
        font-weight: normal;
        }
@font-face {
  font-family: "Roboto";
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, 
    U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6,
    U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  line-height: 1.85714285714286;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
}
img {
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
/* Paragraphs */

p {
  margin: 0 0 1.6em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration:none;
  transition: all .2s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.8;
}

/* Lists */

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

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;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label, form legend {
  line-height: 1.3;
  font-size: inherit;
  font-weight: 700;
  color: #3a3a3a;
  display: inline-block;
}



/* Inputs */
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  border: 1px solid;
  background: #fff;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  transition: all .2s linear;
  border-radius: 2px;
  background:#fafafa;
  border-style: solid;
}
form fieldset {
  max-width: 100% !important;
}
form input[type=email]:focus, form input[type=file]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=text]:focus, form select:focus, form textarea:focus{
  outline:none;
}
/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #ce0000;
  margin-top: 0.35rem;
}
.hs-error-msg ,label.hs-error-msg,label.hs-main-font-element,ul.no-list.hs-error-msgs li label{
  color: #ce0000 !important;
  font-size: 12px;
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
/* Submit button */
.button, .error-page .button, a button, form .hs-button, form input[type=submit] {
  font-family: 'Open Sans',sans-serif;
  transition: all .3s;
  display: inline-block;
  font-size: 1em;
  margin: 0 16px 0 0;
  width: auto;
  cursor:pointer;
  border-style: solid;
  border-width:0;
}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cst-header {
  z-index: 4;
  position: relative;
  line-height: 4;
  padding-top: 5px;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
}
.cst-header .page-center {
  padding-left: 20px;
  padding-right: 20px;
}
.cst-header-flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.cst-header-logo a {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 3px;
  display: block;
}
.cst-header-logo a img {
  width: 210px !important;
}
.cst-header-toggle {
  display: none;
}
.cst-header-menu {
  margin-left: auto;
}
.cst-header-menu>span>div {
  height: 100%;
  font-weight: 600;
  padding-left: 15px;
  vertical-align: top;
}
.cst-header-menu .hs-menu-wrapper>ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.cst-header-menu .hs-menu-wrapper>ul>li {
  position: relative;
}
.cst-header-menu .hs-menu-wrapper>ul>li>ul {
  box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
  line-height: 1.45;
  width: 240px;
  background: #fff;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in;
  font-weight: 600;
}
.cst-header-menu .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}
span.sub-arrow:after {
  content: "\e900";
  display: inline-block;
  font-family: Astra;
  font-size: .6rem;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
}
.cst-header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #0274be;
  padding: 0.9em 1em;
  display: block;
  word-wrap: break-word;
  font-size: 16px;
}
.cst-header-menu .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  transition: all .2s linear;
}

.cst-header-menu .hs-menu-wrapper>ul>li {
  position: relative;
  line-height: 64px;
}
.cst-header-menu .hs-menu-wrapper>ul>li:last-child>a:before {
  content: "\e8b6";
  font-family: Astra;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:21px;
  z-index: 3;
}
.cst-header-menu .hs-menu-wrapper>ul>li:hover>a,.cst-header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #3a3a3a;
}
.header-search {
  position: fixed;
  background: rgba(25,25,25,.94);
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #34495ee6;
}

.header-search {
  width: 100%;
  height: 100%;
}
span.icon-close {
  position: absolute;
  color: #fafafa;
  right: 1em;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
  font-weight: 400;
  font-size: 2em;
  top: 1.5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
span.icon-close:after {
  font-family: Astra;
  content: "\e5cd";
  display: inline-block;
  transition: transform .3s ease-in-out;
}
.header-search-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.header-search-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1340px;
}
.header-search-inner form.search-form {
  width: 70%;
  margin: 20px auto;
  line-height: normal;
}
.header-search-inner form.search-form fieldset {
  border: 0;
  padding: 2.5em 0 1em;
  border-bottom: 2px solid #9e9e9e;
  border-color: #fff;
}
.header-search-inner form.search-form fieldset input {
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-weight: 300;
  color: #fafafa;
  width: calc(100% - 1.5em);
  vertical-align: middle;
  line-height: 1.7;
  min-width: 90%;
  font-size:42px;
  outline: 0;
  background: transparent;
  border: none;
}
.header-search-inner form.search-form fieldset input::placeholder {
  color: #fff;
  font-size: 50px;
  opacity: 1;
}
.header-search-inner form.search-form fieldset button.button.search-submit {
  background: 0 0;
  padding: 0;
  transition: all .7s ease-In;
  outline: 0;
  border: 0;
  vertical-align: middle;
  position: relative;
  right: -64px;
  top: 30px;
  font-size: 2em;
  color: #fff;
}
i.astra-search-icon:before {
  content: "\e8b6";
  font-family: Astra;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 3;
}
.header-search-inner form.search-form fieldset input {
  padding: 0;
}
.cst-header-toggle {
  padding: 0 0.5em;
  width: auto;
  text-align: center;
  background: transparent;
  color: #0274be;
  cursor: pointer;
  font-size: 1.7em;
  margin-left: auto;
  line-height: 1.85714285714286;
}
span.menu-toggle-icon:before {
  content: "\e5d2";
  font-family: Astra;
  text-decoration: inherit;
}
.cst-header-logo a {
  padding-top: 2px;
}
.cst-header-mobile-menu {
  background: #F9F9F9;
  width: 100%;
}
.child-trigger {
  display: inline-block;
  position: absolute;
  font-size: inherit;
  top: -1px;
  right: 20px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 0.907em;
  font-weight: 400;
  line-height: inherit;
  transition: all .2s;
}
.child-trigger.child-open:before {
  transform: rotateX(180deg);
}

.header-hide .cst-header {
  transform: translateY(-100%);
}

.child-trigger:before {
  font-weight: bold;
  content: "\e900";
  font-family: Astra;
  text-decoration: inherit;
  display: inline-block;
  color: #0274be;
}
body.opened span.menu-toggle-icon:before {
  content: "\e5cd";
}
.child-trigger {
  display: none;
}
.cst-header {
  width: 100%;
  top: 0;
}
.cst-header-height {
  min-height: 75px;
}
body.scroll-header .cst-header {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  position: fixed;
}
body.scroll-header .cst-header-menu .hs-menu-wrapper>ul>li>a {
  line-height: 48px;
}

body.scroll-header .cst-header-menu .hs-menu-wrapper>ul>li {
  line-height: 48px;
}
body.scroll-header .cst-header-logo a {
  line-height: 48px;
}
body.scroll-header  .cst-header-height {
  min-height: 65px;
}
.header-search {
  display: none;
}
.header-search.main {
  display: block;
}
.cst-header-height.lp .cst-header {
  padding-bottom: 2px;
}
.scroll-header .cst-header-height.lp .cst-header {
  padding-bottom: 4px;
}
@media(max-width:1240px) and (min-width:920px){
  .header-search-inner form.search-form fieldset input::placeholder {
    color: #fff;
    font-size: 30px;
    opacity: 1;
  }
  .cst-header-logo a {
    line-height: 35px;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>ul {
    width: auto;
  }
  .cst-header-logo a img {
    width: 130px!important;
  }
  .cst-header-flex {
    flex-wrap: nowrap;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>a {
    padding-left: 0;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 13px;
  }
  .cst-header-flex {
    align-items: center;
  }
}

@media(max-width:920px){
  .cst-header-logo a {
    line-height: 35px;
  }
  body.opened .cst-header-menu {
    display: block;
  }
  .scroll-header .cst-header-logo a {
    padding-top: 2px;
  }
  .child-trigger:hover,.child-trigger.child-open {
    outline: thin dotted;

  }
  .cst-header-menu {
    width: calc(100% + 40px);
    margin: 0 -20px;
    line-height: 3;
  }
  .header-search.main {
    display: none;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li:hover .child-trigger:before {
    color: #3a3a3a;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    color: #0274be;
    padding-left: 30px;
    line-height: 48px;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>ul>li>a:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 10px;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>ul {
    background-color: #f9f9f9 !important;
  }
  .cst-header-menu .hs-menu-wrapper>ul {
    border-top: 1px solid #dddddd;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }
  body.opened  .cst-header {
    padding-bottom: 0;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li {
    line-height: 48px;
  }
  .cst-header-menu {
    background: #f9f9f9;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>ul {
    position: relative;
    box-shadow: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    background: #f9f9f9;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>a {
    line-height: 48px;
  }
  .cst-header-menu>span>div {
    display: block;
    padding: 0;
  }
  .cst-header-menu .hs-menu-wrapper>ul {
    display: block;
  }
  .child-trigger {
    display: block;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>a {
    color: #0274be;
    padding: 0 25px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #dddddd;
  }
  span.sub-arrow {
    display: none;
  }

  .cst-header {
    padding: 7.5px 0;
  }
  .cst-header-logo a {
    padding-top: 10px;
  }
  .cst-header-toggle {
    display: block;
  }
  .cst-header-menu {
    display: none;
  }
  .cst-header-menu {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .cst-header-height {
    min-height: 68px;
  }
  .scroll-header .cst-header-height.lp .cst-header {
    padding-bottom: 10px;
  }
}

@media(max-width:767px){
  .cst-header {
    padding: 24.5px 0;
  }
  .cst-header-height.lp .cst-header {
    padding-bottom: 28px;
  }
  .scroll-header .cst-header-height.lp .cst-header {
    padding-bottom: 24px;
  }
  .child-trigger {
    font-size: 15px;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li {
    line-height: 44px;
  }
  .child-trigger {
    top: 0px;
    right: calc( 20px - 0.907em );
  }

  .cst-header-toggle {
    font-size: 25px;
  }
  .cst-header-logo a {
    padding-top: 7px;
  }
  .cst-header .page-center {

    padding-left: 72px;
    padding-right: 72px;
  }
  .cst-header-menu .hs-menu-wrapper>ul>li>a, .cst-header-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 15px;
    line-height: 44px;
  }
}


@media (max-width: 544px){
  .cst-header {
    padding: 17.5px 0;
  }
  .cst-header-height.lp .cst-header {
    padding-bottom: 20px;
  }
  .scroll-header .cst-header-height.lp .cst-header {
    padding-bottom: 17px;
  }
  .cst-header-menu {
    width: 100%;
    margin: 0;
  }
  .cst-header-menu {
    width: 100%;
    margin: 0;
  }
  .cst-header .page-center {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.footer-bottom {
  z-index: 2;
  position: relative;
}
.footer-bottom {
  padding-bottom: 2.66666em;
  font-size: 0.875rem;
  padding-top: 20px;
  background-color: #1a1b1e;
}

.footer-bottom .page-center {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-bottom-links, .footer-bottom-copyright {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  float: left;
  padding-right: 20px;
  width: 50%;
  display:inline-block;
  text-align: left;
}
.footer-bottom-copyright {
  text-align: right;
}
.footer-bottom-copyright {
  color: #b4b5b6;
}
.footer-bottom-links .hs-menu-wrapper ul li{
  display:inline-block;
}
.footer-bottom-links .hs-menu-wrapper ul li a {
  padding: 0 1em 0 0;
  color: #b4b5b6;
}
.footer-bottom-links .hs-menu-wrapper ul li a:hover {
  color: #ffffff;
}
.footer-top {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
  background-color: #1a1b1e;
}
.footer-top .page-center.clearfix {
  padding: 0;
  display:flex;

  flex-wrap:wrap;
}
.footer-top-col1, .footer-top-col2, .footer-top-col3,.footer-top-col4 {
  display:inline-block;
  min-height: 1px;
  width:100%;
}
.footer-top-col2 {
  max-width: 23%;
}
.footer-top-col3 {
  max-width: 27%;
}
.footer-top-col4 {
  max-width: 25%;
}
.footer-top-col1 {
  max-width: 25%;
}
.footer-logo {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.footer-logo img {
  width: 180px !important;
}
.footer-top-col1-menu ,
.footer-top-col2-menu,
.footer-top-col4-menu,
.footer-top-col3-menu{
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.footer-top-col1-menu .hs-menu-wrapper ul li a,
.footer-top-col2-menu .hs-menu-wrapper ul li a,
.footer-top-col4-menu .hs-menu-wrapper ul li a, 
.footer-top-col3-menu .hs-menu-wrapper ul li a {
  color: #b4b5b6;
  font-size: 14px;
  line-height: 26px;
}
.footer-top-col1-heading,
.footer-top-col2-heading,
.footer-top-col3-heading,
.footer-top-col4-heading{
  margin-left: 20px;
  margin-top: 10px;
  margin-right: -20px;
  margin-bottom: 15px;
}
.footer-top-col1 .image {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.footer-top-col1 .image img {
  width: 70px !important;
}
.footer-top-col3-content {
  margin-bottom: 20px;
  margin-left: 20px;
}
.footer-top-col3-content p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.footer-top-col3-content p strong {
  font-weight: 700;
}
.footer-top-col1-heading h6,
.footer-top-col2-heading h6,
.footer-top-col3-heading h6,
.footer-top-col4-heading h6{
  font-size: 17px;
  color: #ffffff;
  margin: 0;
}
.footer-top-col1-menu .hs-menu-wrapper ul li a:hover, 
.footer-top-col2-menu .hs-menu-wrapper ul li a:hover, 
.footer-top-col4-menu .hs-menu-wrapper ul li a:hover,
.footer-top-col3-menu .hs-menu-wrapper ul li a:hover {
  color: #fff;
}
.footer-top-col3-content p {
  margin: 0;
}

.footer-top-col1-menu .hs-menu-wrapper ul li, 
.footer-top-col2-menu .hs-menu-wrapper ul li,
.footer-top-col3-menu .hs-menu-wrapper ul li,
.footer-top-col4-menu .hs-menu-wrapper ul li {
  font-size: 0;
}
.footer-top-col1 .image {
  margin: 20px;
  display: inline-block;
}
.footer-logo {
  display: inline-block;
}

.footer-top-col3-content p a {
  color: #b4b5b6;
}

.footer-top-col3-content p a:hover {
  color: #fff;
}
.footer-top-col1-heading h6, 
.footer-top-col2-heading h6, 
.footer-top-col3-heading h6, 
.footer-top-col4-heading h6 {
  line-height: 29px;
}
.footer-top-col4-social {
  margin: 20px;
  margin-top: 0;
}

.fl-icon-group span {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.fl-icon-group span:last-child {
  margin-left: 10px;
}
.fl-icon-group span a i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  float: right;
  height: auto;
  width: auto;
  color: #56bcb0;
  font-size: 20px;
}
i.fa-instagram:before {
  content: "\f16d";
}
i.fa-linkedin-in:before {
  content: "\f0e1";
}
.footer-top-col3-content {
  display: inline-block;
  margin-top: 10px;
}
.footer-top-col4-heading {
  display: inline-block;
}
.footer-top-col1-heading, .footer-top-col2-heading, .footer-top-col3-heading, .footer-top-col4-heading {
  display: block;
}
.fl-icon-group span a:hover i {
  color: #1958c9;
}
.footer-top-col4-heading {
  display: inline-block;
}
@media (max-width: 992px){

  .footer-top-col2 {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .footer-top-col1 {
    margin: 15px;
  }
  .footer-top-col3 {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .footer-top-col1, .footer-top-col2, .footer-top-col3, .footer-top-col4 {
    max-width: 45%;
  }
  .footer-top-col1-heading, 
  .footer-top-col2-heading, 
  .footer-top-col3-heading, 
  .footer-top-col4-heading {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .footer-top-col4 {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }

}
@media (max-width: 768px){
  .footer-bottom-links {
    width: 100%;

  }
  .footer-bottom-copyright {
    width: 100%;
    text-align: left;
    margin-top: 1em;

  }
  .footer-top-col4-social {
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .footer-top-col4 {
    margin-bottom: 0;
  }

  .footer-bottom-links .hs-menu-wrapper ul li a {
    padding-top: 0em;
    padding-right: 0.5em;
    padding-bottom: 0em;
    padding-left: 0.5em;
  }
  .footer-top-col1, .footer-top-col2, .footer-top-col3, .footer-top-col4 {
    max-width: 100%;
  }
  .footer-top-col3-content {
    display: none;
  }
  .footer-bottom-links .hs-menu-wrapper ul li a {
    font-size: 12.7px;
  }
  .footer-bottom-copyright {
    font-size: 12.7px;
  }
  .footer-bottom {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .footer-top-col3 .footer-top-col3-menu {
    margin-bottom: 0;
  }

  .footer-top-col2 .footer-top-col2-menu {
    margin-bottom: 0;
  }
  .footer-top-col1 .footer-top-col1-menu {
    margin-bottom: 0;
  }
}
@media (max-width: 554px){
  .footer-bottom-links {
    text-align: center;
  }
}
/* Menu and simple menu */

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