/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















@media (min-width: 576px) {
.dnd-section > .row-fluid {
max-width: calc(1170px - 630px);
}
}

@media (min-width: 768px) {
.dnd-section > .row-fluid {
max-width: calc(1170px - 450px);
}
}

@media (min-width: 992px) {
.dnd-section > .row-fluid {
max-width: calc(1170px - 210px);
}
}

@media only screen and (min-width: 1200px) {
.dnd-section > .row-fluid {
max-width: 1170px;
}
}


.dnd-section {
padding-bottom: 40px;
padding-top: 40px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
background-color: #F8FAFC;
}
.page-center {
max-width: 1170px;
}




body {
color: #0d253d;
font-family: Rubik;
font-size: 18px;
font-weight: 400
}

p {
font-family: Rubik;
font-weight: 400
}

a {
font-family: Rubik;
color: rgba(9, 149, 255, 1.0);
}

a:hover,
a:focus {
color: rgba(9, 149, 255, 1.0);
}

a:active {
color: rgba(9, 149, 255, 1.0);
}

h1 {
color: #0d253d;
font-family: Rubik;
font-size: 48px;
font-weight: 500;
}

@media(max-width: 767px) {
h1 {
font-size: 40.8px;
}
}

h2 {
color: #0d253d;
font-family: Rubik;
font-size: 36px;
font-weight: 500;
}

@media(max-width: 767px) {
h2 {
font-size: 30.599999999999998px;
}
}

h3 {
color: #0d253d;
font-family: Rubik;
font-size: 30px;
font-weight: 500;
}

@media(max-width: 767px) {
h3 {
font-size: 25.5px;
}
}

h4 {
color: #0d253d;
font-family: Rubik;
font-size: 25px;
font-weight: 500;
}

@media(max-width: 767px) {
h4 {
font-size: 21.25px;
}
}

h5 {
color: #0d253d;
font-family: Rubik;
font-size: 20px;
font-weight: 500;
}

h6 {
color: #0d253d;
font-family: Rubik;
font-size: 18px;
font-weight: 500;
}






form, 
.submitted-message {
border: 1px solid;
border-color: rgba(255, 255, 255, 1.0) ;
background-color: rgba(255, 255, 255, 1.0);
font-family: Rubik;
padding: 20px 10px;
}

h3.form-title {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(13, 37, 61, 1.0);
}

.hs-button, 
.button--primary {
background-color: rgba(9, 149, 255, 1.0);
border-radius: 50px;
border: 1px solid;
color: rgba(255, 255, 255, 1.0);
border-color: rgba(9, 149, 255, 1.0);
padding-left: 30px !important;
padding-right: 30px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
}

.hs-button:hover, .button--primary:hover {
background-color: rgba(9, 149, 255, 1.0);
border-color: rgba(9, 149, 255, 1.0);
color: rgba(255, 255, 255, 1.0);
}


.hs-button:focus, .button--primary:focus  {
background-color: rgba(9, 149, 255, 1.0);
border-color: rgba(9, 149, 255, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-button:active, .button--primary:active  {
background-color: rgba(9, 149, 255, 1.0);
border-color: rgba(9, 149, 255, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
color: rgba(13, 37, 61, 1.0);
}

.hs-form-field label, .hs-form-field a {
color: rgba(13, 37, 61, 1.0);
}

a#hs_login_reset {
color: rgba(13, 37, 61, 1.0);
}

.hs-form legend {
color: rgba(13, 37, 61, 1.0);
}

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
border-bottom: 1px solid !important;
background-color: rgba(255, 255, 255, 0.0);
border-color: rgba(68, 88, 99, 1.0) !important;
color: rgba(13, 37, 61, 1.0);
border-radius: 0px;
font-family: 'Rubik',sans-serif;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
border-color: rgba(68, 88, 99, 1.0) !important;
color: rgba(13, 37, 61, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
border-color: rgba(68, 88, 99, 1.0) !important;
}

.fn-date-picker .pika-table thead th {
color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
color: #0d253d;
}

.hs-richtext {
font-size: 18;
}

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

.fn-date-picker td.is-today .pika-button {
color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
background: #494a52;
}

.fn-date-picker td .pika-button:hover {
background-color: #F8FAFC !important;
}





th,
td {
background-color: rgba(255, 255, 255, 1.0);
border: 1px solid rgba(#null, 1.0);
color: rgba(#null, 1.0);
}

thead th,
thead td {
background-color: rgba(73, 74, 82, 1.0);
color: rgba(255, 255, 255, 1.0);
}

tfoot td {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(#null, 1.0);
}

table,
tbody + tbody {
border-color: rgba(#null, 1.0);
}






@media (min-width: 576px) {
.header__container {
max-width: calc(1170px - 630px);
}
}

@media (min-width: 768px) {
.header__container {
max-width: calc(1170px - 450px);
}
}

@media (min-width: 992px) {
.header__container {
max-width: calc(1170px - 210px);
}
}

@media only screen and (min-width: 1200px) {
.header__container {
max-width: 1170px;
}
}



header.header.landing_page {
background: white;
}
.no-banner header.header.landing_page {
background-color: white;
}

.scroll-header header.header {
background-color: #0d263e;
}

.scroll-header header.header.landing_page {
background-color: white;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
font-weight: 400;
font-size: 16px;
line-height: 18px;
color: #0D263E;
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
color: rgba(9, 149, 255, 1.0);
background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item > a:hover {
color: #0D263E;
background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
background-color: white;
border-color: rgba(0, 0, 0, 0.15);

}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
font-weight: 400;
font-size: 16px;
line-height: 18px;
color: #0D263E;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
background-color: rgba(255, 255, 255, 0.0);
color: rgba(9, 149, 255, 1.0);
}  

.header-top-menu ul li a {
color: rgba(255, 255, 255, 1.0);
}

.header-top-menu ul li a:hover {
color: rgba(9, 149, 255, 1.0);
background-color: rgba(255, 255, 255, 0.0); 
}

@media(min-width: 992px) {

.main-menu-header {
   padding: 32px 0;
}
  
.custom-menu-primary .navigation-primary>.submenu>.menu-item:last-child {
color: white;
background-color: #0892FF;
border-color: #0892FF;
}

.custom-menu-primary .navigation-primary>.submenu>.menu-item:last-child>a {
font-weight: 500;
font-size: 16px;
line-height: 18px;
color: #FFFFFF;
}

}

@media(max-width: 991px) {
header.header {
background-color: rgba(13, 37, 61, 1.0);
}
}
@media(max-width: 767px) {
.header__navigation {
background-color: rgba(#null, 0.0);
}

.header__navigation-toggle svg,
.menu-arrow svg {
fill: rgba(255, 255, 255, 1.0);
}
}





footer.footer {
background-color: #002855;
color: rgba(160, 160, 160, 1.0);
}

li.hs-form-booleancheckbox span {
color: rgba(160, 160, 160, 1.0);
}

.footer-menu-style .submenu.level-1 li:first-child a {
color: rgba(9, 149, 255, 1.0);
}

.our-newsletter h3.form-title {
color: rgba(9, 149, 255, 1.0); 
}

.footer-menu-style .submenu.level-1 li:first-child a:hover {
color: rgba(9, 149, 255, 1.0); 
}

.footer-menu-style .submenu.level-1 li a {
color: rgba(255, 255, 255, 1.0);
}
.footer-menu-style .submenu.level-1 li a:hover {
color: rgba(9, 149, 255, 1.0);
}
li.hs-form-booleancheckbox span a {
color: rgba(255, 255, 255, 1.0); 
}

li.hs-form-booleancheckbox span a:hover { 
color: rgba(9, 149, 255, 1.0); 
}

.left-copyright-sec p {
color: rgba(156, 156, 156, 1.0);
}

.right-copyright-sec a {
color: rgba(156, 156, 156, 1.0);
}

.right-copyright-sec a:hover {
color: rgba(9, 149, 255, 1.0);
}

.our-newsletter form .input .hs-input {
color: rgba(255, 255, 255, 1.0) !important;
border-color: rgba(68, 88, 99, 1.0) !important; 
background-color: rgba(255, 255, 255, 0.0) !important;
}

.our-newsletter .actions .hs-button {
color: rgba(255, 255, 255, 1.0) !important;
border-color: rgba(9, 149, 255, 1.0) !important; 
background-color: rgba(9, 149, 255, 1.0) !important; 
}

.our-newsletter .actions .hs-button:hover {
color: rgba(255, 255, 255, 1.0) !important;
border-color: rgba(9, 149, 255, 1.0) !important; 
background-color: rgba(9, 149, 255, 1.0) !important; 
}


@media (min-width: 576px) {
.footer__container {
max-width: calc(1170px - 630px);
}
}

@media (min-width: 768px) {
.footer__container {
max-width: calc(1170px - 450px);
}
}

@media (min-width: 992px) {
.footer__container {
max-width: calc(1170px - 210px);
}
}

@media only screen and (min-width: 1200px) {
.footer__container {
max-width: 1170px;
}
}





@media (min-width: 576px) {
.content-wrapper {
max-width: calc(1170px - 630px);
}
}

@media (min-width: 768px) {
.content-wrapper {
max-width: calc(1170px - 450px);
}
}

@media (min-width: 992px) {
.content-wrapper {
max-width: calc(1170px - 210px);
}
}

@media only screen and (min-width: 1200px) {
.content-wrapper {
max-width: 1170px;
}
}

.content-wrapper {
padding-bottom: 40px;
padding-top: 40px;
}

.blog-post__date {
border-color: #0d253d;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
color: #0d253d;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
color: #000015;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
color: #354d65;
}

.blog-tag-filter__menu-link--active-item:after {
background-color: #494a52;
}

.blog-pagination__link {
color: #0d253d;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
background-color: #494a52;
}

.blog-post__title {
color: #0d253d;
font-family:Rubik;
font-size: 36px;
font-weight: ;
}

.blog-post__author {
background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
color: rgba(#null, 0.0);
}










body .icon svg {
fill: #494a52;
}

body .tns-nav button.tns-nav-active {
background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
background-color: #494a52;
}

body .social-links__icon {
background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
fill: rgba(#null, 0.0);
}

body .team-member__description {
background-color: #F8FAFC;
}

.page-center {
max-width: 1170px;
margin: 0 auto;
}

@media (min-width: 576px) {
.banner .page-center {
max-width: calc(1170px - 630px);
}
}

@media (min-width: 768px) {
.banner .page-center {
max-width: calc(1170px - 450px);
}
}

@media (min-width: 992px) {
.banner .page-center {
max-width: calc(1170px - 210px);
}
}

@media only screen and (min-width: 1200px) {
.banner .page-center {
max-width: 1170px;
}
}




.body-container__website .dnd-section:nth-child(odd) {
background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

span.grad {
    background: linear-gradient(90deg,transparent 0%,#0995ff 100%);
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-right: 30px;
    white-space: nowrap;
}

span.grad.green {
    background: linear-gradient(90deg,transparent 0%,#a1f2d7 100%) !important;
}

.cta {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    padding: 12px 25px;
    background-color: #0995ff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: inline-block;
    text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
}

.cta:hover {
  color: #fff; 
}

.text-white {
  color: white; 
}

.image-text-zone h2 { 
  font-weight: 500;
  font-size: 56px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: #0D263E;
  margin-bottom: 30px;
}

.image-text-zone p { 
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #39393B;
}

.image-text-zone h3 {
  font-weight: 500;
font-size: 48px;
line-height: 60px;
  margin-bottom: 20px;
}

.challenge-box {
  margin-bottom: 9px;
  border: 1px solid #1D4A75;
  border-left: 2px solid #0892FF;
  padding: 25px 40px 15px;
}

.challenge-box h4 {
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #0892FF;
  margin-bottom: 20px;
}

.challenge-box p {
  font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
  margin: 0;
}

.rows-zone h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #0D263E;
  margin-bottom: 40px;
}

.why-row {
  border-bottom: 1px solid #ccc;
  padding: 10px 5px 5px;
  display: block;
  width: 100%;
}

.why-row:last-child {
  border-bottom: none;
}

.why-row .title {
    width: 30%;
    font-weight: 500;
    float: left;
}

.why-row .content {
  color: #747474; 
  display: flex;
}

.bg-dark-blue {
    background-color: #0d253d !important;
}

.datasheet-zone {
  border-radius: 20px;
      margin-top: 45px;
    margin-bottom: 45px;
}

.datasheet-zone .row {
  display: flex;  
}

.datasheet-zone .content-wrapper {
  width: 60%;
  float: left;
  padding: 80px 40px 40px 80px;
  z-index: 10;
    position: relative;
}

.datasheet-zone .content-wrapper h3 {
font-weight: 500;
font-size: 48px;
line-height: 52px;
letter-spacing: -0.02em;
color: #FFFFFF;
  margin-bottom: 20px;
}

.datasheet-zone .content-wrapper p {
 font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: -0.02em;
color: #FFFFFF; 
 
}

.datasheet-zone .image-wrapper {
  z-index: 10;
    position: relative;  
      display: flex;
    justify-content: center;
  padding-right: 40px;
  align-items: center;
}

.datasheet-zone .image-wrapper img {
    margin-top: -45px;
    margin-bottom: -45px;
    max-width: 100%;
  height: auto;
}

.datasheet-zone .mesh {
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.position-relative {
  position: relative !important; 
}

.position-absolute {
  position: absolute !important; 
}

.badges-zone h3 {
 font-weight: 500;
font-size: 48px;
line-height: 56px;
letter-spacing: -0.02em;
color: #F4F6F8;
  text-align: center;
  margin-bottom: 40px;
}

.badges-zone .badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.badges-zone .badges .badge img{
   height: 72px;
  width: auto;
  margin-right: 25px;
      margin-bottom: 25px;
}
   
form {
  background: none !important;  
  border: 0 !important;
}

form fieldset {
  max-width: none !important;
}

form .field {
  margin-top: 0; 
  margin-bottom: 10px;
}

form .hs-fieldtype-text label, 
form .hs-fieldtype-select label, 
form .hs-fieldtype-textarea label,
form .hs-fieldtype-phonenumber label {
  display: none; 
}

.category-tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    color: #0d253d;
    border-radius: 58px;
    -moz-border-radius: 58px;
    -webkit-border-radius: 58px;
      padding: 4px 10px;
}

.webinars-color {
    background-color: #fae9ad !important
}

.webinars-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#fae9ad 100%) !important
}

.videos-color {
    background-color: #d0f0bc !important
}

.videos-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#d0f0bc 100%) !important
}

.datasheets-color,.services-color {
    background-color: #a5f2e2 !important
}

.datasheets-color-gradient,.services-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#a5f2e2 100%) !important
}

.events-color {
    background-color: #f3b2f4 !important
}

.events-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#f3b2f4 100%) !important
}

.whitepapers-color {
    background-color: #fbc182 !important
}

.whitepapers-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#fbc182 100%) !important
}

.blog-color {
    background-color: #0995ff !important
}

.blog-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#0995ff 100%) !important
}

.reports-color {
    background-color: #9adae8 !important
}

.reports-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#9adae8 100%) !important
}

.case-studies-color {
    background-color: #ffb8b8 !important
}

.case-studies-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#ffb8b8 100%) !important
}

.user-guides-color {
    background-color: #0ef0a7 !important
}

.user-guides-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#0ef0a7 100%) !important
}

.press_release-color {
    background-color: #b5bcff !important
}

.press_release-color-gradient {
    background: linear-gradient(90deg,transparent 0%,#b5bcff 100%) !important
}

.related-content-item {
  padding: 15px;  
}

.related-content-item .title {
  font-weight: 500;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.02em;
color: #000000; 
  margin: 15px 0;
}

.related-content-item .title a {
  color: #000000; 
  text-decoration: none !important;
}

.related-content-item .title a:hover {
 color: #000000; 
}

.related-content-item .content {
  font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: -0.02em;
color: #777777; 
}

.lp-header .top-menu-sep {
  min-height: 0; 
}

@media (max-width: 991px) {
  
  .image-text-zone h2 {
      font-size: 48px;
    line-height: 56px;
  }
  
  .image-text-zone h3, .rows-zone h3, .datasheet-zone .content-wrapper h3, .badges-zone h3 {
    font-size: 42px;
    line-height: 48px;
  }

  .header_close {
    background-color: black;
    border: 1px solid #000;
  }  
  
  .menu-link {
    font-weight: normal !important;  
  }
  
  .menu-item {
    padding-bottom: 5px !important;
  }
  
  .custom-menu-primary .navigation-primary>.submenu>.menu-item>a {
    font-size: 16px !important; 
  }
  
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
    border: 0; 
  }
}

@media (max-width: 768px) { 
  .row-number-1 .row-fluid {
    display: flex;
    flex-direction: column;
  }
  
  .datasheet-zone .image-wrapper img {
    margin-top: 0;
    
  }
  
  .datasheet-zone .image-wrapper {
    padding-right: 0; 
  }

  .row-number-1 .dnd-column:first-child {
    order: 3; 
  }
  
  .row-number-1 .dnd-column:nth-child(2) {
    order: 1; 
  }
  
  .datasheet-zone .row {
    flex-direction: column;
  }
  
  .row-number-21 .dnd-column {
    margin-top: 20px !important; 
  }
  
  .datasheet-zone .content-wrapper {
    width: 100%;
    padding: 60px 20px 40px 20px;
  }
}

@media(max-width: 767px) {

element.style {
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
  .row-number-22 .dnd-column {
    margin-top: 20px !important;
  }
}