







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */











/* Heading Two */








/* Heading Three */








/* Heading Four */








/* Heading Five */








/* Heading Six */













/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */


 


 
















/* 1h. Website footer */



























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

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

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





/* Paragraphs */

html,
body,
p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #312f6c;
  font-size: 16px;
  line-height: 32px;
}

body {
  background-color: #FFFFFF;
}
/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

/* ----------- Headings ----------- */

h1 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #312f6c;
  font-size: px;
  letter-spacing: 0.5px;
  line-height: 48px;
  text-transform: ;
}

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

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

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

h5 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #626eb1;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: none;
}

h6 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #312f6c;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
  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: 48px;
  }

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

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

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

}

/* Blockquote */

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





button,
.button {
  border: 1px solid #312F6C;

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

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

  
  
    
  


  rgba(49, 47, 108, 1.0)

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(9, 7, 68, 1.0);
  border-color: #090744;
}

button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(89, 87, 148, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #f4f4f7;
}

/* Labels */

form label {
  color: #312f6c;
}

/* Help text */

form legend {
  color: #312f6c;
}

/* 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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #312f6c;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #312f6c;
}

::-moz-placeholder {
  color: #312f6c;
}

:-ms-input-placeholder {
  color: #312f6c;
}

::placeholder {
  color: #312f6c;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #312f6c;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #312F6C;

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

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

  
  
    
  


  rgba(49, 47, 108, 1.0)

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

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(9, 7, 68, 1.0);
  border-color: #090744;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(89, 87, 148, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #312f6c;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #312f6c;

  padding: 18px;

  border-color: ;
  color: #312f6c;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(49, 47, 108, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #312f6c;
}





.header,
.mwb-header {
  background-color: rgba(255, 255, 255,100%);
}

.header__top {
  background: ;
}

/* Menu items */
.header .header__language-switcher-label-current,
.header .menu__link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.header .header__language-switcher-label-current,
.header .menu__item--depth-1 > .menu__link:not(.mwb-btn),
.header .menu__link {
  color: #312f6c;
}

.mwb-lang-switcher .lang_list_class li:not(:last-child),
.menu__submenu .menu__item:not(:last-child) {
  border-bottom: 1px solid #d1d6dc;
}

.header__language-switcher-label-current svg path {
  stroke: #312f6c;
}

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

.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: #000000;
  border-right-color: #000000;
}

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

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

/* Menu items - submenus */

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

.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 #312f6c;
  border-right:  1px solid #312f6c;
}

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

.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: #000000;
  border-right-color: #000000;
}

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

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

/* Language switcher */
.header .mwb-lang-switcher:hover .header__language-switcher-label-current,
.header .mwb-lang-switcher:focus .header__language-switcher-label-current {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

/* Language switcher - submenu */

.header .mwb-lang-switcher .lang_list_class {
  background-color: #FFFFFF;
}

.header .mwb-lang-switcher .lang_list_class a:not(.mwb-button) {
  color:#312f6c;
  font-size: 14px;
  line-height: 22px;
}

.header .mwb-lang-switcher .lang_list_class a:hover,
.header .mwb-lang-switcher .lang_list_class a:focus {
  background-color: {color=#d7d9e3, opacity=100, rgba=rgba(215, 217, 227, 1), rgb=rgb(215, 217, 227), hex=#d7d9e3, css=#d7d9e3};
  color: #000000;
}

.header .mwb-lang-switcher .lang_list_class a:active {
  background-color: #FFFFFF;
  color: #000000;
}

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

@media only screen and (min-width: 768px) {
  .header .header__language-switcher-label-current,
  .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: #312f6c;
    border-right-color:  #312f6c;
  }

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

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

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

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





/* Footer Background  */

.mwb-footer {
  background: rgba(0, 0, 0,1.0);
}

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


/* Footer text */

.mwb-footer p,
.mwb-footer li:not(.menu__item),
.mwb-footer blockquote,
.mwb-footer a:not(.menu__link),
.mwb-footer span,
.mwb-footer div {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

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

.mwb-footer nav a:hover,
.mwb-footer nav a:focus,
.mwb-footer .menu__link:hover,
.mwb-footer .menu__link:focus {
  color: #FFFFFF;
}

.mwb-footer nav a:active,
.mwb-footer .menu__link:active {
  color: #FFFFFF;
}

.mwb-footer nav .active > a,
.mwb-footer .menu__link .active > a {
  color: #FFFFFF;
}

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

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

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





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

/* Blog post */

.blog-post__meta a {
  color: #312f6c;
}

.blog-post__tag-link {
  color: #312f6c;
}

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

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

/* 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: Poppins, sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #0270E0;
}

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

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #312f6c;
}





/* 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: Poppins, sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #312f6c;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #312f6c;
}

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

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

.pagination__link-icon svg {
  fill: #312f6c;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #312f6c;
  font-size: 40;
}

.card__body svg {
  fill: #312F6C;
}

/* Social follow */

.social-links__icon {
  background-color: #312F6C;
}

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

.social-links__icon:active {
  background-color: #595794;
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #312f6c;
  font-size: 40;
}