*, *: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 ;
  }
}
.Banner-row-0-force-full-width-section {
    padding: 0 !important;
}
.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0 !important;
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin:0 auto;
}


@media handheld, only screen and (max-width: 960px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { font-family: FontAwesome;
  src: url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 400; 
}

@font-face { 
  font-family:"revicons";
  src: url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/fonts/revicons.eot) format("eot"), 
    url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/fonts/revicons.woff) format("woff"),
    url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/fonts/revicons.ttf) format("truetype"),
    url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/fonts/revicons.svg) format("svg");
  font-style: normal;
  font-weight: normal; 
}


body {
  line-height: 2em;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}


p {
  margin-top: 0;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Anchor Links */
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 18px;
  word-break: break-word;
}

h1 {
  line-height:1.3em;
}

h2 {
  line-height: 1.3em;
}

h3 {
  line-height:1.3em;
}

h4 {
  line-height:1.3em;
}

h5 {
  line-height: 1.3em;
}

h6 {
  line-height:1.3em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left:40px;
}

ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a, p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}


.disable-focus-styles :focus {
  outline: none;
}
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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: button;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  outline: 0;
  line-height: 100%;
  font-family: Raleway;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .15s;
  margin-right: 5px;
  margin-top: 5px;
  white-space:normal;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;

}


.hs-form label {
  margin-top: 10px;
  font-weight: 600;
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: 'Roboto',sans-serif;
  color: #1f1f1f;
  padding-left: 0;
  padding: .2em .6em .3em;
  padding-left:0;
  white-space: nowrap;
  vertical-align: baseline;
  line-height: 1;
  border-radius: .25em;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
  display: block;

}
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  padding: 5px;
}
.hs-input:not(.hs-input[type=checkbox], .hs-input[type=radio]),
input#hs-pwd-widget-password {
  vertical-align: middle;
  line-height: normal;
  -webkit-perspective: 1000;
  cursor: text;
  outline: 0;
  font-family: Raleway;
  font-size: 14px;
  z-index: 11;
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  transition: all .2s ease 0s;
  padding: 18px!important;
  width: 100%;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #373737;
}
input#hs-pwd-widget-password {
  height: 45px!important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: rgba(55,55,55,0.6);
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  display:inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
@media (max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
input.hs-input.invalid.error,
textarea.hs-input.invalid.error{
  border: 1px solid red;
  box-shadow: 0 0 0 1px red;
}

ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0px;
  margin: 0;
}

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

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


.actions {
  padding: 0;
}

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

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

.hs-form-field{
  padding: 0 5px 10px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

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

.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}
.hs-landing-page .hs_submit.hs-submit .actions {
  padding-left: 5px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
    .hs-input:not(.hs-input[type=checkbox],.hs-input[type=radio]), input#hs-pwd-widget-password{
    width:100%!important;
    }
}

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

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

@media(max-width:767px){
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_blog_comments,
  .hs_cos_wrapper_type_email_subscriptions,
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_password_reset,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_blog_subscribe {
    display: block;
    max-width: 767px;
    margin-top:20px;
  }
}
/* 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;
}
.outer {
  min-height: 100px;
}
header.header {
  background-color: #ffffff;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  width: 100%;
  position: relative;
  z-index: 301;
  display: block;
}


.header .content-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.header  .header_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.header  .header_wrap .left_section {
  transition: height .25s ease,line-height .25s ease;
  -webkit-transition: height .25s ease,line-height .25s ease;
  -moz-transition: height .25s ease,line-height .25s ease;
  -ms-transition: height .25s ease,line-height .25s ease;
  -o-transition: height .25s ease,line-height .25s ease;
}
.header .logo{
  height: 100px;
  line-height: 100px;
}

.header .logo a{
  border-width: 0px;
  padding-left: 20px;
  border: 0px;
}

.header .logo img{
  max-width: 197px;
}

.header .navigation-primary {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.header .navigation-primary>ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .navigation-primary>ul>li{
  position: relative;
  display: inline-block;
  list-style-type: none;
}

.header .navigation-primary>ul>li>a{
  transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -webkit-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -ms-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -o-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  color: #555555;
  font-size: 16px;
  font-weight: inherit;
  padding-right: 25px;

  letter-spacing: 0px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-top: 2px;
  text-decoration: none;
  white-space: normal;
  padding-left: 21px;
}

.header .navigation-primary>ul>li ul {
  display:none;
  left: 20px;
  right: auto;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  padding: 8px 0;
  box-shadow: 0 20px 50px 10px rgb(0 0 0 / 15%);
  border: 1px solid #ffffff;
  margin: 0;
  list-style: none;
  left: 16px;
}
.header .navigation-primary>ul>li>ul>li ul{
  box-shadow:none;
  left: 20px;

}
.header .navigation-primary ul.submenu.level-2 li{
  line-height: 1;
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .navigation-primary ul.submenu.level-2 li a {
  font-size: 12px;
  font-weight: inherit;

  letter-spacing: 1px;
  width: 100%;
  display: block;
  line-height: 18px;
  text-align: left;
  float: none;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  transition: all .2s ease-in-out;
  color: #878787;
  text-decoration: none;
  white-space: normal;
  font-family: Raleway;
}



.header .navigation-primary ul.submenu.level-2 i.menu-sub-level-arrow {
  position: absolute;
  right: 16px;
  top: 10px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  line-height: 1;
}

.header .navigation-primary ul.submenu.level-2 svg.mk-svg-icon {
  vertical-align: middle;
  position: absolute;
  fill: #878787;
}


.header .mobile_trigger {
  cursor: pointer;
  display: none;
  padding: 10px;
  -webkit-perspective: 1000;
  position: unset;
  margin-right: 20px;
  margin-top: 1px;
  top: 50%;

}

.header .mobile_trigger .mk-css-icon-menu {
  width: 18px;
  height: 18px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.header .mobile_trigger .mk-css-icon-menu >div{
  background-color: #444444;
}
.header .mk-css-icon-close div, .mk-css-icon-menu div {
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
}

.header .mk-css-icon-menu-line-1, .mk-css-icon-menu-line-3 {
  transition: all .2s ease;
}
.header .mk-css-icon-menu-line-2 {
  transition: opacity .1s ease;
}

.header .child-trigger{
  display:none;
}
.header.scroll-header .logo {
  height: 80px;
  line-height: 80px;
}


.header.scroll-header .logo {
  height: 80px;
  line-height: 80px;
}

/* .header-inner {
height: 80px;
} */

.header.scroll-header  .header_wrap {
  height: 80px;
  line-height: 80px;
}
.header.scroll-header .navigation-primary>ul>li>a {
  height: 80px !important;
  line-height: 80px !important;
}

.header.scroll-header .navigation-primary>ul>li {   
  display: inline-block;
  list-style-type: none;
  position: relative;
  height: 80px;
  line-height: 80px;
}

@media (max-width: 1500px) and (min-width: 1199px) {
  .header .navigation-primary ul.submenu.level-5 {
    left: auto!important;
    right: 100%!important;
    z-index: 9;
} 
  .header .navigation-primary>ul>li:nth-child(5) ul.submenu.level-3 {
     left: auto!important;
    right: 100%!important;
    z-index: 9;
  }
}


@media (min-width: 1201px){
  .header .navigation-primary>ul>li.has-submenu:hover>ul{
    display: block!important;
  }

  .header .navigation-primary>ul>li>ul li.has-submenu:hover>ul{
    display: block!important;
    left: 100%;
    top: 0;
    right: auto;
  }
  .header .header-inner {
    right: 0;
    transition: all .3s ease-in-out;
    position: fixed;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 200;
    width: 100%;
    background:#fff;
  }
  .header .navigation-primary ul.submenu.level-2 li a {
    width: 145px;
    box-sizing: content-box;
  }
}
@media handheld, only screen and (max-width: 1200px){
  .header .mobile_trigger {
    display:block;
  }
  .header  .right_section {
    display: none;
  }
  .focused .right_section {
    background-color: #ffffff;
    display: block;
    position: relative;
    width: 100%;
    z-index: 20;
    height: 100%;
  }

  .header .navigation-primary>ul {
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header .navigation-primary>ul>li {
    max-width: 100%;
    display: block;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(128,128,128,.2);
  }

  .header .navigation-primary>ul>li>a {
    color: #444444 !important;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    padding: 15px 20px;
    text-align: left;
 
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    height: auto;
  }
  .focused .header .header_wrap {
    display: block;
  }
  .header .content-wrapper {
    padding: 0;
  }
  .header .navigation-primary {
    width: 100%;
  }


  .header .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 70;
    -khtml-opacity: 70;
    width: 70px;
    height: 44px;
    line-height: 50px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: .7;
    color: #444444;
    display: block;
    font-size: 20px;

  }

  .header .child-trigger svg.mk-svg-icon {
    height: 16px;
    width: 16px;
    fill: currentColor;
  }

  .header .navigation-primary>ul>li ul {
    border-top: 1px solid rgba(128,128,128,.2);
    left: 0;
    width: 100%;
    box-shadow: none;
    position: relative;
    padding: 0;
  }
  .header .navigation-primary ul.submenu.level-2 i.menu-sub-level-arrow {
    display: none;
  }

  .focused  .mobile_trigger {
    top: 15%;
  }

  .focused .mk-css-icon-menu-line-1 {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    top: 6px;
  }
  .focused .mk-css-icon-menu-line-2 {
    opacity: 0;
  }
  .focused .mk-css-icon-menu-line-3 {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: -6px;
  }

  .header .logo {
    height: 90px;
    line-height: 90px;
  }

  .header .header_wrap .left_section{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .navigation-primary ul.submenu.level-2 li a {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding: 12px 15px 12px 15px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    color: #444444 !important;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
  }
  .header .navigation-primary>ul>li ul span.child-trigger {
    height: 35px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: .7;
    width: 70px;
    font-size: 20px;
    display: flex;
    width: 70px;
    justify-content: center;
    align-items: center;
    top:1px;
  }
  .header .navigation-primary>ul>li>ul>li ul{
    left:0;
  }
  .header .navigation-primary>ul>li ul{
    border:0;
    border-top: 1px solid rgba(128,128,128,.2)!important;

  }
  .header .navigation-primary>ul>li>ul>li ul{
    padding-left: 10px;
    background-color: rgba(0,0,0,.02)!important;
    border-top: 1px solid rgba(128,128,128,.2)!important;
    border-bottom: 1px solid rgba(128,128,128,.2)!important; 
  }
  .header .navigation-primary ul.submenu.level-2 svg.mk-svg-icon {
    fill: #444444 !important;
  }
  .header .navigation-primary>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
  }

  .header .navigation-primary ul.submenu.level-2 li:hover>a {
    background-color: rgba(0,0,0,.03)!important; 
  }
  .header .child-trigger:hover {
    color: #444444;
    opacity: 1;
  }
  .outer {
    min-height: 90px;
  }
}

@media handheld, only screen and (max-width: 400px){
  .header .logo img{
    max-width: 160px;
  }

}
footer.footer {
  background-color: #666666;
  background-position: center center;
  width: 100%;
  position: relative;
  padding: 20px 0 0;
  z-index: 10;
  display: block;
}
.footer p {
  font-size: 14px;
  color: #82c542;
  font-weight: inherit;
}
.footer .content-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  padding-left:0;
  padding-right:0;
}

.footer .top_footer {
  padding: 0 20px;
}

.footer .col-ft_3 {
  padding: 0 0%;
  width: 25%;
  float: left;
}

.footer .col-ft_3.footer_menu {
  width: 50%;
}

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

.footer .footer_menu .hs-menu-wrapper>ul>li{
  float: left;
  width: 50%;
  margin-left: 0;
}

.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li{
  margin-bottom: 35px;
  margin-left: 0;
}
.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li>a,
.footer .col_lg_3 .inner_section p strong
{
  font-size: 14px;
  color: #82c542;
  font-weight: inherit;
  font-family: Raleway;
  line-height: 2em;
  font-weight: 700;
}
.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li>a
{
  margin-bottom: 20px;
  display:block;
}

.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li{
  margin-left: 0;
}
.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 8px 0;
  text-decoration: none;
  line-height: 18px;
}

.footer .col-ft_3 .image {
  text-align: center;
}

.footer .col-ft_3 .image img{
  max-width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;

}


.footer .col-ft_3 .image.top_image img{
  max-width: 230px;
}
.footer .col_lg_3 .inner_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .col_lg_3 .inner_section ul li{
  margin-left:0;
}
.footer .col_lg_3 .inner_section ul li span{
  color: #ffffff;
  font-family: Raleway;
  font-size:14px;
}

.footer .col-ft_3 .col_lg_3 {
  margin-bottom: 35px;
}

.footer .col-ft_3 .inner_section p {
  line-height: 2em;
}


.footer .copyright p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 25px 0 20px;
  opacity: .8;
  margin:0;
}

.footer .col-ft_3 .image.bottom_image {
  margin-top: 30px;
}
.footer .bottom_footer .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.footer .col-ft_3 .inner_section p a {
  color: #ffffff;
}

.footer .col-ft_3  .footer_links img {
  max-width: 100%;

  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.footer .col-ft_3  .footer_links a {
  margin-right: 11px;
}
.footer .col-ft_3 .inner_section .footer_links p > a:nth-child(2) {
  margin-right: 10px!important;
}
.footer .col-ft_3 .footer_links a:last-child{
  margin-right:0;
}

footer.footer.lp .footer_menu .hs-menu-wrapper>ul {
  visibility: visible;
  opacity: 0;
}

footer.footer.lp .footer_links {
  display: none;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
.footer .footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    margin-bottom: 7px;
}

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


@media (min-width:768px) and (max-width: 1250px){
  .footer .copyright p {
    padding-left: 20px!important;
  }
}

@media handheld, only screen and (max-width: 991px){
  .footer .col-ft_3 .image.top_image img {
    width:100%!important;
  }
}
@media handheld, only screen and (max-width: 884px) and (min-width: 768px){
  .footer .col-ft_3 .footer_links a {
    margin-right: 2px !important;
  }
  .footer .col-ft_3 .inner_section .footer_links p>a:nth-child(2) {
    margin-right: 2px!important;
}
}
@media handheld, only screen and (max-width: 767px){
  .footer .col-ft_3,
  .footer .col-ft_3.footer_menu,
  .footer .footer_menu .hs-menu-wrapper>ul>li{
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .copyright p {
    text-align: center;
    padding: 10px 10px 5px;
  }
  .footer .content-wrapper {
    padding-left:0;
    padding-right:0;
  }
  .footer .col-ft_3 .inner_section {
    margin-bottom: 35px;
  }
  .footer .col-ft_3{
    margin-bottom: 0px;
  }

  .footer .footer_menu .hs-menu-wrapper>ul>li,
  .footer .col-ft_3.footer_menu,{
    margin-bottom: 0;
  }

  footer.footer.lp .footer_menu .hs-menu-wrapper>ul {
    display:none;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* @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    */
/*****************************************/

/**************************************************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

  
  .fancybox-overlay{
    background-image: url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/images/fancybox_overlay.png) !important;
  }
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none
}

.fancybox-inner,.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    background-image: url(../../images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    border-radius: 2px;
    text-align: center
}

.fancybox-close i {
    font-size: 16px;
    line-height: 30px;
    display: block!important
}

.fancybox-close .mk-svg-icon {
    height: 16px;
    fill: #fff;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.fancybox-close:hover {
    background-color: rgba(0,0,0,.5)
}

.fancybox-nav {
    position: absolute;
    top: 25%;
    width: 40%;
    height: 50%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
.fancybox-wrap {
    z-index: 8030
}

.fancybox-opened {
    z-index: 8030
}

#fancybox-loading {
    z-index: 8060
}

.fancybox-close {
    z-index: 8040
}

.fancybox-nav {
    z-index: 8040
}

.fancybox-nav span {
    z-index: 8040
}

.fancybox-overlay {
    z-index: 8010
}

.fancybox-title {
    z-index: 8050
}

.fancybox-title-float-wrap {
    z-index: 8050
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    cursor: pointer;
    visibility: hidden;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    border-radius: 2px;
    text-align: center
}

@media handheld,only screen and (max-width: 768px) {
    .fancybox-nav span {
        visibility:visible!important;
        width: 30px;
        height: 30px;
        margin-top: -15px
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width:1024px) and (orientation:landscape) {
    .fancybox-nav span {
        visibility:visible!important
    }
}

.fancybox-nav span i {
    font-size: 16px;
    line-height: 60px
}

.fancybox-nav span .mk-svg-icon {
    height: 16px;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
      fill: white;
}

@media handheld,only screen and (max-width: 768px) {
    .fancybox-nav span i {
        line-height:30px
    }
}

.fancybox-nav span:hover {
    background-color: rgba(0,0,0,.5)
}

.fancybox-prev span {
    left: 20px
}

.fancybox-next span {
    right: 20px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: visible!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}
.fancybox-overlay {
    z-index: 8010;
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
}

.fancybox-title {
    visibility: visible;
    position: relative;
    margin-right: 45px
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    margin-top: 10px
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
    line-height: 24px
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}
/* @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    */
/*****************************************/
.datarobot_main4 .dnd-section > .row-fluid {
  align-items: flex-start;
}
.full_width_page h1 {
  margin-bottom: 16px;
  font-family: Raleway;
  line-height: 1.3em;
  font-size: 64px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
}

.full_width_page h2 {
  margin-bottom: 14px;
  font-family: Raleway;
  line-height: 1.3em;
  font-size: 36px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
}

.full_width_page ul {
  list-style: none;
  margin: 0px;
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
  font-size: 20px;
  padding: 0px;
}

.full_width_page ul li {
  margin-left: 0.85em;
}

/* CONTACT FORM STYLE */
.full_width_page form fieldset label {
  margin: 0px;
  padding: 0px;
}

.full_width_page form fieldset div.input {
  margin: 0px !important;
}

.full_width_page form fieldset ul.inputs-list {
  margin: 0px;
  padding: 0px;
}

.full_width_page form fieldset ul.inputs-list li.hs-form-booleancheckbox {
  margin: 0px;
  padding: 0px;
}

.full_width_page form fieldset li.hs-form-booleancheckbox label span {
  border: 0;
  color: #666;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 10px;
  vertical-align: baseline;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.full_width_page form fieldset div.input textarea {
  min-height: 200px;
}

.full_width_page form .hs_submit .actions {
  text-align: right;
}
/**/


.subscricao_banner .mk-page-title-box-subtitle {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: inherit !important;
  color: #ffffff !important;
}

.subscricao_page .bottom_pane .left_section,
.subscricao_page .bottom_pane .right_section{
  text-align: left;
}

.subscricao_page .bottom_pane .left_section_inner>h3 {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 32px;
  color: #555555;
  text-align: left;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Source Sans Pro";
}

.subscricao_page .bottom_pane .left_section, 
.subscricao_page .bottom_pane .right_section {
  padding-left: 15px;
  padding-right: 15px;
}

.subscricao_page .subscricao_page_main3 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c;
  margin-top: 5px;
}

.subscricao_page .subscricao_page_main3 .bottom_pane .right_section_inner a:hover{
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434;
}

.subscricao_page span.hs-horizontal-spacer {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-color: #ebebeb;
}

.subscricao_page .ctntwth_tpimg {
  padding-top: 24px;
}

.subscricao_page .ctntwth_tpimg .item .mk-box-icon-2 p a {
  color: #231a18;
  font-size: 14px;
}

.subscricao_page .ctntwth_tpimg .item h3 {
  padding-top: 25px;
}

.subscricao_page .ctntwth_tpimg .inr {
  padding-bottom: 0px;
}

.subscricao_page .subscricao_page_main4 .bottom_pane .right_section_inner a {
  color: #666;
  border-color: #ebebeb;
  background-color: #ebebeb;
  margin-top: 15px;
}

.subscricao_page .subscricao_page_main4 .bottom_pane .right_section_inner a:hover {
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}

.subscricao_page .subscricao_page_main4 .bottom_pane .left_section_inner{
  padding-top: 25px;
}

.subscricao_page .subscricao_page_main4  .bottom_pane .left_section_inner>h3{
  margin-bottom: 24px;
}

.support_page .bottom_pane .left_section,
.support_page .bottom_pane .right_section{
  padding-left: 15px;
  padding-right: 15px;
}

.support_page .bottom_pane .left_section h4 {
  font-family: "Source Sans Pro";
  margin-bottom: 18px;
}

.banner-section.support_banner .mk-page-title-box-subtitle {
  font-size: 26px;
  line-height: 26px;
  font-weight: inherit;
  color: #ffffff;
}

.support_page ul {
  padding: 0px;
  font-size: 28px;
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}

.support_page ul li {
  margin-left: 0.85em;
  line-height: 1.3em;
}

.support_page ul li h5 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
}

.support_page .support_page_main1 h5 {
  margin-bottom: 8px;
  line-height: 1.3em;
  font-size: 16px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
}

.support_page .support_page_main1 p {
  font-size: 28px;
  line-height: 1.3em;
}

.support_page .bottom_pane .right_section {
  padding-top: 0px;
}

.support_page .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.support_page .bottom_pane {
  margin-bottom: 1px;
}

.support_page .bottom_pane .left_section_inner{
  padding: 0px;
}

.support_page .bottom_pane .left_section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.support_page .bottom_pane_inner {
  padding: 55px 0 40px 0;
}

.support_page .bottom_pane .overlay-mask {
  opacity: 1;
}

.qlik-compose-page .qlik-compose-row1 .ctntwth_tpimg .item .mk-box-icon-2-image,
.qlik-compose-page .qlik-compose-row3  .ctntwth_tpimg .item .mk-box-icon-2-image,
.qlik-compose-page .qlik-compose-row2 .ctntwth_tpimg .item .mk-box-icon-2-image,
.qlik-replicate-page .qlik-replicate-row2 .ctntwth_tpimg .item .mk-box-icon-2-image,
.qlik-replicate-page .qlik-replicate-row4 .ctntwth_tpimg .item .mk-box-icon-2-image,
.qlik-replicate-page .qlik-replicate-row5 .ctntwth_tpimg .item .mk-box-icon-2-image,
.qlik-replicate-page .qlik-replicate-row6 .ctntwth_tpimg .item .mk-box-icon-2-image
{
  margin-bottom: 35px;
}

.qlik-compose-page .qlik-compose-row1 .ctntwth_tpimg .item .mk-box-icon-2 p,
.qlik-compose-page .qlik-compose-row3  .ctntwth_tpimg .item .mk-box-icon-2 p,
.qlik-replicate-page .qlik-replicate-row2 .ctntwth_tpimg .item .mk-box-icon-2 p,
.qlik-replicate-page .qlik-replicate-row4 .ctntwth_tpimg .item .mk-box-icon-2 p,
.qlik-replicate-page .qlik-replicate-row5 .ctntwth_tpimg .item .mk-box-icon-2 p,
.qlik-replicate-page .qlik-replicate-row6 .ctntwth_tpimg .item .mk-box-icon-2 p
{
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0px;
  color: #333;
}

.qlik-compose-page .qlik-compose-row2 .ctntwth_tpimg .item .mk-box-icon-2 p{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0px;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
}

.qlik-compose-page .qlik-compose-row1 .ctntwth_tpimg .item .mk-box-icon-2 ul,
.qlik-compose-page .qlik-compose-row3 .ctntwth_tpimg .item .mk-box-icon-2 ul,
.qlik-compose-page .qlik-compose-row2 .ctntwth_tpimg .item .mk-box-icon-2 ul,
.qlik-replicate-page .qlik-replicate-row2 .ctntwth_tpimg .item .mk-box-icon-2 ul,
.qlik-replicate-page .qlik-replicate-row4 .ctntwth_tpimg .item .mk-box-icon-2 ul,
.qlik-replicate-page .qlik-replicate-row5 .ctntwth_tpimg .item .mk-box-icon-2 ul,
.qlik-replicate-page .qlik-replicate-row6 .ctntwth_tpimg .item .mk-box-icon-2 ul
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
  text-align: left;
  line-height: 150%;
}

.qlik-compose-page .qlik-compose-row1 .ctntwth_tpimg .item .mk-box-icon-2 ul li,
.qlik-compose-page .qlik-compose-row3 .ctntwth_tpimg .item .mk-box-icon-2 ul li,
.qlik-compose-page .qlik-compose-row2 .ctntwth_tpimg .item .mk-box-icon-2 ul li,
.qlik-replicate-page .qlik-replicate-row2 .ctntwth_tpimg .item .mk-box-icon-2 ul li,
.qlik-replicate-page .qlik-replicate-row4 .ctntwth_tpimg .item .mk-box-icon-2 ul li,
.qlik-replicate-page .qlik-replicate-row5 .ctntwth_tpimg .item .mk-box-icon-2 ul li,
.qlik-replicate-page .qlik-replicate-row6 .ctntwth_tpimg .item .mk-box-icon-2 ul li
{
  margin-left: 0.85em;
  color: #333;
}

.qlik-compose-page .qlik-compose-row3 .ctntwth_tpimg {
  padding-top: 0px;
}

.qlik-compose-page .qlik-compose-row3 .ctntwth_tpimg .inr {
  padding: 0px;
}

.qlik-compose-page .qlik-compose-row3 .row-number-1 .ctntwth_tpimg .item .mk-box-icon-2 p {
  padding-top: 0px;
}

.qlik-compose-page .qlik-compose-row4 .bottom_pane .bottom_pane_inner {
  padding: 0px;
}

.qlik-compose-page .qlik-compose-row4 .bottom_pane .bottom_pane_inner {
  padding: 0px;
}

.qlik-compose-page .qlik-compose-row4 .bottom_pane .left_section {
  padding: 30px 15px 0;
}

.qlik-compose-page .qlik-compose-row4 .bottom_pane .right_section {
  padding: 25px 15px 0;
}

.qlik-compose-page .qlik-compose-row4 .bottom_pane .left_section_inner {
  padding: 0px;
}

.qlik-compose-page .qlik-compose-row4 .bottom_pane .right_section .right_section_inner {
  display: block;
  margin-bottom: 21.73913043px;
}

.qlik-compose-page .qlik-compose-row4 .bottom_pane .right_section .right_section_inner a {
  color: #666;
  border-color: #fff;
  background-color: #fff;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
.qlik-compose-page .qlik-compose-row4 .bottom_pane .right_section .right_section_inner a:hover {
  color: #5e5e5e;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}
.qlik-compose-page .qlik-compose-row2 .ctntwth_tpimg {
  padding-top: 34px;
}

/* .qlik-compose-page .qlik-compose-row3 .ctntwth_tpimg .item .pd{
padding: 0px;
} */

.qlik-view-banner .banner .mk-page-title-box-subtitle,
.qlik-data-banner .banner .mk-page-title-box-subtitle{
  font-size: 20px;
  line-height: 20px;
  font-weight: inherit;
  color: #ffffff;
}

.qlik_view_page .qlik-view-row4 .bottom_pane_inner {
  padding: 55px 0 40px;
}

.qlik_view_page .qlik-view-row4 .bottom_pane .left_section {
  padding: 0 15px 0px;
}

.qlik_view_page .qlik-view-row4 .bottom_pane .right_section {
  padding: 0px 15px 0px;
  text-align: left;
}

.qlik_view_page .qlik-view-row4 .bottom_pane .left_section_inner {
  padding: 0px;
}

.qlik_view_page .qlik-view-row4 .bottom_pane .right_section_inner {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 21.73913043px;
  max-width: 100%;
}

.qlik_view_page .qlik-view-row4 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.qlik_view_page .qlik-view-row4 .bottom_pane .left_section_inner h3 {
  font-size: 28px;
  font-family: 'Source Sans Pro';
}

.qlik_view_page .qlik-view-row4 .bottom_pane .overlay-mask,
.qlik-data-page .qlik-data-row4 .bottom_pane .overlay-mask{
  opacity: 1;
}

.qlik-data-page .qlik-data-row4 .bottom_pane_inner {
  padding: 55px 0 40px;
}

.qlik-data-page .qlik-data-row4 .bottom_pane .left_section_inner {
  padding: 0px;
}

.qlik-data-page .qlik-data-row4 .bottom_pane .left_section_inner h3 {
  padding-bottom: 20px;
  font-family: "Source Sans Pro";
  font-size: 32px;
}

.qlik-data-page .qlik-data-row4 .right_section_inner {
  margin-bottom: 21.73913043px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;  
}

.qlik-data-page .qlik-data-row4 .bottom_pane .right_section_inner a {
  border-radius: 5px;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.qlik-data-page .qlik-data-row3 img.hs-image-widget {
  box-shadow: 6px 6px 20px 0px rgb(0 0 0 / 50%);
}

.qlik-replicate-page .qlik-replicate-row3 .hs-button {
  letter-spacing: normal;
  outline: 0 none;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 2em;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c;
  text-transform: none;
  font-weight: 400;
  margin: 0;
}

.qlik-replicate-page .qlik-replicate-row4 .ctntwth_tpimg {
  padding-top: 34px;
}

.qlik-replicate-page .qlik-replicate-row7 .bottom_pane_inner {
  padding: 0px;
}

.qlik-replicate-page .qlik-replicate-row7 .bottom_pane .left_section {
  padding: 30px 15px 0px;
}

.qlik-replicate-page .qlik-replicate-row7 .bottom_pane .right_section {
  padding: 25px 15px 0px;
}

.qlik-replicate-page .qlik-replicate-row7 .bottom_pane .left_section_inner {
  padding: 0px;
}

.qlik-replicate-page .qlik-replicate-row7 .bottom_pane .left_section h4 {
  margin-bottom: 18px;
  font-size: 30px;  
}

.qlik-replicate-page .qlik-replicate-row7 .bottom_pane .right_section_inner {
  text-align: center;
  display: block;
  margin-bottom: 21.73913043px;
  max-width: 100%;
}

.qlik-replicate-page .qlik-replicate-row7 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.qlik-alerting-page .qlik-alerting-row1 p {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  color: #383838;
}

.qlik-alerting-page .qlik-alerting-row2 .ctntwth_tpimg .item:last-child .pd {
  padding: 0px 15px;
}

.qlik-alerting-page .qlik-alerting-row2 .ctntwth_tpimg .item h3 {
  margin-bottom: 9px;
  line-height: 1.3em;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  padding-top: 35px;
}

.qlik-alerting-page .qlik-alerting-row2 .ctntwth_tpimg .item .mk-box-icon-2 p {
  margin-top: 28px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.qlik-alerting-page .qlik-alerting-row2 .ctntwth_tpimg.thrcl .inr {
  margin-bottom: 0px;
}

.qlik-alerting-page .qlik-alerting-row2 .bottom_pane_inner,
.qlik-alerting-page .qlik-alerting-row4 .bottom_pane_inner{
  padding: 0px;
}

.qlik-alerting-page .qlik-alerting-row2 .bottom_pane .left_section,
.qlik-alerting-page .qlik-alerting-row4 .bottom_pane_inner .left_section{
  padding: 30px 15px 0px;
}

.qlik-alerting-page .qlik-alerting-row2 .right_section,
.qlik-alerting-page .qlik-alerting-row4 .right_section{
  padding: 25px 15px 0px;
}

.qlik-alerting-page .qlik-alerting-row2 .bottom_pane .left_section_inner,
.qlik-alerting-page .qlik-alerting-row4 .bottom_pane .left_section_inner{
  padding: 0px;
}

.qlik-alerting-page .qlik-alerting-row2 .bottom_pane .right_section_inner,
.qlik-alerting-page .qlik-alerting-row4 .bottom_pane .right_section_inner
{
  display: block;
  margin-bottom: 21.73913043px;
  max-width: 100%;
  text-align: center;
}

.qlik-alerting-page .qlik-alerting-row2 .bottom_pane .right_section_inner a, 
.qlik-alerting-page .qlik-alerting-row4 .bottom_pane .right_section_inner a
{
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-color: #fff;
  background-color: #fff;
}
.qlik-alerting-page .qlik-alerting-row3 .ctntwth_tpimg .item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-top: 35px;
}

.qlik-alerting-page .qlik-alerting-row3 .ctntwth_tpimg .inr {
  margin-bottom: 0px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw5 .cntntgrp_wrp .btmsec .tpitmrw .box-holder .inrtl {
  padding-top: 9px;
  margin-bottom: 14px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw5 .cntntgrp_wrp .btmsec .tpitmrw .box-holder .inrtl p:first-child {
  margin-bottom: 9px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw5 .cntntgrp_wrp .btmsec .tpitmrw .box-holder .inrtl p {
  margin-bottom: 0px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw5 .cntntgrp_wrp .btmsec .btmitmrw .cntnt p:first-child {
  margin-bottom: 19px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw5 .row-number-2 .cntntgrp_wrp .btmsec {
  margin-bottom: 3px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw5 .row-number-3 .cntntgrp_wrp .btmsec {
  margin-top: 55px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .row-number-1 hr {
  height: 0px;
  border-top: 1px solid #ebebeb;
  display: block;
  width: 100%;
  border-color: #ebebeb;
  margin: 0px;
  margin-top: 1px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .row-number-1 h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 66px;
  margin-bottom: 19px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .row-number-3 .statistics-wrapper {
  padding: 0px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .row-number-3 .statistics-wrapper .row-fluid {
  margin: 0px !important;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .row-number-3 .statistics-wrapper .value {
  font-size: 55px;
  font-family: "Montserrat";
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .row-number-3 .statistics-wrapper .title {
  font-family: Raleway;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 30px;
  color: #3f3f3f;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 29px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .bottom_pane {
  padding: 55px 0 40px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .bottom_pane_inner {
  padding: 0px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .bottom_pane .left_section_inner {
  padding: 0px;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .bottom_pane .left_section_inner p {
  line-height: 1.3em;
  font-family: "Source Sans Pro";
  letter-spacing: 0px;
  text-transform: none;
  font-size: 32px;
  color: #ffffff;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .right_section_inner {
  margin-bottom: 21.73913043px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.subscricao_page .subscricao_page_main4 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.subscricao_page .subscricao_page_main4 .row-number-5 .ctntwth_tpimg .item .mk-box-icon-2-image {
  margin-bottom: 35px;
}

.subscricao_page .subscricao_page_main4 .row-number-5 .ctntwth_tpimg .item .mk-box-icon-2 p {
  margin-bottom: 18px;
}

.qlik-alerting-page .qlik-alerting-row2 .row-number-1 .ctntwth_tpimg.thrcl .item:last-child .pd {
  padding-right: 15px;
}

.qlik-alerting-page .qlik-alerting-row4 .bottom_pane .right_section_inner a:hover {
  color: #5e5e5e;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}

.qlik-alerting-page .qlik-alerting-row2 .bottom_pane .right_section_inner a:hover {
  color: #5e5e5e;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}

.qlik-data-banner .banner .mk-background-stretch {
  background-repeat: repeat !important;
  background-position: right center !important;
  -webkit-transform-origin: top center !important;
  -ms-transform-origin: top center !important;
  transform-origin: top center !important;
  position: absolute !important;
  height: 120% !important;
  width: 100% !important;
  top: -20% !important;
  background-size: contain !important;
  left: 0 !important;
}
.integracao_page .ctntwth_tpimg .item .mk-box-icon-2 p {
  color: #333;
}


/* MEDIA QUERY */
@media (min-width: 768px){
  .subscricao_page .bottom_pane .left_section {
    width: 75%;
  }
  .subscricao_page .bottom_pane .right_section {
    width: 25%;
  }
  .support_page .bottom_pane .content-wrapper {
    display: flex;
    align-items: center;
  }
  .support_page .bottom_pane .left_section {
    width: 75%;
  }
  .support_page .bottom_pane .right_section_inner a {
    position: relative;
    top: -11px;
  }
  .support_page .bottom_pane .right_section {
    width: 25%;
  }
  .support_page .bottom_pane .right_section {
    text-align: left;
  }
  .qlik-compose-page .qlik-compose-row4 .bottom_pane .left_section_inner h3 {
    text-align: right;
  }
  .qlik-compose-page .qlik-compose-row4 .bottom_pane .right_section .right_section_inner {
    padding-right: 60px;
  }
  .qlik_view_page .qlik-view-row4 .bottom_pane .left_section {
    padding-left: 115px;
  }
  .qlik_view_page .qlik-view-row4 .bottom_pane .right_section {
    padding-left: 115px;
  }
  .qlik-data-page .qlik-data-row4 .bottom_pane .left_section {
    padding: 0px 15px;
    width: 75%;
  }
  .qlik-data-page .qlik-data-row4 .right_section {
    padding: 0px 15px;
    width: 25%;
    text-align: left;
  }
  .qlik-replicate-page .qlik-replicate-row7 .bottom_pane .right_section_inner{
    padding-right: 60px;
  }
  .qlik-replicate-page .qlik-replicate-row7 .bottom_pane .left_section h4 {
    text-align: right;
  }
  .qlik-compose-page .qlik-compose-row1 .ctntwth_tpimg .item:nth-child(odd) .pd,
  .qlik-compose-page .qlik-compose-row3 .row-number-3 .ctntwth_tpimg .item:nth-child(odd) .pd,
  .qlik-replicate-page .qlik-replicate-row2 .ctntwth_tpimg .item:nth-child(odd) .pd,
  .qlik-replicate-page .qlik-replicate-row5 .ctntwth_tpimg .item:nth-child(odd) .pd,
  .qlik-replicate-page .qlik-replicate-row6 .ctntwth_tpimg .item:nth-child(odd) .pd,
  .qlik-alerting-page .qlik-alerting-row2 .ctntwth_tpimg .item:nth-child(odd) .pd
  {
    padding-right: 30px;
  }

  .qlik-compose-page .qlik-compose-row1 .ctntwth_tpimg .item:nth-child(even) .pd,
  .qlik-compose-page .qlik-compose-row3 .row-number-3 .ctntwth_tpimg .item:nth-child(even) .pd,
  .qlik-replicate-page .qlik-replicate-row2 .ctntwth_tpimg .item:nth-child(even) .pd,
  .qlik-replicate-page .qlik-replicate-row5 .ctntwth_tpimg .item:nth-child(even) .pd,
  .qlik-replicate-page .qlik-replicate-row6 .ctntwth_tpimg .item:nth-child(even) .pd,
  .qlik-alerting-page .qlik-alerting-row2 .ctntwth_tpimg .item:nth-child(even) .pd
  {
    padding-left: 30px;
  }
  .hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .bottom_pane .left_section {
    width: 75%;
    padding: 0px 15px;
  }

  .hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .right_section {
    width: 25%;
    padding: 0px 15px;
    text-align: left;
  }

  .qlik-compose-page .qlik-compose-row3 .row-number-2 .ctntwth_tpimg .item .pd{
    padding-left: 0px;
  }
  .qlik-compose-page .qlik-compose-row3 .row-number-2 .ctntwth_tpimg .item .mk-box-icon-2-image,
  .qlik-compose-page .qlik-compose-row3 .row-number-2 .ctntwth_tpimg .item .mk-box-icon-2 h4
  {
    padding-left: 15px;
  }
  #hs_cos_wrapper_widget_1665728291568 > div > div > div:nth-child(3) > div.title-inner.clearfix > div.heading > div > h2 > span::before,
  #hs_cos_wrapper_widget_1665728291568 > div > div > div:nth-child(4) > div.title-inner.clearfix > div.heading > div > h2 > span::before{
    box-sizing: content-box;
    width: 1500px;
    right: 100%;
  }

  #hs_cos_wrapper_widget_1665728291568 > div > div > div:nth-child(3) > div.title-inner.clearfix > div.heading > div > h2 > span::after,
  #hs_cos_wrapper_widget_1665728291568 > div > div > div:nth-child(4) > div.title-inner.clearfix > div.heading > div > h2 > span::after{
    width: 1500px;
  }



}


@media (max-width: 767px){
  .qlik-alerting-page .qlik-alerting-row4 .bottom_pane_inner .left_section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .qlik-alerting-page .qlik-alerting-row4 .bottom_pane .left_section_inner h3 {
    text-align: center !important;
  }
  .hs_trmntsnrd_pg .hs_trmntsnrd_rw3 .cntntgrp_wrp .btmsec .item {
    padding: 0px;
  }

  .hs_trmntsnrd_pg .hs_trmntsnrd_rw2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hs_trmntsnrd_pg .hs_trmntsnrd_rw5 .cntntgrp_wrp .btmsec .item{
    padding-left: 0px;
    padding-right: 0px;
  }
  .qlik-compose-page .qlik-compose-row4 .bottom_pane .left_section_inner h3 {
    text-align: center !important;
  }

  .qlik-compose-page .ctntwth_tpimg .item .pd,
  .qlik-replicate-page .ctntwth_tpimg .item .pd
  {
    padding-left: 0px;
    padding-right: 0px;
  }
  .support_page .support_page_main2 .contact_detail .content-wrapper {
    padding: 0px;
  }

  .support_page .support_page_main1 ul{
    margin: 0px;
  }

  .qlik-data-page .qlik-data-row3 .row-number-3 p:last-child {
    padding-left: 0px !important;
  }
  .full-width-v3-row2 h2 {
    width: 100% !important;
  }


}



/*********************************************************************************************************************************************************************************************************/
.hs_hmpg_rw2 .dnd-section > .row-fluid {
  padding: 70px 0 64px;
  position: relative;
}


.hs_hmpg_rw2  h2 {
  margin-bottom: 14px;
  font-family: Raleway;
  line-height: 1.3em;
  font-size: 36px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
  text-align: center;
}


.hs_hmpg_rw4 {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
  background-color: #233c65;
  color: #fff;
}

.hs_hmpg_rw4 .dnd-section > .row-fluid {
  padding: 70px 0 64px;
  position: relative;
}


.hs_hmpg_rw4 h2 {
  margin: 0 0 0.8em;
  margin-bottom: 14px;
  line-height: 1.3em;
  font-size: 36px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
  color: #fff;
}

.hs_hmpg_rw8 {
  border-top-width: 1px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 41px;
  padding-left: 0px;
  background-color: #37827b;
  border-top-color: #cbcbcb;
  border-top-style: solid;
}

.hs_hmpg_rw8 .dnd-section>.row-fluid {
  max-width: 100%;
  display: block !important;
}

.hs_hmpg_rw8 .span5.widget-span {
  padding-top: 27px !important;
}

.hs_hmpg_rw8 h1 {
  margin-bottom: 18px;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hs_hmpg_rw8 .span4.widget-span {
  width: 25%;
}

.hs_hmpg_rw8 .span4.widget-span {
  padding-top: 30px;
  display: block !important;
  text-align: left;
}

.hs_hmpg_rw8 .dnd-module {
  display: block !important;
}

.hs_hmpg_rw8 .hs-button {
  margin: 0;
  letter-spacing: 2px;
  letter-spacing: 2px;
  box-sizing: border-box;
  transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  position: relative;
  text-align: center;
  border-radius: 50px;
  padding: 20px 28px;
  font-size: 14px;
  line-height: 100%;
  font-family: Raleway;
  outline: 0;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  background-color: #82c542;
  text-transform: none;
  float: none;
}

.hs_hmpg_rw8 .hs-button:hover {
  background-color: #5ec400;
}

.hs_hmpg_rw1  .dnd-section>.row-fluid,
.hs_hmpg_rw3  .dnd-section>.row-fluid,
.hs_hmpg_rw5  .dnd-section>.row-fluid,
.hs_hmpg_rw6  .dnd-section>.row-fluid,
.hs_hmpg_rw7  .dnd-section>.row-fluid,
.hs_hmpg_rw9  .dnd-section>.row-fluid{
  padding: 0px !important;
}



.hs_hmpg_rw8 .dnd-section>.row-fluid {
  padding: 0px !important;
}


/* atrxy_pg-css
*/

.hs_atrxy_pg .dnd-section>.row-fluid {
  padding: 0px !important;
}




.hs_atrxy_rw2 .dnd-section>.row-fluid {
  margin-bottom: -136px !important;
  background-color: #ffffff !important;
}

.hs_atrxy_rw2 .dnd-column {
  padding-top: 95px;
}

.hs_atrxy_rw2 h2 {
  margin-bottom: 18px;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 38px;
  color: #249cd3;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
}

.hs_atrxy_rw2 h2:after {
  width: 20%;
  content: "";
  height: 5px;
  background-color: #ebebeb;
  display: block;
  margin: 0 auto;
}

.hs_atrxy_rw2 h2 > span {
  margin-bottom: 18px;
  padding-top: 0px;
  padding-bottom: 16px;
  display: block;
}

.hs_atrxy_rw2 .dnd-section>.row-fluid {
  padding-right: 29px !important;
}

.hs_atrxy_rw2 h2>span {
  margin-bottom: 20px;
}

.hs_atrxy_rw2 h2:after {
  height: 4px;
  margin-bottom: 31px;
}



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


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




.hs_atrxy_rw4 {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
  transition: opacity .5s ease;
  overflow: hidden;
}



.hs_atrxy_rw4 .span6:first-child {
  text-align: center;
}

.hs_atrxy_rw4 img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}


.hs_vizble_rw5 .twclm_ferd_cntnt .btmrw .cntntcl .pd {
  padding-top: 30px !important;
}

.hs_vizble_rw {
}

.hs_vizble_rw5 .twclm_ferd_cntnt .btmrw .imgcl .pd {
  padding-top: 0;
}

.hs_vizble_rw6 .twclm_ferd_cntnt.lft .btmrw .cntntcl .pd {
  padding-top: 20px;
}

.hs_vizble_rw7 .twclm_ferd_cntnt .btmrw .cntntcl .pd {
  padding-top: 20px;
}

.hs_vizble_rw7 .twclm_ferd_cntnt .btmrw .imgcl .pd {
  padding-top: 0;
}

.hs_vizble_rw8 {
  background-color: #79a43c;
}

.hs_vizble_rw8 .span8 {
  padding-top: 30px;
}

.hs_vizble_rw8 .span4 {
  padding-top: 25px;
  display: block !important;
  text-align: center;
}

.hs_vizble_rw8 .dnd-column {
  display: block !important;
}

.hs_vizble_rw8 .span4 .dnd-module {
  display: block !important;
  padding-right: 60px;
  margin-bottom: 21.73913043px;
  max-width: 100%;
}

.hs_vizble_rw8 .hs-button {
  margin: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2em;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  color: #666;
  border-color: #fff;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-repeat: repeat-x;
  float: none;
  font-family: Raleway;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
}

.hs_vizble_rw8 .hs-button:hover {
  color: #5e5e5e;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}
.hs_alteryx2_rw2 {
  padding-left: 20px;
  padding-right: 20px;
}

.hs_alteryx2_rw2 .dnd-section>.row-fluid {
  width: 100%;
  margin: 0 auto;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1200px;
}

.hs_alteryx2_rw2 > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


.hs_alteryx2_rw2 .dnd-section:first-child .dnd-column {
  padding-top: 95px;
}

.hs_alteryx2_rw2 {
  text-align: center;
}

.hs_alteryx2_rw2 h2 {
  line-height: 1.3em;
  margin-bottom: 18px;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 38px;
  color: #444444;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}

.hs_alteryx2_rw2 h2:after {
  content: "";
  width: 20%;
  background-color: #ebebeb;
  height: 4px;
  position: absolute;
  border: 0;
  display: block;
  margin: 0 auto;
  display: inline-block;
  right: 0;
  left: 0;
  bottom: 0;
}

.hs_alteryx2_rw2 h2 span {
  margin-bottom: 23px;
  padding-bottom: 16px;
  display: inline-block;
}

.hs_alteryx2_rw2 p {
  text-align: left;
  max-width: 941px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}




.hs_alteryx2_rw2 .hs-button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 2em;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  border-color: #6ab165;
  background-color: #6ab165;
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}

.hs_alteryx2_rw2 .hs-button:hover {
  color: #f7f7f7;
  border-color: #59a453;
  background-color: #59a453;
}

.hs_alteryx2_rw2 .hs-button {
  margin-bottom: 22px;
}

.hs_alteryx2_rw5 .cntnt_wthbg {
  border: none;
  margin-top: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hs_alteryx2_rw5 .cntnt_wthbg .cntnt {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 38px;
  color: #444444;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 16px;
  margin-bottom: 19px;
}

.hs_alteryx2_rw5 .cntnt_wthbg .mk-button-container {
  width: 100%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-align: left;
}
.hs_alteryx2_rw5 .cntnt_wthbg .clearboth {
  display: none;
}

.hs_alteryx2_rw5 .cntnt_wthbg .mk-button-container a.btn {
  margin-top: 55px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 2em;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  border: 1px solid;
  border-color: #fe6c61;
  background-color: #fe6c61;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 21.73913043px;
}

.hs_alteryx2_rw5 .cntnt_wthbg .mk-button-container a.btn:hover {
  color: #f7f7f7;
  border-color: #fe5043;
  background-color: #fe5043;
}
.hs_trmntsnrd_rw2 {
  padding-left: 20px;
  padding-right: 20px;
}

.hs_trmntsnrd_rw2 > div {
  margin-top: 96px;
}

.hs_trmntsnrd_rw2 p {
  margin-bottom: 18px;
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 22px;
  color: ;
  text-align: center;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #333333;
  line-height: 1.3em;
}


.hs_trmntsnrd_rw4 {
  min-height: 100px;
  margin-bottom: 0px;
  background-color: #16155e;
}

.hs_trmntsnrd_rw4 .dnd-section>.row-fluid {
  padding: 47px 0 40px;
}

.hs_trmntsnrd_rw4 p {
  line-height: 1.3em;
  margin-bottom: 18px;
  font-family: "Source Sans Pro";
  letter-spacing: 0px;
  text-transform: none;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
}
.hs_atrxy_rw2,
.hs_alteryx2_rw2{
  position: relative;
  z-index: 2;
  background: #fff;
}
.hs_hmpg_rw9 .join_us form .hs_email .hs-input {
  padding: 10px 12px !important;
}
.hs_hmpg_rw9 .join_us form label.hs-main-font-element {
  border-radius: 0px;
}
.hs_hmpg_rw9 input.hs-input.invalid.error {
  box-shadow: none;
}
.hs_hmpg_rw9 .join_us form label.hs-error-msg {
  font-family: Raleway;
}
.hs_hmpg_rw3 .ctntwth_tpimg .item .mk-box-icon-2 p,
.hs_hmpg_rw5 .ctntwth_tpimg .item .mk-box-icon-2 p{
  font-size: 16px;
  color: #555555;
  line-height: 2em;
  padding-bottom: 0px;
}
.hs_alteryx2_rw4 .itm_2 .cntnt_slidr .itm_2 .cntnt {
  padding-top: 113px;
}
@media (min-width: 768px){
  .hs_hmpg_rw2  .dnd-column {
    width: 66.66666667%;
    margin: 0 auto !important;
    float: none !important;
  }
  .hs_hmpg_rw4 .dnd-column {
    width: 66.66666667%;
    margin: 0 auto !important;
    float: none;
  }
  .hs_hmpg_rw8 .span5.widget-span {
    width: 50%;
  }
  .hs_atrxy_rw4 .span6:first-child {
    padding-top: 150px;
  }
  .hs_atrxy_rw3 .dnd-section>.row-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hs_atrxy_rw2 p {
    padding-left: 21px;
    padding-right: 15px;
    width: 100%;
  }
  .hs_alteryx2_rw5 .cntnt_wthbg .cntnt {
    width: 66.66666667%;
    float: left;
  }

  .hs_alteryx2_rw5 .cntnt_wthbg .mk-button-container {
    width: 33.33333333%;
    float: left;
  }
}
@media(max-width:960px){
  .hs_alteryx2_rw5 .cntnt_wthbg .content-wrapper {
    padding: 0;
  }
}
@media(max-width:767px){
  .hs_hmpg_rw8 .span4.widget-span {
    width: 100% !important;
    text-align: center;
  }
  .hs_atrxy_rw2 .dnd-section>.row-fluid {
    margin-bottom: 0px !important;
  }
  .hs_atrxy_rw4 .span6:first-child {
    margin-bottom: 35px;
  }
  .hs_atrxy_rw2 .dnd-section>.row-fluid {
    padding-right: 0px !important;
  }
  .hs_vizble_rw8 h3 {
    text-align: center !important;
  }

  .hs_vizble_rw8 .span4 .dnd-module {
    padding-right: 0;
  }
  .hs_alteryx2_rw2 .dnd-section>.row-fluid {
    margin: 0;
  }
  .hs_vizble_rw2 .cntntwth_glry .innerpd,  .hs_vizble_rw2 .cntntwth_glry .tprw .pd {
    padding-left: 0;
    padding-right: 0;
  }

  .hs_vizble_rw2 .cntntwth_glry .btmrw .cl8 .pd {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hs_vizble_rw2 .cntntwth_glry .btmrw .cl4>.pd,  .hs_vizble_rw2 .cntntwth_glry .ctnttprw2 .pd {
    padding-left: 0px;
    padding-right: 0px;
  }


}

/**************************************************************************************************************************************************************************************************/

.consultancy_main1 h2 {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 38px;
  color: #444444;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 60px;
}
.consultancy_main2 h3 {
  font-size: 30px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
  margin-bottom: 10px;
}

.consultancy_main2 span {
  color: #ffffff;
} 

.consultancy_main3 h2 {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 38px;
  color: #444444;
  text-align: center;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
}

.consultancy_main3 h2:nth-child(2){
  letter-spacing: 0px;
  text-transform: none;
  font-size: 28px;
  color: #444444;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 64px;
}

.consultancy_main4 .bottom_pane .left_section_inner h3 {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
}

.consultancy_main4 .bottom_pane .left_section_inner span {
  margin-bottom: 0;
  color: inherit;
  font-size: 32px;
  line-height: inherit;
  font-family: "Source Sans Pro";
}
.consultancy_main4 .bottom_pane  .content-wrapper {
  padding-top: 55px;
  padding-bottom: 40px;
}
.consultancy_main4 .bottom_pane .left_section_inner{
  padding:0;
}

.consultancy_main4 .bottom_pane_inner{
  padding:0;
}
.consultancy_main4 .bottom_pane .left_section,
.consultancy_main4 .bottom_pane .right_section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:0;
  padding-bottom:0;
}

.consultancy_main4 .bottom_pane .right_section_inner{
  margin-bottom: 21.73913043px;

}
.consultancy_main4 .bottom_pane {
  background: linear-gradient(135deg, #77a836 0%,#a7cd56 100%);
  opacity: 1;
}
.consultancy_main4 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.modeling_main3 p {
  -webkit-text-fill-color: unset;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 32px;
  color: #555555!important;
  text-align: left;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.3em;
  font-family: "Source Sans Pro";
}
.modeling_main3 .bottom_pane .right_section_inner a,
.modeling_main4 .bottom_pane .right_section_inner a {
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
.modeling_main4 .bottom_pane .right_section_inner a {
  color: #666;
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.modeling_main3 .bottom_pane .right_section_inner a:hover {
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434;
}

.modeling_main3 .ctntwth_tpimg {  
  padding-top: 0px;
}

.modeling_main1 h3{
  margin-bottom: 34px;
}
.modeling_main2 p{
  font-family: 'Arial Nova Cond',sans-serif;
  margin-bottom: 0px;
  margin-top: 16px;
}
.modeling_main2 h3 {
  display: inline-block;
}
.modeling_main4 .ctntwth_tpimg .item .mk-box-icon-2-image ,
.datarobot_main6 .ctntwth_tpimg .item .mk-box-icon-2-image {
  margin-bottom: 15px;
}

.modeling_banner .banner .mk-page-title-box-subtitle {
  font-size: 20px;
  line-height: 20px;
}

.modeling_main4 .bottom_pane .left_section_inner h3 {
  color: #fff;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Source Sans Pro";
}

.modeling_main4 .bottom_pane .left_section_inner h3 span {
  color: #fff;

}

.modeling_main4 .bottom_pane .left_section,
.modeling_main4 .bottom_pane .right_section{
  padding-left: 15px;
  padding-right: 15px;
}
.modeling_main3 .bottom_pane .right_section {
  padding: 25px 15px 0;
}
.modeling_main3 .bottom_pane .left_section {
  padding: 10px 15px;
}
.ctntwth_tpimg .item .mk-box-icon-2 p {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 20px;
  line-height: 1.3em;
}

.modeling_main4 .ctntwth_tpimg .item .mk-box-icon-2 p a {
  color: #231a18!important;
  font-size: 14px;
}
.modeling_main4 .ctntwth_tpimg .item .mk-box-icon-2 p a strong {
  font-weight: 700;
  color: #231a18;
}
.modeling_main4 .ctntwth_tpimg .item .mk-box-icon-2 p {
  padding-bottom: 0px;
}

.modeling_main3 .bottom_pane .left_section_inner>* {
  color: #555555;
}
.modeling_main4 .ctntwth_tpimg .inr {
  padding-bottom:0;
  padding-top: 0;
}
.modeling_main4  .ctntwth_tpimg .item .pd{
  padding:0
}
.modeling_main4 .ctntwth_tpimg.fourcl .item {

  padding: 0 15px;
}

.modeling_main4 .ctntwth_tpimg .content-wrapper,
.datarobot_main6 .ctntwth_tpimg .content-wrapper{ 
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1160px;
}

.modeling_main4 .ctntwth_tpimg {
  padding-top: 17px;
}
.modeling_main4 hr,
.datarobot_main5 hr{
  margin:0;
  background-color: transparent;
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-color: #ebebeb;
  border-color: #ebebeb;
}


.datarobot_main2 .span4>div {
  padding-top: 35px;
  box-sizing: border-box;
  padding-left: 15px!important;
  padding-right: 15px!important;
  width: 100%;
  margin-left: -5px !important;
  background-image: url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/images/400x300.png);
  height:100%;
}

.datarobot_main1 h3,
.datarobot_main2 h4
{
  margin-bottom: 30px;
}

.datarobot_page p {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 18px;
  line-height: 150%;
  color: #444444;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
}

.datarobot_main1 .hs-button{
  margin:0;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 2em;
  font-family: Raleway;
  letter-spacing: normal;
  font-weight:400;
  text-transform: initial;
}

.datarobot_main1 p:nth-child(4) {
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.datarobot_main2 p {
  text-align: center;
}

.datarobot_main2 ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
  padding:0
}
.datarobot_main2 ul li {
  margin-left: 0.85em;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 18px;
  line-height: 150%;
  color: #444444;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
}
.datarobot_main2 ul li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.datarobot_main3 p {
  color: #fff!important;
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 20px;
  padding-bottom: 20px;

}

.datarobot_main3  .row-fluid .span6:first-child p {
  padding-top: 36px;
}

.modeling_main4 .bottom_pane .right_section {
  padding-top: 30px;
}
.modeling_main4 .bottom_pane .left_section_inner {
  padding-top: 20px;
}

.modeling_main4 .bottom_pane_inner {
  padding: 25px 0;
  padding-bottom: 26px;
}

.datarobot_main3 .row-fluid .span6{
  justify-content: flex-start !important;
}

.datarobot_main4 .accordion h4.vc_custom_heading {
  color: #000;
  color: #333333;
}

.datarobot_main4 .accordion .vc_toggle_content p {
  font-size: 16px;
  color: #555555;
  line-height: 2em;
}
.datarobot_page .datarobot_main4 p{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 16px;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.3em;

}
.datarobot_main6 h3 {
  font-size: 30px;
  color: #333333;
  font-weight: inherit;
  text-transform: none;
  line-height: 1.3em;
  font-family: Raleway;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-weight: 700;
}
.datarobot_main6 .ctntwth_tpimg {
  padding-top: 25px;
}

.finance-row1 .widget-type-rich_text hr,
.business_main1 .widget-type-rich_text hr
{
  border-top-width: 4px;
  border-color: #ebebeb;
  height: 1px;
  border-top: 4px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  margin: 0 auto;
  width: 20%;
  margin-bottom:32px;
  background-color: transparent;
}
.finance_page ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.finance_page ul li {
  margin-left: 17px;
}
.finance_banner .banner .mk-page-title-box-subtitle {
  font-weight: 700;
}
.finance-row1 .widget-type-rich_text h2 {
  padding-bottom: 16px;
}

.business_main1 .widget-type-rich_text hr {
  margin-bottom: 31px;
  margin-left: 0;
  margin-right: 0;
}
.business_banner .banner .mk-page-title-box-subtitle {
  font-weight: normal;
}

.business_main2 .widget-type-rich_text {
  text-align: center;
}
.business_main3 .statistics-wrapper .title p {
  font-family: Raleway;
  font-size: 16px;
  color: #555555;
  line-height: 2em;
  text-align: center;
  font-weight: 400;
}
.business_main3 .statistics-wrapper .value {
  font-family: Raleway;
  line-height: 1.3em;
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 16px;
}
.business_main2 h4 {
  margin-bottom: 9px;
}
.integracao_page .ctntwth_tpimg.thrcl .item  h3{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 23px;

  text-align: center;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 18px;
}
.integracao_page .ctntwth_tpimg .item .mk-box-icon-2 p{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 17px;

  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: -20px;
  padding-bottom: 20px;
}
.integracao-row3 .ctntwth_tpimg.thrcl .inr {
  margin-bottom: 0;
}

.integracao-row3 .ctntwth_tpimg .item .mk-box-icon-2-image {
  margin-bottom: 35px;
}

.integracao_row1  .ctntwth_tpimg .item .mk-box-icon-2 p {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 22px;
  line-height: 50%;
  color: ;
  text-align: center;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 0;
}

.integracao_row1  .ctntwth_tpimg.thrcl .inr {
  margin-bottom: 0;
}
.integracao_row1 .ctntwth_tpimg .item .mk-box-icon-2-image {
  margin-bottom: 35px;
}


.integracao-row4 .bottom_pane .left_section {
  width: 100%;
  float: none;
}

.integracao-row4 .bottom_pane .right_section {
  width: 100%;
  float: none;
}

.integracao-row4  .bottom_pane .left_section h4 {
  font-size: 36px;
  font-weight: inherit;
  text-transform: none;
}

.integracao-row4  .bottom_pane .right_section_inner a {
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
.integracao-row4 .bottom_pane .left_section_inner h2 {
  font-size: 36px;
}
.integracao-row4 .bottom_pane .left_section_inner {
  padding-bottom: 0;
}

.integracao-row4 .bottom_pane .right_section {
  padding-top: 0;
}
.integracao-row4 .bottom_pane_inner {
  padding-bottom: 52px;
  padding-top: 22px;
}

.integracao-row6 .bottom_pane .left_section_inner h2 {
  margin-bottom: 0;
  text-align: right;
  font-size:36px;
}

.integracao-row6 .bottom_pane .left_section_inner {
  padding: 0;
}
.integracao-row6  .right_section_inner {
  padding-right: 60px;
}

.integracao-row6 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
}

.integracao-row6 .bottom_pane .left_section {
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.integracao-row6 .bottom_pane .right_section {
  padding-top: 25px;
  padding-bottom: 0;
}

.integracao-row6 .bottom_pane_inner {
  padding-top: 0;
  padding-bottom: 22px;
}

.integracao-row3 .ctntwth_tpimg.thrcl {
  padding-top: 50px;
}


@media (min-width: 768px){
  .consultancy_main4 .bottom_pane .left_section,
  .modeling_main4 .bottom_pane .left_section,
  .modeling_main3 .bottom_pane .left_section{
    width: 75%; 
  }
  .consultancy_main4 .bottom_pane .right_section,
  .modeling_main4 .bottom_pane .right_section,
  .modeling_main3 .bottom_pane .right_section{
    width: 25%; 
  }

  .modeling_main4 .ctntwth_tpimg.fourcl .item {
    width: 20%;
  }
  .modeling_main4 .ctntwth_tpimg,
  .datarobot_main6 .ctntwth_tpimg{
    padding-left: 5px;
  }
  .datarobot_main6 .widget-type-section_header h3 {
    margin-left: -30px;
  }
  .datarobot_main2 .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .finance_page ul {
    margin-left: 30px;

  }
  .modeling_main4 .ctntwth_tpimg .item .mk-box-icon-2 p {
    padding-bottom: 18px;
  }

  .modeling_main4 .ctntwth_tpimg .item .mk-box-icon-2-image ,
  .datarobot_main6 .ctntwth_tpimg .item .mk-box-icon-2-image {
    margin-bottom: 35px;
  }

  .modeling_main4 .right_section_inner,
  .modeling_main3 .right_section_inner {
    text-align: left;
  }
  .consultancy_main4 .bottom_pane .right_section_inner{

    text-align: left;
  }
}


@media (max-width: 1180px){
  .datarobot_main6 .ctntwth_tpimg .content-wrapper, .modeling_main4 .ctntwth_tpimg .content-wrapper {
    margin: 0;
  }
}

@media (max-width: 767px){
  .modeling_main1 h3 {
    margin-bottom: 18px;
    font-size: 25px;
  }
  .finance-row1 .widget-type-rich_text h2 {
    font-size: 30px;
  }
  .consultancy_main1 h2 {
    font-size: 32px;
    padding-bottom: 20px;
  }

}
/***************************************************************************************************************************************************************************************************************/

.full-width-v3-row1 hr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 4px solid #ebebeb;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 1px;
  margin-bottom: 30px;
  position: relative;
  top: -1px;
  width: 20%;
  background: none;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
}

.full-width-v3-row1 h2 {
  padding-bottom: 16px;
}

.full-width-v3-row2 h2 {
  color: #fff;
  line-height: 1.3em;
  width: 66.66666667%;
  margin: 0 auto 14px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 36px;;
}

.full-width-v3-row2 hr{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 4px solid #ebebeb;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 1px;
  margin-bottom: 30px;
  position: relative;
  top: 1px;
  width: 10%;
  background: none;
  margin-top: 0;
  margin-left: auto;
}
/*************************************************************************************************************************************************************************************************/

.specialization-row1 .dnd-section > .row-fluid {
  padding: 0; 
}

.full-width-v2-row2 hr {
  height: 0;
  border-top: 1px solid #888888;
  margin-bottom: 35px;
  margin-top: 0;
}

.full-width-v2-row2 h3 {
  font-size: 32px;
  color: #555555;
  font-family: "Source Sans Pro";
}
.full-width-v2-row2 .hs-button,
.institutional-page .hs-button{
  color: #fff;
  border: 1px solid #6dab3c;
  background-color: #6dab3c;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 2em;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  transition: all .2s ease-in-out;
  margin: 0;
}
.full-width-v2-row2 .hs-button:hover,
.institutional-page .hs-button:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(105, 151, 38, 1.0);
  border-color: rgba(105, 151, 38, 1.0);
}

.full-width-v2-banner .banner .mk-page-title-box-subtitle {
  font-size: 20px;
}
.full-width-v2-row1 h2 {
  color: #444444;
  padding-bottom: 60px;
}
.full-width-v2-row2 .dnd-row > .row-fluid,
.plataforma-qlik-page .dnd-row > .row-fluid,
.plataforma-qlik-page .dnd-section > .row-fluid,
.qlik-sense-page .dnd-section > .row-fluid,
.qlik-sense-page .dnd-row > .row-fluid,{
  align-items: flex-start;
}

.full-width-v2-row3 .bottom_pane_inner {
  padding: 0;
}

.full-width-v2-row3 .bottom_pane .content-wrapper {
  padding: 55px 0 40px;
}

.full-width-v2-row3 .bottom_pane .left_section {
  padding: 0;
}



.full-width-v2-row3 .bottom_pane h3 {
  font-family: "Source Sans Pro";
  font-size: 32px;
}

.full-width-v2-row3 .bottom_pane .left_section_inner {
  padding: 0;
}

.full-width-v2-row3 .bottom_pane .right_section_inner a {
  margin-bottom: 21.73913043px;
}

.full-width-v2-row3 .bottom_pane .right_section_inner a {
  font-size: 16px;
  padding: 18px 25px;
}

.full-width-v2-row3 .bottom_pane .right_section {
  text-align: left;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.institutional-banner .banner .mk-page-title-box-subtitle {
  font-size: 26px;
  line-height: 26px;
}
.institutional-banner .banner  h1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.institutional-row1 .widget-type-header h2 {
  font-weight: 700;
  color: #444444;
}
.institutional-page .dnd-row > .row-fluid,
.kraken-page .dnd-section > .row-fluid,
.kraken-page .dnd-row > .row-fluid{
  align-items: flex-start;
}
.institutional-row2 .widget-type-rich_text h3 {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size: 32px;
}
.institutional-page .hs-button {
  padding: 14px 20px; 
  font-size: 14px;
  margin-bottom: 21.73913043px;
}
.institutional-row4 .two_col_content .item {
  padding-left: 0px;
  padding-right: 0px;
}
.institutional-row3 .span6 h2 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 14px;
}
.kraken-page .widget-type-rich_text h2 {
  padding-bottom: 16px;
  color: #444444;
}
.kraken-page .widget-type-rich_text h4 {
  margin-bottom: 9px;
}
.kraken-page .widget-type-rich_text h6 {
  font-size: 14px;
  margin-bottom: 8px;
}
.kraken-row3 .advanced-title {
  padding-left: 15px;
  padding-right: 15px;
}
.kraken-page .widget-type-rich_text hr {
  border-top: 1px solid #2a2a2a;
  margin-bottom: 33px;
  margin-top: 41px;
  background: transparent;
}
.kraken-page .widget-type-rich_text ul{
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
  padding-left: 0px;
  margin-top: 0;
  font-size: 20px;
}

.kraken-page .widget-type-rich_text ul li{
  margin-left: 0.85em;
}

.kraken-page .widget-type-rich_text ul li h5 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
.kraken-page .lg_glry {
  border: none;
  padding: 0;
}

.kraken-page .lg_glry .inrpd {
  padding: 0 15px;
}

.kraken-page .lg_glry h1.mk-fancy-title span {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  display: inline-block;
  margin: 0 55px;
}

.kraken-page .lg_glry h1.mk-fancy-title p {
  padding: 0 35px;
  display: inline-block;
  margin: 0;
  position: relative;
  color: #333333;
}

.kraken-page .lg_glry h1.mk-fancy-title {
  margin: 0;
}
.kraken-page .lg_glry h1.mk-fancy-title p:after, .kraken-page .lg_glry h1.mk-fancy-title p:before {
  box-sizing: content-box;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 55px;
}
.kraken-page .lg_glry h1.mk-fancy-title p:before {
  border-top: 1px solid;
  left: -55px;
  right: 100%;
  top: 20.5px;
}
.kraken-page .lg_glry h1.mk-fancy-title p:after {
  border-top: 1px solid;
  left: 100%;
  right: -55px;
  top: 20.5px;
}
.kraken-page .lg_glry .lg-sldr {
  padding-bottom: 20px;
}
.specialization-banner .banner .mk-page-title-box-subtitle {
  font-size: 20px;
  line-height: 1;
}
.jomash-row1 .cm-image-slider {
  padding-left: 20px;
  padding-right: 51px;
}
.jomash-row1 .widget-type-rich_text h2 {
  text-align: center;
  margin-bottom: 20px; 
}
.jomash-row1 .widget-type-rich_text {
  margin-left: -15px;
  margin-right: 15px;
  padding-bottom: 65px;
  margin-bottom: 18px;
}
.jomash-row1 .widget-type-rich_text h4 {
  color: #333333;
  text-align: center;
  margin-bottom: 9px;
}
.jomash-row1 .custom-button.green a {
  border-radius: 5px;
}
.jomash-row2 .ctntwth_tpimg.thrcl {
  padding-top: 64px;
}

.jomash-row2 .ctntwth_tpimg.thrcl .inr {
  padding-top: 0;
}

.jomash-row2 .ctntwth_tpimg .item .pd {
  padding: 10px 38px;
}

.jomash-row2 .ctntwth_tpimg .item h3,
.jomash-row3 .ctntwth_tpimg .item h3{
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 9px;
}


.jomash-row3 .ctntwth_tpimg.thrcl .item {
  padding-left: 15px;
  padding-right: 15px;
}

.jomash-row2 .ctntwth_tpimg .item .mk-box-icon-2 p,
.jomash-row3 .ctntwth_tpimg .item .mk-box-icon-2 p{
  font-size: 16px;
  color: #555555;
  line-height: 2em;
  padding-bottom: 0px;
}
.jomash-row2 .dnd-section > .row-fluid {
  padding-left: 6px;
  padding-right: 35px;
}

.jomash-row4 .widget-type-rich_text h2{
  font-size: 23px;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: right;
}
.jomash-row4 .video-wrapper {
  max-width: 250px;
}
.jomash-row3 .ctntwth_tpimg.thrcl .item h3 {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
.jomash-row3 .dnd-section>.row-fluid .dnd-column {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -15px;
}
.jomash-row3 .ctntwth_tpimg.thrcl .inr {
  padding-bottom: 96px;
  margin-bottom: 0;
  padding-top: 0;
}
.jomash-row3 h4 {
  margin-bottom: 9px;
}
.jomash-row3 .ctntwth_tpimg.thrcl {
  padding-top: 0;
}
.jomash-row3 .ctntwth_tpimg .item .pd {
  padding: 10px 38px;
}
.jomash-row4 .dnd-section > .row-fluid,
.jedox-page .dnd-section > .row-fluid{
  align-items: flex-start;
}
.catalog-row1 .widget-type-rich_text h6 {
  font-size: 18px;
  line-height: 150%;
  color: #444444;
  margin-bottom: 18px;
  padding-bottom: 16px;
}
.catalog-page .dnd-section > .row-fluid {
  align-items: flex-start;
}
.catalog-row3 .ctntwth_tpimg {
  padding-top: 0;
  padding-right: 15px;
  margin-left: -15px;
}

.catalog-row3 .ctntwth_tpimg .inr {
  padding-top: 0;
  padding-bottom: 0;
}

.catalog-row3 .dnd-section {
  padding: 0;
}

.catalog-row3 .ctntwth_tpimg .item .pd {
  padding-top: 55px;
}

.catalog-row3 .ctntwth_tpimg .item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  padding: 0;
}

.catalog-row3 .ctntwth_tpimg .item .mk-box-icon-2-image {
  margin-bottom: -10px;
}

.catalog-row3 .ctntwth_tpimg .item .mk-box-icon-2 p {
  font-size: 16px;
  line-height: 160%;
  padding-bottom: 20px;
  text-align: left;
  color: #333;
}

.catalog-row4 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 150%;
  color: #2d2d2d;
}
.catalog-page .span6 .widget-type-rich_text{
  padding-top: 18px;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 20px;
}
.catalog-page .span6 .widget-type-rich_text p:last-child {
  margin-bottom: 0px; 
}
.catalog-page .span6 .widget-type-rich_text ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
  margin-top: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 150%;
}
.catalog-page .span6 .widget-type-rich_text ul li {
  margin-left: 0.85em;
}
.catalog-row6 .widget-type-rich_text {
  font-size: 16px;
  line-height: 150%;
}
.catalog-row6 .dnd-section>.row-fluid {
  padding: 0 20px;
}
.catalog-row6 .dnd-section>.row-fluid .dnd-column > div {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
}
.catalog-row7 .widget-type-rich_text p {
  padding-top: 34px;
  padding-bottom: 21px;
  font-size: 20px;
  text-align: right;
  line-height: 1.3em;
}
.catalog-row8 .bottom_pane_inner {
  padding: 0;
}

.catalog-row8 .bottom_pane .left_section {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  text-align: right;
}
.catalog-row8 .bottom_pane .right_section_inner a {
  font-size: 16px;
  margin-bottom: 21.73913043px;
  padding: 18px 25px;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
  background-repeat: repeat-x;
  color: #666;
  border-color: #fff;
  background-color: #fff;
}
.catalog-row8 .bottom_pane .right_section_inner a:hover {
  color: #5e5e5e;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}
.catalog-row8 .bottom_pane .left_section_inner {
  padding: 0;
  text-align: right;
}
.catalog-row8 .bottom_pane .right_section {
  padding-top: 25px;
}

.jedox-row1 h2 {
  padding-bottom: 17px;
  color: #444444;
}

.jedox-row1 hr {
  border-top: 4px solid #ebebeb;
  background: transparent;
  width: 19.5%;
  margin-bottom: 30px;
  margin-top: 0;
}

.jedox-page h4 {
  margin-bottom: 9px;
}
.jedox-page ul {
  margin-bottom: 1em;
  padding: 0;
  margin-left: 1.5em;
  margin-top: 0;
  list-style-type: disc;
  font-size: 20px;
}
.jedox-page ul p {
  font-size: 16px;
}
.jedox-page ul li {
  margin-left: 0.85em;
}
.specialization_page .bottom_pane .overlay-mask {
  opacity: 1;
}
.jedox-row2 .custom-button.green a {
  font-size: 14px;
  padding: 14px 20px;
  border-color: #6ab165;
  background-color: #6ab165;
}

.jedox-row2 .custom-button.green a:hover {
  color: #f7f7f7;
  border-color: #59a453;
  background-color: #59a453;
}
.jedox-row3 .widget-type-rich_text h2,
.jedox-row4 .widget-type-rich_text h2,
.jedox-row5 .widget-type-rich_text h2{
  padding-bottom: 16px;
}
.jedox-row3 .widget-type-rich_text hr,
.jedox-row4 .widget-type-rich_text hr,
.jedox-row5 .widget-type-rich_text hr{
  border-top: 4px solid #fff;
  display: block;
  position: relative;
  top: 1px;
  background: transparent;
  width: 10%;
  margin-bottom: 31px;

}
.jedox-row4 .row-fluid .span3 {
  padding: 0 15px;
}
.jedox-row5 .widget-type-rich_text hr {
  border-color: #ebebeb;
  margin-left: 0;
  width: 20%;
  margin-top: 0;
}
.jedox-row7 .widget-type-rich_text h2,
.jedox-row6 .widget-type-rich_text h2{
  font-size: 23px;
  padding-top: 30px;
  padding-bottom: 22px;
  text-align: right;
}
.full-width-v2-page .widget-type-form {
  padding: 32px 36px;
  background-color: #6d9a23;
}
.full-width-v2-page .dnd-section>.row-fluid {
  align-items: flex-start;
}
.full-width-v2-page form .hs-richtext {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}
.full-width-v2-page form .hs-richtext h3 {
  color: #fff;
  margin-bottom: 10px;
}
.full-width-v2-page form .hs-richtext p{
  font-size: 16px;
  line-height: 2em;
  color: #fff;
}
.full-width-v2-page form .hs-form-field {
  padding: 0;
  margin-bottom: 10px;
  padding-right: 9px;
}

.full-width-v2-page form .hs-form-field > label {
  padding: 0;
  margin: 0;
}

.full-width-v2-page form .hs-input:not(.hs-input[type=checkbox],.hs-input[type=radio]) {
  font-size: 13px;
  color: #767676;
  padding: 10px 12px !important;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  outline: 0;
  margin-bottom: 4px;
  border-radius: 0;
}
.full-width-v2-page form .submitted-message {
  color: #fff; 
}
.full-width-v2-page form ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.full-width-v2-page form input[type=submit] {
  float: none;
  background-color: #252525;
  color: #fff;
  padding: 12px 15px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

.full-width-v2-page form input[type=submit]:hover {
  background-color: #707070;
  color: #fff;
}
.full-width-v2-page ul.no-list.hs-error-msgs.inputs-list {
  margin: 0; 
}
.full-width-v2-page form .hs-error-msgs label {
  background: transparent;
  color: red !important;
  margin: 0;
  padding: 0 !important;
  font-family: Raleway !important;
  font-size: 12px;
  line-height: 32px;
}
.full-width-v2-page .hs_error_rollup {
  border: 2px solid #ffb900;
  padding: 0.2em 1em;
  margin: 2em 0.5em 1em;
}
.full-width-v2-page form .hs_error_rollup label {
  color: #333 !important;
  font-family: Raleway;
  font-size: 20px;
}
.full-width-v2-page .row-fluid [class*=span],
.qlik-sense-page .row-fluid [class*=span]{
  min-height: 0;
}
.plataforma-qlik-row1 .widget-type-rich_text h2 {
  font-family: "Source Sans Pro";
  padding-bottom: 20px;
}
.plataforma-qlik-row3 .widget-type-rich_text h3 {
  color: #393836;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 34px;
}
.plataforma-qlik-row3 .widget-type-rich_text h6 {
  font-size: 14px; 
  margin-bottom: 8px;
}
.plataforma-qlik-banner .banner .mk-page-title-box-subtitle {
  font-size: 20px;
}
.plataforma-qlik-row3 .dnd-row> .row-fluid .span3,
.plataforma-qlik-row3 .dnd-row> .row-fluid .span4 {
  padding: 0 15px;
}
.plataforma-qlik-row4 .bottom_pane_inner {
  padding-top: 55px;
  padding-bottom: 40px;
}

.plataforma-qlik-row4 .bottom_pane .left_section {
  padding: 0;
}

.plataforma-qlik-row4 .bottom_pane .left_section_inner {
  padding: 0;
}

.plataforma-qlik-row4 .bottom_pane .right_section {
  padding-top: 16px;
}

.plataforma-qlik-row4 .bottom_pane .left_section {
  width: 75%;
  padding: 0 15px;
}

.plataforma-qlik-row4 .bottom_pane .right_section {
  width: 25%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.plataforma-qlik-row4 .bottom_pane .right_section_inner a {
  padding: 18px 25px;
  font-size: 16px;
}

.plataforma-qlik-row4 .bottom_pane .left_section_inner h3 {
  font-size: 32px;
  font-family: "Source Sans Pro";
  margin-bottom: 18px;
}
.plataforma-qlik-row4 .bottom_pane .overlay-mask {
  opacity: 1; 
}
.full-width-v2-page .content_with_bg.right-icon .content-wrapper {
  padding: 0;
}
.jomash-row1 .custom-button.green a:hover {
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434;
}
.qlik-sense-banner .banner .mk-page-title-box-subtitle {
  font-size: 20px;
}
.qlik-sense-row2 .widget-type-rich_text h3 {
  font-size: 32px;
  font-family: "Source Sans Pro";
}
.qlik-sense-row2 .custom-button.white a {
  padding: 18px 25px;
  font-size: 16px;
  color: #666;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.qlik-sense-row2 .custom-button.white a:hover {
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.qlik-sense-row3 .content_with_top_icon .content-wrapper {
  max-width: 100%;
}
.qlik-sense-row3 .content_with_top_icon .content-wrapper {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.qlik-sense-row3 .content_with_top_icon .item .mk-box-icon-2-image {
  margin-bottom: 15px;
  text-align: left;
}

.qlik-sense-row3 .content_with_top_icon .color-grey {
  background-color: #ebebeb;
  border-radius: 50%;
}

.qlik-sense-row3 .content_with_top_icon span {
  font-size: 2.15em !important;
  color: #37827b !important;
}

.qlik-sense-row3 .content_with_top_icon .item .pd {
  padding: 10px 38px;
}

.qlik-sense-row3 .content_with_top_icon .item {
  padding: 0 15px;
}

.qlik-sense-row3 .content_with_top_icon .content {
  padding: 0;
}
.qlik-sense-row3 .content_with_top_icon .content h4 {
  margin-bottom: 9px;
}
.qlik-sense-row3 .content_with_top_icon h5 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
.qlik-sense-row4 .widget-type-rich_text h2,
.qlik-sense-row6 .widget-type-rich_text h2{
  font-size: 23px;
  margin-bottom: 18px;
  padding-top: 38px;
  padding-bottom: 20px
}
.qlik-sense-row4 .custom-button.white a,
.qlik-sense-row6 .custom-button.white a {
  padding: 14px 20px;
  font-size: 14px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #666;
}
.qlik-sense-row4 .custom-button.white a:hover,
.qlik-sense-row6 .custom-button.white a:hover{
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.qlik-sense-page h4 {
  margin-bottom: 9px; 
}

.qlik-sense-row5 .widget-type-rich_text h6 {
  font-size: 14px;
  margin-bottom: 8px; 
}
.qlik-sense-row5 sup {
  vertical-align: super;
  font-size: 85%;
}
.qlik-sense-row2 .widget-type-rich_text ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  padding: 0;
  margin-top: 0;
  font-size: 20px;
}
.qlik-sense-row2 .widget-type-rich_text ul li {
  margin-left: 0.85em;
}
.qlik-sense-row6.plataforma-qlik-row4 .bottom_pane .right_section {
  padding-top: 0;
}
.qlik-sense-row6.plataforma-qlik-row4 .bottom_pane .right_section_inner a{
  margin-bottom: 22px;
}
.body-container-wrapper,
.datarobot_main1,
.modeling_main1,
.success_page,
.hs_vizble_rw2{
  position: relative;
  z-index: 2;
  background: #fff;
}
.datarobot_main4 .accordion h2.title h4 {
  margin-bottom: 9px;
}
.datarobot_main2 .row-fluid .span4 {
  padding: 0 5px !important;
}
.datarobot_main2 .row-fluid .span4:first-child {
  padding-left: 0px !important;
}

.datarobot_main2 .row-fluid .span4:last-child {
  padding-right: 0px !important;
}
.datarobot_main2 .row-fluid .span4 .widget-type-rich_text {
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.kraken-page .lg_glry ul.slides .client-logo {
  opacity: 0.8;
}

.kraken-page .lg_glry ul.slides .client-logo:hover {
  opacity: 1;
}

@media (min-width: 768px) {

  .full-width-v2-row3 .bottom_pane .left_section {
    width: 75%;
  }

  .full-width-v2-row3 .bottom_pane .right_section {
    width: 25%;
  }
  .jedox-row1 .dnd-section>.row-fluid .dnd-column {
    padding-left: 0;
    padding-right: 30px;
  }
  .jedox-row1 h4 {
    padding-left: 30px;
  } 
  .jedox-row2 .dnd-section>.row-fluid {
    max-width: 1160px;
    padding-right: 30px;
  }
  .jedox-row5 .dnd-section>.row-fluid{
    padding-left: 5px;
    padding-right: 35px;
  }
  .qlik-sense-row5 .dnd-section>.row-fluid {
    padding-right: 30px;
  }
  .catalog-row8 .bottom_pane .right_section_inner {
    padding-right: 60px;
  }

}

@media handheld, only screen and (max-width: 960px) and (min-width: 768px) {
  .kraken-row4 .row-fluid [class*=span] {
    min-height: 0px !important;
  }

  .kraken-row4 .row-fluid .span2 {
    width: 25%;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .full-width-v2-page .dnd-section > .row-fluid {
    padding: 0;
  }
  .full-width-v2-row2 .dnd-section > .row-fluid {
    max-width: 1128px;
    position: relative;
  }
  .jomash-row2 .ctntwth_tpimg .item .pd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .full-width-v2-row1 h2 {
    text-align: center;
    padding-bottom: 20px;
  }
  .full-width-v2-row2 h3 {
    text-align: center;
  }
  .institutional-row4 .two_col_content .item {
    padding: 0 15px;
  }
  .institutional-row2 .widget-type-rich_text h3 {
    text-align: center;
  }
  .jomash-row1 .cm-image-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jomash-row1 .widget-type-rich_text {
    margin: 0;
  }
  .jomash-row2 .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .jomash-row4 .widget-type-rich_text h2 {
    text-align: center;
  }
  .jomash-row2 .ctntwth_tpimg .inr {
    padding-bottom: 0px;
  }

  .jomash-row2 .ctntwth_tpimg {
    padding-top: 0;
  }

  .jomash-row2 .ctntwth_tpimg .inr {
    padding-top: 0;
  }

  .jomash-row2 {
    padding-top: 64px;
  }
  .jomash-row4 .video-wrapper {
    margin: 0 auto;
  }
  .catalog-row1 .widget-type-rich_text h6,
  .catalog-page .span6 .widget-type-rich_text,
  .catalog-row3 .ctntwth_tpimg .item .mk-box-icon-2 p,
  .catalog-row8 .bottom_pane .left_section_inner,
  .catalog-row7 .widget-type-rich_text p{
    text-align: center;
  }
  .catalog-row3 .ctntwth_tpimg {
    margin-left: 0;
  }
  .catalog-row3 .ctntwth_tpimg .content-wrapper {
    padding: 0;
  }
  .full-width-v2-row2 .hs-button {
    margin: 0 auto;
    float: none;
  }
  .full-width-v2-row2 .hs_cos_wrapper_type_module {
    width: 100%;
    display: block !important;
    text-align: center;
  }
  .jedox-row6 .widget-type-rich_text h2, .jedox-row7 .widget-type-rich_text h2 {
    text-align: center;
  }
  .jedox-row7 .video-wrapper {
    margin: 0 auto;
  }
  .full-width-v2-page form .hs-form-field {
    padding-right: 0px; 
  }
  .full-width-v2-page .dnd-section>.row-fluid {
    padding: 0 0px;
  }
  .plataforma-qlik-row1 .widget-type-rich_text h2 {
    text-align: center;
  }
  .plataforma-qlik-row4 .bottom_pane .left_section, .plataforma-qlik-row4 .bottom_pane .right_section {
    width: 100%;
  }
  .plataforma-qlik-row4 .bottom_pane .right_section {
    text-align: left !important;
  }
  .qlik-sense-row2 .widget-type-rich_text h3,
  .qlik-sense-row2 .custom-button,
  .qlik-sense-row4 .custom-button,
  .qlik-sense-row6 .custom-button{
    text-align: center;
  }
  .qlik-sense-row3 .content_with_top_icon .content-wrapper.clearfix {
    text-align: left;
  }
  .qlik-sense-row6 .widget-type-rich_text h2 {
    text-align: center !important;
  }
  .catalog-row7 .video-wrapper {
    margin: 0 auto;
  }
  .full-width-v2-row1 .content_with_bg.right-icon .text_section {
    padding: 0;
  }
  .qlik-sense-row6 .bottom_pane .right_section_inner {
    text-align: center;
  }
  .qlik-sense-row4 .widget-type-rich_text h3 {
    text-align: center;
  }
  .qlik-sense-row3 .content_with_top_icon .item .pd {
    padding-left: 0px;
    padding-right: 0px;
  }
  .catalog-row6 .dnd-section>.row-fluid .dnd-column>div {
    margin: 0;
  }
  .datarobot_main2 .row-fluid .span4 {
    padding: 0 !important;
  }
}

@media handheld, only screen and (max-width: 736px) {
  .kraken-page .widget-type-rich_text h2 {
    text-align: center;
  }

  .kraken-page .lg_glry h1.mk-fancy-title p {
    padding: 0;
  }

  .kraken-page .lg_glry h1.mk-fancy-title p:after, .kraken-page .lg_glry h1.mk-fancy-title p:before {
    width: 0;
  }

  .kraken-page .lg_glry h1.mk-fancy-title span {
    margin: 0;
  }
}
/********************************************************************************************************************************************************************************/
.dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.financeiro_main .hs_cos_wrapper_type_rich_text h2{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 28px;
  color: #393836;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.financeiro_main .hs_cos_wrapper_type_module .hs-button{
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: Raleway;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 32px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 21.73913043px;
}
.financeiro_main .hs_cos_wrapper_type_module .hs-button:hover {
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434;
}
.financeiro_main .hs_cos_wrapper_type_rich_text h3 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: inherit;
  text-transform: none;
}
.financeiro_main .bottom_pane_inner {
  padding: 65px 0;
}
.training_bottom .bottom_pane .left_section_inner h3{
  letter-spacing: 0px;
  text-transform: none;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Source Sans Pro";
}


.financeiro_main .bottom_pane .left_section_inner h3{
  letter-spacing: 0px;
  text-transform: none;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: source sans pro;
}
.training_bottom .bottom_pane .left_section_inner,
.training_bottom .bottom_pane .right_section,
.training_bottom .bottom_pane .left_section,
.financeiro_main .bottom_pane .left_section_inner,
.financeiro_main .bottom_pane .right_section,
.financeiro_main .bottom_pane .left_section {
  padding: 0;
}
.training_bottom .bottom_pane .right_section,
.training_bottom .bottom_pane .left_section, 
.financeiro_main .bottom_pane .right_section,
.financeiro_main .bottom_pane .left_section {
  padding: 0 15px;
}
.financeiro_main .bottom_pane .content-wrapper {
  position: relative;
  z-index: 9;
}
.training_bottom .bottom_pane .right_section_inner a,
.financeiro_main .bottom_pane .right_section_inner a {
  margin-bottom: 21.73913043px;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
.training_bottom .bottom_pane .right_section,
.financeiro_main .bottom_pane .right_section {
  text-align: left;
}

.alteryx-inner-main .bottom_pane .content-wrapper{
  max-width: 100%;
}
.alteryx-inner-main .bottom_pane .right_section_inner a {
  margin-bottom: 15px;
  margin-top: 22px;
  margin-right: 21px;
  padding: 18px 28px;
  border-color: #fff;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  font-size: 14px;
  line-height: 100%;
  box-sizing: border-box;
  transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  background: transparent;
  letter-spacing: 2px;
  font-weight: 700;
}
.alteryx-inner-main .bottom_pane .left_section,
.alteryx-inner-main .bottom_pane .left_section_inner,
.alteryx-inner-main .bottom_pane .right_section {
  padding: 0;
}
.alteryx-inner-main .bottom_pane .left_section h4 {
  font-size: 25px;
  padding: 0 15px;
  text-align: right;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 23px;
  padding-bottom: 20px;
}

.alteryx-inner-main .bottom_pane .right_section_inner {
  margin-left: 100px;
  padding: 0 15px;
  text-align: left;
}

.alteryx-inner-main .bottom_pane .bottom_pane_inner {
  padding: 0;
}

.alteryx-inner-main .ctntwth_tpimg .content-wrapper{
  padding-left: 0;
  max-width: 1200px;
  padding-right: 35px;
  padding-left: 5px;
}
.alteryx-inner-main .ctntwth_tpimg {
  padding-top: 50px!important;
}
.alteryx-inner-main .ctntwth_tpimg .inr {
  padding-top: 0;
  padding-bottom:0;
}

.alteryx-inner-main .ctntwth_tpimg .item h3 {
  font-weight: inherit;
  font-size: 20px!important;
  line-height: 26px;
  color: #249cd3;
  font-weight: 600!important;
  font-style: inherit;
  text-transform: initial;
  padding-bottom: 20px;
  padding-top: 35px;
}

.alteryx-inner-main .ctntwth_tpimg.fourcl .item h3 {
  font-size: 17px!important;
  line-height: 23px;
}
.alteryx-inner-main .hs_cos_wrapper_type_rich_text h5 {
  font-weight: 700;
  font-size: 14px;
  padding-top: 5px;
  color: #333333;
  background: url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/images/fancy-title-pattern.png) left center repeat-x;
}
.alteryx-inner-main .hs_cos_wrapper_type_rich_text h5 span {
  background-color: #ffffff;
  padding: 0 6px 0 0;
}
.alteryx-inner-main .hs_cos_wrapper_type_rich_text h2{
  padding: 17px 10px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #0082ca;
  font-weight: 600;
  font-style: inherit;
  text-transform: initial;
}
.alteryx-inner-main .ctntwth_tpimg .item .mk-box-icon-2 p {
  padding-bottom: 0;
}
.alteryx-inner-main .ctntwth_tpimg .item .mk-box-icon-2 p {
  font-size: 16px;
  color: #555555;
  line-height: 2em;
  text-align: left;
}
.alteryx-inner-main .ctntwth_tpimg.thrcl .inr {
  margin-bottom: 0;
}
.alteryx-inner-main .bottom_pane .right_section_inner a:hover .mk-svg-icon {
  fill: #252525;
}
.alteryx-inner-main .bottom_pane .right_section_inner a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}

.alteryx-inner-main form .hs-form-field>label{
  color: #555!important;
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  margin: 0;
  margin-left: 3px;
  margin-bottom: 7px;
  padding: 0;
  line-height: 1.5;
  margin-top: 8px;
}

.alteryx-inner-main form .hs-form-field {
  padding: 8px 0;
}
.alteryx-inner-main form .hs-input:not(.hs-input[type=checkbox],
.alteryx-inner-main form .hs-input[type=radio]),
.alteryx-inner-main form input#hs-pwd-widget-password{
  background-color: #fff;
  border: 1px solid #ccc ;
  border-radius: 4px ;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-sizing: border-box;
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 16px ;
  font-weight: 400 ;
  height: 48px ;
  outline: none ;
  margin-bottom: 4px;
  margin-top: 2px;
  padding: 8px 16px !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.alteryx-inner-main ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

.alteryx-inner-main form .hs-error-msgs label {
  color: tomato!important;
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  background: transparent!important;
  padding: 5px 0 0 2px!important;
}
.alteryx-inner-main form .actions {
  padding: 0;
  text-align: center;
}
.alteryx-inner-main form ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.alteryx-inner-main form select.hs-input {
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  background-image: url(https://21751135.fs1.hubspotusercontent-na1.net/hubfs/21751135/raw_assets/public/Nordica_Oct2022/images/selectbox-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 12px 12px 16px;
  font-size: 12px;
  line-height: 14px;
  color: #252525;
  border-radius: 0;
  font-weight: 700;
  display: block;
}
.alteryx-inner-main form .hs-button {
  background-color: #0082ca !important;
  float: none;
  color: #fff;
  display: inline-block;
  padding: 11px 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  outline: none !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent !important;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  margin-top: 5px;
}

.success_bottom .use_cases .title {
  padding-bottom: 20px;
  padding-top: 50px;
}

.success_bottom .use_cases {
  padding-bottom: 0px;
}
.training_main .hs_cos_wrapper_type_header h2{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 35px;
  color: #2d2d2d;
  font-weight:700;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 32px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 19px;
  padding-bottom: 19px;

  margin-bottom:34px;
}

.training_main .hs_cos_wrapper_type_rich_text h2{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 55px;
  color: #009b4c;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-family: "Montserrat";
}
.training_main .span4 .hs_cos_wrapper_type_rich_text p{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 30px;
  color: #3f3f3f;
  text-align: left;
  font-style: inherit;
  line-height: 1.3em;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 20px;
}

.training_main .hs_cos_wrapper_type_module .hs-button {
  padding: 20px 28px;
  font-size: 14px;
  border-radius: 50px;
  line-height: 100%;
  background-color: #82c542;
  letter-spacing: 0;
  text-transform: none;
  font-family: Raleway;
  letter-spacing: 2px;
  margin: 0;
}

.training_bottom .bottom_pane_inner {
  padding: 55px 0 40px;
}
.webinars_bottom .hs_cos_wrapper_type_rich_text p{
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 14px;
  color: #232323;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  line-height:1.3em;
}
.webinars_bottom .social_share .social_inner{
  height: auto;
  margin-bottom: 0;
  min-height: 100px;
  padding: 12px 0 7px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.webinars_bottom .social_share .text_section {
  padding-bottom: 14px;
}

.training_bottom .cntntgrp_wrp .btmsec .tpitmrw .box-holder p{
  margin-bottom: 18px;
}
.training_bottom .cntntgrp_wrp .btmsec {
  margin-bottom: 38px;
}
.consultancy_main3 .content_with_top_icon .content h3{
  color:#000;
}
.hs_trmntsnrd_rw5 .cntntgrp_wrp .btmsec .content-wrapper{
  display:flex;
  flex-wrap:wrap;
}
.integracao-row4 .bottom_pane .right_section_inner a:hover{
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434;
}
.consultancy_main2 h3 span {

  word-break: normal;
}
@media (min-width: 768px){
  .training_bottom .bottom_pane .left_section, 
  .financeiro_main .bottom_pane .left_section {
    width: 75%;
  }

  .training_bottom .bottom_pane .right_section,
  .financeiro_main .bottom_pane .right_section{
    width: 25%;
  }
  .alteryx-inner-main .bottom_pane .right_section,
  .alteryx-inner-main .bottom_pane .left_section {
    float: left;
    width: 50%;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .datarobot_main6 .ctntwth_tpimg .item .mk-box-icon-2 p a {
    font-size: 12px !important;
  }
}
@media (max-width: 1400px) {
  .institutional-row4 .two_col_content .item {
    padding: 0 16px;
  }
  .institutional-row4 .two_col_content .item:nth-child(2n) .inner {
    margin-left: 0px;
  }
}
@media (max-width: 1240px) {
  .full-width-v2-row1 .span4 {
    padding-right: 15px !important;
  }
}
@media (max-width: 1024px){
  .webinars_bottom .row-fluid .span2 {
    width: 33.333%;
  }

  .catalog-row1 .statistics-wrapper .title {
    line-height: 1;
  }

}



@media (max-width: 991px){
  .consultancy_main2 .row-fluid .span3{
    width:50%;
  }
  .hs_trmntsnrd_pg .hs_trmntsnrd_rw7 .row-number-3 .statistics-wrapper .title{
    font-size:20px;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .support_page .contact_detail .column-inner .col_2 h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px){
  .webinars_bottom .row-fluid .span2 {
    width: 100%;
  }
  .jomash-row3 .ctntwth_tpimg .item .pd {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hs_atrxy_rw2 h2 {
    font-size: 30px;
  }
  .webinars_bottom .hs_cos_wrapper_type_rich_text p,
  .alteryx-inner-main .bottom_pane .right_section_inner {
    margin-left: 0;
    text-align: center;
  }
  .alteryx-inner-main .bottom_pane .left_section h4,
  .alteryx-inner-main .ctntwth_tpimg .item .mk-box-icon-2 p {
    text-align: center;
  }
  .alteryx-inner-main .ctntwth_tpimg .content-wrapper {
    padding-right: 5px;
  }
  .datarobot_main2 .span4>div {
    margin-left: 0px!important;

  }
  .support_page_main2 .contact_detail .content_inner {
    margin-bottom: 30px;
  }
  .integracao_row1 .ctntwth_tpimg .item .mk-box-icon-2 p{
    line-height:1;
  }
  .institutional-row4 .two_col_content .item {
    padding: 0px 16px;
  }
  .alteryx-inner-main .bottom_pane .right_section_inner a{
    margin-right:0;
  }
}

@media (max-width: 479px){
  .financeiro_banner .banner .bnr_inr {
    min-height: 250px;
  }
}

/* Prettyphoto lightbox css */

div.ppt {
  font-size: 0 !important;
}