







/* 1a. Containers */




/* 1b. Colors */







/* 1c. Typography */





/* Mini Title */








/* Body Text */







/* Heading One */








/* Heading Two */








/* Heading Three */








/* Heading Four */








/* Heading Five */








/* Heading Six */








/* Anchor */






/* 1e. Buttons */







/* Filled Button  */











/* Outlined Button  */










/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */


















































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

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

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





body {
    background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
font-weight: 400; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
    color: #53535B;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
}

/* Anchors */

a {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size: 16px;
    color: #1491C6;
    line-height: 26px;
}

a:not(.el-btn):hover,
a:not(.el-btn):focus {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #102d7b;
    line-height: 26px;
}

a:not(.el-btn):active {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #102d7b;
    line-height: 26px;
}

/* Mini Title */
.el-tc__mini-title {
font-family: Caveat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #BFDD7D;
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 24px;
}

/* Headings */

h1 {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #21212D;
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 48px;
    text-transform: none;
}

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

h3 {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #21212D;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 32px;
    text-transform: none;
}

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

h5,
.el-card__title a,
.el-team__name a {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #21212D;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-transform: none;
}

h6 {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #21212D;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: none;
}

@media only screen and (min-width: 768px) {
    .el-tc__mini-title {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 24px;
    }

    h1 {
        font-size: 50px;
        line-height: 74px;
    }

    h2 {
        font-size: 40px;
        line-height: 56px;
    }

    h3 {
        font-size: 32px;
        line-height: 43px;
    }

    h4 {
        font-size: 32px;
        line-height: 35px;
    }

    h5,
    .el-card__title a,
    .el-team__name a {
        font-size: 24px;
        line-height: 26px;
    }

    h6 {
        font-size: 20px;
        line-height: 24px;
    }

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

/* Blockquote */

blockquote {
    border-left-color: #BFDD7D;
}





/* Button   */

.el-btn {
padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

.el-btn .el-btn__text {
    text-transform: none;
}

/* Button Filled  */

.el-btn--filled {
border: 2px solid #4995CA;

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #4995CA;
    color: #ffffff;
}

.el-btn--filled:hover,
.el-btn--filled:active {
border: 2px solid #BFDD7D;

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #BFDD7D;
    color: #102d7b;
}

.el-btn--filled:focus {
border: 2px solid #BFDD7D;

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #4995CA;
    color: #ffffff;
}

/* Animation */
.el-btn.el-btn--filled.el-btn-animation:hover::before {
    background-color: #BFDD7D;
}

.el-btn.el-btn--filled.el-btn-animation:hover {
    /*   background-color: unset; */
    color: #102d7b;
}

/* Button Outlined  */
.el-btn--outlined {
border: 2px solid #4995CA;

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #4995CA;
}

.el-btn--outlined:hover,
.el-btn--outlined:active {
border: 2px solid #FAA639;

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #FFFFFF;
}

.el-btn--outlined:hover,
.el-btn--outlined:active {
    background: #FAA639;
}

.el-btn--outlined:focus {
border: 2px solid #4995CA;

;
    color: #ffffff;
}

/* Animation */
.el-btn.el-btn--outlined.el-btn-animation:hover::before {
    background-color: #FAA639;
}

.el-btn.el-btn--outlined.el-btn-animation:hover {
    /*   background-color: unset; */
    color: #FFFFFF;
}






/* Form */

form {
border: 1px none #EDEEF3;

padding: 30px;

    background-color: 







rgba(255, 255, 255, 1.0)

;
    border-radius: 8px;
}

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

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

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


/* Form title */

.form-title {
border: 1px solid #F1F1F1;

padding: 30px;

font-family: Montserrat, 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: #21212D;
    font-size: 32px;
    letter-spacing: -0.5px;
    line-height: 43px;
    text-transform: none;
    margin-bottom: 0;
}

/* Labels */

form label {
padding: 0px;

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #53535B;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
    text-transform: none;
}

/* Help text */

form legend {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #53535B;
    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 #BFDD7D;

padding: 10px;

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







rgba(255, 255, 255, 1.0)

;
    border-radius: 8px;
    color: #21212D;
    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: #4995CA;
}


/* Form fields - placeholders */

::-webkit-input-placeholder {
    color: #53535B;
}

::-moz-placeholder {
    color: #53535B;
}

:-ms-input-placeholder {
    color: #53535B;
}

:-moz-placeholder {
    color: #53535B;
}

::placeholder {
    color: #53535B;
}

/* Form fields - date picker */

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

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







rgba(73, 149, 202, 1.0)

;
    color: #ffffff;
}

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

form .is-selected .pika-button {
    background-color: #ffffff;
    color: #4995CA;
}

form .pika-button:hover {
    background-color: #4995CA !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: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #53535B;
}

/* GDPR */

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

/* Submit button */

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

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    background: #4995CA;
    color: #ffffff;
}

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

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #BFDD7D;
    color: #102d7b;
}

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

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background: #4995CA;
    color: #ffffff;
}

.hs-error-msg {
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; 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  ;
}

.hs-error-msgs .hs-main-font-element {
    color: #DC3545;
}

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

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

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






/* Table */

table {
border: 1px solid #4995CA;

}

/* Table cells */

tbody td {
    background-color: 







rgba(255, 255, 255, 1.0)

;
}

th,
td {
border: 1px solid #4995CA;

padding: 10px;
;
    color: #4995CA;
}

/* Table header */

thead th,
thead td {
    background-color: 







rgba(73, 149, 202, 1.0)

;
    color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
    background-color: 







rgba(255, 255, 255, 1.0)

;
    color: #4995CA;
}





/* Header container */

.el-header {
    background: rgba(255, 255, 255,1.0);
}

.header__top {
    background: #4995CA;
}

/* Menu items */
.header .menu__link {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

/* Menu items - top level */

.header .menu__item--depth-1 > .menu__link:not(.el-button),
.header .menu__link {
    color: #53535B;
}

.header .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color: #53535B;
}

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

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #F79546;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #21212D;
}


/* Menu items - submenus */

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.header .hs-menu-item a {
    color: #53535B;
}

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color:  #53535B;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color: #53535B;
}

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

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus,
.header .hs-menu-item a:hover,
.header .hs-menu-item a:focus,
.header .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
.header .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #F79546;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
    color: #F79546;
    background-color: ;
}

/* Language switcher */

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

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

/* Language switcher - submenu */

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

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

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







rgba(255, 255, 255, 1.0)

;
    color: #F79546;
}

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

@media only screen and (min-width: 768px) {
    .header .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,
    .header .hs-menu-item a:hover,
    .header .hs-menu-item a:focus,
    .header .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
    .header .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
        background-color: 







rgba(255, 255, 255, 1.0)

;
    }

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

    .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
        border-bottom-color: #53535B;
        border-right-color:  #53535B;
    }

    .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
        border-bottom-color: #53535B;
        border-right-color: #53535B;
    }

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

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

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

    .header .menu__item--depth-1:after, .header .menu__item--depth-1:before {
        background-color: #4995CA;
    }
}





/* Footer Background  */

.footer {
    background: 







rgba(6, 30, 97, 1.0)

;
}

/* Footer Heading */



/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link),
.el-footer-copyright > span,
.el-footer-copyright .el-footer-copyright__links > a {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

/* Footer menu */

.footer nav a,
.footer .menu__link,
.footer nav a:hover,
.footer .menu__link:hover {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
    color: #BFDD7D;
}

.footer nav a:active,
.footer .menu__link:active {
    color: #BFDD7D;
}

.footer nav .active > a,
.footer .menu__link .active > a {
    color: #BFDD7D;
}

@media only screen and (min-width: 768px) {
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6 {
        font-size: 24px;
        line-height: 24px;
    }

    .footer p,
    .footer li,
    .footer blockquote,
    .footer a:not(.menu__link) {
        font-size: 16px;
        line-height: 24px;
    }

    .footer nav a,
    .footer .menu__link {
        font-size: 16px;
        line-height: 24px;
    }
}






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

/* Blog post */

.blog-post__meta a,
.blog-post__timestamp,
.el-blog-detail__sidebar-tags > li > a,
.el-blog-detail__sidebar-post > li > a {
    color: #53535B;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    text-transform: none;
}

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

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
    color: #1491C6;
}

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

#comments-listing .comment-reply-to:active {
    color: #3cb9ee;
}

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

.blog-post__body img,
.blog-related-posts img {
    border-radius: 16px;
}


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





.hs-search-results__title {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #21212D;
}

.el-communication-preferences .page-header h2 {
    color: #4995CA;
}

.el-communication-preferences .header {
    font-weight: 700;
    color: #21212D;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 22px;
    text-transform: none;
}

.el-subscription-confirmation h2 {
    color: #4995CA;
}

.el-search__keyword span {
    color: #4995CA;
}


.el-subscription-confirmation .page-header h2,
.el-communication-preferences h2 {
    color: #4995CA;
}

.el-search__keyword span {
    color: #4995CA;
}

.el-search-results .hs-search-results__listing li a {
    color: #21212D;
}

.el-search-results .hs-search-results__listing li a:hover {
    color: #4995CA;
}

.el-search-results .hs-search-results__pagination a {
font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #4995CA;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

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

    background-color: 







rgba(255, 255, 255, 1.0)

;
    border-radius: 8px;
    color: {font=DM Sans, font_set=GOOGLE, styles={font-family='DM Sans', sans-serif, font-style=normal, font-weight=400, text-decoration=none}, size=16, size_unit=px, color=#21212D, variant=400, fallback=sans-serif, style=font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none, css=color: #21212D;font-size: 16px;font-family: 'DM Sans', sans-serif; font-weight: 400;};
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    text-transform: none;
}

.blog-index__post-title-link {
    color: #21212D;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
    color: #000005;
}

.blog-index__post-title-link:active {
    color: #494955;
}

.blog-index__post-tag,
.blog-index__post-author-name {
    color: #53535B;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
    color: #53535B;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
    color: #2b2b33;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
    color: #7b7b83;
}

.pagination__link-icon svg {
    fill: #53535B;
}

/* Pricing card */

.card__price {
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #21212D;
    font-size: 32px;
}

.card__body svg {
    fill: #4995CA;
}

/* Social follow */

.social-links__icon {
    background-color: #4995CA;
}

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

.social-links__icon:active {
    background-color: #71bdf2;
font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    color: #21212D;
    font-size: 32px;
}