







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */









































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */










.dnd-section,
.content-wrapper--vertical-spacing {
  padding-bottom: 50px;
  padding-top: 50px;
}


.dnd-section > .row-fluid,
.content-wrapper,
.page-center,
.container  {
  max-width: 1170px;
}

@media (min-width: 768px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center{
    max-width: calc(1170px - 420px);
      }
}
@media (min-width: 992px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: calc(1170px - 200px);
      }

}
@media (min-width: 1200px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width:1170px;
  }

}







body {
  color: rgba(119, 119, 119, 1.0);
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 479px){
  body {
    font-size: 13px;
  }
}
/* Anchors */
a {
  color: rgba(0, 136, 204, 1.0);
  cursor: pointer;
}

a:hover {
  color: rgba(0, 136, 204, 1.0);
}

/* Headings */


h1 {
  color: rgba(77, 77, 77, 1.0);
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 40px;
}


h2 {
  color: rgba(77, 77, 77, 1.0);
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 36px;
}

h3 {
  color: rgba(77, 77, 77, 1.0);
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 22px;
}



h4 {
  color: rgba(0, 136, 204, 1.0);
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 1.4em;
}


h5 {
  color: rgba(0, 136, 204, 1.0);
  font-family: Roboto-Regular;
  font-weight: 600;
  font-size: 1em;
}

h6 {
  color: rgba(0, 136, 204, 1.0);
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
}




/* Blockquote */

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












/* Form title */

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

/* Form label */


form label,
form h1,
form h2,
form h3,
form h4,
form h5,
form h6,
form a,
form p,
.hs-form-field>label,
form#email-prefs-form .page-header,
form#email-prefs-form span {
  color: rgba(119, 119, 119, 1.0);
}

/* Form help text */

form legend {
  color: #555;
}

/* Form inputs */

form input[type=text],
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-color: rgba(229, 230, 230, 1.0);
  color: rgba(85, 85, 85, 1.0);
  border-radius: 0px;
}

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=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(229, 230, 230, 1.0);
}


/* Form placeholder text */



/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
.button, button{
  border-width: 1px;
  background-color: rgba(164, 210, 69, 1.0);
  border-color: rgba(164, 210, 69, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding: 14px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(164, 210, 69, 1.0);
  border-color: rgba(164, 210, 69, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(164, 210, 69, 1.0);
  border-color: rgba(164, 210, 69, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

//* ============================================================
   Promevo — Landing Page Form Styles
   Scoped to PPC form panel module by widget ID
   ============================================================ */

#hs_cos_wrapper_widget_1777073468543 .hs-form label {
  font-family: 'Outfit', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #233166 !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .hs-field-desc {
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #555F6E !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .hs-input,
#hs_cos_wrapper_widget_1777073468543 .hs-form input[type="text"],
#hs_cos_wrapper_widget_1777073468543 .hs-form input[type="email"],
#hs_cos_wrapper_widget_1777073468543 .hs-form input[type="tel"],
#hs_cos_wrapper_widget_1777073468543 .hs-form select,
#hs_cos_wrapper_widget_1777073468543 .hs-form textarea {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  color: #233166 !important;
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .hs-input:focus,
#hs_cos_wrapper_widget_1777073468543 .hs-form select:focus,
#hs_cos_wrapper_widget_1777073468543 .hs-form textarea:focus {
  border-color: #6FC6AC !important;
  box-shadow: 0 0 0 3px rgba(111,198,172,0.15) !important;
  outline: none !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .hs-button,
#hs_cos_wrapper_widget_1777073468543 .hs-form input[type="submit"] {
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background: #233166 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 14px 24px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  margin-top: 8px !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .hs-button:hover,
#hs_cos_wrapper_widget_1777073468543 .hs-form input[type="submit"]:hover {
  background: #1a2550 !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .hs-error-msgs label,
#hs_cos_wrapper_widget_1777073468543 .hs-form .hs-error-msg {
  color: #c0392b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .legal-consent-container,
#hs_cos_wrapper_widget_1777073468543 .hs-form .legal-consent-container p {
  font-family: 'Outfit', sans-serif !important;
  font-size: 11px !important;
  color: #555F6E !important;
  line-height: 1.6 !important;
}

#hs_cos_wrapper_widget_1777073468543 .hs-form .legal-consent-container a {
  color: #6FC6AC !important;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #777;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(76, 175, 80, 1.0)

;
  color: #FFFFFF;
}
table tr th{
  color: #FFFFFF;
}
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}




header.header{
  background-color: rgba(255, 255, 255, 1.0);
}

header.simple-header{
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;
}
header.simple-header > *{
  display: flex;
  justify-content: center;
}
header.simple-header img{
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul li a{
  color: rgba(119, 119, 119, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: rgba(119, 119, 119, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus{
  color: rgba(167, 201, 57, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
  color: rgba(119, 119, 119, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
  background-color: rgba(0, 0, 0, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  background-color: ;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover{
  background-color: rgba(0, 0, 0, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(119, 119, 119, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(167, 201, 57, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a {
  color: rgba(119, 119, 119, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
ul.nav-top-section>li>a{
  color: rgba(153, 153, 153, 1.0);
}
ul.nav-top-section>li>a:hover,
ul.nav-top-section>li>a:focus{
  background-color: rgba(238, 238, 238, 1.0);
}






/* Landing Page CSS */
.lp-page h2 { font-size: 42px; font-weight: 600; line-height: 53px; }
.lp-page p { font-size: 25px; line-height: 31px;padding-right: 20px; }
.lp-page h6 span { font-size: 25px; line-height: 26px; font-weight: 600;}
.lp-page h6 { display: flex; /* flex-wrap: wrap; */ align-items: start; }
.lp-page h4 span { font-size: 22px; line-height: 26px; }
.lp-page .form-title { font-weight: 800; font-size: 29px; color: #233166; line-height: 45px; }
.lp-page h4 { font-size: 20px; line-height: 32px; color: #233066; }
.lp-page a {font-size:16px;line-height:20px;letter-spacing:0.48px;}
/* Landing Page CSS */


.footer {
  background-color: rgba(14, 14, 14, 1.0);
  border-color: rgba(14, 14, 14, 1.0);
  color: rgba(119, 119, 119, 1.0);
}
footer.lp.simple{
  border: unset;
  margin: unset;
}
footer.lp.simple.blue{
  background: #233166;
}
footer.lp.simple .gradient{
  height: 35px;
  background: linear-gradient(90deg, rgba(243,222,100,1) 10%, rgba(111,198,172,1) 90%);
}
footer.lp.simple .content-wrapper{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer.footer h4,
footer.footer a,
footer.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.contact-details ul li p,
.footer-column-4 p{
  color: rgba(119, 119, 119, 1.0);
}

.bttmmenu .hs-menu-wrapper>ul>li>a{
  color: rgba(149, 149, 149, 1.0);
}
.bttmmenu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(149, 149, 149, 1.0);
}


.footer-copyright{
  background-color: rgba(6, 6, 6, 1.0);
  border-color: rgba(6, 6, 6, 1.0);
}
.footer-copyright p{
  color: rgba(85, 85, 85, 1.0);
}
.footer-copyright nav#sub-menu .hs-menu-wrapper>ul>li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-copyright nav#sub-menu .hs-menu-wrapper>ul>li a:hover{
  color: rgba(255, 255, 255, 1.0);
}





/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

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

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: rgba(119, 119, 119, 1.0);
}

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

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

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

.blog-pagination__link {
  color: rgba(119, 119, 119, 1.0);
}

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

.blog-post__title {
  color: rgba(77, 77, 77, 1.0);
  font-family:'Oswald', sans-serif;
  font-size: 40px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}
.systems-page .form-container label {
  font-family: ;
  font-weight: ;
  color: ;
}
.blog-post__tags {
  font-family: ;
  font-weight: ;
  color: ;
}
#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            */

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: ;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: ;
}

.blog-index__post-content--small h2 {
  font-size: 22px;
}

.blog-index__post-content a {
  color: rgba(119, 119, 119, 1.0);
}

.blog-post__read-more svg {
  fill: rgba(119, 119, 119, 1.0);
}

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

.blog-sidebar a {
  color: rgba(119, 119, 119, 1.0);
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.post__img img {
  max-height: px;
}

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

.blog-post__meta a {
  color: rgba(119, 119, 119, 1.0);
}

.blog-post__meta a:hover {
  color: ;
}

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

.blog-post__back-to-blog {
  color: rgba(119, 119, 119, 1.0);
}

.blog-post__back-to-blog svg {
  fill: rgba(119, 119, 119, 1.0);
}

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

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










.card__price {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: rgba(77, 77, 77, 1.0);
  font-weight: 
}





.body-container--landing-page,
.body-container--landing-page h1,
.body-container--landing-page h2,
.body-container--landing-page h3,
.body-container--landing-page h4,
.body-container--landing-page h5,
.body-container--landing-page h6,
.body-container--landing-page li,
.body-container--landing-page ul,
.body-container--landing-page ol,
.body-container--landing-page label,
.body-container--landing-page p,
.body-container--landing-page a,
.body-container--landing-page form .hs-button,
.body-container--landing-page form input[type=submit]{
  font-family: 'Outfit';
}
.body-container--landing-page form .hs-button,
.body-container--landing-page form input[type=submit]{
    background-color: #233166;
    border-color: #233166;
}
.body-container--landing-page h1{
  font: normal normal 600 calc(1.5vw + 1rem)/67px 'Outfit';
}