







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */














/* menu dropdown */



/* 1h. Website footer */








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

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

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





html {
  font-size: 16px;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Nunito Sans', sans-serif; font-style: normal;
  color: #0092ff;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: 'Nunito Sans', sans-serif; font-style: normal;
  color: #006ad7;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: 'Nunito Sans', sans-serif; font-style: normal;
  color: #28baff;
}

/* Headings */

h1,
.h1 {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 40px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 500; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 500; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 25px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #0e0d3f;
}





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

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

  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; 
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  background-color: 

  
  
    
  


  rgba(18, 71, 233, 1.0)

;
  background-image: linear-gradient(to right, ,  );  
} 

a.button:hover {
  background-color: 

  
  
    
  


  rgba(14, 13, 60, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 30px;
;
}

/* Form title */

.form-title {
  border: 1px none #0e0d3f;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Work Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 25px;
  color: #000000;
  background-color: 

  
  
    
  


  rgba(14, 13, 63, 1.0)

;
}

/* dashboard cards */
.my-dashboard-cards .span3{
  background: #fff;
  border-radius: 24px;
  padding: 25px 30px 50px;
  border-top:solid 70px 

  
  
    
  


  rgba(18, 71, 233, 1.0)


}


/* Labels */

form label {
  color: #231f20;
}

/* Help text */

form legend {
  color: #666666;
}

/* 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 #e4e8ed;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #1247e9;
;
  padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
;
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(34, 70, 224, 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(14, 13, 60, 1.0)

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(58, 111, 255, 1.0);
  border-color: #3a6fff;
}





/* Table */

table {
  border: 1px solid #dddddd;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */
td a {
  color: #231f20;
  padding: 8px;

}
td,
th {
  border: 1px solid #dddddd;

  padding: 8px;

  color: #231f20;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

;
  color: #231f20;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #231f20;
}





.header,
.menu--mobile {  
  background-color: 

  
  
    
  


  rgba(34, 70, 224, 1.0)

 ; 
  background-image: linear-gradient(to right, 

  
  
    
  


  rgba(#null, 1)

, 

  
  
    
  


  rgba(#null, 1)

 );
  linear-gradient(to right, 

  
  
    
  


  rgba(#null, 1)

, 

  
  
    
  


  rgba(#null, 1)

 ) !important; 
  
} 


/* Output the value of nav_font_size for debugging */
body::before {
  content: ";
}
.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.menu--mobile ul li > a {
  color: #ffffff;
  font-family: Nunito Sans;
  font-size: ;
}

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

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.menu--mobile ul li:hover a
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  
  color: #FAFAFA
}

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

.menu .menu__link--active-link,
.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  
  color: #FAFAFA
}

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

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

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #1247e9;

    background-color: 

  
  
    
  


  rgba(34, 70, 224, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #1247e9;

    background-color: 

  
  
    
  


  rgba(34, 70, 224, 1.0)

;
  }
}

.menu__submenu .menu__link, 
.menu__submenu .menu__link:focus {
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(34, 70, 224, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #1247e9;
}

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

  
  
    
  


  rgba(34, 70, 224, 1.0)

;
}

.header__language-switcher .lang_list_class li:hover {
  
}
.menu__submenu .menu__link:hover,
.menu__submenu .menu__item:hover a {
  
}

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

  
  
    
  


  rgba(34, 70, 224, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(34, 70, 224, 1.0)

;
  }

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

.menu .profileiconBTn .profile_icon {
  fill: #ffffff ;
}





.footer {
  background-color: 

  
  
    
  


  rgba(14, 13, 60, 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: #ffffff;
}





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

/* Blog post */

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

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

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

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

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

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

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

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

/* Blog comments */

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

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

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

#comments-listing .comment-reply-to:active {
  color: #28baff;
}





.hs-search-results__title {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}





/* Dashboard Column Same Height */
.page-editor .dnd-section[data-hs-tree-id="dnd_area-row_16874260948592"] > .row-fluid .widget-span{ 
  height:100%
}

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-weight: 500; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 25px;
}

.card__body svg {
  fill: #1247e9;
}

/* Social follow */

.social-links__icon {
  background-color: #1247e9;
}

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

.social-links__icon:active {
  background-color: #3a6fff;
  font-weight: 500; text-decoration: none; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 25px;
}


/*****header menu***********/
@media(max-width:767px) {
  .my-dashboard-cards .span3{
    margin:10px 0;
  }
  .header__container .row-fluid  {
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    padding: 20px;
    position: relative;

  }
  .header__container .header__language-switcher.open,
  .header__container .header__navigation.open,
  .header__container .header__search.open {
    align-items: flex-start;
    background-color: #fff;
    border-bottom: 1px solid #e4e6e8;
    display: flex;
    flex-direction: column; 
    left: 0;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    min-height:0
  }

  .header__container .header__close--toggle,
  .header__container .header__language-switcher--toggle,
  .header__container .header__navigation--toggle,
  .header__container .header__search--toggle {
    cursor: pointer;
    margin: 0 0; 
    position: relative;
  }
  .moduleMenu {
    align-self: center;
    display: flex;
  }
}





/* Dashboard hero */
.hs-content-id-148045168657 .dnd_area-row-0-background-image {
  background-color: #0E0D3F !important;
}

/* Dashboard  cards */
@media (max-width: 991px) {
  .hs-content-id-148045168657 .dnd_area-row-2-vertical-alignment > .row-fluid .span3 {
    width: 49% !important;
  }
  .hs-content-id-148045168657 .dnd_area-row-2-vertical-alignment > .row-fluid .span3:nth-child(3),
  .hs-content-id-148045168657 .dnd_area-row-2-vertical-alignment > .row-fluid .span3:nth-child(4) {
    margin-top: 30px;
  }
  .hs-content-id-148045168657 .dnd_area-row-2-vertical-alignment > .row-fluid {
    flex-wrap: wrap;
  }
  .hs-content-id-148045168657 .dnd_area-row-3-padding {
    padding-top: 0px !important;
  }
}

/* ---------------------------hero image------------------------ */

#main-content .dnd_area-row-0-background-image {
  min-height: 300px;
}

/* -------------------end hero image----------------- */

.dnd_area-row-0-background-image {
  background-color: #0e0d3f;
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}

#hs-login-self-registration-link p {
  color: white;
}

form {
  border-radius: 10px;
}

#dealsFilter {
  border-radius: 10px !important;
}

#dealsSearch {
  border-radius: 10px !important;
}

#hs_cos_wrapper_widget_1701330914331 #dealsSearch {
  height: 47px;
}

.hs-content-id-1 .pg-form-width form {
  min-width: 350px;
}

form input[type=submit], form .hs-button {
  font-size: 14px;
}

/* -----------------------fix issues with page short on content ----------------------------- */
/* ---Petra this was just my fix other better ways I usually use wouldn't work.  */
/* system (dark blue) pages */
.hs-content-id-1 .pg-hght-fix,
.hs-content-id-0 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0e0d3f;
}

.hs-content-id-0 .pg-hght-fix {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0e0d3f;
}

/* -----regular pages------ */

.hs-content-id-149075714113 #main-content {
  min-height: 100vh;
  background-color: rgba(237, 240, 245, 1)
}

.hs-content-id-147373352556 #main-content {
  min-height: 100vh;
}

.hs-content-id-156814468492 #main-content,
.hs-content-id-155653222294 #main-content,
.hs-content-id-156812905268 #main-content,
.hs-content-id-149555429134 #main-content,
.hs-content-id-147362908784 #main-content,
.hs-content-id-158518858783 #main-content,
.hs-content-id-147364479144 #main-content,
.hs-content-id-161507399999 #main-content {
  min-height: 100vh;
  background-color: rgba(237, 240, 245, 1)
}

/* ----------------------end fix--------------------- */

/* apply same border to all cards */
.cards {
  background-color: rgba(255, 255, 255, 1.0) !important;
  border: 2px solid #dddddd;
  border-radius: 10px !important;
}

.cell_17022819018803-background-color,
.cell_1702283157864-background-color,
.cell_1702283177156-background-color,
.cell_1710773306319-background-color {
  background-color: rgba(255, 255, 255, 1.0) !important;
  border: 2px solid #dddddd;
  border-radius: 10px !important;
}

/* ---------------------end border------------------- */
.hs-content-id-1 footer,
.hs-content-id-0 .footer {
  display: none;
}

.cell_17022819018803-padding {
  border-radius: 10px;
}

.hs-content-id-149075714113 #hs_cos_wrapper_module_1702283161349,
.hs-content-id-149075714113 #hs_cos_wrapper_module_1702283177157,
.hs-content-id-149075714113 #hs_cos_wrapper_widget_1702282258446,
.hs-content-id-149075714113 #hs_cos_wrapper_module_17107733063194 {
  border-radius: 10px 10px 0 0 !important;
}

.cell_1702283177156-padding,
.cell_1702283157864-padding {
  border-radius: 10px;
}

/* ---------------------------inventory and pricing pages-------------------- */

.hide-sheet {
  display: none !important;
}

#hs_cos_wrapper_widget_1710250061639 .hs-button,
#hs_cos_wrapper_module_171224535843511 .hs-button,
#hs_cos_wrapper_module_17122471723173 .hs-button,
#hs_cos_wrapper_module_17122479507393 .hs-button {
  border-radius: 10px;
  margin-bottom: 10px;
}

.cell_1710192726287-row-1-vertical-alignment {
  padding-bottom: 30px;
}


/* -------------------------end---------------------------- */

#hs_cos_wrapper_widget_1710256599540 ul {
  display: block;
  list-style-type: disc;
}

#hs_cos_wrapper_widget_1701330914331 form {
  padding-left: 0px;
}

#tableContactdeals {
  box-shadow: none !important; 
}

.hs-content-id-0 .hs-membership-global-message {
  color: white;
}


@media (max-width: 767px) {
  .hs-content-id-148045168657 .dnd_area-row-2-vertical-alignment > .row-fluid .span3 {
    width: 100% !important;
  }
  .hs-content-id-148045168657 .dnd_area-row-2-vertical-alignment > .row-fluid .span3:nth-child(2) {
    margin-top: 30px;
  }
  .hs-content-id-149075714113 .row-number-4 .row-fluid {
    gap: 20px;
  }

}

@media (min-width: 768px) {
  #hs_cos_wrapper_widget_1710256599540 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 550px) {
  #filterForm {
    background-color: #0e0d3f !important;
  }
  #filterForm .input {
    padding-left: 25px;
  }

  #hs_cos_wrapper_dnd_area-module-2 .button {
    margin-bottom: 20px;
  }
}