







/* 1a. Containers */




/* 1b. Colors */






/* 1c. Typography */




/* Body Text */







/* Heading One */








/* Heading Two */








/* Heading Three */








/* Heading Four */








/* Heading Five */








/* Heading Six */








/* Anchor */







/* 1d. Buttons */

/* General Button */






/* Dark Button Filled and Outlined */


























/* Dark Button Filled */












/* 1e. Forms */








































/* 1f. Tables */













/* 1g. Website header */





















/* 1h. Website footer */






























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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1290px;
}





body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-weight: 400; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
}

/* Anchors */


a {
  font-weight: 600; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  font-size: 16px;
  color: #425b76;
  line-height: 24px;
}

a:not(.in-btn,.in-blog__author-name,.blog-related-posts__title-link,.menu__link):hover,
a:not(.in-btn,.in-blog__author-name,.blog-related-posts__title-link,.menu__link):focus {
  font-weight: 600; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #425b76;
  line-height: 24px;
}

a:not(.in-btn,.in-blog__author-name,.blog-related-posts__title-link):active {
  font-weight: 600; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #425b76;
  line-height: 24px;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 48px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-transform: none;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 32px;
  text-transform: none;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: none;
}

h5,
.in-card__title a,
.in-team-card__name a,
.in-communication-preferences .header {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: none;
}

h6,
.systems-page .success {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
    line-height: 74px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    line-height: 43px;
  }

  h4 {
    font-size: 32px;
    line-height: 35px;
  }

  h5,
  .in-card__title a,
  .in-team-card__name a,
  .in-communication-preferences .header {
    font-size: 24px;
    line-height: 26px;
  }

  h6,
  .systems-page .success {
    font-size: 20px;
    line-height: 24px;
  }

  body, html,p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Blockquote */

blockquote {
  background: #26BDE2;
}





.in-btn {
  padding: 12px;

  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Dark Button Filled */

.in-btn.in-btn--filled-dark {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #FFFFFF;
;
  background-color: #FFFFFF;
  color: #244b1b;
}

.in-btn.in-btn--filled-dark svg path {
  fill: #244b1b;
}

.in-btn.in-btn--filled-dark:hover {
  border: 2px solid rgba(76, 159, 56, 0%);
;
  background-color: rgba(255, 255, 255, 0%);
  color: #56C02B;
}

.in-btn.in-btn--filled-dark:hover svg path {
  fill: #56C02B;
}

.in-btn.in-btn--filled-dark:focus,
.in-btn.in-btn--filled-dark:active {
  border: 2px none #56C02B;
;
  background-color: #FFFFFF;
  color: #56C02B;
}

.in-btn.in-btn--filled-dark:focus svg path,
.in-btn.in-btn--filled-dark:active svg path {
  fill: #56C02B;
}

/* Animation */
.in-btn.in-btn--filled-dark.in-btn-animation:hover::before {
  background-color: rgba(255, 255, 255, 0%);
}

.in-btn.in-btn--filled-dark.in-btn-animation:hover {
  background-color: unset;
  color: #56C02B;
}
/* Dark Button Outlined */

.in-btn.in-btn--outlined-dark {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid rgba(66, 91, 118, 0%);
;
  background-color: rgba(255, 255, 255, 0%);
  color: #425b76;
}

.in-btn.in-btn--outlined-dark svg path {
  fill: #425b76;
}

.in-btn.in-btn--outlined-dark:hover {
  border: 2px solid rgba(66, 91, 118, 0%);
;
  background-color: rgba(255, 255, 255, 0%);
  color: #243143;
}

.in-btn.in-btn--outlined-dark:hover svg path {
  fill: #243143;
}

.in-btn.in-btn--outlined-dark:focus,
.in-btn.in-btn--outlined-dark:active {
  border: 2px solid rgba(84, 158, 168, 0%);
;
  background-color: rgba(248, 250, 252, 0%);
  color: #243143;
}

.in-btn.in-btn--outlined-dark:focus svg path,
.in-btn.in-btn--outlined-dark:active svg path {
  fill: #243143;
}

/* Animation */
.in-btn.in-btn--outlined-dark.in-btn-animation:hover::before {
  background-color: rgba(255, 255, 255, 0%);
}

.in-btn.in-btn--outlined-dark.in-btn-animation:hover {
  background-color: unset;
  color: #243143;
}
/* Light Button Filled  */

.in-btn.in-btn--filled-light {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #26BDE2;
;
  background-color: #26BDE2;
  color: #FFFFFF;
}

.in-btn.in-btn--filled-light svg path {
  fill: #FFFFFF;
} 

.in-btn.in-btn--filled-light:hover {
  border: 2px solid #26BDE2;
;
  background-color: rgba(38, 189, 226, 10%);
  color: #26BDE2;
}

.in-btn.in-btn--filled-light:hover svg path {
  fill: #26BDE2;
} 

.in-btn.in-btn--filled-light:active, 
.in-btn.in-btn--filled-light:focus {
  border: 2px solid #FFFFFF;
;
  background-color: #26BDE2;
  color: #FFFFFF;
}

.in-btn.in-btn--filled-light:active svg path, 
.in-btn.in-btn--filled-light:focus svg path {
  fill: #FFFFFF;
}

/* Animation */
.in-btn.in-btn--filled-light.in-btn-animation:hover::before {
  background-color: rgba(38, 189, 226, 10%);
}

.in-btn.in-btn--filled-light.in-btn-animation:hover {
  background-color: unset;
  color: #26BDE2;
}





/* Form */

form {
  border: 1px none #BCBCBC;

  padding: 20px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.in-form .in-form--form {
  border-radius: 8px;
}

.form-title + div > form,
.in-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.in-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;

  padding: 20px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #030303;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 35px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Inter, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #D7D9E3;

  padding: 10px;

  background-color: 

  
  
    
  


  rgba(250, 249, 246, 1.0)

;
  border-radius: 8px;
  color: #53535B;
}

form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #425b76;
}


/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #53535B;
}

::-moz-placeholder {
  color: #53535B;
}

:-ms-input-placeholder {
  color: #53535B;
}

:-moz-placeholder {
  color: #53535B;
}

::placeholder {
  color: #53535B !important;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #425b76;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #425b76;
}

form .pika-button:hover {
  background-color: #425b76 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  border: 2px solid #FFFFFF;

  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  padding: 12px;

  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background: #FFFFFF;
  color: #244b1b;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  border: 2px solid rgba(76, 159, 56, 0%);

  background: rgba(255, 255, 255, 0%);
  color: #56C02B;
}

body form input[type=submit]:focus,
body form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active {
  border: 2px none #56C02B;
;
  background-color: #FFFFFF;
  color: #56C02B;
}

.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;

  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #DB524E;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

.hs-error-msgs .hs-main-font-element {
  color: #DB524E;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
  background: #425b76;
}

.hs-form .hs-input[type="radio"]:checked {
  border-color: #425b76;
}

.hs-form .hs-input[type=checkbox]:checked {
  border: 1px solid #425b76;
}






/* Table */

table {
  border: 1px solid #425b76;
;
}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #425b76;

  padding: 10px;
;
  color: #425b76;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
}





.header,
.in-header {
  background-color: rgba(236, 247, 248,100%);
}

.header__top {
  background: ;
}

/* Menu items */
.header .menu__link {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.header .menu__item--depth-1 > .menu__link:not(.in-btn),
.header .menu__link {
  color: #53535B;
}

.header .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.header .menu__item--depth-1:hover>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-1:focus>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #030303;
  border-right-color: #030303;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #030303;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #030303;
}


/* Menu items - submenus */

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.header .hs-menu-item a {
  color: #53535B;
}

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom: 1px solid #53535B;
  border-right:  1px solid #53535B;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
.header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
  border-bottom-color: #030303;
  border-right-color: #030303;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #030303;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #030303;
  background-color: ;
}

/* Language switcher */

.header .header__language-switcher-label-current {
  ;
  color: ;
  font-size: px;
  line-height: px;
  text-transform: ;
}

.header .ac-lang-switcher:hover .header__language-switcher-label-current,
.header .ac-lang-switcher:focus .header__language-switcher-label-current {
  ;
  color: ;
}

/* Language switcher - submenu */

.header .ac-lang-switcher .lang_list_class {
  background-color: #ecf7f8;
}

.header .in-lang-switcher .lang_list_class a:not(.in-btn) {
  color:#53535B;
  font-size: 14px;
  line-height: 22px;
}

.header .in-lang-switcher .lang_list_class a:hover,
.header .in-lang-switcher .lang_list_class a:focus {
  background-color: {opacity=100, color=#ecf7f8, css=#ecf7f8};
  color: #030303;
}

.header .in-lang-switcher .lang_list_class a:active {
  background-color: #ecf7f8;
  color: #030303;
}

.header .menu .menu__wrapper .menu__submenu {
  background-color: #ffffff;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  background-color: #ecf7f8;
}

@media only screen and (min-width: 768px) {

  .header .menu__link {
    font-size: 16px;
    line-height: 24px;
  }

  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
  .header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color:  #53535B;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color: #53535B;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
    border-bottom-color: #030303;
    border-right-color: #030303;
  }

  .header .header__language-switcher-label-current {
    font-size: ;
    line-height: px;
  }

  .header .in-lang-switcher .lang_list_class a:not(.in-btn) {
    font-size: 14px;
    line-height: 24px;
  }

  .header .menu__item--depth-1:after, .header .menu__item--depth-1:before {
    background-color: #425b76;
  }
}






/* Footer Background  */

.footer {
  background: rgba(236, 247, 248,1.0);
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link) {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #425b76;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #ffffff;
}

.footer nav a:active,
.footer .menu__link:active {
  color: #ffffff;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    font-size: 24px;
    line-height: 24px;
  }

  .footer p,
  .footer li,
  .footer blockquote,
  .footer a:not(.menu__link) {
    font-size: 16px;
    line-height: 24px;
  }

  .footer nav a,
  .footer .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
}







.in-blog-detail,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

@media only screen and (max-width: 767px){
  .in-blog-detail,
  .blog-header__inner,
  .blog-related-posts {
    padding: 40.0px 0;
  }
}
/* Blog post */

.blog-post__meta a,
.blog-post__timestamp,
.in-blog-detail__sidebar-tags > li > a,
.in-blog-detail__sidebar-post > li > a {
  color: #53535B;
}


/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #030303;
}

.blog-related-posts__image {
  border-radius: 16px;
}

/* Blog comments */

.blog-comments {
  /*   margin-bottom: 80px; */
}

#comments-listing .comment-reply-to {
  color: #425b76;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #1a334e;
}

#comments-listing .comment-reply-to:active {
  color: #6a839e;
}

.blog-post__body,
.blog-post__body p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

.blog-post__body img {
  border-radius: 16px;
}


@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}





.in-subscription-confirmation .page-header h2,
.in-communication-preferences h2 {
  color: #425b76;
}

.in-search__keyword span {
  color: #425b76;
}

.in-search-results .hs-search-results__listing li a {
  color: #030303;
}

.in-search-results .hs-search-results__listing li a:hover {
  color: #425b76;
}

.in-search-results .hs-search-results__pagination a {
  ;
  color: #425b76;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.backup-unsubscribe input[type=email] {
  border: 1px solid #D7D9E3;

  background-color: 

  
  
    
  


  rgba(250, 249, 246, 1.0)

;
  border-radius: 8px;
  color: #53535B;
}

.hs-search-highlight {
  color: #425b76;
}






/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #030303;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #2b2b2b;
}

.blog-index__post-tag,
.blog-index__post-author-name,
.blog-index__post-tag:hover,
.blog-index__post-author-name:hover {
  color: #53535B;
}

.in-blog__sidebar .hs-highlight-title,
.in-blog-detail__sidebar .hs-highlight-title  {
  color: #425b76;
  font-weight: 600;
}

.in-blog-detail__sidebar-tags > li > a:hover,
.in-blog-detail__sidebar-post > li > a:hover {
  color: #425b76
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #53535B;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #2b2b33;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #7b7b83;
}

.pagination__link-icon svg {
  fill: #53535B;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 40px;
}

.card__body svg {
  fill: #425b76;
}

/* Social follow */

.social-links__icon {
  background-color: #425b76;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1a334e;
}

.social-links__icon:active {
  background-color: #6a839e;
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #030303;
  font-size: 40px;
}

.in-listing-card__column,
.in-listing-grid__column {
  border: 2px solid rgba(66, 91, 118,0.16);
}

.in-listing-card__title-wrap span,
.in-listing-grid__title-wrap span {
  background: rgba(66, 91, 118,0.16);
  color: #425b76; 
}


/* Sections  */

.in-git {
  background-color: #425b76;
}