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

/* Test */









































.dnd-section > .row-fluid {
  max-width: 1190px;
}
.dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1190px;
}



body {
  color: rgba(153, 153, 153, 1.0);
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 1.6rem;
}
a {
  color: rgba(29, 137, 208, 1.0);
}
a:hover {
  color: rgba(29, 137, 208, 1.0);
}
a:active {
  color: rgba(69, 177, 248, 1.0);
}
h1 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Neo Sans Std;
  font-size: 4.2rem;
  font-weight: 400;

}

h2 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Neo Sans Std;
  font-size: 4rem;
  font-weight: 400;
}

h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Source Sans Pro;
  font-size: 3.2rem;
  font-weight: 400;
}
h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Source Sans Pro;
  font-size: 2.4rem;
  font-weight: 400;
}
h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Source Sans Pro;
  font-size: 1.6rem;
  font-weight: 600;
}
h6 {
  color:  rgba(0, 0, 0, 1.0);
  font-family: Source Sans Pro;
  font-size: 1.5rem;
  font-weight: 600;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Source Sans Pro;
}

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

.hs-button,
.button--primary {
  background-color: rgba(0, 5, 47, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 4.8rem;
  border-width: 0rem;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-style: solid;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #1d89d0;
  border-color: #1d89d0;
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 45, 87, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button--light {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ddd;
  color: #000;
}

.hs-button--light:hover,
.hs-button--light:focus {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ddd, 0 3px 3px 0 #0000001a;
  color: #000;
}

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password{
  border-color: rgba(0, 0, 0, 0.1);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(73, 74, 82, 1.0);
}

.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: #4e5c64;
}

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

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

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





.site__header .header {
  background-color: rgba(0, 5, 47, 0.1);
}

.header__container {
  max-width: 1190px;
}

.level-1 > li {
  color: rgba(255, 255, 255, 1.0);
}
@media (min-width: 901px) { 
  .level-1 > li:hover {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(0, 5, 47, 1.0);
  }
}

.submenu__container a span {
 color: rgba(255, 255, 255, 1.0);
}

.submenu__container a span:hover {
 color: rgba(29, 137, 208, 1.0);
}

.submenu__container a {
    color: rgba(255, 255, 255, 1.0);
}

.submenu__container a small {
    color: rgba(118, 118, 118, 1.0);
}

.nav__section ul.submenu.level-1 ul{
  background-color: rgba(0, 5, 47, 1.0);
}

.nav__section .submenu.level-1>li>a.active-branch {
  color: rgba(#fff,#fff);
}
.nav__section .submenu.level-1>li>a.active-branch{
  background-color: rgba(255, 255, 255,0.0);
}

body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(255, 255, 255,1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(29, 137, 208,1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(255, 255, 255,1.0);
}



a[data-hs-anchor="true"] {
  display: block;
  top: -125px;
  position: relative;
}



@media (max-width: 900px) {
  body .submenu.level-1 {
    padding-bottom: 17.8rem !important;
  }
}

body .submenu.level-3 {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 1 !important;
  margin-bottom: -2.4rem;
  padding-top: 0;
}

@media (min-width: 901px) {
  body .nav__section .submenu.level-1 > li:hover .submenu.level-3 {
    visibility: visible !important;
  }
}

body .submenu.level-3 > li:first-child {
  margin-top: 2.4rem;
}

body .submenu.level-3 > li {
  padding: 0 !important;
}

body .submenu.level-3 a.menu-link {
  position: relative;
  margin: 0 0 2.4rem 0 !important;
  padding-left: 1rem !important;
}

body .submenu.level-3 a.menu-link:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: url('//9490890.fs1.hubspotusercontent-na1.net/hubfs/9490890/raw_assets/public/Neonode_June_2021/images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: left .25s linear;
}

body .submenu.level-3 a.menu-link:hover:after {
  left: -13px;
  background: url('//9490890.fs1.hubspotusercontent-na1.net/hubfs/9490890/raw_assets/public/Neonode_June_2021/images/arrow--daylight.svg');
  background-repeat: no-repeat;
  background-position: center;
}

body .submenu.level-2 .submenu__area {
  padding-top: 0;
}

@media (min-width: 901px) {
  body .submenu.level-2 .submenu__area {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

body .submenu.level-2 .submenu__area > li {
  display: block;
  margin: 2.4rem 0 4.8rem 0;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}

body .submenu.level-2 .submenu__area > li:first-child {
  margin-top: 0;
}





.site__footer {
  background-color: rgba(0, 5, 47, 1.0);
  color: rgba(118, 118, 118,1.0);
}
.items.contact__inner p{
   color: rgba(118, 118, 118,1.0);
}
.footer__container {
  max-width: 1190px;
}

.items.contact__inner h4, .items.Footer__menu ul li:first-child a, .items.career__text p {
  color: rgba(255, 255, 255, 1.0);
}

.items.Footer__menu ul li a, .items.career__text a,.copyright h6 a {
  color: rgba(118, 118, 118, 1.0);
}

.items.Footer__menu .hs-menu-wrapper > ul > li > a:hover, .items.career__text a:hover,.copyright h6 a:hover{
  color: rgba(118, 118, 118, 1.0);
}



.items.contact__inner  a {
  color: rgba(29, 137, 208, 1.0);
}





.content-wrapper {
  max-width: 1190px;
}

.blog-post__date {
  border-color: #4e5c64;
}

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

.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: #26343c;
}

.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: #76848c;
}

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

.blog-pagination__link {
  color: #4e5c64;
}

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

.blog-post__title {
  color: rgba(0, 0, 0, 1.0);
  font-family:Neo Sans Std;
  font-size: 4px;
  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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(238, 240, 242);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
  color: #1d89d0;
}

.blog-post__read-more svg {
  fill: #4e5c64;
}

.blog-post__read-more a:hover svg {
  fill: #1d89d0;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #4e5c64;
}

.blog-sidebar a:hover {
  color: #1d89d0;
}

.blog__subscription-block {
  background-color: rgb(238, 240, 242);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #4e5c64;
}

.blog-post__body, .blog-post__tags a {
  color: #4e5c64;
}

.blog-post__meta a:hover {
  color: #1d89d0
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #4e5c64;
}

.blog-post__back-to-blog:hover {
  color: #1d89d0;
}

.blog-post__back-to-blog svg {
  fill: #4e5c64;
}

a.blog-post__back-to-blog:hover svg {
  fill: #1d89d0;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}










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: 1190px;
  margin: 0 auto;
}



.hs-breadcrumb-menu {
  font-family: Fira Code,sans-serif;
  font-size: 12px;
  color: #000000;
}

.hs-breadcrumb-menu a,
.hs-breadcrumb-menu a:hover {
  color: #999999;
}

.hs-breadcrumb-menu-item {
  padding-top: 0 !important;
}

.hs-breadcrumb-menu-item.first-crumb {
  padding-left: 0;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-divider::before {
  content: '>';
  color: #999999;
}







.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.body-container-wrapper {
  flex-grow: 1;
}

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

.dnd-section .hs-video-wrapper {
  border-radius: 0 1.6rem 0 0;
  overflow: hidden;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text h2 {
  font-size: 3.4rem;
}

@media (max-width: 600px)
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text h2 {
    font-size: 3.6rem;
  }
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text h3 {
  font-size: 2.8rem;
}

@media (max-width: 600px)
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text h3 {
    font-size: 3.2rem;
  }
}