/* Theme base styles */

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-position: inside;
  /* margin-left: 15px; */
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! 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.4; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  font-size: 16px;
  line-height: 1.4;
  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;
  max-width: 100%;
  height: auto;
}

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

@font-face {
  font-family: 'MatterSQ';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('https://codescene.com/hubfs/cs-fonts/v2/MatterSQ-Light.woff2')
    format('woff2');
}
@font-face {
  font-family: 'MatterSQ';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://codescene.com/hubfs/cs-fonts/v2/MatterSQ-Regular.woff2')
    format('woff2');
}
@font-face {
  font-family: 'MatterSQ';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://codescene.com/hubfs/cs-fonts/v2/MatterSQ-Medium.woff2')
    format('woff2');
}
@font-face {
  font-family: 'MatterSQ';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('https://codescene.com/hubfs/cs-fonts/v2/MatterSQ-Semibold.woff2')
    format('woff2');
}

/* @font-face {
  font-family: "matterbold";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-bold-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-bold-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "matterlight";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-light-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-light-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "mattermedium";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-medium-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-medium-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "matterregular";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-regular-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/matter-regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "matter_sqlight";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-light-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-light-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
} */

/*@font-face {*/
/*    font-family: "matter_sqmedium";*/
/*    src: url("//db.onlinewebfonts.com/t/8611cf274fd66935b8f771ac84029521.eot");*/
/*    src: url("//db.onlinewebfonts.com/t/8611cf274fd66935b8f771ac84029521.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8611cf274fd66935b8f771ac84029521.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8611cf274fd66935b8f771ac84029521.woff") format("woff"), url("//db.onlinewebfonts.com/t/8611cf274fd66935b8f771ac84029521.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8611cf274fd66935b8f771ac84029521.svg#Matter%20SQ") format("svg");*/
/*}*/

/* @font-face {
  font-family: "matter_sqmedium";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-medium-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-medium-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "matter_sqregular";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-regular-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "matter_sqsemibold";
  src: url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-semibold-webfont.woff2")
      format("woff2"),
    url("https://7007026.fs1.hubspotusercontent-na1.net/hubfs/7007026/cs-fonts/mattersq-semibold-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
} */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.cs-header-wrapper {
  box-shadow: 0 1px 9px rgba(22, 44, 83, 0.12);
  background-color: #fff;
  position: relative;
  z-index: 15;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}
.cs-header-wrapper.in-editor {
  position: relative;
}
.cs-header {
  min-height: 97px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cs-header > div:last-of-type {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  position: relative;
}

.cs-long-head-cta {
  flex: 0 0 325px;
  display: flex;
  justify-content: space-between;
}
.cs-long-head-cta .cta_button:hover {
  color: #000 !important;
}
.cs-header > div:first-of-type,
.cs-header > div.cs-head-cta {
  flex: 0 0 180px;
}

.cs-header-light {
  box-shadow: none;
  background-color: transparent;
}
.cs-header-light nav > div > span {
  color: #fff;
}
.cs-header-light nav > div > a {
  color: #fff;
}
.cs-header-light .cs-head-cta > div:first-of-type a span {
  color: #fff;
}
.cs-header-light .cs-head-cta > div:first-of-type span a {
  color: #fff !important;
}
.cs-header-light .cs-head-cta > div:first-of-type span a:hover {
  background-color: transparent !important;
  border: 1px solid #fff;
}

.cs-head-cta {
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.cs-header {
  background-color: transparent;
}

.cs-results-header.cs-header__search-results-global {
  padding: 40px;
}

.header-search {
  display: flex;
  margin-left: auto;
  /* position: relative; */
}

.header-search > button {
  /* margin: 0 10px 0 55px; */
}

.header-search__box {
  display: none;
}

.header-search__box.opened {
  display: flex;
  position: relative;
  background-color: #fff;
  border: 1px solid #99a1b6;
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.hs-search-field__input {
  background-color: transparent;
  border: unset;
  padding-left: 15px;
}

.hs-search-field__input.opened {
  background-color: #fff;
  padding-left: 15px !important;
  /* width: 800px; */
  z-index: 2;
}

.header-search .hs-search-field {
  position: inherit;
}

.header-search .hs-search-field__suggestions {
  background-color: #fff;
  padding: 5px;
  position: absolute;
  border: 1px solid #99a1b6;
  top: calc(100% - 8px);
  left: -1px;
  right: -1px !important;
}

.header-search .hs-search-field__suggestions {
  /* background-color: transparent; */
  max-width: 1200px;
  position: absolute;
  border: 1px solid #99a1b6;
  border-top: 0;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 2;
}

.cs-homepage-cta .primary span span .myCTA:hover {
  color: #000 !important;
}

.cs-homepage-cta .primary span span .primary:hover {
  color: #000 !important;
}

.header-search .hs-search-field__suggestions {
  /* border: 1px solid #e5e8ef;
  border-top: none;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 2;
  border-radius: 2px; */
}

.hs-search-field__suggestions #results-for {
  padding: 10px;
  color: #626f8b;
  font-weight: 500px;
  font-size: 13px;
  border-bottom: 1px solid #e5e8ef;
}

.hs-search-field__suggestions li:not(:last-of-type) {
  color: #626f8b;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #e5e8ef;
}

.hs-search-field__suggestions li a {
  padding: 10px;
}

.hs-search-field__suggestions li:last-of-type {
  color: #626f8b;
  font-weight: normal;
  font-size: 13px;
}

.header-search .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #99a1b6;
  border-top: 0;
}

.header-search .hs-search-field__suggestions > li:first-of-type {
  border-bottom: 1px solid #99a1b6;
}

.header-search .hs-search-field__input {
  border: 1px solid #fff;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  border-radius: 0;
  color: #626f8b;
  font-weight: 400;
  font-size: 14px;
}

.header-search .hs-search-field__input.opened {
  /* padding-left: 24px !important;
  border: 1px solid #fff;
  display: flex;
  height: 48px;
  width: 100%;
  max-width: 1200px;
  min-width: 180px;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  border-radius: 0;
  color: #626f8b;
  font-weight: 400;
  font-size: 14px; */
}

.header-search .hs-search-field__input:focus-visible {
  border: 1px solid #fff;
  outline: unset;
}

.header-search .cs-blog__content-search-icon {
  display: flex;
  align-items: center;
}

.header-search__button {
  background-color: transparent;
  border: unset;
  padding-right: 15px;
}

.header-search__button:hover {
  color: #5ed5d9;
  cursor: pointer;
}

#header-search-icon-light:hover svg path {
  stroke: #5ed5d9;
}

.header-search__input {
  width: 100%;
}

.template-home
  .cs-header-wrapper.cs-header-light
  #header-search-icon-light
  svg
  path {
  stroke: #fff;
}

.template-home
  .cs-header-wrapper:not(.cs-header-light)
  #header-search-icon-light
  svg
  path {
  stroke: #626f8b;
}

#group-cta-one,
#group-cta-two {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .cs-head-cta {
    display: flex;
  }
  .cs-homepage-cta {
    margin-right: 16px;
  }
  .cs-head-cta.header-cta-buttons > div:first-of-type {
    display: none;
  }
}

.cs-head-cta > div:not(:first-of-type) {
  margin-left: 16px;
}
.cs-head-items {
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1089px) {
  .cs-head-items {
    display: flex;
  }
  .cs-head-cta.header-cta-buttons > div:first-of-type {
    display: flex;
  }
}
@media only screen and (max-width: 1200px) {
  .cs-head-items {
    padding: 0 12px;
  }
}
.popped-item {
  flex: 0 0 100% !important;
}
.popped-item a {
  cursor: default;
  background-color: #f3f5f9;
  margin-top: 8px;
}

.cs-showcase-clickable a {
  cursor: pointer;
}

.popped-item :hover {
  background-color: #f3f5f9 !important;
}

.option-icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.head-link-item {
  position: relative;
  font-size: 14px;
  color: #0e2b52;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  margin: 0 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: default;
}
@media only screen and (max-width: 1209px) {
  .head-link-item {
    margin: 0 8px;
  }
}
.head-link-item > span {
  display: inline-block;
  transition: all 0.3s ease;
}
.head-link-item > span:last-of-type {
  margin-left: 10px;
  margin-top: 3px;
  display: flex;
  align-items: center;
}
.head-link-item:hover > span {
  color: #5ed5d9;
}
.head-link-item:hover .head-item-dropdown {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.head-link-item:hover .head-item-dropdown.left-align {
  transform: translateX(-150px) rotateX(0);
}
.head-link-item:hover .head-item-dropdown.right-align {
  transform: translateX(150px) rotateX(0);
}
.head-link-item:hover .head-item-dropdown:not(.left-align):not(.right-align) {
  transform: translateX(-50%) rotateX(0);
}
.head-item-dropdown {
  overflow: hidden;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotateX(20deg);
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  pointer-events: none;
  will-change: transform, opacity, pointer-events;
  box-shadow: 0 5px 15px -7px rgba(22, 44, 83, 0.12);
}
.head-item-dropdown.left-align {
  transform: translateX(-150px) rotateX(20deg);
  left: 0;
}
.head-item-dropdown.right-align {
  transform: translateX(150px) rotateX(20deg);
  right: 0;
  left: auto;
}
.head-item-dropdown > div {
  padding-top: 15px;
}
.options-divider {
  height: 1px;
  background-color: #ebeef4;
  width: 200%;
}
.dropdown-options-wrapper {
  background-color: #fff;
  padding: 23px 32px;
  /* border-radius: 4px; */
}
.dropdown-options-wrapper.remove-space {
  padding: 0;
}
.dropdown-options-wrapper.remove-space-x {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-options-wrapper.remove-space-top {
  padding-top: 0;
}
.dropdown-item-title {
  font-family: "MatterSQ";
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  margin-bottom: 17px;
  color: #626a7d;
}
.option-label {
  font-size: 13px;
  font-weight: 500;
  color: #0e2b52;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.option-label > span:nth-of-type(2) {
  margin-left: 8px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-6px);
}
.option-description {
  letter-spacing: 0.24px;
  font-size: 12px;
  color: #939bad;
  font-family: "MatterSQ";
  font-weight: 300;
  transition: all 0.3s ease;
}
.dropdown-options {
  display: flex;
  flex-wrap: wrap;
}
.dropdown-options__codesceneFor > nav > div > ul {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.dropdown-options__image {
  display: flex;
}
.dropdown-options > li {
  flex: 0 0 100%;
}
.dropdown-options > li a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  /* border-radius: 4px; */
  transition: all 0.3s ease;
}
.dropdown-options > li a:hover {
  background-color: #eff7f8;
}
.dropdown-options > li a:hover .option-label {
  color: #3d8da8;
}
.dropdown-options > li a:hover .option-label > span:nth-of-type(2) {
  opacity: 1;
  transform: translate(0);
}
.dropdown-options.two-col > li {
  flex: 1 1 50%;
}
.dropdown-options.three-col > li {
  flex: 0 1 33.333333%;
}
@media only screen and (max-width: 1059px) {
  .dropdown-options.two-col > li {
    flex: 0 0 100%;
  }
  .dropdown-options.three-col > li {
    flex: 0 0 100%;
  }

  .cs-header {
    padding: 0 18px;
  }

  .cs-header__search-results-global {
    padding: 18px;
  }

  .cs-header-light > div > div {
    padding: unset;
  }
  .cs-blog-results-container {
    padding: 32px 18px;
  }
}
.head-profile {
  display: flex;
  justify-content: flex-end;
}
.head-profile > div {
  font-weight: 600;
  font-family: "MatterSQ", sans-serif;
  font-size: 16px;
}
.head-mobile-nav {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1088px) {
  .head-mobile-nav {
    display: flex;
  }
}
.head-mobile-nav button {
  cursor: pointer;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0e2b52;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.head-mobile-nav button > span {
  position: absolute;
  left: 8px;
  height: 2px;
  width: 24px;
  transform: rotate(0deg);
  transition: 0.25s ease;
  background-color: #fff;
  transform-origin: left center;
}
.head-mobile-nav button > span:nth-child(1) {
  top: 14px;
}
.head-mobile-nav button > span:nth-child(2) {
  top: 20px;
}
.head-mobile-nav button > span:nth-child(3) {
  top: 26px;
}
.head-mobile-nav button.mobile-opened > span:nth-child(1) {
  transform: rotate(45deg);
  left: 12px;
  top: 10px;
}
.head-mobile-nav button.mobile-opened > span:nth-child(2) {
  opacity: 0;
}
.head-mobile-nav button.mobile-opened > span:nth-child(3) {
  left: 11px;
  top: 27px;
  transform: rotate(-45deg);
}
.cs-pricing-options {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cs-pricing-options > div {
  padding: 8px;
  flex: 1 0 33.333333%;
}
.cs-pricing-footer-options {
  display: flex;
}
.cs-pricing-footer-options > div:first-of-type {
  flex: 1;
  margin-right: 16px;
}
.cs-pricing-footer-options > div:first-of-type ul li a {
  margin-top: 0;
}
.cs-pricing-footer-options > div:last-of-type {
  width: 211px;
  display: flex;
  align-items: center;
}
.cs-pricing-footer-options > div:last-of-type > button,
.cs-pricing-footer-options > div:last-of-type a {
  width: 100%;
}
.cs-pricing-item {
  background-color: #f7f9fd;
  /* border-radius: 4px; */
  padding: 22px 24px;
  height: 100%;
}
.pricing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.pricing-head > div:first-of-type {
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  color: #0e2b52;
  font-size: 16px;
}
.pricing-head > div:last-of-type {
  display: flex;
  align-items: center;
}
.pricing-head span {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.pricing-description {
  font-size: 14px;
  font-weight: 400;
  font-family: "MatterSQ", sans-serif;
  color: #626a7d;
  line-height: 1.5;
}
.pricing-amount {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}
.pricing-amount > div:first-of-type > span {
  color: #0e2b52;
  font-size: 14px;
  font-weight: 400;
  font-family: "MatterSQ", sans-serif;
}
.pricing-amount > div:first-of-type > span:first-of-type {
  font-size: 24px;
}
.pricing-amount > div:last-of-type {
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "MatterSQ";
  font-weight: 300;
  color: #0e2b52;
}
/* .cs-pricing-option > div {
  cursor: pointer;
  transition: all 0.3s ease;
} */
.cs-pricing-option--pro > div {
  color: #fff;
  background-color: #0f2c56;
}
.cs-pricing-option--pro .pricing-amount,
.cs-pricing-option--pro .pricing-description,
.cs-pricing-option--pro .pricing-head > div:first-of-type,
.cs-pricing-option--pro .pricing-amount > div,
.cs-pricing-option--pro .pricing-amount > div:first-of-type span {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .cs-header {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 545px) {
  .cs-container-hero__header .cs-header {
    padding: 0;
  }
}

/* Additional style for the module cs-header-navigation-third */

#dropdown-options__codescenesFourFactors__list-item {
  margin-bottom: 40px;
}

.dropdown-options__codescenesFourFactors:hover > div span svg path{
  stroke: #3d8da8;
  color: #3d8da8;
}

#dropdown-options__explore-and-learn-wrapper,
#dropdown-options__product-wrapper {
  display: flex;
}

.bg-gray {
  background: #f3f5f9;
}

.dropdown-options__codescenesFourFactors {
  width: 98%;
  height: 48px;

  background: #e4eaf4 !important;
  border-radius: 6px !important;
}

.dropdown-options__codescenesFourFactors__label-icons {
  margin-right: 14px;
}

.dropdown-options__codescenesFourFactors > div {
  display: flex;
}

.dropdown-options__codescenesFourFactors > div > span {
  display: flex;
  align-self: center;
  margin-left: 8px;
}

.dropdown-options__codescenesFourFactors:hover {
  color: #3d8da8 !important;
}

.dropdown-options__codescenesFourFactors > div > span > svg path:hover {
  stroke: #3d8da8 !important;
}

.dropdown-options__codescenesFourFactors > div > span > svg > path {
  display: flex;
  stroke: #0e2b52;
}

#dropdown-options__codescenesFourFactors__child-wrapper > div {
  display: flex;
  align-items: flex-start;
}

#dropdown-options__codescenesFourFactors__child-wrapper:hover {
  background-color: transparent !important;
}

#dropdown-options__codescenesFourFactors__child-wrapper:hover
  > div
  > div
  > span {
  color: #0f2c56 !important;
}

#dropdown-options__codescenesFourFactors__child-wrapper:hover > div > span {
  opacity: 1;
  transform: translate(0);
}

#dropdown-options__codescenesFourFactors__child-item {
  display: flex;
  flex-direction: column;
  color: #939bad;
}

.dropdown-options__codescenesFourFactors__child-item__icon {
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-6px);
}

.dropdown-options__codescenesFourFactors__child-item__icon svg path {
  stroke: #0f2c56 !important;
}

.navigation-no-margin {
  margin: 0;
}

.navigation-new-badge {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 1px 7px;
  background: #5ED5D9;
  border-radius: 6px;
}

.navigation-new-icon-badge {
  margin-left: 2px !important;
}
/* Part for the non-sticky banner fixed at the top */
#hs-web-interactives-top-anchor {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
div[data-global-resource-path$="/header-no-navigation-links.html"],
div[data-global-resource-path$="/header-no-navigation.html"],
div[data-global-resource-path$="/cs-header.html"] {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

div.hs-cta-embed__loaded {
  position: static !important;
}
.footer-cta-holder {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}
.footer-cta-holder > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-cta-holder > div > div {
  margin-top: 15px;
}
.footer-cta-holder > div > div:not(:last-of-type) {
  margin-right: 38px;
}
@media only screen and (max-width: 768px) {
  .footer-cta-holder > div > div:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-cta-holder {
    justify-content: center;
  }
  .footer-cta-holder > div {
    width: 100%;
    flex-direction: column-reverse;
  }
  .footer-cta-holder > div > div {
    text-align: center;
    width: 100%;
  }
  .footer-cta-holder > div > div:not(:last-of-type) {
    margin-right: 0;
    margin-top: 25px;
  }
}
.cs-section-label {
  color: #5ed5d9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: "MatterSQ", sans-serif;
  letter-spacing: 0.82px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .cs-section-label {
    font-size: 13px;
  }
}
.aligned-actions {
  display: inline-flex;
}
.aligned-actions > button:not(:last-child),
.aligned-actions a:not(:last-child) {
  margin-right: 18px;
}
.cs-footer-wrapper {
  display: flex;
  padding: 30px 80px 25px;
  background-color: #fff;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .cs-footer-wrapper {
    padding: 30px 60px 25px;
  }
  .cs-footer-wrapper > div,
  .cs-footer-wrapper > nav {
    flex: 0 0 100%;
  }
}
.cs-footer-logo {
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .cs-footer-wrapper {
    padding: 30px 32px 25px;
  }
}

.cs-footer-wrapper nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.cs-footer-wrapper nav .cs-footer-col--sub {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
}

.cs-footer-wrapper .space-fix-top {
  margin-top: 44px;
}
.cs-footer {
  display: block;
}
.cs-footer-col {
  flex: 0 0 25%;
  padding: 25px 18px;
  min-width: 180px;
}
@media only screen and (max-width: 1150px) {
  .cs-footer-col {
    flex: 0 0 33.333333%;
  }
}
@media only screen and (max-width: 900px) {
  .cs-footer-col {
    flex: 0 0 50%;
  }
  .cs-footer-col li.hs-menu-item a:empty {
    display: none;
  }
  .cs-footer-wrapper .space-fix-top {
    margin-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .cs-footer-col {
    flex: 0 0 100%;
  }
}
.cs-footer-col:empty {
  padding: 0;
}
.cs-footer-col h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.52px;
  color: #0e2b52;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  padding-bottom: 24px;
}
.cs-footer-col--logo {
  flex: 1.1;
}
@media only screen and (max-width: 1200px) {
  .cs-footer-col--logo {
    width: 100%;
    flex: 0 0 100%;
    max-width: unset;
  }
}
.cs-footer-col .hs-menu-wrapper a {
  text-decoration: none;
}
.cs-footer-col .hs-menu-wrapper ul > li {
  line-height: 1.6;
}
.cs-footer-col .hs-menu-wrapper ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.cs-footer-col .hs-menu-wrapper ul > li a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.24px;
}
.cs-footer-col .hs-menu-children-wrapper {
  border-left: 2px solid #ebeef4;
  padding-left: 14px;
  margin: 10px 0;
}
.cs-footer-col .hs-menu-children-wrapper li:not(:last-of-type) {
  margin-bottom: 5px;
}
.cs-footer-col .hs-menu-children-wrapper li a {
  display: inline-block;
  line-height: 1.4;
  color: #626a7d;
}
.cs-footer-col .hs-menu-children-wrapper li a:hover {
  color: #404652;
}

.cs-footer-col a:visited {
  color: #0e2b52;
}
.cs-bottom-footer {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #f6f7fc;
}
.cs-bottom-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .cs-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.cs-bottom-wrapper > div {
  padding-top: 14px;
  padding-bottom: 14px;
}
.cs-bottom-copyright {
  flex: 1;
  font-size: 13px;
  letter-spacing: 0.52px;
  font-family: "MatterSQ";
  font-weight: 300;
  text-transform: uppercase;
  color: #0e2b52;
}
.cs-socials ul {
  display: flex;
  align-items: center;
}
.cs-socials ul li a {
  display: flex;
  align-items: center;
}
.cs-socials ul li:not(:last-of-type) {
  margin-right: 16px;
}
.cs-button-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min-content;
}
.cs-button-anchor > span {
  color: #3d8da8;
}
.cs-button-anchor > span:not(:last-of-type) {
  padding-right: 10px;
}
.cs-button-anchor > span:first-of-type {
  font-size: 14px;
  text-decoration: underline;
}
.cs-button-anchor > span:nth-of-type(2) {
  margin-top: 4px;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.cs-button {
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}
.cs-button[disabled] {
  cursor: not-allowed;
  opacity: 0.8;
}
.cs-button--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: gray;
  color: #fff;
  border-radius: 100px;
  padding: 18px 24px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .cs-button--btn {
    width: 100%;
  }
}
.cs-button--btn span {
  font-size: 16px;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
}
@media only screen and (max-width: 1059px) {
  .cs-button--btn span {
    font-size: 14px;
  }
}
.cs-button--btn:hover {
  background-color: #6c6c6c;
}
.cs-button--primary {
  background-color: #5ed5d9;
}
.cs-button--primary,
.cs-button--primary span {
  color: #1c1c1c;
}
.cs-button--primary:hover {
  background-color: #73dade;
}
.cs-button--secondary {
  background-color: #0f2c56;
  color: #fff;
}
.cs-button--secondary span {
  color: #fff;
}
.cs-button-wide {
  min-width: 145px;
}

.cs-button--secondary:hover {
  background-color: #153e79;
  color: #fff !important;
}
.cs-button--secondary:visited {
  color: #fff;
}
.cs-button--simple {
  font-size: 16px;
}
.cs-button--simple > span {
  transition: all 0.3s ease;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  color: #10315a;
}
.cs-button--simple > span:first-of-type {
  text-decoration: none;
}
.cs-button--simple:hover > span {
  color: #184985;
}
.cs-button--outline {
  background-color: #fff;
  border: 1px solid #d6e2f2;
  color: #0f2c56;
}
.cs-button--outline:hover {
  background-color: #f7f7f7;
}

.cs-header-light .cs-button--outline:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.cta_button.transparent-btn:hover {
  background-color: #f7f7f7 !important;
}

.cs-button--transparent {
  background-color: transparent;
  color: #fff;
}
.cs-button--transparent:hover {
  color: #222;
}
.anchor-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.hs-cta-wrapper a,
.cs-button--btn span,
.cs-button {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "MatterSQ", sans-serif !important;
}

.hs-content-id-58482538332 .hs-cta-wrapper a,
.hs-content-id-58482538332 .cs-button--btn span,
.hs-content-id-58482538332 .cs-button {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "MatterSQ", sans-serif !important;
}

#cta_button_7007026_a65b8087-4658-419a-950c-c4620f05fd69:hover,
#cta_button_7007026_c3be019d-2d3f-4c9d-aa9f-0c8434fc5dd2:hover,
#cta_button_7007026_304fd8aa-5638-4f61-8e81-9397c76908a5:hover,
#cta_button_7007026_ae77943e-4828-4b45-9cc3-fc037ce0084b:hover,
#cta_button_7007026_3f1207dc-5b60-49db-a672-bb4a68049526:hover,
#cta_button_7007026_f98f692e-e761-4044-b2ef-cc300361af81:hover,
#cta_button_7007026_82bee651-e25c-4bac-ba6d-b69ec79ce81b:hover,
#cta_button_7007026_f532d18e-a06c-47b9-9ce6-c44dfc6b6d32:hover,
#cta_button_7007026_fc994665-2e9f-4706-85ec-253281804b93:hover {
  background: rgb(103, 234, 238) !important;
  color: #000 !important;
}

#cta_button_7007026_27a2e605-a2fc-482d-9770-b0e4a32f07ba span {
  color: #000 !important;
}


#cta_button_7007026_7edb4fcf-13ce-4eea-a5c9-82a61e5b5187 {
  color: #fff !important;
  border: none !important;
}

.cta_button.secondary:hover {
  color: #fff !important;
}

.cta_button.save-btn:hover {
  color: #000 !important;
}

.cs-book-a-demo {
  background: rgb(94,213,217);
  margin-bottom: 16px;
} 
.cs-book-a-demo > span{
  color: #1c1c1c;
}

.cs-book-a-demo:hover {
  background: rgb(7, 145, 150);
}
.cs-off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(14, 43, 82, 0.24);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 1089px) {
  .cs-off-canvas {
    display: none !important;
  }
}
.cs-off-canvas-content {
  transform: translateX(330px);
  padding-top: 97px;
  flex: 1;
  height: 100%;
  background-color: #fff;
  width: 330px;
  overflow: auto;
  margin-left: auto;
  transition: all 0.3s ease;
}
.cs-off-canvas-content.active {
  transform: translateX(0);
}
.cs-off-canvas-connect {
  padding: 24px 32px;
  background-color: #fafafc;
}
.cs-canvas-title {
  padding-left: 12px;
  border-left: 2px solid #5ed5d9;
  line-height: 1.2;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  font-size: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #5ed5d9;
}
.cs-off-canvas-menu-item {
  border-bottom: 1px solid #fafafc;
}
.cs-off-canvas-menu-item a {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  cursor: pointer;
  padding: 25px 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* color: #000; */
}
.cs-providers {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  padding: 20px 0;
}
.cs-providers > div {
  margin-top: 24px;
  flex: 0 0 100%;
  padding: 0 12px;
}
@media only screen and (min-width: 576px) {
  .cs-providers > div {
    flex: 1 1 50%;
    min-width: 320px;
  }
}
.cs-providers--inline {
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .cs-providers--inline > div {
    flex: 1;
    min-width: unset;
  }
}
.cs-providers--shrinked {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cs-providers--shrinked > div {
  flex: 0 1 auto;
}

.cs-providers--shrinked > div > a {
  min-width: unset;
  width: 48px;
  height: 48px;
}
.cs-providers--shrinked > div > a > div {
  margin: 0;
  width: 40px;
  height: 40px;
  flex: none;
}

.cs-providers--shrinked > div > button {
  min-width: unset;
  width: 48px;
  height: 48px;
}
.cs-providers--shrinked > div > button > div {
  margin: 0;
  width: 40px;
  height: 40px;
  flex: none;
}
.cs-providers--two-col {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.cs-providers--two-col > div {
  flex: 0 0 50%;
}
@media only screen and (max-width: 576px) {
  .cs-providers--two-col > div {
    flex: 0 0 100%;
  }
}
.cs-login-provider {
  display: flex;
  flex: 1;
  border-radius: 100px;
  height: 56px;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  line-height: 1.2;
  appearance: none;
  border: none;
  min-width: 180px;
}
.cs-provider-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-left: 4px;
}
.cs-provider-label {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .cs-provider-label {
    font-size: 14px;
  }
}
.cs-accordion-wrapper {
  display: none;
}
.accordion-icon {
  transition: all 0.3s ease;
}
.accordion-icon.active {
  transform: rotate(180deg);
  transform-origin: center;
}
.cs-divider {
  height: 1px;
  background-color: #e3e7ef;
  margin: 15px 0;
  position: relative;
}
.cs-divider.remove-margin {
  margin: 0;
}
.cs-divider > span {
  position: absolute;
  color: #626f8b;
  padding: 0 10px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: -21px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 400;
  font-family: "MatterSQ", sans-serif;
  letter-spacing: 0.28px;
  background-color: #fff;
}
.cs-divider.full-width {
  margin-left: -50vw;
  margin-right: -50vw;
}
.cs-onprem-cta {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
.cs-onprem-cta button {
  width: 100%;
}
.cs-onprem-icon {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-left: 40px;
}
.cs-onprem-icon > span {
  letter-spacing: 0.42px;
  font-size: 14px;
  color: #0e2b52;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
}
.cs-onprem-icon > span:first-of-type {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.cs-accordion {
  padding: 0 32px 0 24px;
}
.cs-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 25px 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.cs-accordion-header__no-space {
  justify-content: unset;
}
.cs-accordion-header > div:last-of-type {
  display: flex;
  align-items: center;
}
.cs-accordion-item {
  overflow: hidden;
  border-bottom: 1px solid #fafafc;
}
/* Login button in hamburger menu */
.cs-login-wrapper {
  display: none;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.cs-login-section {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 16px;
} 
.cs-login-section > a > span:first-of-type {
  margin-right: 11px;
}
.cs-login-section > a > span:last-of-type {
  font-size: 18px;
  font-weight: 500;
}
.cs-login-section > a > span {
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; 
  color: #000;
}
.cs-login-section a:visited {
  color: #000;
}

/* divider lines from both right and left section of a "or text" */
.cs-text-divider {
  --text-divider-gap: 5px;
  --text-vertical-alignment: 5px;
  display: flex;
  align-items: center;
  font-size: 12px !important;
  color: #626A7D;
  font-weight: 400!important;
  line-height: 20px !important;
  letter-spacing: 0.2em;
  font: inherit;
}
.cs-text-divider::before, .cs-text-divider::after {
  content: '';
  height: 1px;
  background-color: #D1DAE4;
  width: 120px;
}
.cs-text-divider::before {
  margin-right: var(--text-divider-gap);
  margin-top: var(--text-vertical-alignment);
}
.cs-text-divider::after {
  margin-left: var(--text-divider-gap);
  margin-top: var(--text-vertical-alignment);
}
.cs-start-free-trial {
  margin-bottom: 16px;
}

/* Breakpopint rules to display `Login button` in hamburger menu */
@media (min-width: 1024px) and (max-width: 1088px) {
  .cs-login-wrapper {
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  .cs-book-a-demo {
    display: none;
  }
}
.cs-tooltip {
    position: relative;
}

.cs-tooltip > div {
    text-align: center;
    position: absolute;
    width: 380px;
    left: 50%;
    transform: translate(-50%, 10px);
    opacity: 0;
    bottom: 100%;
    font-size: 13px;
    padding-bottom: 8px;
    transition: all 0.3s ease;
    visibility: hidden;
}
.cs-tooltip > div > span {
    display: block;
    padding: 8px;
    color: #fff;
    background-color: #0f2c56;
    border-radius: 4px;
    position: relative;
}
.cs-tooltip > div > span::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0f2c56;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.cs-tooltip:hover > div {
    visibility: visible;
    transform: translate(-50%, 0);
    opacity: 1;
}

.cs-tooltip {
    position: relative;
}

.cs-tooltip > div > span {
    display: block;
    padding: 8px;
    color: #fff;
    background-color: #0f2c56;
    border-radius: 4px;
    position: relative;
}

.cs-tooltip:hover > div {
    visibility: visible;
    transform: translate(-50%, 0);
    opacity: 1;
}

.cs-tooltip {
    position: relative;
}
.cs-tooltip > div {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    opacity: 0;
    bottom: 100%;
    font-size: 13px;
    padding-bottom: 8px;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 300px;
}
.cs-tooltip > div > span {
    display: block;
    padding: 8px;
    color: #fff;
    background-color: #0f2c56;
    border-radius: 4px;
    position: relative;
}

.cs-tooltip:hover > div {
    visibility: visible;
    transform: translate(-50%, 0);
    opacity: 1;
}
.documentation-content {
    padding-top: 80px;
    padding-bottom: 40px;
    min-height: calc(100vh - 97px);
    background-color: #FAFAFC;
    font-size: 15px;
}

.documentation-content__container >  h1 {
    font-weight: 500;
    font-size: 24px;
    color: #3A445A;
    margin-bottom: 40px;
    text-align: center;
}

.documentation-content__subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -32px 0 24px 0;
    color: #626F8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.documentation-content__subtitle img {
    width: 18px; 
    height: auto; 
    max-width: 100%; 
    float: left;
    margin: 0 8px 0 0!important;
}

.documentation-content__subtitle strong {
    color: #3A445A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.documentation-content hr {
    margin: 32px 0;
}

.documentation-content .documentation-content__footer {
    display: flex;
    justify-content: center;
    padding: 12px;
    text-align: center;
    align-items: center;
}

.documentation-content .documentation-content__footer a {
    padding: 0 8px;
    margin: 12px 0;
    font-weight: 400;
    font-size: 14px;
    color: #3D8DA8;
    line-height: 1;
    text-decoration: underline;
}

.documentation-content .documentation-content__footer a:not(:last-of-type) {
    border-right: 1px solid #626F8B;
}

.documentation-content img {
    margin: 10px 0;
}

.documentation-content .documentation-content__container {
    max-width: 854px;
    display: flex;
    margin: 0 auto;
    flex: 1;
    flex-direction: column;
}

.documentation-content .documentation-content__wrapper {
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 32px;
    color: #626F8B;
}

.documentation-content .documentation-content__wrapper h1,
.documentation-content .documentation-content__wrapper h2,
.documentation-content .documentation-content__wrapper h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #0E2B52;
    margin-bottom: 20px;
}

.documentation-content .documentation-content__wrapper p {
    margin-bottom: 10px;
}

.documentation-content .documentation-content__wrapper ul {
    list-style: initial;
    list-style-position: inside;
    font-weight: 300;
}
/* This CSS affects FAQ module within documentation template */
@media only screen and (max-width: 576px) {
    .accordion-icon {
      margin-right: 0!important;
    }
    .cs-faq .cs-faq-questions {
        padding: 0!important;
    }
}

body, html {
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffff;
  min-height: 100vh; 
}

.cs-container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .cs-container {
    padding: 0 32px;
  }
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #fbfcfe;
}
.disable-scroll {
  overflow: hidden;
}
hr {
  margin: 45px 0;
  appearance: none;
  border: 1px solid #ededed;
  border-bottom: none;
}
a {
  text-decoration: none;
  color: #0e2b52;
  transition: all 0.3s ease;
}
a:hover {
  color: black;
}
a:visited {
  color: #15427e;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.info-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}