



:root {
  --ink-primary: #161E2E;
  --ink-secondary: #2B3446;
  --ink-muted: #4A5160;

  --border-aa: #8B94A6;
  --border-decorative: #D9DFEB;
  --surface-primary: #ffffff;
  --surface-secondary: #F2F4F8;
  --surface-tertiary: #E1E5EF;
  
  --ink-primary-dark: #FFFFFF;
  --ink-secondary-dark: #F2F4F8;
  --ink-muted-dark: #D9DFEB;

  --border-aa-dark: #647392;
  --border-decorative-dark: #404C63;
  --surface-primary-dark: #161E2E;
  --surface-secondary-dark: #263044;
  --surface-tertiary-dark: #374561;
}

.widget-type-form{
          padding: 30px;
          background-color: #f2f4f8;
          padding-top:60px !important;
          border-radius:4px;
    
  .form-title{
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:25px;
    
    &:before{
    content: '';
    width: 15px;
    height: 15px;
    background-color: rgb(117, 185, 78);
    display: block;
    }
  }
  
  .hsfc-Step__Content{
          padding: 20px 0  !important;
      
      h6{
        font-size: 16px;
        text-transform: none;
        color: #000 !important;
        text-decoration: none;
        display: block;
        width: 100%;
        padding-bottom: 0;
        font-weight: 600;
        margin-bottom: 0;
      }
  
  }
  
  .hsfc-Heading{
    color: #000 !important;
    font-size: 17px;
    margin:0px
  }
}






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 16px;
}

body {
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #161E2E;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #161E2E;
}

a:hover,
a:focus {
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #000006;
}

a:active {
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #3e4656;
}

/* Headings */

h1,
.h1 {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 96px;
  text-transform: none;
}

h2,
.h2 {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 72px;
  text-transform: none;
}

h3,
.h3 {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 48px;
  text-transform: none;
}

h4,
.h4 {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 34px;
  text-transform: none;
}

h5,
.h5 {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 24px;
  text-transform: none;
}

h6,
.h6 {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #161E2E;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

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

  
  
    
  


  rgba(22, 30, 46, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(62, 70, 86, 1.0);
  border-color: #3e4656;
}





form,
.submitted-message {
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #F8FAFC;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #F8FAFC;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Fragment Mono'; font-style: normal; font-weight: 500; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 48px;
  color: #161E2E;
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}


/* Labels */

form label {
  color: #161E2E;
}

/* Help text */

form legend {
  color: #161E2E;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #161E2E;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #161E2E;
}

::-moz-placeholder {
  color: #161E2E;
}

:-ms-input-placeholder {
  color: #161E2E;
}

::placeholder {
  color: #161E2E;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #161E2E;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #161E2E;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Geist, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(22, 30, 46, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(62, 70, 86, 1.0);
  border-color: #3e4656;
}





/* Table */

table {
  border: 1px solid #161E2E;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #161E2E;

  padding: 18px;

  color: #161E2E;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(22, 30, 46, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #161E2E;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #161E2E;
  font-family: Geist;
}

.menu__child-toggle-icon {
  border-top-color: #161E2E;
              transition: transform .35s ease;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000006;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000006;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #3e4656;
}

.menu__child-toggle-icon:active {
  border-top-color: #3e4656;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #161E2E;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #161E2E;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #161E2E;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #161E2E;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #161E2E;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Geist;
}

.header__language-switcher-label-current:after {
  border-top-color: #161E2E;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #161E2E;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(22, 30, 46, 1.0)

;
  
  
  .icon-list {
    & .list {
        @media (max-width: 767px) {
            display: flex;
            flex-direction: column;
            gap: 20px;
          }
      }
  }
  
  
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





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

/* Blog post */

.blog-post__meta a {
  color: #161E2E;
}

.blog-post__tag-link {
  color: #161E2E;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000006;
}

.blog-post__tag-link:active {
  color: #3e4656;
}

/* 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-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  text-transform: none;
}

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

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000006;
}

.blog-related-posts__title-link:active {
  color: #3e4656;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #161E2E;
}

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

#comments-listing .comment-reply-to:active {
  color: #3e4656;
}





.hs-search-results__title {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #161E2E;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000006;
}

.hs-blog-post-listing__post-title-link:active {
  color: #3e4656;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #161E2E;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #161E2E;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000006;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #3e4656;
}

.hs-pagination__link-icon svg {
  fill: #161E2E;
}

/* Pricing card */

.card__price {
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 48px;
}

.card__body svg {
  fill: #161E2E;
}

/* Social follow */

.social-links__icon {
  background-color: #161E2E;
}

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

.social-links__icon:active {
  background-color: #3e4656;
  font-family: Geist, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #161E2E;
  font-size: 48px;
}

.page.hs-content-id-306685042160{
  .header__logo 
      
    #hs-link-site_logo_hs_logo_widget{

      background-image:url(https://442270077.fs1.hubspotusercontent-ap1.net/hubfs/442270077/raw_assets/public/senversa-theme/images/senversa-logo-dark.svg);
      width: 127px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: top;
      background-size: contain;
      display: table-cell;
      
      @media(max-width:767px){
        width: auto;
        height: 48px;
      }
      
        .hs-image-widget {
          visibility:hidden !important;
        }

    }
      
  }
}

p.pretitle {
    color: var(--Colours-UI-ink-muted,#4a5160);
    font-family: Fragment Mono;
    font-size: var(--Type-scale-body-s,14px);
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    margin-bottom: 10px;
    text-transform: uppercase
}

.module-heading{
 p.pretitle{
    color: var(--Colours-UI-ink-muted,#4a5160);
    font-family: Fragment Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    text-transform: uppercase;
  }
}

  .body-container--blog-post.type-project{
    .project-call-to-action{
      #hs_cos_wrapper_project_contributors{
       width:100% !important; 
      }
    }
    
    #project-body-content{
     @media(max-width:767px){
       padding: 20px;
       
       & > .row-fluid{
         
         .span4{
          border-top: 1px solid #D9DFEB;
          padding-top: 20px;
          border-bottom: 1px solid #D9DFEB;
          margin-bottom: 20px;
         }
       }
     }
    }
  }


.project-call-to-action{
 background-color:#161E2E; 
  padding-top: 80px !important;
  
        #hs_cos_wrapper_project_contributors{
       width:100% !important; 
      }
  
}

.button.light {
  background-color: #f2f4f8 !important;
  color: #161e2e !important;
}

.button.white {
  background-color: #ffffff !important;
  color: #161e2e !important;
}

.breadcrumbs-container{
        margin: 0 auto;
    max-width: 1216px;
    width: 100%;
    padding-top: 150px;
   z-index:1;
  
  overflow:auto;
  
  .breadcrumbs__list{
    
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    color: var(--Colours-UI-ink-primary, #161E2E);
    font-family: "Fragment Mono";
    font-size: var(--Type-scale-body-s, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    text-transform: uppercase;
    gap: 10px;
    
    a{
        color: var(--ink-muted);
        font-family: "Fragment Mono";
        font-size: var(--Type-scale-body-s, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 105%;
        text-transform: uppercase;
        text-decoration: none; 
    }
    
    .breadcrumbs__item--current{
      span{
        color:var(--ink-primary);
      }
    }
    
    
    @media(max-width:767px){
      
      
      display:ruby;
      
      .breadcrumbs__item{
        span,a{
         white-space:nowrap; 
        }
      }
    }
    
  }
  
}

@media(max-width:767px){
  
  div.hr{
   padding:0 20px !important; 
  }
  
  #hs_cos_wrapper_navigation-primary{
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow:scroll;
  } 
 
  .header__column {
    position: relative;
    padding: 0 20px;
    margin-top: -65px;
  }
  
  .header__container {
    display:block;
    padding: 1rem 0 0;
    /*background-color: #151d2e;*/
    
    .header__navigation.open{
      background-color: #151d2e;
      min-height: 100vh !important;
      
        position: fixed !important;
        right: 0;
        top: 150px;
        z-index: 2;
    }
    
        
  .header__logo {
    margin: unset;
    width: 100%;
    padding: 20px;
    
    .hs-image-widget {
     height:48px !important;
      width:auto !important;
    }
  }
    
  .header__navigation--toggle:after {
    content: unset;
  }

  .header__navigation--toggle.open, .header__search--toggle.open, .header__language-switcher--toggle.open {
        display: block;
        margin-left: 0;
        margin-right: unset;
  }
    
  .header__navigation--toggle {
        background-image: url(https://442270077.fs1.hubspotusercontent-ap1.net/hubfs/442270077/raw_assets/public/senversa-theme/images/icon-menu.svg);
        background-size: initial;
        background-color: #161E2E;
        padding: 24px !important;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 4px;
        position:absolute !important;
        top:-8px !important;
    
    &.hide{
     display:none; 
    }
  }
    
  .header__close--toggle{
        background-image: url(https://442270077.fs1.hubspotusercontent-ap1.net/hubfs/442270077/raw_assets/public/senversa-theme/images/icon-menu-close.png);
        background-size: initial;
        background-color: #263044;
        padding: 24px !important;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 4px;
        top:34px !important;
  }   
    
    .header__navigation--toggle, .header__search--toggle, .header__language-switcher--toggle, .header__close--toggle {
        margin: unset;
        position: fixed;
        top: 60px;
        z-index: 3;
        right: 20px;
    }
    
}
  
  
  .project-blog-featured-image{
    img.blog-related-posts__image{
      width: 100%;
      height: 600px;
      object-fit: cover;
      
      @media(max-width:767px){
        height:auto;
        aspect-ratio:10 / 8;
      }
      
    }
  }
  
  
.pt-0{
  padding-top:0 !important;
}
    
.pb-0{
  padding-bottom:0 !important;
}

  
  
.widget-type-form{
          padding: 30px;
          background-color: #f2f4f8;
    
  .form-title{
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px;
    background-color: transparent !important;
  }
}
  
  .secondary-title{
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.02px;
    font-size: 34px !important;
  }
  
  .tertiary-title{
    color: var(--Colours-UI-ink-primary, #161E2E);
    /* Headings/heading-l */
    font-family: var(--Font-families-headings, Geist);
    font-size: var(--Type-scale-heading-l, 50px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    letter-spacing: -1.5px;
  }
  

  .mb-100{
   margin-bottom:100px; 
    @media(max-width:767px){
      margin-bottom:40px; 
    }
  }
  
  .p-0{
   padding:0 !important; 
  }
  
  ul.BambooHR-ATS-Jobs-List {
    padding-left: 0px !important;
}

  
.hs-site-page.page.hs-content-id-310735276476{
  .sectors-grid{
    .grid-item.view-all{
      display:none !important;
    }
    
    .grid-item:nth-last-child(2) {
      border-right:1px solid #ccc !important;
    }
  }
 }
  
/**** 404 Page ****/
  
.error-404-page-not-found {
  
  header.header {
    background-color: #fff !important; 
  }
  
  #main-content {
    height: 80vh;
    display: flex;
    align-items: center;
    background-color: #fbfbfb;
    
    .error-page:before {
      color: #ebebeb;
    }
  }
}