/*!
Theme Name: Cloudvisor
Author: Cloudvisor
Author URI: https://cloudvisor.co/
Description: Cloudvisor Theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: cloudvisor
Tags: custom vc elements, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
Cloudvisor theme stylesheets:
1 - Normalize
    1.1 - Main tags
    1.2 - Form elements
    1.3 - Default WP templates
    1.4 - Accessibility
2 - Main
3 - Header & Footer
    3.1 - Header
    3.2 - Modal
    3.3 - Navigation
    3.4 - Footer
4 - WPBakery
    4.1 - Sections & Rows
    4.2 - Default Modules
    4.3 - Custom VC Modules
        4.3.1 - service card
        4.3.2 - icon card
        4.3.3 - cta
        4.3.4 - blog
        4.3.5 - testimonials
        4.3.6 - custom content & slider
        4.3.7 - checklist
        4.3.8 - pricing table
        4.3.9 - animated images
        4.3.10 - vacancies
        4.3.11 - top banner
        4.3.12 - about card
        4.3.13 - counter
5 - Pages
    5.1 - CF7
*/

@font-face {
    font-family: 'Figtree-Light';
    src: url('fonts/Figtree-Light.woff2') format('woff2'),
         url('fonts/Figtree-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree-Medium';
    src: url('fonts/Figtree-Medium.woff2') format('woff2'),
         url('fonts/Figtree-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree-SemiBold';
    src: url('fonts/Figtree-SemiBold.woff2') format('woff2'),
         url('fonts/Figtree-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree-Bold';
    src: url('fonts/Figtree-Bold.woff2') format('woff2'),
         url('fonts/Figtree-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******** 1 - Normalize ********/

/*== 1.1 - Main tags ==*/
:root {
    --color-primary: #ff5600;   /* orange */
    --color-secondary: #8800ff; /* purple */
    --color-accent: #373ce3;    /* blue */
    --color-basic: #707b8b;     /* grey */
    --color-system: #1d2430;    /* dark */
    --color-bg-light: #f5f7ff;  /* light blue */
    --color-bg-dark: #120f33;   /* dark blue */
    --size-xs: .75rem;          /* 12px */
    --size-sm: .875rem;         /* 14px */
    --size-md: 1.125rem;        /* 18px */
    --size-lg: 1.25rem;         /* 20px */
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
    margin: 0;
    padding: 0;
}
body {
    font: 1rem/1.5 'Figtree-Medium';
    color: var(--color-basic);
    -webkit-font-smoothing: antialiased; /* Fix iOS default font-weight */
}
body *,
body *:focus {
    outline: none;
}
body .alt-typo { /* privacy policy page */
    font-family: 'Figtree-Light';
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 var(--size-lg);
    line-height: 1;
    font-weight: normal;
    font-family: 'Figtree-Medium';
    color: var(--color-system);
}
h1 {
    font: 3rem/1.2 'Figtree-SemiBold';
}
h2 {
    font-size: 2.5rem;
}
body .alt-typo h2,
.inner-wrapper h2 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-family: 'Figtree-Bold';
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    margin: 0 0 .75rem;
    font-family: 'Figtree-Bold';
    font-size: .938rem;
}
h6 {

}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
figure,
blockquote:last-child,
table:last-child,
.site-main ul:not([class]):last-child,
.site-main ol:not([class]):last-child {
    margin: 0;
}
blockquote {
    margin: 2.5rem 0;
    font-style: italic;
    color: var(--color-system);
}
blockquote:before {
    content: "";
    display: block;
    width: 28px;
    height: 20px;
    margin-bottom: 1rem;
    background: url(images/layout/icon-quote.svg) no-repeat bottom center;
    background-size: contain;
}
blockquote em:first-child:not(:only-child) {
    display: block;
    margin-bottom: .75rem;
    font-size: var(--size-md);
    font-family: 'Figtree-SemiBold';
}
blockquote em:last-child {
    font-style: normal;
    font-size: 1rem;
    font-family: 'Figtree-Medium';
}
blockquote em + br {
    display: none;
}
cite {
    font-style: normal;
}
ul,
ol,
li > ul,
li > ol {
    margin: 0;
    padding: 0;
}
ul[class],
ol[class] {
    list-style-type: none;
}
.site-main ul:not([class]),
.site-main ol:not([class]),
.inner-wrapper ul.wp-block-list {
    margin: 0 0 1rem;
    padding: 0 0 0 1.15rem;
}
.icons-list,
.site-main .icons-list ul:not([class]) {
    list-style-type: none;
    margin-top: 2rem;
    padding: 0;
    text-align: left;
    column-gap: 2.5rem;
}
.icons-list.columns-2,
.site-main .icons-list.columns-2 ul:not([class]),
.numeric-list.columns-2,
.site-main .numeric-list.columns-2 ol:not([class]) {
    column-count: 2;
}
.icons-list.columns-3,
.site-main .icons-list.columns-3 ul:not([class]),
.numeric-list.columns-3,
.site-main .numeric-list.columns-3 ol:not([class]) {
    column-count: 3;
}
.icons-list.columns-4,
.site-main .icons-list.columns-4 ul:not([class]),
.numeric-list.columns-4,
.site-main .numeric-list.columns-4 ol:not([class]) {
    column-count: 4;
}
.icons-list.columns-4 li,
.site-main .icons-list.columns-4 ul:not([class]) li {
    font-size: var(--size-md);
}
.icons-list li,
.site-main .icons-list ul:not([class]) li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font: 1rem/1.5rem 'Figtree-Medium';
    color: var(--color-system);
}
.text-lg .icons-list li,
.site-main .text-lg .icons-list ul:not([class]) li {
    font-size: var(--size-lg);
}
.icons-list i,
.icons-list .icon,
.site-main .icons-list ul:not([class]) i {
    flex-shrink: 0;
    padding-right: 6px;
}
.icons-list.check i,
.site-main .icons-list.check ul:not([class]) i {
    padding-top: 5px;
    font-size: 13px;
    color: var(--color-accent);
}
.icons-list.check-circle i,
.site-main .icons-list.check-circle ul:not([class]) i {
    padding-top: 2px;
    font-size: var(--size-lg);
    color: var(--color-primary);
}
.icons-list.has-icon li,
.site-main .icons-list.has-icon {
    line-height: 2rem;
    font-family: 'Figtree-SemiBold';
}
.icons-list a,
.site-main .icons-list ul:not([class]) a {
    display: inline;
    /*color: inherit;*/
}
.icons-list .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-right: .625rem;
    padding-right: 0;
}
.icons-list .icon img {
    max-height: 100%;
}
ol.numeric-list,
.site-main .numeric-list ol:not([class]),
.site-main .numeric-list ol.wp-block-list {
    counter-reset: decimal;
    text-align: left;
    column-gap: 2.5rem;
}
ol.numeric-list li,
.site-main .numeric-list ol:not([class]) li,
.site-main .numeric-list ol.wp-block-list li {
    position: relative;
    counter-increment: decimal;
    display: flex;
    align-items: flex-start;
    min-height: 3rem;
    margin-bottom: 2.5rem;
    padding-left: 6rem;
}
.site-main .numeric-list ol.wp-block-list li {
    display: block;
    min-height: 2rem;
    padding-left: 3rem;
}
ol.numeric-list li:last-child,
.numeric-list.interactive li:last-child,
.site-main .numeric-list ol:not([class]) li:last-child,
.site-main .numeric-list ol.wp-block-list li:last-child {
    margin: 0;
}
ol.numeric-list li:before,
.site-main .numeric-list ol:not([class]) li:before,
.site-main .numeric-list ol.wp-block-list li:before {
    content: counter(decimal);
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    text-align: center;
    font: 1rem/3rem 'Figtree-SemiBold';
    color: var(--color-accent);
    background-color: var(--color-bg-light);
}
.site-main .numeric-list ol.wp-block-list li:before {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: var(--size-sm);
    color: var(--color-primary);
    background-color: #ffefe7;
}
.numeric-list.columns-1 li:not(:last-child):after,
.numeric-list.interactive li:last-child:after,
.site-main .numeric-list.columns-1 ol:not([class]) li:not(:last-child):after {
    content: "";
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 3rem;
    height: 1.5rem;
    background: url(images/layout/line-steps.svg) repeat-y;
}
.numeric-list h4 {
    margin-bottom: 5px;
    font-family: 'Figtree-SemiBold';
}
.numeric-list h4:only-child {
    margin: 0;
    padding: .9rem 0;
}
.numeric-list li > span,
.site-main .numeric-list ol:not([class]) li > span {
    flex-shrink: 0;
    width: 9rem;
    text-align: right;
}
.numeric-list li > span > span,
.site-main .numeric-list ol:not([class]) li > span > span {
    display: inline-block;
    border: 1px solid #e3e8ef;
    border-radius: .5rem;
    padding: var(--size-sm) var(--size-lg);
    line-height: 1;
    font-family: 'Figtree-SemiBold';
    color: var(--color-system);
}
/*.site-main .numeric-list .wp-block-rank-math-toc-block ol:not([class]),
.site-main .numeric-list .wp-block-rank-math-toc-block ol:not([class]) li {
    all: unset;
}*/
.numeric-list.interactive li {
    margin-bottom: .5rem;
    border: 1px solid #e3e8ef;
    border-radius: .75rem;
    padding: 2rem 1.5rem 2rem 6rem;
    color: #ced6e0;
    transition: all .3s linear;
}
.numeric-list.interactive li:before {
    top: 2rem;
    left: 1.5rem;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    line-height: 2.75rem;
    color: var(--color-primary);
    background-color: transparent;
    box-sizing: border-box;
    transition: inherit;
}
.numeric-list.interactive li:not(:last-child):after,
.numeric-list.interactive li:last-child:after {
    top: 6rem;
    left: 1.5rem;
}
.numeric-list.interactive h4 {
    color: inherit;
}
.numeric-list.interactive li.rising {
    color: #9ea7b5;
}
.numeric-list.interactive li.visible {
    color: #535d6c;
}
.numeric-list.interactive li.visible:before {
    color: #fff;
    background-color: var(--color-primary);
}
.numeric-list.interactive li.visible h4 {
    color: var(--color-system);
}
p {
    margin: 0 0 1rem;
}
a {
    color: var(--color-accent);
}
a:hover {
    color: inherit;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="mailto:"] {
    word-break: break-all;
}
a,
button,
input,
textarea {
    display: inline-block;
    transition: all .3s ease;
}
button {
    cursor: pointer;
}
img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
img::selection {
    background: transparent !important;
}
b,
strong {
    font-weight: normal;
    font-family: 'Figtree-Bold';
}
sup,
sub,
small {
    font-size: .75em;
}
sup {
    vertical-align: top;
}
sub {
    vertical-align: bottom;
}
abbr {
    color: #ff0000;
}
hr {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid var(--color-system);
}
table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 2rem;
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    padding: 5px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
th {
    vertical-align: middle;
    text-align: center;
    font-family: 'Figtree-SemiBold';
}
code,
pre {
    font-size: 1rem;
    font-family: Courier New, monospace;
}
iframe,
embed,
object {
    max-width: 100%;
}
audio {
    display: block;
}
video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: inherit;
    object-fit: cover;
}
.wp-video {
    width: 100% !important;
}

/*== 1.2 - Form elements ==*/
::-webkit-input-placeholder {
    color: var(--color-basic);
}
::-moz-placeholder {
    color: var(--color-basic);
    opacity: 1;
}
:-moz-placeholder {
    color: var(--color-basic);
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--color-basic);
    opacity: 1;
}
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}
legend {

}
label {
    cursor: pointer;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    -webkit-text-fill-color: var(--color-basic);
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled {
    opacity: 1;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    border: 0;
    padding: 0;
    line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
select,
textarea {
    width: 100%;
    border: 1px solid #ced6e0;
    border-radius: .5rem;
    padding: 1rem;
    font: inherit;
    line-height: 1.2;
    color: var(--color-basic);
    background-color: transparent;
}
input[type="number"] {
    width: 70px;
    -moz-appearance: textfield;
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: auto;
}
textarea::-webkit-scrollbar {
    width: 2px;
}

/*== 1.3 - Default WP templates ==*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    padding: 3rem 0 0;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    width: 50%;
    float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 50%;
    text-align: right;
    float: right;
}
.widget {
    list-style-type: none;
    margin: 0 0 3rem;
}
.widget:last-child {
    margin: 0;
}
.widget ul:not([class]) {
    list-style-type: none;
    padding: 0 !important;
}
.widget_benefits {
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    background: url(images/layout/bg-side-lt.svg) no-repeat, url(images/layout/bg-side-rt.svg) no-repeat bottom right var(--color-bg-dark);
}
.widget_benefits > *:not(:last-child) {
    margin: 0 0 1.5rem;
}
.widget_benefits img {
    max-width: 5rem;
}
.widget_benefits h3 {
    font-family: 'Figtree-SemiBold';
    color: inherit;
}
.widget_benefits .icons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -1rem;
    text-align: inherit;
    column-gap: 1rem;
}
.widget_benefits .icons-list li {
    border-radius: .25rem;
    padding: .25rem .5rem;
    color: inherit;
    background-color: rgba(255, 255, 255, .1);
}
.widget_benefits .icons-list.check i {
    color: #ffb704;
}
.widget_benefits .icons-list.check span {
    width: auto;
    margin: 0;
    text-align: inherit;
}
.widget_shortcode,
.widget_author {
    border: 1px solid #e3e8ef;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: var(--color-bg-light);
}
.widget_shortcode h3,
.widget_related_posts h3,
.widget_author h3 {
    font-family: 'Figtree-SemiBold';
}
.widget_related_posts > div {
    border-top: 1px solid #e3e8ef;
}
.widget_related_posts [class*="type-"] {
    border-bottom: 1px solid #e3e8ef;
    padding: 1.25rem .5rem;
}
.widget_related_posts figure {
    display: none;
}
.widget_author .author-meta a[target="_blank"] {
    padding: 6px 10px;
    background-color: #fff;
}
.post-thumbnail {
    display: block;
    border-radius: .5rem;
    overflow: hidden;
    max-height: 23.125rem;
}
.post-thumbnail:not(:first-child) {
    margin-top: 4rem;
}
.post-thumbnail img,
.post-thumbnail picture {
    display: inherit;
    max-height: inherit;
    width: 100%;
    object-fit: cover;
}
.wp-caption {
    max-width: 100%;
}
.entry-title a {
    color: inherit;
}

/*== 1.4 - Accessibility ==*/
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    overflow: hidden;
}
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    border-radius: 3px;
    padding: 15px 23px 14px;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    color: #21759b;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    background-color: #f1f1f1;
    z-index: 100000;
    clip: auto !important;
    clip-path: none;
}
/* Don't show the outline on the skip link target. */
#main[tabindex="-1"]:focus {
    outline: 0;
}

/******** 2 - Main ********/
#preloader {
    position: fixed;
    display: none;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    background: url(images/layout/preloader.svg) no-repeat center;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.admin-bar .page-container {
    min-height: calc(100vh - 32px);
}
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site-main {
    flex-grow: 1;
    padding-top: 116px;
}
.container {
    max-width: 1396px;
    margin: 0 auto;
    padding: 0 3rem;
}
.inner-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 1396px;
    width: 100%;
    margin: 0 auto;
}
.inner-wrapper:first-child {
    padding-top: 2rem;
}
.site-main .inner-wrapper .vc_section {
    padding: 0;
}
.inner-wrapper .page-title,
.inner-wrapper h1.wp-block-heading {
    font-size: 2.5rem;
}
.inner-wrapper h2 {
    margin-top: 3rem;
}
.inner-wrapper h3 {
    font-size: 1.25rem;
}
.inner-wrapper h4 {
    font-size: .938rem;
}
.inner-wrapper p:empty {
    height: 1px;
}
.inner-wrapper ol {
    margin-bottom: 1rem;
}
.inner-wrapper ul.wp-block-list,
.site-main .inner-wrapper ul:not([class]),
.wp-block-list ul:not([class]) {
    list-style-type: none;
}
.inner-wrapper ul.wp-block-list li,
.site-main .inner-wrapper ul:not([class]) li,
.wp-block-list ul:not([class]) li /* vacancy page, security service */ {
    position: relative;
    margin-bottom: 1.25rem;
}
.inner-wrapper ul.wp-block-list li:before,
.site-main .inner-wrapper ul:not([class]) li:before,
.wp-block-list ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: .55rem;
    left: -1.15rem;
    width: .5rem;
    height: .5rem;
    border-radius: .125rem;
    background-color: var(--color-primary);
}
.wp-block-list.alt ul:not([class]) { /* security service */
    padding-left: 2.3rem;
}
.wp-block-list.alt ul:not([class]) li {
    color: var(--color-system);
}
.wp-block-list.alt ul:not([class]) li:after {
    content: "";
    display: block;
    width: calc(100% + 2.3rem);
    margin: 1.25rem 0 0 -2.3rem;
    height: 1px;
    background-color: #e3e8ef;
}
.wp-block-list.alt ul:not([class]) li:last-child:after {
    background-color: transparent;
}
.site-main .inner-wrapper + .vc_section {
    padding: 2rem 0 0;
}
.inner-content {
    flex-grow: 1;
    font-size: var(--size-md);
    color: var(--color-system);
    overflow: hidden;
}
.inner-content h2 {
    border-bottom: 1px solid #e3e8ef;
    padding-bottom: .625rem;
    font-family: 'Figtree-SemiBold';
}
.inner-content .author-education h2,
.inner-content .author-certificates h2 {
    margin: 2rem 0 .75rem;
    padding: 2rem 0 0;
    border-top: 1px solid #e3e8ef;
    border-bottom: 0;
}
.inner-content .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1rem;
    color: var(--color-basic);
}
.inner-content .post-date {
    flex-shrink: 0;
    font-size: var(--size-sm);
}
.inner-content div.post-date {
    margin-bottom: 1rem;
}
.inner-content .post-meta a,
.widget_author .author-meta > a:first-child {
    display: flex;
    align-items: center;
    color: inherit;
}
.inner-content .post-meta strong,
.widget_author .author-meta strong {
    display: block;
    font: var(--size-lg)/1.25 'Figtree-Medium';
    color: var(--color-system);
}
.inner-content figure {
    margin: 2.5rem 0;
}
.inner-content table {
    font-size: 1rem;
}
.inner-content .wp-block-table thead,
.inner-content .wp-block-table th,
.inner-content .wp-block-table td,
.inner-content .wp-block-table th:last-child,
.inner-content .wp-block-table td:last-child {
    border: 0;
}
.inner-content .wp-block-table th,
.inner-content .wp-block-table td {
    border-right: 1px solid #e3e8ef;
    padding: .75rem 1.5rem;
    text-align: center;
}
.inner-content .wp-block-table th {
    padding-top: 0;
    vertical-align: top;
}
.inner-content .wp-block-table th:first-child,
.inner-content .wp-block-table td:first-child {
    padding-left: 0;
}
.inner-content .wp-block-table th:last-child,
.inner-content .wp-block-table td:last-child {
    padding-right: 0;
}
.inner-content .wp-block-table tbody tr:last-child td {
    padding-bottom: 0;
}
.inner-content th strong {
    display: block;
    border-radius: 3rem;
    padding: .5rem .625rem;
    font-family: inherit;
    color: #fff;
    background-color: var(--color-primary);
}
.inner-content .hs-cta-embed {
    width: 100% !important;
    margin: 4rem 0;
    padding: 0 .625rem;
    border-radius: .5rem;
    background-color: var(--color-bg-light);
}
.inner-content .hs-cta-embed.hs-cta-embed-169325081875 {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.inner-content .wp-block-kevinbatdorf-code-block-pro,
.inner-content .rank-math-answer {
    margin-bottom: 1rem;
}
.inner-content .wp-block-media-text {
    margin-bottom: 2rem;
}
.inner-content .widget {
    display: none;
    margin: 4rem 0 0;
}
.custom-shortcode-newsletter,
.custom-shortcode-tips,
.custom-shortcode-credits {
    display: flex;
    align-items: center;
    margin: 4rem 0;
}
.custom-shortcode-newsletter:first-child,
.custom-shortcode-tips:first-child,
.custom-shortcode-credits:first-child {
    margin-top: 0;
}
.custom-shortcode-newsletter {
    padding: 2.5rem;
    border-radius: .5rem;
    background-color: var(--color-bg-light);
}
.custom-shortcode-newsletter,
.custom-shortcode-tips {
    margin: 2.5rem 0;
}
.custom-shortcode-newsletter > div > p {
    color: var(--color-primary);
}
.custom-shortcode-newsletter h3 {
    font-size: 1.5rem;
    font-family: 'Figtree-Bold';
}
.custom-shortcode-newsletter img {
    flex-shrink: 0;
    width: 11rem;
    margin-left: 3rem;
}
.custom-shortcode-tips h2 {
    margin-top: 0;
    border: 0;
    padding: 0;
    font-size: 1.875rem;
    font-family: 'Figtree-Bold';
}
.custom-shortcode-tips img {
    flex-shrink: 0;
    width: 18.75rem;
    margin-right: 3rem;
}
.custom-shortcode-credits {
    min-height: 14rem;
    padding: 2.5rem 2rem;
    border-radius: .5rem;
    color: #fff;
    background: url(images/layout/Frame-49.png) no-repeat center right var(--color-bg-dark);
    background-size: cover;
}
.custom-shortcode-credits > div:last-child {
    flex-shrink: 0;
    margin-left: 1rem;
}
.custom-shortcode-credits h2 {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 2rem;
    color: inherit;
}
.custom-shortcode-credits .custom-btn {
    white-space: nowrap;
}
.custom-shortcode-credits .custom-btn.outline {
    border-color: #fff;
    color: inherit;
}
.sidebar {
    flex-shrink: 0;
    width: 33.75rem;
    padding: 2rem 3rem 2rem 2rem;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.flexbox-center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.flexbox-center-between {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box.alt {
    background-position: center;
    background-size: 170px;
}
.img-box .relative {
    z-index: 1;
}
.css-parallax {
    background-attachment: fixed;
}
.css-parallax.empty {
    min-height: 35vh;
}
.relative {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-sm {
    font-size: 11px;
}
.text-lg {
    font-size: var(--size-lg);
}
.no-text-transform {
    text-transform: none;
}
.no-padding {
    padding: 0 !important;
}
.has-overflow {
    overflow: hidden;
}
.show-on-mobile {
    display: none !important;
}
.more-link {
    display: inline-block;
    color: var(--color-primary);
    transition: all .3s ease;
    cursor: pointer;
}
.more-link:hover {
    color: var(--color-primary);
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.more-link i {
    margin-left: 5px;
    font-size: .6rem;
}
.referer-box {
    padding: 2rem 0 .5rem;
}
body.page-child .referer-box {
    padding: 0;
}
.back-to-btn {
    font-family: 'Figtree-SemiBold';
    color: var(--color-system);
}
.back-to-btn i {
    margin-right: .75rem;
    vertical-align: middle;
}
.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}
.title-box .entry-title {
    margin: 0;
}
.title-box .custom-btn {
    flex-shrink: 0;
    margin-left: 2rem;
}
.title-box.alt {
    flex-direction: column;
    align-items: flex-start;
}
.title-box.alt .entry-title:not(:last-child) {
    margin-bottom: .625rem;
}
.tab-list {
    flex-shrink: 0;
    display: flex;
    gap: 10px;
    border: 1px solid #ced6e0;
    border-radius: .625rem;
    padding: .5rem;
}
.tab-list .tab-name {
    border-radius: .5rem;
    padding: .625rem 1rem;
    color: var(--color-basic);
}
.tab-list .tab-name.active {
    pointer-events: none;
    color: #fff;
    background-color: var(--color-primary);
}
.tab-box-wrapper {
    padding-top: 2rem;
}
.tab-box:not(.active) {
    display: none;
}
.socials-list {
    display: flex;
}
.socials-list li:not(:last-child) {
    margin-right: 1rem;
}
.socials-list a {
    display: block;
    padding: 10px;
    line-height: 1;
    font-size: 1.25rem;
    color: var(--color-basic);
}
.socials-list a:hover {
    color: var(--color-primary);
}
.socials-list.alt {
    flex-wrap: wrap;
    margin-bottom: -1rem;
}
.socials-list.alt li {
    margin-bottom: 1rem;
}
.socials-list.alt a {
    display: flex;
    border-radius: .5rem;
    padding: .75rem;
    font-size: 2rem;
    color: #fff;
    background-color: var(--color-primary);
}
.socials-list.alt a:hover {
    transform: scale(0.9);
}
.icons-list + .partner-logos {
    margin-top: 5rem;
}
.partner-logos p {
    color: var(--color-system);
}
.logos-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -1rem;
}
.logos-list li {
    width: 6rem;
    margin: 0 1rem .5rem;
}
.logos-list li a {
    display: block;
    height: 100%;
}
.logos-list li img {
    display: block;
    max-height: 100%;
}
.partner-logos-animated:not(:only-child) {
    margin-top: 2rem;
}
.partner-logos-animated .logos-list {
    display: inline-block;
    margin: 0;
}
.partner-logos-animated .logos-list li {
    display: inline-block;
    margin: 0 4rem;
    vertical-align: middle;
}
.author-avatar {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    margin-right: .75rem;
    border-radius: 50%;
}
.author-avatar picture,
.author-avatar img {
    display: inherit;
    border-radius: inherit;
}
.author-meta {
    display: flex;
    align-items: center;
}
.author-meta h1 {
    margin: 0;
    font-size: 1.75rem;
}
.author-meta a[target="_blank"] {
    margin-left: 1rem;
    border-radius: .5rem;
    padding: 8px 12px;
    color: var(--color-basic);
    background-color: #eef2f6;
}
.author-meta a[target="_blank"]:hover {
    color: var(--color-primary);
}
.author-meta + p {
    margin: .75rem 0 0;
}
.author-description {
    margin-top: .75rem;
}
.author-description,
.author-education,
.author-certificates {
    color: var(--color-basic);
}
.author-education p:empty,
.author-certificates p:empty {
    display: none;
}

/******** 3 - Header & Footer ********/

/*== 3.1 - Header ==*/
.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 116px;
    background-color: #fff;
    transition: all 0.5s ease;
    z-index: 120;
}
.admin-bar .header-wrapper {
    top: 32px;
}
.header-wrapper .container,
.header-wrapper .flexbox-center-between {
    position: relative;
    height: 100%;
    transition: inherit;
}
.header-wrapper .flexbox-center-between > div:first-child {
    flex-shrink: 0;
    width: 170px;
    margin-right: .75rem;
}
.header-wrapper .flexbox-center-between > div:last-child,
.header-widget-list,
.header-widget-list-mobile {
    display: flex;
    align-items: center;
}
.header-widget-list-mobile {
    display: none;
}
.custom-logo-link,
.custom-logo {
    display: block;
}
.header-widget-list .widget,
.header-widget-list-mobile .widget {
    margin: 0 0 0 .75rem;
}
.header-widget-list .custom-btn,
.header-widget-list-mobile .custom-btn {
    padding: .5rem 1rem .45rem;
    font-family: 'Figtree-SemiBold';
}
.header-widget-list .custom-btn:hover,
.header-widget-list-mobile .custom-btn:hover {
    transform: none;
}

/*== 3.2 - Modal ==*/
body.modal-open {
    overflow: hidden;
}
body.modal-open .modal-overlay {
    opacity: 1;
    visibility: visible;
}
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: all .5s ease;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 130;
    opacity: 0;
    visibility: hidden;
}
.modal-outer {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    max-width: 550px;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
}
.modal-content {
    flex-grow: 1;
    position: relative;
    width: 100%;
    margin: 4rem 0;
/*    border-radius: 15px;
    padding: 30px 0;
    background: -webkit-linear-gradient(top, #3b3037 0%, #3b3037 20%, #1f1326 100%);
    background: linear-gradient(to bottom, #3b3037 0%, #3b3037 20%, #1f1326 100%);*/
}
.modal-content .container {
    position: static;
    padding: 0;
}
.custom-popup {
    max-width: 26rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem;
    color: var(--color-system);
    background-color: #fff;
}
.custom-popup .pricing-table-body {
    margin-top: 1.25rem;
    border-top: 1px solid;
    padding-top: 1.25rem;
}
.custom-popup .pricing-table-body.check i {
    color: inherit;
}
.custom-popup .pricing-table-body + .custom-btn {
    display: block;
    width: fit-content;
    margin: 1.25rem auto 0;
}

/*== 3.3 - Navigation ==*/
.main-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .5s ease;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
}
.close-btn {
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    font-style: normal;
    cursor: pointer;
}
.close-btn:before,
.close-btn:after {
    content: "";
    position: absolute;
    top: 45%;
    left: -2px;
    width: 124%;
    height: 2px;
    background-color: var(--color-system);
    transform: rotate(45deg);
    transition: all .3s ease;
}
.close-btn:after {
    transform: rotate(-45deg);
}
.main-navigation .close-btn {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: none;
    margin: 0;
    z-index: 1;
}
.nav-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 40px;
    margin-left: .75rem;
    border: 1px solid var(--color-system);
    border-radius: .5rem;
    cursor: pointer;
}
.nav-btn span {
    position: relative;
    width: 1rem;
    height: 1px;
    background-color: var(--color-system);
    transition: all 0.25s ease-in-out;
}
.nav-btn span:before,
.nav-btn span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background-color: var(--color-system);
    transition: inherit;
}
.nav-btn span:before {
    top: -5px;
}
.nav-btn span:after {
    top: 5px;
}
/** Ubermenu main **/
body .ubermenu .ubermenu-nav {
    display: flex;
}
body .ubermenu .ubermenu-row {
    margin: 0;
}
body .ubermenu .ubermenu-submenu-type-stack {
    padding: 0;
}
body .ubermenu .ubermenu-target {
    font: 1rem/1.5 'Figtree-SemiBold';
    color: var(--color-system);
    transition: all .3s ease;
}
body .ubermenu .ubermenu-target:hover,
body .ubermenu .ubermenu-current-menu-item > .ubermenu-target,
body .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-active > .ubermenu-target,
body .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
.header-wrapper .ubermenu .ubermenu-target:hover + .sub-ctrl,
.header-wrapper .ubermenu .ubermenu-current-menu-item > .sub-ctrl,
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-active > .sub-ctrl {
    color: var(--color-primary) !important;
}
.header-wrapper .ubermenu .sub-ctrl {
    position: absolute;
    top: 0;
    right: .75rem;
    width: 1.5rem;
    height: 50px;
    display: none;
    font: bold 7px/1 'icomoon' !important;
    color: var(--color-system);
    z-index: 11;
    cursor: pointer;
}
.header-wrapper .ubermenu .sub-ctrl:after {
    content: "\e906";
    position: inherit;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transition: transform .3s ease;
}
.header-wrapper .ubermenu a[href="#"] + .sub-ctrl {
    width: 100%;
    right: 0;
}
.header-wrapper .ubermenu a[href="#"] + .sub-ctrl:after {
    right: .75rem;
}
.header-wrapper .ubermenu .ubermenu-item.show .sub-ctrl:after {
    transform: rotate(-180deg);
}
body .ubermenu .ubermenu-item.ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
    margin-top: 0;
}
/** 1st level menu **/
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0 {
    margin: 0 .75rem;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    padding: 30px 0;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 1.125rem;
}
.header-wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: 0;
    margin-top: 2px;
    font-size: .8rem;
    transition: all .3s ease; 
}
.header-wrapper .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
    display: none !important;
}
/** 2nd level submenu **/
.header-wrapper .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop {
    border-radius: 1rem;
    padding: .5rem;
    box-shadow: 0 8px 16px 4px rgba(29, 36, 48, .06);
    background-color: #fff;
    transition-timing-function: ease;
}
.admin-bar .header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: calc(100dvh - 148px);
}
.header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: calc(100dvh - 116px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: auto;
}
.header-wrapper .ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega::-webkit-scrollbar {
    width: 2px;
}
.header-wrapper .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-row {
    display: flex;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-2 {
    padding: .5rem;
    float: none;
}
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-2 > ul,
.header-wrapper .ubermenu .ubermenu-item.ubermenu-item-level-2 > ul > li {
    height: 100%;
}
.header-wrapper .ubermenu .ubermenu-custom-content {
    height: 100%;
    line-height: 1.2;
}
.header-wrapper .ubermenu .ubermenu-custom-content > a {
    color: inherit;
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a {
    position: relative;
    display: block;
    height: 100%;
    border: 1px solid #eef2f6;
    border-radius: .5rem;
    padding: .75rem;
    font-size: var(--size-sm);
    font-family: 'Figtree-Light';
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a:hover,
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item.ubermenu-current-menu-item > a {
    background-color: var(--color-bg-light);
}
.header-wrapper .ubermenu .ubermenu-custom-content.html-menu-item > a img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-bottom: .75rem;
    object-fit: contain;
    object-position: center;
}
.pagination {
    width: 100%;
}
.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.pagination ul li {
    margin: 0 .625rem .625rem;
}
.pagination ul li.dots {
    margin-right: 0;
    margin-left: 0;
}
.pagination ul li a,
.pagination ul li span {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    border: 1px solid var(--color-system);
    line-height: 3rem;
    color: var(--color-system);
}
.pagination ul li span.current {
    pointer-events: none;
    border-color: var(--color-primary);
    color: #fff;
    background-color: var(--color-primary);
}
.pagination ul li span.dots {
    pointer-events: none;
    border-color: transparent;
    color: var(--color-basic);
}
.pagination ul i {
    font-size: var(--size-xs);
    padding-left: 3px;
}
.pagination ul i.icon-chevron-left,
.pagination ul i.icon-chevron-double-left {
    padding: 0;
}

/*== 3.4 - Footer ==*/
.footer {
    padding: 4rem 0;
    line-height: 24px;
    font-size: var(--size-sm);
    background-color: var(--color-bg-light);
}
.footer .container > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
.footer .container > div:first-child {
    align-items: flex-start;
}
.footer .container > div:not(:last-child) {
    border-bottom: 1px solid #e3e8ef;
}
.footer .container > div > div {
    flex: 1;
    padding: 0 1rem 0 0;
}
.footer .container > div > div + div {
    padding: 0 0 0 1rem;
}
.footer .container .copyright > div + div > ul {
    flex-grow: 1;
}
.footer .container > div > div:only-child {
    padding: 0;
}
.footer .container > div > div:first-child:not(:only-child) > ul {
    max-width: 25rem;
}
.footer .widget:not(:last-child) {
    margin: 0 0 1.25rem;
}
.footer a[href^="mailto:"] {
    color: var(--color-system);
}
.footer a[href^="mailto:"]:hover {
    color: var(--color-primary);
}
.footer a[href^="mailto:"] i {
    vertical-align: text-bottom;
}
.footer .ubermenu .ubermenu-item.ubermenu-item-level-0 {
    flex-grow: 1;
}
.footer .ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    display: none;
}
.footer .ubermenu .ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop {
    position: static;
    display: block;
    width: calc(100% + 2rem);
    height: auto;
    max-height: inherit;
    margin: 0 -1rem;
    box-shadow: none;
    clip: auto;
    overflow: visible !important;
    opacity: 1;
    visibility: visible;
    transition-property: all;
    transition-timing-function: ease;
}
.footer .ubermenu .ubermenu-submenu-type-stack {
    padding: 0 1rem;
}
.footer .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal {
    margin-top: 1rem;
}
.footer .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    display: inline-block;
    padding: 0;
    line-height: 26px;
    font-size: inherit;
}
.footer .ubermenu .ubermenu-custom-content {
    margin-bottom: .25rem;
}
.footer .ubermenu .ubermenu-custom-content h4 {
    font-size: 1rem;
    font-family: 'Figtree-SemiBold';
    color: var(--color-basic);
}
.footer-content .widget_media_image:first-child {
    display: block;
}
.footer-content .widget_media_image:first-child img {
    display: block;
    width: 120px;
    height: 49px !important;
}
.footer-content .widget_media_image img.img-custom-size,
.footer-content .widget_media_image picture.img-custom-size img {
    width: 225px;
}
.footer-widgets .widget_media_image img {
    display: block;
    max-width: 32.5rem !important;
    width: 100%;
    margin-left: auto;
}
.copyright > div {
    display: flex;
}
.copyright > div > ul:not([class]) {
    flex-shrink: 0;
}
.copyright .menu li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    margin: 0 .75rem;
    vertical-align: middle;
    background-color: var(--color-basic);
}
.copyright .menu a {
    color: inherit;
}
.copyright .menu a:hover {
    color: var(--color-primary);
}
.copyright .socials-list {
    justify-content: flex-end;
}
.back-to-top {
    position: fixed;
    bottom: 15rem;
    right: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    font-size: .5rem;
    color: var(--color-system);
    background-color: #e3e8ef;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear;
}
.back-to-top i {
    font-weight: bold;
    transform: rotate(180deg);
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

/******** 4 - WPBakery ********/

/*== 4.1 - Sections & Rows ==*/
.site-main .vc_section,
.site-main .vc_section.vc_section-has-fill {
    margin: 0;
    padding: 4rem 0;
}
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark),
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .wpb_text_column.icons-list,
.site-main .vc_section.has-gradient-blue,
.site-main .vc_section.has-gradient-dark {
    color: #fff;
}
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .wpb_text_column {
    color: rgba(255, 255, 255, .8);
}
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .wpb_text_column a:not([class]):not(:hover),
.site-main .vc_section.has-gradient-blue .wpb_text_column a:not([class]):not(:hover),
.site-main .vc_section.has-gradient-dark .wpb_text_column a:not([class]):not(:hover) {
    /*text-decoration: underline;
    color: #7377ea;*/
    color: #ffb703;
}
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline,
.site-main .vc_section.has-gradient-blue .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline,
.site-main .vc_section.has-gradient-dark .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline {
    border-color: #fff;
    color: inherit;
}
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline:hover,
.site-main .vc_section.has-gradient-blue .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline:hover,
.site-main .vc_section.has-gradient-dark .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline:hover {
    border-color: var(--color-primary);
}
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .icons-list li,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .icons-list ul:not([class]) li,
.site-main .vc_section.has-gradient-blue .icons-list li,
.site-main .vc_section.has-gradient-blue .icons-list ul:not([class]) li,
.site-main .vc_section.has-gradient-dark .icons-list li, 
.site-main .vc_section.has-gradient-dark .icons-list ul:not([class]) li,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .icons-list.check i,
.site-main .vc_section.has-gradient-blue .icons-list.check i,
.site-main .vc_section.has-gradient-dark .icons-list.check i,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .icons-list.check ul:not([class]) i,
.site-main .vc_section.has-gradient-blue .icons-list.check ul:not([class]) i,
.site-main .vc_section.has-gradient-dark .icons-list.check ul:not([class]) i,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .icons-list.check-circle i,
.site-main .vc_section.has-gradient-blue .icons-list.check-circle i,
.site-main .vc_section.has-gradient-dark .icons-list.check-circle i,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) .icons-list.check-circle ul:not([class]) i, 
.site-main .vc_section.has-gradient-blue .icons-list.check-circle ul:not([class]) i, 
.site-main .vc_section.has-gradient-dark .icons-list.check-circle ul:not([class]) i {
    color: inherit;
}
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) h1,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) h2,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) h3,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) h4,
.site-main .vc_section.vc_section-has-fill:not(.has-gradient):not(.text-dark) a:not([class]),
.site-main .vc_section.has-gradient-blue h1,
.site-main .vc_section.has-gradient-blue h2,
.site-main .vc_section.has-gradient-blue h3,
.site-main .vc_section.has-gradient-blue h4,
.site-main .vc_section.has-gradient-dark h1,
.site-main .vc_section.has-gradient-dark h2,
.site-main .vc_section.has-gradient-dark h3,
.site-main .vc_section.has-gradient-dark h4,
.site-main .vc_section.has-gradient-dark a:not([class]),
.site-main .vc_section.has-gradient-blue .back-to-btn,
.site-main .vc_section.has-gradient-dark .back-to-btn {
    color: inherit;
}
.site-main .vc_section:not(.vc_section-has-fill).text-dark { /* vacancy page */
    color: var(--color-system);
}
.site-main .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 4rem;
}
.site-main .vc_section.vc_section-has-fill.bg-pos-right {
    background-position: top right !important;
}
.site-main .vc_section.vc_section-has-fill.bg-pos-bottom {
    background-position: bottom left !important;
    background-size: 29% auto !important;
}
.site-main .vc_section.vc_section-has-fill.bg-pos-right-bottom {
    background-position: bottom right !important;
}
.site-main .vc_section.has-bg {
    position: relative;
    background: url(images/layout/Vector.svg) no-repeat center bottom 30%, linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
}
.site-main .vc_section.has-bg .vc_row:nth-child(2) {
    max-width: calc(90% - 6rem + 30px);
    padding-top: 225px;
    padding-bottom: 145px;
}
.site-main .vc_section.has-bg .vc_row[data-vc-full-width] {
    position: absolute !important;
    bottom: 0;
    padding-right: calc(3rem - 15px);
    padding-left: calc(3rem - 15px);
}
.site-main .vc_section.has-gradient {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
}
.site-main .vc_section.has-gradient-blue {
    background: linear-gradient(180deg, #16185b 0%, #120f33 100%);
}
.site-main .vc_section.has-gradient-dark {
    background: linear-gradient(180deg, #1d2430 0%, #120f33 100%);
}
.site-main .vc_section.has-top-border,
.site-main .vc_section.has-top-border .vc_row:first-child {
    padding-top: 0;
}
.site-main .vc_section.has-top-border .vc_row:first-child > .vc_column_container {
    border-top: 1px solid #e3e8ef;
    padding-top: 4rem;
}
.vc_section .vc_row {
    max-width: 1396px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem calc(3rem - 15px);
}
.vc_section .vc_row.md {
    max-width: 1176px;
}
.vc_section .vc_row.sm {
    max-width: 926px;
}
.vc_section .vc_row.vc_row-has-fill {
    max-width: calc(1396px - 6rem);
    padding: 2rem 1rem;
}
.vc_section .vc_row.vc_row-has-fill > .vc_column_container:only-child {
    float: none;
}
.vc_section .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_section .vc_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.vc_section .vc_row.vc_row-has-fill h2 {
    font-size: 2rem;
    font-family: 'Figtree-SemiBold';
}
.vc_section .vc_row.vc_row-o-equal-height:not(.vc_row-o-content-top):not(.vc_row-o-content-middle):not(.vc_row-o-content-bottom) 
> .vc_column_container > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.vc_section .vc_row.vc_inner {
    margin-bottom: 2rem;
    padding: 0;
}
.vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding: 2rem;
}
.vc_section .vc_row.vc_inner.vc_row-has-fill > .vc_column_container > .vc_column-inner:only-child {
    padding-top: 0;
}
.vc_section .vc_row.vc_inner .vc_column_container:first-child > .vc_column-inner {
    padding-left: 0;
}
.vc_section .vc_row.vc_inner .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0;
}
.vc_section .vc_row.vc_inner .vc_column_container.vc_col-has-fill > .vc_column-inner {
    padding: 1.5rem;
}
.vc_section .vc_row.vc_inner .vc_column_container.vc_col-has-fill + .vc_col-has-fill > .vc_column-inner {
    margin-left: 2rem;
}
.vc_section .vc_row.vc_inner .wpb_content_element {
    margin-bottom: 2rem;
}
.vc_section .vc_row.vc_row-o-full-height {
    min-height: auto;
    height: 100%;
}
.vc_section .vc_row[data-vc-full-width] {
    left: 0 !important;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: inherit;
    opacity: 1 !important;
}
.vc_section .vc_row[data-vc-full-width] .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.vc_section .vc_row-full-width { /* fix data-vc-full-width row margin */
    margin-bottom: 4rem;
}
.vc_section .vc_row.tablet-row {
    display: flex;
}
.vc_section .vc_row.tablet-row.vertical-center {
    align-items: center;
}
.vc_section .vc_row.tablet-row .vc_column_container:first-child > .vc_column-inner {
    padding-right: 2.3rem;
}
.vc_section .vc_row.tablet-row .vc_column_container:last-child > .vc_column-inner {
    padding-left: 2.3rem;
}
.vc_section .vc_row.tablet-row .vc_column_container:only-child > .vc_column-inner,
.vc_section .vc_row.tablet-row.reverse .vc_column_container:only-child > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.vc_section .vc_row.tablet-row .vc_column_container.vc_col-sm-4:nth-child(2) > .vc_column-inner {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
}
.vc_section .vc_row.tablet-row.reverse {
    flex-direction: row-reverse;
}
.vc_section .vc_row.tablet-row.reverse .vc_column_container:first-child > .vc_column-inner {
    padding: 0 0 0 2.3rem;
}
.vc_section .vc_row.tablet-row.reverse .vc_column_container:last-child > .vc_column-inner {
    padding: 0 2.3rem 0 0;
}
.vc_section .vc_row.tablet-row .vc_row-o-equal-height.vc_inner .vc_column_container:first-child > .vc_column-inner {
    padding-right: 15px;
}
.vc_section .vc_row.tablet-row .vc_row-o-equal-height.vc_inner .vc_column_container:last-child > .vc_column-inner {
    padding-left: 15px;
}
/*.archive .vc_section .vc_row.tablet-row {
    font-size: var(--size-md);
}*/
.vc_section .vc_row.vacancy-row {
    position: relative;
    left: 135px;
    max-width: 1196px;
}
.vc_section .vc_row.vacancy-row .vc_column_container.vc_col-sm-8 {
    flex-grow: 1;
}
.vc_section .vc_row.vacancy-row .vc_column_container.vc_col-sm-4 {
    flex-shrink: 0;
    flex-basis: 20.625rem;
}
.vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.vc_col-has-fill .vc_column-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vc_section .wpb_content_element {
    margin-bottom: 2rem;
}
.vc_section .vc_row:last-child,
.vc_section .vc_row.vc_inner:last-child,
.vc_section .vc_row.vc_inner .wpb_content_element:last-child,
.vc_section .vc_row-full-width:last-child,
.vc_section .wpb_content_element:last-child,
.vc_btn3-container:last-child,
.vc_tta-container:last-child,
.vc_column_container .vc_toggle:last-child,
.vc_custom_heading.vc_do_custom_heading:last-child,
.vc_btn3-container.vc_do_btn:last-child {
    margin-bottom: 0;
}

/*== 4.2 - Default Modules ==*/
.vc_custom_heading.vc_do_custom_heading,
.vc_btn3-container.vc_do_btn {
    margin-bottom: 1rem;
}
.vc_custom_heading.vc_do_custom_heading + .vc_btn3-container.vc_do_btn {
    margin-top: 2.5rem;
}
.vc_custom_heading.size-lg {
    font: 2rem/1.2 'Figtree-SemiBold';
}
.custom-btn {
    flex-shrink: 0;
    border: 1px solid var(--color-primary);
    border-radius: .5rem;
    padding: var(--size-sm) var(--size-lg);
    text-decoration: none !important;
    text-align: center;
    font: 1rem/1.7 'Figtree-Medium';
    color: #fff;
    background-color: var(--color-primary);
    background-image: none;
    transition: all .3s ease;
}
.custom-btn:hover {
    border-color: var(--color-primary);
    color: #fff;
    background-color: var(--color-primary);
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.custom-btn + .custom-btn,
.vc_btn3-container.vc_btn3-inline + .vc_btn3-container.vc_btn3-inline {
    margin-left: .75rem;
}
.custom-btn.outline {
    border-color: var(--color-system);
    color: var(--color-system);
    background-color: transparent;
}
.custom-btn i {
    vertical-align: middle;
    margin-left: 1rem;
}
span.custom-btn {
    display: inline-block;
}
.vc_btn3-container .vc_general.vc_btn3 {
    flex-shrink: 0;
    text-decoration: none !important;
    text-align: center;
    font: 1rem/1.7 'Figtree-Medium';
    background-image: none;
    transition: all .3s ease;
}
.vc_btn3-container .vc_general.vc_btn3:hover,
.vc_btn3-container .vc_general.vc_btn3:focus {
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.vc_btn3-container .vc_btn3.vc_btn3-shape-rounded {
    border-radius: .5rem;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-lg,
.vc_btn3-container.vc_btn3-center .vc_btn3.vc_btn3-size-lg.vc_btn3-block {
    padding: var(--size-sm) var(--size-lg);
}
.vc_btn3-container.lg-padding .vc_btn3.vc_btn3-size-lg {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline {
    border-width: 1px;
    border-color: var(--color-system);
    color: var(--color-system);
}
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding: var(--size-sm) var(--size-lg);
}
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline:hover,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline:focus,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline:active,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:focus,
.vc_btn3-container .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:active {
    border-color: var(--color-primary);
    color: var(--color-system);
    background-color: transparent;
}
.vc_tta-accordion.vc_general {
    max-width: 56.25rem;
    width: 100%;
    margin: 0 auto;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel {
    border-bottom: 1px solid #d9d9d9;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel:last-child,
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 0;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: 0;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 0;
    border-radius: 0 !important;
    background-color: transparent !important;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel .vc_tta-panel-title {
    font-size: var(--size-md);
    font-family: 'Figtree-SemiBold';
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel .vc_tta-panel-title > a {
    padding: 2.25rem var(--size-lg);
    text-decoration: none;
    color: inherit;
}
.vc_column_container:not(.vc_col-sm-12) .vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel .vc_tta-panel-title > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: inherit;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-right: 5.5rem;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 5.5rem;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
    width: 3rem;
    height: 3rem;
    border: 1px solid;
    border-radius: .5rem;
    background-color: #fff;
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon:before {
    content: "\e906";
    font: 7px/1 'icomoon' !important;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    border: 0;
    transform: translate(-50%, -50%);
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon:before {
    transform: translate(-50%, -50%) rotate(-180deg);
}
.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel-body {
    border: 0;
    padding: 0 var(--size-lg) 2.5rem;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-body {
    height: auto !important;
    transition: none;
    transform: none;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-bottom: 6rem;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
    margin: 6rem 0 0;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-tabs-list {
    display: flex;
    width: fit-content;
    gap: 10px;
    border: 1px solid var(--color-system);
    border-radius: .625rem;
    padding: .5rem;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-controls-align-center .vc_tta-tabs-list {
    margin: 0 auto;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-controls-align-right .vc_tta-tabs-list {
    margin: 0 0 0 auto;
}
.vc_tta-tabs.vc_general .vc_tta-tabs-list li {
    margin: 0;
}
.vc_tta-tabs.vc_general .vc_tta-tabs-list li > a {
    border: 0;
    border-radius: .5rem !important;
    padding: .625rem 1rem;
    color: var(--color-basic);
    background-color: transparent;
    transition: all .3s ease;
}
.vc_tta-tabs.vc_general .vc_tta-tabs-list li > a:hover,
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panel-heading:hover {
    background-color: transparent;
}
.vc_tta-tabs.vc_general .vc_tta-tabs-list li.vc_active > a {
    pointer-events: none;
    color: #fff;
    background-color: var(--color-primary);
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panels {
    border: 0;
    border-radius: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel {
    margin: 0 !important;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: .625rem;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel .vc_tta-panel-heading {
    border-radius: .5rem !important;
    border-color: var(--color-system);
    color: var(--color-basic);
    background-color: transparent;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-body {
    border: 0;
    padding: 0;
}
.vc_tta-tabs.vc_general .vc_tta-panel-body h3 {
    font: 2rem/1.2 'Figtree-SemiBold';
}
.wpb_single_image .vc_figure .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_figure .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 1rem;
}
.wpb_images_carousel {
    padding-bottom: .625rem;
}
.wpb_images_carousel .vc_images_carousel {
    max-width: 100%;
    padding: 0 2.5rem;
}
.wpb_images_carousel .vc_images_carousel[data-mode="horizontal"] .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner {
    display: flex;
}
.wpb_images_carousel .vc_images_carousel[data-mode="horizontal"] .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
    display: inherit;
    align-items: center;
    float: none;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: 0;
    border: 1px solid var(--color-primary);
    border-radius: .5rem;
    text-shadow: none;
    color: var(--color-primary);
    transform: translateY(-50%);
    opacity: 1;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev,
.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 2.25rem;
    transform: translate(-50%, -50%);
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: "\e902";
    padding-right: 2px;
    font: var(--size-sm)/1 'icomoon' !important;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: "\e903";
    padding-left: 2px;
    font: var(--size-sm)/1 'icomoon' !important;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-indicators {
    bottom: -.625rem;
    line-height: 1;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 .25rem;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-indicators li.vc_active {
    width: 8px;
    height: 8px;
    margin: 0 .25rem;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
.wpb_single_image.svg-320 .vc_figure,
.wpb_single_image.svg-320 .vc_single_image-wrapper,
.wpb_single_image.svg-320 img {
    display: block;
}
.wpb_single_image.svg-320 img {
    max-width: 20rem;
    margin-left: -.75rem;
}
.wpb_single_image.max-height-160 img { /* security service */
    max-height: 160px;
}
.vc_pie_chart .wpb_wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.vc_pie_chart .wpb_pie_chart_heading {
    font-family: 'Figtree-Bold';
}
.vc_pie_chart.wpb_content_element .vc_pie_wrapper {
    margin-top: 2rem;
}
.vc_column_container.vc_col-sm-4 .vc_pie_chart .vc_pie_wrapper {
    max-width: 14rem;
}
.vc_column_container.vc_col-sm-4 .vc_pie_chart .vc_pie_chart_back,
.vc_column_container.vc_col-sm-4 .vc_pie_chart .vc_pie_chart_value,
.vc_column_container.vc_col-sm-4 .vc_pie_chart canvas {
    max-width: inherit;
    max-height: 14rem;
}
.vc_column_container.vc_col-sm-4 .vc_pie_chart .vc_pie_chart_value {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1 !important;
    font-size: 44px;
    font-family: 'Figtree-Bold';
    color: var(--color-system);
}

/*== 4.3 - Custom VC Modules ==*/
/* 4.3.1 - service card */
.vc_section .vc_row.vc_row-o-equal-height .service-card,
.vc_section .vc_row.vc_row-o-equal-height .card-icon,
.vc_section .vc_row.vc_row-o-equal-height .pricing-table {
    height: 100%;
}
.service-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1rem;
    padding: var(--size-lg);
    background-color: rgba(255, 255, 255, .05);
    transition: border .3s ease;
}
.service-card a {
    display: flex;
    flex-direction: column;
    height: calc(100% + (var(--size-lg) * 2));
    margin: -1.25rem;
    padding: inherit;
}
.service-card .wpb_content_element {
    flex-grow: 1;
    min-height: 174px;
    margin-bottom: 1.75rem;
}
.service-card .icon,
.check-list .icon,
.counter-wrapper .icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 3rem;
    max-height: 3rem;
    margin-bottom: 1.5rem;
}
.service-card .icon img,
.check-list .icon img {
    max-height: 100%;
}
.service-card .entry-title {
    margin-bottom: .625rem;
    font-family: 'Figtree-SemiBold';
}
.service-card .entry-title span {
    display: inline-block;
    margin-left: 1rem;
    border-radius: .5rem;
    padding: 9px 12px 10px;
    vertical-align: middle;
    font-size: var(--size-sm);
    color: var(--color-primary);
    background-color: #ffefe7;
}
.service-card .wpb_text_column {
    color: rgba(255, 255, 255, .8);
}
.service-card i {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    border-radius: .5rem;
    background-color: var(--color-primary);
    background-size: var(--size-sm);
}
.service-card i:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(images/layout/arrow-right-alt.svg) no-repeat center;
    background-size: contain;
}
.service-card:hover {
    border-color: rgba(255, 255, 255, .5);
}
.service-card:hover i:after {
    transform: rotate(-40deg);
    transition: all .5s ease;
}
.service-card.alt {
    background-color: var(--color-bg-light);
}
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem -3.75rem;
}
.services-wrapper .service-card {
    width: calc(50% - 2rem);
    margin: 0 1rem 3.75rem;
}
.services-wrapper .service-card .wpb_content_element {
    min-height: 220px;
    margin: 0;
    padding: 0 var(--size-lg);
}
.services-wrapper .service-card .entry-title {
    line-height: 1.25;
    font-size: 2rem;
}
.services-wrapper .service-card .entry-title span {
    position: absolute;
    top: -18px;
    right: var(--size-lg);
    font-size: 1rem;
}
.service-card.alt .wpb_text_column {
    color: var(--color-basic);
    font-size: var(--size-lg);
}
/* 4.3.2 - icon card */
.card-icon,
.pricing-table,
.vacancy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #f2edf7;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #fff;
}
.vacancy {
    height: auto;
    border-color: #e3e8ef;
}
.card-icon > a:not([class]) {
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    margin: -1.5rem;
    padding: inherit;
    color: inherit;
}
.card-icon .entry-title {
    font-family: 'Figtree-SemiBold';
}
.card-icon .entry-title.md {
    font-size: 1.5rem;
}
.card-icon .entry-title.lg {
    font-size: 2rem;
}
.card-icon.text-center {
    align-items: center;
}
.card-icon.has-shadow img {
    filter: drop-shadow(0px 10px 8px rgba(210, 207, 246, .8));
}
.card-icon.pos-top.lg.has-shadow img {
    width: 5.25rem;
    height: 5.25rem;
}
.card-icon.pos-top img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.875rem;
    object-fit: contain;
}
.card-icon.pos-top .custom-btn,
.pricing-table .custom-btn {
    margin-top: auto;
}
.card-icon.pos-top.sm {
    padding: var(--size-lg);
}
.card-icon.pos-top.sm > a:not([class]) {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    margin: -20px;
}
.card-icon.pos-top.sm img {
    width: 2rem;
    height: 2rem;
}
.card-icon.pos-top.lg img {
    width: 5rem;
    height: 5rem;
}
.card-icon.pos-bottom {
    padding-bottom: 0;
}
.card-icon.pos-bottom .wpb_text_column:last-child {
    margin-bottom: 1rem;
}
.card-icon.pos-bottom > a:not([class]) {
    margin-bottom: 0;
}
.card-icon.pos-bottom picture,
.card-icon.pos-bottom img {
    order: 1;
    display: block;
    max-height: 110px;
    margin: auto auto 0;
    contain-intrinsic-size: 26rem;
}
.card-icon.bg-blue,
.pricing-table.bg-blue,
.vacancy.bg-blue,
.counter-wrapper.bg-blue {
    border-color: #e3e8ef;
    background-color: var(--color-bg-light);
}
.card-icon.bg-dark,
.pricing-table.bg-dark,
.vacancy.bg-dark,
.counter-wrapper.bg-dark {
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    transition: border .3s ease;
}
.card-icon.bg-dark .entry-title,
.vacancy.bg-dark .entry-title,
.counter-wrapper.bg-dark .main-counter-box {
    color: inherit;
}
.card-icon.bg-dark:hover,
.pricing-table.bg-dark:hover,
.vacancy.bg-dark:hover,
.counter-wrapper.bg-dark:hover {
    border-color: rgba(255, 255, 255, .5);
}
.card-icon .icons-list,
.pricing-table .pricing-table-body {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid;
    padding-top: 1.25rem;
}
.card-icon.bg-dark .icons-list,
.pricing-table.bg-dark .pricing-table-body {
    border-color: rgba(255, 255, 255, .2);
}
.card-icon .icons-list ul:not([class]),
.pricing-table-body.icons-list ul:not([class]) {
    margin-top: 0;
}
.card-icon.has-scale {
    transform: scale(1.1);
}
/* 4.3.3 - cta */
.cta-banner {
    border: 1px solid #e3e8ef;
    border-radius: 1rem;
    padding: 4rem;
    color: var(--color-basic);
    background-repeat: no-repeat;
}
.cta-banner > div {
    max-width: 40rem;
    width: 100%;
}
.cta-banner.text-center > div {
    max-width: 100%;
    margin: 0 auto;
}
.cta-banner .entry-title,
.custom-content .entry-title {
    font-family: 'Figtree-SemiBold';
}
.cta-banner h2.entry-title {
    font-size: 2.125rem;
}
.cta-banner h5.entry-title {
    font-size: 1.5rem;
}
.cta-banner.light {
    border-color: transparent;
    color: #fff;
}
.cta-banner.light .entry-title {
    color: inherit;
}
.cta-banner.light .wpb_text_column {
    font-family: 'Figtree-Light';
    color: rgba(255, 255, 255, .8);
}
.cta-banner.light .custom-btn.outline,
.vacancy.bg-dark .custom-btn.outline {
    border-color: #fff;
    color: inherit;
}
.cta-banner.light a:not([class]):not(:hover) {
    color: #ffb703;
 }
/* 4.3.4 - blog */
.posts-wrapper .all-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
.posts-wrapper [class*="type-"] {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 2rem);
    margin: 0 1rem 3.25rem;
}
.posts-wrapper figure,
.about-card figure {
    flex-shrink: 0;
    border-radius: 1rem;
    overflow: hidden;
}
.posts-wrapper figure a,
.posts-wrapper figure picture,
.posts-wrapper figure img,
.about-card figure a,
.about-card figure picture,
.about-card figure img {
    display: block;
    height: inherit;
}
.posts-wrapper figure.alt,
.posts-wrapper figure.alt a {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.5;
}
.posts-wrapper figure.alt a {
    flex-grow: 1;
}
.posts-wrapper figure.alt img {
    width: 80%;
}
.posts-wrapper .post-meta,
.widget_related_posts .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem;
    font-size: var(--size-sm);
}
.posts-wrapper .post-meta .post-date {
    font-family: 'Figtree-SemiBold';
    color: var(--color-basic);
}
.posts-wrapper .post-meta .post-date:only-child,
.widget_related_posts .post-meta .post-date:only-child {
    margin-left: auto;
}
.posts-wrapper [class*="type-"] .entry-title,
.widget_related_posts [class*="type-"] .entry-title,
.about-card .entry-title {
    font: var(--size-lg)/1.2 'Figtree-SemiBold';
}
.widget_related_posts [class*="type-"] .entry-title {
    font-family: 'Figtree-Medium';
}
.posts-wrapper [class*="type-"] h4.entry-title {
    font-size: 21px;
    font-family: 'Figtree-Bold';
}
.posts-wrapper .text-box,
.about-card .text-box {
    flex-grow: 1;
    padding-top: 1.5rem;
}
.posts-wrapper .text-box > a:not([class]) {
    flex-grow: 1;
    display: inherit;
    flex-direction: inherit;
    margin: -20px;
    padding: inherit;
    color: var(--color-system);
}
.posts-wrapper .text-box > a:not([class]) p {
    line-height: 1.4;
    font-size: var(--size-sm);
}
.posts-wrapper .more-link {
    margin-top: auto;
}
.posts-wrapper.has-slider .all-posts { /* author's archive */
    display: block;
    margin: 0;
}
.posts-wrapper .archive-slider {
    width: calc(100% + (30vw - 150px));
}
.posts-wrapper.has-slider [class*="type-"] {
    margin: 0;
}
.archive .posts-wrapper .type-white-paper:first-child {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 2rem);
    margin-bottom: 8rem;
    border: 1px solid #e3e8ef;
    border-radius: 1rem;
    padding: 2rem;
    background-color: var(--color-bg-light);
}
.archive .posts-wrapper .type-white-paper:only-child {
    margin-bottom: 3.25rem;
}
.archive .posts-wrapper .type-white-paper:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4rem;
    left: 0;
    height: 1px;
    background-color: #e3e8ef;
}
.archive .posts-wrapper .type-white-paper:only-child:after {
    content: none;
}
.archive .posts-wrapper .type-white-paper:first-child > * {
    width: calc(50% - 1rem);
}
.archive .posts-wrapper .type-white-paper:first-child .text-box {
    flex-grow: 0;
    padding: 0;
}
.archive .posts-wrapper .type-white-paper:first-child .entry-title {
    font-size: 2rem;
}
.posts-wrapper .type-white-paper .entry-content {
    display: none;
}
.archive .posts-wrapper .type-white-paper:first-child .entry-content {
    display: block;
}
.archive .posts-wrapper .type-white-paper .entry-content p {
    line-height: 1.7;
}
.post-primary-term,
.post-terms-box,
.vacancy .post-status,
.about-card .entry-title span {
    margin-right: 1rem;
    border-radius: .5rem;
    padding: 4.5px 12px;
    line-height: 17px;
    color: var(--color-primary);
    background-color: #ffefe7;
}
.post-primary-term:hover {
    color: var(--color-primary);
}
.not-found {
    display: none;
    text-align: center;
}
/* 4.3.5 - testimonials */
.testimonials-wrapper .flexbox,
.vacancies-wrapper .flexbox {
    margin: 0 -1rem -2rem;
}
.testimonials-wrapper .flexbox .testimonial,
.vacancies-wrapper .flexbox .vacancy {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
}
.testimonials-wrapper .testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1rem;
    padding: 1.5rem;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .05);
}
.testimonial-rate {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
}
.testimonial-rate figure {
    max-width: 100px;
}
.testimonial-rate figure a,
.testimonial-rate figure picture,
.testimonial-rate figure img {
    display: inherit;
}
.testimonial-rate figure img {
    border-radius: .5rem;
    padding: .625rem;
    background-color: #fff;
}
.rate-list {
    display: flex;
    line-height: 1;
    font-size: 1rem;
    color: #ff610f;
}
.rate-list li:not(:last-child) {
    margin-right: .5rem;
}
.testimonials-slider {
    width: calc(100% + (50vw - 450px));
    max-width: 95vw;
}
.testimonials-wrapper .testimonial .wpb_text_column {
    flex-grow: 1;
    font-family: 'Figtree-Light';
}
.testimonials-wrapper .testimonial .person-data {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    font-size: var(--size-sm);
    font-family: 'Figtree-Light';
}
.testimonials-wrapper .testimonial .person-data img {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border-radius: 6px;
    object-fit: contain;
}
.testimonials-wrapper .testimonial .person-data i {
    font-style: normal;
    color: rgba(255, 255, 255, .6);
}
.testimonials-wrapper .testimonial .person-data .person-name {
    display: block;
    color: #fff;
}
.testimonials-wrapper .testimonial .person-data .person-position {
    color: rgba(255, 255, 255, .6);
}
.testimonials-wrapper .testimonial .person-data a {
    color: #fff;
}
.testimonials-wrapper .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
}
.testimonials-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
/* 4.3.6 - custom content & slider */
.custom-content .wpb_text_column + .custom-btn {
    margin-top: 1rem;
}
.custom-content.alt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.custom-content.alt > * {
    width: 46%;
    margin-bottom: 0;
}
.custom-content.alt .entry-title {
    line-height: 1.2;
}
.custom-content.alt .custom-btn:only-child {
    display: block;
    width: fit-content;
    margin-left: auto;
}
.custom-content.align-middle {
    align-items: center;
}
.custom-content[style] {
    border-radius: 1rem;
    padding: 2.5rem;
}
.custom-content .simpleSubscribeForm {
    max-width: 28.75rem;
    margin-left: auto;
}
.content-slider-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
    border: 1px solid #f2edf7;
    border-radius: 1rem;
    padding: 2rem;
    background-color: #fff;
}
.content-slider-wrapper figure {
    width: 48%;
    border-radius: 1rem;
    overflow: hidden;
}
.content-slider-wrapper picture,
.content-slider-wrapper img {
    display: block;
}
.content-slider-wrapper .text-box {
    width: 52%;
    padding: 2rem 4rem;
}
.content-slider-wrapper .text-box p {
    font-family: 'Figtree-Light';
}
.content-slider-wrapper .entry-title {
    font-size: 2rem;
    font-family: 'Figtree-SemiBold';
}
.content-slider-wrapper .more-link {
    margin-top: 1rem;
    font-family: 'Figtree-SemiBold';
}
.content-slider {
    width: calc(100% + (80vw - 450px));
}
.content-slider-wrapper .swiper-slide.bg-blue,
.check-list.bg-blue li {
    border-color: #e3e8ef;
    background-color: var(--color-bg-light);
}
.check-list.bg-blue li {
    border-color: var(--color-bg-light);
}
.content-slider-wrapper .swiper-slide.bg-dark,
.check-list.bg-dark li {
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    transition: border .3s ease;
}
.content-slider-wrapper .swiper-slide.bg-dark .entry-title {
    color: inherit;
}
.swiper-button-prev,
.swiper-button-next {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: 600;
    font-size: 1.25rem;
    color: #666;
}
.swiper-pagination {
    position: static;
    max-width: 1300px;
    margin-top: .625rem;
}
.swiper-pagination-bullet {
    background-color: #eef2f6;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-basic);
}
/* 4.3.7 - checklist */
.check-list {
    max-width: 50rem;
    width: 100%;
    margin: 0 auto -1rem;
    color: var(--color-system);
}
.check-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid #f2edf7;
    border-radius: 1rem;
    padding: 1rem;
    background-color: #fff;
}
.check-list .icon {
    margin: 0 .625rem 0 0;
}
.check-list div > strong {
    display: block;
    font-family: 'Figtree-SemiBold';
}
.check-list span {
    font-family: 'Figtree-Light';
    color: var(--color-basic);
}
.check-list span:only-child {
    font-size: var(--size-md);
}
.site-main .vc_section:not(.vc_section-has-fill).text-dark .check-list span {
    color: inherit;
}
.check-list .check-list-btn,
.vacancies-slider .swiper-button-prev,
.vacancies-slider .swiper-button-next,
.archive-slider .swiper-button-prev,
.archive-slider .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    border-radius: .5rem;
    color: #fff;
    background-color: var(--color-primary);
}
.check-list .check-list-btn:hover {
    transform: scale(0.9);
}
/* 4.3.8 - pricing table */
.pricing-table {
    align-items: stretch;
}
.pricing-table-head {
    min-height: 6rem;
}
.pricing-table-head span {
    display: inline-block;
    margin-bottom: 1rem;
    font-family: 'Figtree-Light';
    color: var(--color-primary);
}
.pricing-table-head h3 {
    margin-bottom: .625rem;
}
.pricing-table-head p {
    font-size: var(--size-sm);
}
.pricing-table.bg-dark .pricing-table-head p {
    font-family: 'Figtree-Light';
    color: rgba(255, 255, 255, .8);
}
.pricing-table .pricing-table-body {
    margin-top: 1.25rem;
}
.pricing-table.show-popup {
    cursor: pointer;
}
.pricing-table.show-popup .custom-btn {
    display: none;
}
/* 4.3.9 - animated images */
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes swap {
    0%, 50% {
        left: 0%;
    }
    50.01%, 100% {
        left: 100%;
    }
}
.animated-images,
.partner-logos-animated {
    white-space: nowrap;
    overflow: hidden;
}
.animated-images-inner,
.partner-logos-animated-inner {
    display: inline-block;
    animation: marquee 60s linear infinite;
}
.animated-images-collection,
.partner-logos-animated .logos-list:first-child {
    position: relative;
    left: 0%;
    animation: swap 60s linear infinite;
}
.animated-images picture,
.animated-images img {
    display: inline-block;
    width: 225px;
    max-width: unset;
    height: 285px;
    margin: 0 .75rem;
    border-radius: 1rem;
    vertical-align: middle;
    object-fit: cover;
}
.animated-images picture:nth-child(even),
.animated-images img:nth-child(even) {
    width: 270px;
    height: 335px;
}
.animated-images picture img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}
/*.animated-images:hover .animated-images-inner,
.animated-images:hover .animated-images-collection,
.partner-logos-animated:hover .partner-logos-animated-inner,
.partner-logos-animated:hover .logos-list {
    animation-play-state: paused;
}*/
/* 4.3.10 - vacancies */
.vacancies-slider {
    width: calc(100% + (50vw - 150px));
}
.vacancies-slider .slider-controls,
.archive-slider .slider-controls {
    position: relative;
    max-width: 6rem;
    height: 2.5rem;
    margin-top: 2rem;
}
.archive-slider .slider-controls {
    margin-bottom: 2rem;
}
.vacancies-slider .swiper-button-prev,
.vacancies-slider .swiper-button-next,
.archive-slider .swiper-button-prev,
.archive-slider .swiper-button-next {
    top: auto;
    bottom: 0;
    margin-left: 0;
}
.vacancies-slider .swiper-button-prev:after,
.vacancies-slider .swiper-button-next:after,
.archive-slider .swiper-button-prev:after,
.archive-slider .swiper-button-next:after {
    content: "\e900";
    font: 1rem/1 'icomoon' !important;
    color: inherit;
}
.vacancies-slider .swiper-button-next:after,
.archive-slider .swiper-button-next:after {
    content: "\e901";
}
.vacancies-slider .swiper-pagination,
.archive-slider .swiper-pagination {
    display: none;
}
.vacancy .post-status {
    margin: 0 0 .5rem;
}
.vacancy .post-data-list {
    display: flex;
    flex-wrap: wrap;
    margin: .5rem 0 1rem;
    font-family: var(--size-sm);
}
.vacancy .post-data-list li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -2px .5rem 0;
    border-radius: 50%;
    vertical-align: middle;
    background-color: var(--color-basic);
}
.vacancy .entry-title {
    font-size: 1.5rem;
    font-family: 'Figtree-SemiBold';
}
.vacancy .wpb_text_column {
    margin-bottom: 1.25rem;
}
.vacancy .custom-btn {
    margin-top: auto;
    padding: .5rem 1rem .45rem;
}
.vacancy.closed {
    pointer-events: none;
    color: #9ea7b5;
}
.vacancy.closed .post-status {
    color: #535d6c;
    background-color: #ced6e0;
}
.vacancy.closed .entry-title {
    color: inherit;
}
.vacancy.closed .custom-btn {
    border-color: #9ea7b5;
    color: inherit;
}
.vacancy-data-list {
    border-radius: .5rem;
    padding: 1.5rem;
    font-size: var(--size-md);
    color: #3f4a5a;
    background-color: var(--color-bg-light);
}
.vacancy-data-list li:not(:last-child) div {
    margin-bottom: 1rem;
    border-bottom: 2px solid #ced6e0;
    padding-bottom: .75rem;
}
.vacancy-data-list strong {
    display: block;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-family: 'Figtree-SemiBold';
    color: #9ea7b5;
}
.vacancy-data-list i {
    margin-right: .5rem;
    vertical-align: middle;
}
/* 4.3.11 - top banner */
.top-banner {
    min-height: 26rem;
    margin: -6rem 0;
    color: #fff;
    background-repeat: no-repeat !important;
}
.top-banner .container,
.top-banner .flexbox {
    min-height: inherit;
}
.top-banner .flexbox {
    align-items: center;
    padding: 6rem 0;
}
.top-banner.text-center .flexbox {
    justify-content: center;
}
.top-banner h1,
.top-banner h2 {
    color: inherit;
}
/* 4.3.12 - about card */
.about-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.about-card .text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-card .entry-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.about-card .entry-title span {
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0 0 0 1rem;
}
.about-card .custom-btn {
    margin-top: auto;
}
.about-us-wrapper > div:not([class]) {
    max-width: calc(50% - 30px);
    margin-bottom: 4rem;
}
/* 4.3.13 - counter */
.counter-wrapper {
    max-width: 1090px;
    border: 1px solid #e3e8ef;
    border-radius: 1rem;
    padding: 3.5rem 8rem;
    text-align: center;
    font-size: var(--size-md);
    font-family: 'Figtree-SemiBold';
    background: url(images/layout/bg-lines-lt.svg) no-repeat, url(images/layout/bg-lines-rt.svg) no-repeat bottom right;
    background-color: #fff;
}
.counter-wrapper .flexbox {
    margin: 0 -.75rem -1.5rem;
    justify-content: space-evenly;
}
.counter-wrapper .icon {
    max-width: 7.5rem;
    max-height: 7.5rem;
    margin: 0 auto -1.5rem;
}
.counter-wrapper .icon img {
    max-height: inherit;
}
.counter-wrapper .counter-item {
    width: 11.5rem;
    margin: 0 .75rem 1.5rem;
}
.counter-wrapper .main-counter-box {
    font: 2.5rem/1.25 'Figtree-SemiBold';
    color: var(--color-accent);
}
.vc_column_container.vc_col-sm-12 .counter-wrapper {
    margin: 0 auto;
}

/******** 5 - Pages ********/
.chart-settings > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}
.chart-settings .vc_btn3-container {
    margin-top: auto;
}
.chart-settings h3 {
    line-height: 1.2;
    font-family: 'Figtree-SemiBold';
}
.chart-settings p {
    color: var(--color-system);
}
.archive .vc_section:first-child,
.archive:not(.author) .vc_section:first-child .vc_row {
    padding: 0;
}
.archive .vc_section:nth-child(2):not(.has-top-border):not(:last-child) {
    padding-bottom: .625rem;
}
.archive .vc_col-sm-6 {
    width: 50%;
}
.archive.post-type-archive-services .tablet-row {
    min-height: 33rem;
}
.archive.post-type-archive-services .tablet-row .inner-box,
.vc_section .vc_row.tablet-row .vc_column_container.inner-box > .vc_column-inner > .wpb_wrapper {
    max-width: calc(650px + 3rem);
}
.archive.post-type-archive-services .tablet-row.default .inner-box,
.vc_section .vc_row.tablet-row .vc_column_container.inner-box > .vc_column-inner > .wpb_wrapper {
    margin: 0 -2.3rem 0 auto;
    padding: 0 0 0 3rem;
}
.archive.post-type-archive-services .tablet-row.reverse .inner-box,
.vc_section .vc_row.tablet-row.reverse .vc_column_container.inner-box > .vc_column-inner > .wpb_wrapper {
    margin: 0 auto 0 -2.3rem;
    padding: 0 3rem 0 0;
}
.archive.post-type-archive-services .cta-banner {
    font-size: var(--size-sm);
}
.archive.post-type-archive-services .cta-banner h3.entry-title {
    font-size: 2rem;
}
.archive.post-type-archive-webinars .post-primary-term {
    opacity: 0;
    visibility: hidden;
}
.archive-top-banner {
    height: 23rem;
    padding: 4rem 0;
    background: linear-gradient(180deg, #16185b 0, #120f33 100%);
}
.archive-top-banner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #fff;
}
.archive-top-banner .page-title {
    font-family: 'Figtree-Medium';
    color: inherit;
}
.single-services .vc_section:first-child .vc_row.tablet-row .icons-list {
    display: flex;
    flex-wrap: wrap;
}
.single-services .vc_section .vc_row.sm .icons-list {
    width: fit-content;
    margin: 0 auto;
}
.search-form {
    display: flex;
    align-items: center;
    max-width: 40.5rem;
    width: 100%;
    margin: 1.25rem auto 2.25rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .5rem;
    padding: .65rem 1rem;
    background-color: rgba(255, 255, 255, .05);
}
.search-form label {
    flex-grow: 1;
}
.search-form input[type="search"] {
    border-radius: 0;
    border: 0;
    padding: 0;
    font-size: var(--size-sm);
    color: inherit;
}
.search-form input[type="submit"] {
    border-radius: 0;
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: url('images/layout/search.svg') no-repeat center;
}
.terms-list {
    /*display: flex;*/
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.terms-list li {
    margin: .25rem;
}
.terms-list a {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 2rem;
    padding: 9px 12px;
    font: var(--size-sm)/var(--size-lg) 'Figtree-SemiBold';
    color: inherit;
    background-color: rgba(255, 255, 255, .05);
}
.terms-list a:hover,
.terms-list a.active {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
#terms-select {
    display: none;
    max-width: 40.5rem;
    width: 100%;
    margin: 0 auto;
    border-color: rgba(255, 255, 255, .2);
    padding: .75rem 1rem;
    background-color: rgba(255, 255, 255, .05);
}
.hubspot-form-box {
    border-radius: .5rem;
    padding: 45px 55px;
    background-color: var(--color-bg-light);
}
.hubspot-form-box > h3 {
    text-align: center;
    font-family: 'Figtree-Bold';
    color: var(--color-system) !important;
}
.hubspot-form-box > h3:after {
    content: "";
    display: block;
    width: calc(100% + 50px);
    height: 1px;
    margin: 20px 0 25px -25px;
    background-color: #c3c5cc;
}
.single .rank-math-breadcrumb,
.archive.author .rank-math-breadcrumb {
    max-width: 1396px;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 3rem .5rem;
    font-size: var(--size-sm);
}
.single .rank-math-breadcrumb a,
.archive.author .rank-math-breadcrumb a {
    color: inherit;
}
.single .rank-math-breadcrumb span.last,
.archive.author .rank-math-breadcrumb span.last {
    color: var(--color-system);
    cursor: default;
}
.single .wp-block-rank-math-toc-block:not(:first-child) {
    margin-top: 4rem;
}
.single .wp-block-rank-math-toc-block {
    margin-bottom: 4rem;
    border: 1px solid #e3e8ef;
    border-radius: .5rem;
    font-size: 1rem;
}
.single .wp-block-rank-math-toc-block h2 {
    position: relative;
    margin: 0;
    border: 0;
    padding: .75rem;
    font-size: var(--size-lg);
    font-family: 'Figtree-Medium';
    cursor: pointer;
}
.single .wp-block-rank-math-toc-block h2:after {
    content: "\e906";
    position: absolute;
    top: 50%;
    right: .75rem;
    font: bold 7px/1 'icomoon' !important;
    transform: translateY(-50%) rotate(180deg);
    transition: transform .3s ease;
}
.single .wp-block-rank-math-toc-block.closed h2:after {
    transform: translateY(-50%);
}
.single .wp-block-rank-math-toc-block nav {
    padding: .25rem .75rem .75rem;
}
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) li,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li {
    display: block;
    min-height: auto;
    margin-bottom: .5rem;
    padding-left: .5rem;
}
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) li:last-child,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li:last-child {
    margin: 0;
}
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) li:before,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li:before {
    content: "";
    top: .5rem;
    left: -.5rem;
    width: 5px;
    height: 5px;
    background-color: var(--color-basic);
    transition: background-color .3s ease;
}
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li:before {
    border-radius: .5rem;
}
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) a,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) a {
    color: inherit;
}
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) li:hover:before,
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) li:focus:before,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li:hover:before,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li:focus:before {
    background-color: var(--color-primary);
}
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) li:hover > a,
.single .numeric-list .wp-block-rank-math-toc-block nav ol:not([class]) li:focus > a,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li:hover > a,
.single .numeric-list .wp-block-rank-math-toc-block nav ul:not([class]) li:focus > a {
    color: var(--color-primary);
}
.single-case-studies .widget_author {
    display: none;
}
.post-terms-box {
    display: inline-block;
    margin-bottom: 1rem;
    font: var(--size-sm)/1.5 'Figtree-SemiBold';
}
.post-terms-box a {
    color: inherit;
}
.post-terms-box i {
    display: inline-block;
    padding-right: .25rem;
    font-style: normal;
}
.post-terms-box a:last-child i {
    display: none;
}
.post-share-box {
    display: flex;
    align-items: center;
}
.post-share-box strong {
    margin-right: .75rem;
    font-size: var(--size-md);
    font-family: 'Figtree-SemiBold';
}
.addtoany_shortcode .addtoany_list {
    display: flex;
}
.addtoany_shortcode .addtoany_list a {
    margin-left: .75rem;
    padding: 0;
}
.addtoany_shortcode .addtoany_list a > span.a2a_s__default {
    display: block;
    border-radius: .5rem !important;
    transition: all .3s ease;
}
.addtoany_shortcode .addtoany_list a > span.a2a_label {
    display: none;
}
.addtoany_shortcode .addtoany_list svg {
    width: 80%;
    margin-top: 10%;
}
.addtoany_shortcode .a2a_button_facebook svg {
    display: none;
}
.addtoany_shortcode .a2a_button_facebook span {
    position: relative;
}
.addtoany_shortcode .a2a_button_facebook span:before {
    content: "\e90e";
    position: absolute;
    top: 50%;
    left: 50%;
    font: 19px / 1 'icomoon' !important;
    color: var(--color-basic);
    transform: translate(-50%, -50%);
}

/*== 5.1 - CF7 ==*/
.cf7-form-box > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #f2edf7;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #fff;
}
.wpcf7-form label {
    font: var(--size-sm)/1.3 'Figtree-SemiBold';
    font-weight: normal !important;
    color: var(--color-system);
}
.wpcf7-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    display: block;
    margin-left: 2.5rem;
    font: normal 1rem/1.5 'Figtree-Medium';
    color: var(--color-basic);
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #ccc;
    border-radius: .25rem;
    background-color: #fff;
    box-sizing: border-box;
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -34px;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
    transform: rotate(-45deg) scale(0);
    transition: all 0.3s ease;
    opacity: 0;
}
.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}
.wpcf7-form .wpcf7-list-item-label a {
    display: inline;
    text-decoration: underline;
}
.wpcf7-form .codedropz-upload-handler {
    border: 1px solid #ced6e0;
    border-radius: .5rem;
}
.wpcf7-form .codedropz-upload-container {
    padding: 1.5rem;
}
.wpcf7-form .codedropz-upload-inner h3 {
    margin: 0 0 .25rem;
    line-height: 1.5;
    font-size: 0;
    font-family: 'Figtree-SemiBold';
    color: var(--color-basic);
}
.wpcf7-form .codedropz-upload-inner h3:after {
    content: "Upload CV";
    font-size: 1rem;
}
.wpcf7-form .codedropz-upload-inner h3:before {
    content: "";
    display: block;
    width: 24px;
    height: 25px;
    margin: 0 auto .25rem;
    background: url(images/layout/icon-cf_upload.svg) no-repeat center;
}
.wpcf7-form .codedropz-upload-inner h3 + span,
.wpcf7-form .codedropz-btn-wrap {
    font-size: 0;
}
.wpcf7-form .codedropz-upload-inner h3 + span:after {
    content: "Max 10 MB, pdf, doc, docx, odt, rtf, txt";
    font-size: var(--size-xs);
    font-family: 'Figtree-Light';
    color: var(--color-basic);
}
.wpcf7-form .dnd-upload-counter {
    display: none;
}
.wpcf7-form .codedropz-btn-wrap .cd-upload-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wpcf7-form input.wpcf7-submit,
.wpcf7-form button.wpcf7-submit {
    width: 100%;
    height: 53px;
    margin: 0;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: .5rem;
    padding: var(--size-sm);
    font-size: 1rem;
    font-family: 'Figtree-Medium';
    color: #fff;
}
.wpcf7-form button.wpcf7-submit i {
    margin-left: .5rem;
    vertical-align: middle;
}
.simpleSubscribeForm .cf7-form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.simpleSubscribeForm .cf7-form-group:first-child {
    width: 70%;
}
.simpleSubscribeForm .cf7-form-group:last-child {
    width: 30%;
}
.simpleSubscribeForm .wpcf7-list-item {
    margin: 0;
}
.simpleSubscribeForm .wpcf7-list-item-label a {
    color: var(--color-primary);
}
.simpleSubscribeForm .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin: 0;
    padding: 1rem;
    line-height: 1;
}
.simpleSubscribeForm .wpcf7-spinner {
    position: absolute;
}
.simpleSubscribeForm > p:last-of-type {
    margin: 0;
}
.sidebar .simpleSubscribeForm .cf7-form-group:first-child {
    flex-grow: 1;
}
.sidebar .simpleSubscribeForm .cf7-form-group:last-child {
    width: 53px;
}
.sidebar .simpleSubscribeForm button {
    font-size: 0;
}
.sidebar .simpleSubscribeForm button:after {
    content: "\e901";
    vertical-align: middle;
    font: 1rem/1 'icomoon' !important;
}