/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
.dnd-section > .row-fluid, 
.content-wrapper,
.page-center,
.container {
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.banner-section .dnd-section {
  padding: 0;
}
.body-wrapper [class*="force-full-width-section"],
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
    padding: 0;
}
html{
  scroll-behavior: smooth;
}
body {
  letter-spacing: 0.01em;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
}

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

/* Paragraphs */

p {
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
  margin: 0 0 10px;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height:1.2;
}
h1{
  line-height: 105%;
  letter-spacing: -0.025em;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
}
img {
  vertical-align: middle;
}
/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search,
#hs_cos_wrapper_subscription_preferences{
  display:block;
  padding:30px 32px;
  margin-bottom:20px;
  border-radius: 10px;
}
.form-title {
  font-weight: 700;
  font-size: 28.8px;
  line-height: 120%;
  letter-spacing: -0.015em;
  padding-bottom: 32px;
  margin-bottom: 19px;
  border-bottom: 1px solid #97ABC1;
}
/* Fields */

.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.015em;
}

/* Help text */

form legend {
  font-size: 16px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  border:1px solid;
  display: inline-block;
  font-size:16px;
  padding:14px 14px;
  width: 100%;
  font-family:Inter;
  line-height:20px;
  font-size:16px;
  outline:0;
}
form fieldset select.hs-input option {
    color: #000;
}
form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
}

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 - date picker */

.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;
}

.hs-error-msg ,
.hs-error-msgs label{
  color: #EF6B51;
  font-weight: 400;
  font-size: 16px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hsbutton{
  border:1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  font-family:Inter;
  margin:10px 0;
  font-weight:700;
  font-size:20px;
  line-height:24px;
  margin:10px 0;
}

/* 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.header{
  position:relative; 
  z-index: 999;
  transition:all .3s ease;
}
header.header .content-wrapper {
  padding: 27px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  width: 196px !important;
}
.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.custom-menu-primary {
  padding-left: 0px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  float: left;
  padding-left: 24px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a span img {
  transition: all .3s ease;
}



.custom-menu-primary .hs-menu-wrapper>ul:after,
.custom-menu-primary .hs-menu-wrapper>ul:before {
  content: '';
  display: table;
}

.custom-menu-primary .hs-menu-wrapper>ul:after {
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a span {
  padding-left: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  padding-left:0px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul{
  min-width: 876px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a{
  display: flex;
  flex-direction: row;
  align-items:center;
  padding: 12px;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-link a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
}

.header-right>div {
  margin-right: 16px;
}

.header-right .login-link {
  margin-right: 0;
}

.free-trail-link a {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 1px solid #231F20;
  background: #231F20;
  padding: 7px 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFBE7;
  text-transform: capitalize;
  display: inline-block;
}
.free-trail-link a:hover{
  color: #FFFBE7;
}
.login-link a {
  border: 1px solid #231F20;
  padding: 7px 20px;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li{
  width: 50%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child{
  width: 41%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a{
  display: none;
}.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a{

}
.custom-menu-primary .icon{
  margin-right:16px;
  background: rgba(255, 209, 0, 0.06);
  border-radius: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 48px;
} 
.custom-menu-primary .icon img {
  object-fit: contain;
}
.custom-menu-primary .menu-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.custom-menu-primary .menu-text>span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  padding-bottom:0px;
}

.custom-menu-primary .menu-text>span:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  text-transform: capitalize;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul {
  min-width: 400px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(3),
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3) {
  width: 100%;
  padding: 28px 0px 28px 60px;
  background: #FFFCF0;
  position: relative;
  top: 32px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(3)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child{
  width: 100%;
  padding: 28px 0px 28px 60px;
  background: #FFFCF0;
  position: relative;
  top: 32px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>a{
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding:0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>a .menu-text>span{
  padding:0; 
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(3)>a strong,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>a strong,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>a strong{
  text-decoration: underline;
}
/* header.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
} */
.cm-home-page .header-wrap {
  min-height: 0 !important;
}
.header-wrap{
  min-height:103px; 
}
.header-show header.header,
.header-show .cm-home-page header.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-show .cm-home-page header.header{
  background-color:#fff; 
}
.header-hide .cm-home-page header.header{
  background-color:#fff; 
}
.header-hide  header.header,
.header-hide .cm-home-page header.header{
  transform: translateY(-100%);
  position: fixed;
  left: 0;
  width: 100%;
}
.topbar-close .header-wrap,
.topbar-close .cm-home-page .header-wrap{
  min-height:103important;
}
@media (max-width:1330px){
/*   .header-wrap{
    min-height: 194px;
  } */
}



/* @media (max-width:991px){
  .topbar-close .header-wrap{
    min-height:103px!important;
  }
}
@media (max-width:991px){
  .header-wrap{
    min-height: 194px;
  }
}
@media (max-width:860px){
  .header-wrap{
    min-height: 228px;
  }
}
@media (max-width:767px){
  .header-wrap{
    min-height: 282px;
  }
}
@media (max-width:540px){
  .header-wrap{
    min-height:305px; 
  }
} */


@media (min-width:992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a span img {
    transform: rotate(180deg);
  }
  .mobile-trigger,
  .header-right-mobile{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-top: 1px solid #E6E6E6;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    margin-top: 35px;
    left: 0;
  }
  .mobile-menu-primary {
    display: none!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:before {
    content: '';
    display: block;
    height: 47px;
    position: absolute;
    top: 22px;
    width: 180px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li{
    padding-left: 30px;
  }


}
@media (max-width:1240px) and (min-width:992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    min-width: 600px;
  }
}
@media (max-width:1050px){
  .header-right>div {
    margin-right: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-left: 8px;
  }
  .custom-menu-primary {
    padding-left: 10px;
  }
}
/* @media (max-width:1024px){
.header-right>div {
margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
padding-left: 10px;
}
.custom-menu-primary {
padding-left: 14px;
}
} */
@media (max-width:991px){
  .header__logo img {
    width: 196px!important;
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile-trigger {
    display: inline-block;
    font-weight: 400;
    transition: .2s ease;
    line-height: 1;
    cursor: pointer;
    margin-left: 16px;
  }

  .mobile-trigger span.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 10px;
    overflow: visible;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .mobile-trigger span.hamburger-box {
    display: inline-block;
    position: relative;
    width: 37px;
    height: 25px;
  }

  .mobile-trigger span.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 1px;
  }

  .mobile-trigger .hamburger-inner,
  .mobile-trigger .hamburger-inner::before, 
  .mobile-trigger .hamburger-inner::after {
    background-color: #231f20;
    position: absolute;
    transition-property: transform;
    width: 100%;
    height: 2px;
    border-radius: 0;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .mobile-trigger .hamburger-inner::before,
  .mobile-trigger .hamburger-inner::after {
    content: "";
    display: block;
  }

  .mobile-trigger .hamburger-inner::before {
    top: -10px;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }

  .mobile-trigger .hamburger-inner::after {
    bottom: -10px;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .mobile-open .mobile-trigger .hamburger-inner{
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mobile-open .mobile-trigger .hamburger-inner:before{
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .mobile-open .mobile-trigger .hamburger-inner:after{
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mobile-menu-primary {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    background: #fff;
    padding-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: none;
    width: 100%;
    padding: 4px  24px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    justify-content: space-between;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    display: block;
    width: 100%;
    padding-left: 0;
    min-width: auto;
  }

  .header-right .contact-link,
  .header-right .free-trail-link,
  .header-right .login-link{
    display:none;
  }
  .header-right-mobile {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
  }

  .header-right-mobile>div {
    margin-bottom: 16px;
  }
  .mobile-menu-primary.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(3),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3) {
    padding: 28px 12px;
    top: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a.child-open span img {
    transform: rotate(180deg);
  }
  .mobile-menu-primary{
    overflow-y: auto;
    max-height: calc(100vh - 285px);
  }
  .topbar-close .mobile-menu-primary{
    max-height: calc(100vh - 103px);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child {
    padding: 28px 12px;
    top: 16px;
    padding-right: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    min-width: auto;
  }
  .mobile-menu-primary.custom-menu-primary .hs-menu-wrapper>ul>li>ul ul {
    display: block !important;
  }




}
@media (max-width:767px){
  .mobile-menu-primary{
    max-height: calc(100vh - 282px);
  }
}


@media (max-width:540px){
  .mobile-menu-primary{
    max-height: calc(100vh - 305px);
  }
}

@media (max-width:380px){
  .mobile-menu-primary{
    max-height: calc(100vh - 329px);
  }
}

@media (max-height:700px){
  .mobile-menu-primary {
    max-height: calc(100vh - 103px);
  }
}
/* Bottom Pane Start */



/* Bottom Pane End */


.footer-wrapper {
  background-color: #455970;
  color: #fff;
  padding: 100px 0px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper a:hover,
.footer-wrapper a:focus {
  color: #fff;
}

.footer-wrapper .row {
  display: flex;
  flex-flow: wrap;
}

.footer-about-section {
  padding: 0 16px;
}

.footer-nav-section {
  margin-left: auto;
  padding: 0px 16px;
}

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

.footer-nav-section .hs-menu-wrapper > ul > li {
  padding: 0px 16px;
  margin-right: 73px;
}

.ft-logo img {
  width: 100%;
  max-width: 255px;
  vertical-align: middle;
}

.ft-logo {
  margin-bottom: 30px;
}

.ft-copyright {
  margin-bottom: 24px;
}

.ft-copyright p {
  margin-bottom: 12px;
  text-shadow: none;
}

.footer-nav-section .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.015em;
}

.footer-nav-section .hs-menu-wrapper > ul ul li {
  margin-bottom: 12px;
}

.footer-nav-section .hs-menu-wrapper > ul ul li a {
  display: inline-block;
}

.footer-nav-section .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0px;
}

ul.ft-social-icons {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0px;
  font-size: 0px;
  align-items: center;
}

ul.ft-social-icons > li:not(:last-child) {
  margin-right: 24px;
}

ul.ft-social-icons img {
  vertical-align: middle;
}




@media (max-width: 1100px) {
  .footer-nav-section .hs-menu-wrapper>ul>li {
    margin-right: 43px;
    padding: 0 15px;
  } 
}


@media (max-width: 991px) {
  .footer-about-section {
    width: 100%;
    order: 2;
    text-align: center;
  }

  .footer-nav-section {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #7d7d7d;
  }

  .footer-wrapper {
    padding: 70px 0;
  } 
}


@media (max-width: 767px) {
  .footer-nav-section {
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .footer-nav-section .hs-menu-wrapper>ul>li {
    margin-bottom: 40px;
    margin-right: 0px;
  }

  .footer-about-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media (max-width: 640px) {
  .footer-nav-section .hs-menu-wrapper>ul>li {
    width: 50%;
  } 
}


@media (max-width: 420px) {
  .footer-nav-section .hs-menu-wrapper>ul>li {
    width: 100%;
  } 
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* @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    */
/*****************************************/


.hs-login-page .hs-banner-area .content-wrapper,
.hs-market-served-page .hs-banner-area .content-wrapper{
  padding-bottom: 266px;
}
.hs-market-served-details-page .hs-banner-area .content-wrapper {
  padding-top: 197px;
  padding-bottom: 130px;
}
.hs-login-page .hs-banner-header h1{
  font-size: 49.77px;
  line-height: 120%;
  margin-bottom: 24px;
}

/* market-served-details */
.hs-market-served-details-page .hs-banner-area h1 {
  font-size: 49.77px;
  line-height: 120%;
  letter-spacing: -0.025em;
  color: #000000;
}
.msd-content .dnd-section {
  padding: 0;
}

.msd-content .dnd-section>.row-fluid {
  max-width: 1449px;
  padding: 130px 100px;
}

.msd-content .dnd-section>.row-fluid .span6 {
  margin: 0;
  width: 50%;
  display: block !IMPORTANT;
}
.msd-content .dnd-section>.row-fluid .dnd-column{
  display: block !IMPORTANT;
}
.msd-content .dnd-section>.row-fluid .span6:first-child {
  width: 40%;
  padding-right: 30px;
}

.msd-content .dnd-section>.row-fluid .span6:last-child {
  width: 60%;
}

.msd-content .dnd-section>.row-fluid .span6 h2 {
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 700;
  font-size: 41.47px;
  line-height: 120%;
}


.msd-content .dnd-section>.row-fluid .span6 p {
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.msd-content .dnd-section>.row-fluid .span6 ol,
.msd-content .dnd-section>.row-fluid .span6 ul{
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}
.msd-content .dnd-section>.row-fluid .span6 ul{
  margin-top:0;
}

.msd-content .dnd-section>.row-fluid .span6 ol li,
.msd-content .dnd-section>.row-fluid .span6 ul li{
  margin-bottom: 10px;
}
.msd-content .hs-button{
  box-shadow: 0 1px 2px rgb(16 24 40 / 5%);
  cursor: pointer;
  display: inline-block;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  background-color: #231f20;
  border-color: #231f20;
  border-radius: 6px;
  border-width: 1px;
  color: #fffbe7;
  padding: 12px 32px;
}
.hs-events-page .hs-banner-header h1 {
  font-size: 49.77px;
  line-height: 120%;
  margin-bottom: 24px;
}

.hs-events-page .hs-banner-area .content-wrapper {
  padding-top: 28px;
  padding-bottom: 0;
}
.hs-specific-event-page .banner-with-form .content-wrapper {
  padding-bottom: 44px;
}
.hs-specific-event-page .banner-with-form .banner-content-inner {
  max-width: 626px;
}
.slider-content-sec .dnd-section{
  padding:0;
}

.cm-home-page header.header {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index:999;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}
.hs-home-page .logo-slider-wrapper ul li {
  padding: 0 64px;
}
@media (max-width: 500px) {
  .hs-home-page .logo-slider-wrapper ul li {
    padding: 0 24px;
  }
}
.two-column-content-sec .dnd-section>.row-fluid {
  max-width: 1062px;
  padding-top: 128px;
  padding-bottom: 46px;
  padding-left: 0;
  padding-right: 0;
}

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

.two-column-content-sec .dnd-section>.row-fluid .span6 {
  width: 50%;
  margin: 0;
  display: block !IMPORTANT;
}

.two-column-content-sec .dnd-section>.row-fluid .span6:first-child {
  padding-right: 30px;
}

.two-column-content-sec .dnd-section>.row-fluid h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.025em;
  color: #333333;
  margin-bottom: 32px;
}

.two-column-content-sec .hs-button {
  background: #231F20;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  border: 1px solid #231F20;
  color: #fff;
  padding: 11px 32px;
  display: inline-block;
  font-weight:700;
  font-size:20px;
  line-height:24px;
}
.slider-content-sec {
  margin-top: -140px;
}
.two-column-content-sec .dnd-section {
  padding-left: 16px;
  padding-right: 16px;
}

/* .product-sec-2 img {
  width: 100%;
} */
.msd-content .dnd-section>.row-fluid>.span4 ul li {
  padding-bottom: 20px;
}
.msd-content .dnd-section>.row-fluid>.span4 {
  margin-top: 20px;
}
@media (min-width:768px){
  .msd-content .dnd-section>.row-fluid>.span4 {
    margin-top: 120px;
  }
}

@media (max-width:1024px){
  .msd-content .dnd-section>.row-fluid {
    padding: 70px 50px;
  }
}

@media (max-width:991px){

  .two-column-content-sec .dnd-section>.row-fluid {
    padding-top: 64px;
  }

}
@media (max-width:899px){
  .msd-content .dnd-section>.row-fluid>.span4{
    margin-top: 170px;
  }
}

@media (max-width:767px){
  .hs-login-page .hs-banner-area .content-wrapper,
  .hs-market-served-page .hs-banner-area .content-wrapper{
    padding-bottom: 100px;
  }
  .msd-content .dnd-section>.row-fluid .span6 {
    width: 100% !IMPORTANT;
  }
  .hs-market-served-details-page .hs-banner-area .content-wrapper {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .hs-market-served-details-page .hs-banner-area h1,
  .hs-events-page .hs-banner-header h1,
  .hs-login-page .hs-banner-header h1{
    font-size: 40px;
  }
  .msd-content .dnd-section>.row-fluid .span6 h2 {
    font-size: 35px;
  }
  .msd-content .dnd-section>.row-fluid {
    padding: 40px 16px;
  }
  .two-column-content-sec .dnd-section>.row-fluid .span6 {
    width: 100%;
  }  
  .two-column-content-sec .dnd-section>.row-fluid .span6:first-child {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .two-column-content-sec .dnd-section>.row-fluid h2{
    font-size: 35px;
  }
  .msd-content .dnd-section>.row-fluid .span6:first-child {
    padding-right: 0;
  }



}




.product-sec-6 .dnd-section {
  padding-top: 200px;
  padding-bottom: 174px;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.product-sec-4 .dnd-section {
  padding-bottom: 100px;
  padding-top: 60px;
}

.product-page .hs-banner-area .content-wrapper {
  padding-bottom: 40px;
}

.product-page .logo-slider-wrapper {
  padding-bottom: 200px;
  margin-bottom: -200px;
}

.product-page .video-box {
  padding: 0px;
}

.company-sec-1 .icon-width-content-wrapper {
  margin-top: -220px;
}

.company-banner-sec .hs-banner-area .content-wrapper {
  padding-bottom: 226px;
}

.company-sec-2 {
  padding-top: 80px;
}

.support-sec-5 fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.support-sec-5 form input[type=submit] {
  width: 100%;
}

.support-sec-5 form textarea {
  min-height: 120px;
}

.support-sec-5 form fieldset {
  margin-bottom: 14px !important;
}

.support-sec-5 form h4 {
  border-bottom: 1px solid #97abc1;
  font-size: 28.8px;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 120%;
  margin-bottom: 9px;
  padding-bottom: 32px;
}

.support-sec-5 .hs-form-required {
  display: none;
}

.support-sec-5 form fieldset.form-columns-0 {
  margin-bottom: 0px !important;
}

.support-sec-5 form fieldset.form-columns-1 {
  margin-bottom: 0px !important;
}


@media (max-width: 1200px) {
  .product-sec-6 .dnd-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .product-sec-6 .dnd-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-sec-4 .dnd-section {
    padding-bottom: 60px;
  }

  .company-sec-2 {
    padding-top: 40px;
  }

}
@media (max-width:767px){
  .support-sec-1 h2 {
    font-size: 35px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: ;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.systems-page .hs_cos_wrapper_type_email_simple_subscription h1 {
  color: #fff;
}
.systems-page .hs_cos_wrapper_type_email_simple_subscription form input[type=email]{
  width:100% !important;
  text-shadow: none;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 6px 10px;
  line-height: 1.3;
  font-size: 16px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  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: ;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.subscribe-options p label {
  font-size: 24px;
  font-weight: 400;
}
.systems-page form label {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .systems-page h2 {
    font-size: 20px;
  }
}