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

@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: "Cabin"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7I.woff") format("woff"); 
    font-style: normal; 
    font-weight: 400; 
    font-stretch: normal; 
    font-display: swap;
    }

@font-face { 
  font-family: "Cabin"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EL7I.woff") format("woff"); 
    font-style: normal; 
    font-weight: 500; 
    font-stretch: normal; 
    font-display: swap; 
    }

@font-face { 
  font-family: "Cabin"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7I.woff") format("woff"); 
    font-style: normal; 
    font-weight: 600; 
    font-stretch: normal; 
    font-display: swap; 
    }

@font-face { 
  font-family: "Cabin"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7I.woff") format("woff"); 
    font-style: normal; 
    font-weight: 700; 
    font-stretch: normal; 
    font-display: swap; 
    }

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/TechHeads_Feb2022/fonts/fa-light-300.eot") format("embedded-opentype"), 
    url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-light-300.woff2") format("woff2"), 
      url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-light-300.woff") format("woff"), 
        url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-light-300.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 300; 
          font-display: swap; 
          }

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/TechHeads_Feb2022/fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-regular-400.woff2") format("woff2"), 
      url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-regular-400.woff") format("woff"), 
        url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-regular-400.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 400; 
          font-display: swap;
          }

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/TechHeads_Feb2022/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-solid-900.woff2") format("woff2"),
      url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-solid-900.woff") format("woff"), 
        url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-solid-900.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 900; 
          font-display: swap; 
          }

@font-face { font-family: "Font Awesome 5 Brands"; 
  src: url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/TechHeads_Feb2022/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-brands-400.woff") format("woff"), 
    url("https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/raw_assets/public/TechHeads_Feb2022/fonts/fa-brands-400.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

body {
  letter-spacing: .2px;
  line-height: 1.74;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin-bottom: 1.5em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
  letter-spacing: 0em;
}

/* Lists */

ul,
ol {
  margin: 1em 0 0rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 50px 150px 44px 0px;
  padding: 2px 0 2px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  border-left: 4px solid #d2a98e;
  position: relative;
  color: #333;
  max-width: 100%;
}

/* Horizontal rules */

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

.content-wrapper, .dnd-section>.row-fluid, .page-center {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.body-container-wrapper .dnd-section {
  padding-left: 0px;
  padding-right: 0px;
}

.banner-section .dnd-section {
    padding: 0px 0px;
}

.banner-section .dnd-section>.row-fluid {
    padding: 0px 0px;
}

@media(max-width:767px){
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 26px !important;
  }
  
  blockquote {
    margin: 50px 40px 44px 0px;
}
  
}
button,
.button {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-family: inherit;
  line-height: 26px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border-style:solid;
}

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

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

button:hover, .button:hover{
   -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 3px 20px;
  height: 56px;
  outline: none;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

ul.no-list.hs-error-msgs li label {
    font-size: 12px;
    color: #900;
}

.hs-form > .field > .input > a {
  margin-top: 18px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-family: inherit;
  line-height: 26px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border-style:solid;
}

form input[type=submit]:hover, form .hs-button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  .body-container-wrapper .custom_error_message form, .body-container-wrapper .widget-type-form, .body-container-wrapper .widget-type-blog_subscribe, .body-container-wrapper .widget-type-google_search, .body-container-wrapper .widget-type-password_prompt.custom_error_message, .body-container-wrapper .widget-type-email_simple_subscription, .hs-blog-post .body-container-wrapper .widget-type-blog_comments, .body-container-wrapper .hs-search-field__bar, .body-container-wrapper .submitted-message, .body-container-wrapper #hs_cos_wrapper_password_prompt, .body-container .submitted-message, .blog-comments form, .widget-type-email_simple_subscription, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset, .widget-type-password_prompt {
    margin-top: 16px;
}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.site-header {
  position: relative;
  z-index: 4;
}

.site-header>.page-header-inner {
  -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

.site-header .header-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.site-header .header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.site-header .header-colm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

.site-header .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.site-header .branding-logo {
  flex-basis: unset;
  margin: 0 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header .header-right {
  flex-basis: unset;
  margin: 0 2.5%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom-menu-primary {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.custom-menu-primary>div {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.custom-menu-primary .navigation-primary .level-1 {
  display: inline-block;
  text-align: left;
}

.site-header .header-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-header .header-wrap ul li a {
  text-decoration: none;
}

.custom-menu-primary .navigation-primary .level-1>li {
  display: inline-block;
  position: relative;
}

.custom-menu-primary .navigation-primary .level-2 {
  max-width: 20em;
  -webkit-animation: hide-animation .3s;
  animation: hide-animation .3s;
  padding: 18px 0 22px;
  min-width: 240px;
  position: absolute;
  top: auto;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
  visibility: hidden;
  opacity: 0;
  text-align: left;
}

@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(30px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1
  }
}

@keyframes show-animation {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(30px);
    opacity: 0
  }
}

@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }
}

.custom-menu-primary .navigation-primary .level-1>li:hover .level-2 {
  visibility: visible;
  opacity: 1;
  -webkit-animation: show-animation .3s;
  animation: show-animation .3s;
}

.custom-menu-primary .navigation-primary .level-2>li>a {
  white-space: nowrap;
  padding: 9px 30px;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.47;
  text-transform: none;
  display: block;
}

.custom-menu-primary .navigation-primary .level-2:after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.custom-menu-primary .navigation-primary .level-2>li>a>span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-menu-primary .navigation-primary .level-2>li:hover>a>span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-menu-primary .navigation-primary .level-2>li>a>span {
  position: relative;
  z-index: 1;
}


.site-header .header-right .header-right-inner .hs-menu-wrapper ul>li ul.hs-menu-children-wrapper {
  display: none;
}


.site-header .header-right .header-right-inner .hs-menu-wrapper ul li {
  display: block;
  white-space: nowrap;
}

.custom-menu-primary .navigation-primary .level-1>li>a {
  font-size: 15px;
  line-height: 1.18;
  white-space: nowrap;
  display: block;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 7px;
}

.custom-menu-primary .navigation-primary .level-1>li>a:after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
}

.custom-menu-primary .navigation-primary .level-1>li:hover>a:after {
  width: 100%;
  left: 0;
  right: auto;
  background: #086ad8;
}

.site-header .branding-logo a {
  display: inline-block;
  float: left;
  text-decoration: none;
}

.site-header .branding-logo img {
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
  max-width: 200px;
  height: auto;
  vertical-align: top;
}

.custom-menu-primary .navigation-primary .level-1>li .toggle-sub-menu {
  position: relative;
  margin-left: 15px;
}

.custom-menu-primary .navigation-primary .level-1>li .toggle-sub-menu:before {
  content: '\f078';
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -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 Pro';
  font-weight: 900;
}

.site-header .header-right .header-right-inner {
  padding: 0 12px;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
}

.site-header.sticky>.page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
  -webkit-animation: headerSlideDown 0.95s ease forwards;
  animation: headerSlideDown 0.95s ease forwards;
  will-change: transform;
}

@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.site-header .branding-logo.cm-light-logo {
  display: none;
}

.site-header .branding-logo.cm-light-logo {
  display: none;
}

.site-header.sticky .branding-logo.cm-dark-logo {
  display: none;
}

.site-header.sticky .branding-logo.cm-light-logo {
  display: block;
  margin-top: 1px;
}

.site-header.sticky .branding-logo.cm-light-logo img {
  max-width: 160px;
}

.site-header.sticky .header-right {
  margin-top: 1.5px;
}

.landing-header .branding-logo img {
    padding-top: 24px;
    padding-bottom: 20px;
}

.landing-header.sticky .branding-logo img {
    padding-top: 16.5px;
    padding-bottom: 12px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
.site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:nth-child(1) {
     display: none;
}
  
.site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:nth-child(2) {
    display: none;
}
  
.site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:nth-child(3) {
     display: none;
}
  
  .site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:nth-child(4) {
     display: none;
}
  
.site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:nth-child(5) {
     display: none;
}
  
.site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:last-child {
    display: none;
}
}
@media only screen and (min-width: 1200px){
  .site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:nth-last-child(3) a {
    border-radius: 8px;
    padding: 13px 20px 13px 20px;
  }
  .site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:nth-last-child(2) a {
    margin-left: 8px;
    border-radius: 8px;
    padding: 13px 20px 13px 20px;
  }

  .site-header .header-right .header-right-inner .hs-menu-wrapper>ul {
    display: flex;
  }

  .site-header .header-right .header-right-inner .hs-menu-wrapper>ul>li:not(:nth-last-child(2), :nth-last-child(3)) {
    display: none;
  }

  .site-header .header-right .header-right-inner {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .page-mobile-main-menu {
    display: none;
  }
  
 .site-header {
    min-height: 79.7px;
}

}
@media(max-width:1378px){
  .custom-menu-primary .navigation-primary .level-1>li>a {
    padding-left: 1px;
    padding-right: 2px;
  }

  .site-header .header-right {
    margin-left: 0;
  }

  .site-header .branding-logo {
    margin-right: 0px;
  }

}
@media(max-width:1250px){
  .site-header .header-right .header-right-inner {
    margin-right: -22px;
  }

  .site-header .branding-logo {
    margin-left: 0;
  }
}
@media(max-width:1199px){
  .custom-menu-primary {
    display: none;
  }

  .page-open-mobile-menu {
    padding: 0 12px;
    cursor: pointer;
    padding-right:0px;
  }

  .page-open-mobile-menu .inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
  }

  .page-open-mobile-menu .icon {
    position: relative;
    width: 24px;
    height: 18px;
  }

  .page-open-mobile-menu .icon i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: currentColor;
    color: #333;
  }

  .page-open-mobile-menu .icon i:before {
    top: -8px;
  }

  .page-open-mobile-menu .icon i:after {
    top: 8px;
  }

  .page-open-mobile-menu .icon i:before, .page-open-mobile-menu .icon i:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    content: '';
    -webkit-transition: width 0.3s cubic-bezier(.645,.045,.355,1);
    transition: width 0.3s cubic-bezier(.645,.045,.355,1);
  }

  .page-open-mobile-menu:hover i:after {
    width: 80%;
  }

  .page-open-mobile-menu:hover i:before {
    width: 65%;
  }

  .page-open-mobile-menu:hover i {
    color: #086ad8;
  }

  .site-header .header-right .header-right-inner {
    margin-right: -12px;
  }

  .site-header .header-right .header-right-inner .hs-menu-wrapper {
    display: none;
  }

  .site-header .header-right {
    margin-left: 0;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
.site-header .header-wrap {
    min-height: 80px;
}
  
/*------------*/
  
.page-mobile-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,.7);
    visibility: hidden;
    opacity: 0;
    cursor: url('https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/TechHeads_Feb2022/image/light-close.png') 16 16,pointer;
      -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.page-mobile-main-menu>.inner {
    background: #086ad8;
    float: right;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: relative;
    height: 100%;
    max-width: 80%;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 80px;
    cursor: default;
    width: 360px;
}

.page-mobile-main-menu .page-mobile-menu-header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 0 30px;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-mobile-menu-header .page-mobile-menu-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page-close-mobile-menu {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #222;
}

.page-close-mobile-menu:before, .page-close-mobile-menu:after {
    position: absolute;
    top: 19px;
    left: 8px;
    content: '';
    width: 24px;
    height: 3px;
    background: currentColor;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.page-close-mobile-menu:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-close-mobile-menu:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-mobile-menu-header .page-mobile-menu-logo a {
    text-decoration: none;
}

.page-mobile-menu-header .page-mobile-menu-logo a img {
    max-width: 160px;
    height: auto;
    vertical-align: top;
}

.page-mobile-main-menu .page-mobile-menu-content {
    overflow-y: auto;
    height: calc(100vh - 80px);
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul {
    text-align: left;
    padding: 0;
    margin: 20px 30px 100px;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li {
    display: block;
    list-style-type: none;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>a {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    position: relative;
    display: block;
    text-decoration: none;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    display: none;
    margin: 14px 0;
    padding: 0;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li {
    display: block;
    list-style-type: none;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
    position: relative;
    display: block;
    text-decoration: none;
}

 .mob-open .page-mobile-main-menu {
    visibility: visible;
    opacity: 1;
}
  
.mob-open>.page-mobile-main-menu>.inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

body.mob-open {
    overflow: hidden;
}

body.mob-open>.body-wrapper {
    -webkit-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
}
  
body>.body-wrapper {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li+li>a {
    border-top: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.15);
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>div.child-trigger {
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.1);
    color: #fff;
    text-align: center;
    line-height: 40px;
/*     -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-top: .5px; */
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>div.child-trigger:after {
    content: '\f107';
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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 Pro';
    font-weight: 400;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>div.child-trigger.child-open:after {
    content: '\f106';
}

/* .page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>div.child-trigger.child-open {
    background: rgba(255,255,255,.2);
} */

  
.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li {
    position: relative;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>div.child-trigger:hover {
    background: rgba(255,255,255,.2);
}
  
.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li.active>a {
    border-bottom: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.15);
}
  
.page-close-mobile-menu:before, .page-close-mobile-menu:after {
    -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
}
  
.page-close-mobile-menu:hover:before, .page-close-mobile-menu:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
  
.site-header.sticky .header-right {
    margin-top: 0px;
}
  
.landing-header .branding-logo img {
    padding-top: 24.5px;
    padding-bottom: 19.5px;
}

.page-mobile-main-menu .page-mobile-menu-content .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:hover {
    color: #fff;
}
  
.site-header {
    min-height: 80px;
}

}
@media(max-width:425px){
.site-header .branding-logo.cm-dark-logo img {
    width: 70% !important;
    max-width: 100%;
}
  
}
.site-footer {
  padding-top: 84px;
  padding-bottom: 52px;
}

.site-footer .footer_container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.site-footer .page-footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.site-footer .page-footer-colm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  /*     padding-left: 0.9375rem;
  padding-right: 0.9375rem; */
  width: 100%;
}

.site-footer .page-footer-top {
  position: relative;
  clear: both;
}

.site-footer .page-footer-top .footer-top-colm {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
}

.site-footer .page-footer-top-inner:after {
  content: "";
  clear: both;
  display: table;
}

.site-footer .page-footer-top .footer-top-colm .footer-top-colm-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.site-footer .page-footer-top .cm-logo-ftr .tm-image {
  text-align: left;
}

.site-footer .page-footer-top .cm-logo-ftr .tm-image img {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: auto;
  vertical-align: top;
  max-width: 80px;
}

.site-footer .page-footer-top .cm-logo-ftr .tm-image a {
  display: inline-block;
}

.site-footer .page-footer-top .cm-logo-ftr .tm-spacert {
  height: 31px;
  clear: both;
}

.site-footer .page-footer-top .tm-heading {
  font-size: 15px;
}

.site-footer .page-footer-top .cm-logo-ftr .tm-spacerm {
  height: 10px;
  clear: both;
}

.site-footer .page-footer-top .tm-heading a {
  font-size: inherit;
  color: inherit;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}

.site-footer .page-footer-top .tm-heading .tm-spacerb {
  height: 50px;
}

.site-footer .page-footer-top .tm-spacerb {
  height: 50px;
  clear: both;
}

.site-footer .page-footer-top .tm-spacerh {
  height: 28px;
}

.site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 21px;
  display: block;
  text-decoration: none;
  pointer-events: none;
  font-family: Cabin;
  font-weight: 700;
  letter-spacing: 0em;
  position: relative;
  top: -0.5px;
}

.site-footer .ftr-menus-wrap .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  grid-template-columns: repeat(1,1fr);
  text-align: left;
  grid-row-gap: 11px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
}

.site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li {
  position: relative;
  padding: 0;
}

.site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a {
  float: left;
  position: relative;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
}

.site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 3px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #086ad8;
}

.site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.site-footer .page-footer-space .page-footer-space-divr {
  height: 15px;
}

.site-footer .page-footer-top #tm-heading-620b44552ea8a .heading a {
  font-weight: 700;
}

.site-footer .page-footer-top #tm-heading-620b44552ef5b .heading a {
  font-weight: 700;
}

.site-footer .page-footer-bottom {
  padding-left: 15px;
  padding-right: 15px;
}

.page-scroll-up {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #086ad8;
  -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
  transition: all 0.3s cubic-bezier(.645,.045,.355,1);
  text-decoration: none;
}

.page-scroll-up .arrow-top {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.page-scroll-up i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
  transition: all 0.3s cubic-bezier(.645,.045,.355,1);
}
.page-scroll-up:hover .arrow-top {
  -webkit-transform: translate(-50%,-80px);
  -ms-transform: translate(-50%,-80px);
  transform: translate(-50%,-80px);
}

.page-scroll-up:hover .arrow-bottom {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


.fal {
  font-weight: 300;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

.page-scroll-up .arrow-bottom {
  -webkit-transform: translate(-50%,80px);
  -ms-transform: translate(-50%,80px);
  transform: translate(-50%,80px);
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.page-scroll-up.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.site-footer .page-footer-top #tm-heading-620b44552e39c .heading a {
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

/*-------*/

.top-footer {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url('https://20869765.fs1.hubspotusercontent-na2.net/hubfs/20869765/TechHeads_Feb2022/image/home-infotechno-contact-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.top-footer .top-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
      margin-left: -15px;
    margin-right: -15px;
}

.top-footer .top-footer-inner .cm-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  display:flex;
}

.top-footer .cm-column .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.top-footer .cm-column .tm-heading {
  text-align: left;
}

.top-footer .cm-column .tm-heading h3 {
  font-size: 36px;
  max-width: 520px;
  font-weight: 700;
  position: relative;
  padding-left: 34px;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 0;
  font-family: 'Cabin';
}

.top-footer .cm-column #tm-heading-620c6b8ae32f7 h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-footer .cm-column #tm-heading-620c6b8ae32f7 h3 mark {
  background: none;
  text-decoration: none;
  letter-spacing: 0;
}

.top-footer .cm-column #tm-spacer-620c6b8ae390b {
  height: 12px;
  clear: both;
}

.top-footer .cm-column #tm-heading-620c6b8ae3a7f {
  text-align: left;
  margin-left: 34px;
}

.top-footer .cm-column #tm-heading-620c6b8ae3a7f .heading {
  font-size: 18px;
  word-wrap: break-word;
  max-width: 100%;
  line-height: 1.67;
}

.top-footer .cm-column #tm-icon-620c6b8ae45b6 {
  text-align: center;
  line-height: 0;
}

.top-footer .cm-column #tm-icon-620c6b8ae45b6 .icon {
  font-size: 40px;
  position: relative;
}

.fal.fa-phone {
  font-family: "Font Awesome 5 Pro";
}

.fal {
  font-weight: 300;
}

.fa-phone:before {
  content: "\f095";
}

.top-footer .cm-column #tm-spacer-620c6b8ae4930 {
  height: 16px;
}

.top-footer .cm-column #tm-heading-620c6b8ae4a96 {
  text-align: center;
}

.top-footer .cm-column #tm-heading-620c6b8ae4a96 h3.heading {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.74;
  max-width: 100%;
  padding-left: 0;
  font-family: 'Cabin';
}

.top-footer .cm-column #tm-spacer-620c6b8ae5114 {
  height: 3px;
}

.top-footer .cm-column #tm-heading-620c6b8ae5293 {
  text-align: center;
}

.top-footer .cm-column #tm-heading-620c6b8ae5293 h3.heading {
  padding: 0;
  max-width: 100%;
  font-size: 48px;
  line-height: 1.17;
  font-family: 'Cabin';
}

.top-footer .cm-column #tm-heading-620c6b8ae5293 h3.heading a {
  text-decoration: none;
}

.top-footer .cm-column #tm-spacer-620c6b8ae58ae {
  height: 26px;
}

.top-footer .cm-column .tm-button-wrapper {
  text-align: center;
}

.top-footer .cm-column .tm-button-wrapper .hs-button {
  min-width: 230px;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0em;
  text-transform: initial;
  padding: 0 36px;
  height: 56px;
  line-height: 56px;
  border-width: 0;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-style: solid;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
  transition: all 0.3s cubic-bezier(.645,.045,.355,1);
  text-decoration: none;
}

.top-footer .cm-column #tm-heading-620c6b8ae5293 h3.heading a span:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}

.top-footer .cm-column #tm-heading-620c6b8ae5293 h3.heading a:hover span:before {
    width: 100%;
    left: 0;
    right: auto;
}

.top-footer .cm-column #tm-heading-620c6b8ae5293 h3.heading a span {
    position: relative;
}

.top-footer .cm-column .tm-button-wrapper .hs-button:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.site-footer .page-footer-top #tm-heading-620b44552e39c .heading a span:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}

.site-footer .page-footer-top #tm-heading-620b44552e39c .heading a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.site-footer .page-footer-top #tm-heading-620b44552e39c .heading a span {
    position: relative;
    color: inherit;
}

.site-footer .page-footer-top #tm-heading-620b44552e39c .heading a:hover span:before {
    width: 100%;
    left: 0;
    right: auto;
}

.site-footer .page-footer-top #tm-heading-620b44552ea8a .heading a span {
    position: relative;
}

.site-footer .page-footer-top #tm-heading-620b44552ea8a .heading a span:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}

.site-footer .page-footer-top #tm-heading-620b44552ea8a .heading a:hover span:before {
    width: 100%;
    left: 0;
    right: auto;
}

.site-footer .page-footer-top #tm-heading-620b44552ef5b .heading a span {
    position: relative;
}

.site-footer .page-footer-top #tm-heading-620b44552ef5b .heading a span:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width 0.6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}

.site-footer .page-footer-top #tm-heading-620b44552ef5b .heading a span:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .IE .site-footer .ftr-menus-wrap .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper{
    display:flex;
    flex-wrap:wrap;
  }
  
  .IE .site-footer .ftr-menus-wrap .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li{
    width:100%;
  }
  
}

@media(max-width:1199px){
  .site-footer .content-wrapper {
    max-width: 940px !important;
  }
  
  .top-footer .content-wrapper {
    max-width: 940px !important;
  }

  .site-footer .page-footer-top .tm-spacerh {
    height: 0;
  }

  .top-footer .cm-column #tm-heading-620c6b8ae5293 h3.heading {
    font-size: 42px;
}
  
}

@media(max-width:992px){
  .site-footer .content-wrapper {
    max-width: 720px !important;
  }

  .top-footer .content-wrapper {
    max-width: 720px !important;
  }
  
  .site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>a {
    position: relative;
    top: 0;
  }

  .top-footer {
    padding-top: 100px;
    padding-bottom: 100px;
}
  
.top-footer .cm-column #tm-heading-620c6b8ae5293 h3.heading {
    font-size: 36px;
}
  
}

@media(max-width:767px){
  .site-footer .page-footer-top .footer-top-colm {
    width: 100%;
    float: none;
  }

  .site-footer .content-wrapper {
    max-width: 576px !important;
  }
  
  .top-footer .content-wrapper {
    max-width: 576px !important;
  }

  .site-footer .page-footer-bottom {
    margin-top: 30px;
  }

  .site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>a {
    position: relative;
    top: -0.5px;
  }

  .site-footer .page-footer-bottom .heading-copy {
    position: relative;
    top: -0.5px;
  }
  
 .top-footer .top-footer-inner .cm-column {
    width: 100%;
}

.top-footer .cm-column #tm-spacer-620c6b8ae40c4 {
    height: 40px;
}
  
.top-footer .cmmtm-heading h3.heading {
    font-size: 36px !important;
}

.top-footer .cmstm-heading h3 {
    font-size: 15px !important;
}

.top-footer .cmtm-heading h3.heading {
    font-size: 36px !important;
}

footer.footer.site-footer.landing-footer {
    padding: 25px 0;
}

footer.footer.site-footer.landing-footer .page-footer-bottom {
    margin-top: 0;
}
  
}

@media(max-width:543px){
  .site-footer .content-wrapper {
    max-width: 100% !important;
  }
  
  .top-footer .content-wrapper {
    max-width: 100% !important;
  }

  .site-footer .ftr-menus-wrap .hs-menu-wrapper>ul>li>a {
    position: relative;
    top: 0;
  }

  .site-footer .page-footer-bottom .heading-copy {
    position: relative;
    top: 0;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */