*, *: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 {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://6611871.fs1.hubspotusercontent-na1.net/hubfs/6611871/PureSEM_November2022/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
          url(https://6611871.fs1.hubspotusercontent-na1.net/hubfs/6611871/raw_assets/public/PureSEM_November2022/fonts/fontawesome-webfont.woff) format("woff"),
      url(https://6611871.fs1.hubspotusercontent-na1.net/hubfs/6611871/raw_assets/public/PureSEM_November2022/fonts/fontawesome-webfont.ttf) format("woff2"),
    url(https://6611871.fs1.hubspotusercontent-na1.net/hubfs/6611871/raw_assets/public/PureSEM_November2022/fonts/fontawesome-webfont.ttf) format("truetype"),
    url(https://6611871.fs1.hubspotusercontent-na1.net/hubfs/6611871/raw_assets/public/PureSEM_November2022/fonts/fontawesome-webfont.svg) format("svg");
    font-weight: normal;
    font-style: normal
}


body {
  line-height: 1.8;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.5em;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  clear: both;
  line-height: 1.2;
}

h1{
  letter-spacing: -1px;
  line-height: 1.2;
}

h4 {
  letter-spacing: -1px;
  margin-bottom: 30px;
}

h6{
  line-height: 1.66666667;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field > label {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hs-form-field {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  margin: 0;
  background: #ffffff;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
  color: #999;
  outline:0;
}

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

form textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
  color: #999;
  resize: vertical;
  min-height: 282px;
}

.hs_error_rollup ul.hs-error-msgs label {
  font-size: 22px;
  font-weight: 300;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
}

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

.hs-input.invalid.error {}

.hs-error-msg {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin: 0;
}

ul.no-list.hs-error-msgs > li {
  margin: 0;
}

/* Submit button */

form input[type=submit],
.hs-button {
  line-height: 1.8;
  background: radial-gradient(100% 100% at 100% 0%, #5ADAFF 0%, #3870e1 100%);
  box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  width: auto;
  margin: 5px 0;
  padding: 15px 35px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .05s ease-in-out;
  position: relative;
  top: 0;
  cursor: pointer;
  white-space: break-spaces;
  outline: 0;
}
  
.hs-search-module input.hs-input {
  margin-bottom: 15px;
}

form input[type=submit]:hover,
.hs-button:hover {
  top: -3px;
  color: #fff;
  background: radial-gradient(100% 100% at 100% 0%, #5afffd 0%, #2368f3 100%);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_submit {
  margin-bottom: 0;
}

.hs-form {
  margin-bottom: 35px;
}
/* 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;
}
.brand-logo img {
  max-height: 60px;
}

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

header.header {
  padding: 20px 0;
  position: relative;
  z-index: 9;
}

.header__container {
  padding-left: 12px;
  padding-right: 12px;
}

.main-navigation .hs-menu-wrapper > ul > li > a {
  font-size: 15px;
  color: #36395a;
  display: block;
  line-height: 60px;
}

.main-navigation .hs-menu-wrapper > ul > li + li {
  margin-left: 30px;
}

.main-navigation .hs-menu-wrapper > ul > li {
  float: none;
  display: inline-block;
  text-align: left;
  position: relative;
  transition: all .25s ease-in-out;
}

.main-navigation .hs-menu-wrapper > ul {
  padding-left: 2rem;
  float: none;
  margin: 0 auto;
  text-align: right;
  display: block;
}

.header__container .row {
  margin-right: -12px;
  margin-left: -12px;
  width: auto;
}

.header__container .site_logo, 
.header__container .navigation-menu {
  padding: 0 12px;
}

a.cta_button.cm-contact-cta {
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .05s ease-in-out;
  position: relative;
  top: 0;
  width: auto;
  background: radial-gradient(100% 100% at 100% 0%, #5ADAFF 0%, #3870e1 100%);
  box-shadow: inset 0px -3px 0px rgb(58 65 111 / 50%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  line-height: 50px;
  margin: 5px 0;
  padding: 0 25px;
  display: block;
  box-sizing: border-box !important;
}

a.cta_button.cm-contact-cta:hover {
    top: -3px;
    color: #fff;
    background: radial-gradient(100% 100% at 100% 0%, #5afffd 0%, #2368f3 100%);
}


a{
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.mobile-trigger {
  display: none;
}


.main-navigation > div {
  display: inline-block;
  margin-left: 30px;
}

.main-navigation {
  text-align: right;
}

.main-navigation > .hs_cos_wrapper_type_menu {
  display: inline-block;
}

.main-navigation .hs-menu-wrapper>ul>li>a:hover {
  color: #3870e1;
}

.main-navigation .hs-menu-wrapper>ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgb(37 44 97 / 10%), 0 2px 4px 0 rgb(93 100 148 / 10%);
  border-radius: 6px;
  border-top: 1px solid #eee;
}

.main-navigation .hs-menu-wrapper>ul li:hover>ul {
  display: block;
}

.main-navigation .hs-menu-wrapper>ul ul > li {
  min-width: 230px;
  line-height: 1;
  display: block;
  text-align: left;
}

.main-navigation .hs-menu-wrapper>ul ul > li > a {
  font-size: 15px;
  color: #36395a;
  display: block;
  line-height: 60px;
  padding: 15px;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.main-navigation .hs-menu-wrapper>ul ul > li > a:hover {
  color: #3870e1;
}

@media (min-width: 1400px){

  .main-navigation .hs-menu-wrapper > ul > li > a{
    font-size:18px;
  }

  .main-navigation .hs-menu-wrapper>ul ul > li > a{
    font-size: 15px;
  }

}


@media (max-width:1199px) {

  .header__container .row > div {
    width: 100%;
  }

  .mobile-trigger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 500000;
    text-align: center;
    background: #1d1d20;
    color: #eee;
    left: auto;
    right: 0;
    width: auto !important;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .mobile-trigger button.burger {
    font-size: 24px;
    cursor: pointer;
    float: left;
    content: '\f0c9';
    font-family: FontAwesome;
    padding: 16px 20px;
    margin-left: -10px;
    position: relative;
    z-index: 20;
    line-height: 1em;
    margin: 0;
    float: right;
    padding-left: 20px;
    border: none;
    background: transparent;
    top:0;
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-trigger button.burger i.fa.fa-bars {
    font-family: FontAwesome;
    font-weight: 400;
    color: #eee;
  }

  .fa-navicon:before, 
  .fa-reorder:before,
  .fa-bars:before {
    content: "\f0c9";
  }

  .brand-logo {
    text-align: center;
  }

  .brand-logo {
    text-align: center;
  }

  .main-navigation .hs-menu-wrapper>ul>li>a {
    margin: 0;
    background: none transparent;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    display: block;
    color: #eee;
    border-bottom: 1px solid #111;
    border-top: 1px solid #313131;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    text-transform: uppercase;
    border-top-color: #292929;
  }

  .main-navigation .hs-menu-wrapper>ul {
    display: block;
    top: auto;
    left: auto;
    float: none;
    min-width: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #1D1D20;
    color: #eee;
  }

  .main-navigation .hs-menu-wrapper>ul> li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3em;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin: 0;
    padding: 0;
    background: none transparent;
    list-style-type: none;
    display: block;
  }

  .main-navigation .hs-menu-wrapper>ul>li+li {
    margin-left: 0;
  }

  .main-navigation>.hs_cos_wrapper_type_menu {
    display: block;
  }

  .main-navigation>div {
    display: block;
    margin-left: 0;
  }

  a.cta_button.cm-contact-cta {
    padding: 15px 25px;
    line-height: 1.6em;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid #111;
    border-top: 1px solid #313131;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
  }

  .header__container .row>div.navigation-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    width: auto;
    position: fixed;
    top: 0;
    width: 290px;
    height: 100%;
    background: #fff;
    z-index: 600000;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    overscroll-behavior: contain;
    right: 0;
    -webkit-transform: translateX(290px);
    -moz-transform: translateX(290px);
    -ms-transform: translateX(290px);
    -o-transform: translateX(290px);
    transform: translateX(290px);
    font-size: 13px;
    line-height: 1.3em;
    background: #1D1D20;
    color: #eee;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .navigation-menu .menu-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3em;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    background: none transparent;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  nav.main-navigation {
    display: block;
    top: auto;
    left: auto;
    float: none;
    min-width: 0;
    position: relative;
    z-index: 10;
    line-height: 1.3em;
  }

  .main-navigation .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  .main-navigation .hs-menu-wrapper>ul ul {
    position: static !important;
    opacity: 1 !important;
    display: block;
    box-shadow: none;
    border-radius: 0;
    border: none;
    color: #ccc;
    background: #25252A;
  }

  .main-navigation .hs-menu-wrapper>ul ul>li {
    min-width: 100%;
    line-height: 1.3em;
  }

  .main-navigation .hs-menu-wrapper>ul ul>li>a {
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    display: block;
    color: #eee;
    border-bottom: 1px solid #111;
    border-top: 1px solid #313131;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    padding-left: 50px;
    font-size: 13px;
  }

  a.cta_button.cm-contact-cta:hover {
    background: radial-gradient(100% 100% at 100% 0%, #5afffd 0%, #2368f3 100%);
    top: -3px;
  }

  .main-navigation .hs-menu-wrapper>ul ul >li>a:hover,
  .main-navigation .hs-menu-wrapper>ul>li>a:hover{
    color: #eee;
  }


  .mobile-open .header__container .row>div.navigation-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }

  .mobile-open .mobile-trigger {
    -webkit-transform: translateX(-290px);
    -moz-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    -o-transform: translateX(-290px);
    transform: translateX(-290px);
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .fa-bars:before {
    content: '\f00d';
  }

  .header__container .row>div.navigation-menu:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 15px;
    background: 0 0;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    z-index: 10000;
  }

  .mobile-open .header__container .row>div.navigation-menu:after {
    left: -15px;
    right: auto;
  }

  .main-navigation .hs-menu-wrapper>ul ul>li.active>a,
  .main-navigation .hs-menu-wrapper>ul>li.active>a {
    color: #eee;
    background: #35AC6A;
    border-top-color: rgba(255,255,255,.4);
    border-bottom-color: rgba(0,0,0,.8);
  }
  
  nav.main-navigation .hs-cta-wrapper.active a.cta_button.cm-contact-cta {
    background: #35AC6A;
    border-top-color: rgba(255,255,255,.4);
    border-bottom-color: rgba(0,0,0,.8);
  }
  
}


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

  .header__container .row>div.navigation-menu{
    width: 320px;
    max-width: 95%;
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
  }
  
  .mobile-open .mobile-trigger{
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
  }

}

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

  .header__container .row>div.navigation-menu{
    width: 305px;
    max-width: 95%;
    -webkit-transform: translateX(305px);
    -moz-transform: translateX(305px);
    -ms-transform: translateX(305px);
    -o-transform: translateX(305px);
    transform: translateX(305px);
  }

  .mobile-open .mobile-trigger{
    -webkit-transform: translateX(-305px);
    -moz-transform: translateX(-305px);
    -ms-transform: translateX(-305px);
    -o-transform: translateX(-305px);
    transform: translateX(-305px);
  }

}

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

  .header__container .row>div.navigation-menu{
    width: 265px;
    max-width: 95%;
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
  }

  .mobile-open .mobile-trigger{
    -webkit-transform: translateX(-265px);
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -o-transform: translateX(-265px);
    transform: translateX(-265px);
  }
  
}

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

  .header__container .row>div.navigation-menu{
    width: 230px;
    max-width: 95%;
    -webkit-transform: translateX(230px);
    -moz-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px);
  }

  .mobile-open .mobile-trigger{
    -webkit-transform: translateX(-230px);
    -moz-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    -o-transform: translateX(-230px);
    transform: translateX(-230px);
  }

}
.footer-bottom {
  background: #f9f9f9;
  font-family: Roboto;
  font-size: 14px;
  padding: 40px 15px 35px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #999;
}

.footer-top {
  font-size: 16px;
  background-color: #edf1f9;
}

.to-spacer {
  height: 70px;
  clear: both;
}

.footer-area h4,
.custom-contact h4 {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1;
  color: #376fe1;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: normal;
}

.footer-menu .hs-menu-wrapper > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  width: 49%;
  margin-right: 1%;
  padding-bottom: 15px;
}

.footer-top a, 
.footer-menu .hs-menu-wrapper > ul > li > a {
  color: #36395a;
}

.footer-top a:hover,
.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #376fe1;
}

.custom-contact p {
  margin-bottom: 15px;
  line-height: 1.4;
}

.footer-top .row.row-fluid > div {
  padding: 0 12px;
}

.footer-top .row.row-fluid {
  margin: 0 -12px;
  width: auto;
}

.menu-bottom-spacer,
.cm-bottom-spacer {
  height: 40px;
  width: 100%;
  clear: both;
}

.footer__container {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px){

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

}

@media (max-width:991px) {

  .footer-top .row.row-fluid > div {
    width: 100%;
    text-align: center;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
[class*="force-full-width-section"].dnd-section{
  padding:0;
}

.hubspot-disable-focus-styles footer.footer {
  position: relative;
  z-index: 2;
}

.hubspot-disable-focus-styles .header-wrap {
  position: relative;
  z-index: 2;
}

.body-container--home .hs_cos_wrapper_type_header h1,
.top-sec .hs_cos_wrapper_type_header h1 {
  margin-bottom: 35px;
}

.body-container--home .hs_cos_wrapper_type_header h1:after,
.top-sec .hs_cos_wrapper_type_header h1:after {
  content: "";
  background: #3870e1;
  display: block;
  height: 5px;
  width: 130px;
  margin-top: 25px;
}

.top-sec [class*="background-image"].dnd-section .hs_cos_wrapper_type_rich_text h2 {
  font-size: 60px;
  letter-spacing: -1px;
  margin-bottom: 35px;
}


.top-sec [class*="background-image"].dnd-section .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.top-sec [class*=background-image].dnd-section .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 0.5rem;
}

.top-sec [class*=background-image].dnd-section .hs_cos_wrapper_type_rich_text {
  font-weight: 200;
}

.mid-sec [class*=background-color].dnd-section [class*=background-color].row-fluid-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.mid-sec .hs_cos_wrapper_type_rich_text h3 {
  font-size: 22px;
  line-height: 1.6;
  font-family: Prata;
  margin-bottom: 30px;
  color: #00202e;
}

.mid-sec .hs_cos_wrapper_type_rich_text p {
  font-weight: 300;
}

.mid-sec .hs_cos_wrapper_type_rich_text img + h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3870e1;
  padding: 30px;
  margin: 0;
  clear: both;
  line-height: 1.2;
  font-family: "Poppins", Helvetica, sans-serif;
}

.mid-sec .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.btm-sec .hs_cos_wrapper_type_header h2 {
  margin-bottom: 0;
}

.body-container--home .hs_cos_wrapper_type_rich_text h2 {
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 700;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul li:before {
  width: 10px;
  height: 4px;
  background: #3870e1;
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 12px;
  border-radius: 5px;
}

.body-container-wrapper a.cta_button.cm-contact-cta{
  display:inline-block;
}

.body-container--home .hs_cos_wrapper_type_rich_text ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.body-container--home .hs_cos_wrapper_type_rich_text ol li {
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px;
  padding-left: 15px;
  position: relative;
  border: 1px dotted #ccc;
  border-radius: 8px;
}

.body-container--home .hs_cos_wrapper_type_rich_text ol li:before {
  width: 4px;
  height: 16px;
  background: #3870e1;
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 16px;
  border-radius: 5px;
}

.body-container--home .hs_cos_wrapper_type_rich_text ol li strong {
  font-weight: 500;
  color: #3870e1;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul li strong {
  color: #3870e1;
  font-weight: 500;
}


.management-page .bottom-sec .hs_cos_wrapper_type_rich_text {
  font-size: 14px;
  line-height: 1.6;
}

.management-page .bottom-sec  a.cta_button {
  text-decoration: none;
  background: radial-gradient(100% 100% at 100% 0%, #5ADAFF 0%, #3870e1 100%);
  box-shadow: inset 0px -3px 0px rgb(58 65 111 / 50%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  line-height: 50px;
  margin: 5px 0;
  padding: 20px 45px;
  border-radius: 6px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .05s ease-in-out;
  position: relative;
  top: 0;
  box-sizing: border-box !important;
}

.management-page .bottom-sec a.cta_button:hover {
  top: -3px;
  color: #fff;
  background: radial-gradient(100% 100% at 100% 0%, #5afffd 0%, #2368f3 100%);
}

.mid-secytion.body-container--home .hs_cos_wrapper_type_rich_text ul li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  border: none;
  padding-bottom: 0;
}

.mid-secytion.body-container--home .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin-bottom:0;
}

.mid-secytion .hs_cos_wrapper_type_rich_text ol {
  display: flex;
  flex-wrap: wrap;
}

.body-container--home .hs_cos_wrapper_type_rich_text ol li:last-child {
  margin-bottom: 0;
}

.contact-sec .hs_cos_wrapper_type_rich_text h1 {
  color: #36395a;
  margin-bottom: 35px;
}

.contact-sec .hs_cos_wrapper_type_rich_text h1:after {
  content: "";
  background: #3870e1;
  display: block;
  height: 5px;
  width: 130px;
  margin-top: 25px;
}

.contact-sec .hs_cos_wrapper_type_rich_text h4 {
  font-size: 1.8rem;
  letter-spacing: normal;
  font-weight: 500;
  margin-bottom: 35px;
}

.contact-sec .hs_cos_wrapper_type_rich_text {
  font-size: 22px;
  font-weight: 300;
}

.contact-sec .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.home-main-wrp .hs_cos_wrapper_type_header h2 {
  margin-bottom: 35px;
}

.home-page .get-in-touch .custom-shape-divider2-top svg path {
  fill: #f4f4f4;
}

.home-page .get-in-touch .cm-title h2 {
  margin-bottom: 33px;
}

.se-eng-page .bottom-sec .hs_cos_wrapper_type_rich_text h2,
.se-eng-page .mid-secytion .hs_cos_wrapper_type_rich_text h2 {
  font-size: 48px;
  font-weight: 200;
  color: #36395a;
  line-height: 1.4;
}

a.digital-cta {
  background: radial-gradient(100% 100% at 100% 0%, #5ADAFF 0%, #3870e1 100%);
  box-shadow: inset 0px -3px 0px rgb(58 65 111 / 50%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  line-height: 50px;
  margin: 5px 0;
  padding: 20px 45px;
  border-radius: 6px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .05s ease-in-out;
  position: relative;
  top: 0;
  text-decoration: none;
}

a.digital-cta:hover {
  top: -3px;
  color: #fff;
  background: radial-gradient(100% 100% at 100% 0%, #5afffd 0%, #2368f3 100%);
}

button:hover,
.button:hover {
  top: -3px;
  position:relative;
}

.migration .hs-button {
  display: inline-block;
}

.IE .cm-features-wrapper .cm-fea-item.gcircle img{
  display:inline-block;
}

.firefox  header.header,
.IE header.header{
  position:relative;
  z-index:9;
}

@media (min-width: 1200px){

  .mid-secytion.body-container--home .hs_cos_wrapper_type_rich_text ul li {
    width: 48%;
    margin-right: 2%;
    float: left;
  }

  .mid-secytion .hs_cos_wrapper_type_rich_text ol li {
    width: auto;
    flex: 25%;
    margin-right: 2%;
    float: left;
  }

}

@media (max-width:991px) and (min-width:768px) {
  .migration h1 {
    font-size: 49px;
  }
}

@media (max-width:991px) {

  .contact-sec .hs_cos_wrapper_type_rich_text h1,
  .body-container--home .hs_cos_wrapper_type_header h1,
  .top-sec .hs_cos_wrapper_type_header h1 {
    font-size: 34px;
  }

  .top-sec [class*=background-image].dnd-section .hs_cos_wrapper_type_rich_text h2{
    font-size: 3rem;
  }

  .management-page .bottom-sec a.cta_button {
    display: inline-block;
    line-height: normal;
    text-align: center;
  }

  .se-eng-page .bottom-sec .hs_cos_wrapper_type_rich_text h2,
  .se-eng-page .mid-secytion .hs_cos_wrapper_type_rich_text h2{
    font-size: 24px;
  }

  table {
    font-size: 16px !important;
  }

}

@media (max-width:400px) {

  .home-main-wrp .hs_cos_wrapper_type_header h2{
    font-size: 2.5rem;
  }

}