







/* 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 */

/* banner-section */

.bannerSection.banner-block{z-index:1;position:relative}
.bannerSection .button-text{font-size:14px;margin-left:15px;margin-top:10px;text-align:right}
.bannerSection .social-icons img{width:44px;height:44px!important;object-fit:contain;display:block}
.bannerSection .social-icons ul{list-style:none;padding:0;display:flex;align-items:center;gap:10px;margin-bottom:0}
.bannerSection .banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}
.bannerSection .row{display:flex;align-items:center;flex-wrap:wrap;margin:0 -15px;gap:30px 0}
.bannerSection .width-50{max-width:50%;flex:0 0 50%;padding:0 15px}
.bannerSection .subheading-with-background span{display:block;display:inline-block;border-radius:4px;margin-bottom:11px;padding:9px 15px}
.bannerSection .social-icons p{margin-top:40px;margin-bottom:16px;display:block;font-weight:600;color:#030303CC}
.bannerSection .banner-des{margin:21px 0 0 0}
.bannerSection .banner-des :where(p,span,small,div):last-child,.bannerSection .banner-des :where(p,span,small,div):last-child span{margin:0}
.bannerSection .banner-btn{margin:40px 0 0 0}
.bannerSection .banner-text{max-width:521px}
.bannerSection .banner-sec-img{position:relative;z-index:1}
.bannerSection .banner-sec-img img:not(.dot-img img){max-width:100%;margin:0 auto}
.bannerSection .dot-img{width:90px;height:90px;z-index:-1;position:absolute;top:-30px;right:-30px}
.bannerSection .dot-img img{width:100%;height:100%;display:block}
.form-title{display:none}
.bannerSection form input[type=email],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form select,form textarea{background:#fff;border:0;border-radius:30px;padding:12px 20px}
.bannerSection .form-wrap{max-width:530px;margin-top:22px}
.bannerSection .hs-form-field{margin-bottom:0}
.bannerSection .form-wrap form{padding:0;margin:0;background:0 0;display:flex;align-items:center;justify-content:space-between}
.bannerSection .form-wrap form label{display:contents}
.bannerSection .form-wrap .actions{padding-left:15px}
.bannerSection .form-wrap .hs_email{position:relative;width:65%}
.bannerSection .hs-button.primary{border:0;background:linear-gradient(90deg,#2f56d5,#29c3d2);border-radius:30px;color:#fff;font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:19px;padding:14px 30px;text-transform:capitalize}
.bannerSection .hs_email{position:relative}
.bannerSection .no-list.hs-error-msgs.inputs-list{position:absolute;left:0}
.bannerSection .banner-btn{display:flex;align-items:center;gap:14px}
.bannerSection.banner-block .desktop_view{display:block}
.bannerSection.banner-block .mobile_view{display:none}

/* end-banner-section */

/* banner-section-v2 */

.bannerSectionV2 .banner-des{max-width:540px;margin:auto;margin-top:30px}
.bannerSectionV2 .banner-des :where(p,span,small,div){margin:0}
.bannerSectionV2 .banner-btn{margin:30px 0 0 0}
.bannerSectionV2 .banner-btn{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}
.bannerSectionV2 .banner-des *{color:#fff;opacity:80%}
.bannerSectionV2.banner-block{border-radius:20px;z-index:1;position:relative}
.bannerSectionV2.banner-block .row{gap:30px 0;align-items:center}
.bannerSectionV2 .banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}
.bannerSectionV2 .banner-text{max-width:770px;margin:auto;text-align:center}

/* end-banner-section-v2 */

/* banner-section-v3 */

.bannerSectionV3 .dot-img{width:90px;height:90px;z-index:-1;position:absolute;top:-30px;right:-30px}
.bannerSectionV3 .dot-img img{width:100%;height:100%;display:block}
.bannerSectionV3 .form-title{display:none}
.bannerSectionV3 form input[type=text],form input[type=email],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form select,form textarea{background:#fff;border:0;border-radius:30px;padding:12px 20px}
.bannerSectionV3 .form-wrap{max-width:530px;margin-top:22px}
.bannerSectionV3 .hs-form-field{margin-bottom:0}
.bannerSectionV3 .form-wrap form{padding:0;margin:0;background:0 0;display:flex;align-items:center;justify-content:space-between}
.bannerSectionV3 .form-wrap form label{display:contents}
.bannerSectionV3 .form-wrap .actions{padding-left:15px}
.bannerSectionV3 .form-wrap .hs_email{position:relative;width:65%}
.bannerSectionV3 .hs-button.primary{border:0;background:linear-gradient(90deg,#2f56d5,#29c3d2);border-radius:30px;color:#fff;font-family:Inter,sans-serif;font-style:normal;font-weight:500;line-height:19px;padding:14px 30px;text-transform:capitalize}
.bannerSectionV3 .hs_email{position:relative}
.bannerSectionV3 .no-list.hs-error-msgs.inputs-list{position:absolute;left:0}
.bannerSectionV3 .banner-btn{display:flex;align-items:center;justify-content:center;gap:14px}
.bannerSectionV3.banner-block .desktop_view{display:block}
.bannerSectionV3.banner-block .mobile_view{display:none}
.bannerSectionV3 .banner-sec-img img:not(.dot-img img){max-width:100%;margin:0 auto}
.bannerSectionV3 .banner-des{margin:21px 0 0 0}
.bannerSectionV3 .banner-des :where(p,span,small,div):last-child,.bannerSectionV3 .banner-des :where(p,span,small,div):last-child span{margin:0}
.bannerSectionV3 .banner-btn{margin:40px 0 0 0}
.bannerSectionV3 .banner-text{max-width:521px;text-align:center;margin:0 auto 92px}
.bannerSectionV3 .social-icons p{margin-top:40px;margin-bottom:16px;display:block;font-weight:600;color:#030303CC;text-align:center}
.bannerSectionV3 .subheading-with-background span{display:block;display:inline-block;border-radius:4px;margin-bottom:11px;padding:9px 15px}
.bannerSectionV3 .row{display:flex;align-items:center;flex-wrap:wrap;margin:0 -15px;gap:30px 0}
.bannerSectionV3 .width-100{max-width:100%;flex:0 0 100%;padding:0 15px}
.bannerSectionV3 .banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}
.bannerSectionV3 .button-text{font-size:14px;margin-left:15px;margin-top:10px;text-align:right}
.bannerSectionV3 .social-icons img{width:44px;height:44px!important;object-fit:contain;display:block}
.bannerSectionV3 .social-icons ul{list-style:none;padding:0;display:flex;align-items:center;gap:10px;margin-bottom:0;justify-content:center}
.bannerSectionV3.banner-block{z-index:1;position:relative}
.bannerSectionV3 .banner-sec-img{position:relative;z-index:1}

/* banner-section-v3 */

/* compare-plan-sec */

.camparePlansSec .social-icons img{width:20px;height:20px;display:block}
.camparePlansSec .top-header-flex{display:flex;flex-wrap:wrap;margin:0 -4px}
.camparePlansSec .max-width-25{padding:0 4px;height:auto;display:flex}
.camparePlansSec .toggle{font-family:Outfit}
.camparePlansSec .inner-box-first{font-size:19px;font-family:Outfit;font-weight:600;color:#030303;min-height:96px}
.camparePlansSec .top-border-box{position:relative}
.camparePlansSec .top-border-box{border:1px solid #2f56d5;padding:10px;border-radius:10px}
.camparePlansSec .social-icons-row svg{display:none;width:20px;height:20px}
.camparePlansSec .top-header-plan h3{font-size:25px}
.camparePlansSec .flex-grid-row-items .card-rept-border:first-child .card-box-items{border-radius:0 0 10px 10px}
.camparePlansSec .normal-text{font-size:17px;font-weight:600;color:#030303;font-family:Outfit}
.camparePlansSec .inner-box-first{min-height:96px;padding:19px;padding-left:0}
.camparePlansSec .top-border-box{text-align:center}
.camparePlansSec .faqs-sec ul{list-style:none;padding:0}
.camparePlansSec .toggle.closed::after{color:#fff}
.camparePlansSec .inner{display:none}
.camparePlansSec .accordion-list{background:#e9f4fa;border-radius:10px;padding:20px}
.camparePlansSec .toggle{position:relative;width:100%;font-size:20px;display:block;font-weight:600;color:#030303}
.camparePlansSec .flex-grid-row-items.top-header-flex:last-child .max-width-25 .card-box-items{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-bottom:1px solid #2f56d5!important}
.camparePlansSec .flex-grid-row-items.top-header-flex:first-child .max-width-25 .card-box-items{border-top-left-radius:10px;border-top-right-radius:10px}
.camparePlansSec h4.price-text{margin:0}
.camparePlansSec .accordion-conten-row{margin-top:30px}
.camparePlansSec .accordion{margin-top:15px}
.camparePlansSec .accordion-list{margin-bottom:15px}
.camparePlansSec .social-icons svg{width:20px;height:20px;display:block;fill:#2F56D5}
.camparePlansSec .social-icons ul{display:flex;margin:0;gap:5px;justify-content:space-between;width:100%}
.camparePlansSec .popular-most-tag{position:absolute;top:-30px;background:#e8b83f;width:100.7%;left:-1px;padding:4px 4px;border-radius:10px 10px 0 0;color:#fff;font-weight:500;font-size:16px}
.camparePlansSec .social-icons{padding:16px 70px;border:1px solid #2f56d5;border-radius:10px}
.camparePlansSec .accordion-conten-row{margin-top:30px}
.camparePlansSec .toggle{cursor:pointer}
.camparePlansSec .toggle::after{position:absolute;content:'';background-image:url(https://44164851.fs1.hubspotusercontent-na1.net/hubfs/44164851/angle-up.svg);width:30px;height:30px;background-position:center;background-repeat:no-repeat;background-size:30px;right:0;top:0;bottom:0;margin:auto}
.camparePlansSec .toggle.active::after{background-image:url(https://44164851.fs1.hubspotusercontent-na1.net/hubfs/44164851/agnle-down-1.svg)}
.camparePlansSec .icon_image img{width:20px;display:block;height:20px}
.camparePlansSec .card-box-items{min-height:96px;width:100%;padding:10px;border:1px solid #2f56d5;border-bottom:0;text-align:center;background:#fff;display:flex;align-items:center;justify-content:center}
.camparePlansSec .top-border-box{width:100%}
.camparePlansSec .inner-box-first{display:flex;align-items:center}
.camparePlansSec .channels-heading-text.inner-box-first{display:block!important}
.camparePlansSec span.price-duraction{font-size:17px}
.camparePlansSec .social-icons{margin-top:8px;background:#fff}
.camparePlansSec .top-row-header-sticky{position:sticky;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);top:73px;z-index:1;padding:0 20px;padding-top:30px}

/* end-compare-plan-sec */

/* cta-strip-sec */

.ctaStripBlock .bannerRightImg{line-height:0}
.ctaStripBlock .boxSpacing.box-wrapper{display:flex}
.ctaStripBlock .banner-text{width:calc(100% - 290px)}
.ctaStripBlock .bannerRightImg{width:270px;margin:0;margin-left:auto;margin-right:auto;padding-top:20px}
.ctaStripBlock .banner-des{max-width:540px;margin:auto;margin-top:30px}
.ctaStripBlock .banner-des :where(p,span,small,div){margin:0}
.ctaStripBlock .banner-btn{margin:30px 0 0 0}
.ctaStripBlock .boxCenter .banner-btn{justify-content:center}
.ctaStripBlock .boxCenter .banner-btn{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}
.ctaStripBlock .banner-des *{color:#fff;opacity:80%}
.ctaStripBlock.banner-block{border-radius:20px}
.ctaStripBlock.banner-block .row{gap:30px 0;align-items:center}
.ctaStripBlock .banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}
.ctaStripBlock .boxCenter .banner-text{max-width:770px;margin:auto;text-align:center}
.ctaStripBlock .boxLeft .banner-text{text-align:left;margin:0;padding-left:40px;max-width:810px}
.ctaStripBlock .boxLeft .banner-btn{justify-content:flex-start}
.ctaStripBlock.banner-block{z-index:1;position:relative}

/* end-strip-sec */

/* difference-block */

.differencesSectionBlock.differences_block .column_box .logo_img{padding:0 30px 15px;border-bottom:1px dashed #fff}
.differencesSectionBlock.differences_block .column_box .logo_img img{max-height:32px;height:100%}
.differencesSectionBlock.differences_block .column_box.odd .logo_img{border-bottom:1px dashed #63666933}
.differencesSectionBlock.differences_block .column_box ul.points{list-style:none;padding:0 40px;margin:0}
.differencesSectionBlock.differences_block .column_box ul.points li{position:relative;padding-left:28px}
.differences_block .column_box ul.points li span.icon{position:absolute;top:3px;left:0}
.differencesSectionBlock.differences_block .column_box ul.points .icon svg{margin-right:10px}
.differencesSectionBlock.differences_block .column_box p.title{margin-bottom:0}
.differencesSectionBlock.differences_block .column_box p.desc{margin-top:0}
.differencesSectionBlock.differences_block .column_box.even{border-radius:20px;padding:30px 0;background:linear-gradient(180deg,#1a3fa2 0,#69d2df 100%)}
.differencesSectionBlock.differences_block .column_box.even p{color:#fff}
.differencesSectionBlock.differences_block .column_box.odd{border-radius:20px;padding:30px 0;background-color:#f5f5f5}
.differencesSectionBlock.differences_block .column_box.even svg{fill:#fff}

/* difference-block */

/* difference-table-block */

.differencesTableBlock.differences_block_table .column_box .logo_img{padding:15px 30px;border-bottom:1px dashed #63666991}
.differencesTableBlock.differences_block_table .column_box .logo_img img{max-height:35px;height:100%}
.differencesTableBlock.differences_block_table .column_box.last_column .logo_img{border-left:2px solid #3146cb;border-top:2px solid #3146cb;border-right:2px solid #3146cb;border-radius:20px;border-bottom-right-radius:0;border-bottom-left-radius:0;padding-bottom:13px}
.differencesTableBlock.differences_block_table .column_box{margin:0}
.differencesTableBlock.differences_block_table .column_box ul.points{list-style:none;padding:20px 20px;background-color:#f5f5F56E;border-left:1px dashed #63666991;margin:0}
.differencesTableBlock.differences_block_table .column_box ul.points.last_points{border:2px solid #3146cb;border-top:0;border-radius:20px;border-top-right-radius:0;border-top-left-radius:0}
.differencesTableBlock.differences_block_table .column_box ul.points li{margin-bottom:30px;font-size:15px}

/* end-difference-table-block */

/* footer-v2-sec */

.footerTopBlock .footer-v2-news-sec form{padding:0;border:none;background:0 0;position:relative}
.footerTopBlock .footer-v2-news-sec form .hs-form-field{margin-bottom:0}
.footerTopBlock .footer-v2-news-sec form .hs-input{border-radius:5px;min-height:48px;padding:12px 50px 12px 20px;background:#fffFFF1A;border:1.5px solid #fffFFF33;color:#fff;font-size:16px;line-height:1.5}
.footerTopBlock .footer-v2-news-sec form .hs-input:active,.footerTopBlock .footer-v2-news-sec form .hs-input:focus,.footerTopBlock .footer-v2-news-sec form .hs-input:focus-visible{outline:0}
.footerTopBlock .footer-v2-news-sec form .hs-input::placeholder{color:#fff;opacity:.8}
.footerTopBlock .footer-v2-news-sec form .hs-button{background:0 0;border:none;position:relative;z-index:9;text-indent:-600px;padding:0;width:40px;height:40px}
.footerTopBlock .footer-v2-news-sec .actions{position:absolute;display:inline-block;top:0;right:0;width:40px;height:40px}
.footerTopBlock .form-title{display:none}
.footerTopBlock .footer-v2-news-sec form .hs-input{border-radius:0;padding:12px 50px 29px 0;background:0 0;border:0;border-bottom:2.5px solid #2f56d5;color:#fff;font-size:16px;line-height:1.5}
.footerTopBlock .footer-v2-news-sec .actions:before{position:absolute;top:8px;left:-4px;bottom:0;margin:auto;content:"";width:56px;height:56px;background:url(https://44164851.fs1.hubspotusercontent-na1.net/hubfs/44164851/form-button-arrow.svg);z-index:9;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;border-radius:5px}
.footerTopBlock .footer-v2-news-sec h4{font-weight:600;line-height:1.2;margin:0 0 30px 0}
.footerTopBlock.footer-v2-sec{overflow:hidden;margin-top:-1px}
.footerBottomBlock .footer-v2-bottom-menu ul li a:hover,.footerBottomBlock .footer-v2-bottom-menu ul li:hover{opacity:1}
.footerBottomBlock .footer-v2-bottom-menu ul li{position:relative}
.footerBottomBlock.footer-v2-bottm-sec .bottom-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footerTopBlock .for-mob{display:none!important}
.footerBottomBlock .footer-v2-bottom-menu ul li,.footerBottomBlock .footer-v2-bottom-menu ul li a{margin:0;padding:0;font-size:16px;line-height:1.25;font-weight:700}
.footerBottomBlock .footer-v2-bottom-menu ul{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 28px;align-items:center;flex-direction:row}
.footerBottomBlock .footer-v2-copyright p{margin:0;font-size:16px;line-height:1.25}
.footerBottomBlock.footer-v2-bottm-sec{position:relative;padding:20px 0}
.footerTopBlock .list-img{width:30px;height:30px;display:block}
.footerTopBlock .list-img img{width:100%;height:100%;display:block;object-fit:contain}
.footerTopBlock.footer-v2-sec .col-lg-3.col_1{flex:0 0 25%;max-width:25%}
.footerTopBlock.footer-v2-sec .col-lg-3.col_2{flex:0 0 27%;max-width:27%}
.footerTopBlock.footer-v2-sec .col-lg-6.last-col{flex:0 0 48%;max-width:48%}
.footerTopBlock .connect-list li,.footerTopBlock .connect-list li a{font-weight:400;font-size:16px;line-height:1.5;display:flex;gap:10px;transition:all .3s ease-in-out}
.footerTopBlock .connect-list{margin:0;padding:0;list-style:none;display:block}
.footerTopBlock .connect-list li+li{margin-top:16px}
.footerTopBlock .footer-v2-connect-sec h4{font-weight:600;line-height:1.2;margin:0 0 20px 0}
.footerTopBlock .footer-v2-menu-sec ul li,.footerTopBlock .footer-v2-menu-sec ul li a{font-size:16px;font-weight:500;line-height:1.5;padding:0;transition:all .3s ease-in-out}
.footerTopBlock .footer-v2-menu-sec ul{margin:0;padding:0;list-style:none;display:block}
.footerTopBlock .footer-v2-menu-sec ul li+li{margin-top:12px}
.footerTopBlock .footer-v2-menu-sec h4{font-weight:600;line-height:1.2;margin:0 0 20px 0}
.footerTopBlock ul.social-list{margin:30px 0 0 0;padding:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:16px}
.footerTopBlock .social-list li a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:100%;background:#2f56d5;border:1px solid #2f56d5}
.footerTopBlock .social-list li a:hover{background:#004de8;border-color:#004de8}
.footerTopBlock .social-list li a svg{width:24px;height:24px;display:block;object-fit:contain;fill:#ffffff}
.footerTopBlock .logo-block-text{margin:20px 0 0 0;font-weight:400;font-size:16px;line-height:1.5}
.footerTopBlock .footer-v2-logo-block{max-width:300px}
.footerTopBlock .footer-v2-img img{max-width:100%;display:block}
.footerTopBlock.footer-v2-sec{position:relative;padding-top:80px;padding-bottom:70px}
.footerTopBlock .row{display:flex;flex-wrap:wrap;gap:25px 0;margin:0 -15px}
.footerTopBlock .footer-v2-news-sec{align-items:center}
.footerTopBlock .width-50{max-width:50%;flex:0 0 50%;padding:0 15px}
.footerTopBlock .width-43{max-width:43%;flex:0 0 43%;padding:0 15px}
.footerTopBlock .width-16{max-width:15%;flex:0 0 15%;padding:0 15px}
.footerTopBlock .width-20{max-width:23%;flex:0 0 23%;padding:0 15px}
.footer-v2-bottom-menu ul{list-style:none;padding:0}
.footerTopBlock .bottom-seciton{padding-top:30px;margin-top:40px;border-top:1px solid rgb(255 255 255 / 40%)}

/* end-footer-v2-se */

@media(max-width:991px){
    .threeColumnCards .fourColumnWrapper{grid-template-columns:1fr 1fr}
    .footerTopBlock .footer-v2-news-sec .actions:before {left: -30px;}
    .footerTopBlock ul.social-list {margin: 24px 0 30px 0;justify-content: left;}
}
@media (max-width:767px){
    .footerTopBlock .width-50 {max-width: 100%;flex: 0 0 100%;}
    .footerTopBlock.footer-v2-sec{margin-top:-1px;}
    .footerTopBlock .width-16 {max-width: 100%;flex: 0 0 100%;}
    .footerTopBlock .width-20 {max-width: 100%;flex: 0 0 100%;}
    .footerTopBlock .footer-v2-sec .col-lg-3.col_1,
    .footerTopBlock .footer-v2-sec .col-lg-3.col_2,
    .footerTopBlock .footer-v2-sec{padding-top:50px;padding-bottom:30px;}
    .footerTopBlock .logo-block-text{margin:24px 0 24px 0;}
    .footerTopBlock .footer-v2-menu-sec h4{display:none;}
    .footerTopBlock .footer-v2-menu-sec ul li+li {margin-top: 16px;}
    .footerTopBlock .footer-v2-sec .col-lg-3.col_2{margin-top:16px;}
    .footerTopBlock .for-desk{display:none !important;}
    .footerTopBlock .for-mob{display:flex !important;justify-content: center;margin: 24px 0 0 0 !important;}
    .footerBottomBlock .footer-v2-bottm-sec{padding:16px 12px;}
    .footerBottomBlock .footer-v2-bottm-sec .bottom-row{justify-content: center;gap:16px 5px;}
    .differencesTableBlock.differences_block_table .column_box{margin:0 0 20px}
    .differencesTableBlock.differences_block_table .column_box .logo_img{border-left:1px dashed #63666991;border-top:1px dashed #63666991;border-right:1px dashed #63666991;border-top-right-radius:20px;border-top-left-radius:20px}
    .differencesTableBlock.differences_block_table .column_box ul.points{border:1px dashed #63666991;border-bottom-right-radius:20px;border-bottom-left-radius:20px}
    .differencesSectionBlock.differences_block .column_box.even{margin:20px 0;}
    .differencesSectionBlock.differences_block .column_box ul.points {list-style: none;padding: 0 30px 0 20px;}
    .bannerSection .banner-text{text-align:center; margin: auto;}
    .bannerSection .banner-btn{margin:30px 0 0 0; text-align:center;}
    .bannerSection .banner-des{margin:20px 0 0 0;}
    .bannerSection .dot-img{top:-15px;right:-15px;}
    .bannerSection .form-wrap .hs_email {position: relative;width: 100%;}
    .bannerSection .banner-btn, .social-icons ul{justify-content:center;}
    .bannerSection.banner-block .desktop_view{display: none !important;}
    .bannerSection.banner-block .mobile_view{display: block !important;}
    .bannerSection .social-icons p{text-align:center;}
    .bannerSection .button-text {margin-left:0px;text-align:center;}
    .bannerSection .form-wrap .input {width: auto;margin-bottom: 15px;}
    .bannerSection .form-wrap form {display:block;}
    .bannerSection .form-wrap form .hs-button, .bannerSection .form-wrap form input[type=submit] {display: block;width: auto;margin: auto;}
    .bannerSection .form-wrap {max-width: 400px;margin: auto;margin-top: 22px;}
    .bannerSection .width-50 {max-width: 100%;flex: 0 0 100%;}
    .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;}
    .bannerSectionV2 .logo-block+.logo-block{margin-top:20px;}
    .bannerSectionV2 .banner-text{text-align:center;}
    .bannerSectionV2 .banner-btn{margin:20px 0 0 0;}
    .bannerSectionV2 .banner-des{margin:20px 0 0 0;}
    .bannerSectionV3 .banner-text{text-align:center; margin: auto;margin-bottom:40px}
    .bannerSectionV3 .banner-btn{margin:30px 0 0 0; text-align:center;}
    .bannerSectionV3 .banner-des{margin:20px 0 0 0;}
    .bannerSectionV3 .dot-img{top:-15px;right:-15px;}
    .bannerSectionV3 .form-wrap .hs_email {position: relative;width: 100%;}
    .bannerSectionV3.banner-block .desktop_view{display: none !important;}
    .bannerSectionV3.banner-block .mobile_view{display: block !important;}
    .bannerSectionV3 .button-text {margin-left:0px;text-align:center;}
    .bannerSectionV3 .form-wrap .input {width: auto;margin-bottom: 15px;}
    .bannerSectionV3 .form-wrap form {display:block;}
    .bannerSectionV3 .form-wrap form .hs-button, .bannerSectionV3 .form-wrap form input[type=submit] {display: block;width: auto;margin: auto;}
    .bannerSectionV3 .form-wrap {max-width: 400px;margin: auto;margin-top: 22px;}
    .bannerSectionV3 .width-50 {max-width: 100%;flex: 0 0 100%;}
    .camparePlansSec .normal-text{font-size:14px;font-weight:600}
    .camparePlansSec .top-row-header-sticky{padding:0 4px;padding-top:30px}
    .camparePlansSec .accordion-list{background:#e9f4fa;border-radius:10px;padding:20px 4px}
    .camparePlansSec .popular-most-tag{top:-27px;font-size:9px}
    .camparePlansSec .top-header-plan h3{font-size:12px;margin-bottom:0}
    .camparePlansSec .top-header-button{display:none}
    .camparePlansSec .first-item-none.max-width-25{display:none}
    .camparePlansSec .inner-box-first{min-height:auto}
    .camparePlansSec span.price-duraction{font-size:11px;display:block}
    .camparePlansSec h4.price-text{margin:0;font-size:19px}
    .camparePlansSec .card-box-items{border-bottom:1px solid #2f56d5!important;border-radius:10px!important}
    .camparePlansSec .inner-channels.top-header-flex .max-width-25{max-width:100%;flex:0 0 100%}
    .camparePlansSec .max-width-80{max-width:100%;flex:0 0 100%}
    .camparePlansSec .social-icons{padding:16px 10px}
    .camparePlansSec .flex-first-column.max-width-25{max-width:100%!important;flex:0 0 100%!important}
    .camparePlansSec .new-ftheme-button{padding:7px 5px;text-transform:capitalize;font-size:13px}
    .ctaStripBlock .logo-block+.logo-block{margin-top:20px;}
    .ctaStripBlock .banner-text{text-align:center;}
    .ctaStripBlock .banner-btn{margin:20px 0 0 0;}
    .ctaStripBlock .banner-des{margin:20px 0 0 0;}
    .ctaStripBlock .banner-text {width: 100%;}
    .ctaStripBlock .boxSpacing.box-wrapper {flex-wrap: wrap;flex-direction: column;}
    .ctaStripBlock .banner-text {padding: 40px 20px;text-align:center !important;}
}
@media (max-width:600px){
    .threeColumnCards .fourColumnWrapper{grid-template-columns:1fr}
    .bannerSection .social-icons img {width: 34px !important;height: 34px !important;}
    .bannerSectionV3 .social-icons img {width: 34px !important;height: 34px !important;}
}
/* End Modules css */