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

.dnd-section {
  padding-left :15px;
  padding-right :15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: wf_1756c417e64d42168bfb107f0;
  src: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/file.woff2) format("woff2"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/file.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/file.ttf) format("ttf");
}

@font-face {
  font-family: wf_73d0114a9d4540ef89e6460a0;
  src: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_73d0114a9d4540ef89e6460a06a3d91f.woff2) format("woff2"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_73d0114a9d4540ef89e6460a06a3d91f.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_73d0114a9d4540ef89e6460a06a3d91f.ttf) format("ttf");
}

@font-face {
  font-family: wf_d46e1f66faa94e3b8710b8c87;
  src: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/wf_d46e1f66faa94e3b8710b8c87.woff2) format("woff2"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/wf_d46e1f66faa94e3b8710b8c87.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/wf_d46e1f66faa94e3b8710b8c87.ttf) format("ttf");
}

@font-face {
  font-family: wf_9d590d2a6e7740a8b3258539e;
  src: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_9d590d2a6e7740a8b3258539e7164508.woff2) format("woff2"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_9d590d2a6e7740a8b3258539e7164508.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_9d590d2a6e7740a8b3258539e7164508.ttf) format("ttf");
}

@font-face {
  font-family: wf_e64cd762edf24879a1cdf147d;
  src: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_e64cd762edf24879a1cdf147d29c1922.woff2) format("woff2"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_e64cd762edf24879a1cdf147d29c1922.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_e64cd762edf24879a1cdf147d29c1922.ttf) format("ttf");
}

@font-face {
  font-family: wf_a72baa19ac204aa4b3f750f8c;
  src: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_a72baa19ac204aa4b3f750f8c329e577.woff2) format("woff2"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_a72baa19ac204aa4b3f750f8c329e577.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/ef2337_a72baa19ac204aa4b3f750f8c329e577.ttf) format("ttf");
}

@font-face {
  font-family: "DIN-Next-W01-Light";
  src: url("//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/SynergyTechnical_August2021/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/DIN-Next-W01-Light.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/DIN-Next-W01-Light.ttf) format("truetype");
  font-display: block;
}

@font-face {
  font-display: block;
  font-family: "Helvetica-W01-Light";
  src: url("//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/SynergyTechnical_August2021/fonts/Helvetica-W01-Light.ttf") format("eot"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/Helvetica-W01-Light.woff) format("woff"),
    url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/fonts/Helvetica-W01-Light.ttf) format("truetype");
}

body {
  line-height: 1.7;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 10px;
  word-break: inherit;
}

h1 {
  line-height: 1.1;
}

h2 {
  line-height: 1;
}

/* Lists */

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

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

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

img {
  max-width: 100%;    
}

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

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Help text - legends */


/* 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 {
  width: 100% !important;
  display: inline-block;
  font-family: wfont_ef2337_73d0114a9d4540ef89e6460a06a3d91f, wf_73d0114a9d4540ef89e6460a0, orig_sofia_pro_light_regular_webfont;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
  padding: 11.5px 3px 11.5px 22px;
  outline: none;
  border-style: solid;
}

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;
  width: auto !important;
}

/* 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: #ff4040;
}

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

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

.hs-error-msgs label {
  color: #ff4040;
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  font-family: wfont_ef2337_73d0114a9d4540ef89e6460a06a3d91f, wf_73d0114a9d4540ef89e6460a0, orig_sofia_pro_light_regular_webfont;
  border: 1px solid;
  white-space: normal;
  margin: 15px 0;
  transition: all .4s ease 0s;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 0px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 0px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.header__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 21px;
  margin: 0 auto;
}

.custom-header-wrapper {
  position: relative;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
}

.normal-header {
  transition: transform .2s;
  transform: translateY(0);
}

.nav-up .normal-header {
  transition: .2s ease-in;
  transform: translateY(-100%);
}

.nav-down .normal-header {
  transform: translateY(0);
  background-color: rgba(0, 174, 239, 0.26);
}

.custom-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header_logo img {
  max-width: 100%;
  width: 187px !important;
  margin: 28px 0px 28px;
  vertical-align: middle;
}

.custom-header .header_menu {
  padding-left: 55px;
}

.mobile-trigger {
  position: relative;
  margin: 10px 0px 10px;
  width: 50px;
  height: 50px;
  right: 7px;
  z-index: 1000;
  cursor: pointer;
}

.mobile-trigger ._1j6Hs {
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.mobile-trigger ._1XkJp {
  position: relative;
  width: 22px;
  height: 20px;
  margin: auto;
}

.mobile-trigger ._1XkJp span {
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all .25s ease-in-out;
}

.mobile-trigger ._1XkJp span._9P1US {
  top: 0;
  margin: auto;
  bottom: 0;
}

.mobile-trigger ._1XkJp span.q8uXp {
  bottom: 0;
}

.mobile-open .mobile-trigger ._1XkJp span._2fQ0v {
  transform: translateY(10px) translateY(-50%) rotate(-45deg);
}

.mobile-open .mobile-trigger ._1XkJp span._9P1US {
  opacity: 0;
}

.mobile-open .mobile-trigger ._1XkJp span.q8uXp {
  transform: translateY(-10px) translateY(50%) rotate(45deg);
}

.no-banner .custom-header-wrapper {
  min-height: 103px;
}

body:not(.nav-down).no-banner .normal-header {
  background-color: rgb(0, 174, 239);
}

.mobile_menu_logo {
  display: none;
}

@media (min-width: 768px) {
  .mobile-trigger {
    display: none;
  }

  .fixed-header {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform .5s, opacity .4s;
  }

  body.menu-active .custom-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.menu-active .custom-header.fixed-header {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }

  .custom-header ul.submenu.level-2 > .header_logo {
    display: none;
  }
  .custom-menu-primary li.solutions .level-2 .header__container>li:last-of-type .level-3>li>a {
    color: #3E3E3E;
  }
}

@media (max-width: 767px) {
  .no-banner .custom-header-wrapper {
    min-height: 70px;
  }

  .custom-header > .header__container {
    justify-content: space-between;
  }

  .normal-header .header_menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 240px;
    background-color: #3e3e3e;
    right: -100%;
    transition: right .4s;
    padding: 0;
  }

  .normal-header .mobile-menu-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(62, 62, 62, 0.25);
    opacity: 0;
    visibility: hidden;
  }

  .mobile-open .normal-header .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  .mobile-open .normal-header .header_menu {
    opacity: 1;
    visibility: visible;
    right: 0;
  }

  .normal-header {
    position: absolute;
  }

  .header_logo img,
  .mobile_menu_logo img {
    width: 130px !important;
    margin: 19px 0px 18px;
  }

  .fixed-header {
    display: none;
    position: absolute;
  }

  .menu-active .fixed-header {
    display: block;
  }

  .body-wrapper {
    overflow-x: hidden;
  }

  body.mobile-open,
  body.mobile-open .body-wrapper {
    overflow: hidden;
  }

  .menu-active .header_logo {
    position: relative;
    z-index: 1000;
  }

  .menu-active .mobile_menu_logo {
    position: relative;
    z-index: 1000;
    display: block;
  }

  .menu-active .mobile-trigger {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .fixed-header .header_menu {
    position: relative;
    z-index: 100;
  }

  .fixed-header .header__container.content-wrapper {
    display: block;
  }

  .fixed-header .header__container.content-wrapper > .header_logo {
    display: none;
  }
  .custom-menu-primary ul .wow {
    animation: none !important;
  }
}
.custom-footer {
  padding: 62px 10px 62px;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  position: relative;
  z-index: 99;
}

.custom-footer .footer__container {
  padding: 0;
}

.custom-footer .top-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.custom-footer .logo-wrapper {
  padding-top: 5px;
}

.footer_logo img {
  width: 195px !important;
  max-width: 100%;
  vertical-align: middle;
}

.custom-footer .logo-wrapper .discription {
  margin-top: 34px;
  min-height: 110px;
}

.custom-footer .logo-wrapper .discription p {
  line-height: normal;
  letter-spacing: normal;
  font-size: 15px;
  margin: 0;
  font-family: wfont_ef2337_d46e1f66faa94e3b8710b8c87b2263c7,wf_d46e1f66faa94e3b8710b8c87,orig_avenirltstdlight;
}

.footer-menu-wrapper .hs-menu-wrapper ul {
  display: block;
}

.footer-menu-wrapper .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li {
  width: 33.23%;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > a {
  display: block;
  font-size: 17px;
  margin-bottom: 34px;
  line-height: 1.5;
  font-family: wfont_ef2337_1756c417e64d42168bfb107f0167abf0,wf_1756c417e64d42168bfb107f0,orig_sofia_pro_regular_regular_webfont;
  cursor: text;
}

.footer-menu-wrapper .hs-menu-wrapper ul ul {
  padding-left: 5px;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li:last-child > ul {
  padding-left: 0;
}

.footer-menu-wrapper .hs-menu-wrapper ul ul li {
  display: block;
  min-height: 35px;
}

.footer-menu-wrapper .hs-menu-wrapper ul ul li:last-child {
  margin-bottom: 23px;
}

.footer-menu-wrapper .hs-menu-wrapper ul ul li a {
  font-size: 15px;
  font-family: wfont_ef2337_d46e1f66faa94e3b8710b8c87b2263c7,wf_d46e1f66faa94e3b8710b8c87,orig_avenirltstdlight;
  line-height: normal;
}

.custom-footer h4 {
  font-weight: normal;
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 1.5em;
  font-family: wfont_ef2337_1756c417e64d42168bfb107f0167abf0,wf_1756c417e64d42168bfb107f0,orig_sofia_pro_regular_regular_webfont;
}

.custom-footer .follow-us-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.custom-footer .follow-us-wrapper ul li {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 0 14px 0 0;
}

.custom-footer .follow-us-wrapper ul li:last-child {
  margin: 0;
}

.footer-menu-wrapper .hs-menu-wrapper ul ul li:nth-child(2) {
  margin: 5px 0px 2px;
}

.custom-footer .follow-us-wrapper ul li a {
  display: block;
}

.custom-footer .follow-us-wrapper img {
  width: 29px;
  height: 29px;
  object-fit: cover;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.copyright-wrapper p {
  margin: 0;
  font-size: 14px;
  font-family: wfont_ef2337_73d0114a9d4540ef89e6460a06a3d91f,wf_73d0114a9d4540ef89e6460a0,orig_sofia_pro_light_regular_webfont;
  text-align: justify;
  line-height: normal;
  letter-spacing: normal;
}

.copyright-wrapper .text p {
  font-family: wfont_ef2337_d46e1f66faa94e3b8710b8c87b2263c7,wf_d46e1f66faa94e3b8710b8c87,orig_avenirltstdlight;
}

.custom-footer .footer_divider {
  position: relative;
  margin: 0px 0px 34px;
  height: 5px;
  background-color: transparent;
  border-top: 1px solid;
}

.cmfadeInRight {
  position: relative;
  left: 40px;
  opacity: 0;
  transition: all 1s;
}

.cmfadeInRight.animated {
  opacity: 1;
  left: 0;
}


@media (min-width: 768px) {
  .custom-footer .logo-wrapper {
    width: 20.8%;
  }

  .custom-footer .footer-menu-wrapper {
    width: 62%;
    padding-left: 8%;
  }

  .custom-footer .follow-us-wrapper {
    width: 16.85%;
    min-width: 132px;
  }
}

@media (min-width: 992px) {
  .custom-footer .follow-us-wrapper {
    min-width: 158px;
  }
}

@media (max-width: 991px) {
  .custom-footer .follow-us-wrapper ul li {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .custom-footer {
    padding: 52px 20px 51px;
  }

  .custom-footer .top-wrapper {
    display: block;
  }

  .custom-footer .logo-wrapper {
    padding: 0;
  }

  .custom-footer .footer_logo {
    margin-bottom: 14px;
  }

  .footer_logo img {
    width: 140px !important;
  }

  .custom-footer .logo-wrapper .discription {
    margin: 0px 0px 35px;
    min-height: unset;
  }

  .footer-menu-wrapper .hs-menu-wrapper ul ul {
    padding: 0;
  }

  .footer-menu-wrapper .hs-menu-wrapper > ul > li {
    width: 100%;
  }

  .footer-menu-wrapper .hs-menu-wrapper ul ul li,
  .footer-menu-wrapper .hs-menu-wrapper ul ul li:nth-child(2) {
    min-height: unset;
    margin: 0px 0px 11px;
  }

  .footer-menu-wrapper .hs-menu-wrapper ul ul li:last-child {
    margin-bottom: 34px;
  }

  .footer-menu-wrapper .hs-menu-wrapper > ul > li > a {
    margin-bottom: 19px;
  }

  .custom-footer h4 {
    margin-bottom: 19px;
  }

  .custom-footer .follow-us-wrapper ul li {
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }

  .custom-footer .follow-us-wrapper img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
  }

  .custom-footer .follow-us-wrapper ul {
    margin-bottom: 43px;
  }

  .custom-footer .footer_divider {
    margin-bottom: 38px;
  }

  .copyright-wrapper {
    display: block;
  }

  .copyright-wrapper .text {
    display: none;
  }

  .copyright-wrapper p {
    font-size: 15px;
  }
}

/* icon styling */
@media (min-width: 768px) {
  .footer-fixed-icon {
    display: none;
  }
}

.footer-fixed-icon {
  position: fixed;
  z-index: 1001;
  visibility: visible;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;  
  right: 16px;
}

.style-jrhc0ow6 {
  content: brand inv;
  -webkit-transition: opacity 0s ease-in;
  transition: opacity 0s ease-in;
  width: 50px;
  height: 50px;
  left: auto;
  bottom: 16px; 
}

.style-jrhc0ow6 div[data-quick-action="notifications"] {
  background-color: #fe2020;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: style-jrhc0ow6_notify-chat 0.4s ease-in-out;
  animation: style-jrhc0ow6_notify-chat 0.4s ease-in-out;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 1px;
  position: absolute;
}

.style-jrhc0ow6actionsContainer {
  bottom: 0;
  pointer-events: none;
  min-height: 50px;
  min-width: 50px;
  position: absolute;
}

.style-jrhc0ow6actionsContainer a[data-quick-action="action"] {
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  will-change: opacity;
  position: relative;
  display: block;
  margin: 0 auto 14px;
}

.style-jrhc0ow6actionsContainer a[data-quick-action="action"] div[data-quick-action="icon"] {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  fill: #fff;
}

.style-jrhc0ow6actionsContainer a[data-quick-action="action"] div[data-quick-action="icon"] svg {
  height: 17px;
  width: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.style-jrhc0ow6actionsContainer a[data-quick-action="action"] div[data-quick-action="text"] {
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.2px;
  position: absolute;
  max-width: 160px;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(-100%, -15px);
  transform: translate(-100%, -15px);
  padding: 6px 8px;
  color: #1d2d3c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.style-jrhc0ow6actionsContainer a[data-quick-action="action"]:active {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.style-jrhc0ow6_hide-text .style-jrhc0ow6actionsContainer a[data-quick-action="action"] div[data-quick-action="text"] {
  display: none;
}

.style-jrhc0ow6_view-mode-editor.style-jrhc0ow6_action-count-0 {
  display: none;
}

.style-jrhc0ow6overlay {
  background-color: #fff;
  opacity: 0.9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  will-change: opacity;
  width: 100%;
  cursor: pointer;
}

.style-jrhc0ow6controlButton {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 138, 252, 1);
  fill: #FFFFFF;
  border: 0px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  box-sizing: border-box;
  line-height: normal;
  font: 400 13.3333px Arial;
  margin: 0;
}

.style-jrhc0ow6controlButton .style-jrhc0ow6_dots {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.style-jrhc0ow6controlButton .style-jrhc0ow6_dots li {
  font-size: 10px;
}

.style-jrhc0ow6controlButton .style-jrhc0ow6_dots li:before {
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 27px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.style-jrhc0ow6controlButton .style-jrhc0ow6_dots li.style-jrhc0ow6firstDot:before {
  width: 17px;
  height: 3px;
  -webkit-transform: translate(8.5px, -2px) rotate(-45deg);
  transform: translate(8.5px, -2px) rotate(-45deg);
}

.style-jrhc0ow6controlButton .style-jrhc0ow6_dots li.style-jrhc0ow6secondDot:before {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.style-jrhc0ow6controlButton .style-jrhc0ow6_dots li.style-jrhc0ow6thirdDot:before {
  width: 17px;
  height: 3px;
  margin-right: 0;
  -webkit-transform: translate(-8.5px, -2px) rotate(45deg);
  transform: translate(-8.5px, -2px) rotate(45deg);
}

.style-jrhc0ow6actionsContainer a[data-quick-action="action"]:nth-last-of-type(1) {
  margin-bottom: 66px;
}

.style-jrhc0ow6actionsContainer div[data-quick-action="separator"] {
  display: none;
}

.style-jrhc0ow6_closed .style-jrhc0ow6overlay {
  opacity: 0;
  pointer-events: none;
}

.style-jrhc0ow6_closed .style-jrhc0ow6controlButton .style-jrhc0ow6_dots li:before {
  background: #FFFFFF;
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 27px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.style-jrhc0ow6_closed .style-jrhc0ow6controlButton .style-jrhc0ow6_dots li.style-jrhc0ow6firstDot:before,
.style-jrhc0ow6_closed .style-jrhc0ow6controlButton .style-jrhc0ow6_dots li.style-jrhc0ow6secondDot:before {
  margin-right: 3px;
}

.style-jrhc0ow6_closed:not(.style-jrhc0ow6_action-count-1) .style-jrhc0ow6actionsContainer a[data-quick-action="action"] {
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
  margin-bottom: 0;
  -webkit-transition-property: opacity, height, width, margin-bottom;
  transition-property: opacity, height, width, margin-bottom;
}

.style-jrhc0ow6_closed:not(.style-jrhc0ow6_action-count-1) .style-jrhc0ow6actionsContainer a[data-quick-action="action"] div[data-quick-action="text"] {
  visibility: hidden;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.style-jrhc0ow6_action-count-0 {
  visibility: hidden;
  opacity: 0;
}

.style-jrhc0ow6_action-count-1 .style-jrhc0ow6controlButton {
  display: none;
}

.style-jrhc0ow6_action-count-1 .style-jrhc0ow6actionsContainer a[data-quick-action="action"]:only-of-type {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}

.style-jrhc0ow6_action-count-1 .style-jrhc0ow6actionsContainer a[data-quick-action="action"]:only-of-type div[data-quick-action="text"] {
  visibility: hidden;
  max-width: 0;
}

.style-jrhc0ow6_align-left {
  left: calc(50% - 144px);
}

.style-jrhc0ow6_align-left .style-jrhc0ow6actionsContainer a[data-quick-action="action"] div[data-quick-action="text"] {
  right: -16px;
  left: auto;
  -webkit-transform: translate(100%, -15px);
  transform: translate(100%, -15px);
}

@-webkit-keyframes style-jrhc0ow6_notify-chat {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes style-jrhc0ow6_notify-chat {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Menu and simple menu */

body .jspArrowLeft {
  background-image:url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_left.png) !important;
}
body .jspArrowRight {
  background-image:url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_right.png) !important;
}

body .jspArrowUp {
  background-image: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_top.png) !important;
}

body .jspArrowDown {
  background-image: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_bottom.png) !important;
}


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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
} 

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
  
  .container-fluid.about_header h3:after {
    margin-bottom: 24px !important;
  }
  .container-fluid.about_header h3 {
    font-size: 24px !important;
  }
}
.body-container-video .hs_cos_wrapper_type_rich_text h4,
.body-container-events .hs_cos_wrapper_type_rich_text h4,
.cm-event-top-header h4{
  color: #3E3E3E;
  font-size: 20px;
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 16px;
}
.body-container-video .hs_cos_wrapper_type_rich_text h4 a,
.body-container-events .hs_cos_wrapper_type_rich_text h4 a,
.cm-event-top-header h4 a{
  color: #3E3E3E;
}
.body-container-video .hs_cos_wrapper_type_rich_text h4 a:hover,
.body-container-events .hs_cos_wrapper_type_rich_text h4 a:hover,
.cm-event-top-header h4 a:hover{
  color: #3e3e3e;
  opacity: 0.85;
}
.body-container-video .hs_cos_wrapper_type_rich_text h4 a:before ,
.body-container-events .hs_cos_wrapper_type_rich_text h4 a:before,
.cm-event-top-header h4 a:before{
  content: "<";
  font-size: 27px;
  line-height: normal;
  letter-spacing: normal;
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  width: 35px;
  height: auto;
  position: relative;
  display: inline-block;
  position: relative;
  top: 2px;
}

.body-container-video .hs_cos_wrapper_type_rich_text hr{
  background-color: rgb(62, 62, 62);
  margin-bottom: 26px;
}
.body-container-events .hs_cos_wrapper_type_rich_text hr{
  background-color: rgb(62, 62, 62);
  margin-bottom: 0;
}
.cm-event-top-header hr{
  background-color: rgb(62, 62, 62);
  margin-bottom: 12px;
}
.body-container-video .dnd-section{
  padding-top: 44px;
  padding-bottom: 48px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  transition: opacity .2s;
  white-space: nowrap;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1
}

.tooltip.top {
  padding: 0
}

.tooltip.right {
  padding: 0
}

.tooltip.bottom {
  padding: 0;
  margin-top: 0
}

.tooltip.left {
  padding: 0;
  margin-left: -3px
}

.tooltip.bottom .tooltip-inner {
  margin-top: 13px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 6px;
  background: #2e2e2e;
  color: #fff;
  transition: opacity .2s;
  border: 1px solid #4a4a4a;
  text-align: center;
  font-size: 12px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  display: none
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.video-page .video-library-wrapper iframe{
  width: 100%;
  height: 100%;
}
.home-page .cm_evnet_area {
  margin-bottom: -215px;
  position: relative;
}
.services-section-two h3 {
  text-align: center;
}
.services-section-two h3:after {
  content: "";
  display: block;
  width: 94px;
  height: 2px;
  background: rgb(0, 174, 239);
  margin: 26px auto 60px;
  position: relative;
  left: -5px;
}
.services-section-three .image-with-content-wrapper {
  margin-bottom: -130px;
}
.services-section-three .image-with-content-wrapper .image-with-content-inner{
  padding: 0px 10px;
}
.services-section-two .overlap_image_wrapper .image_overlap_content {
  padding-top: 36px;
  position: relative;
  left: -10px;
}
.services-section-three h4 {
  font-size: 34px;
}
.container-fluid.services-section-one {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.services-section-two .overlap_image_wrapper{
  padding-bottom: 63px;
}
.services-section-three .span7 {
  width: 65% !important;
}
.services-section-three .span5 {
  width: 35%!important;
  margin: 0!important;
}
.services-section-three .cta_button {
  padding: 7px 42px 6px 42px;
  display: inline-block;
  background: #00aeef;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #00aeef;
  margin-left: 31px;
  font-family: wfont_ef2337_73d0114a9d4540ef89e6460a06a3d91f, wf_73d0114a9d4540ef89e6460a0, orig_sofia_pro_light_regular_webfont;
}

.services-section-three .cta_button {
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.services-section-three .image-with-content-wrapper .content {
  max-width: 95%;
}
.contact_page_wrapper .banner-section {
  overflow: hidden;
  position: relative;
}
.contact_page_wrapper .contact_page {
  position: relative;
  z-index: 1;
}
.services-section-three .image-with-content-wrapper .image-with-content-inner {
  margin-left: 23px;
}
.learn-more-page-wrapper .banner-section {
  position: relative;
  overflow: visible;
}
.banner-section {
  position: relative;
  overflow: hidden;
}
.body-container-wrapper {
  position: relative;
  z-index: 9;
}
.services-section-three .image-with-content-wrapper .image-with-content-inner {
  width: calc(33.03% - 40px/3);
}
.services-section-three .cta_button:hover {
  background: transparent;
  color: rgb(0,174,239);
}
.services-section-two .image_overlap.op-img.back {
  z-index: 999;
}
.services-page .dnd-section {
  padding: 0;
}
.services-section-three .image-with-content-wrapper.two-column .title-wrapper {
  max-width: 357px !important;
}
.services-section-three .image-with-content-wrapper .content {
  max-width: 379px;
  margin-bottom:27px;
}
.services-section-three .image-with-content-wrapper.two-column .image-with-content-inner {
  width: calc(50% - 40px/3);
}
.services-section-three .image-with-content-wrapper ul {
  color: rgb(93, 93, 93);
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922,wf_e64cd762edf24879a1cdf147d,orig_avenirltstdroman;
  font-size: 17px;
  text-align: left;
  padding-left: 0.8em;
  padding-right: 0;
  margin-left: .5em;
  margin-right: 0;
  letter-spacing: normal;
}
.services-section-three h5 {
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
}
.services-section-three h5:after {
  content: "";
  width: 94px;
  height: 2px;
  display: block;
  background: rgb(0,174,239);
  margin: 27px auto 52px;
}
.learn_more_footer .our-datacenter-services-wrapper {
  background-color: rgb(0 174 239 / 25%);
  padding-top: 207px;
}
.container-fluid.learn_more_header .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.16;
  margin: 0;
  margin-bottom: 19px;
}

.container-fluid.learn_more_header .span7 {
  width: 61%;
  max-width: 100%;
}

.container-fluid.learn_more_header .hs_cos_wrapper_type_rich_text p {
  line-height: 1.8;
}

.container-fluid.learn_more_header .span5 {
  width: auto;
  margin: 0;
}
.technology_page .dnd-section, .contact_page .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.technology_header h3 {
  color: #3E3E3E;
  text-align: center;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
}


.container-fluid.technology_header  hr {
  width: 94px;
  margin-bottom: 0;
  margin-top: 23px;
  height: 0;
  border-top: 2px solid rgb(0,174,239);
  position: relative;
  left: -5px;
}

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

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid.contact_header .form-title {
  display: none;
}

.container-fluid.contact_header form .field >label {
  display: none;
}

.container-fluid.contact_header form {
  padding-top: 45px;
  max-width: 803px;
}

.container-fluid.contact_header  .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  padding-right: 10px;
}

.container-fluid.contact_header  .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  padding-left: 8px;
}

.container-fluid.contact_header  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  padding-right: 10px;
}

.container-fluid.contact_header  .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
  padding-left: 8px;
}

.container-fluid.contact_header textarea.hs-input {
  min-height: 200px;
  padding: 15px 10px 3px 22px;
}

.container-fluid.contact_header .hs-button {
  margin-top: 0;
}

.container-fluid.contact_footer .row-fluid .span5 {
  width: 100%;
  max-width: 587px;
  display: block !important;
}

.container-fluid.contact_footer .row-fluid .span7 {
  margin: 0;
  width: 100%;
  max-width: 358px;
  display: block !important;
  padding-top: 48px;
}

.container-fluid.contact_footer .row-fluid .span7 .hs-input {
  padding: 3px;
  border: none;
  padding-left: 12px;
  border-radius: 0;
  margin-bottom: 2px;
  border-bottom: 2px;
  border-bottom-style: solid;
  border-color: rgb(255,64,64);
  font-size: 17px;
  min-height: 45px;
  font-weight: 400;
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922, wf_e64cd762edf24879a1cdf147d, orig_avenirltstdroman;
}

.container-fluid.contact_footer .row-fluid .span7 form {
  position: relative;
  max-width: 305px;
  margin-left: auto;
  bottom: -7px;
}
.about_wrapper .about_page {
  position: relative;
}
.about_wrapper .banner-section {
  overflow: hidden;
}
.container-fluid.contact_footer .row-fluid .span7 .hs-button {
  position: absolute;
  top: 9px;
  right: 14px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 25px;
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577, wf_a72baa19ac204aa4b3f750f8c, orig_sofia_pro_medium_regular_webfont;
  color: #5d4d4d;
  font-weight: 700;
}

.container-fluid.contact_footer .row-fluid .span5 h3 {
  margin: 0;
  line-height: 1.47;
}

.website_page_header h3 {
  text-align: center;
  position: relative;
  margin: 0;
}

.website_page_header h3:after {
  content: "";
  display: block;
  width: 94px;
  height: 2px;
  background: #00aeef;
  margin: 26px auto 55px;
  position: relative;
  left: -5px;
}


.website_page_header h2 {
  margin-bottom: 19px;
  margin-top: 21px;
  line-height: 1.15;
}

.website_page_header p {
  line-height: 1.8;
  margin: 0;
}
.about_wrapper .services-banner-image {
  top: -9px;
  width: 432px;
  height: 432px;
  left: 47px;
}

.about_wrapper .services-banner-right-svg {
  top: -9px;
  opacity: 1;
  left: 48px;
}


.container-fluid.about_header h3 {
  font-size: 40px;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}


.container-fluid.about_header h3:after {
  content: "";
  display: block;
  width: 94px;
  height: 2px;
  background: #00aeef;
  margin: 26px auto 58px;
  position: relative;
  left: -5px;
}
.home-page .main-wrapper h3 {
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
}

.home-page .main-wrapper h3 span {
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
}

.home-page .main-wrapper .widget-type-header h3:after {
  content: "";
  border-top: 2px solid #00aeef;
  display: block;
  position: relative;
  margin: 24px auto 52px;
  width: 94px;
  height: 5px;
  right: 5px;
}

.home-page .dnd-section > .row-fluid {
  max-width: 980px;
}

.home-page .bottom-section .widget-type-rich_text h2,
.home-page .upcoming-events-section .widget-type-rich_text h2 {
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  margin: 2px 0px 12px;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
}

.home-page .bottom-section .widget-type-rich_text h2 span,
.home-page .upcoming-events-section .widget-type-rich_text h2 span {
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
}

.home-page .bottom-section .widget-type-rich_text h2 + p,
.home-page .upcoming-events-section .widget-type-rich_text h2 + p {
  font-size: 17px;
  line-height: 1.5em;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
}

.home-page .bottom-section .widget-type-rich_text h2 + p span,
.home-page .upcoming-events-section .widget-type-rich_text h2 + p span {
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922,wf_e64cd762edf24879a1cdf147d,orig_avenirltstdroman;
}

.home-page .body-container-wrapper {
  background: #fff;
  position: relative;
  z-index: 4;
}
.cm-data-header h4 {
  font-size: 34px;
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  color: #3E3E3E;
}
.cm-data-header h4 a,
.cm-data-header h4 a:hover{
  color: #3E3E3E;
}
.cm-data-header a {
  color: #3E3E3E;
}

.cm-data-header p {
  color: #3E3E3E;
  margin: 0;
  font-size: 20px;
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  position: relative;
  text-align: right;
}

.cm-data-header p a:after {
  content: ">";
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
  font-size: 27px;
  width: 30px;
  display: inline-block;
}

.cm-data-header-left {
  width: 50%;
}

.cm-data-header-right {
  width: 50%;
}

.cm-data-header {
  display: flex;
  border-bottom: 1px solid rgb(62, 62, 62);
  margin-bottom: 27px;
  align-items: baseline;
  padding-bottom: 5px;
}
.body-container-events .row-fluid [class*="span"] {
  min-height:0;
}
.cm_evnet_post_body .sign-up-wrapper {
  display:none;
}
.cm_evnet_area .cm_evnet_post_wrap {
  background-color: #fff;
}

.cm_evnet_past_body .banner.blog-banner,
.cm_evnet_past_body .webinar-featured-post-grp,
.cm_evnet_past_body .upcoming-person-events,
.cm_evnet_upcoming_body .banner.blog-banner,
.cm_evnet_upcoming_body .webinar-featured-post-grp,
.cm_evnet_upcoming_body .upcoming-person-events,
.cm_evnet_past_body .sign-up-wrapper,
.cm_evnet_upcoming_body .sign-up-wrapper{
  display: none;
}
.past-event-section .technology_banner {
  margin-bottom: 32px;
}
.past-event-section .cm-event-top-header hr {
  margin-bottom: 17px;
}
.services-banner-wrapper.has-form .hs-button:hover {
  opacity: 0.25;
}
body .jspArrowLeft {
  background-image:url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_left.png) !important;
}
body .jspArrowRight {
  background-image:url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_right.png) !important;
}

body .jspArrowUp {
  background-image: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_top.png) !important;
}

body .jspArrowDown {
  background-image: url(//20334736.fs1.hubspotusercontent-na1.net/hubfs/20334736/raw_assets/public/SynergyTechnical_August2021/images/arrow_bottom.png) !important;
}
.cm_evnet_area .post_desc_event_inner a {
  color: rgb(0, 174, 239);
}
.post_banner_img-inner {
  background-color: #fff;
}
.contact_page_wrapper .banner-section {
  overflow: visible !important;
}
.home-page .cm_evnet_area.no-upcoming-event {
  margin-bottom: 0;
}
.home-page .cm_evnet_area .custom-events-inner {
  padding: 0;
}
.home-page .bottom-section .widget-type-rich_text h2 a,
.home-page .bottom-section .widget-type-rich_text p a{
  color: inherit;
}
.services-page .image-with-content-wrapper .content {
  min-height:auto;
  margin-bottom:41px;
  max-width: 253px;
}
.services-section-one .services-banner-wrapper h1 {
  font-size: 45px;
  max-width: 468px;
  padding-top: 0;
}

.cm-no-event {
  min-height: 430px;
}
.cm-no-event .events-item-inner {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.cm-no-event .list_cnt_wrap {
  margin: 0;
  max-width: 371px;
  text-align: center !important;
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  color: #3E3E3E;
  margin-top: 0 !important;
}

@media (max-width: 1280px) {
  .container-fluid.learn_more_header .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .container-fluid.contact_footer .row-fluid .span7 {
    padding-right: 20px;
  }

  .container-fluid.contact_footer .row-fluid .span5 {
    padding-left: 20px;
  }
  .container-fluid.contact_header form {
    width: 100%;
    max-width: 100%;
  }

  .container-fluid.contact_header .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media(min-width:768px){
  .event-page .technology_banner .tech-banner-content {
    text-align: center;
    padding-top: 178px;
  }
  .video-page .video-library-wrapper .video-player {
    height:451px;
  }
  .video-page .video-library-wrapper .PlayableCover1572933857__playButton {
    width: 56px;
    height: 56px;
  }
  .video-page .video-library-wrapper .PlayableCover1572933857__playButton svg {
    height: 56px;
    width: 56px;
  }
  .technology_page .get-started-wrapper .get-started-left-wrapper h4 {
    margin-bottom: 30px;
  }

  .technology_page .get-started-left-content {
    margin-bottom: 5px;
  }

  .technology_page .get-started-right-wrapper {
    width: 34%;
    text-align: right;
    padding-right: 45px;
    padding-top: 62px;
  }

  .services-section-two h3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:767px){  
  .services-section-one .services-banner-wrapper h1 {
    font-size: 24px;
    max-width:100%:
  }
  .cm-data-header {
    background-color: transparent;
    display: block;
  }
  .container-fluid.contact_header .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .learn_more_footer .our-datacenter-services-wrapper {
    padding-top: 40px;
  }
  .cm_evnet_area .post_desc_event_inner ul {
    text-align: left;
  }
  .container-fluid.about_header h3:after {
    margin-bottom: 24px !important;
  }
  .container-fluid.about_header h3 {
    font-size: 24px !important;
  }
  .cm-data-header-left {
    width: 100%;
  }
  .container-fluid.learn_more_header .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 1.7em;
  }

  .cm-data-header-right {
    width: 100%;
  }

  .cm-data-header h4 {
    font-size: 23px;
    margin: 0;
  }

  .cm-data-header p {
    text-align: left;
    font-size: 15px;
  }

  .cm-data-header p a:after {
    font-size: 22px;
    text-align: right;
    width: 25px;
  }
  .services-section-two h3 {
    font-size: 24px;
    padding: 0 22px;
  }
  .services-section-two .overlap_image_wrapper .image_overlap {
    margin: 0 auto;
  }
  .services-section-two .overlap_image_wrapper .image_overlap img {
    width: 160px;
    height: 160px;
  }
  .services-section-two h3:after {
    margin-bottom: 25px;
  }
  .services-section-two .overlap_image_wrapper .image_overlap_content {
    padding-top: 26px;
    position: relative;
    left: 0;
  }
  .services-section-three .span7 {
    width: 100% !important;
    text-align: center;
  }
  .services-section-three .span5 {
    width: 100% !important;
    margin: 0 !important;
  }
  .services-section-three .cta_button {
    margin: 20px 0 0;
  }
  .services-section-three .span7 h4 {
    font-size: 23px;
  }
  .services-section-two .overlap_image_wrapper .image_overlap_heading h2{
    text-align: center;
  }
  .services-section-two .overlap_image_wrapper .image_overlap_subheading p {
    line-height: 1.7em;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .services-section-three p {
    font-size: 16px;
  }
  .services-section-three .image-with-content-wrapper .image-with-content-inner {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .services-section-three .image-with-content-wrapper {
    margin-bottom: 0;
  }
  .services-section-three .image-with-content-wrapper .title-wrapper h2 {
    font-size: 23px;
  }
  .services-section-three h5 {
    font-size: 24px;
    padding: 0 10px;
  }
  .services-section-three .image-with-content-wrapper .image-wrapper img {
    max-width: 100px !important;
  }
  .services-section-three h5:after{
    margin: 27px auto 42px;
  }
  .services-section-three .image-with-content-wrapper .image-with-content-inner {
    padding: 0px 30px;
  }
  .services-section-three .image-with-content-wrapper .content p span {
    font-size: 16px;
  }
  .about_wrapper .services-banner-image {
    width: 90px;
    height: 90px;
  }

  .about_wrapper .services-banner-right-svg {
    width: 90px;
    height: 90px;
  }

  .about_wrapper  .services-banner-right-image {
    position: absolute;
    bottom: 15%;
    right: 22%;
    float: none;
    width: 99px;
    z-index: 99;
  }

  .about_wrapper  .services-banner-wrapper {
    position: relative;
  }
  .container-fluid.technology_header h3 {
    font-size: 24px;
  }

  .container-fluid.technology_header hr {
    left: 0px;
    margin-top: 26px;
  }

  .container-fluid.contact_header .hs-form-field {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 21px;
  }

  .container-fluid.contact_header .hs-input {
    font-size: 17px;
    height: 42px;
  }

  .container-fluid.contact_header .input {
    margin-right: 0 !important;
  }

  .container-fluid.contact_header form {
    padding-top: 47px;
  }

  .container-fluid.contact_header textarea.hs-input {
    height: 100px;
    min-height: 100px;
  }
  .container-fluid.contact_footer .row-fluid .span5 h3 {
    font-size: 24px;
    text-align: center;
  }

  .container-fluid.contact_footer .row-fluid .span5 {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    max-width: 253px;
    margin: 0 auto;
  }

  .container-fluid.contact_footer .row-fluid .span7 {
    width: 100%;
    padding-right: 0;
    padding-top: 18px;
  }

  .container-fluid.contact_footer .row-fluid .span7 form {
    max-width: 100%;
    padding: 0 30px;
  }

  .container-fluid.contact_footer .row-fluid .span7 .hs-input {
    height: 33px;
    min-height: 33px;
  }

  .container-fluid.contact_footer .row-fluid .span7 .hs-button {
    right: 41px;
    top: 1px;
  }
  .container-fluid.learn_more_header .span7 {
    width: 100%;
  }

  .website_page_header p {
    font-size: 16px;
  }
  .home-page .main-wrapper .widget-type-header h3:after {
    right: 0;
    margin: 26px auto 25px;
  }

  .home-page .bottom-section .widget-type-rich_text h2,
  .home-page .upcoming-events-section .widget-type-rich_text h2 {
    margin-bottom: 18px;
  }

  .home-page .bottom-section .widget-type-rich_text h2 + p,
  .home-page .upcoming-events-section .widget-type-rich_text h2 + p {
    font-size: 16px;
    padding: 0 20px;
  }
  .video-wrapper-one .banner.blog-banner h1 {
    font-size: 29px;
  }
  .services-section-three .image-with-content-wrapper.two-column .image-with-content-inner {
    width: 100%;
  }

  .webinar-page .technology_banner .tech-banner-content,
  .video-wrapper-one .technology_banner .tech-banner-content{
    padding-top: 99px;
  }
  .body-container-video .hs_cos_wrapper_type_rich_text h4,
  .body-container-events .hs_cos_wrapper_type_rich_text h4,
  .cm-event-top-header h4 {
    margin-bottom: 21px;
    font-size: 23px;
  }
  .body-container-video .hs_cos_wrapper_type_rich_text h4:before,
  .body-container-events .hs_cos_wrapper_type_rich_text h4:before {
    font-size: 22px;
    width: 32px;
    top: -2px;
  }

  .cm-no-event .list_cnt_wrap {
    max-width: 200px;
    font-size: 17px;
    color: #3E3E3E;
    margin-top: 0;
  }
  .cm-no-event {
    min-height: auto;
    padding: 27px 0px;
  }

}