







/* 1a. Containers */









/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 80px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 80px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 900px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #474747;
  font-size: 16px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #B50EC4;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #415239;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */

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

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

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

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

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

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

/* Blockquotes */

blockquote {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #474747;
  color: #474747;
  font-size: 24px;
}

blockquote > footer {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #a2acac;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 0px solid #97c93d;

  padding: 16px;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(54, 55, 56, 0.9)

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

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 0px none #FFD74E;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(54, 55, 56, 1.0)

;
  color: #FFFFFF;
  fill: #FFFFFF;
}

button:active,
.button:active,
.hs-button:active {
  border: 0px none #FFD74E;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(134, 135, 136, 100);
  border-color: #e7ff8d;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Secondary button */

.button.button--secondary {
  border: 0px solid rgba(54, 55, 56, 90%);

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

  
  
    
  


  rgba(54, 55, 56, 0.9)

;
  border-radius: 5px;
  color: #363738;
  fill: #363738;
  text-transform: capitalize;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 0px solid rgba(54, 55, 56, 90%);

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

  
  
    
  


  rgba(54, 55, 56, 0.9)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(134, 135, 136, 90);
  border: 0px solid rgba(54, 55, 56, 90%);

  border-color: #868788;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #B50EC4;
  fill: #B50EC4;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: normal; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* Button sizing */

.button.button--small {
  padding-top: 22px;
padding-right: 24px;
padding-bottom: 22px;
padding-left: 24px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px solid #2cb2d1;

  padding-top: 0px;
padding-right: 40px;
padding-bottom: 40px;
padding-left: 40px;

  background-color: 

  
  
    
  


  rgba(44, 178, 209, 1.0)

;
  border-radius: 30px;
}

/* Form title */

.form-title {
  border: 1px none #2cb2d1;

  padding-top: 20px;
padding-right: 30px;
padding-bottom: 3px;
padding-left: 30px;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(44, 178, 209, 1.0)

;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #FFFFFF;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Oswald, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Help text */

form legend {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #a2acac;

  padding: 14px;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 3px;
  color: #474747;
  font-size: 16px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #a2acac;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 14px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(181, 14, 196, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #474747;
}

form .is-selected .pika-button {
  background-color: #474747;
  color: #474747;
}

form .pika-button:hover {
  background-color: #B50EC4 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
}

form .hs-richtext a {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
  font-size: 14px;
}

/* Submit button */



form input[type='submit'],
form .hs-button {
  border: 0px solid #97c93d;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(54, 55, 56, 0.9)

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

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0px none #FFD74E;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(54, 55, 56, 1.0)

;
  color: #FFFFFF;
}

form input[type='submit']:active,
form .hs-button:active {
  border: 0px none #FFD74E;

  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(134, 135, 136, 100);
  border-color: #e7ff8d;
  color: #FFFFFF;
}





form input[type='submit'],
form .hs-button {
  padding: 16px;

  font-size: 22px;
}



/* Inline thank you message */

.submitted-message {
  border: 1px solid #2cb2d1;

  padding-top: 0px;
padding-right: 40px;
padding-bottom: 40px;
padding-left: 40px;

  background-color: 

  
  
    
  


  rgba(44, 178, 209, 1.0)

;
  border-radius: 30px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(44, 178, 209, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #2CB2D1;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #a2acac;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #a2acac;

  padding: 10px;

  color: #474747;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(181, 14, 196, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(71, 71, 71, 1.0)

;
  color: #474747;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #474747;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(71, 71, 71, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #474747;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #a2acac;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #474747;
  font-size: 40px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}




/* Menu items */

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

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #a2acac;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #474747;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #474747;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #a2acac;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #474747;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #474747;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #474747;
}

.footer hr {
  border-bottom-color: #474747 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'Work Sans', sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

.card--dark {
  border: 1px solid #474747;

  background-color: 

  
  
    
  


  rgba(71, 71, 71, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #a2acac;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #474747;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #474747;
}





/* Error templates */

.error-page:before {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 14px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #474747;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #474747;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: 'Work Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #979797;
}

.blog-listing__post-tag {
  color: #474747;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #979797;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #474747;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #979797;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(0, 98, 129, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(124, 255, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #B50EC4;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #ff5eff;
}

.pagination__link--active {
  border-color: #a2acac
}

/* Pricing card */

.pricing-card__heading {
  background-color: #B50EC4;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(0, 98, 129, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(124, 255, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #474747;
  color: #474747;
}


#cta_button_3835740_bf1008a1-a4f0-4459-8452-ea654bcd377c{
  margin-left:335px;
  margin-bottom: 9px;
}
@media (max-width: 768px) {

  #cta_button_3835740_bf1008a1-a4f0-4459-8452-ea654bcd377c{
    margin-left: 43px;
    margin-bottom: 9px;     
  }

  #hs_cos_wrapper_widget_1673375986854_{
    max-width: 100% !importent;
    height: auto !importent;
  }

  img.hs-image-widget {
    max-width: 100% ;
    height: auto ;
  }



  .dnd-section {
    padding: 40px 25px !important;
  }

  #lp-pom-text-173 h1{
    /*       padding-top: 30px; */
    font-size: 46px !important;
    font-weight: bold !important;
    line-height: 1.25 !important;
    /*     text-align: center !important; */
  } 

  /* .form-title{
  padding:0px !important;
} */

  #hs_cos_wrapper_module_1674227171816_{
    display: none !important;
  } 

  #hs_cos_wrapper_module_1673100287864 {
    padding-left: 25px !important;
    padding-right: 25px !important; 
  }

  #hs_cos_wrapper_widget_1673096804360_ span {font-size: 16px !important}

  .lp-element.lp-pom-text.nlh ul{margin-left: 8px !important; padding-left: 0px !important;}
  img.hs-image-widget { position: relative; top: 7px !important; }

}








/* Responsive mobile */


/* Mobile image hide in full screen*/
@media (min-width: 900px) { 
  .dnd_area-row-2-background-color{
    display: none !important;
  }
/*   .dnd_area-row-3-padding{
    display: none !important; } */


}



/* full-screen image hide in mobile screen */
@media (max-width: 899px) { 
  .dnd_area-row-1-background-image{
    display: none;
  }

  @media (max-width: 765px) { 
    .dnd_area-row-4-padding .dnd_area-row-4-vertical-alignment { 
      padding-top: 5px !important;
    }
  }

}

/* End of Responaive mobile */
.submitted-message {
  border-radius: 0px !important;
}
.widget-type-logo img {
  height: auto;
  margin-bottom: 0px;
  max-width: 100%;
}
/*     Extra Custom CSS start   */
input.hs-button.primary.large{font-family: Work Sans, sans-serif !important;}
div.row-number-15.dnd_area-row-5-padding {
  display: none !important;
}
.cell_1677778811848-row-0-vertical-alignment > .row-fluid{
  justify-content: center;
}
.span6.widget-span.widget-type-cell.cell_1677862561850-vertical-alignment.dnd-column {
  margin-left: 0;
}
@media (max-width: 767px) {
  div.span7.widget-span.widget-type-cell.cell_1677675824884-vertical-alignment.dnd-column{
    display: none !important;
  }  
/*   div.dnd_area-row-4-padding{
    display: none !important;
  }   */
  div.dnd_area-row-5-padding{
    display: none !important;
  } 
  div.row-number-15.dnd_area-row-5-padding {
    display: block !important;
  }
}

/* @media(max-width: 999px){
  div.dnd_area-row-3-padding{
    display: none !important;
  } 
}
 */
@media (min-width: 768px) {
  div.span7.widget-span.widget-type-cell.cell_1677675824884-vertical-alignment.dnd-column{
    display: visible !important;
  }
}
@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1677675810558{
    padding-right: 45px !important;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text div span strong{

    font-weight: 500!important;
    font-style: normal!important;
    font-size: 28px!important;
  }  
  div#lp-pom-text-301 p{
    font-weight: 500!important;
    font-style: normal!important;
    font-size: 16px!important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-9.dnd_area-row-1-padding.dnd_area-row-1-background-color.dnd-section {  
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }


  div.row-fluid-wrapper.row-depth-1.row-number-23.dnd_area-row-6-padding.dnd-section.dnd_area-row-6-background-color{
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    margin-bottom: 45px;
  }

  div#lp-pom-text-124 p span{
    font-size: 17px !important;
    font-family: Muli!important;
  }
  div#lp-pom-text-125 h3 span{
    font-size:22px !important;
  }
  div#hs_cos_wrapper_widget_1677677310705{
    padding-top: 20px !important;
  }

  div#lp-pom-text-250 p span{
    font-weight: 500 !important;
    font-family: 'Work Sans' !important;
    font-size: 19px !important;
    color: #474747 !important;
  }

  span#hs_cos_wrapper_widget_1677680425909_ img.hs-image-widget {
    max-width: 87%!important;
    height: auto!important;
    width: auto!important;
    position: relative!important;
    left: 17px!important;
    padding-bottom: 8px!important;
  }
  span#hs_cos_wrapper_widget_1677678203382_.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text p span {
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important; 
  }

  /*    pop up css    */
  a#trigger_popup_fricc_2.trigger_popup_fricc_2{
    display: none !important;
  }
  /* pop up css end */

  /*   div.span6.widget-span.widget-type-cell.cell_1677862559262-vertical-alignment.dnd-column {
  position: absolute;
  left: 250px !important;
}
  div.span6.widget-span.widget-type-cell.cell_1677862561850-vertical-alignment.dnd-column{
  right: 95px;
  position: relative;
  top: 3px;
} */

  div.cell_1677862559262-row-0-padding > .row-fluid ,
  div.cell_1677862561850-row-0-vertical-alignment.dnd-row > .row-fluid{
    display: block;
    /*     gap: 10%;
    justify-content: center;
    align-items: flex-start; */
  }
  div.cell_1677862559262-row-0-padding .row-fluid .span6:not(:last-child) ,
  div.cell_1677862561850-row-0-vertical-alignment.dnd-row .row-fluid .span6:not(:last-child){

    margin-bottom: 30px !important;
  }
  div.cell_1677862559262-row-0-padding .row-fluid .span6 img.hs-image-widget ,
  div.cell_1677862561850-row-0-vertical-alignment.dnd-row .row-fluid .span6 img.hs-image-widget{
    position: unset;
    display: block;
  }
  div.row-fluid-wrapper.row-depth-1.row-number-25.dnd-section.dnd_area-row-7-max-width-section-centering.dnd_area-row-7-padding{
    padding-top: 8px !important;
  }
}

/*    pop up css    */
a#trigger_popup_fricc_2.trigger_popup_fricc_2{
  display: none !important;
}
/* pop up css end */