/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-style: normal;
  src: url('https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull_March2021/Fonts/free-fa-brands-400.eot')format('eot'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-brands-400.woff)format('woff'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-brands-400.ttf) format('ttf'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-brands-400.woff2) format('woff2'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-brands-400.svg) format('svg');
}


@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  src: url('https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull_March2021/Fonts/free-fa-solid-900.eot')format('eot'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-solid-900.woff)format('woff'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-solid-900.ttf) format('ttf'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-solid-900.woff2) format('woff2'),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-solid-900.svg) format('svg');
}



@font-face {
  font-family:"FontAwesome";
  font-display:block;
  src:url('https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull_March2021/Fonts/free-fa-regular-400.eot') format("embedded-opentype"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-regular-400.woff2) format("woff2"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-regular-400.woff) format("woff"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-regular-400.ttf) format("truetype"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-regular-400.svg) format("svg");
  unicode-range:U+f004-f005,
    U+f007,
    U+f017,
    U+f022,
    U+f024,
    U+f02e,
    U+f03e,
    U+f044,
    U+f057-f059,
    U+f06e,
    U+f070,
    U+f075,
    U+f07b-f07c,
    U+f080,
    U+f086,
    U+f089,
    U+f094,
    U+f09d,
    U+f0a0,
    U+f0a4-f0a7,
    U+f0c5,
    U+f0c7-f0c8,
    U+f0e0,
    U+f0eb,
    U+f0f3,
    U+f0f8,
    U+f0fe,
    U+f111,
    U+f118-f11a,
    U+f11c,
    U+f133,
    U+f144,
    U+f146,
    U+f14a,
    U+f14d-f14e,
    U+f150-f152,
    U+f15b-f15c,
    U+f164-f165,
    U+f185-f186,
    U+f191-f192,
    U+f1ad,
    U+f1c1-f1c9,
    U+f1cd,
    U+f1d8,
    U+f1e3,
    U+f1ea,
    U+f1f6,
    U+f1f9,
    U+f20a,
    U+f247-f249,
    U+f24d,
    U+f254-f25b,
    U+f25d,
    U+f271-f274,
    U+f279,
    U+f28b,
    U+f28d,
    U+f2b5-f2b6,
    U+f2b9,
    U+f2bb,
    U+f2bd,
    U+f2c1-f2c2,
    U+f2d0,
    U+f2d2,
    U+f2dc,
    U+f2ed,
    U+f3a5,
    U+f3d1,
    U+f410
}
@font-face {
  font-family:"FontAwesome";
  font-display:block;
  src:url('https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/Ipushpull_March2021/Fonts/free-fa-v4deprecations.eot') format("embedded-opentype"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-v4deprecations.woff2) format("woff2"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-v4deprecations.woff) format("woff"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-v4deprecations.ttf) format("truetype"),
    url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/Fonts/free-fa-v4deprecations.svg) format("svg");
  unicode-range:U+f003,
    U+f006,
    U+f014,
    U+f016,
    U+f01a-f01b,
    U+f01d,
    U+f040,
    U+f045-f047,
    U+f05c-f05d,
    U+f07d-f07e,
    U+f087-f088,
    U+f08a-f08b,
    U+f08e,
    U+f090,
    U+f096-f097,
    U+f0a2,
    U+f0e4-f0e6,
    U+f0ec-f0ee,
    U+f0f5-f0f7,
    U+f10c,
    U+f112,
    U+f114-f115,
    U+f11d,
    U+f123,
    U+f132,
    U+f145,
    U+f147-f149,
    U+f14c,
    U+f166,
    U+f16a,
    U+f172,
    U+f175-f178,
    U+f18e,
    U+f190,
    U+f196,
    U+f1b1,
    U+f1d9,
    U+f1db,
    U+f1f7,
    U+f20c,
    U+f219,
    U+f230,
    U+f24a,
    U+f250,
    U+f278,
    U+f27b,
    U+f283,
    U+f28c,
    U+f28e,
    U+f29b-f29c,
    U+f2b7,
    U+f2ba,
    U+f2bc,
    U+f2be,
    U+f2c0,
    U+f2c3,
    U+f2d3-f2d4
}


html { 
  line-height: initial;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.2;
}

h6 {
  font-size: .9rem;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
  padding: 1rem;
  background: white;
  border-left: 5px solid #eee;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

blockquote p {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote p:last-child {
  margin: 0;
  font-size: 1rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;

}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 768px) {
  blockquote p:last-child {
    font-size: .7rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none !important;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
  margin: 10px 0px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}
div#hs-search-module form input {
  margin-bottom: 15px;
}

.hs-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  outline: 0;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;

  margin-bottom: .5rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: 300;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
/*   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
.hs-input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 16px;
}
.hs-form-field {
  margin-bottom: 16px;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


#webinar-form form {
  padding:1.5rem;
  background-color: #0362fa;
  color: white;
}
#webinar-form form .hs-richtext{
  color: white;
}

#webinar-form form .hs-form-field {
  margin-top: .5rem;
}

#webinar-form form .hs-form-required {
  color: white;
}

#webinar-form form label {
  font-size: 80%;
  margin-bottom: .25rem;
  line-height: 1;
  color: white;
}

#webinar-form form .hs-fieldtype-text label {
  font-weight: 700;
}

#webinar-form form input[type="text"],
#webinar-form form input[type="email"] {
  display: block;
  width: 100%;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#webinar-form form input[type="checkbox"] {
  margin-right: .25rem;
}

#webinar-form form ul,
#webinar-form form ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#webinar-form form ul {
  display: grid;
}

#webinar-form form .hs_channel ul {
  grid-template-columns: 1fr 1fr;
}

#webinar-form form ul li label {
  display: flex;
  margin-top: .25rem;
}

#webinar-form form .hs-fieldtype-checkbox>label>span {
  font-weight: 700;
}

#webinar-form form .legal-consent-container {
  padding-bottom: 1rem;
  text-align: left;
}
#webinar-form form .legal-consent-container .hs-richtext {
  font-size: 60%;
}
#webinar-form form .legal-consent-container p {
  padding: 0 !important;
}

#webinar-form form input[type="submit"] {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f16522;
  border-color: #f16522;
  color: white;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#webinar-form form input[type="submit"]:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

#webinar-form form .hs-error-msg {
  color: black;
  font-size: 60%;
  font-weight: normal !important;
}

#webinar-form form .hs_error_rollup {
  color: red;
  padding: .5rem 0 1rem 0;
  line-height: 1;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

/* table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
} */

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* .hs-apps-page-css  */

.hs-apps-page-inner .dnd-section {
  padding: 0;
}

.hs-apps-page-inner .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-apps-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-apps-page-row1 {
  position: relative;
}

.hs-apps-page-row1 .content-wrapper {
  text-align: center;
}

.hs-apps-page-row1 h1 {
  margin: 0;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 0.5rem;
  font-size: 40px;
}


@media (min-width: 768px){
  .hs-apps-page-row1 h1 {
    font-size: 50px;
  }

}

.hs-apps-page-row1 .row-number-3 {
  padding-top: 40px;
}

.hs-apps-page-row1 .row-number-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-apps-page-row1 .row-number-3 > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-apps-page-row1 .dnd-section:nth-child(2) .span6.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


@media (min-width: 576px){
  .hs-apps-page-row1 .dnd-section:nth-child(2) .span6.widget-span {
    flex: 0 0 auto;
    width: 50%;
  }

}

.hs-apps-page-row1 p {
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-apps-page-row1 p:last-child {
    margin-bottom: 0;
  }
}

.hs-apps-page-row1 p a {
  display: inline-block;
  padding: 20px;
  transition: 300ms;
  border-radius: 2px;
  background: white;
}

.hs-apps-page-row1 p a img {

  /*   max-width: 100%; */
  vertical-align: middle;
  height: 64px;
}

.hs-apps-page-row1 .dnd-section:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-apps-page-row1 .dnd-section:nth-child(3) > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-apps-page-row1 .dnd-section:nth-child(3) .span6.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


@media (min-width: 576px){

  .hs-apps-page-row1 .dnd-section:nth-child(3) .span6.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}


@media(max-width:680px) and (min-width:575px){
  .hs-apps-page-row1 p a img {
    max-width: 100%;
  }
}


@media(max-width:450px){
  .hs-apps-page-row1 p a img {
    max-width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}
/* careers-page-css */

.hs-careers-page-inner .dnd-section {
  padding: 0;
}

.hs-careers-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-careers-page-inner .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-careers-page-row1 {
  position: relative;
}

.hs-careers-page-row1 h1 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 0.5rem;
}


@media (min-width: 768px){
  .hs-careers-page-row1 h1 {
    font-size: 3rem;
  }

}

.hs-careers-page-row1 p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}




.hs-careers-page-row1 p:nth-child(3) {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-careers-page-row1 p:nth-child(2) {
    font-size: 1.5rem;
  }
  .hs-careers-page-row1 p:nth-child(3) {
    margin-bottom: 0;
  }
}

.hs-careers-page-row1 p:nth-child(3) a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  color: #0d6efd;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hs-careers-page-row1 p:nth-child(3) a:hover {
  color: #0a58ca;
}


.hs-careers-page-row2 {
  position: relative;
}

.hs-careers-page-inner h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-careers-page-inner h2 {
    font-size: 2.25rem;
  }

}


.hs-careers-page-inner p {
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-careers-page-inner p:last-child {
    margin-bottom: 0;
  }

}

.hs-careers-page-inne p strong {
  font-weight: bolder;
}

.hs-careers-page-inner p strong {
}

.hs-careers-page-inner ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}


.hs-careers-page-row2 p:last-child a, 
.hs-careers-page-row3 p:last-child a,
.hs-careers-page-row4 p:last-child a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hs-careers-page-row2 p:nth-child(2) strong {
  font-weight: normal;
}


/* about-page-css */



.hs-about-page-inner .dnd-section {
  padding: 0;
}

.hs-about-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-about-page-inner .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-about-page-row1 {
  position: relative;
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}


@media (min-width: 768px){
  .hs-about-page-row1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

}

.hs-about-page-row1 p {
  margin-top: 0;
  margin-bottom: 1rem;
}




.hs-about-page-row2 {
  position: relative;
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.hs-about-page-row2 h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-about-page-row1 p:last-child {
    margin-bottom: 0;
  }

  .hs-about-page-row2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .hs-about-page-row2 h2 {
    font-size: 2.25rem;
  }
}



.hs-about-page-row2 hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
  height: 1px;
}

.hs-about-page-row2 .dnd-section:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-about-page-row2 .dnd-section:nth-child(2) > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-about-page-row2 .dnd-section:nth-child(2) .span6.widget-span {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

@media (min-width: 576px){
  .hs-about-page-row2 .dnd-section:nth-child(2) .span6.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

}

.hs-about-page-row2 .dnd-section:nth-child(2) p:last-child {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
}


@media (min-width: 768px){
  .hs-about-page-row2 .dnd-section:nth-child(2) p:last-child {
    margin-bottom: 0;
  }
}

.hs-about-page-row2 .dnd-section:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.hs-about-page-row2 .dnd-section:nth-child(4) > div {
  display: flex;
  flex-wrap: wrap;
}
.hs-about-page-row2 .dnd-section:nth-child(4) .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 576px){
  .hs-about-page-row2 .dnd-section:nth-child(4) .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

}

.hs-about-page-row2 .span4.widget-span p:last-child {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
}


@media (min-width: 768px){
  .hs-about-page-row2 .span4.widget-span p:last-child {
    margin-bottom: 0;
  }

}


@media(max-width:768px){
  .hs-about-page-row2 .span4.widget-span p:last-child {
    font-size: .7rem;
  }

  .hs-about-page-row2 .dnd-section:nth-child(2) p:last-child {
    font-size: .7rem;
  }
}


/* .hs-api-page-css */

.hs-api-page-inner .dnd-section {
  padding: 0;
}

.hs-api-page-inner .widget-span.widget-type-cell {
  padding: 0px;
}

.hs-api-page-inner .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}


.hs-api-page-row2 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}


.hs-api-page-row2 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-api-page-row2 .col-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


.hs-api-page-row2 .col-width > div {
  text-align: center;
}

.hs-api-page-row2 h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

.hs-api-page-row3 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}



.hs-api-page-row3 .content-wrapper {}

.hs-api-page-row3 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.hs-api-page-row3 .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.hs-api-page-row3 p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .hs-api-page-row3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-api-page-row3 .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hs-api-page-row3 p:last-child {
    margin-bottom: 0;
  }
}

.hs-api-page-row3 h3 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 1200px){
  .hs-api-page-row3 h3 {
    font-size: 1.75rem;
  }

}


.hs-api-page-row4 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-api-page-row4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-api-page-row4 > .content-wrapper:first-child {
  padding-bottom: 1rem;
}

.hs-api-page-row4 > .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}




.hs-api-page-row4 > .content-wrapper > .row > .col-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}


@media (min-width: 768px){
  .hs-api-page-row4 > .content-wrapper > .row {
    justify-content: center!important;
  }
  .hs-api-page-row4 > .content-wrapper > .row > .col-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.hs-api-page-row4 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-api-page-row4 h2 {
    font-size: 2.25rem;
  }

}

.hs-api-page-row4 .content-wrapper:last-child {
  padding-bottom: 3rem!important;
}

.hs-api-page-row2 p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-api-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-api-page-row2 .content-wrapper > .row {
    justify-content: center!important;
  }

  .hs-api-page-row2 .col-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .hs-api-page-row2 h2 {
    font-size: 2.25rem;
  }
  .hs-api-page-row2 p:last-child {
    margin: 0;
  }
}





.hs-api-page-row6 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}

@media (min-width: 768px){
  .hs-api-page-row6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-api-page-row6 > .content-wrapper {}

.hs-api-page-row6 > .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}




.hs-api-page-row6 .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.hs-api-page-row6 h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-api-page-row6 > .content-wrapper > .row {
    justify-content: center!important;
  }
  .hs-api-page-row6 .row-width {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .hs-api-page-row6 h2 {
    font-size: 2.25rem;
  }
  .hs-api-page-row6 p:last-child {
    margin-bottom: 0;
  }
}



.hs-api-page-row6  p {
  margin-top: 0;
  margin-bottom: 1rem;
}



@media(max-width:800px) and (min-width:769px){
  .hs-api-page-row4 .img-w-title-wrapper .image {
    padding: 10px;
  }

}


/* .hs-desktop-containers-page-css */




.hs-desktop-containers-page-inner .dnd-section {
  padding: 0;
}

.hs-desktop-containers-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-desktop-containers-page-inner .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

@media (min-width: 992px){
  .hs-desktop-containers-page-row1 .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 100%;
  }
}

.hs-desktop-containers-page-row2 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-desktop-containers-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-desktop-containers-page-row2 p {
  margin-top: 0;
  margin-bottom: 1rem;
}


.hs-desktop-containers-page-row3 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


@media (min-width: 768px){
  .hs-desktop-containers-page-row2 p:last-child {
    margin-bottom: 0;
  }
  .hs-desktop-containers-page-row3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}


.hs-desktop-containers-page-row3 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-desktop-containers-page-row3 .span3.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 1rem!important;
}


@media (min-width: 768px){
  .hs-desktop-containers-page-row3 .span3.widget-span {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 0!important;
  }

}



.hs-desktop-containers-page-row3 .content-wrapper.bottom-con {
  margin-top: 1.5rem!important;
}

.hs-desktop-containers-page-row3 .content-wrapper.bottom-con p {
  text-align: center;
}

.hs-desktop-containers-page-row3 .content-wrapper.bottom-con p:first-child {
  margin-top: 0;
  padding-top: 1.5rem!important;
  margin-bottom: 1rem;
}

.hs-desktop-containers-page-row3 .content-wrapper.bottom-con p:first-child a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
  border: 1px solid transparent;
}

.hs-desktop-containers-page-row3 .content-wrapper.bottom-con p:first-child a:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

.hs-desktop-containers-page-row3 .content-wrapper.bottom-con p:last-child {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1rem!important;
  text-align: center!important;
}

@media (min-width: 768px){
  .hs-desktop-containers-page-row3 .content-wrapper.bottom-con p:last-child {
    margin-bottom: 0;
  }

}

.hs-desktop-containers-page-row4 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-desktop-containers-page-row4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-desktop-containers-page-row4 > .content-wrapper:first-child {
  padding-bottom: 3rem;
}

.hs-desktop-containers-page-row4 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .hs-desktop-containers-page-row4 h2 {
    font-size: 2.25rem;
  }

}

.hs-desktop-containers-page-row4 > .content-wrapper:last-child {
  padding-bottom: 3rem;
}

.hs-desktop-containers-page-row5 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


@media (min-width: 768px){
  .hs-desktop-containers-page-row5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-desktop-containers-page-row5 > .content-wrapper {}

.hs-desktop-containers-page-row5  h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-desktop-containers-page-row5  h2 {
    font-size: 2.25rem;
  }

}


.hs-desktop-containers-page-row5 .dnd-section:nth-child(1) p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1.5rem!important;
}

@media (min-width: 768px){
  .hs-desktop-containers-page-row5 .dnd-section:nth-child(1) p {
    font-size: 1.5rem;
  }
}

.hs-desktop-containers-page-row5 .dnd-section:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.hs-desktop-containers-page-row5 .dnd-section:nth-child(2) > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-desktop-containers-page-row5 .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}


@media (min-width: 768px){
  .hs-desktop-containers-page-row5 .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.hs-desktop-containers-page-row5 .dnd-section:nth-child(2) p:first-child {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.hs-desktop-containers-page-row5 .dnd-section:nth-child(2) p:last-child {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .hs-desktop-containers-page-row5 .dnd-section:nth-child(2) p:first-child {
    font-size: 1.5rem;
  }
  .hs-desktop-containers-page-row5 .dnd-section:nth-child(2) p:last-child {
    margin-bottom: 0;
  }
}

@media(max-width:767px){
  .hs-api-page .banner-type-wrapper {
    /* background-image: none !important; */
  }
}


/* .hs-excel-page-css */

.hs-excel-page-inner .dnd-section {
  padding: 0;
}

.hs-excel-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-excel-page-inner .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-excel-page-row2 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-excel-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}


.hs-excel-page-row2 > .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.hs-excel-page-row2 > .content-wrapper > .row .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}


.hs-excel-page-row2 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


.hs-excel-page-row2 p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .hs-excel-page-row2 > .content-wrapper > .row {
    justify-content: center!important;
  }
  .hs-excel-page-row2 > .content-wrapper > .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .hs-excel-page-row2 h2 {
    font-size: 2.25rem;
  }
  .hs-excel-page-row2 p:last-child {
    margin: 0;
  }

}
.hs-excel-page-row4 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}

@media (min-width: 768px){
  .hs-excel-page-row4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}


.hs-excel-page-row3 .content-with-img-column-wrapper .image-content {
  display: none;
}
.hs-excel-page-row3 .content-with-img-column-wrapper p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .hs-excel-page-row3 .content-with-img-column-wrapper p {
    margin: 0;
  }
}

.hs-excel-page-row4 {}

.hs-excel-page-row4 .content-wrapper {}

.hs-excel-page-row4 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center!important;
  text-align: center!important;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-excel-page-row4 .content-wrapper > .row .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


@media (min-width: 768px){
  .hs-excel-page-row4 .content-wrapper > .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.hs-excel-page-row4  h2 {
  line-height: 1.2;
  margin: 0;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-excel-page-row4  h2 {
    font-size: 2.25rem;
  }
}


.hs-excel-page-row4 p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-excel-page-row4 p:last-child {
    margin-bottom: 0;
  }
}



.hs-excel-page-row5 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


@media (min-width: 768px){
  .hs-excel-page-row5 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

}


.hs-excel-page-row5 .content-wrapper > .row {
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  display: flex!important;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-excel-page-row5 .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px){
  .hs-excel-page-row5 .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

}
.hs-excel-page-row6 .content-with-img-column-wrapper {
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-excel-page-row6 .content-with-img-column-wrapper p:last-child {
    margin-bottom: 0;
  }

}

.hs-excel-page-row6 .content-with-img-column-wrapper .image-content {
  display: none;
}

@media(min-width:992px){
  .hs-excel-page-row1 .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}


@media(max-width:767px){

  .hs-excel-page-row5 .content-withtop-icon-wrapper {
    margin-bottom: 1rem!important;
  }
}



/* client-ipushpull-css */

.hs-client-ipushpull-inner .dnd-section {
  padding: 0;
}

.hs-client-ipushpull-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-client-ipushpull-inner .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.hs-client-ipushpull-inner .banner-type-wrapper {}

.hs-client-ipushpull-inner .banner-type-wrapper p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 768px){
  .hs-client-ipushpull-inner .banner-type-wrapper p:nth-child(2) {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}




@media (min-width: 992px){
  .hs-client-ipushpull-page .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

}

.hs-client-ipushpull-row2 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}

.hs-client-ipushpull-row2 .content-wrapper > .row > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}


.hs-client-ipushpull-row2 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}


@media (min-width: 768px){
  .hs-client-ipushpull-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-client-ipushpull-row2 .content-wrapper > .row {
    justify-content: center!important;
  }
  .hs-client-ipushpull-row2 .content-wrapper > .row > div {
    flex: 0 0 auto;
    width: 75%;
  }
}


.hs-client-ipushpull-row2  h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

.hs-client-ipushpull-row2 p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-client-ipushpull-row2  h2 {
    font-size: 2.25rem;
  }
  .hs-client-ipushpull-row2 p:last-child {
    margin-bottom: 0;
  }
}


.hs-client-ipushpull-row3 .content-with-img-column-wrapper .image-content {
  display: none !important;
}

.hs-client-ipushpull-row3 .dnd-section:nth-child(3) .content-with-img-column-wrapper {
  padding-bottom: 0px !important;
}




/* .hs-microsoft-teams-page-inner-css {} */

.hs-microsoft-teams-page-inner .dnd-section {
  padding: 0;
}

.hs-microsoft-teams-page-inner .dnd-column {
  padding: 0;
}

.hs-microsoft-teams-page-inner .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}



@media (min-width: 992px){
  .hs-microsoft-teams-page-inner .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 100%;
  }
}

.hs-microsoft-teams-page-row2 .content-with-img-column-wrapper ul {
  margin-bottom: 0!important;
}

.hs-microsoft-teams-page-row3 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-microsoft-teams-page-row3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.hs-microsoft-teams-page-row3 > .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-microsoft-teams-page-row3 .dnd-section {
  display: flex;
  flex-wrap: wrap;
}

.hs-microsoft-teams-page-row3 .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


@media (min-width: 768px){
  .hs-microsoft-teams-page-row3 .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

}


.hs-microsoft-teams-page-row4 .content-with-img-column-wrapper .img-center img {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.hs-microsoft-teams-page-row5 {
  position: relative;

  padding-bottom: 3rem!important;
}

@media (min-width: 768px){
  .hs-microsoft-teams-page-row5 {
    padding-bottom: 5rem !important;
  }

}

.hs-microsoft-teams-page-row5 > .content-wrapper {
  text-align: center;
}

.hs-microsoft-teams-page-row5 a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
}

.hs-microsoft-teams-page-row5 a:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}


@media(max-width:767px){
  .hs-microsoft-teams-page-row3 .content-withtop-icon-wrapper {
    margin-bottom: 1rem!important;
  }

  .content-withtop-icon-wrapper .content1 p br.d-none {
    display: none;
  }
}


/* .hs-client-notifications-page-css */

.hs-client-notifications-page-inner .dnd-section {
  padding: 0;
}

.hs-client-notifications-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-client-notifications-page-inner .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}


.hs-client-notifications-page-row2 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-client-notifications-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}


.hs-client-notifications-page-row2 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.hs-client-notifications-page-row2 .dnd-section > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-client-notifications-page-row2 .span6.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 1rem!important;
}


@media (min-width: 768px){
  .hs-client-notifications-page-row2 .span6.widget-span {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0!important;
  }
}


.hs-client-notifications-page-row3 .content-with-img-column-wrapper .image-content {display: none;}

.hs-client-notifications-page-row3 .content-with-img-column-wrapper  p {
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-client-notifications-page-row3 .content-with-img-column-wrapper p:last-child {
    margin-bottom: 0;
  }
}

.hs-client-notifications-page-row3 .dnd-section:nth-child(1) .content-with-img-column-wrapper, 
.hs-client-notifications-page-row3 .dnd-section:nth-child(2) .content-with-img-column-wrapper,
.hs-client-notifications-page-row3 .dnd-section:nth-child(3) .content-with-img-column-wrapper {
  padding-bottom: 0;
}





/* .hs-client-pdf-page-css */

.hs-client-pdf-page-inner .dnd-section {
  padding: 0;
}

.hs-client-pdf-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-client-pdf-page-inner .dnd-section>.row-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}


.hs-client-pdf-page-row2{
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hs-client-pdf-pagerow3 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.hs-client-pdf-page-row2 > .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-client-pdf-page-row2 > .content-wrapper > .row .col-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.hs-client-pdf-page-row2 h2 {
  line-height: 1.2;
  margin: 0;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-client-pdf-page-row2,
  .hs-client-pdf-pagerow3 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .hs-client-pdf-page-row2 > .content-wrapper > .row {
    justify-content: center!important;
  }

  .hs-client-pdf-page-row2 > .content-wrapper > .row .col-width {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .hs-client-pdf-page-row2 h2 {
    font-size: 2.25rem;
  }
  .hs-client-pdf-page-row2 p:last-child,
  .hs-client-pdf-pagerow3 p:last-child{
    margin-bottom: 0;
  }
}


.hs-client-pdf-pagerow3 {
  background-color: #f8f9fa!important;
}


.hs-client-pdf-page-row4 .content-with-img-column-wrapper .image-content {
  display: none !important;
}

/* .hs-client-slack-pag-css */

.hs-client-slack-page-inner .dnd-section {
  padding: 0;
}

.hs-client-slack-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-client-slack-page-inner .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.fa-slack:before {
  content: "\f198";
}

.fab, .far {
  font-weight: 400;
}

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

.hs-client-slack-page-row2 {}

.hs-client-slack-page-row2 .content-with-img-column-wrapper ul {
  margin-bottom: 0;
}

.hs-client-slack-page-row3 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-client-slack-page-row3 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

}


.hs-client-slack-page-row3 .content-wrapper > .row {
  margin-left: -12px;
  margin-right: -12px;
}

.hs-client-slack-page-row3 .dnd-section > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-client-slack-page-row3 .span6.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}


@media (min-width: 768px){

  .hs-client-slack-page-row3 .span6.widget-span {
    flex: 0 0 auto;
    width: 50%;
    text-align: center!important;
  }
}

.content-withtop-icon-wrapper .btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}

.content-withtop-icon-wrapper .btn-wrap a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 1rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cc0063;
  border-color: #cc0063;
}


@media (min-width: 576px){
  .content-withtop-icon-wrapper .btn-wrap a {
    margin-bottom: 0;
  }
}

.content-withtop-icon-wrapper .btn-wrap a:hover {
  color: #99004a;
  border-color: #99004a;
}

.hs-client-slack-page-row4 {
  position: relative;
  background-color: #0dcaf0!important;
}

.hs-client-slack-page-row4 .content-with-img-column-wrapper .image-content {
  display: none;
}

.hs-client-slack-page-row4 .content-with-img-column-wrapper h2 {
  color: #fff;
}


.hs-client-slack-page-row5 .content-with-img-column-wrapper .img-center img {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.hs-client-slack-page-row6 {
  padding-bottom: 3rem!important;
}

.hs-client-slack-page-row6 .content-wrapper {
  text-align: center!important;
}


@media (min-width: 768px){
  .hs-client-slack-page-row6 {
    padding-bottom: 5rem !important;
  }

}

.hs-client-slack-page-row6 a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
}

.hs-client-slack-page-row6 a:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

.hs-client-slack-page-row7 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa!important;
}





.hs-client-slack-page-row7 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.hs-client-slack-page-row7 .content-wrapper > .row .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

@media (min-width: 768px){
  .hs-client-slack-page-row7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-client-slack-page-row7 .content-wrapper > .row {
    justify-content: center!important;
  }
  .hs-client-slack-page-row7 .content-wrapper > .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

}



.hs-client-slack-page-row7  h3 {
  line-height: 1.2;
  margin: 0;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}


@media (min-width: 1200px){
  .hs-client-slack-page-row7  h3 {
    font-size: 1.75rem;
  }

}

.hs-client-slack-page-row7 h3 img {vertical-align: middle;}

.fa-plus:before {}

.fa, .far, .fas {}

.hs-client-slack-page-row7 h3 i {
  margin-right: 1rem!important;
  margin-left: 1rem!important;
  -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 Free";
  font-weight: 900;
}

.fa-plus:before {
  content: "\f067";
}

.hs-client-slack-page-row7 p {
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-client-slack-page-row7 p:last-child {
    margin-bottom: 0;
  }

}

.hs-client-slack-page-row7 p:last-child a {
  display: inline-block;
}

.hs-client-slack-page-row7 p:last-child a img {
  vertical-align: middle;
}


.hs-client-slack-page-row4 .content-with-img-column-wrapper h3 {
  color: #fff;
}


@media(max-width:767px){
  .hs-client-slack-page-row3 .span6.widget-span {
    text-align: center;
    margin-bottom: 1rem!important;
  }

}




/* .hs-wordpress-page-css {} */

.hs-wordpress-page .dnd-section {
  padding: 0;
}

.hs-wordpress-page  .widget-span.widget-type-cell {
  padding: 0;
}

.hs-wordpress-page .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.hs-wordpress-page-row2 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .hs-wordpress-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-wordpress-page-row2 h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center!important;
}


@media (min-width: 768px){
  .hs-wordpress-page-row2 h2 {font-size: 2.25rem;margin-bottom: 3rem;}

}

.hs-wordpress-page-row2 > .content-wrapper {
  text-align: center!important;
}


@media (min-width: 768px){
  .hs-wordpress-page-row2 > .content-wrapper {
    padding-top: 3rem!important;
  }
}

.hs-wordpress-page-row2 > .content-wrapper > .row {
  margin-left: -12px;
  margin-right: -12px;
}

.hs-wordpress-page-row2 .content-wrapper .dnd-section > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-wordpress-page-row2 .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


@media (min-width: 576px){
  .hs-wordpress-page-row2 .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

}

.hs-wordpress-page-row2 h3 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px){
  .hs-wordpress-page-row2 h3 {
    font-size: 1.75rem;
  }

}

.hs-wordpress-page-row2 h3 span {
  background-color: #7d378a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.5rem;
  color: white;
}

.hs-wordpress-page-row2  p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}


@media (min-width: 768px){
  .hs-wordpress-page-row2  p {
    font-size: 1.5rem;
  }
  .hs-wordpress-page-row2 p:last-child{
    margin-bottom: 0;
  }
}

.hs-wordpress-page-row3 {
  position: relative;
  padding-bottom: 1.5rem!important;
} 
.hs-wordpress-page-row3 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-wordpress-page-row3 .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.hs-wordpress-page-row3 p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}


.hs-wordpress-page-row4 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}

.hs-wordpress-page-row4 > .content-wrapper {
  text-align: center;
}

.hs-wordpress-page-row4 h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  text-align: center;
}



.hs-wordpress-page-row4 p {
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-wordpress-page-row3 {
    padding-bottom: 5rem !important;
  }
  .hs-wordpress-page-row3 .content-wrapper > .row {
    justify-content: center!important;
  }
  .hs-wordpress-page-row3 .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .hs-wordpress-page-row3 p {
    font-size: 1.5rem;
  }

  .hs-wordpress-page-row3 p:last-child {
    margin-bottom: 0;
  }

  .hs-wordpress-page-row4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-wordpress-page-row4 h2 {
    font-size: 2.25rem;
  }

  .hs-wordpress-page-row4 p:last-child {
    margin-bottom: 0;
  }
}












.hs-wordpress-page-row4 p .play-me {
  position: relative;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.hs-wordpress-page-row4 p .play-me img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.hs-wordpress-page-row4 p .play-me:after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f144";
  font-weight: 900;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0.75;
  font-size: 6rem;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-left: 0.5rem;
}

.hs-wordpress-page-row4 p .play-me:hover {
  -webkit-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}


.hs-wordpress-page-row5 {
  position: relative;
  padding-top: 3rem!important;
  background-color: #f8f9fa!important;
}

@media (min-width: 768px){
  .hs-wordpress-page-row5 {
    padding-top: 5rem !important;
  }

}


.hs-wordpress-page-row5 .content-wrapper:first-child > div {
  text-align: center!important;
}


.hs-wordpress-page-row5 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  margin: 0;
}

@media (min-width: 768px){
  .hs-wordpress-page-row5 .content-wrapper:first-child > div {
    margin-bottom: 3rem;
  }
  .hs-wordpress-page-row5 h2 {
    font-size: 2.25rem;
  }

}



.hs-wordpress-page-row5 .content-wrapper > .row {
  margin-left: -12px;
  margin-right: -12px;
}

.hs-wordpress-page-row5 .content-wrapper:last-child .dnd-section > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hs-wordpress-page-row5 .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


@media (min-width: 768px){
  .hs-wordpress-page-row5 .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

}

.hs-wordpress-page-row6 {
  position: relative;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}

.hs-wordpress-page-row6 .content-wrapper > div {
  padding-top: 1rem!important;
  text-align: center!important;
}

@media (min-width: 768px){
  .hs-wordpress-page-row6 {
    padding-bottom: 5rem;
  }
  .hs-wordpress-page-row6 .content-wrapper > div {
    padding-top: 3rem!important;
  }
}



.hs-wordpress-page-row6 a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
}

.hs-wordpress-page-row6 a:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}


@media(max-width:767px){
  .hs-wordpress-page-row2 h2 {
    margin-bottom: 1rem;
  }

  .hs-wordpress-page-row2>.content-wrapper:nth-child(2) {
    padding-top: .5rem;
  }

  .hs-wordpress-page-row5 h2 {
    margin-bottom: 1rem;
  }


}




/* labs-page-css */
.hs-labs-page-row1 {}

.hs-labs-page-row1 .dnd-section {
  padding: 0;
}

.hs-labs-page-row1 .widget-span.widget-type-cell {
  padding: 0;
}

.hs-labs-page-row1 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-labs-page-row1 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa!important;
}

@media (min-width: 768px){
  .hs-labs-page-row1 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}


.hs-labs-page-row1 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.hs-labs-page-row1 .content-wrapper > .row .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px){
  .hs-labs-page-row1 .content-wrapper > .row {
    justify-content: center!important;
  }
  .hs-labs-page-row1 .content-wrapper > .row .row-width {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

}




.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(1) p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}


@media (min-width: 768px){
  .hs-labs-page-row1 .dnd-column .dnd-row:nth-child(1) p {
    font-size: 1.5rem;
  }

}

.hs-labs-page-row1 hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
  height: 1px;
}

.hs-labs-page-row1 h3 {
  line-height: 1.2;
  margin: 0;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px){

  .hs-labs-page-row1 h3 {
    font-size: 1.75rem;
  }
}

.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) {
  margin-left: -12px;
  margin-right: -12px;
}

.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:first-child {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:last-child {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 576px){
  .hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:first-child {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:last-child {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:first-child p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:first-child p:last-child {
    margin-bottom: 0;
  }

}

.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:last-child img {
  vertical-align: middle;
}

.hs-labs-page-row1 blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.hs-labs-page-row1 .dnd-column .dnd-row:nth-child(3) p {
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-labs-page-row1 .dnd-column .dnd-row:nth-child(3) p:last-child {
    margin-bottom: 0;
  }
}


@media(max-width:820px) and (min-width:576px){
  .hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:last-child img {
    max-width: 100%;
  }
}

@media(max-width:335px){
  .hs-labs-page-row1 .dnd-column .dnd-row:nth-child(2) .dnd-module:last-child img {
    max-width: 100%;
  }
}


/* .hs-source-api-page-css
*/
.hs-source-api-page-inner .dnd-section {
  padding: 0;
}

.hs-source-api-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-source-api-page-inner .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}


.hs-source-api-page-row2 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}



.hs-source-api-page-row2 p {
  margin-top: 0;
  margin-bottom: 1rem;
}




.hs-source-api-page-row3 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hs-source-api-page-row3 .content-wrapper:nth-child(1) {
  padding-bottom: 3rem;
}

.hs-source-api-page-row3  h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .hs-source-api-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hs-source-api-page-row2 p:last-child {
    margin-bottom: 0;
  }

  .hs-source-api-page-row3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hs-source-api-page-row3  h2 {
    font-size: 2.25rem;
  }
}



.hs-source-api-page-row3 .content-wrapper:nth-child(2) {
  padding-bottom: 3rem;
}

.hs-source-api-page-row3 .content-wrapper:nth-child(3) {
  text-align: center;
}

.hs-source-api-page-row3 .content-wrapper:nth-child(3) p {
  margin-top: 0;
  margin-bottom: 1rem;
}



@media (min-width: 768px){
  .hs-source-api-page-row3 .content-wrapper:nth-child(3) p:last-child {
    margin-bottom: 0;
  }

}

.hs-source-api-page-row4 {
  position: relative;
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
  background-color: #f8f9fa!important;
}


@media (min-width: 768px){
  .hs-source-api-page-row4 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

}

.hs-source-api-page-row4 .dnd-section {
  margin-left: -12px;
  margin-right: -12px;
}

.hs-source-api-page-row4 .dnd-section > div {
  display: flex;
  flex-wrap: wrap;
}

.hs-source-api-page-row4 .span4.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}



.hs-source-api-page-row4  h3 {
  line-height: 1.2;
  margin: 0;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}
.hs-source-api-page-row4  p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .hs-source-api-page-row4 .span4.widget-span {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hs-source-api-page-row4 p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px){
  .hs-source-api-page-row4  h3 {
    font-size: 1.75rem;
  }

}
.hs-source-api-page-row5 .content-with-img-column-wrapper .image-content {
  max-width: 500px;
}

.hs-source-api-page-row5 .content-with-img-column-wrapper
.image-content .d-flex .flex-fill:first-child p {
  text-align: left;
}

.hs-source-api-page-row5 .content-with-img-column-wrapper 
.image-content .d-flex .flex-fill:nth-child(2) p {
  text-align: right;
}

.hs-source-api-page-row6 {
  background-color: #f8f9fa;
}

.hs-source-api-page-row6 .content-with-img-column-wrapper .img-center img {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}


.content-with-img-column-wrapper .image-content p.small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  font-size: 1rem;
}

.hs-source-api-page-row6 .content-with-img-column-wrapper .image-content {
  max-width: 500px;
}


@media (min-width: 768px){
  .content-with-img-column-wrapper .image-content p.small:last-child {
    margin: 0;
  }

}


@media(max-width:810px) and (min-width:769px){
  .hs-source-api-page-row3 .img-w-title-wrapper .img-w-title-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 768px){
  .content-with-img-column-wrapper .image-content p.small {
    font-size: .7rem;
  }
}
@media (max-width: 767px){
  .hs-source-api-page-row3 .content-wrapper:nth-child(3) {
    padding-bottom: 12px;
  }
}

/* .database-page-css {} */

.hs-source-api-page.database-page .hs-source-api-page-row3 h2 {
  padding-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-source-api-page.database-page .hs-source-api-page-row3 h2 {
    padding-bottom: 3rem;
  }
}

.hs-source-api-page.database-page .hs-source-api-page-row3 h3 {
  margin: 0;
  line-height: 1.2;
  text-align: center;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 1200px){
  .hs-source-api-page.database-page .hs-source-api-page-row3 h3 {
    font-size: 1.75rem;
  }

}

.database-page .hs-source-api-page-row3 .content-wrapper:nth-child(1) .dnd-row:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.database-page .hs-source-api-page-row3 .content-wrapper:nth-child(1) .dnd-row:nth-child(1) > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 768px){
  .database-page .hs-source-api-page-row3 .content-wrapper:nth-child(1) .dnd-row:nth-child(1) {
    justify-content: center!important;
  }
  .database-page .hs-source-api-page-row3 .content-wrapper:nth-child(1) .dnd-row:nth-child(1) > div {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}



/* sourceexcel-page-css
*/

@media (min-width: 992px){
  .sourceexcel-page .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 100%;
  }
}

.sourceexcel-data-sharing-sec {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .sourceexcel-data-sharing-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sourceexcel-data-sharing-sec .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}



.sourceexcel-data-sharing-sec .content-wrapper > .row .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.sourceexcel-data-sharing-sec h2 {
  line-height: 1.2;
  margin: 0;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


.sourceexcel-live-databg-sec {
  position: relative;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .sourceexcel-live-databg-sec .content-with-img-column-wrapper p:last-child {
    margin-bottom: 0;
  }
  .sourceexcel-live-databg-sec {
  }
  .sourceexcel-data-sharing-sec p:last-child {
    margin: 0;
  }
  .sourceexcel-data-sharing-sec .content-wrapper > .row {
    justify-content: center!important;
  }
  .sourceexcel-data-sharing-sec .content-wrapper > .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .sourceexcel-data-sharing-sec h2 {
    font-size: 2.25rem;
  }
}

.sourceexcel-data-sharing-sec h2 img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.sourceexcel-live-databg-sec .content-with-img-column-wrapper .image-content {
  display: none;
}


.hs-source-api-page.sourceexcel-page .hs-source-api-page-row3 .content-wrapper:nth-child(1) h2 {
  padding-bottom: 1rem!important;
}

.hs-source-api-page.sourceexcel-page .hs-source-api-page-row3 .content-wrapper:nth-child(2) {
  padding-bottom: 0;
}

.hs-source-api-page.sourceexcel-page .hs-source-api-page-row3 .content-wrapper:nth-child(2) p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-source-api-page.sourceexcel-page .hs-source-api-page-row3 .content-wrapper:nth-child(2) p:last-child {
    margin-bottom: 0;
  } 
}

.hs-source-api-page.sourceexcel-page .hs-source-api-page-row5 .content-with-img-column-wrapper .image-content {
  max-width: 100%;
}

.hs-source-api-page.sourceexcel-page .hs-source-api-page-row5 
.content-with-img-column-wrapper .image-content .d-flex .flex-fill:first-child p,
.hs-source-api-page.sourceexcel-page .hs-source-api-page-row5 
.content-with-img-column-wrapper .image-content .d-flex .flex-fill:last-child p {
  text-align: center;
}


.hs-source-api-page.sourceexcel-page .hs-source-api-page-row6 .content-with-img-column-wrapper .image-content {
  max-width: 100%;
}


@media(max-width:810px) and (min-width:768px){
  .hs-source-api-page.sourceexcel-page .hs-source-api-page-row5 .content-with-img-column-wrapper p {
    word-break: break-all;
  }
}

@media(max-width:767px){
  .hs-source-api-page.sourceexcel-page .hs-source-api-page-row3 .content-wrapper:nth-child(2) {
    padding-bottom: 12px;
  }
}

/* overview-page-css */


.hs-overview-page-inner .dnd-section {
  padding: 0;
}

.hs-overview-page-inner .widget-span.widget-type-cell {
  padding: 0;
}

.hs-overview-page-inner .dnd-section>.row-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.hs-overview-page-row2 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}
.hs-overview-page-row2 .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-overview-page-row2 .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}


.hs-overview-page h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

.hs-overview-page-inner p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hs-overview-page-row2 p:last-child {
  padding-top: 1rem!important;
}

@media (min-width: 768px){
  .hs-overview-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-overview-page-row2 .content-wrapper > .row {
    justify-content: center;
  }

  .hs-overview-page-row2 .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }.hs-overview-page h2 {
    font-size: 2.25rem;
  }
  .hs-overview-page-inner p:last-child {
    margin-bottom: 0;
  }
}

.hs-overview-page-row3 .content-with-img-column-wrapper .image-content {
  display: none;
}

.hs-overview-page-row4 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}
.hs-overview-page-row4 .content-wrapper:nth-child(1) {
  padding-bottom: 1rem;
}



.hs-overview-page-row4 .content-wrapper:nth-child(1) > .row,
.hs-overview-page-row4 .content-wrapper:nth-child(3) > .row {
  margin-left: -12px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}


.hs-overview-page-row4 .content-wrapper:nth-child(1) > .row .row-width,
.hs-overview-page-row4 .content-wrapper:nth-child(3) > .row .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}
.hs-overview-page-row4 .content-wrapper:nth-child(3){
  padding-top: 1rem;
}


.hs-overview-page-row6 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f8f9fa;
}


.hs-overview-page-row6 .testimonial_slider .slick-arrow:before,
.hs-symphony-pg-row5 .testimonial_slider .slick-arrow:before{
  font-size: 16px;
}

@media (min-width: 768px){
  .hs-overview-page-row4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-overview-page-row4 .content-wrapper:nth-child(1) {
    padding-bottom: 3rem;
  }
  .hs-overview-page-row4 .content-wrapper:nth-child(1) > .row,
  .hs-overview-page-row4 .content-wrapper:nth-child(3) > .row  {
    justify-content: center;
  }

  .hs-overview-page-row4 .content-wrapper:nth-child(1) > .row .row-width,
  .hs-overview-page-row4 .content-wrapper:nth-child(3) > .row .row-width {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }


  .hs-overview-page-row4 .content-wrapper:nth-child(3){
    padding-top: 3rem;
  }

  .hs-overview-page-row6 {
    padding-top: 5rem;
    padding-top: 5rem;
  }

  .hs-overview-page-row6 .testimonial_slider .slick-arrow:before,
  .hs-symphony-pg-row5 .testimonial_slider .slick-arrow:before{
    font-size: 20px;
  }
}


.hs-overview-page-row5 .content-with-img-column-wrapper .image-content {
  display: none;
}


.hs-overview-page-row6 .testimonial_slider button.slick-prev,
.hs-symphony-pg-row5 .testimonial_slider button.slick-prev{
  left: -20px;
}


.hs-overview-page-row7 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hs-overview-page-row7 .content-wrapper:nth-child(1) {
  padding-bottom: 1rem;
}

.hs-overview-page-row7 .content-wrapper:nth-child(1) > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-overview-page-row7 .content-wrapper:nth-child(1) > .row > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

@media (min-width: 768px){
  .hs-overview-page-row7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }   

  .hs-overview-page-row7 .content-wrapper:nth-child(1) {
    padding-bottom: 3rem;
  }
  .hs-overview-page-row7 .content-wrapper:nth-child(1) > .row {
    justify-content: center;
  }

  .hs-overview-page-row7 .content-wrapper:nth-child(1) > .row > div {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}


.hs-overview-page-row7 .content-wrapper:nth-child(2) {
  padding-bottom: 3rem;
}

.hs-overview-page-row7 h3 {
  text-align: center;
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 1200px){
  .hs-overview-page-row7 h3 {
    font-size: 1.75rem;
  }
}

.hs-overview-page-row7 .content-wrapper:nth-child(3) {
  padding-bottom: 3rem;
}
.hs-overview-page-row8 .bottom-pane-wrapper h3 {
  padding-bottom: 1rem;
}


@media(max-width:800px) and (min-width:769px){
  .hs-overview-page-row7 .img-w-title-wrapper .img-w-title-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media(max-width:767px){
  .hs-overview-page-row8 .bottom-pane-wrapper .btn-wrapper {
    margin-top: 1rem;
  }
}



/* bank-page */

.hs-banks-page .dnd-section {
  padding: 0;
}

.hs-banks-page .widget-span.widget-type-cell {
  padding: 0;
}

.hs-banks-page .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
}


.hs-banks-page-row1 .banner-type-wrapper p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 300;
}



.hs-banks-page-row2 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}

.hs-banks-page-row2 p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.hs-banks-page-row3 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


.hs-banks-page-row4 {
  background-color: #f8f9fa!important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}



.hs-banks-page-row4 h2 {
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
.hs-banks-page-row5 {
  padding-bottom: 1.5rem;
  position: relative;
  background-color: #f8f9fa!important;
}
@media (min-width: 768px){

  .hs-banks-page-row1 .banner-type-wrapper p:nth-child(2) {
    font-size: 1.5rem;
  }

  .hs-banks-page-row2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-banks-page-row2 p {
    font-size: 1.5rem;
  }

  .hs-banks-page-row2 p:last-child {
    margin-bottom: 0;
  }
  .hs-banks-page-row3,
  .hs-banks-page-row4 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .hs-banks-page-row4 h2 {
    font-size: 2.25rem;
  }
  .hs-banks-page-row5 {
    padding-bottom: 5rem;
  }
}


.hs-banks-page-row6 {
  position: relative;
  padding-top: 1.5rem;
  background-color: #f8f9fa;
  padding-bottom: 1rem;
}



.hs-banks-page-row6 .content-wrapper:nth-child(1) {
  padding-bottom: 1rem!important;
  text-align: center;
}

.hs-banks-page-row6 .content-wrapper:nth-child(1) > div {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.hs-banks-page-row6 .content-wrapper:nth-child(1) > div > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px){
  .hs-banks-page-row6 {
    padding-top: 5rem;
  }
  .hs-banks-page-row6 .content-wrapper:nth-child(1) > div {
    justify-content: center;
  }
  .hs-banks-page-row6 .content-wrapper:nth-child(1) > div > div {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.hs-banks-page-row6 h3 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 1200px){
  .hs-banks-page-row6 h3 {
    font-size: 1.75rem;
  }
}

.hs-banks-page-row7 {
  padding-bottom: 3rem;
  position: relative;
  background-color: #f8f9fa;
}

.hs-banks-page-row7 .content-wrapper:nth-child(1) > div {
  text-align: center!important;
}

@media (min-width: 768px){
  .hs-banks-page-row7 {
    padding-bottom: 5rem;
  }
  .hs-banks-page-row7 .content-wrapper:nth-child(1) > div {
    margin-bottom: 3rem;
  }
}



.hs-banks-page-row6 .content-wrapper:nth-child(2) {
  padding-bottom: 3rem!important;
}

.hs-banks-page-row7 h3 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;

  margin: 0;
}
@media (min-width: 1200px){
  .hs-banks-page-row7 h3 {
    font-size: 1.75rem;
  }
}


.hs-banks-page-row8 .award_gallery {
  background-color: transparent;
}

.hs-banks-page-row8 .award_gallery .award_contnt {
  display: none;
}

.hs-banks-page-row9 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff!important;
  background-image: linear-gradient(29deg, #ab2362 8%, #882786 92%);
}


@media (min-width: 768px){
  .hs-banks-page-row9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-banks-page-row9 > div {
  text-align: center;
}

.hs-banks-page-row9  h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #fff;
  padding-bottom: 1.5rem!important;
}


@media (min-width: 768px){
  .hs-banks-page-row9  h2 {
    font-size: 2.25rem;
  }
}



@media(max-width:800px) and (min-width:769px){
  .hs-banks-page-row6 .img-w-title-wrapper .img-w-title-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}





@media(max-width:767px){

  .hs-banks-page .banner-type-wrapper {
    /* background-image: none !important; */
  }



  .hs-banks-page-row7 h3 {
    margin-bottom: 1rem;
  }


  .hs-banks-page.brokers-page .hs-banks-page-row4 {
    padding-bottom: 1.5rem!important;
  }

}



/* funds-page */

.funds-page .banner-type-wrapper h1 {
  color: #212529;
}

.funds-page .hs-banks-page-row1 .banner-type-wrapper p:nth-child(2) {
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #212529;
}

@media (min-width: 1200px){
  .funds-page .hs-banks-page-row1 .banner-type-wrapper p:nth-child(2) {
    font-size: 1.75rem;
  }
}
.funds-page .hs-banks-page-row7 .content-wrapper:nth-child(1)>div {
  text-align: left !important;
  margin: 0;
}

@media(max-width:767px){
  .funds-page .banner-type-wrapper h1 {
    color: #fff;
  }

  .funds-page .hs-banks-page-row1 .banner-type-wrapper p:nth-child(2) {
    color: #fff;
    font-size: calc(1.3rem + .6vw);
  }
}



/* 
.hs-banks-page.proprietary-page-css {} */

.proprietary-page .banner-type-wrapper h1,
.proprietary-page .hs-banks-page-row1 .banner-type-wrapper p:nth-child(2) {
  color: #212529;
}


.hs-proprietary-page-row5 {
  background-color: #f8f9fa;
}

.hs-proprietary-page-row5 .content-with-img-column-wrapper {
  padding-top: 0;
}

.hs-proprietary-page-row5 .content-with-img-column-wrapper .image-content {
  display: none;
}

.proprietary-page .hs-banks-page-row4 h2 {
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-proprietary-page-row5 .content-with-img-column-wrapper .content-col p:last-child,
  .hs-proprietary-page-row6 .content-with-img-column-wrapper p:last-child {
    margin: 0;
  }
}

.hs-proprietary-page-row5 .content-with-img-column-wrapper img {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.hs-proprietary-page-row6 .content-with-img-column-wrapper .image-content {
  display: none;
}

.proprietary-page .hs-banks-page-row8 .award_gallery {
  background-color: #f8f9fa;
}

@media(max-width:768px){
  .proprietary-page .banner-type-wrapper h1, 
  .proprietary-page .hs-banks-page-row1 .banner-type-wrapper p:nth-child(2) {
    color: #fff;
  }
}
@media(max-width:767px){
  .proprietary-page .hs-banks-page-row4 {
    padding-bottom: 1rem;
  }
}



/* .industries-page-css */

.hs-banks-page.industries-page .hs-banks-page-row4 {
  background-color: transparent !important;
}

.industries-page .hs-industries-page-access .content-with-img-column-wrapper {
  padding: 0;
}

.industries-page  .hs-industries-page-access .content-with-img-column-wrapper .image-content {
  display: none;
}

.hs-banks-page.industries-page .hs-banks-page-row4 h2 {
  margin-bottom: 1rem;
} 

.hs-industries-page-effortless .content-with-img-column-wrapper .image-content {
  display: none;
}


.hs-industries-page-effortless .content-with-img-column-wrapper {
  padding-bottom: 0;
}


.hs-industries-page-video {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hs-industries-page-video .content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  justify-content: center!important;
}

.hs-industries-page-video .content-wrapper > .row .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px){
  .hs-industries-page-effortless .content-with-img-column-wrapper {
    padding-bottom: 1.5rem;
  }
  .hs-industries-page-video {
    padding: 0;
  }
  .hs-industries-page-video .content-wrapper > .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}







.hs-industries-page-video figure {
  margin: 0;
  position: relative;
  width: 100%;
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.hs-industries-page-video figure video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs-industries-page-video figure:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.industries-page .hs-banks-page-row8 .award_gallery {
  background-color: #f8f9fa;
}

.hs-industries-page-live {
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .hs-industries-page-live {
    padding-bottom: 5rem;
  }

}

@media (max-width: 767px){
  .hs-banks-page.industries-page .hs-banks-page-row4 {
    padding-bottom: 1rem;
  }
}





/* .hs-banks-page.operations-page-css {} */

.operations-page .hs-banks-page-row2 h2 {
  margin: 0;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}


@media (min-width: 768px){
  .operations-page .hs-banks-page-row2 h2 {
    font-size: 1.5rem;
  }
}

.hs-operations-page-row6 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hs-operations-page-row6 .content-wrapper:nth-child(1) {
  padding-bottom: 1rem;
}

.hs-operations-page-row6 .content-wrapper:nth-child(1) > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.hs-operations-page-row6 .content-wrapper:nth-child(1) > .row > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.hs-operations-page-row6 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

.hs-operations-page-row6 .content-wrapper:nth-child(3) {
  padding-top: 1rem;
}

.hs-operations-page-row6 .content-wrapper:nth-child(3) > div  {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-operations-page-row6 .content-wrapper:nth-child(3) > div > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.operations-page .hs-banks-page-row7 {
  padding-top: 3rem;
}

@media (min-width: 768px){
  .hs-operations-page-row6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hs-operations-page-row6 .content-wrapper:nth-child(1) {
    padding-bottom: 3rem;
  }
  .hs-operations-page-row6 .content-wrapper:nth-child(1) > .row {
    justify-content: center;
  }
  .hs-operations-page-row6 .content-wrapper:nth-child(1) > .row > div {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .hs-operations-page-row6 h2 {
    font-size: 2.25rem;
  }

  .hs-operations-page-row6 .content-wrapper:nth-child(3) {
    padding-top: 3rem;
  }

  .hs-operations-page-row6 .content-wrapper:nth-child(3) > div  {
    justify-content: center;
  }

  .hs-operations-page-row6 .content-wrapper:nth-child(3) > div > div {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .operations-page .hs-banks-page-row7 {
    padding-top: 5rem;
  }
}





/* .hs-symphony-pg-css */

.hs-symphony-pg .dnd-section {
  padding: 0;
}

.hs-symphony-pg .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-symphony-pg .banner-type-wrapper {
  background-color: #203864;
}

.hs-symphony-pg .banner-type-wrapper p:nth-child(2) {
  font-size: 1.25rem;
  padding-top: 1rem!important;
}

@media (min-width: 768px){
  .hs-symphony-pg .banner-type-wrapper p:nth-child(2) {
    font-size: 1.5rem;
  }  


}

.hs-symphony-pg-row2 .content-with-img-column-wrapper ul {
  margin-bottom: 0!important;
}

.hs-symphony-pg-row3 {
  position: relative;
  padding-top: 3rem;
  text-align: center;
  background-color: #f8f9fa;
}
.hs-symphony-pg-row3 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


.hs-symphony-pg-row3 p {
  margin-bottom: 0!important;
}

@media (min-width: 768px){
  .hs-symphony-pg-row3 {
    padding-top: 5rem;
  }
  .hs-symphony-pg-row3 h2 {
    font-size: 2.25rem;
  }
  .hs-symphony-pg-row3 p:last-child {}
}





.hs-symphony-pg-row4 {
  background-color: #f8f9fa;
}

.hs-symphony-pg-row4 .content-with-img-column-wrapper h3 {
  display: block;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #286090 !important;
}

@media (min-width: 1200px){
  .hs-symphony-pg-row4 .content-with-img-column-wrapper h3 {
    font-size: 1.75rem;
  }
}

.hs-symphony-pg-row4 .content-with-img-column-wrapper button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  padding-top: .5rem!important;
}


@media (min-width: 576px){
  .hs-symphony-pg-row4 .content-with-img-column-wrapper button {
    padding-top: 1.5rem!important;
  }

}

.hs-symphony-pg-row4 .content-with-img-column-wrapper button a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 1rem!important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.hs-symphony-pg-row4 .content-with-img-column-wrapper button a:hover {
  color: white;
  background-color: #127585;
  border-color: #127585;
}

.hs-symphony-pg-row4 .content-with-img-column-wrapper .img-center img {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.hs-symphony-pg-row5 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


@media (min-width: 768px){
  .hs-symphony-pg-row5 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

}

.hs-symphony-pg-row5 .testimonial_slider .testi_contnt p:first-child {
  font-style: normal;
}

.hs-symphony-pg-row6 {
  background-color: #f8f9fa;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


@media (min-width: 768px){
  .hs-symphony-pg-row6 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

}

.hs-symphony-pg-row6 .row {
  margin-left: -12px;
  margin-right: -12px;
}

.hs-symphony-pg-row6 .dnd-section>.row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.hs-symphony-pg-row6 .span3.widget-span {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 1rem!important;
}

.hs-symphony-pg-row7 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


.hs-symphony-pg-row7 .content-wrapper:first-child > div {
  text-align: center!important;
}

.hs-symphony-pg-row7 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  margin: 0;
}

@media (min-width: 768px){
  .hs-symphony-pg-row6 .span3.widget-span {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 0!important;
  }
  .hs-symphony-pg-row7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hs-symphony-pg-row7 .content-wrapper:first-child > div {
    margin-bottom: 3rem!important;
  }

  .hs-symphony-pg-row7 h2 {
    font-size: 2.25rem;
  }
  .hs-symphony-pg-row7 .img-with-con-wrap .items {
    flex: 0 0 auto;
    width: 25%;
  }
}


.hs-symphony-pg-row7 .img-with-con-wrap .items .btnwrap {
  display: flex;
  justify-content: center;
  padding: 1rem;
  padding-bottom: 1.5rem;
}

.hs-symphony-pg-row7 .img-with-con-wrap .items .btnwrap .btnn {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #7d378a;
  border-color: #7d378a;
  padding: .375rem .75rem;
  font-size: 70%;
}

.hs-symphony-pg-row7 .img-with-con-wrap .items .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hs-symphony-pg-row7 .img-with-con-wrap .items .btnwrap .btnn:hover {
  color: #5c2866;
  border-color: #5c2866;
}

.hs-symphony-pg-row8 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}


@media (min-width: 768px){
  .hs-symphony-pg-row8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}


.hs-symphony-pg-row8 .content-wrapper:nth-child(1) {
  margin-bottom: 3rem;
  text-align: center!important;
}

.hs-symphony-pg-row8 h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  margin: 0;
}

.hs-symphony-pg-row8 .content-wrapper:nth-child(2) .dnd-section>.row-fluid {
  flex-wrap: wrap!important;
  justify-content: space-between!important;
}




.hs-symphony-pg-row8 .content-wrapper:nth-child(3) {
  padding-top: 1.5rem;
  text-align: center;
}



.hs-symphony-pg-row8 .span4.widget-span {
  margin: 0;
  background-color: #fff!important;
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  padding: 1.5rem;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .hs-symphony-pg-row8 h2 {
    font-size: 2.25rem;
  }
  .hs-symphony-pg-row8 .content-wrapper:nth-child(2) .dnd-section>.row-fluid {
    display: flex!important;
  }
  .hs-symphony-pg-row8 .span4.widget-span {
    width: 32%;
    padding: 2rem;
    margin-bottom: 1.5rem;
  }
}

.hs-symphony-pg-row8 .content-wrapper:nth-child(2) .dnd-section>.row-fluid:after,.hs-symphony-pg-row8 .content-wrapper:nth-child(2) .dnd-section>.row-fluid:before {
  display: none;
}

.hs-symphony-pg-row8 p {}

.hs-symphony-pg-row8 p img {
  vertical-align: middle;
}

.hs-symphony-pg-row8 h3 {
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 1200px){
  .hs-symphony-pg-row8 h3 {
    font-size: 1.75rem;
  } 
}

.hs-symphony-pg-row8 p:last-child {
  font-size: 1rem;
}


@media (min-width: 768px){
  .hs-symphony-pg-row8 p:last-child {
    margin-bottom: 0;
  }

}

.hs-symphony-pg-row8 .content-wrapper:nth-child(3) a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 1rem!important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f16522;
  border-color: #f16522;
}

.hs-symphony-pg-row8 .content-wrapper:nth-child(3) a:hover {
  color: #d34d0d;
  border-color: #d34d0d;
}

.hs-symphony-pg-row9 {
  padding-top: 3rem;
  position: relative;
  padding-bottom: 3rem;
  color: #fff!important;
  background-color: #203864;
}


@media (min-width: 768px){
  .hs-symphony-pg-row9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-symphony-pg-row9 .content-wrapper > div {
  align-items: center;
}

.hs-symphony-pg-row9 .content-wrapper > div > div{
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px){
  .hs-symphony-pg-row9 .content-wrapper > div {
    display: flex;
  }


  .hs-symphony-pg-row9 .content-wrapper > div > div{
    margin-bottom: 0!important;
  }
}

.hs-symphony-pg-row9 h1 {
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1rem!important;
}

@media (min-width: 768px){
  .hs-symphony-pg-row9 h1 {
    font-size: 3rem;
  }
  .hs-symphony-pg-row9 p:last-child{
    margin: 0;
  }

}
.hs-symphony-pg-row10 {
  position: relative;
  color: #fff;
}


@media (min-width: 992px){
  .hs-symphony-pg-row1 .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 100%;
  }
}

.hs-symphony-pg-row1 .banner-type-wrapper .row .row-width > div > div {
  align-items: center;
}

.hs-symphony-pg-row1 .banner-type-wrapper .row .row-width > div > div > div{
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px){
  .hs-symphony-pg-row1 .banner-type-wrapper .row .row-width > div > div {
    display: flex;
  }
  .hs-symphony-pg-row1 .banner-type-wrapper .row .row-width > div > div > div{
    margin-bottom: 0;
  }
}

.hs-symphony-pg-row1 .banner-type-wrapper .row .row-width>div>div>div:last-child {
  margin: 0px !important;
}


@media(max-width:768px){
  .hs-symphony-pg-row8 p:last-child {
    font-size: .7rem;
  }
}


@media(max-width:767px){
  .hs-symphony-pg-row1 .banner-type-wrapper .row  br {
    display: none;
  }

  .hs-symphony-pg-row1 .banner-type-wrapper .row .row-width>div>div>div:last-child {
  }

  .hs-symphony-pg-row1 .banner-type-wrapper .row .row-width>div>div>div:first-child {
    margin: 0;
  }


  .hs-symphony-pg-row1 .banner-type-wrapper .row .row-width>div>div>div:first-child .btn-wrap {
    padding-top: 16px !important;
  }

  .hs-symphony-pg-row7 h2 {
    margin-bottom: 1rem;
  }



  .hs-symphony-pg-row9 .content-wrapper>div>div {
  }

  .hs-symphony-pg-row9 p {
    margin: 0;
  }
  .hs-symphony-pg-row2 .content-with-img-column-wrapper  br {
    display: none;
  }
}



/* m-css-start */


/* Header V2 */
.outer-header.headerv2 {
  min-height: 0;
}

.outer-header.headerv2 header.header {
  position: static;
  height: auto;
  padding: 0;
  border: 0;
}

.outer-header.headerv2 header.header .header__container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}
/* END Header V2 */


/* digitisation-page */

.hs-digitisation-page .banner {
  min-height: 280px;
}

.full-width-section .dnd-section > .row-fluid,
.custom-body .dnd-section .widget-type-cell{
  padding-left:0;
  padding-right:0;
}

.hs-digitisation-page-inner .section-report {
  position: relative;
}

.hs-digitisation-page-inner .section-report .page-center {
  margin-top: -150px;
  background: white;
}
.hs-digitisation-row.top-header .hs_cos_wrapper_type_rich_text {
  display: block;
}

.hs-digitisation-row.top-header .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 1rem;
}

.hs-digitisation-row.top-header .hs_cos_wrapper_type_rich_text h3 {
  color: #0362fa;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.custom-body .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(3rem * -1);
  margin-right: calc(3rem/ -2);
  margin-left: calc(3rem/ -2);
}

.custom-body .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(3rem/ 2);
  padding-left: calc(3rem/ 2);
  margin-top: 3rem;
}
.custom-body .d-none {
  display: none!important;
}

.blue-form .hs_cos_wrapper_type_form {
  padding: 1.5rem;
  display: block;
  background-color: #0362fa;
  color: white;
}

.blue-form h3.form-title {
  margin-top: 0;
  margin-bottom: 1rem;
  background: transparent;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.blue-form label {
  display: inline-block;
}

.blue-form .hs-form label {
  font-size: 80%;
  margin-bottom: .25rem;
  line-height: 1;
  color: white;
}

.blue-form form .hs-fieldtype-text label {
  font-weight: 700;
}

.blue-form form .hs-form-required {
  color: white;
}

.blue-form form .hs-fieldtype-checkbox>label>span {
  font-weight: 700;
}

.blue-form form ul {
  display: grid;
  margin: 0;
  padding: 0 !IMPORTANT;
}

.blue-form form .hs_channel ul {
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin: 0;
}
.blue-form form ul li {
  padding: 0;
}
.blue-form form ul li label {
  display: flex;
  margin-top: .25rem;
}

.blue-form form input[type="checkbox"] {
  margin: 0;
  margin-right: .25rem;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.blue-form .inputs-list label>span {
  vertical-align: baseline;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.blue-form form .legal-consent-container {
  padding: .5rem 0 1rem 0;
  font-size: 60%;
}

.blue-form form .legal-consent-container .hs-richtext {
  font: inherit;
  margin: 0;
  color: #fff;
}

.blue-form form .hs-form-field {
  margin: 0;
  margin-top: .5rem;
}

.blue-form .hs-button {
  margin: 0;
  border-radius: 0;
}

.blue-form form .legal-consent-container .hs-richtext p {
  margin: 0;
}
.blue-form form input.hs-input {
  border-color: rgba(206,212,218,1.0) !important;
}

.blue-form form .hs-error-msg {
  color: black !important;
  font-size: 60%;
  font-weight: normal !important;
}

.blue-form form .hs_error_rollup {
  color: red;
  padding: .5rem 0 1rem 0;
  line-height: 1;
}

.blue-form form .hs_error_rollup ul {
  display: block;
}

.blue-form form .hs_error_rollup ul label {
  color: inherit !important;
  font-weight: 300;
}

.hs-digitisation-page .span12.widget-span {
  float: none !important;
}
.hs-digitisation-row.top-header {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.hs-digitisation-page-inner .section-report .row {
  margin-bottom: 1.5rem;
}
.has-lead h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.custom-body img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.has-lead h5 {
  margin-bottom: .25rem;
  line-height: 1.5;
  font-size: 1.25rem;
}
.hs-digitisation-row.left-col-row3 .span4 img.hs-image-widget {
  margin-right: -25px;
}

.quote-cards .dnd-row .hs_cos_wrapper_type_rich_text h6 {
  font-size: 1rem;
}

.quote-cards .dnd-row {
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  background-color: #fff;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.partners-col .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.partners-col .hs_cos_wrapper_type_rich_text h2 {
  padding-top: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.contact-pane {
  background-image: linear-gradient(29deg, #ab2362 8%, #882786 92%);
}

.contact-pane .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  color: #fff;
}
.contact-pane .hs_cos_wrapper_type_rich_text  *{
  color: #fff;
}

.contact-pane .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}

.ind-awards .award_gallery {
  background: no-repeat;
}

.ind-awards .award_gallery .slick-arrow.slick-disabled {
  display: none !important;
}
.ind-awards .award_gallery .award_title {
  padding-bottom: 1rem;
}

.ind-awards .award_gallery .award_title h2 {
  margin: 0;
  font-weight: 700;
}
.hs-digitisation-row.top-header .hs_cos_wrapper_type_rich_text h3 {
  font-size: calc(1.3rem + .6vw);
}
.has-lead h4 br {
  display: none!important;
}
.outer-header.headerv2 header.header .header__container {
  margin: 0 auto;
}.custom-body .text-center {
  text-align: center!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}
.mt-5 {
  margin-top: 3rem!important;
}
.justify-content-center {
  justify-content: center!important;
}
.align-items-center {
  align-items: center!important;
}
.flex-nowrap {
  flex-wrap: nowrap!important;
}
.mb-2 {
  margin-bottom: .5rem!important;
}
.d-flex {
  display: flex!important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.flex-column {
  flex-direction: column!important;
}
.p-4 {
  padding: 1.5rem!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-1 {
  margin-top: .25rem!important;
}
.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important;
}
.pb-2 {
  padding-bottom: .5rem!important;
}
.p-2 {
  padding: .5rem!important;
}
.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw)!important;
}
.ps-2 {
  padding-left: .5rem!important;
}
.lh-1 {
  line-height: 1!important;
}
.small {
  font-size: 1rem;
}
.pb-5 {
  padding-bottom: 3rem!important;
}
.pb-4 {
  padding-bottom: 1.5rem!important;
}
.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}
.pe-4 {
  padding-right: 1.5rem!important;
}
.ps-3 {
  padding-left: 1rem!important;
}
.p-3 {
  padding: 1rem!important;
}
.pb-3 {
  padding-bottom: 1rem!important;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.text-nowrap {
  white-space: nowrap!important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw)!important;
}
.pt-3 {
  padding-top: 1rem!important;
}
.mb-5 {
  margin-bottom: 3rem!important;
}
@media (min-width: 1200px){
  .fs-1 {
    font-size: 2.5rem!important;
  }
  .fs-4 {
    font-size: 1.5rem!important;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}
.hs-pricing-row.org-row .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.hs-pricing-row.org-row .hs_cos_wrapper_type_rich_text h3 {
  margin: 0;
}

.hs-pricing-row.ind-awards .award_gallery .award_title h2,
.hs-pricing-row.org-row .hs_cos_wrapper_type_rich_text h3{
  font-size: calc(1.3rem + .6vw);
}
.hs-pricing-row.ind-awards .award_gallery .award_title {
  padding-bottom: 0;
}
.hs-pricing-row.ind-awards .award_gallery {
  padding-top: 0 !important;
}

@media (min-width: 576px){
  .custom-body .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .custom-body .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (min-width: 768px){
  .hs-digitisation-page-inner .section-report {
    padding-bottom: 3rem!important;
  }
  .hs-digitisation-row.top-header .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
  .blue-form h3.form-title {
    font-size: 1.25rem;
  }
  .hs-digitisation-page-inner .section-report .row {
    padding-top: 1.5rem;
  }
  .has-lead h4 {
    font-size: 1.5rem;
  }
  .hs-digitisation-row.left-col-row3 .span4 img.hs-image-widget {
    position: relative;
    z-index: 10;
    top: 0px;
    left: 47px;
    margin-right: 25px;
  }
  .quote-cards .dnd-row:last-child {
    margin-bottom: 3rem;
  }
  .ind-awards .award_gallery {
    padding-bottom: 8rem;
    padding-top: 5rem;
  }
  .custom-body .d-md-block {
    display: block!important;
  }

  .hs-pricing-row.org-row .hs_cos_wrapper_type_rich_text img {
    max-width: 50%;
  }

}

@media (min-width: 1200px){
  .hs-digitisation-row.top-header .hs_cos_wrapper_type_rich_text h3,
  .hs-pricing-row.ind-awards .award_gallery .award_title h2,
  .hs-pricing-row.org-row .hs_cos_wrapper_type_rich_text h3{
    font-size: 1.75rem;
  }
}

@media (min-width: 1400px){
  .custom-body .d-xxl-inline {
    display: inline!important;
  }
  .has-lead h4 br {
    display: inline!important;
  }
}

@media(max-width:991px){
  .blue-form form .hs_channel ul {
    display: block;
  }
}

@media(max-width:768px){
  .hs-digitisation-page-inner .section-report .page-center {
    margin-top: 0;
  }
}


@media(max-width:767px){
  .small {
    font-size: .7rem;
  }
  .custom-body h2 {
    font-size: calc(1.325rem + .9vw);
  }
  .ind-awards .award_gallery .award_title h2 {
    margin-bottom: 1.5rem!important;
  }
  .partners-col .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
    display: flex;
    margin: 0 -12px;
    width: auto;
  }

  .partners-col .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > div.span12 {
    width: 100%;
  }

  .partners-col .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > div:not(.span12) {
    padding: 0 12px;
  }
  .custom-body .row>* {
    width: 100%;
  }

  .hs-digitisation-row.banner-row {
    display: none;
  }

  .custom-body h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  .quote-cards .dnd-row .hs_cos_wrapper_type_rich_text h6 {
    font-size: .7rem;
    margin: 0;
    line-height: 1.5;
  }

  .quote-cards .dnd-row:last-child {
    margin-bottom: 1rem;
  }

  .quote-cards .dnd-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .has-lead h5 {
    font-size: 1rem;
  }
}

/* m-css-end */


/* s-css-start */

.hs-company-careers-page .main-content-wrapper .dnd-section .widget-type-cell,
.hs-company-about-page .main-content-wrapper .dnd-section .widget-type-cell,
.custom-website-page .body-container__website .dnd-section .widget-type-cell,
.hs-contact-page .main-content-wrapper .dnd-section .widget-type-cell,
.hs-custom-applications-page .dnd-section .widget-type-cell,
.hs-insights-page .main-content-wrapper .dnd-section .widget-type-cell,
.hs-chatbots-page .main-content-wrapper .dnd-section .widget-type-cell{
  padding-left: 0px;
  padding-right:0px;
}

.hs-company-careers-page .banner-section .dnd-section>.row-fluid,
.hs-company-about-page .banner-section .dnd-section>.row-fluid,
.hs-custom-applications-page .banner-section .dnd-section>.row-fluid,
.hs-insights-page .banner-section .dnd-section>.row-fluid,
.hs-chatbots-page .banner-section .dnd-section>.row-fluid{
  padding:0;
}

.hs-company-careers-page .main-content-wrapper .dnd-section,
.hs-company-about-page .main-content-wrapper .dnd-section,
.custom-website-page .body-container__website .dnd-section,
.hs-chatbots-section2,
.hs-chatbots-section9 .dnd-section,
.hs-insights-section9 .dnd-section,
.hs-chatbots-row3,
.hs-custom-applications-row4,
.hs-chatbots-section7 .dnd-section,
.hs-chatbots-section10 .dnd-section,
.hs-chatbots-section1 .dnd-section{
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.hs-company-careers-page .main-content-wrapper .dnd-section>.row-fluid,
.hs-company-about-page .main-content-wrapper .dnd-section>.row-fluid,
.custom-website-page .body-container__website .dnd-section>.row-fluid{
  padding-left: 0rem;
  padding-right: 0rem;
}

.custom-website-page .banner-section .row-fluid [class*="span"],
.hs-contact-row1 .dnd-section>.row-fluid>.widget-type-cell:last-child:not(:only-child) .row-fluid [class*="span"]{
  min-height:0;
}
.hs-company-careers-page .main-content-wrapper h2 {
  margin-bottom: 1rem;
}
.body-container__website h2 {
  margin-bottom: 3rem;
}
.hs-company-careers-page .main-content-wrapper hr,
.hs-company-about-page .main-content-wrapper hr,
.hs-contact-row1 hr{
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

.hs-company-careers-page .main-content-wrapper ul{
  margin-bottom: 1rem;
  margin-top:0;
}

.hs-company-careers-page .main-content-wrapper a:hover,
.hs-company-about-page .main-content-wrapper a:hover{
  color: #0a58ca;
}

.hs-company-careers-page .main-content-wrapper h2,
.hs-company-about-page .main-content-wrapper h2{
  font-size: calc(1.325rem + .9vw);
}
.hs-company-about-section2 .dnd-section{
  padding:0!important
}
.hs-company-about-section2 .dnd-section>.row-fluid{
  padding:0!important;
  max-width:100%;
}

.hs-company-about-section3  .dnd-section>.row-fluid .dnd-row:last-child>div,
.hs-company-about-section4  .dnd-section>.row-fluid .dnd-row:last-child>div{
  display: flex;
  width: auto;
  flex-wrap: wrap;
  margin-right:-12px;
  margin-left: -12px;
}

.hs-company-about-section3  .dnd-section .dnd-row:last-child .widget-span:not(:only-child),
.hs-company-about-section4  .dnd-section .dnd-row:last-child .widget-span:not(:only-child){
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin:0;
}

.hs-company-about-section3 h6,
.hs-company-about-section4 h6{
  line-height:1.5;
  margin-bottom: 1rem;
}

.hs-company-about-section3 p,
.hs-company-about-section4 p{
  font-size: 1rem;
}

.hs-company-about-section3  .dnd-section{
  padding-bottom:3rem!important;
}
.hs-company-about-section4  .dnd-section{
  padding-top:0!important;
}

/**********************************************************************************************************/
.hs-contact-row1{
  position: relative;
  background-color: rgba(28, 29, 57, 1);
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.hs-contact-row1 .dnd-section{
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width:1140px;
  margin:0 auto;
}
.hs-contact-row1 .dnd-section>.row-fluid{
  display: flex;
  flex-wrap: wrap;
  margin:0 -24px;
  max-width: none;
  width: auto;
  padding:0;
}

.hs-contact-row1 .dnd-section>.row-fluid>.widget-type-cell {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding:0 24px;
  margin:0;
}

.hs-contact-row1 h1{
  margin-bottom:0.5rem;
  font-size: calc(1.375rem + 1.5vw);
}
.hs-contact-row1 .widget-type-rich_text *   {
  color:#fff;
}

.hs-contact-row1 .widget-type-rich_text *  {
  color:#fff;
}

.hs-contact-row1 .hs_cos_wrapper_type_form{
  position:relative;
  display: block;
}

.hs-contact-row1 form {
  background-color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.hs-contact-row1 ul {
  margin:0 0 1rem;
  padding-left:0;
  font-size:16px;
}
.hs-contact-row1 ul {
  list-style: none;
}
.hs-contact-row1 .hs-error-msgs label{
  color: #842029;
  font-weight:300;
  line-height:1.5;
}
.hs-contact-row1 input.hs-input.error{
  border-color: rgba(206,212,218,1.0);
}
.hs-contact-row1 .widget-type-rich_text ul>li:last-child {
  margin-left: 0rem;
}
.hs-contact-row1 .widget-type-rich_text ul>li{
  margin-bottom: 1rem;
}

.hs-contact-row1 .widget-type-rich_text ul>li>a {
  color: white;
}
.hs-contact-row1 hr{
  background-color:#fff;
}
.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.hs-contact-row1 p,
.hs-contact-row1 address{
  font-size: 1rem;
}

.hs-contact-row1 form .hs-form-required {
  color: rgba(33,37,41,1.0);
  margin-left: 5px;
  font-weight: 300;
}

.hs-contact-row1 form .form-columns-2 {
  margin:0 -12px;
}
.hs-contact-row1 form fieldset {
  max-width: none!important;
}
.hs-contact-row1 form .form-columns-2 .hs-form-field {
  padding:0 12px;
}

.hs-contact-row1 form  fieldset .input {
  margin-right: 0px!important;
}

.hs-contact-row1 .hs-form-field textarea  {
  height: 86px;
}
.hs-contact-row1 form p {
  color: #212529!important;
  font-size:20px;
  line-height:1.5;
  margin-bottom: 1rem!important;
}

.hs-contact-row1 form .hs-fieldtype-textarea .input{
  line-height:0;
}

.hs-contact-row1 form .hs-button {
  margin:0;
}
.hs-contact-row1 address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
  font-weight: 300;
}

.hs-contact-section3 .dnd-section{
  padding-bottom: 3rem;
  padding-top: 1.5rem;
  max-width:1140px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  margin:0 auto;
}
.hs-contact-section3 .dnd-section>.row-fluid{
  display: flex;
  flex-wrap: wrap;
  margin:0 -24px;
  max-width:none;
  padding:0;
  width:auto;
}
.hs-contact-section3 .dnd-section>.row-fluid>.dnd-column{
  padding:0 24px;
}
.hs-contact-section3 p{
  text-align: center;
  padding-bottom: 1rem;
  margin: 0;
}

.hs-contact-section3 .dnd-row:not(:first-child)>div>.widget-span{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.5rem;
  margin:0;
  padding-left: 1.5rem;
}

.hs-contact-section3 .hs_cos_wrapper_type_linked_image{
  line-height:0;
  display: block;
}

.hs-contact-section4 .dnd-section{
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
.hs-contact-section4 .testimonial_slider .slick-prev{
  left:-20px;
}
.hs-contact-section4 .testimonial_slider .slick-next{
  right:-20px;
}
.hs-contact-section4 .testimonial_slider .slick-arrow:before {
  font-size: 20px;
}

/*************************************************************************************/
.hs-chatbots-section2 .column-container{
  display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.hs-chatbots-section2 .column-container .column{
  flex-direction: column;
  display: flex;
  max-width: 100%;
  padding-right: 12px;
  padding-left:  12px;
  flex-shrink: 0;
  width: 100%;
}

.hs-chatbots-page button.btn-wrap{
  padding:0;
  border:none;
  margin:0;
  background:none;
}

.hs-chatbots-section2 .dnd-section,
.hs-chatbots-section2 .dnd-section>.row-fluid{
  padding:0;
}

.hs-chatbots-row3{
  background-color: #f8f9fa;
}

.hs-chatbots-section3 .dnd-section{
  padding-bottom: 1rem;
  padding-top:0;
}
.hs-chatbots-section4 .dnd-section,
.hs-chatbots-section5 .dnd-section{
  padding-bottom: 3rem;
  padding-top:0;
}
.hs-chatbots-section6 .dnd-section{
  padding-bottom: 0rem;
  padding-top:0;
}

.hs-chatbots-section6 p{
  padding-top:1rem;
  text-align:center;
}

.hs-chatbots-section3 .dnd-section>.row-fluid>.dnd-column,
.hs-chatbots-section10 .dnd-section>.row-fluid>.dnd-column{
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  width: auto;
  float: none;
}

.hs-chatbots-section3 .dnd-section>.row-fluid>.dnd-column>*,
.hs-chatbots-section10 .dnd-section>.row-fluid>.dnd-column>*{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right:12px;
  padding-left: 12px;
  margin: 0 auto;
}

.hs-chatbots-page h2{
  font-size: calc(1.325rem + .9vw);
  margin-bottom:1rem;
}
.hs-chatbots-section5 h2,
.hs-chatbots-section9 h2{
  text-align:center;
}

.hs-chatbots-section8 .dnd-section{
  padding-bottom: 3rem;
  padding-top:0;
}
.hs-chatbots-section8 button.btn-wrap,
.hs-chatbots-section10 button.btn-wrap{
  text-align:center;
  width: 100%;
  outline:none!important;
}
a.cta-btn,
a.orange-btn,
a.hs-blue-button{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.grey-btn {
  background-color: #35404F;
  border: none;
}
a.grey-btn:hover {
  color: #fff;
}
a.hs-blue-button {
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

a.hs-blue-button:hover {
  color: white;
  background-color: #127585;
  border-color: #127585;
}
a.orange-btn:focus,
a.orange-btn:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

.hs-chatbots-section9 h6 {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #212529;
}
.hs-chatbots-section9 .dnd-row:first-child h6{
  text-align:center;
  margin-bottom: 1.5rem;
}
.hs-chatbots-section10 h2{
  text-align:center;
}
.hs-chatbots-section9  .dnd-section .dnd-row:last-child:not(:only-child){
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}
.hs-chatbots-section9  .dnd-section .dnd-row:last-child:not(:only-child) .widget-span:not(:only-child){
  margin:0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.hs-chatbots-section11 .dnd-section,
.hs-chatbots-section11 .dnd-section>.row-fluid{
  padding:0;
  max-width:100%;
}

/****************************************************************************************************/
.hs-insights-page .banner {
  min-height: 280px;
}

.hs-insights-row1 {
  position: relative;
}

.hs-insights-row1 .page-center {
  margin-top: -150px;
  background: white;
}

.hs-insights-section1 .dnd-section{
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.hs-insights-section1 .dnd-section>.row-fluid,
.hs-insights-row1 .column-container .dnd-section,
.hs-insights-row1 .column-container .dnd-section>.row-fluid{
  padding:0;
}
.hs-insights-row1 .column-container .dnd-section>.row-fluid{
  max-width:100%;
}
.hs-insights-section1 .row-fluid [class*="span"]:first-child{
  float:none;
}
.container-fluid.hs-insights-section1 h3 {
  font-size: calc(1.3rem + .6vw);
  color: #0362fa;
  margin-bottom: 1rem;
}

.hs-insights-row1 .column-container{
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.hs-insights-row1 .column-container>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

.hs-insights-row1 .column-container .column1 .dnd-section:first-child>div{
  display: flex;
  flex-wrap: wrap;
  margin-right:-12px;
  margin-left: -12px;
  padding-bottom: 1rem;
  max-width:none;
  width:auto;
}
.hs-insights-row1 .column-container .column1 .dnd-section:first-child .widget-span:not(:only-child){
  text-align: center;
  flex: 1 0 0%;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right:12px;
  padding-left: 12px;
  margin:0;
}
.hs-insights-row1 .column-container .column1 .hs_cos_wrapper_type_linked_image{
  line-height:0;
  display:block;
}

.hs-insights-row1 .column-container .column1 ul{
  margin:0 0 1rem;
}
.hs-insights-row1 .column-container .column2 h3,
.hs-insights-row1 .column-container .column2 p{
  margin-bottom:0;
}
.hs-insights-row1 .column-container .column2 h3 strong{
  color: #f16522;
}

.hs-insights-row1 .column-container .column2 .dnd-section>.row-fluid {
  text-align: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.hs-insights-row1 .column-container .column2 img {
  max-width: 100%;
  height: auto;
}

.hs-insights-page button.btn-wrap{
  padding:0;
  border:none;
  margin:0;
  background:none;
}
.hs-insights-row1 a.orange-btn {
  padding: 1rem 1.5rem;
}

.hs-insights-row1 .column-container .column2>.container-fluid{
  margin-bottom: 3rem;
}

.hs-insights-section3  .dnd-section,
.hs-insights-section6  .dnd-section{
  padding:0;
}
.hs-insights-row1 .column-container .column2 img{
  vertical-align: middle;
}
.hs-insights-section4 .dnd-section{
  padding-top:1.5rem;
  padding-bottom:0;
}

.hs-insights-section5 .dnd-section{
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  margin-bottom: 1.5rem;
}

.hs-insights-section5 .dnd-section>.row-fluid .dnd-row {
  margin-bottom: 1.5rem;
  padding:1.5rem;
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.hs-insights-section5 h6 {
  line-height:1.5;
  font-size: 1rem;
  margin-bottom:0;
}

.hs-insights-section6 h2 {
  text-align:center;
  padding-top:1rem;
  margin-bottom:1rem;
}

.hs-insights-section6 .dnd-section>.row-fluid .dnd-row:last-child>.row-fluid {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-right:-12px;
  width:auto;
  margin-left: -12px;
}

.hs-insights-section6 .dnd-row:last-child>.row-fluid>div  {
  text-align: center;
  margin:0;
  flex: 1 0 0%;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.hs-insights-section6 img{
  vertical-align: middle;
}

.hs-insights-section9 {
  text-align:center;
  background-image: linear-gradient(29deg, #ab2362 8%, #882786 92%);
}

.hs-insights-section9 h2 {
  text-align:center;
  padding-bottom:1.5rem;
  color:white;
  margin-bottom:1rem;
}

.hs-insights-section8 .dnd-section>.row-fluid,
.hs-custom-applications-section6 .dnd-section>.row-fluid{
  max-width:100%;
  padding:0;
}
.hs-custom-applications-section6 .dnd-section,
.hs-insights-section8 .dnd-section {
  padding-bottom: 0px;
  padding-top: 0px;
}

.hs-insights-section8 .award_gallery {
  background-color: #fff;
}

.hs-insights-section8 .award_gallery .award_title h2 span {
  font-weight: 700;
}

.hs-insights-section8 .award_gallery .slick-disabled{
  display:none!important;
}

.hs-insights-section1 .span12.widget-span {
  float: none !important;
}

.hs-insights-section7 .dnd-section {
  padding-bottom: 1.5rem;
  padding-top: 3rem;
}

.hs-insights-row1 .column-container .column2 h3 {
  word-break: inherit;
}
.hs-insights-page .span12.widget-span{
  float:none;
}
/**********************************************************************************/
.hs-custom-applications-page button.btn-wrap {
  padding: 0;
  border: 0;
  margin: 0;
  background: 0;
}
.hs-custom-applications-section1{
  text-align:center;
}

.hs-custom-applications-section1 h2{
  margin-bottom:1rem;
}

.hs-custom-applications-section1 p{
  font-size: 1.25rem;
}

.hs-custom-applications-row2 .dnd-section,
.hs-custom-applications-row4 .dnd-section,
.hs-custom-applications-section3 .dnd-section{
  padding-bottom: 0rem;
  padding-top:0;
}

.hs-custom-applications-row2 .dnd-section>.row-fluid,
.hs-custom-applications-row4 .dnd-section>.row-fluid,
.hs-custom-applications-section3 .dnd-section>.row-fluid{
  padding: 0rem;
  max-width:100%;
}

.hs-custom-applications-row2 .page-center{
  padding-bottom: 3rem;
  padding-top:0;
}

.hs-custom-applications-row2 {
  background-color: #f8f9fa;
}

.hs-custom-applications-row2 h3 {
  margin-bottom: 1rem;
}

.hs-custom-applications-row2 .column-container {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left:-24px;
}
.hs-custom-applications-row2 .column-container .column{
  padding:0 24px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.hs-custom-applications-section3 .content-with-img-column-wrapper {
  padding-bottom: 0rem;
}
.hs-custom-applications-section3 a.orange-btn {
  margin-top: .5rem;
}
.hs-custom-applications-section3 .dnd-section:nth-child(4) .content-with-img-column-wrapper {
  padding-bottom: 0rem!important;
}

.hs-custom-applications-section3 .dnd-section:last-child .content-with-img-column-wrapper {
  padding-bottom: 3rem;
  padding-top:3rem;
}

.hs-custom-applications-row4{
  background-color: #f8f9fa;
}

.hs-custom-applications-row4 .dnd-section,
.hs-custom-applications-section5 .dnd-section{
  background-color: #f8f9fa;
}

.hs-custom-applications-row4 h2{
  margin-bottom: 1rem;
  text-align:center;
}

.hs-custom-applications-row4 .column-container {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left:-12px;
}

.hs-custom-applications-row4  .column-container .column{
  padding:0 12px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.hs-custom-applications-row4  .column-container .column>.container-fluid{
  height:100%;
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);

}

.hs-custom-applications-section5 h2 {
  text-align:center;
  margin-bottom:1rem;
}

.hs-custom-applications-section5 .dnd-section .dnd-row:last-child .widget-span:not(:only-child) {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
  margin:0;
}

.hs-custom-applications-section5 img{
  vertical-align:middle;
}

.hs-custom-applications-section6 .bottom-pane-wrapper .btn-wrapper {
  margin-top: 0rem;
  padding-top:3rem;
}

.hs-custom-applications-row4  .column-container .column2 h3>strong{
  font-size: 1.75rem;
}

/*************************************************************************/
@media (min-width: 576px){
  .hs-contact-row1 address br {
    display: none!important;
  }
  .hs-contact-row1 .widget-type-rich_text ul>li:last-child {
    margin-left: 1rem;
  }
  .hs-contact-row1 .widget-type-rich_text ul>li{
    margin-bottom: 0;
  }
  .hs-company-about-section3  .dnd-section .dnd-row:last-child .widget-span:not(:only-child),
  .hs-company-about-section4  .dnd-section .dnd-row:last-child .widget-span:not(:only-child){
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hs-contact-row1{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .hs-contact-row1 h1{
    margin-bottom:0;
  }
  .hs-contact-row1 .widget-type-rich_text ul {
    display: flex;
  }
  .hs-insights-row1 .column-container .column1 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .hs-insights-row1 .column-container .column2{
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hs-custom-applications-section3 a.orange-btn {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px){
  .hs-custom-applications-row4 h2{
    margin-bottom: 3rem;
  }
  .hs-custom-applications-section5 h2 {
    padding-bottom:3rem;
  }
  .hs-insights-section7 .dnd-section {
    padding-bottom: 1.5rem;
    padding-top: 5rem;
  }
  .hs-insights-row1 .column-container .column2 p{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .hs-insights-row1 .column-container .column1 .dnd-section:first-child .widget-span:not(:only-child){
    flex: 0 0 auto;
    width: 25%;
  }
  .hs-contact-section3 .dnd-row:not(:first-child)>div,
  .hs-custom-applications-section5 .dnd-section .dnd-row:last-child>div{
    display:flex;
  }
  .hs-company-careers-page .main-content-wrapper .dnd-section,
  .hs-company-about-page .main-content-wrapper .dnd-section,
  .custom-website-page .body-container__website .dnd-section,
  .hs-chatbots-section1 .dnd-section,
  .hs-chatbots-row3,
  .hs-custom-applications-section1 .dnd-section,
  .hs-insights-section9 .dnd-section,
  .hs-chatbots-section10 .dnd-section,
  .hs-custom-applications-section5 .dnd-section,
  .hs-custom-applications-section3 .dnd-section:last-child .content-with-img-column-wrapper,
  .hs-chatbots-section9 .dnd-section,
  .hs-custom-applications-row4,
  .hs-chatbots-section7 .dnd-section,
  .hs-chatbots-section2{
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .hs-company-careers-page .main-content-wrapper h2,
  .hs-company-about-page .main-content-wrapper h2,
  .hs-chatbots-page h2{
    font-size: 2.25rem;
  }
  .hs-company-careers-page .main-content-wrapper p:last-child,
  .hs-company-about-section3 p:last-child,
  .hs-company-about-section4 p:last-child,
  .hs-company-about-section1 p:last-child,
  .hs-contact-row1 p:last-child,
  .hs-custom-applications-page p:last-child,
  .hs-insights-page p:last-child,
  .hs-custom-applications-section3 .content-with-img-column-wrapper p:last-of-type,
  .hs-chatbots-page .main-content-wrapper p:last-child,
  .custom-website-page .body-container__website p:last-child{
    margin-bottom: 0;
  }
  .hs-contact-row1 h1{
    font-size: 3rem;
  }
  .hs-contact-section4 .dnd-section{
    padding-bottom: 5rem;
    padding-top: 3rem;
  }
  .hs-chatbots-section2 .column-container .column,
  .hs-custom-applications-row2 .column-container .column,
  .hs-chatbots-section9  .dnd-section .dnd-row:last-child:not(:only-child) .widget-span:not(:only-child){
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hs-chatbots-section3 .dnd-section,
  .hs-custom-applications-section3 .content-with-img-column-wrapper {
    padding-bottom: 3rem;
  }
  .hs-chatbots-section3 .dnd-section>.row-fluid>.dnd-column{
    text-align:center;
  }
  .hs-chatbots-section3 .dnd-section>.row-fluid>.dnd-column>*,
  .hs-chatbots-section10 .dnd-section>.row-fluid>.dnd-column>*{
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .hs-chatbots-section5 h2{
    padding-top:3rem;
  }
  .hs-chatbots-section8 .dnd-section,
  .hs-custom-applications-row2 .page-center{
    padding-bottom: 5rem;
  }
  .hs-chatbots-section9 h6,
  .hs-custom-applications-section1 p{
    font-size: 1.5rem;
  }
  .hs-insights-row1 .column-container .column1 .dnd-section:first-child>div{
    padding-bottom: 1.5rem;
  }
  .hs-custom-applications-row4  .column-container .column{
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px){
  .hs-chatbots-page .banner-type-wrapper .row .row-width{
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.hs-contact-row1 .row-fluid [class*="span"],
.hs-contact-row1 .row-fluid [class*="span"] {
  min-height: auto;
}

@media (min-width: 1200px){
  .hs-contact-row1 .dnd-section>.row-fluid>.widget-type-cell,
  .hs-contact-section3 .dnd-section>.row-fluid>.dnd-column{
    flex: 0 0 auto;
    width: 50%;
  }
  .hs-contact-row1 form { 
    margin: 0;
    padding: 3rem;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: -300px;
    position: relative;
    top: -15px;
  }
  .container-fluid.hs-insights-section1 h3 {
    font-size: 1.75rem;
  }

  .hs-contact-row1 .dnd-section>.row-fluid {
    align-items: flex-start;
  }

  .hs-contact-section2 {
    display: none;
  } 
}

@media(max-width:1199px){
  .desktop_contct .dnd-section:first-child > div > div:first-child .dnd-row:last-child {
    display: none;
  }
}



@media (min-width: 1400px){
  .hs-contact-row1 .dnd-section,
  .hs-contact-section3 .dnd-section,
  .hs-contact-section4 .dnd-section>.row-fluid{
    max-width: 1320px;
  }
}

@media (max-width: 1199px){

  .hs-custom-applications-row4  .column-container .column2 .container-fluid>ul>li{
    width:100%;
  }
  .hs-contact-row1 form{
    margin: 1rem 0;
    padding:1rem;
    max-width: 100%;
  }
  .hs-contact-row1 form fieldset {
    max-width: initial;
  }
  .hs-contact-section3 .dnd-section {
    padding-top: 4.5rem;
  }
  .hs-insights-row1 .column-container .column2 h3,
  .hs-custom-applications-row2 h3{
    font-size: calc(1.3rem + .6vw);
  }
}

@media (max-width: 767px){
  .hs-custom-applications-section6 .bottom-pane-wrapper .btn-wrapper {
    margin-top: 0rem;
    padding-top: 1rem;
  }
  .hs-custom-applications-section5 .dnd-section .dnd-row:last-child .widget-span:not(:only-child)>div {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .hs-custom-applications-row4 .column-container .column2 .container-fluid>ul>li{
    width:50%;
  }
  .hs-insights-row1 .column-container .column1 .dnd-section:first-child>div{
    display:block;
  }
  .hs-insights-row1 .column-container .column1 .dnd-section:first-child .widget-span:not(:only-child) {
    float: left;
    width: 50%;
  }
  .hs-chatbots-row3,
  .hs-custom-applications-section1 .dnd-section,
  .hs-chatbots-section10 .dnd-section,
  .hs-custom-applications-section5 .dnd-section,
  .hs-chatbots-section7 .dnd-section{
    padding:1.5rem 0;
  }
  .hs-chatbots-page h2{
    text-align:center;
  }
  .hs-chatbots-section6 p {
    padding-top: 0rem;
    margin-bottom:0;
    padding-bottom:1rem;
  }
  .hs-chatbots-section8 button.btn-wrap, .hs-chatbots-section10 button.btn-wrap {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .hs-chatbots-section2 .column-container .column,
  .hs-custom-applications-row4 .column-container .column{
    margin-bottom: 1rem;
  }
  .hs-company-about-section3 p,
  .hs-company-about-section4 p,
  .hs-contact-row1 ul,
  .hs-contact-row1 p,
  .hs-insights-section5 h6,
  .hs-contact-row1 address{
    font-size: .7rem;
  }
  .hs-company-about-section3 h6,
  .hs-company-about-section4 h6,
  .hs-contact-row1 form p{
    font-size: 1rem;
  }


  .custom-website-page .body-container__website h2,
  .hs-insights-section6 h2,
  .hs-custom-applications-page h2,
  .hs-insights-section9 h2{
    font-size: calc(1.325rem + .9vw);
  }
  .hs-contact-section3 .dnd-row:not(:first-child)>div>.widget-span{
    padding:0 4.5rem;
  }
  .hs-contact-row1 form .form-columns-2 .hs-form-field {
    width:100%!important;
  }
  .hs-contact-row1 form .hs-form-required {
    margin-left: 4px;
  }
  .hs-insights-section1 h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

}


@media(max-width:1399px){
  .hs-contact-section3 .dnd-section,
  .hs-contact-row1 .dnd-section{
    max-width: 1140px;
  }
}

@media(max-width:1199px){
  .hs-contact-section3 .dnd-section,
  .hs-contact-row1 .dnd-section{
    max-width: 960px;
  }
}

@media(max-width:991px){
  .hs-contact-section3 .dnd-section,
  .hs-contact-row1 .dnd-section{
    max-width: 720px;
  }
}


@media(max-width:767px){
  .hs-contact-section3 .dnd-section,
  .hs-contact-row1 .dnd-section{
    max-width: 540px;
  }

}

@media(max-width:575px){
  .hs-contact-section3 .dnd-section,
  .hs-contact-row1 .dnd-section{
    max-width: 100%;
  }
  .insights-card-wrapper .button a {
    margin-bottom: .5rem;
  }
}

/* s-css-end */

/* sa-css-start */




.data_service_page .banner-type-wrapper p {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .data_service_page  .banner-type-wrapper p {
    font-size: 1.5rem;
  }
}

.cstm_sctn .dnd-section {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .cstm_sctn .dnd-section {
    padding: 5rem 0;
  }
}

.ds_row1 p {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .ds_row1 p {
    font-size: 1.5rem;
  }

  .ds_row1 p:last-child {
    margin-bottom: 0;
  }
}

.ds_row1 h3 {
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: calc(1.3rem + .6vw);

}

@media (min-width: 1200px){
  .ds_row1   h3 {
    font-size: 1.75rem;
  }
}

.ds_row1 h3 {
  margin-bottom: 1rem;
}

.ds_row1 h1 {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .ds_row1 h1 {
    font-size: 1.5rem;
  }
}

.cstm_page .row-fluid [class*="span"] {
  min-height: auto;
}


@media(min-width:992px){
  .data_service_page .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}



.ds_row3 h2 {
  margin: 0;
  font-size: calc(1.325rem + .9vw);
  text-align: center;
}

@media (min-width: 1200px) {
  .ds_row3 h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .ds_row3 h2 {
    font-size: 2.25rem;
  }
}

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

.ds_row4 .span6 {
  width: 50%;
  margin: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2) !important;
  padding-left: calc(var(--bs-gutter-x)/ 2) !important;
  margin-top: var(--bs-gutter-y);
}

.ds_row4 .dnd-section > .row-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1); 
  flex-direction: column-reverse;
  max-width: calc(1320px - 1.5rem);
}

@media (min-width: 768px) {
  .ds_row4 .dnd-section > .row-fluid  {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .ds_row4 .span6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.ds_row4 .widget-type-linked_image {
  text-align: center;
  display: block;
}

.ds_row4 .widget-type-linked_image img {
  max-height: 300px;
  vertical-align: middle;
}

.ds_row4 p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .ds_row4 p {
    font-size: 1.25rem;
  }
}

.ds_row4 ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.ds_row4 .widget-type-cell.dnd-column:last-child p {
  display: flex;
  font-size: 1rem;
  margin-top: 1rem;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 1rem;
}

.ds_row4 .widget-type-cell.dnd-column:last-child p span {
  flex: 1 1 auto;
}

.ds_row4 .span6:last-child {
  padding-bottom: 1rem;
}

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

.ds_5_top_title {
  padding-bottom: 1rem;
}

.ds_5_btm_title {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .ds_5_top_title {
    padding-bottom: 3rem;
  }

  .ds_5_btm_title {
    padding-top: 3rem;
  }
}

.ds_row5 .dnd-section .widget-type-rich_text {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
  text-align: center;
}

@media (min-width: 768px) {
  .ds_row5 .dnd-section .widget-type-rich_text {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.pagerow {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

@media (min-width: 768px) {
  .pagerow{
    justify-content: center;
  }
}

.pagerow * {
  width: 100%;
}

.ds_5_top_title .widget-type-cell,
.ds_5_btm_title .widget-type-cell {
  padding: 0;
}

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

.ds_row5 .dnd-section .widget-type-rich_text {
  margin: 0 auto;
}


.ds_row5 h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ds_row5 h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .ds_row5 h2 {
    font-size: 2.25rem;
  }
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .ds_row4 p:last-child {
    margin: 0;
  }
}

@media(max-width:1199px){
  .ds_row4 .dnd-section>.row-fluid {
    max-width: calc(960px - 1.5rem);
  }
}

@media(max-width:991px){
  .ds_row4 .dnd-section>.row-fluid {
    max-width: calc(720px - 1.5rem);
  }
}

@media(max-width:767px){
  .ds_row4 .dnd-section>.row-fluid {
    max-width: calc(540px - 1.5rem);
  }
}

@media(max-width:539px){
  .ds_row4 .dnd-section>.row-fluid {
    max-width: calc(100% - 1.5rem);
  }
}


@media(max-width:767px){
  .ds_row2 .dnd-section,
  .ds_row5 .dnd-section{
    padding: 1.5rem 0;
  }

  .ds_row4 .span6 {
    width: 100%;
  }

  .ds_row4 .widget-type-cell.dnd-column:last-child p {
    font-size: .7rem;
  }

  .ds_row4 .widget-type-cell.dnd-column:last-child p span {
    margin-bottom: 1rem;
  }
  .ds_5_center .dnd-section {
    padding: 0;
  }

  .data_service_page  .banner-type-wrapper {
    /* background-image: none !important; */
  }
}

.service_in_page .banner-type-wrapper .btn-wrap > a {
  float: left;
}

@media(min-width:992px){
  .service_in_page .banner-type-wrapper .row .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
.serv_in1 .widget-type-cell.dnd-column {
  padding: 0;
  width: auto;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

@media (min-width: 768px) {
  .serv_in1 .widget-type-cell.dnd-column {
    justify-content: center;
  }
}

.serv_in1 .widget-type-cell.dnd-column > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  .serv_in1 .widget-type-cell.dnd-column > div {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.serv_in1 .widget-type-rich_text {
  text-align: center;
}

.serv_in1 p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.serv_in1 h2 {
  margin-top: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .serv_in1 h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .serv_in1 h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .serv_in1 p:last-child {
    margin-bottom: 0;
  }

  .serv_in1 p {
    font-size: 1.5rem;
  }
}

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

.tc_sctn .widget-type-cell {
  padding: 0;
}

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

.tc_sctn .content-with-img-column-wrapper p:last-of-type {
  margin: 0;
}

.tc_sctn .content-with-img-column-wrapper .hs-button {
  margin: 0;
  margin-top: .5rem;
}

@media (min-width: 576px) {
  .tc_sctn .content-with-img-column-wrapper .hs-button {
    margin-top: 1.5rem;
  }
}

.tc_sctn .content-with-img-column-wrapper .image-content .d-flex {
  font-size:1rem;
}

@media (min-width: 768px) {
  .tc_sctn .content-with-img-column-wrapper .image-content .d-flex {
    font-size:1.25rem;
  }
}

.tc_sctn .content-with-img-column-wrapper {
  padding-bottom: 0;
}

.serv_in6 {
  background-color: #f8f9fa;
  padding: 1.5rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .serv_in6 {
    padding: 5rem 0;
  }
}

.serv_in6 h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1200px) {
  .serv_in6 h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .serv_in6 h2 {
    font-size: 2.25rem;
  }

  .serv_in6 h2 {
    margin-bottom: 3rem;
  }
}

.stp_sctn {
  padding-top: .5rem;
}

@media (min-width: 768px) {
  .stp_sctn {
    padding-top: 3rem;
  }
}


.stp_sctn .dnd-section>.row-fluid {
  padding: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
  width: auto;
}

.stp_sctn .dnd-section>.row-fluid > .span4 {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
  float: none;
  min-height: auto;
}

@media (min-width: 576px) {
  .stp_sctn .dnd-section>.row-fluid > .span4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.stp_sctn h3 {
  margin-top: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .stp_sctn h3 {
    font-size: 1.75rem;
  }
}

.stp_sctn h3 span {
  background-color: #7d378a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.5rem;
  color: white;
}

.stp_sctn p {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .stp_sctn p {
    font-size: 1.5rem;
  }
}

.stp_contn_sctn .widget-type-cell {
  padding: 0;
}

.stp_contn_sctn p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .stp_contn_sctn p {
    font-size: 1.25rem;
  }
}

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

.stp_contn_sctn .hs-button {
  margin: 0;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .stp_contn_sctn .hs-button {
    margin-top: 3rem;
  }
}

.serv_showcase {
  background-color: #f8f9fa;
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .serv_showcase {
    padding: 5rem 0;
  }
}

.serv_intop_title .dnd-section {
  padding: 0;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .serv_intop_title .dnd-section {
    padding-bottom: 3rem;
  }
}

.serv_intop_title {
  text-align: center;
}

.serv_intop_title h3 {
  margin-top: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .serv_intop_title h3 {
    font-size: 1.75rem;
  }
}

.serv_intop_title .dnd-section > div > div > div {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .serv_intop_title .dnd-section > div > div > div {
    justify-content: center;
  }
}

.serv_intop_title .widget-type-cell {
  padding: 0;
}

.serv_intop_title .dnd-section > div > div > div > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  .serv_intop_title .dnd-section > div > div > div > div {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.showcase1 .widget-type-cell {
  padding: 0;
}

.showcase1 h3, .showcase2 h3 {
  text-align: center;
  margin-top: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.showcase1 .dnd-section, .showcase2 .dnd-section {
  padding: 0;
  padding-bottom: 3rem;
}

@media (min-width: 1200px) {
  .showcase1 h3, .showcase2 h3 {
    font-size: 1.75rem;
  }
}


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

.tried_sctn {
  background-color: #f8f9fa;
}

.serv_in8 {
  text-align: center;
}

.dnd-section .widget-type-cell {
  padding: 0;
}

@media (min-width: 768px) {
  .serv_in8 {
    margin-bottom: 3rem;
  }
  .serv_in8:last-child {
    margin-bottom: 0;
  }
}

.serv_in8 h2 {
  margin-top: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  margin: 0;
}

@media (min-width: 1200px) {
  .serv_in8 h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .serv_in8 h2 {
    font-size: 2.25rem;
  }
}

.tried_sctn .img-with-con-wrap .con {
  text-align: left;
}

.tried_sctn .img-with-con-wrap .con h3 {
  margin-top: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  min-height: 33px;
  color: #7d378a;
  margin-bottom: 1rem;
  font-weight: 300;
}

@media(min-width:1200px){
  .tried_sctn .img-with-con-wrap .con h3 {
    font-size: 1.75rem;
  }
}



.gal_scnt {
  background-color: #f8f9fa;
}

.serv_in9title {
  text-align: center;
}

@media (min-width: 768px) {
  .serv_in9title {
    padding-bottom: 3rem;
  }
}

.serv_in9title h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .serv_in9title h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .serv_in9title h2 {
    font-size: 2.25rem;
  }
} 

.img_glry .dnd-section>.row-fluid {
  display: flex;
}

.img_glry .dnd-section>.row-fluid > div {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin: 0;
  width: 100%;
  float: none;
  min-height: auto;
}

.img_glry  img {
  vertical-align: middle;
  max-width: 100%;
}

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

.serv_in10 .bottom-pane-wrapper .btn-wrapper {
  margin: 0;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .serv_in10 .bottom-pane-wrapper .btn-wrapper {
    padding-top: 3rem;
  }
}

.serv_in5.tc_sctn .content-with-img-column-wrapper {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .serv_in5.tc_sctn .content-with-img-column-wrapper {
    padding-bottom: 5rem;
  }
}


@media(max-width:826px) and (min-width:768px){
  .serv_showcase .img-w-title-wrapper {
    flex-wrap: wrap;
  }
}

.service_in_page .img-with-con-wrap .column1 {
  height: 100%;
}

@media(max-width:768px){
  .ser_demand_page  .banner-type-wrapper .row .row-width br {
    display: none;
  } 
}

.hs-symphony-page .col-sm-4 .hs-input {
  box-shadow: none;
}


@media(max-width:767px){
  .service_in_page .banner-type-wrapper .row .row-width br {
    display: none;
  } 
  .serv_in1 {
    padding: 0;
  }

  .serv_in1 .dnd-section {
    padding: 1.5rem 0;
  }

  .tc_sctn .content-with-img-column-wrapper .image-content .d-flex .flex-fill p {
    margin: 0;
  }

  .tc_sctn .content-with-img-column-wrapper p:last-of-type {
    margin-bottom: 1rem;
  }

  .serv_in6 h2 {
    margin-bottom: 1rem;
  }

  .stp_sctn p br {
    display: none;
  }

  .stp_sctn p {
    margin-bottom: 1rem;
  }

  .serv_in8 h2 {
    margin-bottom: 1rem;
  }

  .tried_sctn .img-with-con-wrap .con h3 {
    min-height: 30px;
  }


  .img_glry .dnd-section>.row-fluid {
    display: block;
  }

  .img_glry .dnd-section>.row-fluid>div > div {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .img_glry .widget-type-linked_image, 
  .img_glry .widget-type-linked_image * {
    display: block;
    width: 100%;
  }

  .gal_scnt > .dnd-section {
    padding: 1.5rem 0;
  }

  .showcase1 h3,
  .showcase2 h3 {
    padding-bottom: 1px;
  }

}

@media(max-width:575px){
  .stp_sctn .dnd-section>.row-fluid {
    max-width: initial;
  }
}


.serv_in6 > .container-fluid .row-fluid {
  padding: 0;
}


.ser_in_v2 .serv_in1 .widget-type-cell.dnd-column>div {
  width: 100%;
  flex: 0 0 100%;
}

.ser_in_v2 .serv_in1 .widget-type-cell.dnd-column {
  width: auto;
  float: none;
}

.ser_in_v2 .serv_intop_title h3 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .ser_in_v2  .serv_intop_title h3 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .ser_in_v2  .serv_intop_title h3 {
    font-size: 2.25rem;
  }
}


@media (max-width: 767px) {
  .ser_in_v2 .stp_sctn p br{
    display:block;
  }

  .ser_demand_page  .serv_in1 h2 br {
    display: none;
  }
}

.ser_demand_page .tried_sctn .img-with-con-wrap .con h3{
  min-height:99px;
}

.hs-symphony-page .banner {
  min-height: 280px
}

.hs-symphony-page-inner .section-report {
  position: relative
}

.hs-symphony-page-inner .section-report .page-center {
  margin-top: -150px;
  background: white
}

.hs-symphony-row.top-header .hs_cos_wrapper_type_rich_text {
  display: block
}

@media (min-width: 768px){
  .hs-symphony-page-inner .section-report {
    padding-bottom: 3rem !important;
  }
}

.hs-symphony-page .span12.widget-span {
  float: none !important;
}

.hs-symphony-row.top-header {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hs-symphony-row .dnd-section {
  padding: 0;
  margin: 0;
}

.hs-symphony-row.top-header .dnd-section > .row-fluid {
  display: flex;
  flex-direction: column;
}

.hs-symphony-row.top-header .dnd-section > .row-fluid {
  flex-direction: row;
}

.hs-symphony-row.top-header .dnd-section > .row-fluid > div {
  margin: 0;
  width: auto;
}

.hs-symphony-row.top-header .dnd-section > .row-fluid > div.span9 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hs-symphony-row.top-header img {
  height: 100px !important;
}

.hs-symphony-row.top-header h3 {
  color: #f16522;
  margin-top: 0;
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .hs-symphony-row.top-header h3 {
    font-size: 1.75rem;
  }
}


.hs-symphony-page .col-sm-4 > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  border: 1px solid #dee2e6;
  padding: 1.5rem;
}

.hs-symphony-page .col-sm-4 .widget-type-rich_text {
  padding: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.25;
  color: #fff;
  background-color: #f16522;
  margin-right: -3rem;
  position: relative;
  z-index: 1;
  padding-left: 2.5rem !important;
  margin-left: -2.5rem;
  margin-top: 0rem;
  -webkit-box-shadow: 5px 10px 10px -5px rgb(0 0 0 / 20%);
  box-shadow: 5px 10px 10px -5px rgb(0 0 0 / 20%);
}

.hs-symphony-page .col-sm-4 .widget-type-rich_text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 100px 20px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  margin-top: -100px;
}

.hs-symphony-page .col-sm-4 .widget-type-rich_text:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 0;
  border-color: #753b1f transparent transparent transparent;
}

.hs-symphony-page .col-sm-4 .widget-type-rich_text h3 {
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  .hs-symphony-page   .col-sm-4 .widget-type-rich_text h3 {
    font-size: 1.75rem;
  }
}

.hs-symphony-page .col-sm-4 .widget-type-rich_text p {
  margin: 0;
}


.hs-symphony-page  .col-sm-4 .hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-symphony-page  .col-sm-4 .hs-form .field{
  margin-bottom: 18px; 
}

.hs-symphony-page .col-sm-4 .hs-input {
  display: inline-block;
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  margin-right: 0;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
}

.hs-symphony-page .has-lead .row-number-2 .widget-type-rich_text {
  margin-bottom: 1.5rem;
  padding: calc(1rem + 3px) 1rem;
  color: #fff;
  background-color: #0098ff;
}

.hs-symphony-page  .has-lead .row-number-2 .widget-type-rich_text * {
  color: #fff;
}

.hs-symphony-page  .has-lead .row-number-2 .widget-type-rich_text p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 768px) {
  .hs-symphony-page  .has-lead .row-number-2 .widget-type-rich_text p {
    font-size: 1.5rem;
  }
}

.hs-symphony-page  .has-lead .row-number-2 .widget-type-rich_text span {
  display: block;
}

.hs-symphony-page  .has-lead .row-number-2 .widget-type-rich_text p small {
  font-size: 1rem;
  position: relative;
  top: 2px;
}

.hs-symphony-page  .has-lead .row-number-2 .widget-type-rich_text p:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hs-symphony-page .has-lead .row-number-3 p:first-child {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .hs-symphony-page .has-lead .row-number-3 p:first-child {
    font-size: 1.5rem;
  }
}


.hs-symphony-page .col-sm-4 .hs-button,
.hs-symphony-page .col-sm-4 .hs-button:hover,
.hs-symphony-page .col-sm-4 .hs-button:focus {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  background: #ff7a59;
  border-color: #ff7a59;
  text-transform: initial;
  padding: 12px 24px;
}

.hs-symphony-page .col-sm-4 .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
} 

.hs-symphony-page  .contact-pane {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .hs-symphony-page  .contact-pane {
    padding: 5rem 0;
  }
}

.hs-symphony-page .contact-pane .hs_cos_wrapper_type_rich_text h2 {
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.symph_row7 .ind-awards .award_gallery {
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .symph_row7 .ind-awards .award_gallery {
    padding: 5rem 0;
  }
}

.symph_row7 .ind-awards .award_gallery .award_title {
  padding: 0;
}

.hs-symphony-page .col-sm-4 .hs-form  .hs-error-msgs label {
  color: #f2545b;
}

@media(max-width:1024px){
  .hs-symphony-page .has-lead .row-number-2 .widget-type-rich_text {
    padding: 1rem;
  }
}
@media(max-width:768px){
  .hs-symphony-page .has-lead .row-number-2 .widget-type-rich_text p small{ 
    font-size: .7rem;
  }
}

@media(max-width:767px){
  .hs-symphony-row.top-header .dnd-section>.row-fluid {
    display: block;
  }

  .hs-symphony-row.top-header {text-align: left;}

  .hs-symphony-row.top-header .widget-type-linked_image {
    width: 100%;
    display: block;
  }

  .hs-symphony-page .has-lead .row-number-2 .widget-type-rich_text p:first-child {
    display: block;
  }

  .hs-symphony-page .has-lead .row-number-2 .widget-type-rich_text p:first-child * {
    display: block;
  }

  .hs-symphony-page .has-lead .row-number-2 .widget-type-rich_text p small {
    top: 0;
    margin: 8px 0 5px;
  }

  .hs-symphony-page  .ind-awards .award_gallery .award_title h2 {
    margin-bottom: 1rem !important;
  }
}

.symph_row4 .dnd-section>.row-fluid ,
.symph_row5 .dnd-section>.row-fluid ,
.symph_row6 .dnd-section>.row-fluid {
  padding: 0;
} 

.symph_row5 .img,
.symph_row6 .img{
  margin-bottom: 3rem;
}

.symph_row5 .background-img-wcon-wrap .text p,
.symph_row6 .background-img-wcon-wrap .text p{
  font-size: 1rem;
}

@media(min-width: 768px) {
  .symph_row5 .background-img-wcon-wrap .text p,
  .symph_row6 .background-img-wcon-wrap .text p{
    font-size: 1.25rem;
  }

  .symph_row5 .background-img-wcon-wrap .text p:last-child,
  .symph_row6 .background-img-wcon-wrap .text p:last-child{
    margin-bottom: 0;
  }

}

@media(max-width: 768px) { 
  .symph_row5 .background-img-wcon-wrap .text p[style*="font"],
  .symph_row6 .background-img-wcon-wrap .text p[style*="font"] {
    font-size: 0.7rem !important;
  } 
  .symph_row5 .background-img-wcon-wrap .text p:last-child,
  .symph_row6 .background-img-wcon-wrap .text p:last-child {
    margin-bottom: 1rem;
  }
}


/* sa-css-end */


/* g-css-start */





.asset-manager-page  .banner-type-wrapper h3 {
  margin-bottom: 1rem;
}


.asset-manager-page .contact-pane .widget-type-rich_text h2 {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem!important;
}



.asset-manager-page .widget-type-rich_text a.play-me {
  position: relative;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.asset-manager-page .widget-type-rich_text a.play-me img {
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 5%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.home-page .testimonial_slider .slick-prev {
  left: -20px;
}

.home-page .testimonial_slider .slick-arrow:before {
  font-size: 1.25rem;
}

.asset-manager-page .dnd-section[class*="force-full-width-section"]>.row-fluid,
.home-page .dnd-section[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}

.asset-manager-page .widget-type-rich_text a.play-me:after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f144";
  font-weight: 900;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0.75;
  font-size: 6rem;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-left: 0.5rem;
}

.asset-manager-page img{
  max-width:100%;
  vertical-align: middle;
}

.home-page .testimonials .dnd-section{
  padding:5rem 0;
}

.home-page .press .dnd-section{
  padding:5rem 0;
}

.home-page .industry .dnd-section{
  padding:5rem 0;
}

.home-page .industry .widget-type-rich_text h2{
  margin:0;
}

.home-page .industry .widget-type-rich_text{
  padding-bottom:3rem;
}

.home-page .press .widget-type-rich_text{
  padding-bottom:3rem;
}

.home-page .press .widget-type-rich_text h2{
  margin-bottom: 1rem;
}

.home-page .award_gallery .award_contnt p {
  font-weight: normal;
  color: inherit;
}

.home-page .award_gallery .award_img {
  margin-bottom: 16px;
}

.home-page .award_gallery .award_itm:hover {
  color: #0a58ca;
}

.home-page .award_gallery .slick-arrow.slick-disabled {
  display: none !important;
}

.home-page .content-with-img-column-wrapper .content-wrapper {
  padding: 0;
}

.home-page .img-with-con-wrap h4 {
  color: #7d378a !important;
  font-size: 1.25rem;
  margin-bottom: 1rem !important;
  line-height: 1.5;
}

.home-page .industry .dnd-section .hs-button {
  margin: 0;
  margin-top: 3rem!important;
}

.home-page  .content-with-img-column-wrapper .content-col h2 {
  display: block !important;
}


@media(max-width:1199px){
  .asset-manager-page .banner-type-wrapper h3 {
    font-size: calc(1.3rem + .6vw);
  }
}


@media(min-width:992px){

  .home-header .outer-header {
    min-height: 0;
  }


  .scroll-header .logo-wrapper.white {
    display: none;
  }

  body:not(.scroll-header) .logo-wrapper.black {
    display: none;
  }

  body:not(.scroll-header) .home-header   .custom-menu-primary ul.submenu.level-1>li>a {
    color: #f8f9fa !important;
  }

  body:not(.scroll-header) .home-header   .custom-menu-primary ul.submenu.level-1>li>a:hover {
    color: #fff !important;
  }

  body:not(.scroll-header) .home-header  header.header {
    background: transparent !important;
  }

}


@media(max-width:991px){
  .logo-wrapper.white {
    display: none;
  }
}

  .home-page  .partner_wrap {
    padding: 2rem 0;
  }
  .home-page  .award_gallery {
    padding: 2rem 0;
  }  


@media(min-width:768px){

  .home-page  .partner_wrap {
    padding: 5rem 0;
  }
  .home-page  .award_gallery {
    padding: 5rem 0;
  }  

  .asset-manager-page .testimonials .widget-type-rich_text p:last-child,
  .asset-manager-page .top-section .widget-type-rich_text p:last-child {
    margin-bottom:0;
  }

  .asset-manager-page .testimonials .widget-type-rich_text p {
    font-size: 1.25rem;
  }

  .asset-manager-page  .top-section .widget-type-rich_text p {
    font-size: 1.5rem;
  }

  .home-page .img-with-con-wrap .items {
    flex: 1;
/*     width: 25%; */
  }

  .home-page .content-with-img-column-wrapper .content-col {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .home-page .content-with-img-column-wrapper .image-col {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .home-page .content-with-img-column-wrapper p{
    margin-bottom:0;
  }

}


@media(max-width:767px){

  .home-page .award_gallery .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-page .testimonials .dnd-section {
    padding: 1.5rem 0;
  }

  .home-page .testimonial_slider .slick-arrow:before {
    font-size: 1rem;
  }

  .home-page .industry .dnd-section {
    padding: 3rem 0;
  }

  .home-page .industry .widget-type-rich_text h2 {
    font-size: calc(1.325rem + .9vw);
  }

  .home-page .industry .widget-type-rich_text {
    padding-bottom: 1rem;
  }

  .home-page .img-with-con-wrap h4 {
    font-size: 1rem;
  }

  .home-page .press .dnd-section {
    padding: 1.5rem 0;
  }

  .home-page .press .widget-type-rich_text h2 {
    font-size: calc(1.325rem + .9vw);
  }

  .home-page .award_gallery .award_contnt p {
    margin-bottom: 1rem;
  }

  .home-page .press .widget-type-rich_text {
    padding-bottom: 1rem;
  }

  .home-page .testimonial_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .asset-manager-page .banner-type-wrapper {
    background-color: #1c1d39 !important;
    /* background-image: none !important; */
  }

  .asset-manager-page .banner-type-wrapper * {
    color: #fff;
  }

  .asset-manager-page .top-section .widget-type-rich_text p {
    font-size: 1.25rem;
  }

  .asset-manager-page .widget-type-rich_text h2 {
    font-size: calc(1.325rem + .9vw);
  }

}


@media(max-width:575px){
  .home-page .industry .dnd-section .hs-button {
    margin-top: 1rem!important;
  }
}

/* g-css-end */

.modal.fade {
  transition: opacity .15s linear;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
.video-modal .modal-content {
  border-radius: 2px;
  background-color: transparent;
  border: none;
}
.video-modal .close-btn {
  position: absolute;
  z-index: 10;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  line-height: 30px;
  color: var(--bg-dark);
  text-align: center;
  cursor: pointer;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.video-modal .modal-body {
  padding: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: 56%;
  content: "";
}
.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 992px){
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}




/* quote-css */

.hs-quote-page-inner {}

.hs-quote-page-inner .dnd-section {
  padding: 0;
}

.hs-quote-page-inner .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.hs-quote-page-row1 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


@media (min-width: 768px){
  .hs-quote-page-row1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.hs-quote-page-row1 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.hs-quote-page-row1 .column1 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.hs-quote-page-row1 .column2 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.hs-quote-page-row1 h2 {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: calc(1.325rem + .9vw);
  margin-bottom: 1rem;
}


.hs-quote-page-row1 .column1 p {
  font-size: 1.25rem;
  font-weight: 300;
}


@media (min-width: 768px){
  .hs-quote-page-row1 .column1 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .hs-quote-page-row1 .column2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .hs-quote-page-row1 h2 {
    font-size: 2.25rem;
  }
  .hs-quote-page-row1 .column1 p {
    font-size: 1.5rem;
  }
}




.hs-quote-page-row1 .column1 hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
  height: 1px;
}




@media (min-width: 992px){
  .hs-quote-page-row1 .column2 > div {
    padding-left: 3rem!important;
  }

}

.hs-quote-page-row1 .column2 h4 {
  line-height: 1.2;
  font-size: calc(1.275rem + .3vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 1200px){
  .hs-quote-page-row1 .column2 h4 {
    font-size: 1.5rem;
  }
}

.hs-quote-page-row1 .column2 address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
  font-weight: 300;
}

@media (min-width: 768px){
  .hs-quote-page-row1 .column2 p:last-child {
    margin: 0;
  }
}



.hs-quote-page-row1 form {
  max-width: 100%;
  width: 100%;
}

.hs-quote-page-row1 form fieldset {
  max-width: 100%;
}

.hs-quote-page-row1 form .input {
  margin-right: 0px !important;
}

.hs-quote-page-row1 form .hs_firstname, .hs-quote-page-row1 form .hs_partner_type1, .hs-quote-page-row1 form .hs_business_organisation_url,.hs-quote-page-row1 form .hs_phone {
  padding-right: 12px;
}

.hs-quote-page-row1 form .hs_email, .hs-quote-page-row1 form .hs_industry1, .hs-quote-page-row1 form .hs_role_position,.hs-quote-page-row1 form .hs_country {
  padding-left: 12px;
}

.hs-quote-page-row1 form .hs_partner_type1 {}

.hs-quote-page-row1 form  .hs_industry1 {}

.hs-quote-page-row1 form span.hs-form-required {
  color: inherit;
  font-weight: 300;
  margin-left: 5px;
}

.hs-quote-page-row1 form .hs-input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs-quote-page-row1 form .hs-input::placeholder {
  color: #212529;
  opacity: .8;
}

.hs-quote-page-row1 form .hs_business_organisation_url {}

.hs-quote-page-row1 form .hs_role_position {}

.hs-quote-page-row1 form .hs_phone {}

.hs-quote-page-row1 form .hs_country {}

.hs-quote-page-row1 form .hs-input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.hs-quote-page-row1 form textarea {
  height: 134px;
}

.hs-quote-page-row1 .column1 form p {
  font-size: 20px;
  margin-bottom: 19px;
}

.hs-quote-page-row1 form  .hs_message {
  margin-bottom: 19px;
}

.hs-quote-page-row1 form .hs-richtext.hs-main-font-element {
  margin: 0;
}

.hs-quote-page-row1 form input.hs-button.primary.large {
  margin: 0;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #7d378a;
  cursor: pointer;
  color: #fff;
  background-color: #5c2866;
  background-color: #5c2866;
  color: #fff;
  background-color: #7d378a;
  border-color: #7d378a;
  margin-bottom: 1rem;
}

.hs-quote-page-row1 form input.hs-button.primary.large:hover {
  color: #fff;
  background-color: #5c2866;
}


.hs-quote-page-row1 form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  color: #842029;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
}

.hs-quote-page-row1 form label.hs-main-font-element {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-weight: 300;
  line-height: inherit;
  font-size: 20px;
}

@media(max-width:767px){
  .hs-quote-page-row1 form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg ,
  .hs-quote-page-row1 form label.hs-main-font-element{
    font-size: 16px;
  }
  .hs-quote-page-row1 .column1 form p {
    font-size: 16px;
  }

  .hs-quote-page-row1 form .hs_message {
    margin-bottom: 18px;
  }

  .hs-quote-page-row1 .column2 p:last-child {
    display: none;
  }
  .hs-quote-page-row1 form span.hs-form-required {
    margin-left: 4px;
  }
}

@media(max-width:575px){
  .hs-quote-page-row1 form .hs-input {
    width: 100% !important;
  }
  .hs-quote-page-row1 form .hs-form-field {
    width: 100% !important;
  }

  .hs-quote-page-row1 form .hs_firstname, 
  .hs-quote-page-row1 form .hs_partner_type1, 
  .hs-quote-page-row1 form .hs_business_organisation_url,
  .hs-quote-page-row1 form .hs_phone {
    padding: 0;
  }

  .hs-quote-page-row1 form .hs_email, 
  .hs-quote-page-row1 form .hs_industry1, 
  .hs-quote-page-row1 form .hs_role_position, 
  .hs-quote-page-row1 form .hs_country {
    padding: 0;
  }
}

.container-fluid.hs-insights-section3 .insights-card-wrapper .image-section img {
  max-width: 400px !important;
}


@media (max-width: 768px){
  .hs-company-about-page .hs-company-about-section3 p,
  .hs-company-about-page .hs-company-about-section4 p{
    font-size: .7rem;
  }

  .hs-company-about-page  .team-member-card-wrapper .member-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 260px;
    margin: 0 auto;
  }

  .hs-company-about-page .team-member-card-wrapper {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }



} 

@media (max-width: 767px){ 
    .container-fluid.hs-insights-section3 .insights-card-wrapper .image-section img {
    max-width: 100% !important;
  }
  .hs-company-about-page .team-member-card-wrapper {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .hs-chatbots-page .banner-type-wrapper p br {
    display: none;
  }

  .hs-insights-page .recent-articles-wrapper .heading h2 {
    font-size: calc(1.325rem + .9vw);
  }

  .hs-custom-applications-page .banner-type-wrapper p br {
    display: none;
  }

  .hs-custom-applications-row2 br {
    display: none;
  }

}

@media(min-width:769px){
  .hs-insights-section4 .insights-card-wrapper .image-section img {
    width: 220px;
    box-shadow: none;
  }
}
.hs-insights-section4 .insights-card-wrapper .image-section img { 
  box-shadow: none;
} 

.hs-digitisation-page .blue-form form input.hs-input {
  color: #495057;
}

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



/* m-issue-css */
.mfp-custom-form.mfp-bg {
  background: rgba(248, 248, 248, 0.9);
  opacity: 1;
}

.mfp-custom-form #open-modal {
  margin: 0 auto;
  width: 600px;
  position: relative;
}

.mfp-custom-form #open-modal .hs_cos_wrapper_type_form {
  display: block;
  margin: 40px 0;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  background: white;
  min-height: 610px;
  padding: 3rem!important;
}

.mfp-custom-form button.mfp-close {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  display: block;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  background: white;
  border-radius: 21px;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  cursor: pointer;
  font-size: 0;
  opacity: 1;
}
.mfp-custom-form button.mfp-close:before {
  content: "\f00d";
  -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 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #7d378a;
}
.mfp-custom-form #open-modal .hs_cos_wrapper_type_form .form-title {
  display: none;
}

.mfp-custom-form #open-modal .hs_cos_wrapper_type_form h3 {
  color: #7d378a;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: calc(1.3rem + .6vw);
}

.mfp-custom-form #open-modal .hs-form-field:not(.hs-message) > label {
  display: none;
}

#open-modal .hs-form-field .hs-input:not(textarea) {
  border-radius: 0;
  border-color: transparent;
  border-bottom-color: #86269b;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

#open-modal .hs-form-field .hs-input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 2px;
  padding-right: 2px;
}

#open-modal ::placeholder {
  color: #444 !important;
}

#open-modal .actions {
  text-align: center;
}

#open-modal .actions input {
  background-color: #cb0864;
  border-color: #cb0864;
  color: white;
  margin-top: 3rem;
}

#open-modal .actions input:hover {
  border-color: #444444;
  background-color: #444444;
  color: white;
}

#open-modal li.hs-form-booleancheckbox {
  font-size: 97%;
}

#open-modal li.hs-form-booleancheckbox label span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  color: #86269b !important;
  border: 1px solid #86269b;
  margin-right: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#open-modal li.hs-form-booleancheckbox label span {
  display: flex;
  align-items: center;
}

#open-modal .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin: 0;
  position: relative;
}

#open-modal li.hs-form-booleancheckbox label span p {
  display: inline-block;
  vertical-align: middle;
}

#open-modal li.hs-form-booleancheckbox {
  padding-top: .5rem;
}

#open-modal li.hs-form-booleancheckbox input {
  display: none !important;
}

#open-modal li.hs-form-booleancheckbox input:checked + span:after {
  content: "\f00c";
  -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 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  left: 3px;
  width: 18px;
  color: #86269b;
  height: 18px;
  top: 3px;
}
.mfp-custom-form #open-modal .hs-form-field > label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.mfp-custom-form #open-modal .hs-form-field textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 86px;
  border-color: #86269b;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 6px 12px;
}
#open-modal .hs-form-field .hs-input.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#open-modal .hs-form-field .hs-input.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}

#open-modal .hs-form label.hs-error-msg,
#open-modal  .hs_error_rollup label{
  color: #dc3545;
  width: 100%;
  margin-top: .25rem;
  font-size: 1rem;
  display: block;
  font-weight: 300;
}

.mfp-custom-form .mfp-content {
  overflow-y: auto;
  max-height: calc(100vh);
}
@media(min-width:576px){
  .mfp-custom-form #open-modal .hs_cos_wrapper_type_form h3 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width: 768px){
  .mfp-custom-form button.mfp-close:before {
    font-size: 1.25rem;
  }
}

@media (min-width: 769px){
  .mfp-custom-form button.mfp-close {
    margin-left: 320px;
  }
}

@media(min-width:1200px){
  .mfp-custom-form #open-modal .hs_cos_wrapper_type_form h3 {
    font-size: 1.75rem;
  }
}

@media(max-width:767px){
  .mfp-custom-form #open-modal .hs_cos_wrapper_type_form {
    margin: 0;
    box-shadow: none;
    padding: 3rem calc(1rem + 12px) !important;
  }

  .mfp-custom-form #open-modal {
    width: 100%;
    height: 100%;
  }

  .mfp-custom-form .mfp-container {
    padding: 0;
  }

  .mfp-custom-form .mfp-content {
    height: 100%;
  }

  .mfp-custom-form.mfp-bg {
    background: #fff;
  }

  .mfp-custom-form button.mfp-close {
    right: 0;
    left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    right: 0;
    left: auto;
    width: 28px;
    height: 28px;
    border-radius: 0;
  }

  #open-modal li.hs-form-booleancheckbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}





.hs-asset-manager-row-retitle {
  padding-top: 1.5rem;
}
.hs-asset-manager-row-retitle .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}



.hs-asset-manager-row-retitle .row-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.hs-asset-manager-row-retitle .dnd-section {
  padding: 0;
}

.hs-asset-manager-row-retitle  h2 {
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .hs-asset-manager-row-retitle {
    padding-top: 8rem;
  }
  .hs-asset-manager-row-retitle .row {
    justify-content: center!important;
  }
  .hs-asset-manager-row-retitle .row-width {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .hs-asset-manager-row-retitle  h2 {
    font-size: 2.25rem;
  }
}


.hs-asset-manager-row-digi .dnd-section {
  padding: 0;
}

.hs-asset-manager-row-retitle .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-asset-manager-row-digi .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}



.hs-asset-manager-row-fin .dnd-section {
  padding: 0;
}

.hs-asset-manager-row-fin .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.hs-asset-manager-row-fin .content-wvideo-col {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}


@media (min-width: 768px){
  .hs-asset-manager-row-fin .content-wvideo-col {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}



@media (min-width: 768px){
  .hs-asset-manager-row-fin .content-wvideo-col p {
    margin: 0;
  }
}


@media(max-width:768px){
  .asset-manager-page .banner-type-wrapper h1 {
    color: #fff !important;
  }

  .asset-manager-page .banner-type-wrapper h3 {
    color: #fff;
  }
}


@media(max-width:575px){
  .asset-manager-page .banner-type-wrapper h3 br.d-none.d-sm-inline {
    display: none;
  }
}



.hs-contact-row1 form select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(https://2477138.fs1.hubspotusercontent-na1.net/hubfs/2477138/raw_assets/public/Ipushpull_March2021/images/download_arrow.svg);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.hs-contact-row1 form .hs_country_dropdown span.hs-form-required {
  margin-left: 0px;
}

.hs-contact-row1 form .hs_phone span.hs-form-required {
  margin: 0;
}

.hs-contact-row1 form textarea::placeholder {
  color: #212529;
  opacity: .7;
}

@media(max-width:767px){
  .hs-contact-section4 .testimonial_slider .slick-arrow:before {
    font-size: 16px;
  } 

  .hs-client-slack-page-row2 .content-with-img-column-wrapper h3 br.d-none {
    DISPLAY: NONE;
  }
}


.hs-contact-row1 .submitted-message {
  color: #fff !important;
}


@media(max-width:768px){
 .home-page .img-with-con-wrap .items {
   flex-direction: inherit !important;
  } 
}


.hs-quote-page-row1 form .hs_country_dropdown {
    padding-left: 12px;
}
.hs-quote-page-row1 form .hs_phone span.hs-form-required {
    margin-left: 0;
}

.hs-quote-page-row1 form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,
.hs-quote-page-row1 form label.hs-main-font-element{
    color: #842029 !important;
}

.hs-digitisation-page .blue-form form input[type=text]:focus,
.hs-digitisation-page .blue-form form input[type=email]:focus {
    outline: -webkit-focus-ring-color auto 1px;
}


@media(max-width:575px){
 .hs-quote-page-row1 form .hs_country_dropdown {
    padding-left: 0px;
} 
}

.hs-quote-page input[type=checkbox] {
  appearance: revert;
}

.site-page .banner {
  margin: 0 -1.5rem;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {

  max-width: 1200px;
  margin: 0 auto;

}


/* Styles for the Logo */



/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

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

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

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

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

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

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

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

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

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

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

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */



/* Mobile Styles */

@media (max-width: 992px) {


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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

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

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

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

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

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

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

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

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

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}



/* header-css */

header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  z-index: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid transparent;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.header > .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper a {
  display: inherit;
}

.logo-wrapper a img {
  vertical-align: middle;
  height: 32px;
}

.header a.bars {
  position: fixed;
  display: none;
}

.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header  .mobile-btn {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}




.header .desktop-btn {
  display: none;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a {}

.header .desktop-btn a {
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  justify-content: center!important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 8px 14px 6px 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.header .desktop-btn a:first-child {
  color: white;
  border-color: #f16522;
  background-color: #f16522;
}
.header .desktop-btn a:first-child:hover {
  color: white;
  border-color: #f16522;
  background-color: #d34d0d;
}

.header .desktop-btn a:last-child {
  color: #fff;
  background-color: #7d378a;
  border-color: #7d378a;
}

.header .desktop-btn a:last-child:hover {
  color: #fff;
  background-color: #5c2866;
}

.header .head-space {
  display: none!important;
}
.header .desktop-btn > div > span {
  display: flex;
  align-items: center!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .desktop-btn a:last-child {
  justify-content: center!important;
  margin-left: .25rem!important;
}


.banner-section-row-0-force-full-width-section > .row-fluid {
  padding: 0px !important;
}


.outer-header {
  min-height: 100px;
}

.scroll-header header.header {
  height: 60px;
  border-bottom: 1px solid #efefef;
}
.DND_banner-row-0-force-full-width-section > .row-fluid {
  padding: 0px !important;
}

@media (min-width: 576px){

  .header .head-space {
    flex-grow: 1!important;
  }  
}

@media (min-width: 992px){
  .header  .mobile-btn {
    display: none;
  }
  .header .desktop-btn {
    display: flex;
  }
  .header .head-space {
    display: flex!important;
  }

  .custom-menu-primary {
    margin: 0;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  .custom-menu-primary ul.submenu.level-1 {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-menu-primary nav.navigation-primary {
    display: inherit;
  }

  .custom-menu-primary ul.submenu.level-1 > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-menu-primary ul.submenu.level-1 > li > a {
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212529;
    padding: 0px 14px 0px 14px;
  }

  .custom-menu-primary ul.submenu.level-1 > li.has-submenu > a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px; 
    font-family: 'Font Awesome 5 Free';
  }

  .custom-menu-primary ul.submenu.level-1>li>a:hover {
    color: #6c757d;
  }

  .custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: auto;
    top: 100%;
    transform: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: white;
    display: none;
    min-width: 200px;
  }

  .custom-menu-primary ul.submenu.level-2 > li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-menu-primary ul.submenu.level-2 > li > a {
    color: #141629;
    padding: 8px 14px 6px 14px;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary ul.submenu.level-2 > li > a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .custom-menu-primary ul.submenu.level-1>li.clicked > ul.submenu.level-2 {
    display: block;
  }
}


@media (min-width: 1024px){
  header.header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}






@media(max-width:1024px){
  header.header {
    height: 60px;
  }

  .outer-header {
    min-height: 60px;
  }
}



@media(max-width:992px){
  .header>.header__container {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header a.bars {
    z-index: 10;
    top: 9px;
    right: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: white;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0%);
    box-shadow: 0 0 10px rgb(0 0 0 / 0%);
    border-radius: 2px;
    color: #212529;
    z-index: 1000;
    -webkit-transition: 150ms all;
    transition: 150ms all;
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  .fa, .fas {
    font-weight: 900;
  }

  .header .header-right {
    position: fixed;
    z-index: 1000;
    background: white;
    width: 60%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0%);
    box-shadow: 0 0 10px rgb(0 0 0 / 0%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 150ms all;
    transition: 150ms all;
  }
  .mobile-open .header-right {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  body.mobile-open {
    overflow-y: hidden;
  }

  #overlay {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    pointer-events: none;
  }

  .mobile-open #overlay {
    z-index: 900;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: all;
  }

  .mobile-open a.bars {
    right: calc(60% + 9px);
  }
  .header .desktop-btn {
    display: none;
  }


  .mobile-btn div > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .mobile-btn {
    margin-bottom: .5rem!important;
  }

  .header .mobile-btn a {
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    justify-content: center!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 8px 14px 6px 14px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
  }

  .header .mobile-btn a:first-child {
    color: white;
    border-color: #f16522;
    background-color: #f16522;
  }

  .header .mobile-btn a:last-child {
    color: #fff;
    background-color: #7d378a;
    border-color: #7d378a;
    margin-left: .25rem!important;
  }

  .header .mobile-btn a:last-child:hover {
    color: #fff;
    background-color: #5c2866;
  }
  .mobile-btn div>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center!important;
  }

  .custom-menu-primary ul.submenu.level-1 > li {
    padding: 0.5rem 0 0.5rem 0;
    display: table;
    width: auto;
  }
  .custom-menu-primary {
    font-size: 80%;
  }
  .custom-menu-primary ul.submenu.level-1 > li > a {
    font-weight: 700;

    width: auto;
    display: table;
  }

  .custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 {
    padding: 0 0 0 0.5rem;
    margin: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 > li {
    list-style: none;
    margin: 0;
    display: table;
  }

  .custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 > li > a {
    font-weight: 300;

    width: auto;
  }

  .custom-menu-primary ul.submenu.level-1 > li > a:hover {
    color: #0a58ca;
  }

  .custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 > li > a:hover {
    color: #0a58ca;
  }

  .custom-menu-primary ul.submenu.level-1 ul.submenu.level-2>li>a {
    white-space: normal;
  }

}


@media(max-width:767px){
  .outer-header {
    min-height: 60px;
  }
  .banner-inner h1 {
    font-size: calc(1.375rem + 1.5vw);
  }


}

.header .mobile-btn a.login-header-btn,
.header .mobile-btn a.cta-header-btn,
.header .desktop-btn a.login-header-btn,
.header .desktop-btn a.cta-header-btn{
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;

}
.footer__container {

  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}



.footer {
  padding: 40px 0 30px 0;
  font-size: 13px;
  color: #fff;
}


.footer__container.copyright {
  padding-top: 1.5rem;
}

.footer__container.copyright > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}


@media (min-width: 576px){
  .footer__container.copyright > .row {
    align-items: center;
  }

}

.copyright .col-left {
  flex: 0 0 auto;
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.copyright .col-left .f-logo {
  display: flex;
  flex-direction: column;
}


@media (min-width: 576px){

  .copyright .col-left .f-logo {
    flex-direction: row;
    align-items: center;
  }

}

.copyright .col-left .f-logo img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  height: 26px !important;
  width: auto !important;
}

.copy {
  padding-top: 1rem!important;
  color: #6c757d;
}


@media (min-width: 576px){

  .copy {
    padding-top: 0!important;
    padding-left: 1rem!important;
  }
}

.copy p {
  margin: 0;
}

.copyright .col-right {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
  display: flex;
  justify-content: flex-end;
}



.fa, .fab, .fad, .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;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.footer-inner {
  justify-content: space-between!important;
  position: relative;
}


@media (min-width: 768px){
  .footer-inner {
    display: flex!important;
  }
  .footer-inner .footer-col {
    height: auto !important;
    padding-right: 1rem;
    outline: none;
  }
}


.footer-inner  h4 {
  margin: 0;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-inner nav.navigation-primary {
  display: inline;
  display: block;
}

.footer-inner ul.submenu.level-1 {
  display: block;
  white-space: normal;
}

.footer-inner ul.submenu.level-1 > li {
  display: block;
}

.footer-inner ul.submenu.level-1 > li > a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}

.footer-col:last-child a {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  display: block;
}

.footer-col:last-child a:hover {
  color: #fff;
}

.footer-col:last-child p {
  margin: 0;
  padding-top: 5px;
}

.footer-col:last-child p a {
  font-size: 15px;
  font-weight: 700;
  color: #f16522;
  opacity: .6;
}

.footer-col:last-child p a:hover {
  opacity: 1;
  color: #f16522;
}
.footer-inner ul.submenu.level-1>li>a:hover {
  color: #fff;
}

.footer-nav {
  display: flex;
}
.footer-links .navigation-primary > ul > li > a,
.footer-nav h4 {
  margin: 0;
  line-height: 1.2;
  font-family: "Roboto",sans-serif;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer-nav a {
  color: rgba(255,255,255,0.75);
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;  
}
.footer-nav a:hover {
  color: rgba(255,255,255,1.0);
}
.footer-links {
  flex: 1;
}
.footer-links .navigation-primary ul,
.footer-links .navigation-primary ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links .navigation-primary > ul{
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-auto-flow: row;
}
.footer-nav .footer-contact p {
  margin: 0;
  padding-top: 5px;
}
.footer-nav .footer-contact p a {
  font-size: 15px;
  font-weight: 700;
  color: #f16522;
  opacity: .6;
}
.footer-nav .footer-contact p a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .footer-links .navigation-primary > ul{
    gap: 0rem;
    grid-auto-flow: column;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {

}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */
.hs-blog-post .blog-post-body .post-body img{height:auto;}
.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/* blog-css */

.blog-con-wrapper {
  background-color: #212121;
}

.blog-right-col-inner h3 {
  color: #f16522;
}

.posst .posst-content {
  background: #121212 !important;
  color: #fff !important;
}

.blog-wrap .blog-right-col .sidebar-area li.recent-posts-3 ul li a {
  color: #fff;
}

.blog-wrap .blog-right-col .sidebar-area li.recent-posts-3 ul li a:hover {
  color: #f16522;
}

.post-item .post-item-con {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #1c1d39;
}

.blog-wrap {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.blog-wrap > .content-wrapper > .row {
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
}

.blog-wrap .blog-left-col,.blog-wrap .blog-right-col {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 100%;
  width: 100%;
}
.blog-wrap .blog-right-col {}

@media (min-width: 768px){

  .blog-wrap .blog-left-col {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .blog-wrap .blog-right-col{
    flex: 0 0 auto;
    width: 33.333333%;
  }
}



.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}

.post-item .shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.post-item  img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.post-item .post-item-con {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #fff;
}


@media (min-width: 576px){
  .post-item .post-item-con {
    padding: 3rem;
  }
}

.post-item .post-item-con .date {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.post-item .post-item-con h2 {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
  font-size: calc(1.325rem + .9vw);
}


@media (min-width: 768px){

  .post-item .post-item-con h2 {
    font-size: 2.25rem;
  }
}

.post-item  .content {
  margin-bottom: 1.5rem;
}

.post-item .content p {
  margin-top: 0;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .post-item .content p:last-child {
    margin: 0;
  }

}

.post-item  a.more-link {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
}

.post-item a.more-link:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

.blog-right-col-inner {
  font-size: 1rem;
}

.blog-right-col-inner h3 {
  line-height: 1.2;
  font-size: calc(1.3rem + .6vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 1200px){
  .blog-right-col-inner h3 {
    font-size: 1.75rem;
  }

}

.blog-right-col-inner p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-right-col-inner p a.btn {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  width: 100%;
  justify-content: center!important;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
}

.blog-right-col-inner p a.btn:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

.sidebar-area {
  padding-top: 1.5rem;
}

.sidebar-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-area ul li {
  margin-bottom: 2rem;
}

li.site-serach {}

.site-serach form {
  display: flex;
  max-width: 100%;
}

.site-serach form input.hs-search-field__input {
  display: flex;
  flex: 1;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.site-serach form  button {
  -webkit-appearance: button;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #f16522;
  border-color: #f16522;
  cursor: pointer;
}

.site-serach form input.hs-search-field__input:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin: 0;
}


.recent-posts-3 ul li {
  margin-bottom: 1rem;
}

.recent-posts-3 ul li a:hover {
  color: #024dbc;
}

.pagi-sec {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pagi-sec > .content-wrapper {}

.pagi-sec > .content-wrapper > .row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.pagi-sec .col-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}


@media (min-width: 768px){
  .pagi-sec .col-width {
    flex: 0 0 auto;
    width: 66.666667%;
  }

}

.blog-pagination {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.blog-pagination a {
  display: inline-flex;
  height: 32px;
  color: white;
  background: #f16522;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
  padding: 0 10px;
  font-weight: 300;
}

.blog-pagination a:hover {
  background: #7d378a;
  font-weight: 300;

  color: #fff;
}

.blog-pagination a.active {
  background: #7d378a;
  font-weight: 300;
  cursor: text;
  color: #fff;
}

.b-bottom-sec {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff!important;
  background-color: #1c1d39;
}


@media (min-width: 768px){
  .b-bottom-sec {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

}

.b-bottom-sec > .content-wrapper {
  text-align: center!important;
}

.b-bottom-sec h2 {
  line-height: 1.2;
  margin: 0;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 300;
}


@media (min-width: 768px){
  .b-bottom-sec h2 {
    font-size: 2.25rem;
  }

}

.b-bottom-sec p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.b-bottom-sec .b-btn-wrap {
  margin: 0;
  margin-top: 3rem;
}

.b-bottom-sec .b-btn-wrap a {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.b-bottom-sec .b-btn-wrap a:first-child {
  border-color: #f8f9fa;
  margin-right: .5rem!important;
}

.b-bottom-sec .b-btn-wrap a:last-child {
  margin-left: .5rem;
  background-color: #f16522;
  border-color: #f16522;
}

.b-bottom-sec .b-btn-wrap a:first-child:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.b-bottom-sec .b-btn-wrap a:last-child:hover {
  color: #fff;
  background-color: #d34d0d;
  border-color: #d34d0d;
}

.hs-blog-listing .footer-inner,
.hs-blog-post .footer-inner{
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hs-blog-listing .footer-inner > .footer-col,
.hs-blog-post .footer-inner > .footer-col{
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 0%;
  flex: 0 0 auto;
  width: 50%;
  padding-bottom: 3rem;
}


@media (min-width: 992px){
  .hs-blog-listing .footer-inner > .footer-col,
  .hs-blog-post .footer-inner > .footer-col{
    flex: 0 0 auto;
    width: 16.666667%;
    padding-bottom: 0;
  }

}
.hs-blog-listing .footer__container.copyright,
.hs-blog-post .footer__container.copyright{
  padding-top: 1rem;
}

.b-bottom-sec .b-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.posst {}

.posst .posst-inner {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.posst .posst-inner img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.posst .posst-content {
  margin-bottom: 1.5rem!important;
  padding: 1rem!important;
  /*background-color: #fff!important;*/
}


@media (min-width: 576px){
  .posst .posst-content {
    padding: 3rem!important;
  }

}

.posst .posst-content .date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.posst .posst-content h2 {
  margin: 0;
  line-height: 1.2;
  font-size: calc(1.325rem + .9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1rem;
}


@media (min-width: 768px){
  .posst .posst-content h2 {
    font-size: 2.25rem;
  }

}

.posst .posst-content .blog-post__body {
  margin-bottom: 1.5rem!important;
}

.posst .posst-content .tag {
  text-transform: uppercase!important;
  font-size: 1rem;
}

.posst .posst-content .tag a {
  font-weight: normal;
}

.posst .posst-content .tag a:hover {
  color: #024dbc;
}

.post-pagi {
  padding-bottom: 3rem;
  position: relative;
}

.post-pagi > .content-wrapper {}

.post-pagi > .content-wrapper > .row {
  margin-right: -12px;
  margin-left: -12px;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
}

.post-pagi .col-width {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


@media (min-width: 768px){

  .post-pagi .col-width {
    flex: 0 0 auto;
    width: 66.666667%;
  }

}

.custom-post-pagination {
  display: flex!important;
}

.custom-post-pagination .previous-posts-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-post-pagination a:hover {
  color: #024dbc;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


form {
  max-width: 767px;
}

.subscription input.email-edit.hs-input {
  width: 100% !important;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

.sp .systems-page {
  padding-left: 0;
  padding-right: 0;
}

.prompt input#hs-pwd-widget-password {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: inline-block;
  border-color: rgba(206,212,218,1.0);
  color: ;
  border-radius: 4px;
  height: auto !important;
  margin-bottom: 16px;
}
.hs-error-msgs label {
  color: #f2545b !important;
}
.prompt input#hs-pwd-widget-password:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  border-color: rgba(134,183,254,1.0);
}

.systems-page ul.hs-search-results__listing li {
  background-color: #fff;
  padding: 3rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hs-digitisation-page-inner .section-report .cookie-reset-container {
  display: none;
}
.systems-page ul.hs-search-results__listing li a.hs-search-results__title {
  font-size: 2.25rem;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media(max-width:767px){
  .systems-page ul.hs-search-results__listing li a.hs-search-results__title {
    font-size:calc(1.325rem + .9vw);
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:26px;
  }
}

.service_in_page .banner-type-wrapper .btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (max-width: 576px) {
  .line-break {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-bg-on-mobile {
    background-image: none !important;
  }
}
.minimum-height {
  min-height: auto !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.play-me {
  position: relative;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.play-me::after {
  content: "";
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0.75;
  font-size: 6rem;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyLDIwQzcuNTksMjAgNCwxNi40MSA0LDEyQzQsNy41OSA3LjU5LDQgMTIsNEMxNi40MSw0IDIwLDcuNTkgMjAsMTJDMjAsMTYuNDEgMTYuNDEsMjAgMTIsMjBNMTIsMkExMCwxMCAwIDAsMCAyLDEyQTEwLDEwIDAgMCwwIDEyLDIyQTEwLDEwIDAgMCwwIDIyLDEyQTEwLDEwIDAgMCwwIDEyLDJNMTAsMTYuNUwxNiwxMkwxMCw3LjVWMTYuNVoiIC8+PC9zdmc+);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;  
}

.play-me.invert::after {
  filter: invert(1);
}

.play-me:hover {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}