







/* 1a. Containers */




/* 1b. Colors */








:root {
  --primary_color: #1B1533;
  --secondary_color: #F4F4F4;
  --tertiary_color: #F36F21;
  --quaternary_color: #770FFF;
  --quinary_color: #ffffff;
  --senary_color: #cbdf1e;
}

/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 20px;
}

body {
  font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1B1533;
  font-size: 20px;
}

/* Paragraphs */

p {
  font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  text-decoration: none;
  color: #0d6efd;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0046d5;
}

a:active {
  text-decoration: none;
  color: #3596ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 64px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 52px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 400; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 16px;
  text-transform: none;
}
@media(max-width:1320px){
  h1,
  .h1 {
    font-size: 52px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }
 
}
@media(max-width:1024px){
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }
 
}
@media(max-width:767px){ 
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

/* Blockquote */

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





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px none #770fff;

  padding-top: 8px;
padding-right: 30px;
padding-bottom: 8px;
padding-left: 30px;

  font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(119, 15, 255, 1.0)

;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 20px;
  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 none #770fff;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(119, 15, 255, 1.0)

;
  border-radius: 30px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(159, 55, 255, 1.0);
  border-color: #9f37ff;
}





form,
.submitted-message {
  font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none ;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #F4F4F4;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'IBM Plex Sans Condensed'; font-style: normal; font-weight: 700; 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: 32px;
  color: #1B1533;
  background-color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
}


/* Labels */

form label {
  color: #1B1533;
}

/* Help text */

form legend {
  color: #1B1533;
}

/* 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: 1px solid #cbd6e2;

  background-color: 

  
  
    
  


  rgba(245, 248, 250, 1.0)

;
  color: #33475b;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1B1533;
}

::-moz-placeholder {
  color: #1B1533;
}

:-ms-input-placeholder {
  color: #1B1533;
}

::placeholder {
  color: #1B1533;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1B1533;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #F36F21;
 !important;
  padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
;
  font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #FFFFFF !important;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

 !important;
  border-radius: 30px;
  text-transform: none;
}

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

  
  
    
  


  rgba(119, 15, 255, 1.0)

 !important;
  color: #ffffff !important;
  border: 1px none #F36F21;
 !important;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(159, 55, 255, 1.0);
  border-color: #9f37ff;
}





/* Table */

table {
  border: 0px solid #1B1533;

  background-color: 

  
  
    
  


  rgba(228, 227, 227, 1.0)

;
}

/* Table cells */

td,
th {
  border: 0px solid #1B1533;

  padding-top: 8px;
padding-right: 18px;
padding-bottom: 8px;
padding-left: 8px;

  color: #1B1533;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(27, 21, 51, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1B1533;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1B1533;
  font-family: IBM Plex Sans Condensed;
}

.menu__child-toggle-icon {
  border-top-color: #1B1533;
}

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

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

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

.menu__child-toggle-icon:active {
  border-top-color: #433d5b;
}

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #1B1533;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #1B1533;
}

.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(248, 249, 250, 1.0)

;
}

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

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: IBM Plex Sans Condensed;
}

.header__language-switcher-label-current:after {
  border-top-color: #1B1533;
}

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

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1B1533;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(27, 21, 51, 1.0)

;
}

/* 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: #F4F4F4;
}





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

/* Blog post */

.blog-post__meta a {
  color: #1B1533;
}

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

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

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

/* 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: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #0d6efd;
}

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

#comments-listing .comment-reply-to:active {
  color: #3596ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
}





/* 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-weight: 700; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #1B1533;
}

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

.hs-blog-post-listing__post-title-link:active {
  color: #433d5b;
}


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

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #1B1533;
}

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #433d5b;
}

.hs-pagination__link-icon svg {
  fill: #1B1533;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 32px;
}

.card__body svg {
  fill: #1B1533;
}

/* Social follow */

.social-links__icon {
  background-color: #1B1533;
}

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

.social-links__icon:active {
  background-color: #433d5b;
  font-weight: 700; text-decoration: none; font-family: 'IBM Plex Sans Condensed', sans-serif; font-style: normal;
  color: #1B1533;
  font-size: 32px;
}