







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

.dnd-section > .row-fluid {
  max-width: 1320px;
}
.container {
  width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  float: none;
  clear: both;
}




html {
  font-size: 16px;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0D0A15;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 25px;
  font-weight: 400;
}

/* Anchors */

a {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0d0a15;
  display: inline-block;
}

a:hover,
a:focus {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

a:active {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #35323d;
}

/* Headings */

h1,
.h1 {
  font-weight: 400; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 40px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 24px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 22px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #333;
}
img {
 display: block; 
}
h1, h2, h3, h4, h5 {
 line-height: normal; 
}




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

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

  font-family: 'Vastago Grotesk';
  background-color: 

  
  
    
  


  rgba(13, 10, 21, 1.0)

;
 font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 100px;
    padding: 12px 20px;
    line-height: 24px;
}

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;
      position: relative;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Vastago Grotesk';
  background-color: rgba(53, 50, 61, 1.0);
  border-color: #35323d;
}


.primaryBtn:before {
    position: absolute;
    transition: .3s;
    content: "";
    width: 0;
    bottom: -5px;
    background: rgba(231, 231, 232, .5);
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: 9;
}
.primaryBtn:hover::before  {
    width: 106%;
    left: -3%;
}

.primaryBtn span {
    z-index: 999;
   position: relative;
}
.primaryBtn, .secondaryLight, .secondaryDark {
   border-radius: 50px !important;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none !important;
    font-weight: 600 !important;
    position: relative;
    gap: 0 10px;
    transition: all .2s ease;
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    font-family: Plus Jakarta Sans;
      overflow: hidden;
}
.primaryBtn, .primaryBtn:active {
   padding: 12px 35px !important;
    background: transparent;
    border: 2px solid #004BA6 !important;
   color: #004BA6 !important;
}
 .secondaryLight {
    background: transparent;
    color: #fff  !important;
    border-radius: 0px !important;
}
.secondaryDark {
  background: transparent;
    color: #004BA6 !important;
  border-radius: 0px !important;
}
/* .primaryBtn:hover {
    color: #0D0A15 !important;
    border-color: #0D0A15 !important;
} */
.secondaryLight:hover {
    color: #0D0A15 !important;
}
.secondaryDark:hover {
    color: #0D0A15 !important;
}
.primaryBtn img, .secondaryLight img, .secondaryDark img {
    max-width: 24px;
    /* /* width: 100%; */
    /* height: 16px; */ */
    object-fit: contain;
    align-self: center;
}
.secondaryLight:hover img, .secondaryDark:hover img {
  filter: brightness(0) saturate(100%);
}
.primaryBtn span, .secondaryBtn span, .secondaryBtn img, .primaryBtn img  {
    z-index: 999;
   position: relative;
}
.mod-top-curve {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
          top: -140px;
}
.mod-top-curve>svg {
    width: 100%;
}
.bg_blissful_blue_extra_light {
  background-color: #D0E8FF;
}
.bg_blissful_blue_light {
  background-color: #97C7FF;
}
.bg_blissful_blue {
  background-color: #006DFF;
}
.bg_blissful_blue_dark {
  background-color: #004BA6;
}
.bg_blissful_blue_extra_dark {
  background-color: #102661;
}
.bg_peaceful_purple_extra_light {
  background-color: #D7D7FF;
}
.bg_peaceful_purple_light {
  background-color: #B9B9FF;
}
.bg_peaceful_purple {
  background-color: #7957FF;
}
.bg_peaceful_purple_dark {
  background-color: #4800B7;
}
.bg_peaceful_purple_extra_dark {
  background-color: #371B69;
}
.bg_majestic_magenta_extra_light {
  background-color: #FFDEF8;
}
.bg_majestic_magenta_light {
  background-color: #FFAFED;
}
.bg_majestic_magenta {
  background-color: #BC299B;
}
.bg_majestic_magenta_dark {
  background-color: #8A036D;
}
.bg_majestic_magenta_extra_dark {
  background-color: #51003F;
}
.bg_renewing_red_extra_light {
  background-color: #FFD1D3;
}
.bg_renewing_red_light {
  background-color: #FF91B5;
}
.bg_renewing_red {
  background-color: #E6004A;
}
.bg_renewing_red_dark {
  background-color: #B6003C;
}
.bg_renewing_red_extra_dark {
  background-color: #5C001F;
}
.bg_white {
  background-color: #fff;
}
.bg_soft_black {
  background-color: #0D0A15;
}
.bg_cool_galaxy_gray_extra_light {
  background-color: #F2F2F2;
}
.bg_cool_galaxy_gray_light {
  background-color: #CFCED0;
}
.bg_cool_galaxy_gray {
  background-color: #9E9DA1;
}
.bg_cool_galaxy_gray_dark {
  background-color: #6E6C73;
}
.bg_cool_galaxy_gray_extra_dark {
  background-color: #3D3B44;
}
.bg_warm_neutral_galaxy_extra_light {
  background-color: #f4f3ee;
}
.bg_warm_neutral_gray_light {
  background-color: #e8e7e0;
}
.bg_warm_galaxy_gray {
  background-color: #d3d2cb;
}
.bg_warm_galaxy_gray_dark {
  background-color: #85837a;
}
.bg_warm_galaxy_gray_extra_dark {
  background-color: #53514a;
}
.clr_blissful_blue_extra_light {
  color: #D0E8FF;
}
.clr_blissful_blue_light {
  color: #97C7FF;
}
.clr_blissful_blue {
  color: #006DFF;
}
.clr_blissful_blue_dark {
  color: #004BA6;
}
.clr_blissful_blue_extra_dark {
  color: #102661;
}
.clr_peaceful_purple_extra_light {
  color: #D7D7FF;
}
.clr_peaceful_purple_light {
  color: #B9B9FF;
}
.clr_peaceful_purple {
  color: #7957FF;
}
.clr_peaceful_purple_dark {
  color: #4800B7;
}
.clr_peaceful_purple_extra_dark {
  color: #371B69;
}
.clr_majestic_magenta_extra_light {
  color: #FFDEF8;
}
.clr_majestic_magenta_light {
  color: #FFAFED;
}
.clr_majestic_magenta {
  color: #BC299B;
}
.clr_majestic_magenta_dark {
  color: #8A036D;
}
.clr_majestic_magenta_extra_dark {
  color: #51003F;
}
.clr_renewing_red_extra_light {
  color: #FFD1D3;
}
.clr_renewing_red_light {
  color: #FF91B5;
}
.clr_renewing_red {
  color: #E6004A;
}
.clr_renewing_red_dark {
  color: #B6003C;
}
.clr_renewing_red_extra_dark {
  color: #5C001F;
}
.clr_white {
  color: #fff;
}
.clr_soft_black {
  color: #0D0A15;
}
.clr_cool_galaxy_gray_extra_light {
  color: #F2F2F2;
}
.clr_cool_galaxy_gray_light {
  color: #CFCED0;
}
.clr_cool_galaxy_gray {
  color: #9E9DA1;
}
.clr_cool_galaxy_gray_dark {
  color: #6E6C73;
}
.clr_cool_galaxy_gray_extra_dark {
  color: #3D3B44;
}
.clr_warm_neutral_galaxy_extra_light {
  color: #f4f3ee;
}
.clr_warm_neutral_gray_light {
  color: #e8e7e0;
}
.clr_warm_galaxy_gray {
  color: #d3d2cb;
}
.clr_warm_galaxy_gray_dark {
  color: #85837a;
}
.clr_warm_galaxy_gray_extra_dark {
  color: #53514a;
}
.crv_blissful_blue_extra_light {
  fill: #D0E8FF;
}
.crv_blissful_blue_light {
  fill: #97C7FF;
}
.crv_blissful_blue {
  fill: #006DFF;
}
.crv_blissful_blue_dark {
  fill: #004BA6;
}
.crv_blissful_blue_extra_dark {
  fill: #102661;
}
.crv_peaceful_purple_extra_light {
  fill: #D7D7FF;
}
.crv_peaceful_purple_light {
  fill: #B9B9FF;
}
.crv_peaceful_purple {
  fill: #7957FF;
}
.crv_peaceful_purple_dark {
  fill: #4800B7;
}
.crv_peaceful_purple_extra_dark {
  fill: #371B69;
}
.crv_majestic_magenta_extra_light {
  fill: #FFDEF8;
}
.crv_majestic_magenta_light {
  fill: #FFAFED;
}
.crv_majestic_magenta {
  fill: #BC299B;
}
.crv_majestic_magenta_dark {
  fill: #8A036D;
}
.crv_majestic_magenta_extra_dark {
  fill: #51003F;
}
.crv_renewing_red_extra_light {
  fill: #FFD1D3;
}
.crv_renewing_red_light {
  fill: #FF91B5;
}
.crv_renewing_red {
  fill: #E6004A;
}
.crv_renewing_red_dark {
  fill: #B6003C;
}
.crv_renewing_red_extra_dark {
  fill: #5C001F;
}
.crv_white {
  fill: #fff;
}
.crv_soft_black {
  fill: #0D0A15;
}
.crv_cool_galaxy_gray_extra_light {
  fill: #F2F2F2;
}
.crv_cool_galaxy_gray_light {
  fill: #CFCED0;
}
.crv_cool_galaxy_gray {
  fill: #9E9DA1;
}
.crv_cool_galaxy_gray_dark {
  fill: #6E6C73;
}
.crv_cool_galaxy_gray_extra_dark {
  fill: #3D3B44;
}
.crv_warm_neutral_galaxy_extra_light {
  fill: #f4f3ee;
}
.crv_warm_neutral_gray_light {
  fill: #e8e7e0;
}
.crv_warm_galaxy_gray {
  fill: #d3d2cb;
}
.crv_warm_galaxy_gray_dark {
  fill: #85837a;
}
.crv_warm_galaxy_gray_extra_dark {
  fill: #53514a;
}





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

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #333333;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 600; 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: #0D0A15;
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}


/* Labels */

form label {
  color: #0D0A15;
}

/* Help text */

form legend {
  color: #0D0A15;
}

/* 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: #0D0A15;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #0D0A15;
}

::-moz-placeholder {
  color: #0D0A15;
}

:-ms-input-placeholder {
  color: #0D0A15;
}

::placeholder {
  color: #0D0A15;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0D0A15;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #0D0A15;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: 'Vastago Grotesk';
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(13, 10, 21, 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(53, 50, 61, 1.0);
  border-color: #35323d;
}





/* Table */

table {
  border: 1px solid #0D0A15;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #0D0A15;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(13, 10, 21, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0D0A15;
}





.header {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0D0A15;
  font-family: Plus Jakarta Sans;
}

.menu__child-toggle-icon {
  border-top-color: #0D0A15;
}

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

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

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

.menu__child-toggle-icon:active {
  border-top-color: #35323d;
}

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #0D0A15;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #0D0A15;
}

.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(51, 51, 51, 1.0)

;
}

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

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a, a,a:focus,a:hover {
  font-family: Plus Jakarta Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #0D0A15;
}
 svg.top-bg-curv-svg {
      width: 100%;
      position: absolute;
  }







@media(min-width: 1700px) {
 svg.top-bg-curv-svg {
    top:-130px;
}
}
@media(max-width: 1700px) {
  svg.top-bg-curv-svg {
      top: -100px;
      width: 100%;
      position: absolute;
  }
}
@media(max-width: 767px) {
   svg.top-bg-curv-svg {
    top:-110px;
}
/*   h1 {
    font-size: 42px;
     line-height: 59px;
  }
  h3 {
      font-size: 28px;
      line-height: normal;
  }
  h2 {
      font-size: 40px;
  }
  h4 {
      font-size: 22px;
  }
  h5 {
      font-size: 18px;
  } */
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #0D0A15;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(51, 51, 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: #0D0A15;
}





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

/* Blog post */

.blog-post__meta a {
  color: #0D0A15;
}

.blog-post__tag-link {
  color: #0D0A15;
}

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

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

/* 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: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

#comments-listing .comment-reply-to:active {
  color: #35323d;
}





.hs-search-results__title {
  font-weight: 400; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
}





/* 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: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #0D0A15;
}

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

.hs-blog-post-listing__post-title-link:active {
  color: #35323d;
}


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

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #0D0A15;
}

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #35323d;
}

.hs-pagination__link-icon svg {
  fill: #0D0A15;
}

/* Pricing card */

.card__price {
  font-weight: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 22px;
}

.card__body svg {
  fill: #0D0A15;
}

/* Social follow */

.social-links__icon {
  background-color: #0D0A15;
}

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

.social-links__icon:active {
  background-color: #35323d;
  font-weight: 600; font-family: 'Vastago Grotesk'; text-decoration: none;
  color: #0D0A15;
  font-size: 22px;
}