*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper,
.page-center,
.blog-container ,
.container,
.dnd-section > .row-fluid   {
  margin-right: auto;
  margin-left: auto;
  width:90%;

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-style: normal;
  font-weight: 400;
} 

body {  
  line-height: 1.5;
  background-color: #fff;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 10px;
}
strong {
    font-weight: 700;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration:none;
  font-family: Poppins,sans-serif;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
  line-height:noraml;
  margin-top: 20px;
  margin-bottom: 10px;

}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.13;
}
h3 {
  margin-top: 20px;
  line-height: 1.25;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.34;
}
h5 {
  margin-top: 10px;
}
h6 {
  margin-top: 10px;
}

/* Lists */

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Manrope,sans-serif;
}
li {
  font-family: Manrope,sans-serif;
}
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

img{
  border: 0;
  vertical-align: middle;
  max-width: 100%;  
  display:inline-block;
}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

/* Horizontal rules */

hr {
  box-sizing: content-box;
  height: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.form-title {
  line-height: 42px;
  font-weight: 800;
  font-family: Manrope,sans-serif;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}
form {
  position: relative;
  max-width: 700px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px -11px #1f1f1f;
  margin-bottom: 20px;
}

/* Labels */
label {
  font-size: 14px;
  width: 130px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #33475b;
}
.hs-form-field label:not(.hs-error-msg) {
  font-family: Manrope;
  font-size: 14px;
}


/* Help text - legends */

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-style: solid;
  cursor: text;
  outline: none;
  width: 100%;
  padding: 0px 15px;
  min-height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  min-height: 40px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
.hs-error-msgs label {
  color: #f2545b;
}
.field {
  margin-bottom: 18px;
}
/* Submit button */

input[type=submit],
.hs-button {
  border-style: solid;
  text-decoration: none;
  white-space: normal;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Manrope;
}

/* Captcha */

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

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_v2_container_wrap {
  min-height: 80px;
}
header.header_v2 {
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 999;  
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
}

.header_v2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header_v2_logo img {
  width: 100% !important;
}

.hd_v2_nav {
  position: relative;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v2_btn a {
  margin-left: 10px;
  padding: 1rem 2rem;
}

.v2_btn a {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
/*   margin-left: 10px; */
  padding: 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #3aafa9;
  border-radius: 4px;
  background-color: #01b1af;
  box-shadow: 6px 6px 20px -14px #000;
  -webkit-transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media(min-width: 1200px) {
  .v2_btn a {
    font-size: 18px;
    padding: 1rem 1.5rem; 
  }
}

.v2_btn a:hover {
  background-color: #349d98;
  color:#fff;

}.custom_menu_primary .w-icon-dropdown-toggle {
  right: -4px;
}

.v2_btn.v2_hd_btn1 a {
  padding: 0.5rem 1rem;
  background-color: #01b1af;
}
@media(min-width: 1200px) {
  .v2_btn.v2_hd_btn1 a {
    padding: 1rem 1.5rem;
  }
}


.hd_v2_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.v2_login_link a {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #222;
}
.custom_menu_primary .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_menu_primary .hs-menu-wrapper>ul ul {
  display: none;
}

.custom_menu_primary .hs-menu-wrapper>ul>li.hs-item-has-children {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 1rem;
  position:relative;
}

.custom_menu_primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.custom_menu_primary .hs-menu-wrapper>ul ul li a {
  margin-bottom: 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  line-height: normal;
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding: 10px;
}

.custom_menu_primary .hs-menu-wrapper>ul ul li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.custom_menu_primary .hs-menu-wrapper>ul ul {
  border-bottom: 1px solid #656d81;
  border-radius: 10px;
  display: none;
  height: auto;
  min-width: 300px;
  overflow: hidden;
  padding: 27px 10px 30px;
  position: absolute;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position: -17px 0px;
  background-image:url(https://4515889.fs1.hubspotusercontent-na1.net/hubfs/4515889/raw_assets/public/FollowupCRM_November_2022/images/menu_bg.svg);

}
.custom_menu_primary .hs-menu-wrapper>ul>li:hover>ul {
  display:block;
}
@media screen and (min-width: 1440px) {
  .v2_btn a,
  .v2_btn.v2_hd_btn1 a{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header.header_v2 {
    box-shadow: 1px 1px 20px -15px #000;
  }
}









main#main-content {
  margin-top: -2px;
}
header.header {
  min-height: 90px;
}
.header_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 99;
  height: 90px;
}

.header_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_row >div {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.header_logo {
  width: 16.66666667%;
}

.header_menu {
  width: 41.66666667%;
}

.header_buttons {
  width: 41.66666667%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header_menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.header_menu .hs-menu-wrapper>ul ul {
  border-bottom: 1px solid #656d81;
  border-radius: 10px;
  display: none;
  height: auto;
  min-width: 300px;
  overflow: hidden;
  padding: 27px 10px 30px;
  position: absolute;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position: -17px 0px;
  background-image:url(https://4515889.fs1.hubspotusercontent-na1.net/hubfs/4515889/raw_assets/public/FollowupCRM_November_2022/images/menu_bg.svg);

}
.header_menu .hs-menu-wrapper>ul>li:hover>ul {
  display:block;
}
.header_btn_link a {
  display: block;
  height: 90px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 36px;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: #000 #000 transparent;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

.header_btn_link a:hover {
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: #000;
}

.header_cta a {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 55px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #3aafa9;
  box-shadow: 1px 1px 5px 0 #000;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  font-family: Manrope,sans-serif;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.header_cta a {
  width: 210px;
  height: 43px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  box-shadow: 1px 1px 7px -1px #000;
  border-color: rgb(15, 38, 93);
}

.header_cta a:hover {
  background-color: #02cba9;
}

.header_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header_cta a {
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
}
.header_cta a:hover {
  color: #fff;
}
.header_btn_link a:hover {
  color: #000d2e;
}
.header_menu .hs-menu-wrapper>ul>li>a {
  height: 90px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 36px;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: #000 #000 transparent;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Manrope,sans-serif;
  color: #0f265d;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  display: inline-block;
  height: 90px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px #000;
  -webkit-transition-property: none;
  transition-property: none;
  color: #000d2e;
}

[class*=" w-icon-"], [class^=w-icon-] {
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
}

.icon-2 {
  margin-right: 10px;
  color: #3aafa9;
}

.icon-2.features {
  display: block;
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "\e603";
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  text-align: left;
  white-space: nowrap;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding: 0 20px 0 0;
  border-bottom: 0 solid #fff;
  font-family: Manrope,sans-serif;
}

.header_menu .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a:hover {
  height: 90px;
  padding-top: 36px;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: #000;
}
.header_menu .hs-menu-wrapper>ul ul li a {
  margin-bottom: 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  line-height: normal;
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding: 10px;
}

.header_menu .hs-menu-wrapper>ul ul li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 1440px) {
  .header_menu .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a:hover {
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom-color: #0f265d;
  }
}

@media screen and (min-width: 1440px) {
  .header_btn_link a:hover {
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
    border-style: none none solid;
    border-width: 0 0 4px;
    border-bottom-color: #000d2e;
  }
}

@media screen and (min-width: 1280px) {
  .main-login:hover {
    height: auto;
  }
}
@media screen and (min-width: 992px){
  .navbar_menu.w-nav-menu {
    display: none !important;
  }
  .mobile_v2_menu_wrapper {
    display: none !important;
  }
}

@media screen and (max-width: 991px){
  .mobile_v2_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
  }
  .mobile_v2_menu .dropdown-icon.w-icon-dropdown-toggle {
    left: auto;
    top: auto;
    right: 0;
    bottom: auto;
    margin-top: -20px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .mobile_v2_menu .hs-menu-wrapper>ul>li.hs-item-has-children {
    cursor: pointer;
    flex-wrap:wrap;
  }
  .mb_btn a:hover {
    color: #fff;
  }
  .mobile_v2_menu_wrapper {
    position: fixed;
    top: 80px;
    transition: transform 400ms ease 0s;
    transform: translateY(-150%);
    overflow: auto;
    padding: 1rem 5% 2rem;
    border-bottom: 1px solid #000;
    background: #fff;
    width: 100%;
    z-index: 9;
  }

  .mobile_open .mobile_v2_menu_wrapper {
    transform: translateY(0);
  }

  .mobile_v2_menu .hs-menu-wrapper>ul ul {
    display: none;
    width: 100%;
  }
  .mobile_v2_menu .hs-menu-wrapper>ul ul li {
    padding-left: 10px;
  }

  .mobile_v2_menu .hs-menu-wrapper>ul ul li a {
    display: block;
    padding: 10px;
  }
  .mobile_v2_menu .hs-menu-wrapper>ul >li.hs-item-has-children {
    position: relative;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile_v2_menu .hs-menu-wrapper>ul >li:not(.hs-item-has-children)>a {
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .mobile_v2_cta {
    text-align: center;
    margin-top: 1.5rem;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mb_btn_link a {
    display: block;
    position: relative;
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .mb_btn a {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0.75rem 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #3aafa9;
    border-radius: 4px;
    background-color: #01b1af;
    box-shadow: 6px 6px 20px -14px #000;
    -webkit-transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
    transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .mb_btn span {
    width: 100%;
    display: block;
  }

  .mb_btn div {
    width: 100%;
    display: block;
  }

  .mb_btn.btn_1 a {
    padding: 0.5rem 1.5rem;
    background-color: #01b1af;
  }

  .mb_btn.btn_2 a:hover {
    background-color: #349d98;
  }

  .navbar_menu.w-nav-menu {
    cursor: pointer;
    font-size: 24px;
    position: relative;
    float: right;
    display: block;
  }

  .menu-icon1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #000;
    transition: all 200ms ease-in;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #000;
    transition: all 200ms ease-in;
  }

  .menu-icon1_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .menu-icon1_line-middle {
    width: 24px;
    transition: all 250ms ease-in;
  }

  .mobile_open .menu-icon1_line-bottom {
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .mobile_open .menu-icon1_line-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .mobile_open .menu-icon1_line-middle {
    width: 0px;
    height: 2px;
  }

  .hd_v2_nav {
    display: none;
  }


  .header_container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header_menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 12px;
  }

  .header_cta a {
    margin-top: 20px;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 5px;
    font-size: 11px;
    margin-bottom: 20px;
    width: 200px;
    text-indent: -5px;
  }

  .header_btn_link a {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
  }

  .mobile_v2_menu_wrapper {
    max-height: calc(100% - 80px);
  }

}
@media screen and (min-width: 768px){
  .hide_desktop {
    display: none;
  }
  .mobile_menu_wrapper,.menu-button.w-nav-button {
    display: none !important;
  }
}
@media screen and (max-width: 767px){
  .mobile_v2_menu_wrapper {
    top: 75px;
  }
  header.header_v2 {
    min-height: 4rem;
  }
  main#main-content {
    margin-top: 0;
  }
  .hide_mobile {
    display: none; 
  }
  .header_buttons {
    display: none;
  }

  .header_menu {
    display: none;
  }

  .header_container { 
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: auto;
    min-height: 60px;
  }

  .header_container .header_row {
    max-width: 95%;
  }
  .header_row>div.header_logo {
    padding-left: 10px;
    padding-right: 0;
    width: auto;
  }

  .header_logo img {
    width: 179px !important;
  }

  header.header {
    min-height: 60px;
  }
  .menu-button.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000d2e;
    display: block;
    -webkit-user-select: text;
  }
  .w-icon-nav-menu:before {
    content: "\e602";
  }

  .header_row {
    display: block;
  }
  .mobile_menu_wrapper {
    text-align: center;
    display: block;
    position: fixed;
    right: 0;
    bottom: auto;
    z-index: 19;
    overflow: auto;
    width: auto;
    height: 100vh;
    background-color: #fff;
    left: 0;
    transform: translateY(-110%);
    top: 60px;
    transition: transform 400ms ease 0s;
  }

  .mobile_open .mobile_menu_wrapper {
    transform: translateY(0px);
  }
  header.header {
    position: relative;
    z-index: 999;
  }
  .mobile_menu .hs-menu-wrapper ul li a {
    display: block;
    margin-top: 1vh;
    margin-right: auto;
    margin-left: auto;
    padding: 1vh 15px;
    font-family: Manrope,sans-serif;
    color: #000d2e;
    font-size: 2.5vh;
    text-align: center;
  }

  .mobile_menu .hs-menu-wrapper ul li a:hover {
    color: #000d2e;
  }

  .mobile_menu .hs-menu-wrapper ul ul {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    font-size: 2vh;
  }
  .mobile_menu .hs-menu-wrapper ul li {
    position: relative;
  }

  .icon-2.features {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0 10%;
    margin-top: 1vh;
    transition: all .2s;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile_menu .hs-menu-wrapper>ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile_cta a {
    position: relative;
    padding: 1vh 15px;
    font-family: Manrope,sans-serif;
    display: block;
    font-size: 2.5vh;
    width: auto;
    margin: 1vh auto;
    border-radius: 40px;
    background-color: #3aafa9;
    color: #fff;
    text-align: center;
    max-width: 280px;
    white-space: normal;
  }
  .child_open .icon-2.features {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  .mobile_cta a:hover {
    color: #fff;
  }

  .mobile_v2_menu_wrapper {
    max-height: calc(100% - 75px);
  }


}


@media(max-width:767px) and (max-height:850px){
  .mobile_menu .hs-menu-wrapper ul li a {
    font-size: 1rem;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    font-size: 0.8rem;
  }

  .mobile_menu_wrapper {
    max-height: calc(100% - 60px);
  }
}


header.header_v3 {
  padding-left: 2%;
  padding-right: 2%;
}
.header_v3 .header_v2_container {
  max-width: 100%;
}
.footer .page-padding {
  padding-right: 5%;
  padding-left: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.footer .padding-vertical.padding-large {
  padding-right: 0;
  padding-left: 0;
  border-radius: 5px;
}

.footer .padding-large {
  padding: 3rem;
}

.footer .padding-xxlarge {
  padding: 5rem;
}

.footer .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.footer .social-logo-row.show-mobile-portrait {
  display: none;
}

.footer .social-logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.footer .show-mobile-portrait {
  display: none;
}

.footer .text-align-center {
  text-align: center;
}

.footer .footer_credit-text {
  font-size: .875rem;
}

.footer .footer_credit-text p {
  margin-bottom: 0;
}

.footer .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.footer .footer_top-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer .footer_left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer_menu-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer .margin-bottom.margin-small img {
  width: 198px;
}

.footer .margin-bottom.margin-small img a {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}

.footer .margin-medium {
  margin: 2rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.footer .margin-medium p {
  margin: 0;
}
.footer .footer_link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer .margin-xsmall {
  margin: 1rem;
}
.footer .margin-xsmall {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;

  font-weight: 500;
}
.footer .footer_link-list ul li a {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.footer .footer_link-list .hs-menu-wrapper >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.footer .hs_ft_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer .contact-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.footer .footer_link.contact {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}
.footer .padding-vertical.padding-large {
  padding-top: 8rem;
}
footer.footer {
  padding-top: 25px;
}
.footer .footer_link-list a{
  text-decoration: underline;
  text-decoration-color: -webkit-link;
}
.post-body h3 {
  color: #1f1f1f;
}
.post-body h1 {
  font-size: 3.5rem;
}
@media screen and (min-width: 1440px){
  .footer  .page-padding {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .footer .page-padding {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 991px){
  .footer .padding-large {
    padding: 2.5rem;
  }
  .footer .padding-xxlarge {
    padding: 4.5rem;
  }
  .footer .footer_top-wrapper {
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .post-body p {
    word-break: break-word;
  }
  .post-body h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px){

  .footer .padding-large {
    padding: 2rem;
  }
  .footer  .margin-xsmall {
    margin: 0.75rem;
  }
  .footer .footer_top-wrapper {
    grid-row-gap: 3rem;
  }
  .footer  .margin-medium{
    margin-bottom: 1.5rem;
  }
  .footer .footer_credit-text {
    margin-top: 1.5rem;
  }
  .footer .padding-xxlarge {
    padding: 3rem;
  }
  .footer .margin-xsmall {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px){
  .footer .footer_top-wrapper {
    grid-row-gap: 10px;
  }
  .footer .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer .social-logo-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .social-logo-row.show-mobile-portrait {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .hide-mobile-portrait {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer .footer_top-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .footer .footer_left-wrapper {
    width: 30%;
  }

  .footer .footer_menu-wrapper {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

}

footer .footer_credit-text p a {
  text-decoration: underline;
}

.cm_homepage .footer .footer_link-list a {
  text-decoration: none;
}

.cm_homepage footer .footer_credit-text p a {
  text-decoration: none;
}

.cm_homepage footer .footer_credit-text p {
  color: #333!important;
}

.firefox .hs_ft_contact > :last-child {
  white-space: nowrap;
}


.footer-v3 {
  padding: 25px 0;
}
.footer-v3 .footer_link-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer-v3 .footer_link-list .hs-menu-wrapper > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
}
.footer-v3 .footer_link-list .hs-menu-wrapper > ul li {
  padding: 0 15px;
}
.footer-v3 .footer_credit-text {
  margin-top: 10px;
}
/* Menu and simple menu */

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

  /* Hide default Swiper navigation arrows */
  .swiper-button-prev,
  .swiper-button-next {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
  }

  .custom-prev,
  .custom-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    background: #Fff;
    padding: inherit;
    height: 40px;
    width: 40px;
    border: 1px solid #01b1af;
    box-shadow: 0px 2px 4px rgba(17, 24, 39, 0.18);
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }


  .custom-prev:hover,
  .custom-next:hover {
    background: #01b1af;
    border: 1px solid #fff;
    opacity: 1;
  }


  .custom-prev svg,
  .custom-next  svg { 
    height: 1.2em;
    width: 1.2em;
  }

  /* Style for custom prev button */
  .custom-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); /* Flip the SVG to point left */
    cursor: pointer;
    z-index: 10;

  }

  /* Style for custom next button */
  .custom-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); /* Default pointing right */
    cursor: pointer;
    z-index: 10;
  } 
html, body {
    overflow-x: hidden;
}

div.body-wrapper:not(.hs-content-id-167679654501) #hs_cos_wrapper_sales_phone {
    display: none;
}
.industry-hero-section .primary-button-2 img {
  width: 9px;
}
.dnd-section[class*="full-width"]{
  padding:0;
}

.dnd-section[class*="full-width"]>.row-fluid {
  width: 100%;
}

.homerow4 img {
  width: 200px;
}

.privacyrow1 h1 {
  display: block;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  font-size: 40px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: capitalize;
}

.privacyrow1 p {
  padding-left: 0;
  font-family: Manrope,sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.privacyrow1 {
  margin-top: -2px;
}

.privacyrow1 p a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.privacyrow1 p a:active,
.privacyrow1 p a:hover {
  outline: 0;
} 
.privacyrow1 p a:active {
  color: red;
}
.feat_inrpage .features-hero-section .features-heading {
  font-weight: 700;
}


.feat_inrrow2 .dnd-section {
  height: auto;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}

.feat_inrrow3 .dnd-section {
  height: auto; 
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.feat_inrrow3 .widget-type-linked_image {
  margin-top: 30px;
  text-align: center;
}

@media(min-width:1100px){
  .feat_inrpage .features-hero-section {
    background-size: cover;
  }
}


@media(min-width:768px){
  .feat_inrrow4  .features-steps-section {
    padding-top: 150px;
    padding-bottom: 30px;
  }

  .feat_inrrow4  .features-steps-section {
    padding-top: 150px;
    padding-bottom: 30px;
  }

}

/** rg **/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.webnr_row1 .dnd-section {
  padding-top: 58px;
  padding-bottom: 60px;
}

.webnr_row1 .dnd-section > .row-fluid {
  width: 92%;
}

.webnr_row1 h1 {
  margin: 0.67em 0;
  font-weight: 800;
  text-align: center;
  font-family: Manrope,sans-serif;
  max-width: 442px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 40px;
  line-height: 43px;
}

.webnr_row1 p {
  margin: 0;
  font-family: Manrope,sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 43px;
  font-weight: 400;
}

.webnr_row1 .dnd-column {
  padding: 0px !important;
}

.webnr_row2 .dnd-section {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 149px;
  background-color: #e6f5f4;
}

.webnr_row2 .dnd-column {
  padding: 0px !important;
}

.webnr_row2 h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Manrope,sans-serif;
  color: #262829;
  font-size: 30px;
  line-height: 43px;
}
.content-wrapper {
  position: relative;
}

.prcng_row2 {
  margin-top: 0;
  background-color: #fafafa;
}

.prcng_row2 .dnd-section > .row-fluid {
  padding-top: 40px;
  text-align: center;
  max-width: 940px;
}

.prcng_row2 .dnd-column {
  padding: 0px !important;
}

.prcng_row2 h2 {
  margin: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 36px;
  font-family: Manrope,sans-serif;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  color: #000d2e;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

.prcng_row2 img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 655px;
  width: 100%;
}



.demo_row1 {
  padding-top: 78px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.demo_row1 .content-wrapper {}

.demo_row1  .request-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.demo_row1 .request-demo .integration {
  width: 100%;
  max-width: 455px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 584px;
  padding-right: 0;
}

.demo_row1 .request-demo-frm {
  width: 100%;
  max-width: 483px;
  margin-top: 50px;
  padding: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  width: 50%;
  margin-top: 0;
  padding-top: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px -11px #1f1f1f;
}

.demo_row1 h3 {
  margin: 0;
  line-height: 42px;
  font-weight: 800;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}

.demo_row1 form {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: unset;
  max-width: 100%;
}

.demo_row1 .request-demo img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.demo_row1 .request-demo img:first-of-type {max-width: 514px;}

.demo_row1 img:last-of-type {
  margin-top: 35px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 496px;
}

.demo_row1 .actions {
  padding-bottom: 7px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 7px;
}

.demo_row3 {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background-color: #f1f1f1;
  background-image: none;
}

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

.demo_row3 .dnd-section > div {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
  text-align: center;
}

.demo_row3 h2 {
  font-family: Manrope,sans-serif;
  text-align: center;
  max-width: 100%;
  margin: 100px auto 60px;
  padding-top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 670px;
  margin-bottom: 20px;
  color: #252729;
  font-size: 26px;
  line-height: 39px;
  font-weight: 800;
}

.demo_row3 img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  max-width: 1026px;
  width: 100%;
}

.webnr_row2 .dnd-section > .row-fluid {
  width: 92%;
}

.demo_row1 h1 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 3.5rem;
  line-height: 44px;
  font-weight: 700;
  font-size: 3rem;
  color: #1f1f1f;
}


@media(max-width:767px){
  .demo_row1 h1 {
    font-size: 33px;
  }
  .demo_row1 .request-demo {
    display: block;
  }

  .demo_row1 .request-demo .integration {
    width: 100%;
    margin-bottom: 40px;
  }

  .demo_row1 .request-demo-frm {
    width: 100%;
  }

  .demo_row3 h2 {
    margin-top: 0;
  }
  .demo_row1 .request-demo .integration {
    max-width: 100%;
    text-align: center;
  }

  .demo_row1 .request-demo-frm {
    max-width: 100%;
  }
}


.video-demo-section {
  margin-top: -2px;
}

.video-demo-section .video-demo-container {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

@media screen and (min-width: 1440px){
  .video-demo-section .video-demo-container {
    display: inline;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.video-demo-section .video-demo-flexbox {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: none;
  color: #1f1f1f;
  text-align: center;
}

@media screen and (min-width: 1440px){
  .video-demo-section .video-demo-flexbox {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  } 
}

.video-demo-section .video-demo-left-block {
  width: 50%;
  max-width: none;
  margin-right: 30px;
}


@media screen and (min-width: 1440px){
  .video-demo-section .video-demo-left-block {
    display: inline-block;
  }
}

.video-demo-section  .video-demo-right-block {
  overflow: hidden;
  width: 50%;
  max-width: 450px;
  margin-left: 0;
  border-radius: 8px;
  box-shadow: 0 14px 35px 0 rgb(0 0 0 / 4%);
}

.video-demo-section h1 {
  margin-bottom: 40px;
  font-family: Manrope,sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: transparent;
  color: #000d2e;
  text-align: center;
}

@media screen and (min-width: 1440px){
  .video-demo-section h1 {
    margin-bottom: 10px;
  }  
}

.video-demo-section .features-lightbox-wrapper.type2 {
  display: block;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: none;
  text-align: center;
  width: 100%;
  top: 0;
}

.video-demo-section .features-lightbox-wrapper.type2 .features-lightbox {
  background-color: transparent;
  box-shadow: none;
}

.video-demo-section .features-lightbox-wrapper.type2 .features-lightbox img.crm-feature {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  width: auto;
  margin: 0 auto;
  padding: 0;
  box-shadow: none;
  max-width: 622px;

  width: 100%;
  border-radius: unset;
}

.video-demo-section .video-demo-right-block h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  font-size: 26px;
  line-height: 42px;
  font-weight: 800;
  text-align: center;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}

.video-demo-section .video-demo-right-block .cta-form-wrapper {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 886px;
  margin-top: 40px;
  margin-right: 0;
  padding: 20px 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 6px 12px -7px #000;
  text-align: center;
}

@media screen and (min-width: 1440px){
  .video-demo-section .video-demo-right-block .cta-form-wrapper {
    display: block;
    margin-top: 0;
    box-shadow: none;
  } 
}


.vddm__row3 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
}

.vddm__row3 .dnd-column {
  padding: 0px !important;
}

.vddm__row3 h2 {
  width: 100%;
  max-width: 100%;
  margin: 100px auto 60px;
  padding-top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  color: #252729;
  font-size: 46px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
}

.vddm__row3  h5 {
  font-family: Manrope,sans-serif;
  max-width: 100%;
  margin: 100px auto 60px;
  padding-top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  width: 670px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #252729;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.vddm__row3 img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: none;
  filter: none;
  text-align: left;
}
.video-demo-section .features-lightbox-wrapper.type2 .features-lightbox div#home-play { 
  box-shadow: 2px 2px 20px -3px #000;
}



@media(max-width:767px){
  .video-demo-section .video-demo-flexbox {
    display: block;
    width: 100%;
  }

  .video-demo-section .video-demo-left-block {
    width: 100%;
  }

  .video-demo-section .video-demo-right-block {
    width: 100%;
    max-width: 100%;
  }

  .video-demo-section .video-demo-right-block .cta-form-wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .video-demo-section .video-demo-right-block h1 {
    font-size: 28px;
  }

  .video-demo-section h1 {
    font-size: 28px;
  }

  .vddm__row3 h2, .vddm__row3 h5 {
    font-size: 28px;
  }
}





.abt_row1 {
  position: relative;
  margin-top: -2px;
}

.abt_row1 .dnd-section {
  overflow: hidden;
  padding-top: 130px !important;
  padding-bottom: 210px !important;
}

.abt_row1 .dnd-column {
  padding: 0px !important;
}

.abt_row1 .span6.widget-span:first-child {
  max-width: 584px;
  margin-right: 60px;
}

.abt_row1 h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -2px;
}

.abt_row1 p {
  max-width: 470px;
  margin-bottom: 20px;
  opacity: .8;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  font-size: 20px;
  line-height: 35px;
  width: 100%;
}

.abt_row1 .span6.widget-span:last-child {
  position: relative;
  display: block !important;
}

.abt_row1 .features-lightbox-wrapper.type2 {
  width: 100% !important;
  max-width: 100%;
  box-shadow: none;
  border-radius: unset;
}

.abt_row1 .features-lightbox-wrapper.type2 a.features-lightbox {
  max-width: 100%;
  display: inline-block;
  z-index: 8;
}

.abt_row1 .features-lightbox-wrapper.type2 a.features-lightbox img.crm-feature {
  margin: 0;
  padding: 0;
  max-width: 580px;
  box-shadow: 7px 7px 55px 1px rgb(36 31 30 / 25%);
  width: auto;
  border-radius: unset;
}

.abt_row1 h1 span {
  width: 100%;
  color: #000d2e;
  font-size: 46px;
}

.abt_row1 .features-lightbox-wrapper.type2 div#home-play {
  position: absolute;
  left: 48%;
  top: 30%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 36px;
  margin-right: 0;
  margin-left: -20px;
  padding: 35px 30px 35px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #3aafa9;
  -webkit-transition: .2s;
  transition: .2s;
}

.abt_row1 .features-lightbox-wrapper.type2 div#home-play img {
  max-width: 100%;
}




@media(max-width:1200px){
  .abt_row1 .features-lightbox-wrapper.type2 a.features-lightbox img.crm-feature {
    max-width: 100%;
  }

}

@media(max-width:991px){
  .abt_row1 h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .abt_row1 h1 span {
    font-size: 32px;
    letter-spacing: 0;
  }

  .abt_row1 p {
    width: auto;
    font-size: 16px;
  }

}


@media(max-width:767px){
  .abt_row1 .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .abt_row1 .span6.widget-span:first-child {
    margin: 0;
    max-width: 100%;
    text-align: center;
  }

  .abt_row1 p {
    max-width: 100%;
  }
}


.container-fluid.testmnl_row1 {
  margin-top: -2px;
}


.testmnl_row2 {
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(https://4515889.fs1.hubspotusercontent-na1.net/hubfs/4515889/raw_assets/public/FollowupCRM_November_2022/images/6138f0197e7e45859883ffcc_Rectangle%202226.svg),linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 90%,#fff),url(https://4515889.fs1.hubspotusercontent-na1.net/hubfs/4515889/raw_assets/public/FollowupCRM_November_2022/images/bxbnr.jpg);
  background-position: 621px -337px,0 0,50% 100%;
  background-size: auto,auto,cover;
  background-repeat: no-repeat,repeat,no-repeat;
}

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

.testmnl_row2 .dnd-section > div {
  max-width: 100%;
}

.testmnl_row2 .dnd-column {
  padding: 0px !important;
}
.slider-wrapper .slick-list {
  height: auto !important;
  padding-bottom: 50px;
}

.testmnl_row2 {
  padding-bottom: 20px;
}
.prcng_row4 .vds_wrp .pricing-video-card .play-button img {
  width: 20px;
  position: relative;
  left: 2px;
}


.prcng_wrp .prcng_itmwrp:nth-child(2) .text-block-36 + .price-card-tick-flexbox .tick-text {
  font-weight: 500;
}
.abtpg .shape {
  pointer-events: none;
}

@media(max-width: 1300px){
  .video-demo-section .video-demo-right-block  iframe {
    max-width: 100%;
  }
}

/** jg **/

.partners-section {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}
.partners-container {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.partners-container h2 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  font-size: 48px;
  line-height: 66px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.partners-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partners-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 180px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-areas:
    ". Area";
  -ms-grid-columns: 0.5fr 20px 0.5fr 20px 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto 40px auto 40px auto 40px auto 40px auto;
  grid-template-rows: auto auto auto auto auto;
}

.partners-integration-wrapper {
  width: auto;
  max-width: none;
  min-width: auto;
  padding: 40px;
  border: 1px solid #e7e6ec;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgb(0 0 0 / 4%);
  text-align: center;
  DISPLAY: FLEX;
  FLEX-DIRECTION: column;
}

.partner-integration-link {
  width: auto;
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.partners-integration-wrapper img {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: center;
}
.partners-integration-text {
  width: auto;
  max-width: none;
  min-height: 230px;
  margin-right: auto;
  margin-left: auto;
  font-family: Manrope,sans-serif;
  color: #0f265d;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.partners-integration-button {
  display: inline-block;
  width: 100%;
  height: 65px;
  max-width: 100%;
  margin-top: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #35b2a9;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Manrope,sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.partners-integration-button:hover {
  background-color: #02cba9;
  color:#fff;
}
.integration-section {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(https://4515889.fs1.hubspotusercontent-na1.net/hubfs/4515889/raw_assets/public/FollowupCRM_November_2022/images/integration%20inner%20banner.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.integration-section .cta-wrapper.integration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.integration-section .cta-description.integration {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 584px;
  padding-right: 0;
}

.integration-section .cta-form {
  width: 100%;
  max-width: 483px;
  margin-top: 50px;
  padding: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 60px;
}

.integration-section .container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
}

.integration-section .cta-description.integration h1 {
  color: #000d2e;
  font-family: Manrope,sans-serif;
  font-size: 53px;
  letter-spacing: -1px;
  line-height: 53px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 0;
  text-align: left;
  text-transform: none;
  width: 580px;
  font-weight: 800;
}
.integration-section .cta-description.integration h1 span {
  width: auto;
  font-size: 53px;
  line-height: 58px;
  text-align: right;
}

.integration-section mg.integration-rating {
  margin-top: 35px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.integration-section img.integration-rating {
  margin-top: 35px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.integration-section cta-form h1 {
  line-height: 42px;
  font-weight: 800;
  font-family: Manrope,sans-serif;
  color: #000d2e;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}
.partners-img-wrapper .partners-text-block {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  font-family: Manrope,sans-serif;
  color: #000D2E;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
.integration-section .cta-form h1 {
  line-height: 42px;
  font-weight: 800;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  font-family: Manrope,sans-serif;
  color: #000d2e;
}

.integration-section .cta-form form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.integration-video-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.integration-video-section .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

img.integrations-image {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-radius: 15px;
  box-shadow: 0 8px 34px 0 rgb(0 0 0 / 10%);
  text-align: center;
}

.integration-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.partners-img-wrapper {
  text-align: center;
}

.partners-text-block {}

.integration-video-heading {
  width: 50%;
}

a.integration-video-thumbnail.w-inline-block.w-lightbox {
  display: inline-block;
  position: relative;
  width: 90%;
  height: auto;
  max-height: 460px;
  max-width: 660px;
  margin-right: 60px;
}

.play-button.white.integration {
  -webkit-transition: .2s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  transition: .2s;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  top: auto;
  right: auto;
  background-color: #fff;
  position: absolute;
  left: 40%;
  bottom: 37%;
  margin-top: 0;
  margin-right: 0;
  padding: 18px 18px 18px 27px;
}

.play-button:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.integration-video-heading h1 {
  letter-spacing: 0;
  text-decoration: none;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Manrope,sans-serif;
  position: relative;
  top: 0;
  max-width: 503px;
  margin-top: 0;
  margin-bottom: 0;
  color: #3aafa9;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
}

@media(max-width:767px){
  .partners-integration-wrapper {
    margin-bottom: 30px;
  }
}

@media(max-width:991px){

  .partners-container h2 {
    font-size: 32px;
  }

  .partners-grid {
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .partners-integration-wrapper img {
    height: auto;
    margin-bottom: 25px;
  }

  .partners-integration-wrapper {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .integration-section .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .integration-section .cta-description.integration h1 {
    width: 420px;
    font-size: 40px;
  }

  .integration-section .cta-description.integration h1 span {
    font-size: 40px;
    letter-spacing: 0;
  }

  .integration-section .cta-form {
    width: auto;
    margin-left: 10px;
  }

  .integration-section .cta-description.integration {
    width: 50%;
    max-width: none;
    margin-right: 0;
    padding-right: 10px;
  }
  a.integration-video-thumbnail.w-inline-block.w-lightbox {
    width: 80%;
  }

  .integration-video-heading h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .play-button.white.integration {
    left: 39%;
    bottom: 33%;
    width: 80px;
    height: 80px;
    padding: 25px 25px 25px 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px){
  .partners-section {
    padding-top: 60px;
  }
  .integration-section, .integration-video-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  a.integration-video-thumbnail.w-inline-block.w-lightbox {
    width: auto;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .integration-video-heading {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .integration-flexbox {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integration-video-heading h1 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 48px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }

  .play-button.white.integration {
    left: 42%;
    bottom: 40%;
    padding: 25px 25px 25px 30px;
  }
  .integration-section .container {
    max-width: 500px;
  }

  .integration-section .cta-description.integration {
    width: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .integration-section .cta-wrapper.integration {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .integration-section .cta-form {
    max-width: 500px;
  }

  .integration-section .cta-description.integration h1 span {
    font-size: 39px;
  }

  .integration-section .cta-description.integration h1 {
    max-width: 420px;
    font-size: 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .partners-grid {
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .partners-grid {
    display: block;
    margin-bottom: 60px;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-areas:
      "Area Area";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto minmax(auto,1fr) auto auto auto;
    grid-template-rows: auto minmax(auto,1fr) auto auto auto;
  }
}
@media screen and (max-width: 479px){
  .partners-integration-wrapper {
    width: auto;
    margin-bottom: 20px;
    padding: 20px 5px;
  }
}
.hs_ind_row4 .features-steps-section .features-flexbox.first {
  margin-bottom: 150px;
  padding-top: 0;
}
.hs_ind_row4 .features-steps-section .features-flexbox.second {
  padding-top: 40px;
}
.hs_ind_row4 .features-steps-section {
  padding-top: 150px;
}
.hs_ind_row2 .pricing-crm-section {
  position: relative;
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  background: transparent;
}

.hs_ind_row2 .pricing-crm-section .pricing-crm-flexbox {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1140px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hs_ind_row2 .pricing-crm-section .content-wrapper {
  width: 100%;
  max-width: 100%;
}

.hs_ind_row2 h2.heading-2.crm {
  display: block;
  width: 100%;
  max-width: 615px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000d2e;
  margin-top: 100px;
  line-height: 50px;
  margin-bottom: 60px;
}

.hs_ind_row2 .pricing-crm-section .crm-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  margin: 0;
  max-width: 100%;
}

.hs_ind_row2 .pricing-crm-section .crm-box-text {
  margin-top: 20px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

@media(max-width:800px){
  .webnr_row2 .dnd-section {
    padding-bottom: 50px;
  } 
}


@media(max-width:767px){
  .hs_ind_row2 .pricing-crm-section .crm-box-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }

  .hs_ind_row2 h2.heading-2.crm {
    font-size: 24px;
  }

  .hs_ind_row2 .pricing-crm-section .content-wrapper {
    padding: 0 10px;
  }

}