







/* 1a. Containers */

/*  Container Width */



/*  Section Horizontal Spacing */




/*  Section Vertical Spacing */





/* 1b. Colors */







/* 1c. Typography */





/* Mini Title */











/* Body Text */











/* Heading One */












/* Heading Two */













/* Heading Three */













/* Heading Four */












/* Heading Five */













/* Heading Six */












/* Links */




/* 1d. Corners */




/* 1e. Buttons */







/* Filled Button  */

/* Light  */














/* Dark  */














/* Outlined Button  */

/* Light  */














/* Dark  */













/* 1f. Forms */







































/* 1g. Tables */













/* 1h. Site header */
























/* 1i. Site footer */





























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

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

/* Drag and drop layout styles */

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

@media only screen and (min-width: 992px) {
    .dnd-section {
        padding: 80px 20px;
    }
}






body {
    background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #646669;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
}
/* Anchors */

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

a:hover,
a:focus,
a:active {
    color: #2F56D5;
}

/* Headings */

.ac-title-content__subtitle {
    font-family: Outfit, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #2f56d5;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 24px;
}

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

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

h3 {
    font-family: Outfit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #030303;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 38px;
    text-transform: none;
}

h4 {
    font-family: Outfit, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #030303;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
}

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

h6,
.blog-related-posts__title a {
    font-weight: 700; text-decoration: none; font-family: Outfit, sans-serif; font-style: normal;
    color: #0e1133;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

/* Typography Tablet View  */

@media only screen and (min-width: 768px) {
    body, html,p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.1px;
    }

    h1 {
        font-size: 56px;
        line-height: 64px;
        letter-spacing: 0.5px;
    }

    h2 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0.5px;
    }

    h3 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 0.5px;
    }

    h4 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0.5px;
    }

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

    h6,
    .blog-related-posts__title a {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
    }

    .ac-title-content__subtitle {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0.1px;
    }
}

/* Typography Laptop View  */

@media only screen and (min-width: 992px) {

    body, html,p {
        font-size: 16px;
        letter-spacing: 0.1px;
        line-height: 26px;
    }

    h1 {
        font-size: 64px;
        letter-spacing: 0.5px;
        line-height: 70px;
    }

    h2 {
        font-size: 48px;
        letter-spacing: 0.5px;
        line-height: 56px;
    }

    h3 {
        font-size: 38px;
        letter-spacing: 0.5px;
        line-height: 44px;
    }

    h4 {
        font-size: 24px;
        letter-spacing: 0.5px;
        line-height: 40px;
    }

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

    h6,
    .blog-related-posts__title a {
        font-size: 20px;
        letter-spacing: 0.5px;
        line-height: 28px;
    }

    .ac-title-content__subtitle {
        font-size: 32px;
        letter-spacing: 0.1px;
        line-height: 24px;
    }
}





/* Button   */

.ac-button {
    padding-top: 14px;
padding-right: 30px;
padding-bottom: 14px;
padding-left: 30px;

    border-radius: 30px;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
}

/* Button Filled  */

.ac-button--filled {
    border: 1px solid #ffffff;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #ffffff;
    color: #2F56D5;
}

.ac-button--filled:hover {
    border: 1px solid #ffffff;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #ffffff;
    color: #2F56D5;
}

.ac-button--filled:active {
    border: 1px solid #ffffff;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #ffffff;
    color: #2F56D5;
}

.ac-button--filled:focus {
    border: 1px solid #ffffff;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #ffffff;
    color: #2F56D5;
    outline-color: #646669;
}

/* Filled Dark Button */

.ac-button--filled-dark {
    border: 1px solid #2F56D5;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #2F56D5;
    color: #ffffff;
}

.ac-button--filled-dark:hover {
    border: 1px solid #1239ff;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #1239ff;
    color: #ffffff;
}

.ac-button--filled-dark:active {
    border: 1px solid #2F56D5;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #2F56D5;
    color: #ffffff;
}

.ac-button--filled-dark:focus {
    border: 1px solid #2F56D5;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #2F56D5;
    color: #ffffff;
    outline-color: #646669;
}

/* Button Outlined  */
.ac-button--outlined {
    border: 2px solid #ffffff;

    font-family: Outfit, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #ffffff;
}

.ac-button--outlined:hover {
    border: 2px solid #ffffff;

    ;
    background: #ffffff;
    color: #2F56D5;
}

.ac-button--outlined:active {
    border: 2px solid #ffffff;

    ;
    background: #ffffff;
    color: #2F56D5;
}

.ac-button--outlined:focus {
    
    ;
    background: #ffffff;
    color: #2F56D5;
    outline-color: #646669;
}

.ac-button--outlined-dark {
    border: 1px solid #2F56D5;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #2F56D5;
}

.ac-button--outlined-dark:hover {
    border: 1px solid #2F56D5;

    ;
    background: rgba(47, 86, 213, 4%);
    color: #2F56D5;
}

.ac-button--outlined-dark:active {
    border: 1px solid #2F56D5;

    ;
    background: rgba(47, 86, 213, 16%);
    color: #2F56D5;
}

.ac-button--outlined-dark:focus {
    border: 1px solid #2F56D5;

    ;
    background: rgba(47, 86, 213, 16%);
    color: #2F56D5;
    outline-color: #646669;
}





/* Form */

form {
    border: 1px none #EDEEF3;

    padding: 20px;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-radius: 8px;
}

.submitted-message {
    padding: 20px;
;
}

.ac-form .ac-form--form {
    border-radius: 8px;
}

.form-title + div > form,
.ac-form--form > span > .form-title + div > form {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.form-title + div > form,
.ac-form--form > span > .form-title + div > form {
    border-radius: 0 0 8px 8px;
}

/* Form title */

.form-title {
    padding: 20px;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #030303;
    font-size: 38px;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-transform: none;
    margin-bottom: 0;
}

/* Labels */

form label {
    padding: 0px;

    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #646669;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
    text-transform: none;
}

/* Help text */

form legend {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #646669;
    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 solid #EDEEF3;

    padding: 10px;

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

  
  
    
  


  rgba(3, 3, 3, 1.0)

;
    border-radius: 8px;
    color: #030303;
    font-size: 16px;
}

form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form select:focus,
form textarea:focus {
    border-color: #2F56D5;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
    color: #646669;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(47, 86, 213, 1.0)

;
    color: #ffffff;
}

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

form .is-selected .pika-button {
    background-color: #ffffff;
    color: #2F56D5;
}

form .pika-button:hover {
    background-color: #2F56D5 !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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #646669;
}

/* GDPR */

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

/* Submit button */

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

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    padding-top: 14px;
padding-right: 30px;
padding-bottom: 14px;
padding-left: 30px;

    border-radius: 30px;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    background: #2F56D5;
    color: #ffffff;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
    border: 1px solid #1239ff;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #1239ff;
    color: #ffffff;
}

body form input[type=submit]:active,
body form .hs-button:active{
    border: 1px solid #2F56D5;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #2F56D5;
    color: #ffffff;
}

body form input[type=submit]:focus,
body form .hs-button:focus {
    border: 1px solid #2F56D5;

    font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #2F56D5;
    color: #ffffff;
    outline-color: #646669;
}

.hs-form__alerts__list-item--error,
.hs-error-msgs .hs-main-font-element,
.hs-error-msg{
    padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #DC3545;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
    text-transform: none;
}

.error,
.hs-input.invalid.error {
    border: 1px solid #DC3545 ;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
    background: #2F56D5;
}

.hs-form .hs-input[type="radio"]:checked {
    border-color: #2F56D5;
}

.hs-form .hs-input[type=checkbox]:checked {
    border: 1px solid #2F56D5;
}

/* Passowrd Reset Input Field */
.membership-reset-password__form form .hs-form-field:first-of-type {
    margin-bottom: 0;
}





/* Table */

table {
    border: 1px solid #D7D9E3;

}

/* Table cells */

td {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

    padding: 10px;
;
    color: #2F56D5;
}

/* Table header */

thead th,
thead td {
    background-color: 

  
  
    
  


  rgba(47, 86, 213, 1.0)

;
    color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #2F56D5;
}





/* Header container */

.ac-header-wrap,
.ac-menu-toggler-wrap.toggle--open,
.ac-header__menu-wrap,
.ac-header {
    background: rgba(255, 255, 255,1.0);
}

.ac-header__top {
    background: #2F56D5;
}

.ac-header__bottom {
    background: #2F56D5;
}

/* Menu items */
.ac-header-wrap .menu__link,
.ac-lang-switcher__label--current,
.lang_switcher_link {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

/* Menu items - top level */

.ac-header-wrap .menu__item--depth-1 > .menu__link:not(.ac-button),
.ac-header-wrap .menu__link,
.ac-lang-switcher__label--current,
.lang_switcher_link {
    color: #646669;
}

.ac-header-wrap .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #646669;
    border-right-color: #646669;
}

.ac-header-wrap .menu__item--depth-1:hover >.menu__child-toggle .menu__child-toggle-icon,
.ac-header-wrap .menu__item--depth-1:focus >.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #030303;
    border-right-color: #030303;
}

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

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

/* Menu items - submenus */

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.ac-header-wrap .hs-menu-item a {
    color: #646669;
}

.ac-header-wrap .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #646669;
    border-right-color:  #646669;
}

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #646669;
    border-right-color: #646669;
}

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
    border-bottom-color: #030303;
    border-right-color: #030303;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus,
.ac-header-wrap .hs-menu-item a:hover,
.ac-header-wrap .hs-menu-item a:focus,
.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #030303;
}

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
    color: #030303;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Language switcher */

.ac-header-wrap .header__language-switcher-label-current {
    ;
    color: ;
    font-size: px;
    line-height: px;
    text-transform: ;
}

.ac-header-wrap .ac-lang-switcher:hover .header__language-switcher-label-current,
.ac-header-wrap .ac-lang-switcher:focus .header__language-switcher-label-current {
    ;
    color: ;
}

/* Language switcher - submenu */

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

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

.ac-header-wrap .ac-lang-switcher .lang_list_class a:hover,
.ac-header-wrap .ac-lang-switcher .lang_list_class a:focus {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #030303;
}

.ac-header-wrap .ac-lang-switcher .lang_list_class a:active {
    background-color: #FFFFFF;
    color: #030303;
}

@media only screen and (min-width: 768px) {
    .ac-header-wrap .menu .menu__wrapper .menu__submenu {
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }

    .header__menu-submenu .header__menu-item:hover,
    .header__menu-submenu .header__menu-item:focus,
    .ac-header-wrap .hs-menu-item a:hover,
    .ac-header-wrap .hs-menu-item a:focus,
    .ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
    .ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }

    .ac-header-wrap .menu__link {
        font-size: 16px;
        line-height: 24px;
    }

    .ac-header-wrap .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
        border-bottom-color: #646669;
        border-right-color:  #646669;
    }

    .ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
        border-bottom-color: #646669;
        border-right-color: #646669;
    }

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

    .ac-header-wrap .header__language-switcher-label-current {
        font-size: ;
        line-height: px;
    }

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

    .ac-header-wrap .menu__item--depth-1:after, .ac-header-wrap .menu__item--depth-1:before {
        background-color: #2F56D5;
    }
}





/* Footer Background  */


}

/* Footer menu */






.ac-button--outlined.blog-post__tag-link,
.ac-blog__banner-topic {
    color: #2F56D5;
}

.ac-button--outlined.blog-post__tag-link {
    border-color: #2F56D5;
}

.ac-circle {
    background-color: #2F56D5 !important;
}

.ac-blog__action-tag .ac-button svg path {
    stroke: #2F56D5;
}

.blog-post__social-sharing .social-links__icon svg path {
    fill: #2F56D5;
}

.ac-blog-layout__columns--count:hover .ac-blog-list__img-tag-link,
body .ac-blog__listing:hover .ac-blog-list__img-tag-link {
    background-color: #2F56D5;
}

.blog-post {
    max-width: 960px;
}

.blog-post__body,
.blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
}

@media only screen and (min-width: 768px) { 
    .blog-post__body,
    .blog-post__body p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
    }

}

@media only screen and (min-width: 992px) {
    .blog-post__body,
    .blog-post__body p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
    }
}





.search-results-wrap .hs-search-results__listing li a {
    color: #030303;
}

.search-results-wrap .hs-search-results__listing li a:hover {
    color: #2F56D5;
}

.search-results-wrap .hs-search-results__pagination a {
    font-family: Outfit, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #2F56D5;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
}

.backup-unsubscribe input[type=email] {
    border: 1px solid #EDEEF3;

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

  
  
    
  


  rgba(3, 3, 3, 1.0)

;
    border-radius: 8px;
    color: #030303;
    font-size: 16px !important;
}





.ac-team .ac-team__card-col-img img,
.ac-blog-list__featured-image img,
.ac-portfolio-grid__item-img img,
.ac-video-popup__image--overlay,
.blog-related-posts__post img,
.ac-blog-list__img-tag-link,
.ac-listing-grid__image img,
.ac-video-popup-wrapper img,
.ac-gallery-grid__item img,
.ac-blog-grid__img img,
.ac-portfolio__link a,
.ac-banner__image img,
.ac-image img {
    border-radius: 8px;
}

.ac-team .ac-team__card-col .ac-team__card-col-content,
.search-results-wrap .hs-search-results__listing li,
.ac-partner--slider .ac-partner__item,
.ac-blog-layout__columns--count,
.ac-listing-card--items-info,
.ac-blog-list__img-tag-link,
.ac-listing-grid__content,
.blog-related-posts__post,
.ac-sidebar__widget--one,
.ac-listing--items-info,
.ac-team__card-col-wrap,
.ac-blog-grid__column,
.ac-listing__tag,
.ac-icon-box__col,
.ac-notice__card,
.ac-cta-section,
.ac-pricing-card,
.ac-subscribe,
.ac-git {
    border-radius: 8px;
}
.ac-scroll-to-top__wrap{
    left:20px !important
}



div#hs-eu-cookie-confirmation-inner {
    flex-direction: row !important;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    padding: 1em !important;
    align-items: center;
    justify-content: space-between;
}
#hs-banner-parent #hs-eu-cookie-confirmation {
    max-width: calc(100% - 0px) !important;
    max-height: calc(100% - 0px) !important;
    bottom: 0 !important;
}
div#hs-eu-policy-wording p {
    font-size: 13px !important;
}
@media(max-width:1150px){
    .body-container-wrapper {margin-top: 58px !important;}
}
@media (max-width:767px){
    div#hs-eu-cookie-confirmation-inner {
        flex-direction: row !important;
    }
}









/* Modules css */

/* 3-column-cards */

.threeColumnCards .fourColumnWrapper{display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr}
.threeColumnCards .fourColumnCard{flex:1 1 20%;box-shadow:0 4px 30px 0 #0000000F;border-radius:10px;padding:20px}
.threeColumnCards .fourColumnCard{position:relative;z-index:1;overflow:hidden;transition:all .3s ease-in-out}
.threeColumnCards .fourColumnCard:before{content:'';position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(90deg,#2f56d5 0,#29c3d2 100%);z-index:-1;opacity:0;transition:all .3s ease-in-out}
.threeColumnCards .fourColumnCard:hover:before{opacity:1}
.threeColumnCards .iconWithHover{visibility:hidden;opacity:0;display:none;transition:all .3s ease-in-out}
.threeColumnCards .fourColumnCard:hover .iconWithHover{display:block;opacity:1;visibility:visible}
.threeColumnCards .cardHeadings .icon-svg{line-height:0}
.threeColumnCards .fourColumnCard:hover .iconWithoutHover{opacity:0;visibility:hidden;display:none;transition:all .3s ease-in-out}
.threeColumnCards .fourColumnCard:hover .cardHeadings *{color:#fff}
.threeColumnCards .fourColumnCard:hover .cardHeadings a svg path{stroke:#ffffff}
.threeColumnCards .cardHeadings p{line-height:150%;text-transform:capitalize;margin:0}
.threeColumnCards .cardHeadings{margin-top:20px}
.threeColumnCardsNew .fourColumnCardModule_New .card_wrapper img.w-100{width:100%;border-radius:8px;}

/* end 3-column-cards */

/* accordion */

.accordionSecWeb .ac-accordion__title{align-items:flex-start;cursor:pointer;display:flex;flex-wrap:wrap;margin:0}
.accordionSecWeb .ac-accordion__title h6{flex:0 0 calc(100% - 30px);max-width:calc(100% - 30px)}
.accordionSecWeb .ac-accordion__title h6{margin:0}
.accordionSecWeb .ac-accordion__content{display:none;margin-top:20px;width:100%!important}
.accordionSecWeb .ac-accordion__content p:last-child{margin:0}
.accordionSecWeb .ac-accordion__icon{margin-top:4px;transition:.3s linear all}
.accordionSecWeb .ac-accordion__icon svg{width:25px;height:25px;vertical-align:middle}
.accordionSecWeb .ac-accordion__title.active .ac-accordion__icon{transition:.3s linear all}
.accordionSecWeb .ac-accordion__icon--close{display:none}
.accordionSecWeb .ac-accordion__title.active .ac-accordion__icon--close{display:block}
.accordionSecWeb .ac-accordion__title.active .ac-accordion__icon--open{display:none}

/* end_accordion */

/* banner-list */

.listBlockBanner.bannerList .wrapper{display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:30px}
.listBlockBanner.bannerList .wrapper{padding:40px}
.listBlockBanner .bannerContentForm h3{display:none}
.listBlockBanner .bannerContent h4{font-size:32px!important;font-weight:600;line-height:1.2}
.listBlockBanner .bannerContentForm form{padding:0;background:0 0}
.listBlockBanner.bannerList{border-radius:24px}
.listBlockBanner .bannerRightColumnBox{background:rgb(47 86 213 / 30%);padding:20px;border-radius:20px}
.listBlockBanner .bannerRightColumnBox img{border-radius:16px}
.listBlockBanner .bannerContent h4,.listBlockBanner .bannerContent ul li{color:#fff}
.listBlockBanner .bannerContent ul li{position:relative}
.listBlockBanner .bannerContent ul li:before{content:'';position:absolute;left:-30px;background:url(https://44164851.fs1.hubspotusercontent-na1.net/hubfs/44164851/whiteArrow.svg);width:16px;height:16px}
.listBlockBanner .bannerContent ul li:not(:last-child){margin:0 0 13px}
.listBlockBanner .bannerContentForm form input,.listBlockBanner .bannerContentForm form select{background:rgb(255 255 255 / 13%);border-color:rgb(255 255 255 / 16%);border-radius:30px;padding:16px 30px;color:#fff}
.listBlockBanner .bannerContentForm form input::placeholder{color:rgb(255 255 255 / 40%)}
.listBlockBanner .bannerContentForm .hs_submit.hs-submit input.hs-button.primary.large{background:#fff;color:#2f5cd5}
.listBlockBanner .bannerContentForm .hs_submit.hs-submit input.hs-button.primary.large:hover{background:0 0;border-color:#fff;color:#fff}
.listBlockBanner .bannerRightColumnBox img{width:100%}

/* end-banner-list */

@media (max-width:991px){
    .threeColumnCards .fourColumnWrapper{grid-template-columns:1fr 1fr}
}
@media (max-width:767px){
    .threeColumnCardsNew .fourColumnCardModule_New .card_wrapper{margin-bottom:35px;}
    .threeColumnCardsNew .fourColumnCardModule_New .card_wrapper .img_wrapper{margin-bottom:15px}
    .listBlockBanner.bannerList .wrapper {grid-template-columns: 1fr;}
    .listBlockBanner.bannerList .wrapper {padding: 40px 20px;}
}
@media (max-width:600px){
    .threeColumnCards .fourColumnWrapper{grid-template-columns:1fr}
}
/* End Modules css */