html.cmt-dark-mode-active [data-wp-dark-mode-inline-bgcolor] { background-color: var(--wp-dark-mode-inline-bgcolor) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-bgimage] { background-image: var(--wp-dark-mode-inline-bgimage) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-border] { border-color: var(--wp-dark-mode-inline-border) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-border-bottom] { border-bottom-color: var(--wp-dark-mode-inline-border-bottom) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-border-left] { border-left-color: var(--wp-dark-mode-inline-border-left) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-border-right] { border-right-color: var(--wp-dark-mode-inline-border-right) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-border-top] { border-top-color: var(--wp-dark-mode-inline-border-top) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-boxshadow] { box-shadow: var(--wp-dark-mode-inline-boxshadow) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-color] { color: var(--wp-dark-mode-inline-color) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-fill] { fill: var(--wp-dark-mode-inline-fill) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-stroke] { stroke: var(--wp-dark-mode-inline-stroke) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-outline] { outline-color: var(--wp-dark-mode-inline-outline) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-stopcolor] { stop-color: var(--wp-dark-mode-inline-stopcolor) !important; }
html.cmt-dark-mode-active [data-wp-dark-mode-inline-bg] { background: var(--wp-dark-mode-inline-bg) !important; }
html.cmt-dark-mode-active [style*="background: #f"],
html.cmt-dark-mode-active [style*="background:#f"],
html.cmt-dark-mode-active [style*="background-color: #f"],
html.cmt-dark-mode-active [style*="background-color:#f"],

html.cmt-dark-mode-active :root { --wp-dark-mode-neutral-background: #1f2020; --wp-dark-mode-neutral-text: #d6d0c6; --wp-dark-mode-selection-background: #15539c; --wp-dark-mode-selection-text: #e5e0d8; }
html.cmt-dark-mode-active html { background-color: rgb(36, 37, 37) !important; }
html.cmt-dark-mode-active html { color-scheme: dark !important; }
html.cmt-dark-mode-active iframe { color-scheme: initial; }
html.cmt-dark-mode-active html, html.cmt-dark-mode-active body { background-color: rgb(36, 37, 37); }

html.cmt-dark-mode-active html, html.cmt-dark-mode-active body { border-color: rgb(119, 111, 98); color: rgb(229, 224, 216); }

html.cmt-dark-mode-active table { border-color: rgb(92, 96, 96); }
html.cmt-dark-mode-active ::placeholder { color: rgb(201, 199, 198); }
html.cmt-dark-mode-active .form-floating input::placeholder, html.cmt-dark-mode-active .form-floating textarea::placeholder  { color: rgb(45, 46, 46) !important;}
html.cmt-dark-mode-active body { color: #fff }
html.cmt-dark-mode-active .td-page-content, html.cmt-dark-mode-active .td-post-content, html.cmt-dark-mode-active .wpb_text_column, html.cmt-dark-mode-active .td_block_text_with_title, html.cmt-dark-mode-active .woocommerce #tab-description, html.cmt-dark-mode-active  .mce-content-body { color: #fff }

html.cmt-dark-mode-active .vc_col-has-fill > .vc_column-inner,
html.cmt-dark-mode-active .vc_row-has-fill,
html.cmt-dark-mode-active .wpb_raw_html p[style*="background"], html.cmt-dark-mode-active textarea, html.cmt-dark-mode-active select, html.cmt-dark-mode-active input, html.cmt-dark-mode-active .wordle-solver-container, html.cmt-dark-mode-active .alert, html.cmt-dark-mode-active #ez-toc-container, html.cmt-dark-mode-active #image-preview-block, html.cmt-dark-mode-active canvas {
  background-color: rgb(45, 46, 46) !important;
  border: 1px solid #fff !important;
  text-shadow: none !important;
    -webkit-font-smoothing: antialiased !important;
}
html.cmt-dark-mode-active .vc_column-inner[class*="vc_custom_"][style*="background-color: #eeeeee"], html.cmt-dark-mode-active .hex-ascii-converter-container {
    background-color: rgb(45, 46, 46) !important;
}


html.cmt-dark-mode-active [class*="numberCircle_"] {
    background-color: rgb(45, 46, 46) !important;
}
html.cmt-dark-mode-active .lined, html.cmt-dark-mode-active .lined:placeholder-shown, html.cmt-dark-mode-active #ez-toc-container a {
    background-color: rgb(36, 37, 37) !important    ;
    border: 0px !important;
    color: #fff !important;
}

html.cmt-dark-mode-active input:-webkit-autofill, html.cmt-dark-mode-active textarea:-webkit-autofill, select:-webkit-autofill { background-color: rgb(72, 74, 18) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .btn.btn-secondary { background-color: #6b6b6b !important; border: 1px solid #fff!important; ; color: #fff !important; }
html.cmt-dark-mode-active ::selection { background-color: rgb(21, 83, 156) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .cp-field-html-data .cp-sr-only { border-color: currentcolor; }
html.cmt-dark-mode-active .cp-radio-fieldset, html.cmt-dark-mode-active .cp-checkbox-fieldset { border-color: currentcolor; }
html.cmt-dark-mode-active .cp-field-html-data ::-webkit-input-placeholder { color: inherit; }
html.cmt-dark-mode-active .cp-field-html-data select option { background-color: inherit; }
html.cmt-dark-mode-active [class^="cp-icon-"], html.cmt-dark-mode-active [class*=" cp-icon-"] { text-decoration-color: inherit; }
html.cmt-dark-mode-active .cp-field-html-data[data-type="cp_button"] .cp-button, html.cmt-dark-mode-active .cp-field-html-data[data-type="cp_button"] .cp-button:hover { background-image: initial; background-color: transparent; text-shadow: none; }
html.cmt-dark-mode-active .cp-field-html-data[data-type="cp_button"] .cp-button, html.cmt-dark-mode-active .cp-field-html-data[data-type="cp_button"] .cp-button:focus { outline-color: initial; box-shadow: none; }
html.cmt-dark-mode-active .cp-target.cp-button-tooltip.cp-tooltip-top::after { border-color: rgb(71, 95, 47) transparent transparent; }
html.cmt-dark-mode-active .cp-target.cp-button-tooltip.cp-tooltip-bottom::after { border-color: transparent transparent rgb(60, 63, 63); }
html.cmt-dark-mode-active .cp-target.cp-button-tooltip::before { background-image: initial; background-color: rgb(39, 40, 39); color: #fff; }
html.cmt-dark-mode-active .cp-field-html-data .cp-shape-container.cp-tooltip-bottom::before { background-image: initial; background-color: rgb(39, 40, 39); color: #fff; box-shadow: rgba(13, 13, 13, 0.15) 0px 3px 7px; }
html.cmt-dark-mode-active .cp-field-html-data .cp-shape-container.cp-tooltip-top::before { background-image: initial; background-color: rgb(39, 40, 39); color: #fff; box-shadow: rgba(13, 13, 13, 0.15) 0px 3px 7px; }
html.cmt-dark-mode-active .cp-target.cp-button-tooltip.cp-tooltip-bottom::before { box-shadow: rgba(13, 13, 13, 0.15) 0px 3px 7px; }
html.cmt-dark-mode-active .cp-state-success .cp-target.cp-button-tooltip.cp-tooltip-top::before, html.cmt-dark-mode-active .cp-state-success .cp-target.cp-button-tooltip.cp-tooltip-bottom::before { color: rgb(147, 190, 141); background-image: initial; background-color: rgb(52, 67, 35); border-color: rgb(71, 95, 47); }
html.cmt-dark-mode-active .cp-error-tooltip .cp-target.cp-button-tooltip.cp-tooltip-top::before, html.cmt-dark-mode-active .cp-error-tooltip .cp-target.cp-button-tooltip.cp-tooltip-bottom::before { color: rgb(186, 110, 104); background-color: rgb(62, 34, 33); border-color: rgb(92, 47, 52); }
html.cmt-dark-mode-active .cp-error-tooltip .cp-target.cp-button-tooltip.cp-tooltip-top::after { border-color: rgb(85, 46, 44) transparent transparent; }
html.cmt-dark-mode-active .cp-field-html-data .cp-shape-container.cp-tooltip-top::after { border-color: rgb(81, 133, 77) transparent transparent; }
html.cmt-dark-mode-active .cp-state-success.cp-field-html-data .cp-shape-container.cp-tooltip-top::after { border-color: rgb(60, 89, 45) transparent transparent; }
html.cmt-dark-mode-active .cp-field-html-data .cp-shape-container.cp-tooltip-bottom::after { border-color: transparent transparent rgb(60, 63, 63); }
html.cmt-dark-mode-active .cp-error-tooltip.cp-field-html-data .cp-shape-container.cp-tooltip-top::after { border-color: rgb(86, 45, 43) transparent transparent !important; }
html.cmt-dark-mode-active .cp-tooltip-close:hover { color: rgb(231, 44, 42); }
html.cmt-dark-mode-active .cp-error-tip-content { color: rgb(186, 110, 104); background-color: rgb(62, 34, 33); border-color: rgb(92, 47, 52); }
html.cmt-dark-mode-active .cp-state-success.cp-field-html-data .cp-shape-container.cp-tooltip-top::before, html.cmt-dark-mode-active .cp-state-success.cp-field-html-data .cp-shape-container.cp-tooltip-bottom::before { color: rgb(147, 190, 141); background-image: initial; background-color: rgb(52, 67, 35); border-color: rgb(71, 95, 47); }
html.cmt-dark-mode-active .cp-error-tooltip.cp-field-html-data .cp-shape-container.cp-tooltip-top::before, html.cmt-dark-mode-active .cp-error-tooltip.cp-field-html-data .cp-shape-container.cp-tooltip-bottom::before { color: rgb(186, 110, 104); background-color: rgb(62, 34, 33); border-color: rgb(92, 47, 52); }
html.cmt-dark-mode-active .cp-credit-link a { color: rgb(229, 224, 216); text-decoration-color: initial; }
html.cmt-dark-mode-active .cp-popup-content { box-shadow: none; }
html.cmt-dark-mode-active .cp-field-html-data label { color: inherit; background-image: inherit; background-color: inherit; }
html.cmt-dark-mode-active .cp-popup-container .cp-target p, html.cmt-dark-mode-active .cp-popup-container .cp-target strong { color: inherit; }
html.cmt-dark-mode-active .cp-error { border-color: rgb(165, 19, 17); }
html.cmt-dark-mode-active .cp-popup.cp-shadow-inset::before, html.cmt-dark-mode-active .cp-popup .cp-shadow-inset::before, .cp-popup .cp-shadow-inset .cp-inner-panel-wrap { box-shadow: inherit; }
html.cmt-dark-mode-active .cp_loader_container { border-color: rgba(143, 132, 117, 0.2); }
html.cmt-dark-mode-active .cp_error_loader_container { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .cp_success_loader_container .cp-button-loader-style::after { border-right-color: currentcolor; border-top-color: currentcolor; }
html.cmt-dark-mode-active .cpro-form input[type="text"], html.cmt-dark-mode-active .cpro-form input[type="password"], .cpro-form input[type="color"], .cpro-form input[type="date"], .cpro-form input[type="datetime"], .cpro-form input[type="datetime-local"], .cpro-form input[type="email"], .cpro-form input[type="month"], .cpro-form input[type="number"], .cpro-form input[type="search"], .cpro-form input[type="tel"], .cpro-form input[type="text"], .cpro-form input[type="time"], .cpro-form input[type="url"], .cpro-form input[type="week"], .cpro-form select, .cpro-form textarea { background-color: transparent; box-shadow: inherit; }
html.cmt-dark-mode-active .cp-popup input[type="checkbox"], html.cmt-dark-mode-active .cp-popup input[type="radio"] { border-color: rgb(77, 80, 80); background-image: initial; background-color: rgb(36, 37, 37); color: rgb(178, 171, 158); outline-color: initial; box-shadow: rgba(13, 13, 13, 0.1) 0px 1px 2px inset; }
html.cmt-dark-mode-active .cp-popup input[type="checkbox"]:focus, html.cmt-dark-mode-active .cp-popup input[type="radio"]:focus { outline-color: initial; }
html.cmt-dark-mode-active .cp-popup input[type="radio"]:checked::before { background-color: rgb(44, 114, 144); }
html.cmt-dark-mode-active .cp-popup input[type="checkbox"]:checked::before { color: rgb(95, 176, 210); }
html.cmt-dark-mode-active .cp-popup input[type="text"], html.cmt-dark-mode-active .cp-popup input[type="password"], .cp-popup input[type="checkbox"], .cp-popup input[type="email"], .cp-popup input[type="number"], .cp-popup input[type="radio"], .cp-popup input[type="week"], .cp-popup select, .cp-popup textarea { background-color: rgb(36, 37, 37); color: rgb(196, 189, 179); outline-color: initial; }
html.cmt-dark-mode-active .cpro-form input[type="checkbox"], html.cmt-dark-mode-active .cpro-form input[type="radio"] { box-shadow: inherit; }
html.cmt-dark-mode-active .cp-target.cp-field-element.cp-form-input-field.cp-form-field.cp-radio-field, html.cmt-dark-mode-active .cp-target.cp-field-element.cp-form-input-field.cp-form-field.cp-checkbox-field { background-image: none; background-color: initial; border-color: currentcolor; box-shadow: none; }
html.cmt-dark-mode-active .cp-field-html-data span.input-icon-dropdown { border-color: rgb(111, 104, 92) transparent transparent; }
html.cmt-dark-mode-active .cp-form-field.cp-field-error { border-color: rgb(165, 19, 17) !important; }
html.cmt-dark-mode-active .cp-open-infobar-toggle { background-image: initial; background-color: rgb(75, 53, 24); }
html.cmt-dark-mode-active .cp-open-toggle { background-image: initial; background-color: rgb(75, 53, 24); }
html.cmt-dark-mode-active .cp-toggle-icon { background-color: transparent; color: inherit !important; }
html.cmt-dark-mode-active .cp-toggle-infobar-icon { background-color: transparent; color: inherit !important; }
html.cmt-dark-mode-active .recaptcha-msg-error { color: rgb(193, 111, 95); }
html.cmt-dark-mode-active .g-recaptcha.error { border-color: rgb(129, 54, 52); }
html.cmt-dark-mode-active .mp_wrapper h1, html.cmt-dark-mode-active .mp_wrapper h2, .mp_wrapper h3 { border-color: currentcolor; outline-color: initial; background-image: none; background-color: initial; }
html.cmt-dark-mode-active .mp_wrapper img { box-shadow: none !important; border-color: currentcolor !important; }
html.cmt-dark-mode-active .mp_wrapper :focus { outline-color: initial; }
html.cmt-dark-mode-active .mp_wrapper textarea, html.cmt-dark-mode-active .mp_wrapper select, .mp_wrapper input[type="text"], .mp_wrapper input[type="url"], .mp_wrapper input[type="email"], .mp_wrapper input[type="tel"], .mp_wrapper input[type="number"], .mp_wrapper input[type="password"] { border-color: rgba(143, 132, 117, 0.2); }
html.cmt-dark-mode-active .mp_wrapper textarea:focus-visible, html.cmt-dark-mode-active .mp_wrapper select:focus-visible, .mp_wrapper input[type="text"]:focus-visible, .mp_wrapper input[type="url"]:focus-visible, .mp_wrapper input[type="email"]:focus-visible, .mp_wrapper input[type="tel"]:focus-visible, .mp_wrapper input[type="number"]:focus-visible, .mp_wrapper input[type="password"]:focus-visible, .mp_wrapper .iti__selected-flag:focus-visible { border-color: rgb(76, 79, 79); }
html.cmt-dark-mode-active .mp_wrapper input[type="checkbox"]:focus-visible, html.cmt-dark-mode-active .mp_wrapper input[type="radio"]:focus-visible { outline-color: rgb(76, 79, 79); }
html.cmt-dark-mode-active .mp_wrapper input[type="file"]:focus-visible { border-color: rgb(76, 79, 79); }
html.cmt-dark-mode-active .mepr-stripe-card-errors, html.cmt-dark-mode-active .mepr-paypal-card-errors, .mepr-square-errors, .mepr-paypal-vaulting-errors { color: rgb(218, 64, 68); }
html.cmt-dark-mode-active .mp_wrapper input[type="image"] { border-color: currentcolor !important; }
html.cmt-dark-mode-active .mepr-login-form-wrap input[name="rememberme"]:focus-visible { outline-color: rgb(76, 79, 79); }
html.cmt-dark-mode-active .mepr-login-form-wrap a:focus-visible, html.cmt-dark-mode-active .mepr-form label a:focus-visible { color: rgb(124, 179, 230); text-decoration-color: initial; }
html.cmt-dark-mode-active table.mp-table thead, html.cmt-dark-mode-active table.mp-table tbody, table.mp-table tfoot, table.mp-table tr, table.mp-table th, table.mp-table td { border-color: currentcolor; outline-color: initial; }
html.cmt-dark-mode-active table.mp-table, html.cmt-dark-mode-active table.mp-table th, table.mp-table td { border-color: rgba(143, 132, 117, 0.1); }
html.cmt-dark-mode-active .mepr_error { background-color: rgb(91, 17, 18) !important; border-color: rgb(175, 19, 43) !important; }
html.cmt-dark-mode-active .mepr_updated { background-color: rgb(66, 83, 30) !important; border-color: rgb(94, 147, 62) !important; }
html.cmt-dark-mode-active .mepr-form input.invalid, html.cmt-dark-mode-active .mepr-form select.invalid, .mepr-form textarea.invalid, .mepr-form label.mepr-checkbox-field.invalid, .mepr-form div.mepr-checkboxes-field.invalid, .mepr-form div.mepr-radios-field.invalid { border-color: rgb(165, 19, 17) !important; background-color: rgb(134, 18, 16) !important; }
html.cmt-dark-mode-active .mepr-form .mepr-coupon-code.valid { border-color: rgb(58, 123, 72); background-color: rgb(41, 113, 71); }
html.cmt-dark-mode-active .validation.failed::after { color: rgb(231, 44, 42); }
html.cmt-dark-mode-active .validation.passed::after { color: rgb(129, 241, 121); }
html.cmt-dark-mode-active .mp_wrapper .mp-form-row fieldset { border-color: currentcolor; }
html.cmt-dark-mode-active .mp_wrapper fieldset.mepr-payment-methods-wrapper { border-color: currentcolor; }
html.cmt-dark-mode-active .mp_wrapper .mp-form-row.mp-address-group label.placeholder-text, html.cmt-dark-mode-active .mp_wrapper .mp-form-row .mp-form-row-group label.placeholder-text, #mepr_loginform .mp-form-label label.placeholder-text, .mepr_coupon label.placeholder-text { color: rgb(159, 151, 136); }
html.cmt-dark-mode-active .mp_wrapper .mp-form-row.mp-address-group label.placeholder-text.active, html.cmt-dark-mode-active .mp_wrapper .mp-form-row .mp-form-row-group label.placeholder-text.active, #mepr_loginform .mp-form-label label.placeholder-text.active, .mepr-pro-template .mp_wrapper .mepr_mepr-address-country .mp-form-label label.placeholder-text, .mepr-pro-template .mp_wrapper .mepr_mepr-address-state .mp-form-label label.placeholder-text { background-image: initial; background-color: rgb(36, 37, 37); color: rgb(124, 179, 230); }
html.cmt-dark-mode-active .mepr-visuallyhidden { border-color: currentcolor; }
html.cmt-dark-mode-active .mp_users_subscriptions_list ul { list-style-image: initial !important; }
html.cmt-dark-mode-active li.mp_users_subscriptions_list_alt { background-image: initial; background-color: rgb(45, 46, 46); }
html.cmt-dark-mode-active .mepr-paywall-overlay { background-color: rgba(13, 13, 13, 0.7); }
html.cmt-dark-mode-active .mepr-paywall-container { background-color: rgb(36, 37, 37); box-shadow: rgba(13, 13, 13, 0.2) 0px 0px 20px; }
html.cmt-dark-mode-active .mepr-paypal-vaulting-or { color: rgb(156, 147, 132); }
html.cmt-dark-mode-active .mepr-paypal-vaulting-or::before, html.cmt-dark-mode-active .mepr-paypal-vaulting-or::after { border-bottom-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active img.wp-smiley, html.cmt-dark-mode-active img.emoji { border-color: currentcolor !important; box-shadow: none !important; background-image: none !important; background-color: initial !important; }
html.cmt-dark-mode-active :root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122, 0, 223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0, 124, 186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0, 90, 135; --wp-admin-border-width-focus: 2px; }
@media (min-resolution: 192dpi) {
html.cmt-dark-mode-active   :root { --wp-admin-border-width-focus: 1.5px; }
}
html.cmt-dark-mode-active :root .has-very-light-gray-background-color { background-color: rgb(45, 46, 46); }
html.cmt-dark-mode-active :root .has-very-dark-gray-background-color { background-color: rgb(48, 50, 50); }
html.cmt-dark-mode-active :root .has-very-light-gray-color { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active :root .has-very-dark-gray-color { color: rgb(200, 193, 182); }
html.cmt-dark-mode-active :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background { background-image: linear-gradient(135deg, rgb(26, 159, 108), rgb(29, 119, 168)); background-color: initial; }
html.cmt-dark-mode-active :root .has-purple-crush-gradient-background { background-image: linear-gradient(135deg, rgb(46, 160, 158), rgb(46, 19, 164) 50%, rgb(116, 20, 168)); background-color: initial; }
html.cmt-dark-mode-active :root .has-hazy-dawn-gradient-background { background-image: linear-gradient(135deg, rgb(99, 25, 21), rgb(54, 55, 55)); background-color: initial; }
html.cmt-dark-mode-active :root .has-subdued-olive-gradient-background { background-image: linear-gradient(135deg, rgb(55, 55, 23), rgb(84, 124, 95)); background-color: initial; }
html.cmt-dark-mode-active :root .has-atomic-cream-gradient-background { background-image: linear-gradient(135deg, rgb(112, 77, 20), rgb(18, 66, 74)); background-color: initial; }
html.cmt-dark-mode-active :root .has-nightshade-gradient-background { background-image: linear-gradient(135deg, rgb(50, 22, 82), rgb(59, 159, 157)); background-color: initial; }
html.cmt-dark-mode-active :root .has-midnight-gradient-background { background-image: linear-gradient(135deg, rgb(17, 16, 97), rgb(23, 73, 163)); background-color: initial; }
html.cmt-dark-mode-active :root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }
html.cmt-dark-mode-active .screen-reader-text { border-color: currentcolor; }
html.cmt-dark-mode-active .screen-reader-text:focus { background-color: rgb(54, 56, 56); color: #fff; text-decoration-color: initial; }
html.cmt-dark-mode-active html :where(.is-position-sticky) { --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px); }
@media screen and (max-width: 600px) {
html.cmt-dark-mode-active   html :where(.is-position-sticky) { --wp-admin--admin-bar--position-offset: 0px; }
}
html.cmt-dark-mode-active .wp-block-button__link { color: rgb(229, 224, 216); background-color: rgb(52, 54, 54); box-shadow: none; text-decoration-color: initial; }
html.cmt-dark-mode-active .wp-block-file__button { background-image: initial; background-color: rgb(52, 54, 54); color: rgb(229, 224, 216); text-decoration-color: initial; }
html.cmt-dark-mode-active :root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp-dark-mode-bg--wp--preset--color--black: #0d0d0d; --wp-dark-mode-text--wp--preset--color--black: #e5e0d8; --wp-dark-mode-border--wp--preset--color--black: #8f8475; --wp-dark-mode-bg--wp--preset--color--cyan-bluish-gray: #444d53; --wp-dark-mode-text--wp--preset--color--cyan-bluish-gray: #bbb3a7; --wp-dark-mode-border--wp--preset--color--cyan-bluish-gray: #4d5151; --wp-dark-mode-bg--wp--preset--color--white: #242525; --wp-dark-mode-text--wp--preset--color--white: #e5e0d8; --wp-dark-mode-border--wp--preset--color--white: #3a3d3d; --wp-dark-mode-bg--wp--preset--color--pale-pink: #70182d; --wp-dark-mode-text--wp--preset--color--pale-pink: #e9879a; --wp-dark-mode-border--wp--preset--color--pale-pink: #7c1a30; --wp-dark-mode-bg--wp--preset--color--vivid-red: #9d3331; --wp-dark-mode-text--wp--preset--color--vivid-red: #c8504d; --wp-dark-mode-border--wp--preset--color--vivid-red: #8c2f2d; --wp-dark-mode-bg--wp--preset--color--luminous-vivid-orange: #bf5d16; --wp-dark-mode-text--wp--preset--color--luminous-vivid-orange: #ee7e2e; --wp-dark-mode-border--wp--preset--color--luminous-vivid-orange: #aa5315; --wp-dark-mode-bg--wp--preset--color--luminous-vivid-amber: #c29419; --wp-dark-mode-text--wp--preset--color--luminous-vivid-amber: #f3bf33; --wp-dark-mode-border--wp--preset--color--luminous-vivid-amber: #ae8617; --wp-dark-mode-bg--wp--preset--color--light-green-cyan: #327860; --wp-dark-mode-text--wp--preset--color--light-green-cyan: #87d3af; --wp-dark-mode-border--wp--preset--color--light-green-cyan: #327859; --wp-dark-mode-bg--wp--preset--color--vivid-green-cyan: #1a9f6c; --wp-dark-mode-text--wp--preset--color--vivid-green-cyan: #53f0b1; --wp-dark-mode-border--wp--preset--color--vivid-green-cyan: #1db77a; --wp-dark-mode-bg--wp--preset--color--pale-cyan-blue: #174f70; --wp-dark-mode-text--wp--preset--color--pale-cyan-blue: #8ac6e9; --wp-dark-mode-border--wp--preset--color--pale-cyan-blue: #19577e; --wp-dark-mode-bg--wp--preset--color--vivid-cyan-blue: #1d77a8; --wp-dark-mode-text--wp--preset--color--vivid-cyan-blue: #45ace3; --wp-dark-mode-border--wp--preset--color--vivid-cyan-blue: #1d76a6; --wp-dark-mode-bg--wp--preset--color--vivid-purple: #5d298a; --wp-dark-mode-text--wp--preset--color--vivid-purple: #9f64cf; --wp-dark-mode-border--wp--preset--color--vivid-purple: #582882; --wp-dark-mode-bgimg--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, #1d77a8 0%, #5d298a 100%); --wp-dark-mode-bgimg--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #327860 0%, #1a9f6a 100%); --wp-dark-mode-bgimg--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, #c29419 0%, #bf5d16 100%); --wp-dark-mode-bgimg--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, #bf5d16 0%, #9d3331 100%); --wp-dark-mode-bgimg--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #2d2e2e 0%, #444e55 100%); --wp-dark-mode-bgimg--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #2a968c 0%, #4c3572 20%, #9e328d 40%, #a32057 60%, #881a14 80%, #7a7516 100%); --wp-dark-mode-bgimg--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #521037 0%, #1e1c67 100%); --wp-dark-mode-bgimg--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #683a12 0%, #a31312 50%, #571038 100%); --wp-dark-mode-bgimg--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #875d14 0%, #8c3c83 50%, #344290 100%); --wp-dark-mode-bgimg--wp--preset--gradient--pale-ocean: linear-gradient(135deg, #453b11 0%, #2e5649 50%, #3c858b 100%); --wp-dark-mode-bgimg--wp--preset--gradient--electric-grass: linear-gradient(135deg, #4d6017 0%, #3a7b4e 100%); --wp-dark-mode-bgimg--wp--preset--gradient--midnight: linear-gradient(135deg, #111061 0%, #1749a3 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0); --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0); }
html.cmt-dark-mode-active .has-black-color { color: var(--wp-dark-mode-text--wp--preset--color--black) !important; }
html.cmt-dark-mode-active .has-cyan-bluish-gray-color { color: var(--wp-dark-mode-text--wp--preset--color--cyan-bluish-gray) !important; }
html.cmt-dark-mode-active .has-white-color { color: var(--wp-dark-mode-text--wp--preset--color--white) !important; }
html.cmt-dark-mode-active .has-pale-pink-color { color: var(--wp-dark-mode-text--wp--preset--color--pale-pink) !important; }
html.cmt-dark-mode-active .has-vivid-red-color { color: var(--wp-dark-mode-text--wp--preset--color--vivid-red) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-orange-color { color: var(--wp-dark-mode-text--wp--preset--color--luminous-vivid-orange) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-amber-color { color: var(--wp-dark-mode-text--wp--preset--color--luminous-vivid-amber) !important; }
html.cmt-dark-mode-active .has-light-green-cyan-color { color: var(--wp-dark-mode-text--wp--preset--color--light-green-cyan) !important; }
html.cmt-dark-mode-active .has-vivid-green-cyan-color { color: var(--wp-dark-mode-text--wp--preset--color--vivid-green-cyan) !important; }
html.cmt-dark-mode-active .has-pale-cyan-blue-color { color: var(--wp-dark-mode-text--wp--preset--color--pale-cyan-blue) !important; }
html.cmt-dark-mode-active .has-vivid-cyan-blue-color { color: var(--wp-dark-mode-text--wp--preset--color--vivid-cyan-blue) !important; }
html.cmt-dark-mode-active .has-vivid-purple-color { color: var(--wp-dark-mode-text--wp--preset--color--vivid-purple) !important; }
html.cmt-dark-mode-active .has-black-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--black) !important; }
html.cmt-dark-mode-active .has-cyan-bluish-gray-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--cyan-bluish-gray) !important; }
html.cmt-dark-mode-active .has-white-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--white) !important; }
html.cmt-dark-mode-active .has-pale-pink-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--pale-pink) !important; }
html.cmt-dark-mode-active .has-vivid-red-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--vivid-red) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-orange-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--luminous-vivid-orange) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-amber-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--luminous-vivid-amber) !important; }
html.cmt-dark-mode-active .has-light-green-cyan-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--light-green-cyan) !important; }
html.cmt-dark-mode-active .has-vivid-green-cyan-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--vivid-green-cyan) !important; }
html.cmt-dark-mode-active .has-pale-cyan-blue-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--pale-cyan-blue) !important; }
html.cmt-dark-mode-active .has-vivid-cyan-blue-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--vivid-cyan-blue) !important; }
html.cmt-dark-mode-active .has-vivid-purple-background-color { background-color: var(--wp-dark-mode-bg--wp--preset--color--vivid-purple) !important; }
html.cmt-dark-mode-active .has-black-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--black) !important; }
html.cmt-dark-mode-active .has-cyan-bluish-gray-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--cyan-bluish-gray) !important; }
html.cmt-dark-mode-active .has-white-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--white) !important; }
html.cmt-dark-mode-active .has-pale-pink-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--pale-pink) !important; }
html.cmt-dark-mode-active .has-vivid-red-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--vivid-red) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-orange-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--luminous-vivid-orange) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-amber-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--luminous-vivid-amber) !important; }
html.cmt-dark-mode-active .has-light-green-cyan-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--light-green-cyan) !important; }
html.cmt-dark-mode-active .has-vivid-green-cyan-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--vivid-green-cyan) !important; }
html.cmt-dark-mode-active .has-pale-cyan-blue-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--pale-cyan-blue) !important; }
html.cmt-dark-mode-active .has-vivid-cyan-blue-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--vivid-cyan-blue) !important; }
html.cmt-dark-mode-active .has-vivid-purple-border-color { border-color: var(--wp-dark-mode-border--wp--preset--color--vivid-purple) !important; }
html.cmt-dark-mode-active .has-vivid-cyan-blue-to-vivid-purple-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; }
html.cmt-dark-mode-active .has-light-green-cyan-to-vivid-green-cyan-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; }
html.cmt-dark-mode-active .has-luminous-vivid-orange-to-vivid-red-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; }
html.cmt-dark-mode-active .has-very-light-gray-to-cyan-bluish-gray-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; }
html.cmt-dark-mode-active .has-cool-to-warm-spectrum-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--cool-to-warm-spectrum) !important; }
html.cmt-dark-mode-active .has-blush-light-purple-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--blush-light-purple) !important; }
html.cmt-dark-mode-active .has-blush-bordeaux-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--blush-bordeaux) !important; }
html.cmt-dark-mode-active .has-luminous-dusk-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--luminous-dusk) !important; }
html.cmt-dark-mode-active .has-pale-ocean-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--pale-ocean) !important; }
html.cmt-dark-mode-active .has-electric-grass-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--electric-grass) !important; }
html.cmt-dark-mode-active .has-midnight-gradient-background { background: var(--wp-dark-mode-bgimg--wp--preset--gradient--midnight) !important; }
html.cmt-dark-mode-active .tablepress { --wp-dark-mode-text--text-color: #dbd5cc; --wp-dark-mode-text--head-text-color: var(--wp-dark-mode-text--text-color); --wp-dark-mode-bg--head-bg-color: #1d3845; --wp-dark-mode-text--odd-text-color: var(--wp-dark-mode-text--text-color); --wp-dark-mode-bg--odd-bg-color: #242525; --wp-dark-mode-text--even-text-color: var(--wp-dark-mode-text--text-color); --wp-dark-mode-bg--even-bg-color: #272828; --wp-dark-mode-text--hover-text-color: var(--wp-dark-mode-text--text-color); --wp-dark-mode-bg--hover-bg-color: #2a2b2c; --wp-dark-mode-border--border-color: #444646; --padding: 0.5rem; border-color: currentcolor; }
html.cmt-dark-mode-active .tablepress > :not(caption) > * > * { background-image: none; background-color: initial; border-color: currentcolor; }
html.cmt-dark-mode-active .tablepress > :where(thead) + tbody > :where(:not(.child)) > *, html.cmt-dark-mode-active .tablepress > tbody > * ~ :where(:not(.child)) > *, .tablepress > tfoot > :where(:first-child) > * { border-top: 1px solid var(--wp-dark-mode-border--border-color); }
html.cmt-dark-mode-active .tablepress > :where(thead, html.cmt-dark-mode-active tfoot) > tr > * { background-color: var(--wp-dark-mode-bg--head-bg-color); color: var(--wp-dark-mode-text--head-text-color); }
html.cmt-dark-mode-active .tablepress > :where(tbody) > tr > * { color: var(--wp-dark-mode-text--text-color); }
html.cmt-dark-mode-active .tablepress > :where(tbody.row-striping) > :nth-child(2n+1 of :where(:not(.child, html.cmt-dark-mode-active .dtrg-group))) + :where(.child) > *, .tablepress > :where(tbody.row-striping) > :nth-child(2n+1 of :where(:not(.child, .dtrg-group))) > * { background-color: var(--wp-dark-mode-bg--odd-bg-color); color: var(--wp-dark-mode-text--odd-text-color); }
html.cmt-dark-mode-active .tablepress > :where(tbody.row-striping) > :nth-child(2n of :where(:not(.child, html.cmt-dark-mode-active .dtrg-group))) + :where(.child) > *, .tablepress > :where(tbody.row-striping) > :nth-child(2n of :where(:not(.child, .dtrg-group))) > * { background-color: var(--wp-dark-mode-bg--even-bg-color); color: var(--wp-dark-mode-text--even-text-color); }
html.cmt-dark-mode-active .tablepress > .row-hover > tr:has(+ .child:hover) > *, html.cmt-dark-mode-active .tablepress > .row-hover > tr:hover + :where(.child) > *, .tablepress > .row-hover > tr:where(:not(.dtrg-group)):hover > * { background-color: var(--wp-dark-mode-bg--hover-bg-color); color: var(--wp-dark-mode-text--hover-text-color); }
html.cmt-dark-mode-active .tablepress img { border-color: currentcolor; }
html.cmt-dark-mode-active .tablepress { --wp-dark-mode-bg--head-active-bg-color: #1b7da3; --wp-dark-mode-text--head-active-text-color: var(--wp-dark-mode-text--head-text-color); --wp-dark-mode-text--head-sort-arrow-color: var(--wp-dark-mode-text--head-active-text-color); }
html.cmt-dark-mode-active .tablepress thead th:active { outline-color: initial; }
html.cmt-dark-mode-active .tablepress thead .dt-orderable-asc .dt-column-order, html.cmt-dark-mode-active .tablepress thead .dt-orderable-desc .dt-column-order, .tablepress thead .dt-ordering-asc .dt-column-order, .tablepress thead .dt-ordering-desc .dt-column-order { color: var(--wp-dark-mode-text--head-sort-arrow-color); }
html.cmt-dark-mode-active .tablepress thead .dt-orderable-asc:hover, html.cmt-dark-mode-active .tablepress thead .dt-orderable-desc:hover, .tablepress thead .dt-ordering-asc, .tablepress thead .dt-ordering-desc { background-color: var(--wp-dark-mode-bg--head-active-bg-color); color: var(--wp-dark-mode-text--head-active-text-color); }
html.cmt-dark-mode-active .dt-container .dt-paging .dt-paging-button { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgba(143, 132, 117, 0); color: inherit !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .dt-container .dt-paging .dt-paging-button.current, html.cmt-dark-mode-active .dt-container .dt-paging .dt-paging-button:hover { border-color: rgb(137, 128, 112); }
html.cmt-dark-mode-active .dt-container .dt-paging .dt-paging-button.disabled, html.cmt-dark-mode-active .dt-container .dt-paging .dt-paging-button.disabled:active, .dt-container .dt-paging .dt-paging-button.disabled:hover { border-color: rgba(143, 132, 117, 0); outline-color: initial; color: rgba(229, 224, 216, 0.3) !important; }
html.cmt-dark-mode-active .wpb_vc_table td.vc_table_cell.vc_cell_border_top, html.cmt-dark-mode-active #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_top { border-top-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .wpb_vc_table td.vc_table_cell.vc_cell_border_left, html.cmt-dark-mode-active #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_left { border-left-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .wpb_vc_table td.vc_table_cell.vc_cell_border_right, html.cmt-dark-mode-active #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_right { border-right-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .wpb_vc_table td.vc_table_cell.vc_cell_border_bottom, html.cmt-dark-mode-active #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_bottom { border-bottom-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .wpb_vc_table td.vc_table_cell.vc_cell_borders_all, html.cmt-dark-mode-active #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_borders_all { border-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .vc_stroked .vc_table_content { text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_vc_table td.vc_table_cell { border-top-color: currentcolor; }
html.cmt-dark-mode-active .entry-content .wpb_vc_table { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active #visual_composer_content table.vc-table-plugin-theme-default { border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active #visual_composer_content table.vc-table-plugin-theme-default tr.vc-th td { border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active #visual_composer_content table.vc-table-plugin-theme-default td { border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic { border-color: rgb(68, 71, 71); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic tr.vc-th td { background-color: rgb(39, 40, 40); border-color: rgb(68, 71, 71); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic td { border-color: rgb(68, 71, 71); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic tr:nth-child(2n+1), html.cmt-dark-mode-active table.vc-table-plugin-theme-classic tr:hover { background-color: rgb(39, 40, 40); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_orange { border-color: rgb(167, 116, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_orange tr.vc-th td { color: rgb(229, 224, 216); background-image: initial; background-color: rgb(184, 127, 23); border-bottom-color: currentcolor; }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_orange td { border-color: rgb(167, 116, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_orange tr:nth-child(2n+1), html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_orange tr:hover { background-color: rgb(75, 54, 17); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_pink { border-color: rgb(142, 24, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_pink tr.vc-th td { color: rgb(229, 224, 216); background-image: initial; background-color: rgb(148, 25, 24); border-bottom-color: currentcolor; }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_pink td { border-color: rgb(142, 24, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_pink tr:nth-child(2n+1), html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_pink tr:hover { background-color: rgb(61, 18, 18); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_purple { border-color: rgb(81, 76, 122); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_purple tr.vc-th td { color: rgb(229, 224, 216); background-image: initial; background-color: rgb(69, 65, 103); border-bottom-color: currentcolor; }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_purple td { border-color: rgb(81, 76, 122); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_purple tr:nth-child(2n+1), html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_purple tr:hover { background-color: rgb(50, 52, 52); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_blue { border-color: rgb(29, 110, 159); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_blue tr.vc-th td { color: rgb(229, 224, 216); background-image: initial; background-color: rgb(30, 123, 179); border-bottom-color: currentcolor; }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_blue td { border-color: rgb(29, 110, 159); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_blue tr:nth-child(2n+1), html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_blue tr:hover { background-color: rgb(41, 43, 43); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_green { border-color: rgb(149, 181, 31); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_green tr.vc-th td { color: rgb(229, 224, 216); background-image: initial; background-color: rgb(127, 154, 28); border-bottom-color: currentcolor; }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_green td { border-color: rgb(149, 181, 31); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_green tr:nth-child(2n+1), html.cmt-dark-mode-active table.vc-table-plugin-theme-classic_green tr:hover { background-color: rgb(59, 66, 18); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple tr.vc-th td { border-bottom-color: rgb(68, 71, 71); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple td { border-bottom-color: rgb(68, 71, 71); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple tr:hover { background-color: rgb(39, 40, 40); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_orange tr.vc-th td { border-bottom-color: rgb(167, 116, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_orange td { border-bottom-color: rgb(167, 116, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_orange tr:hover { background-color: rgb(75, 54, 17); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_pink tr.vc-th td { border-bottom-color: rgb(142, 24, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_pink td { border-bottom-color: rgb(142, 24, 22); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_pink tr:hover { background-color: rgb(61, 18, 18); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_purple tr.vc-th td { border-bottom-color: rgb(81, 76, 122); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_purple td { border-bottom-color: rgb(81, 76, 122); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_purple tr:hover { background-color: rgb(50, 52, 52); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_blue tr.vc-th td { border-bottom-color: rgb(29, 110, 159); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_blue td { border-bottom-color: rgb(29, 110, 159); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_blue tr:hover { background-color: rgb(41, 43, 43); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_green tr.vc-th td { border-bottom-color: rgb(149, 181, 31); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_green td { border-bottom-color: rgb(149, 181, 31); }
html.cmt-dark-mode-active table.vc-table-plugin-theme-simple_green tr:hover { background-color: rgb(59, 66, 18); }
html.cmt-dark-mode-active .vc_table > tbody > tr > td, html.cmt-dark-mode-active .vc_table > tbody > tr > th, .vc_table > tfoot > tr > td, .vc_table > tfoot > tr > th, .vc_table > thead > tr > td, .vc_table > thead > tr > th { border-top-color: rgb(68, 70, 70); }
html.cmt-dark-mode-active .vc_table > thead > tr > th { border-bottom-color: rgb(68, 70, 70); }
html.cmt-dark-mode-active .vc_table > caption + thead > tr:first-child > td, html.cmt-dark-mode-active .vc_table > caption + thead > tr:first-child > th, .vc_table > colgroup + thead > tr:first-child > td, .vc_table > colgroup + thead > tr:first-child > th, .vc_table > thead:first-child > tr:first-child > td, .vc_table > thead:first-child > tr:first-child > th { border-top-color: currentcolor; }
html.cmt-dark-mode-active .vc_table > tbody + tbody { border-top-color: rgb(68, 70, 70); }
html.cmt-dark-mode-active .vc_table .table { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_table-bordered, html.cmt-dark-mode-active .vc_table-bordered > tbody > tr > td, .vc_table-bordered > tbody > tr > th, .vc_table-bordered > tfoot > tr > td, .vc_table-bordered > tfoot > tr > th, .vc_table-bordered > thead > tr > td, .vc_table-bordered > thead > tr > th { border-color: rgb(68, 70, 70); }
html.cmt-dark-mode-active .vc_btn, html.cmt-dark-mode-active a.vc_btn, button.vc_btn { box-shadow: none; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .vc_btn, html.cmt-dark-mode-active .vc_btn:focus, .vc_btn:hover, a.vc_btn, a.vc_btn:focus, a.vc_btn:hover, button.vc_btn, button.vc_btn:focus, button.vc_btn:hover { border-color: rgba(143, 132, 117, 0); box-shadow: none; }
html.cmt-dark-mode-active .vc_btn_square_outlined, html.cmt-dark-mode-active a.vc_btn_square_outlined, button.vc_btn_square_outlined { background-image: none !important; background-color: initial !important; }
html.cmt-dark-mode-active .vc_btn_square_outlined, html.cmt-dark-mode-active .vc_btn_square_outlined:focus, .vc_btn_square_outlined:hover, a.vc_btn_square_outlined, a.vc_btn_square_outlined:focus, a.vc_btn_square_outlined:hover, button.vc_btn_square_outlined, button.vc_btn_square_outlined:focus, button.vc_btn_square_outlined:hover { border-color: currentcolor; }
html.cmt-dark-mode-active .vc_btn_outlined, html.cmt-dark-mode-active a.vc_btn_outlined, button.vc_btn_outlined { background-image: none !important; background-color: initial !important; }
html.cmt-dark-mode-active .vc_btn_outlined, html.cmt-dark-mode-active .vc_btn_outlined:focus, .vc_btn_outlined:hover, a.vc_btn_outlined, a.vc_btn_outlined:focus, a.vc_btn_outlined:hover, button.vc_btn_outlined, button.vc_btn_outlined:focus, button.vc_btn_outlined:hover { border-color: currentcolor; }
html.cmt-dark-mode-active .vc_btn-blue, html.cmt-dark-mode-active a.vc_btn-blue, button.vc_btn-blue { background-color: rgb(52, 71, 134); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-blue:hover, html.cmt-dark-mode-active a.vc_btn-blue:hover, button.vc_btn-blue:hover { background-color: rgb(55, 77, 146); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-blue.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-blue.vc_btn_square_outlined, a.vc_btn-blue.vc_btn_outlined, a.vc_btn-blue.vc_btn_square_outlined, button.vc_btn-blue.vc_btn_outlined, button.vc_btn-blue.vc_btn_square_outlined { color: rgb(107, 148, 197) !important; }
html.cmt-dark-mode-active .vc_btn-blue.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-blue.vc_btn_square_outlined:hover, a.vc_btn-blue.vc_btn_outlined:hover, a.vc_btn-blue.vc_btn_square_outlined:hover, button.vc_btn-blue.vc_btn_outlined:hover, button.vc_btn-blue.vc_btn_square_outlined:hover { border-color: rgb(50, 69, 131); }
html.cmt-dark-mode-active .vc_btn-blue.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-blue.vc_btn_3d, button.vc_btn-blue.vc_btn_3d { box-shadow: rgb(54, 74, 140) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-blue.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-blue.vc_btn_3d.vc_btn_xs, button.vc_btn-blue.vc_btn_3d.vc_btn_xs { box-shadow: rgb(54, 74, 140) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-blue.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-blue.vc_btn_3d.vc_btn_sm, button.vc_btn-blue.vc_btn_3d.vc_btn_sm { box-shadow: rgb(54, 74, 140) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-turquoise, html.cmt-dark-mode-active a.vc_btn-turquoise, button.vc_btn-turquoise { background-color: rgb(27, 150, 156); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-turquoise:hover, html.cmt-dark-mode-active a.vc_btn-turquoise:hover, button.vc_btn-turquoise:hover { background-color: rgb(25, 129, 135); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-turquoise.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-turquoise.vc_btn_square_outlined, a.vc_btn-turquoise.vc_btn_outlined, a.vc_btn-turquoise.vc_btn_square_outlined, button.vc_btn-turquoise.vc_btn_outlined, button.vc_btn-turquoise.vc_btn_square_outlined { color: rgb(84, 230, 235) !important; }
html.cmt-dark-mode-active .vc_btn-turquoise.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-turquoise.vc_btn_square_outlined:hover, a.vc_btn-turquoise.vc_btn_outlined:hover, a.vc_btn-turquoise.vc_btn_square_outlined:hover, button.vc_btn-turquoise.vc_btn_outlined:hover, button.vc_btn-turquoise.vc_btn_square_outlined:hover { border-color: rgb(30, 180, 188); }
html.cmt-dark-mode-active .vc_btn-turquoise.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-turquoise.vc_btn_3d, button.vc_btn-turquoise.vc_btn_3d { box-shadow: rgb(23, 113, 118) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-turquoise.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs, button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs { box-shadow: rgb(23, 113, 118) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-turquoise.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm, button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm { box-shadow: rgb(23, 113, 118) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-pink, html.cmt-dark-mode-active a.vc_btn-pink, button.vc_btn-pink { background-color: rgb(137, 27, 18); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-pink:hover, html.cmt-dark-mode-active a.vc_btn-pink:hover, button.vc_btn-pink:hover { background-color: rgb(153, 29, 18); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-pink.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-pink.vc_btn_square_outlined, a.vc_btn-pink.vc_btn_outlined, a.vc_btn-pink.vc_btn_square_outlined, button.vc_btn-pink.vc_btn_outlined, button.vc_btn-pink.vc_btn_square_outlined { color: rgb(237, 114, 101) !important; }
html.cmt-dark-mode-active .vc_btn-pink.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-pink.vc_btn_square_outlined:hover, a.vc_btn-pink.vc_btn_outlined:hover, a.vc_btn-pink.vc_btn_square_outlined:hover, button.vc_btn-pink.vc_btn_outlined:hover, button.vc_btn-pink.vc_btn_square_outlined:hover { border-color: rgb(148, 28, 18); }
html.cmt-dark-mode-active .vc_btn-pink.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-pink.vc_btn_3d, button.vc_btn-pink.vc_btn_3d { box-shadow: rgb(165, 30, 18) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-pink.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-pink.vc_btn_3d.vc_btn_xs, button.vc_btn-pink.vc_btn_3d.vc_btn_xs { box-shadow: rgb(165, 30, 18) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-pink.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-pink.vc_btn_3d.vc_btn_sm, button.vc_btn-pink.vc_btn_3d.vc_btn_sm { box-shadow: rgb(165, 30, 18) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-violet, html.cmt-dark-mode-active a.vc_btn-violet, button.vc_btn-violet { background-color: rgb(84, 61, 119); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-violet:hover, html.cmt-dark-mode-active a.vc_btn-violet:hover, button.vc_btn-violet:hover { background-color: rgb(92, 66, 130); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-violet.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-violet.vc_btn_square_outlined, a.vc_btn-violet.vc_btn_outlined, a.vc_btn-violet.vc_btn_square_outlined, button.vc_btn-violet.vc_btn_outlined, button.vc_btn-violet.vc_btn_square_outlined { color: rgb(149, 122, 185) !important; }
html.cmt-dark-mode-active .vc_btn-violet.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-violet.vc_btn_square_outlined:hover, a.vc_btn-violet.vc_btn_outlined:hover, a.vc_btn-violet.vc_btn_square_outlined:hover, button.vc_btn-violet.vc_btn_outlined:hover, button.vc_btn-violet.vc_btn_square_outlined:hover { border-color: rgb(84, 61, 118); }
html.cmt-dark-mode-active .vc_btn-violet.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-violet.vc_btn_3d, button.vc_btn-violet.vc_btn_3d { box-shadow: rgb(94, 68, 134) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-violet.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-violet.vc_btn_3d.vc_btn_xs, button.vc_btn-violet.vc_btn_3d.vc_btn_xs { box-shadow: rgb(94, 68, 134) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-violet.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-violet.vc_btn_3d.vc_btn_sm, button.vc_btn-violet.vc_btn_3d.vc_btn_sm { box-shadow: rgb(94, 68, 134) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-peacoc, html.cmt-dark-mode-active a.vc_btn-peacoc, button.vc_btn-peacoc { background-color: rgb(61, 125, 141); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-peacoc:hover, html.cmt-dark-mode-active a.vc_btn-peacoc:hover, button.vc_btn-peacoc:hover { background-color: rgb(64, 128, 144); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-peacoc.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-peacoc.vc_btn_square_outlined, a.vc_btn-peacoc.vc_btn_outlined, a.vc_btn-peacoc.vc_btn_square_outlined, button.vc_btn-peacoc.vc_btn_outlined, button.vc_btn-peacoc.vc_btn_square_outlined { color: rgb(106, 176, 192) !important; }
html.cmt-dark-mode-active .vc_btn-peacoc.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-peacoc.vc_btn_square_outlined:hover, a.vc_btn-peacoc.vc_btn_outlined:hover, a.vc_btn-peacoc.vc_btn_square_outlined:hover, button.vc_btn-peacoc.vc_btn_outlined:hover, button.vc_btn-peacoc.vc_btn_square_outlined:hover { border-color: rgb(59, 119, 134); }
html.cmt-dark-mode-active .vc_btn-peacoc.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-peacoc.vc_btn_3d, button.vc_btn-peacoc.vc_btn_3d { box-shadow: rgb(58, 116, 131) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-peacoc.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs, button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs { box-shadow: rgb(58, 116, 131) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-peacoc.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm, button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm { box-shadow: rgb(58, 116, 131) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-chino, html.cmt-dark-mode-active a.vc_btn-chino, button.vc_btn-chino { background-color: rgb(89, 78, 58); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-chino:hover, html.cmt-dark-mode-active a.vc_btn-chino:hover, button.vc_btn-chino:hover { background-color: rgb(99, 87, 64); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-chino.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-chino.vc_btn_square_outlined, a.vc_btn-chino.vc_btn_outlined, a.vc_btn-chino.vc_btn_square_outlined, button.vc_btn-chino.vc_btn_outlined, button.vc_btn-chino.vc_btn_square_outlined { color: rgb(200, 187, 161) !important; }
html.cmt-dark-mode-active .vc_btn-chino.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-chino.vc_btn_square_outlined:hover, a.vc_btn-chino.vc_btn_outlined:hover, a.vc_btn-chino.vc_btn_square_outlined:hover, button.vc_btn-chino.vc_btn_outlined:hover, button.vc_btn-chino.vc_btn_square_outlined:hover { border-color: rgb(100, 87, 65); }
html.cmt-dark-mode-active .vc_btn-chino.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-chino.vc_btn_3d, button.vc_btn-chino.vc_btn_3d { box-shadow: rgb(108, 95, 70) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-chino.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-chino.vc_btn_3d.vc_btn_xs, button.vc_btn-chino.vc_btn_3d.vc_btn_xs { box-shadow: rgb(108, 95, 70) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-chino.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-chino.vc_btn_3d.vc_btn_sm, button.vc_btn-chino.vc_btn_3d.vc_btn_sm { box-shadow: rgb(108, 95, 70) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-mulled_wine, html.cmt-dark-mode-active a.vc_btn-mulled_wine, button.vc_btn-mulled_wine { background-color: rgb(71, 74, 74); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-mulled_wine:hover, html.cmt-dark-mode-active a.vc_btn-mulled_wine:hover, button.vc_btn-mulled_wine:hover { background-color: rgb(61, 56, 65); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-mulled_wine.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-mulled_wine.vc_btn_square_outlined, a.vc_btn-mulled_wine.vc_btn_outlined, a.vc_btn-mulled_wine.vc_btn_square_outlined, button.vc_btn-mulled_wine.vc_btn_outlined, button.vc_btn-mulled_wine.vc_btn_square_outlined { color: rgb(181, 173, 160) !important; }
html.cmt-dark-mode-active .vc_btn-mulled_wine.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-mulled_wine.vc_btn_square_outlined:hover, a.vc_btn-mulled_wine.vc_btn_outlined:hover, a.vc_btn-mulled_wine.vc_btn_square_outlined:hover, button.vc_btn-mulled_wine.vc_btn_outlined:hover, button.vc_btn-mulled_wine.vc_btn_square_outlined:hover { border-color: rgb(122, 114, 101); }
html.cmt-dark-mode-active .vc_btn-mulled_wine.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-mulled_wine.vc_btn_3d, button.vc_btn-mulled_wine.vc_btn_3d { box-shadow: rgb(52, 48, 55) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs, button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs { box-shadow: rgb(52, 48, 55) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm, button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm { box-shadow: rgb(52, 48, 55) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-vista_blue, html.cmt-dark-mode-active a.vc_btn-vista_blue, button.vc_btn-vista_blue { background-color: rgb(54, 122, 88); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-vista_blue:hover, html.cmt-dark-mode-active a.vc_btn-vista_blue:hover, button.vc_btn-vista_blue:hover { background-color: rgb(58, 135, 97); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-vista_blue.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-vista_blue.vc_btn_square_outlined, a.vc_btn-vista_blue.vc_btn_outlined, a.vc_btn-vista_blue.vc_btn_square_outlined, button.vc_btn-vista_blue.vc_btn_outlined, button.vc_btn-vista_blue.vc_btn_square_outlined { color: rgb(131, 207, 155) !important; }
html.cmt-dark-mode-active .vc_btn-vista_blue.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-vista_blue.vc_btn_square_outlined:hover, a.vc_btn-vista_blue.vc_btn_outlined:hover, a.vc_btn-vista_blue.vc_btn_square_outlined:hover, button.vc_btn-vista_blue.vc_btn_outlined:hover, button.vc_btn-vista_blue.vc_btn_square_outlined:hover { border-color: rgb(55, 126, 81); }
html.cmt-dark-mode-active .vc_btn-vista_blue.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-vista_blue.vc_btn_3d, button.vc_btn-vista_blue.vc_btn_3d { box-shadow: rgb(62, 145, 104) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-vista_blue.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs, button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs { box-shadow: rgb(62, 145, 104) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-vista_blue.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm, button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm { box-shadow: rgb(62, 145, 104) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-black, html.cmt-dark-mode-active a.vc_btn-black, button.vc_btn-black { background-color: rgb(43, 44, 45); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-black:hover, html.cmt-dark-mode-active a.vc_btn-black:hover, button.vc_btn-black:hover { background-color: rgb(32, 33, 33); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-black.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-black.vc_btn_square_outlined, a.vc_btn-black.vc_btn_outlined, a.vc_btn-black.vc_btn_square_outlined, button.vc_btn-black.vc_btn_outlined, button.vc_btn-black.vc_btn_square_outlined { color: rgb(204, 198, 188) !important; }
html.cmt-dark-mode-active .vc_btn-black.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-black.vc_btn_square_outlined:hover, a.vc_btn-black.vc_btn_outlined:hover, a.vc_btn-black.vc_btn_square_outlined:hover, button.vc_btn-black.vc_btn_outlined:hover, button.vc_btn-black.vc_btn_square_outlined:hover { border-color: rgb(134, 125, 110); }
html.cmt-dark-mode-active .vc_btn-black.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-black.vc_btn_3d, button.vc_btn-black.vc_btn_3d { box-shadow: rgb(23, 23, 23) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-black.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-black.vc_btn_3d.vc_btn_xs, button.vc_btn-black.vc_btn_3d.vc_btn_xs { box-shadow: rgb(23, 23, 23) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-black.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-black.vc_btn_3d.vc_btn_sm, button.vc_btn-black.vc_btn_3d.vc_btn_sm { box-shadow: rgb(23, 23, 23) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-grey, html.cmt-dark-mode-active a.vc_btn-grey, button.vc_btn-grey { background-color: rgb(46, 48, 48); color: rgb(169, 160, 147) !important; }
html.cmt-dark-mode-active .vc_btn-grey:hover, html.cmt-dark-mode-active a.vc_btn-grey:hover, button.vc_btn-grey:hover { background-color: rgb(54, 56, 56); color: rgb(174, 165, 152) !important; }
html.cmt-dark-mode-active .vc_btn-grey.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-grey.vc_btn_square_outlined, a.vc_btn-grey.vc_btn_outlined, a.vc_btn-grey.vc_btn_square_outlined, button.vc_btn-grey.vc_btn_outlined, button.vc_btn-grey.vc_btn_square_outlined { color: rgb(217, 211, 203) !important; }
html.cmt-dark-mode-active .vc_btn-grey.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-grey.vc_btn_square_outlined:hover, a.vc_btn-grey.vc_btn_outlined:hover, a.vc_btn-grey.vc_btn_square_outlined:hover, button.vc_btn-grey.vc_btn_outlined:hover, button.vc_btn-grey.vc_btn_square_outlined:hover { border-color: rgb(68, 71, 71); }
html.cmt-dark-mode-active .vc_btn-grey.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-grey.vc_btn_3d, button.vc_btn-grey.vc_btn_3d { box-shadow: rgb(61, 63, 63) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-grey.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-grey.vc_btn_3d.vc_btn_xs, button.vc_btn-grey.vc_btn_3d.vc_btn_xs { box-shadow: rgb(61, 63, 63) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-grey.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-grey.vc_btn_3d.vc_btn_sm, button.vc_btn-grey.vc_btn_3d.vc_btn_sm { box-shadow: rgb(61, 63, 63) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-orange, html.cmt-dark-mode-active a.vc_btn-orange, button.vc_btn-orange { background-color: rgb(137, 93, 26); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-orange:hover, html.cmt-dark-mode-active a.vc_btn-orange:hover, button.vc_btn-orange:hover { background-color: rgb(152, 103, 29); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-orange.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-orange.vc_btn_square_outlined, a.vc_btn-orange.vc_btn_outlined, a.vc_btn-orange.vc_btn_square_outlined, button.vc_btn-orange.vc_btn_outlined, button.vc_btn-orange.vc_btn_square_outlined { color: rgb(237, 187, 111) !important; }
html.cmt-dark-mode-active .vc_btn-orange.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-orange.vc_btn_square_outlined:hover, a.vc_btn-orange.vc_btn_outlined:hover, a.vc_btn-orange.vc_btn_square_outlined:hover, button.vc_btn-orange.vc_btn_outlined:hover, button.vc_btn-orange.vc_btn_square_outlined:hover { border-color: rgb(147, 100, 27); }
html.cmt-dark-mode-active .vc_btn-orange.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-orange.vc_btn_3d, button.vc_btn-orange.vc_btn_3d { box-shadow: rgb(165, 111, 29) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-orange.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-orange.vc_btn_3d.vc_btn_xs, button.vc_btn-orange.vc_btn_3d.vc_btn_xs { box-shadow: rgb(165, 111, 29) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-orange.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-orange.vc_btn_3d.vc_btn_sm, button.vc_btn-orange.vc_btn_3d.vc_btn_sm { box-shadow: rgb(165, 111, 29) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-sky, html.cmt-dark-mode-active a.vc_btn-sky, button.vc_btn-sky { background-color: rgb(42, 91, 135); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-sky:hover, html.cmt-dark-mode-active a.vc_btn-sky:hover, button.vc_btn-sky:hover { background-color: rgb(45, 98, 148); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-sky.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-sky.vc_btn_square_outlined, a.vc_btn-sky.vc_btn_outlined, a.vc_btn-sky.vc_btn_square_outlined, button.vc_btn-sky.vc_btn_outlined, button.vc_btn-sky.vc_btn_square_outlined { color: rgb(110, 168, 211) !important; }
html.cmt-dark-mode-active .vc_btn-sky.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-sky.vc_btn_square_outlined:hover, a.vc_btn-sky.vc_btn_outlined:hover, a.vc_btn-sky.vc_btn_square_outlined:hover, button.vc_btn-sky.vc_btn_outlined:hover, button.vc_btn-sky.vc_btn_square_outlined:hover { border-color: rgb(42, 91, 137); }
html.cmt-dark-mode-active .vc_btn-sky.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-sky.vc_btn_3d, button.vc_btn-sky.vc_btn_3d { box-shadow: rgb(48, 106, 159) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-sky.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-sky.vc_btn_3d.vc_btn_xs, button.vc_btn-sky.vc_btn_3d.vc_btn_xs { box-shadow: rgb(48, 106, 159) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-sky.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-sky.vc_btn_3d.vc_btn_sm, button.vc_btn-sky.vc_btn_3d.vc_btn_sm { box-shadow: rgb(48, 106, 159) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-green, html.cmt-dark-mode-active a.vc_btn-green, button.vc_btn-green { background-color: rgb(97, 136, 61); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-green:hover, html.cmt-dark-mode-active a.vc_btn-green:hover, button.vc_btn-green:hover { background-color: rgb(86, 119, 55); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-green.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-green.vc_btn_square_outlined, a.vc_btn-green.vc_btn_outlined, a.vc_btn-green.vc_btn_square_outlined, button.vc_btn-green.vc_btn_outlined, button.vc_btn-green.vc_btn_square_outlined { color: rgb(150, 193, 106) !important; }
html.cmt-dark-mode-active .vc_btn-green.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-green.vc_btn_square_outlined:hover, a.vc_btn-green.vc_btn_outlined:hover, a.vc_btn-green.vc_btn_square_outlined:hover, button.vc_btn-green.vc_btn_outlined:hover, button.vc_btn-green.vc_btn_square_outlined:hover { border-color: rgb(103, 142, 64); }
html.cmt-dark-mode-active .vc_btn-green.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-green.vc_btn_3d, button.vc_btn-green.vc_btn_3d { box-shadow: rgb(77, 105, 49) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-green.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-green.vc_btn_3d.vc_btn_xs, button.vc_btn-green.vc_btn_3d.vc_btn_xs { box-shadow: rgb(77, 105, 49) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-green.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-green.vc_btn_3d.vc_btn_sm, button.vc_btn-green.vc_btn_3d.vc_btn_sm { box-shadow: rgb(77, 105, 49) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-juicy_pink, html.cmt-dark-mode-active a.vc_btn-juicy_pink, button.vc_btn-juicy_pink { background-color: rgb(145, 30, 25); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-juicy_pink:hover, html.cmt-dark-mode-active a.vc_btn-juicy_pink:hover, button.vc_btn-juicy_pink:hover { background-color: rgb(160, 33, 27); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-juicy_pink.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-juicy_pink.vc_btn_square_outlined, a.vc_btn-juicy_pink.vc_btn_outlined, a.vc_btn-juicy_pink.vc_btn_square_outlined, button.vc_btn-juicy_pink.vc_btn_outlined, button.vc_btn-juicy_pink.vc_btn_square_outlined { color: rgb(227, 98, 90) !important; }
html.cmt-dark-mode-active .vc_btn-juicy_pink.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-juicy_pink.vc_btn_square_outlined:hover, a.vc_btn-juicy_pink.vc_btn_outlined:hover, a.vc_btn-juicy_pink.vc_btn_square_outlined:hover, button.vc_btn-juicy_pink.vc_btn_outlined:hover, button.vc_btn-juicy_pink.vc_btn_square_outlined:hover { border-color: rgb(148, 31, 25); }
html.cmt-dark-mode-active .vc_btn-juicy_pink.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-juicy_pink.vc_btn_3d, button.vc_btn-juicy_pink.vc_btn_3d { box-shadow: rgb(173, 34, 27) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs, button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs { box-shadow: rgb(173, 34, 27) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm, button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm { box-shadow: rgb(173, 34, 27) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-sandy_brown, html.cmt-dark-mode-active a.vc_btn-sandy_brown, button.vc_btn-sandy_brown { background-color: rgb(134, 59, 24); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-sandy_brown:hover, html.cmt-dark-mode-active a.vc_btn-sandy_brown:hover, button.vc_btn-sandy_brown:hover { background-color: rgb(149, 65, 26); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-sandy_brown.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-sandy_brown.vc_btn_square_outlined, a.vc_btn-sandy_brown.vc_btn_outlined, a.vc_btn-sandy_brown.vc_btn_square_outlined, button.vc_btn-sandy_brown.vc_btn_outlined, button.vc_btn-sandy_brown.vc_btn_square_outlined { color: rgb(234, 150, 109) !important; }
html.cmt-dark-mode-active .vc_btn-sandy_brown.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-sandy_brown.vc_btn_square_outlined:hover, a.vc_btn-sandy_brown.vc_btn_outlined:hover, a.vc_btn-sandy_brown.vc_btn_square_outlined:hover, button.vc_btn-sandy_brown.vc_btn_outlined:hover, button.vc_btn-sandy_brown.vc_btn_square_outlined:hover { border-color: rgb(145, 63, 25); }
html.cmt-dark-mode-active .vc_btn-sandy_brown.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-sandy_brown.vc_btn_3d, button.vc_btn-sandy_brown.vc_btn_3d { box-shadow: rgb(162, 70, 27) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs, button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs { box-shadow: rgb(162, 70, 27) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm, button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm { box-shadow: rgb(162, 70, 27) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-purple, html.cmt-dark-mode-active a.vc_btn-purple, button.vc_btn-purple { background-color: rgb(111, 69, 109); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-purple:hover, html.cmt-dark-mode-active a.vc_btn-purple:hover, button.vc_btn-purple:hover { background-color: rgb(122, 75, 120); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-purple.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-purple.vc_btn_square_outlined, a.vc_btn-purple.vc_btn_outlined, a.vc_btn-purple.vc_btn_square_outlined, button.vc_btn-purple.vc_btn_outlined, button.vc_btn-purple.vc_btn_square_outlined { color: rgb(184, 136, 180) !important; }
html.cmt-dark-mode-active .vc_btn-purple.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-purple.vc_btn_square_outlined:hover, a.vc_btn-purple.vc_btn_outlined:hover, a.vc_btn-purple.vc_btn_square_outlined:hover, button.vc_btn-purple.vc_btn_outlined:hover, button.vc_btn-purple.vc_btn_square_outlined:hover { border-color: rgb(112, 70, 109); }
html.cmt-dark-mode-active .vc_btn-purple.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-purple.vc_btn_3d, button.vc_btn-purple.vc_btn_3d { box-shadow: rgb(131, 80, 129) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-purple.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-purple.vc_btn_3d.vc_btn_xs, button.vc_btn-purple.vc_btn_3d.vc_btn_xs { box-shadow: rgb(131, 80, 129) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-purple.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-purple.vc_btn_3d.vc_btn_sm, button.vc_btn-purple.vc_btn_3d.vc_btn_sm { box-shadow: rgb(131, 80, 129) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-white, html.cmt-dark-mode-active a.vc_btn-white, button.vc_btn-white { background-color: rgb(36, 37, 37); color: rgb(169, 160, 147) !important; }
html.cmt-dark-mode-active .vc_btn-white:hover, html.cmt-dark-mode-active a.vc_btn-white:hover, button.vc_btn-white:hover { background-color: rgb(43, 45, 46); color: rgb(174, 165, 152) !important; }
html.cmt-dark-mode-active .vc_btn-white.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-white.vc_btn_square_outlined, a.vc_btn-white.vc_btn_outlined, a.vc_btn-white.vc_btn_square_outlined, button.vc_btn-white.vc_btn_outlined, button.vc_btn-white.vc_btn_square_outlined { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-white.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-white.vc_btn_square_outlined:hover, a.vc_btn-white.vc_btn_outlined:hover, a.vc_btn-white.vc_btn_square_outlined:hover, button.vc_btn-white.vc_btn_outlined:hover, button.vc_btn-white.vc_btn_square_outlined:hover { border-color: rgb(62, 65, 65); }
html.cmt-dark-mode-active .vc_btn-white.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-white.vc_btn_3d, button.vc_btn-white.vc_btn_3d { box-shadow: rgb(51, 52, 53) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-white.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-white.vc_btn_3d.vc_btn_xs, button.vc_btn-white.vc_btn_3d.vc_btn_xs { box-shadow: rgb(51, 52, 53) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-white.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-white.vc_btn_3d.vc_btn_sm, button.vc_btn-white.vc_btn_3d.vc_btn_sm { box-shadow: rgb(51, 52, 53) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-grace, html.cmt-dark-mode-active a.vc_btn-grace, button.vc_btn-grace { background-color: rgb(109, 120, 44); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn-grace:hover, html.cmt-dark-mode-active a.vc_btn-grace:hover, button.vc_btn-grace:hover { background-color: rgb(131, 152, 53); color: rgb(224, 220, 211) !important; }
html.cmt-dark-mode-active .vc_btn-grace.vc_btn_outlined, html.cmt-dark-mode-active .vc_btn-grace.vc_btn_square_outlined, a.vc_btn-grace.vc_btn_outlined, a.vc_btn-grace.vc_btn_square_outlined, button.vc_btn-grace.vc_btn_outlined, button.vc_btn-grace.vc_btn_square_outlined { color: rgb(182, 206, 90) !important; }
html.cmt-dark-mode-active .vc_btn-grace.vc_btn_outlined:hover, html.cmt-dark-mode-active .vc_btn-grace.vc_btn_square_outlined:hover, a.vc_btn-grace.vc_btn_outlined:hover, a.vc_btn-grace.vc_btn_square_outlined:hover, button.vc_btn-grace.vc_btn_outlined:hover, button.vc_btn-grace.vc_btn_square_outlined:hover { border-color: rgb(128, 147, 52); }
html.cmt-dark-mode-active .vc_btn-grace.vc_btn_3d, html.cmt-dark-mode-active a.vc_btn-grace.vc_btn_3d, button.vc_btn-grace.vc_btn_3d { box-shadow: rgb(119, 137, 48) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn-grace.vc_btn_3d.vc_btn_xs, html.cmt-dark-mode-active a.vc_btn-grace.vc_btn_3d.vc_btn_xs, button.vc_btn-grace.vc_btn_3d.vc_btn_xs { box-shadow: rgb(119, 137, 48) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn-grace.vc_btn_3d.vc_btn_sm, html.cmt-dark-mode-active a.vc_btn-grace.vc_btn_3d.vc_btn_sm, button.vc_btn-grace.vc_btn_3d.vc_btn_sm { box-shadow: rgb(119, 137, 48) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn-default, html.cmt-dark-mode-active a.vc_btn-default, button.vc_btn-default { background-color: rgb(36, 37, 37); border-color: rgba(143, 132, 117, 0); color: rgb(155, 145, 131); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-default, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default.focus, .vc_btn-default:active, .vc_btn-default:focus, .vc_btn-default:hover, a.vc_btn-default.active, a.vc_btn-default.focus, a.vc_btn-default:active, a.vc_btn-default:focus, a.vc_btn-default:hover, button.vc_btn-default.active, button.vc_btn-default.focus, button.vc_btn-default:active, button.vc_btn-default:focus, button.vc_btn-default:hover { background-color: rgb(49, 51, 51); border-color: rgba(143, 132, 117, 0); color: rgb(155, 145, 131); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-default.focus, html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-default:focus, .open > .dropdown-toggle.vc_btn-default:hover, .open > .dropdown-togglea.vc_btn-default.focus, .open > .dropdown-togglea.vc_btn-default:focus, .open > .dropdown-togglea.vc_btn-default:hover, .open > .dropdown-togglebutton.vc_btn-default.focus, .open > .dropdown-togglebutton.vc_btn-default:focus, .open > .dropdown-togglebutton.vc_btn-default:hover, .vc_btn-default.active.focus, .vc_btn-default.active:focus, .vc_btn-default.active:hover, .vc_btn-default:active.focus, .vc_btn-default:active:focus, .vc_btn-default:active:hover, a.vc_btn-default.active.focus, a.vc_btn-default.active:focus, a.vc_btn-default.active:hover, a.vc_btn-default:active.focus, a.vc_btn-default:active:focus, a.vc_btn-default:active:hover, button.vc_btn-default.active.focus, button.vc_btn-default.active:focus, button.vc_btn-default.active:hover, button.vc_btn-default:active.focus, button.vc_btn-default:active:focus, button.vc_btn-default:active:hover { background-color: rgb(58, 61, 61); border-color: rgba(143, 132, 117, 0); color: rgb(155, 145, 131); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-default, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default:active, a.vc_btn-default.active, a.vc_btn-default:active, button.vc_btn-default.active, button.vc_btn-default:active { background-image: none; }
html.cmt-dark-mode-active .vc_btn-default.disabled, html.cmt-dark-mode-active .vc_btn-default.disabled.active, .vc_btn-default.disabled.focus, .vc_btn-default.disabled:active, .vc_btn-default.disabled:focus, .vc_btn-default.disabled:hover, .vc_btn-default[disabled], .vc_btn-default[disabled].active, .vc_btn-default[disabled].focus, .vc_btn-default[disabled]:active, .vc_btn-default[disabled]:focus, .vc_btn-default[disabled]:hover, a.vc_btn-default.disabled, a.vc_btn-default.disabled.active, a.vc_btn-default.disabled.focus, a.vc_btn-default.disabled:active, a.vc_btn-default.disabled:focus, a.vc_btn-default.disabled:hover, a.vc_btn-default[disabled], a.vc_btn-default[disabled].active, a.vc_btn-default[disabled].focus, a.vc_btn-default[disabled]:active, a.vc_btn-default[disabled]:focus, a.vc_btn-default[disabled]:hover, button.vc_btn-default.disabled, button.vc_btn-default.disabled.active, button.vc_btn-default.disabled.focus, button.vc_btn-default.disabled:active, button.vc_btn-default.disabled:focus, button.vc_btn-default.disabled:hover, button.vc_btn-default[disabled], button.vc_btn-default[disabled].active, button.vc_btn-default[disabled].focus, button.vc_btn-default[disabled]:active, button.vc_btn-default[disabled]:focus, button.vc_btn-default[disabled]:hover, fieldset[disabled] .vc_btn-default, fieldset[disabled] .vc_btn-default.active, fieldset[disabled] .vc_btn-default.focus, fieldset[disabled] .vc_btn-default:active, fieldset[disabled] .vc_btn-default:focus, fieldset[disabled] .vc_btn-default:hover, fieldset[disabled] a.vc_btn-default, fieldset[disabled] a.vc_btn-default.active, fieldset[disabled] a.vc_btn-default.focus, fieldset[disabled] a.vc_btn-default:active, fieldset[disabled] a.vc_btn-default:focus, fieldset[disabled] a.vc_btn-default:hover, fieldset[disabled] button.vc_btn-default, fieldset[disabled] button.vc_btn-default.active, fieldset[disabled] button.vc_btn-default.focus, fieldset[disabled] button.vc_btn-default:active, fieldset[disabled] button.vc_btn-default:focus, fieldset[disabled] button.vc_btn-default:hover { background-color: rgb(36, 37, 37); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_btn-default .badge, html.cmt-dark-mode-active a.vc_btn-default .badge, button.vc_btn-default .badge { background-color: rgb(102, 106, 107); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn-primary, html.cmt-dark-mode-active a.vc_btn-primary, button.vc_btn-primary { background-color: rgb(26, 137, 177); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-primary, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary.focus, .vc_btn-primary:active, .vc_btn-primary:focus, .vc_btn-primary:hover, a.vc_btn-primary.active, a.vc_btn-primary.focus, a.vc_btn-primary:active, a.vc_btn-primary:focus, a.vc_btn-primary:hover, button.vc_btn-primary.active, button.vc_btn-primary.focus, button.vc_btn-primary:active, button.vc_btn-primary:focus, button.vc_btn-primary:hover { background-color: rgb(23, 111, 142); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-primary.focus, html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-primary:focus, .open > .dropdown-toggle.vc_btn-primary:hover, .open > .dropdown-togglea.vc_btn-primary.focus, .open > .dropdown-togglea.vc_btn-primary:focus, .open > .dropdown-togglea.vc_btn-primary:hover, .open > .dropdown-togglebutton.vc_btn-primary.focus, .open > .dropdown-togglebutton.vc_btn-primary:focus, .open > .dropdown-togglebutton.vc_btn-primary:hover, .vc_btn-primary.active.focus, .vc_btn-primary.active:focus, .vc_btn-primary.active:hover, .vc_btn-primary:active.focus, .vc_btn-primary:active:focus, .vc_btn-primary:active:hover, a.vc_btn-primary.active.focus, a.vc_btn-primary.active:focus, a.vc_btn-primary.active:hover, a.vc_btn-primary:active.focus, a.vc_btn-primary:active:focus, a.vc_btn-primary:active:hover, button.vc_btn-primary.active.focus, button.vc_btn-primary.active:focus, button.vc_btn-primary.active:hover, button.vc_btn-primary:active.focus, button.vc_btn-primary:active:focus, button.vc_btn-primary:active:hover { background-color: rgb(21, 92, 117); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-primary, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary:active, a.vc_btn-primary.active, a.vc_btn-primary:active, button.vc_btn-primary.active, button.vc_btn-primary:active { background-image: none; }
html.cmt-dark-mode-active .vc_btn-primary.disabled, html.cmt-dark-mode-active .vc_btn-primary.disabled.active, .vc_btn-primary.disabled.focus, .vc_btn-primary.disabled:active, .vc_btn-primary.disabled:focus, .vc_btn-primary.disabled:hover, .vc_btn-primary[disabled], .vc_btn-primary[disabled].active, .vc_btn-primary[disabled].focus, .vc_btn-primary[disabled]:active, .vc_btn-primary[disabled]:focus, .vc_btn-primary[disabled]:hover, a.vc_btn-primary.disabled, a.vc_btn-primary.disabled.active, a.vc_btn-primary.disabled.focus, a.vc_btn-primary.disabled:active, a.vc_btn-primary.disabled:focus, a.vc_btn-primary.disabled:hover, a.vc_btn-primary[disabled], a.vc_btn-primary[disabled].active, a.vc_btn-primary[disabled].focus, a.vc_btn-primary[disabled]:active, a.vc_btn-primary[disabled]:focus, a.vc_btn-primary[disabled]:hover, button.vc_btn-primary.disabled, button.vc_btn-primary.disabled.active, button.vc_btn-primary.disabled.focus, button.vc_btn-primary.disabled:active, button.vc_btn-primary.disabled:focus, button.vc_btn-primary.disabled:hover, button.vc_btn-primary[disabled], button.vc_btn-primary[disabled].active, button.vc_btn-primary[disabled].focus, button.vc_btn-primary[disabled]:active, button.vc_btn-primary[disabled]:focus, button.vc_btn-primary[disabled]:hover, fieldset[disabled] .vc_btn-primary, fieldset[disabled] .vc_btn-primary.active, fieldset[disabled] .vc_btn-primary.focus, fieldset[disabled] .vc_btn-primary:active, fieldset[disabled] .vc_btn-primary:focus, fieldset[disabled] .vc_btn-primary:hover, fieldset[disabled] a.vc_btn-primary, fieldset[disabled] a.vc_btn-primary.active, fieldset[disabled] a.vc_btn-primary.focus, fieldset[disabled] a.vc_btn-primary:active, fieldset[disabled] a.vc_btn-primary:focus, fieldset[disabled] a.vc_btn-primary:hover, fieldset[disabled] button.vc_btn-primary, fieldset[disabled] button.vc_btn-primary.active, fieldset[disabled] button.vc_btn-primary.focus, fieldset[disabled] button.vc_btn-primary:active, fieldset[disabled] button.vc_btn-primary:focus, fieldset[disabled] button.vc_btn-primary:hover { background-color: rgb(26, 137, 177); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_btn-primary .badge, html.cmt-dark-mode-active a.vc_btn-primary .badge, button.vc_btn-primary .badge { background-color: rgb(36, 37, 37); color: rgb(61, 188, 232); }
html.cmt-dark-mode-active .vc_btn-success, html.cmt-dark-mode-active a.vc_btn-success, button.vc_btn-success { background-color: rgb(88, 132, 69); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-success, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success.focus, .vc_btn-success:active, .vc_btn-success:focus, .vc_btn-success:hover, a.vc_btn-success.active, a.vc_btn-success.focus, a.vc_btn-success:active, a.vc_btn-success:focus, a.vc_btn-success:hover, button.vc_btn-success.active, button.vc_btn-success.focus, button.vc_btn-success:active, button.vc_btn-success:focus, button.vc_btn-success:hover { background-color: rgb(68, 125, 64); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-success.focus, html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-success:focus, .open > .dropdown-toggle.vc_btn-success:hover, .open > .dropdown-togglea.vc_btn-success.focus, .open > .dropdown-togglea.vc_btn-success:focus, .open > .dropdown-togglea.vc_btn-success:hover, .open > .dropdown-togglebutton.vc_btn-success.focus, .open > .dropdown-togglebutton.vc_btn-success:focus, .open > .dropdown-togglebutton.vc_btn-success:hover, .vc_btn-success.active.focus, .vc_btn-success.active:focus, .vc_btn-success.active:hover, .vc_btn-success:active.focus, .vc_btn-success:active:focus, .vc_btn-success:active:hover, a.vc_btn-success.active.focus, a.vc_btn-success.active:focus, a.vc_btn-success.active:hover, a.vc_btn-success:active.focus, a.vc_btn-success:active:focus, a.vc_btn-success:active:hover, button.vc_btn-success.active.focus, button.vc_btn-success.active:focus, button.vc_btn-success.active:hover, button.vc_btn-success:active.focus, button.vc_btn-success:active:focus, button.vc_btn-success:active:hover { background-color: rgb(60, 108, 57); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-success, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success:active, a.vc_btn-success.active, a.vc_btn-success:active, button.vc_btn-success.active, button.vc_btn-success:active { background-image: none; }
html.cmt-dark-mode-active .vc_btn-success.disabled, html.cmt-dark-mode-active .vc_btn-success.disabled.active, .vc_btn-success.disabled.focus, .vc_btn-success.disabled:active, .vc_btn-success.disabled:focus, .vc_btn-success.disabled:hover, .vc_btn-success[disabled], .vc_btn-success[disabled].active, .vc_btn-success[disabled].focus, .vc_btn-success[disabled]:active, .vc_btn-success[disabled]:focus, .vc_btn-success[disabled]:hover, a.vc_btn-success.disabled, a.vc_btn-success.disabled.active, a.vc_btn-success.disabled.focus, a.vc_btn-success.disabled:active, a.vc_btn-success.disabled:focus, a.vc_btn-success.disabled:hover, a.vc_btn-success[disabled], a.vc_btn-success[disabled].active, a.vc_btn-success[disabled].focus, a.vc_btn-success[disabled]:active, a.vc_btn-success[disabled]:focus, a.vc_btn-success[disabled]:hover, button.vc_btn-success.disabled, button.vc_btn-success.disabled.active, button.vc_btn-success.disabled.focus, button.vc_btn-success.disabled:active, button.vc_btn-success.disabled:focus, button.vc_btn-success.disabled:hover, button.vc_btn-success[disabled], button.vc_btn-success[disabled].active, button.vc_btn-success[disabled].focus, button.vc_btn-success[disabled]:active, button.vc_btn-success[disabled]:focus, button.vc_btn-success[disabled]:hover, fieldset[disabled] .vc_btn-success, fieldset[disabled] .vc_btn-success.active, fieldset[disabled] .vc_btn-success.focus, fieldset[disabled] .vc_btn-success:active, fieldset[disabled] .vc_btn-success:focus, fieldset[disabled] .vc_btn-success:hover, fieldset[disabled] a.vc_btn-success, fieldset[disabled] a.vc_btn-success.active, fieldset[disabled] a.vc_btn-success.focus, fieldset[disabled] a.vc_btn-success:active, fieldset[disabled] a.vc_btn-success:focus, fieldset[disabled] a.vc_btn-success:hover, fieldset[disabled] button.vc_btn-success, fieldset[disabled] button.vc_btn-success.active, fieldset[disabled] button.vc_btn-success.focus, fieldset[disabled] button.vc_btn-success:active, fieldset[disabled] button.vc_btn-success:focus, fieldset[disabled] button.vc_btn-success:hover { background-color: rgb(88, 132, 69); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_btn-success .badge, html.cmt-dark-mode-active a.vc_btn-success .badge, button.vc_btn-success .badge { background-color: rgb(36, 37, 37); color: rgb(117, 184, 111); }
html.cmt-dark-mode-active .vc_btn-info, html.cmt-dark-mode-active a.vc_btn-info, button.vc_btn-info { background-color: rgb(47, 116, 135); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-info, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info.focus, .vc_btn-info:active, .vc_btn-info:focus, .vc_btn-info:hover, a.vc_btn-info.active, a.vc_btn-info.focus, a.vc_btn-info:active, a.vc_btn-info:focus, a.vc_btn-info:hover, button.vc_btn-info.active, button.vc_btn-info.focus, button.vc_btn-info:active, button.vc_btn-info:focus, button.vc_btn-info:hover { background-color: rgb(54, 135, 156); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-info.focus, html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-info:focus, .open > .dropdown-toggle.vc_btn-info:hover, .open > .dropdown-togglea.vc_btn-info.focus, .open > .dropdown-togglea.vc_btn-info:focus, .open > .dropdown-togglea.vc_btn-info:hover, .open > .dropdown-togglebutton.vc_btn-info.focus, .open > .dropdown-togglebutton.vc_btn-info:focus, .open > .dropdown-togglebutton.vc_btn-info:hover, .vc_btn-info.active.focus, .vc_btn-info.active:focus, .vc_btn-info.active:hover, .vc_btn-info:active.focus, .vc_btn-info:active:focus, .vc_btn-info:active:hover, a.vc_btn-info.active.focus, a.vc_btn-info.active:focus, a.vc_btn-info.active:hover, a.vc_btn-info:active.focus, a.vc_btn-info:active:focus, a.vc_btn-info:active:hover, button.vc_btn-info.active.focus, button.vc_btn-info.active:focus, button.vc_btn-info.active:hover, button.vc_btn-info:active.focus, button.vc_btn-info:active:focus, button.vc_btn-info:active:hover { background-color: rgb(50, 123, 143); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-info, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info:active, a.vc_btn-info.active, a.vc_btn-info:active, button.vc_btn-info.active, button.vc_btn-info:active { background-image: none; }
html.cmt-dark-mode-active .vc_btn-info.disabled, html.cmt-dark-mode-active .vc_btn-info.disabled.active, .vc_btn-info.disabled.focus, .vc_btn-info.disabled:active, .vc_btn-info.disabled:focus, .vc_btn-info.disabled:hover, .vc_btn-info[disabled], .vc_btn-info[disabled].active, .vc_btn-info[disabled].focus, .vc_btn-info[disabled]:active, .vc_btn-info[disabled]:focus, .vc_btn-info[disabled]:hover, a.vc_btn-info.disabled, a.vc_btn-info.disabled.active, a.vc_btn-info.disabled.focus, a.vc_btn-info.disabled:active, a.vc_btn-info.disabled:focus, a.vc_btn-info.disabled:hover, a.vc_btn-info[disabled], a.vc_btn-info[disabled].active, a.vc_btn-info[disabled].focus, a.vc_btn-info[disabled]:active, a.vc_btn-info[disabled]:focus, a.vc_btn-info[disabled]:hover, button.vc_btn-info.disabled, button.vc_btn-info.disabled.active, button.vc_btn-info.disabled.focus, button.vc_btn-info.disabled:active, button.vc_btn-info.disabled:focus, button.vc_btn-info.disabled:hover, button.vc_btn-info[disabled], button.vc_btn-info[disabled].active, button.vc_btn-info[disabled].focus, button.vc_btn-info[disabled]:active, button.vc_btn-info[disabled]:focus, button.vc_btn-info[disabled]:hover, fieldset[disabled] .vc_btn-info, fieldset[disabled] .vc_btn-info.active, fieldset[disabled] .vc_btn-info.focus, fieldset[disabled] .vc_btn-info:active, fieldset[disabled] .vc_btn-info:focus, fieldset[disabled] .vc_btn-info:hover, fieldset[disabled] a.vc_btn-info, fieldset[disabled] a.vc_btn-info.active, fieldset[disabled] a.vc_btn-info.focus, fieldset[disabled] a.vc_btn-info:active, fieldset[disabled] a.vc_btn-info:focus, fieldset[disabled] a.vc_btn-info:hover, fieldset[disabled] button.vc_btn-info, fieldset[disabled] button.vc_btn-info.active, fieldset[disabled] button.vc_btn-info.focus, fieldset[disabled] button.vc_btn-info:active, fieldset[disabled] button.vc_btn-info:focus, fieldset[disabled] button.vc_btn-info:hover { background-color: rgb(47, 116, 135); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_btn-info .badge, html.cmt-dark-mode-active a.vc_btn-info .badge, button.vc_btn-info .badge { background-color: rgb(36, 37, 37); color: rgb(113, 189, 208); }
html.cmt-dark-mode-active .vc_btn-warning, html.cmt-dark-mode-active a.vc_btn-warning, button.vc_btn-warning { background-color: rgb(149, 101, 32); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-warning, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning.focus, .vc_btn-warning:active, .vc_btn-warning:focus, .vc_btn-warning:hover, a.vc_btn-warning.active, a.vc_btn-warning.focus, a.vc_btn-warning:active, a.vc_btn-warning:focus, a.vc_btn-warning:hover, button.vc_btn-warning.active, button.vc_btn-warning.focus, button.vc_btn-warning:active, button.vc_btn-warning:focus, button.vc_btn-warning:hover { background-color: rgb(174, 117, 35); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-warning.focus, html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-warning:focus, .open > .dropdown-toggle.vc_btn-warning:hover, .open > .dropdown-togglea.vc_btn-warning.focus, .open > .dropdown-togglea.vc_btn-warning:focus, .open > .dropdown-togglea.vc_btn-warning:hover, .open > .dropdown-togglebutton.vc_btn-warning.focus, .open > .dropdown-togglebutton.vc_btn-warning:focus, .open > .dropdown-togglebutton.vc_btn-warning:hover, .vc_btn-warning.active.focus, .vc_btn-warning.active:focus, .vc_btn-warning.active:hover, .vc_btn-warning:active.focus, .vc_btn-warning:active:focus, .vc_btn-warning:active:hover, a.vc_btn-warning.active.focus, a.vc_btn-warning.active:focus, a.vc_btn-warning.active:hover, a.vc_btn-warning:active.focus, a.vc_btn-warning:active:focus, a.vc_btn-warning:active:hover, button.vc_btn-warning.active.focus, button.vc_btn-warning.active:focus, button.vc_btn-warning.active:hover, button.vc_btn-warning:active.focus, button.vc_btn-warning:active:focus, button.vc_btn-warning:active:hover { background-color: rgb(164, 111, 33); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-warning, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning:active, a.vc_btn-warning.active, a.vc_btn-warning:active, button.vc_btn-warning.active, button.vc_btn-warning:active { background-image: none; }
html.cmt-dark-mode-active .vc_btn-warning.disabled, html.cmt-dark-mode-active .vc_btn-warning.disabled.active, .vc_btn-warning.disabled.focus, .vc_btn-warning.disabled:active, .vc_btn-warning.disabled:focus, .vc_btn-warning.disabled:hover, .vc_btn-warning[disabled], .vc_btn-warning[disabled].active, .vc_btn-warning[disabled].focus, .vc_btn-warning[disabled]:active, .vc_btn-warning[disabled]:focus, .vc_btn-warning[disabled]:hover, a.vc_btn-warning.disabled, a.vc_btn-warning.disabled.active, a.vc_btn-warning.disabled.focus, a.vc_btn-warning.disabled:active, a.vc_btn-warning.disabled:focus, a.vc_btn-warning.disabled:hover, a.vc_btn-warning[disabled], a.vc_btn-warning[disabled].active, a.vc_btn-warning[disabled].focus, a.vc_btn-warning[disabled]:active, a.vc_btn-warning[disabled]:focus, a.vc_btn-warning[disabled]:hover, button.vc_btn-warning.disabled, button.vc_btn-warning.disabled.active, button.vc_btn-warning.disabled.focus, button.vc_btn-warning.disabled:active, button.vc_btn-warning.disabled:focus, button.vc_btn-warning.disabled:hover, button.vc_btn-warning[disabled], button.vc_btn-warning[disabled].active, button.vc_btn-warning[disabled].focus, button.vc_btn-warning[disabled]:active, button.vc_btn-warning[disabled]:focus, button.vc_btn-warning[disabled]:hover, fieldset[disabled] .vc_btn-warning, fieldset[disabled] .vc_btn-warning.active, fieldset[disabled] .vc_btn-warning.focus, fieldset[disabled] .vc_btn-warning:active, fieldset[disabled] .vc_btn-warning:focus, fieldset[disabled] .vc_btn-warning:hover, fieldset[disabled] a.vc_btn-warning, fieldset[disabled] a.vc_btn-warning.active, fieldset[disabled] a.vc_btn-warning.focus, fieldset[disabled] a.vc_btn-warning:active, fieldset[disabled] a.vc_btn-warning:focus, fieldset[disabled] a.vc_btn-warning:hover, fieldset[disabled] button.vc_btn-warning, fieldset[disabled] button.vc_btn-warning.active, fieldset[disabled] button.vc_btn-warning.focus, fieldset[disabled] button.vc_btn-warning:active, fieldset[disabled] button.vc_btn-warning:focus, fieldset[disabled] button.vc_btn-warning:hover { background-color: rgb(149, 101, 32); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_btn-warning .badge, html.cmt-dark-mode-active a.vc_btn-warning .badge, button.vc_btn-warning .badge { background-color: rgb(36, 37, 37); color: rgb(231, 175, 96); }
html.cmt-dark-mode-active .vc_btn-danger, html.cmt-dark-mode-active a.vc_btn-danger, button.vc_btn-danger { background-color: rgb(141, 49, 44); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-danger, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger.focus, .vc_btn-danger:active, .vc_btn-danger:focus, .vc_btn-danger:hover, a.vc_btn-danger.active, a.vc_btn-danger.focus, a.vc_btn-danger:active, a.vc_btn-danger:focus, a.vc_btn-danger:hover, button.vc_btn-danger.active, button.vc_btn-danger.focus, button.vc_btn-danger:active, button.vc_btn-danger:focus, button.vc_btn-danger:hover { background-color: rgb(153, 52, 47); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-danger.focus, html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-danger:focus, .open > .dropdown-toggle.vc_btn-danger:hover, .open > .dropdown-togglea.vc_btn-danger.focus, .open > .dropdown-togglea.vc_btn-danger:focus, .open > .dropdown-togglea.vc_btn-danger:hover, .open > .dropdown-togglebutton.vc_btn-danger.focus, .open > .dropdown-togglebutton.vc_btn-danger:focus, .open > .dropdown-togglebutton.vc_btn-danger:hover, .vc_btn-danger.active.focus, .vc_btn-danger.active:focus, .vc_btn-danger.active:hover, .vc_btn-danger:active.focus, .vc_btn-danger:active:focus, .vc_btn-danger:active:hover, a.vc_btn-danger.active.focus, a.vc_btn-danger.active:focus, a.vc_btn-danger.active:hover, a.vc_btn-danger:active.focus, a.vc_btn-danger:active:focus, a.vc_btn-danger:active:hover, button.vc_btn-danger.active.focus, button.vc_btn-danger.active:focus, button.vc_btn-danger.active:hover, button.vc_btn-danger:active.focus, button.vc_btn-danger:active:focus, button.vc_btn-danger:active:hover { background-color: rgb(133, 47, 42); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .open > .dropdown-toggle.vc_btn-danger, html.cmt-dark-mode-active .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger:active, a.vc_btn-danger.active, a.vc_btn-danger:active, button.vc_btn-danger.active, button.vc_btn-danger:active { background-image: none; }
html.cmt-dark-mode-active .vc_btn-danger.disabled, html.cmt-dark-mode-active .vc_btn-danger.disabled.active, .vc_btn-danger.disabled.focus, .vc_btn-danger.disabled:active, .vc_btn-danger.disabled:focus, .vc_btn-danger.disabled:hover, .vc_btn-danger[disabled], .vc_btn-danger[disabled].active, .vc_btn-danger[disabled].focus, .vc_btn-danger[disabled]:active, .vc_btn-danger[disabled]:focus, .vc_btn-danger[disabled]:hover, a.vc_btn-danger.disabled, a.vc_btn-danger.disabled.active, a.vc_btn-danger.disabled.focus, a.vc_btn-danger.disabled:active, a.vc_btn-danger.disabled:focus, a.vc_btn-danger.disabled:hover, a.vc_btn-danger[disabled], a.vc_btn-danger[disabled].active, a.vc_btn-danger[disabled].focus, a.vc_btn-danger[disabled]:active, a.vc_btn-danger[disabled]:focus, a.vc_btn-danger[disabled]:hover, button.vc_btn-danger.disabled, button.vc_btn-danger.disabled.active, button.vc_btn-danger.disabled.focus, button.vc_btn-danger.disabled:active, button.vc_btn-danger.disabled:focus, button.vc_btn-danger.disabled:hover, button.vc_btn-danger[disabled], button.vc_btn-danger[disabled].active, button.vc_btn-danger[disabled].focus, button.vc_btn-danger[disabled]:active, button.vc_btn-danger[disabled]:focus, button.vc_btn-danger[disabled]:hover, fieldset[disabled] .vc_btn-danger, fieldset[disabled] .vc_btn-danger.active, fieldset[disabled] .vc_btn-danger.focus, fieldset[disabled] .vc_btn-danger:active, fieldset[disabled] .vc_btn-danger:focus, fieldset[disabled] .vc_btn-danger:hover, fieldset[disabled] a.vc_btn-danger, fieldset[disabled] a.vc_btn-danger.active, fieldset[disabled] a.vc_btn-danger.focus, fieldset[disabled] a.vc_btn-danger:active, fieldset[disabled] a.vc_btn-danger:focus, fieldset[disabled] a.vc_btn-danger:hover, fieldset[disabled] button.vc_btn-danger, fieldset[disabled] button.vc_btn-danger.active, fieldset[disabled] button.vc_btn-danger.focus, fieldset[disabled] button.vc_btn-danger:active, fieldset[disabled] button.vc_btn-danger:focus, fieldset[disabled] button.vc_btn-danger:hover { background-color: rgb(141, 49, 44); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_btn-danger .badge, html.cmt-dark-mode-active a.vc_btn-danger .badge, button.vc_btn-danger .badge { background-color: rgb(36, 37, 37); color: rgb(206, 103, 97); }
html.cmt-dark-mode-active .wpb_address_book i.icon, html.cmt-dark-mode-active option.wpb_address_book { background-color: initial; }
html.cmt-dark-mode-active .wpb_alarm_clock i.icon, html.cmt-dark-mode-active option.wpb_alarm_clock { background-color: initial; }
html.cmt-dark-mode-active .wpb_anchor i.icon, html.cmt-dark-mode-active option.wpb_anchor { background-color: initial; }
html.cmt-dark-mode-active .wpb_application_image i.icon, html.cmt-dark-mode-active option.wpb_application_image { background-color: initial; }
html.cmt-dark-mode-active .wpb_arrow i.icon, html.cmt-dark-mode-active option.wpb_arrow { background-color: initial; }
html.cmt-dark-mode-active .wpb_asterisk i.icon, html.cmt-dark-mode-active option.wpb_asterisk { background-color: initial; }
html.cmt-dark-mode-active .wpb_hammer i.icon, html.cmt-dark-mode-active option.wpb_hammer { background-color: initial; }
html.cmt-dark-mode-active .wpb_balloon i.icon, html.cmt-dark-mode-active option.wpb_balloon { background-color: initial; }
html.cmt-dark-mode-active .wpb_balloon_buzz i.icon, html.cmt-dark-mode-active option.wpb_balloon_buzz { background-color: initial; }
html.cmt-dark-mode-active .wpb_balloon_facebook i.icon, html.cmt-dark-mode-active option.wpb_balloon_facebook { background-color: initial; }
html.cmt-dark-mode-active .wpb_balloon_twitter i.icon, html.cmt-dark-mode-active option.wpb_balloon_twitter { background-color: initial; }
html.cmt-dark-mode-active .wpb_battery i.icon, html.cmt-dark-mode-active option.wpb_battery { background-color: initial; }
html.cmt-dark-mode-active .wpb_binocular i.icon, html.cmt-dark-mode-active option.wpb_binocular { background-color: initial; }
html.cmt-dark-mode-active .wpb_document_excel i.icon, html.cmt-dark-mode-active option.wpb_document_excel { background-color: initial; }
html.cmt-dark-mode-active .wpb_document_image i.icon, html.cmt-dark-mode-active option.wpb_document_image { background-color: initial; }
html.cmt-dark-mode-active .wpb_document_music i.icon, html.cmt-dark-mode-active option.wpb_document_music { background-color: initial; }
html.cmt-dark-mode-active .wpb_document_office i.icon, html.cmt-dark-mode-active option.wpb_document_office { background-color: initial; }
html.cmt-dark-mode-active .wpb_document_pdf i.icon, html.cmt-dark-mode-active option.wpb_document_pdf { background-color: initial; }
html.cmt-dark-mode-active .wpb_document_powerpoint i.icon, html.cmt-dark-mode-active option.wpb_document_powerpoint { background-color: initial; }
html.cmt-dark-mode-active .wpb_document_word i.icon, html.cmt-dark-mode-active option.wpb_document_word { background-color: initial; }
html.cmt-dark-mode-active .wpb_bookmark i.icon, html.cmt-dark-mode-active option.wpb_bookmark { background-color: initial; }
html.cmt-dark-mode-active .wpb_camcorder i.icon, html.cmt-dark-mode-active option.wpb_camcorder { background-color: initial; }
html.cmt-dark-mode-active .wpb_camera i.icon, html.cmt-dark-mode-active option.wpb_camera { background-color: initial; }
html.cmt-dark-mode-active .wpb_chart i.icon, html.cmt-dark-mode-active option.wpb_chart { background-color: initial; }
html.cmt-dark-mode-active .wpb_chart_pie i.icon, html.cmt-dark-mode-active option.wpb_chart_pie { background-color: initial; }
html.cmt-dark-mode-active .wpb_clock i.icon, html.cmt-dark-mode-active option.wpb_clock { background-color: initial; }
html.cmt-dark-mode-active .wpb_play i.icon, html.cmt-dark-mode-active option.wpb_play { background-color: initial; }
html.cmt-dark-mode-active .wpb_fire i.icon, html.cmt-dark-mode-active option.wpb_fire { background-color: initial; }
html.cmt-dark-mode-active .wpb_heart i.icon, html.cmt-dark-mode-active option.wpb_heart { background-color: initial; }
html.cmt-dark-mode-active .wpb_mail i.icon, html.cmt-dark-mode-active option.wpb_mail { background-color: initial; }
html.cmt-dark-mode-active .wpb_shield i.icon, html.cmt-dark-mode-active option.wpb_shield { background-color: initial; }
html.cmt-dark-mode-active .wpb_video i.icon, html.cmt-dark-mode-active option.wpb_video { background-color: initial; }
html.cmt-dark-mode-active .vc_message_box { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box { background-color: rgb(41, 43, 43); border-color: rgb(39, 52, 96); color: rgb(143, 168, 195); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box .vc_message_box-icon { color: rgb(107, 148, 197); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box-solid { background-color: rgb(52, 71, 134); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-blue.vc_message_box-solid-icon { background-color: initial; border-color: rgb(49, 67, 125); color: rgb(143, 168, 195); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(107, 148, 197); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(52, 71, 134); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-blue.vc_message_box-3d { box-shadow: rgb(40, 53, 97) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box { background-color: rgb(23, 62, 63); border-color: rgb(46, 96, 97); color: rgb(152, 229, 230); }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box .vc_message_box-icon { color: rgb(84, 230, 235); }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-solid { background-color: rgb(27, 150, 156); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-solid-icon { background-color: initial; border-color: rgb(29, 173, 180); color: rgb(152, 229, 230); }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(84, 230, 235); }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(27, 150, 156); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-turquoise.vc_message_box-3d { box-shadow: rgb(45, 96, 97) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box { background-color: rgb(65, 18, 14); border-color: rgb(110, 22, 16); color: rgb(209, 83, 71); }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box .vc_message_box-icon { color: rgb(237, 114, 101); }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box-solid { background-color: rgb(137, 27, 18); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-pink.vc_message_box-solid-icon { background-color: initial; border-color: rgb(140, 27, 18); color: rgb(209, 83, 71); }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(237, 114, 101); }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(137, 27, 18); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-pink.vc_message_box-3d { box-shadow: rgb(103, 23, 16) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box { background-color: rgb(43, 44, 45); border-color: rgb(64, 47, 89); color: rgb(153, 136, 175); }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box .vc_message_box-icon { color: rgb(149, 122, 185); }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box-solid { background-color: rgb(84, 61, 119); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-violet.vc_message_box-solid-icon { background-color: initial; border-color: rgb(80, 58, 112); color: rgb(153, 136, 175); }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(149, 122, 185); }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(84, 61, 119); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-violet.vc_message_box-3d { box-shadow: rgb(66, 48, 91) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box { background-color: rgb(32, 54, 58); border-color: rgb(46, 87, 96); color: rgb(144, 183, 190); }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box .vc_message_box-icon { color: rgb(106, 176, 192); }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-solid { background-color: rgb(61, 125, 141); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-solid-icon { background-color: initial; border-color: rgb(57, 113, 127); color: rgb(144, 183, 190); }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(106, 176, 192); }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(61, 125, 141); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-peacoc.vc_message_box-3d { box-shadow: rgb(46, 89, 100) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box { background-color: rgb(49, 43, 35); border-color: rgb(84, 74, 55); color: rgb(174, 155, 121); }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box .vc_message_box-icon { color: rgb(200, 187, 161); }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box-solid { background-color: rgb(89, 78, 58); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-chino.vc_message_box-solid-icon { background-color: initial; border-color: rgb(95, 84, 61); color: rgb(174, 155, 121); }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(200, 187, 161); }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(89, 78, 58); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-chino.vc_message_box-3d { box-shadow: rgb(67, 60, 45) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box { background-color: rgb(47, 49, 48); border-color: rgb(71, 74, 74); color: rgb(211, 205, 196); }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box .vc_message_box-icon { color: rgb(181, 173, 160); }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-solid { background-color: rgb(71, 74, 74); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-solid-icon { background-color: initial; border-color: rgb(118, 109, 97); color: rgb(211, 205, 196); }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(181, 173, 160); }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(71, 74, 74); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-mulled_wine.vc_message_box-3d { box-shadow: rgb(73, 77, 77) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box { background-color: rgb(31, 63, 47); border-color: rgb(46, 101, 65); color: rgb(131, 190, 148); }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box .vc_message_box-icon { color: rgb(131, 207, 155); }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-solid { background-color: rgb(54, 122, 88); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-solid-icon { background-color: initial; border-color: rgb(53, 120, 77); color: rgb(131, 190, 148); }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(131, 207, 155); }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(54, 122, 88); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-vista_blue.vc_message_box-3d { box-shadow: rgb(48, 105, 78) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box { background-color: rgb(67, 46, 18); border-color: rgb(117, 80, 25); color: rgb(220, 168, 87); }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box .vc_message_box-icon { color: rgb(237, 187, 111); }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box-solid { background-color: rgb(137, 93, 26); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-orange.vc_message_box-solid-icon { background-color: initial; border-color: rgb(140, 95, 27); color: rgb(220, 168, 87); }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(237, 187, 111); }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(137, 93, 26); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-orange.vc_message_box-3d { box-shadow: rgb(119, 81, 24) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box { background-color: rgb(42, 44, 44); border-color: rgb(35, 71, 104); color: rgb(136, 175, 204); }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box .vc_message_box-icon { color: rgb(110, 168, 211); }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box-solid { background-color: rgb(42, 91, 135); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-sky.vc_message_box-solid-icon { background-color: initial; border-color: rgb(41, 87, 130); color: rgb(136, 175, 204); }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(110, 168, 211); }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(42, 91, 135); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-sky.vc_message_box-3d { box-shadow: rgb(35, 71, 106) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-green.vc_message_box { background-color: rgb(51, 62, 32); border-color: rgb(76, 104, 48); color: rgb(184, 202, 159); }
html.cmt-dark-mode-active .vc_color-green.vc_message_box .vc_message_box-icon { color: rgb(150, 193, 106); }
html.cmt-dark-mode-active .vc_color-green.vc_message_box-solid { background-color: rgb(97, 136, 61); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-green.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-green.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-green.vc_message_box-solid-icon { background-color: initial; border-color: rgb(98, 136, 61); color: rgb(184, 202, 159); }
html.cmt-dark-mode-active .vc_color-green.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-green.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(150, 193, 106); }
html.cmt-dark-mode-active .vc_color-green.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(97, 136, 61); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-green.vc_message_box-3d { box-shadow: rgb(90, 114, 52) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box { background-color: rgb(58, 19, 18); border-color: rgb(110, 27, 23); color: rgb(212, 110, 104); }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box .vc_message_box-icon { color: rgb(227, 98, 90); }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-solid { background-color: rgb(145, 30, 25); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-solid-icon { background-color: initial; border-color: rgb(140, 29, 24); color: rgb(212, 110, 104); }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(227, 98, 90); }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(145, 30, 25); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-juicy_pink.vc_message_box-3d { box-shadow: rgb(108, 26, 22) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box { background-color: rgb(66, 33, 18); border-color: rgb(115, 53, 23); color: rgb(216, 128, 85); }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box .vc_message_box-icon { color: rgb(234, 150, 109); }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-solid { background-color: rgb(134, 59, 24); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-solid-icon { background-color: initial; border-color: rgb(137, 60, 25); color: rgb(216, 128, 85); }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(234, 150, 109); }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(134, 59, 24); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-sandy_brown.vc_message_box-3d { box-shadow: rgb(117, 53, 22) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box { background-color: rgb(54, 36, 52); border-color: rgb(87, 55, 84); color: rgb(159, 150, 135); }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box .vc_message_box-icon { color: rgb(184, 136, 180); }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box-solid { background-color: rgb(111, 69, 109); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-purple.vc_message_box-solid-icon { background-color: initial; border-color: rgb(107, 67, 104); color: rgb(159, 150, 135); }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(184, 136, 180); }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(111, 69, 109); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-purple.vc_message_box-3d { box-shadow: rgb(89, 56, 87) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-black.vc_message_box { background-color: rgb(55, 58, 58); border-color: rgb(130, 121, 107); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box .vc_message_box-icon { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box-solid { background-color: rgb(43, 44, 45); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-black.vc_message_box-solid-icon { background-color: initial; border-color: rgb(130, 121, 107); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-black.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(43, 44, 45); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box-3d { box-shadow: rgb(24, 25, 25) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box { background-color: rgb(46, 48, 48); border-color: rgb(70, 73, 73); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box .vc_message_box-icon { color: rgb(217, 211, 203); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box-solid { background-color: rgb(46, 48, 48); border-color: rgba(143, 132, 117, 0); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box-solid .vc_message_box-icon { color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-grey.vc_message_box-solid-icon { background-color: initial; border-color: rgb(64, 66, 66); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(217, 211, 203); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(46, 48, 48); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box-3d { box-shadow: rgb(73, 76, 77) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-white.vc_message_box { background-color: rgb(36, 37, 37); border-color: rgb(65, 68, 68); color: rgb(184, 177, 165); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box-solid { background-color: rgb(36, 37, 37); border-color: rgba(143, 132, 117, 0); color: rgb(184, 177, 165); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box-solid .vc_message_box-icon { color: rgb(184, 177, 165); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-white.vc_message_box-solid-icon { background-color: initial; border-color: rgb(58, 61, 61); color: rgb(184, 177, 165); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-white.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(36, 37, 37); color: rgb(184, 177, 165); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box-3d { box-shadow: rgb(63, 65, 65) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-info.vc_message_box { background-color: rgb(44, 46, 46); border-color: rgb(22, 75, 110); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-info.vc_message_box .vc_message_box-icon { color: rgb(106, 175, 219); }
html.cmt-dark-mode-active .vc_color-info.vc_message_box-solid { background-color: rgb(35, 98, 139); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-info.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-info.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-info.vc_message_box-solid-icon { background-color: initial; border-color: rgb(34, 95, 135); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-info.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(106, 175, 219); }
html.cmt-dark-mode-active .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(35, 98, 139); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-info.vc_message_box-3d { box-shadow: rgb(62, 65, 65) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-success.vc_message_box { background-color: rgb(23, 68, 59); border-color: rgb(22, 75, 110); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-success.vc_message_box .vc_message_box-icon { color: rgb(99, 219, 189); }
html.cmt-dark-mode-active .vc_color-success.vc_message_box-solid { background-color: rgb(44, 146, 122); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-success.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-success.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-success.vc_message_box-solid-icon { background-color: initial; border-color: rgb(47, 161, 134); color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-success.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(99, 219, 189); }
html.cmt-dark-mode-active .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(44, 146, 122); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-success.vc_message_box-3d { box-shadow: rgb(62, 65, 65) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box { background-color: rgb(74, 52, 16); border-color: rgb(117, 81, 19); color: rgb(155, 145, 131); }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box .vc_message_box-icon { color: rgb(240, 182, 85); }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box-solid { background-color: rgb(160, 109, 24); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-warning.vc_message_box-solid-icon { background-color: initial; border-color: rgb(154, 105, 23); color: rgb(155, 145, 131); }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(240, 182, 85); }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(160, 109, 24); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-warning.vc_message_box-3d { box-shadow: rgb(113, 78, 19) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box { background-color: rgb(64, 20, 19); border-color: rgb(106, 19, 18); color: rgb(172, 112, 108); }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box .vc_message_box-icon { color: rgb(238, 119, 114); }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box-solid { background-color: rgb(126, 18, 16); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-danger.vc_message_box-solid-icon { background-color: initial; border-color: rgb(134, 18, 16); color: rgb(172, 112, 108); }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(238, 119, 114); }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(126, 18, 16); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-danger.vc_message_box-3d { box-shadow: rgb(98, 18, 17) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box { background-color: rgb(29, 56, 69); border-color: rgb(40, 94, 103); color: rgb(128, 175, 195); }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box .vc_message_box-icon { color: rgb(121, 198, 210); }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-solid { background-color: rgb(46, 117, 129); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-solid-icon { background-color: initial; border-color: rgb(46, 114, 126); color: rgb(128, 175, 195); }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(121, 198, 210); }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(46, 117, 129); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-info.vc_message_box-3d { box-shadow: rgb(41, 96, 106) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box { background-color: rgb(52, 67, 35); border-color: rgb(71, 95, 47); color: rgb(147, 190, 141); }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box .vc_message_box-icon { color: rgb(163, 205, 118); }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-solid { background-color: rgb(101, 129, 52); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-solid-icon { background-color: initial; border-color: rgb(87, 123, 50); color: rgb(147, 190, 141); }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(163, 205, 118); }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(101, 129, 52); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-success.vc_message_box-3d { box-shadow: rgb(79, 97, 48) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box { background-color: rgb(56, 49, 20); border-color: rgb(110, 83, 28); color: rgb(195, 170, 127); }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box .vc_message_box-icon { color: rgb(240, 200, 121); }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-solid { background-color: rgb(100, 75, 22); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-solid-icon { background-color: initial; border-color: rgb(137, 100, 26); color: rgb(195, 170, 127); }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(240, 200, 121); }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(100, 75, 22); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-warning.vc_message_box-3d { box-shadow: rgb(106, 80, 28) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box { background-color: rgb(62, 34, 33); border-color: rgb(92, 47, 52); color: rgb(186, 110, 104); }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box .vc_message_box-icon { color: rgb(225, 131, 141); }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-solid { background-color: rgb(115, 30, 43); border-color: rgba(143, 132, 117, 0); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-solid-icon { background-color: initial; border-color: rgb(122, 32, 45); color: rgb(186, 110, 104); }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon, html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon { color: rgb(225, 131, 141); }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon { background-color: rgb(115, 30, 43); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-alert-danger.vc_message_box-3d { box-shadow: rgb(92, 48, 54) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_color-black.vc_message_box .vc_message_box-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_color-black.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-black.vc_message_box-outline .vc_message_box-icon, .vc_color-black.vc_message_box-solid-icon { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .vc_color-grey.vc_message_box .vc_message_box-icon { color: rgb(157, 147, 133); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box .vc_message_box-icon { color: rgb(184, 177, 165); }
html.cmt-dark-mode-active .vc_color-white.vc_message_box-outline, html.cmt-dark-mode-active .vc_color-white.vc_message_box-outline .vc_message_box-icon, .vc_color-white.vc_message_box-solid-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .wpb-content-wrapper { border-color: currentcolor; }
html.cmt-dark-mode-active .vc_parallax .vc_parallax-inner { background-color: initial; background-image: inherit; }
html.cmt-dark-mode-active .vc_grid_container { --col-width: 1fr; }
html.cmt-dark-mode-active .vc_flexbox_container { --gap: 0px; }
html.cmt-dark-mode-active .wpb_pinterest a { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_icon { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_icon { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_round .vc_toggle_icon { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_round .vc_toggle_icon { background-color: rgb(43, 44, 45); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_round .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_round .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_rounded .vc_toggle_icon { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_rounded .vc_toggle_icon { background-color: rgb(43, 44, 45); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_rounded .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_rounded .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_square .vc_toggle_icon { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_square .vc_toggle_icon { background-color: rgb(43, 44, 45); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_square .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_square .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_arrow .vc_toggle_icon::before { border-left-color: currentcolor; border-top-color: currentcolor; }
html.cmt-dark-mode-active .vc_toggle_arrow .vc_toggle_icon::after { border-bottom-color: currentcolor; border-right-color: currentcolor; }
html.cmt-dark-mode-active .vc_toggle.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .vc_toggle_default .vc_toggle_icon { background-image: initial; background-color: rgb(72, 75, 76); border-color: rgb(80, 84, 84); }
html.cmt-dark-mode-active .vc_toggle_default .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(72, 75, 76); }
html.cmt-dark-mode-active .vc_toggle_default .vc_toggle_icon::before { border-color: rgb(80, 84, 84); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(45, 61, 114); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_blue .vc_toggle_icon { background-color: rgb(52, 71, 134); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_blue .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(49, 67, 125); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(45, 61, 114); }
html.cmt-dark-mode-active .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(45, 61, 115); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(45, 61, 114); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(52, 71, 134); border-color: rgb(52, 71, 135); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(45, 61, 114); border-color: rgb(49, 67, 125); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(45, 61, 114); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(49, 67, 125); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(45, 61, 115); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(23, 116, 121); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_turquoise .vc_toggle_icon { background-color: rgb(27, 150, 156); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(29, 173, 180); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(23, 116, 121); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(30, 185, 193); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(23, 116, 121); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(27, 150, 156); border-color: rgb(30, 185, 193); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(23, 116, 121); border-color: rgb(31, 199, 207); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(23, 116, 121); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(29, 173, 180); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(30, 185, 193); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(111, 24, 17); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_pink .vc_toggle_icon { background-color: rgb(137, 27, 18); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_pink .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(140, 27, 18); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(111, 24, 17); }
html.cmt-dark-mode-active .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(126, 26, 17); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(111, 24, 17); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(137, 27, 18); border-color: rgb(153, 30, 18); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(111, 24, 17); border-color: rgb(140, 27, 18); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(111, 24, 17); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(140, 27, 18); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(126, 26, 17); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(71, 52, 100); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_violet .vc_toggle_icon { background-color: rgb(84, 61, 119); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_violet .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(80, 58, 112); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(71, 52, 100); }
html.cmt-dark-mode-active .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(73, 53, 103); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(71, 52, 100); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(84, 61, 119); border-color: rgb(87, 62, 121); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(71, 52, 100); border-color: rgb(80, 58, 112); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(71, 52, 100); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(80, 58, 112); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(73, 53, 103); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(54, 107, 120); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_peacoc .vc_toggle_icon { background-color: rgb(61, 125, 141); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(57, 113, 127); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(54, 107, 120); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(53, 105, 117); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(54, 107, 120); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(61, 125, 141); border-color: rgb(60, 122, 138); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(54, 107, 120); border-color: rgb(57, 113, 127); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(54, 107, 120); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(57, 113, 127); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(53, 105, 117); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(72, 63, 47); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_chino .vc_toggle_icon { background-color: rgb(89, 78, 58); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_chino .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(95, 84, 61); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(72, 63, 47); }
html.cmt-dark-mode-active .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(86, 75, 56); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(72, 63, 47); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(89, 78, 58); border-color: rgb(104, 91, 67); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(72, 63, 47); border-color: rgb(95, 84, 61); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(72, 63, 47); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(95, 84, 61); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(86, 75, 56); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(89, 93, 94); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine .vc_toggle_icon { background-color: rgb(71, 74, 74); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(118, 109, 97); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(89, 93, 94); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(110, 102, 91); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(89, 93, 94); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(71, 74, 74); border-color: rgb(126, 117, 103); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(89, 93, 94); border-color: rgb(118, 109, 97); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(89, 93, 94); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(118, 109, 97); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(110, 102, 91); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(46, 101, 73); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue .vc_toggle_icon { background-color: rgb(54, 122, 88); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(53, 120, 77); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(46, 101, 73); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(49, 110, 70); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(46, 101, 73); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(54, 122, 88); border-color: rgb(57, 130, 83); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(46, 101, 73); border-color: rgb(53, 120, 77); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(46, 101, 73); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(53, 120, 77); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(49, 110, 70); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_black .vc_toggle_icon { background-color: rgb(43, 44, 45); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_black .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(43, 44, 45); border-color: rgb(138, 128, 113); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(61, 63, 64); border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(59, 62, 62); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_grey .vc_toggle_icon { background-color: rgb(46, 48, 48); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_grey .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(59, 62, 62); }
html.cmt-dark-mode-active .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(70, 73, 73); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(59, 62, 62); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(46, 48, 48); border-color: rgb(70, 73, 73); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(59, 62, 62); border-color: rgb(77, 81, 81); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(59, 62, 62); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(70, 73, 73); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(111, 77, 23); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_orange .vc_toggle_icon { background-color: rgb(137, 93, 26); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_orange .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(140, 95, 27); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(111, 77, 23); }
html.cmt-dark-mode-active .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(127, 87, 25); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(111, 77, 23); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(137, 93, 26); border-color: rgb(152, 103, 29); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(111, 77, 23); border-color: rgb(140, 95, 27); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(111, 77, 23); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(140, 95, 27); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(127, 87, 25); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(37, 76, 112); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_sky .vc_toggle_icon { background-color: rgb(42, 91, 135); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sky .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(41, 87, 130); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(37, 76, 112); }
html.cmt-dark-mode-active .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(38, 80, 118); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(37, 76, 112); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(42, 91, 135); border-color: rgb(43, 95, 141); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(37, 76, 112); border-color: rgb(41, 87, 130); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(37, 76, 112); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(41, 87, 130); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(38, 80, 118); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(110, 138, 62); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_green .vc_toggle_icon { background-color: rgb(97, 136, 61); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_green .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(98, 136, 61); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(110, 138, 62); }
html.cmt-dark-mode-active .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(91, 126, 57); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(110, 138, 62); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(97, 136, 61); border-color: rgb(105, 147, 65); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(110, 138, 62); border-color: rgb(98, 136, 61); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(110, 138, 62); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(98, 136, 61); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(91, 126, 57); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(121, 28, 23); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink .vc_toggle_icon { background-color: rgb(145, 30, 25); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(140, 29, 24); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(121, 28, 23); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(128, 28, 23); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(121, 28, 23); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(145, 30, 25); border-color: rgb(153, 31, 26); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(121, 28, 23); border-color: rgb(140, 29, 24); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(121, 28, 23); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(140, 29, 24); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(128, 28, 23); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(109, 50, 21); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown .vc_toggle_icon { background-color: rgb(134, 59, 24); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(137, 60, 25); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(109, 50, 21); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(125, 55, 23); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(109, 50, 21); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(134, 59, 24); border-color: rgb(149, 65, 26); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(109, 50, 21); border-color: rgb(137, 60, 25); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(109, 50, 21); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(137, 60, 25); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(125, 55, 23); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(93, 58, 92); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_purple .vc_toggle_icon { background-color: rgb(111, 69, 109); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_purple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(107, 67, 104); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(93, 58, 92); }
html.cmt-dark-mode-active .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(98, 61, 96); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(93, 58, 92); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(111, 69, 109); border-color: rgb(116, 72, 113); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(93, 58, 92); border-color: rgb(107, 67, 104); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(93, 58, 92); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(107, 67, 104); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(98, 61, 96); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: initial; }
html.cmt-dark-mode-active .vc_toggle_color_white .vc_toggle_icon { background-color: rgb(36, 37, 37); border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_toggle_color_white .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon { background-color: initial; border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon { background-color: initial; border-color: rgb(65, 68, 68); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before { background-image: initial; background-color: rgb(36, 37, 37); border-color: rgb(65, 68, 68); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after { background-image: initial; background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgb(49, 51, 51); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after { background-image: initial; background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, html.cmt-dark-mode-active .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: rgb(65, 68, 68); }
html.cmt-dark-mode-active .wpb-tta-toggle { border-color: currentcolor; }
html.cmt-dark-mode-active .wpb-tta-toggle::before { background-image: initial; background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .wpb_widgetised_column .wpb_wrapper > ul > li { background-image: none; list-style-image: initial !important; }
html.cmt-dark-mode-active .wpb_button { background-color: rgb(40, 41, 41); border-color: rgb(72, 75, 75) rgb(72, 75, 75) rgb(78, 82, 82); box-shadow: none; color: rgb(199, 192, 181); text-shadow: rgba(36, 37, 37, 0.75) 0px 1px 1px; }
html.cmt-dark-mode-active .wpb_button.active, html.cmt-dark-mode-active .wpb_button.disabled, .wpb_button:active, .wpb_button:hover, .wpb_button[disabled] { background-color: rgb(47, 49, 48); }
html.cmt-dark-mode-active .wpb_button:hover { background-color: rgb(49, 51, 51); color: rgb(199, 192, 181); text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_button:focus { outline-color: rgb(179, 126, 23); }
html.cmt-dark-mode-active .wpb_button.active, html.cmt-dark-mode-active .wpb_button:active { background-color: rgb(49, 51, 51); background-image: none; box-shadow: rgba(13, 13, 13, 0.15) 0px 2px 4px inset, rgba(13, 13, 13, 0.05) 0px 1px 2px; outline-color: initial; }
html.cmt-dark-mode-active .wpb_btn-danger, html.cmt-dark-mode-active .wpb_btn-danger:hover, .wpb_btn-info, .wpb_btn-info:hover, .wpb_btn-inverse, .wpb_btn-inverse:hover, .wpb_btn-primary, .wpb_btn-primary:hover, .wpb_btn-success, .wpb_btn-success:hover, .wpb_btn-warning, .wpb_btn-warning:hover { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .wpb_btn-danger.active, html.cmt-dark-mode-active .wpb_btn-info.active, .wpb_btn-inverse.active, .wpb_btn-primary.active, .wpb_btn-success.active, .wpb_btn-warning.active { color: rgba(229, 224, 216, 0.75); }
html.cmt-dark-mode-active .wpb_button { border-color: rgba(143, 132, 117, 0.1); }
html.cmt-dark-mode-active .wpb_btn-primary { background-color: rgb(24, 110, 152); }
html.cmt-dark-mode-active .wpb_btn-primary.active, html.cmt-dark-mode-active .wpb_btn-primary.disabled, .wpb_btn-primary:active, .wpb_btn-primary:hover, .wpb_btn-primary[disabled] { background-color: rgb(22, 98, 135); }
html.cmt-dark-mode-active .wpb_btn-warning { background-color: rgb(194, 126, 24); }
html.cmt-dark-mode-active .wpb_btn-warning.active, html.cmt-dark-mode-active .wpb_btn-warning.disabled, .wpb_btn-warning:active, .wpb_btn-warning:hover, .wpb_btn-warning[disabled] { background-color: rgb(176, 115, 22); }
html.cmt-dark-mode-active .wpb_btn-danger { background-color: rgb(140, 27, 17); }
html.cmt-dark-mode-active .wpb_btn-danger.active, html.cmt-dark-mode-active .wpb_btn-danger.disabled, .wpb_btn-danger:active, .wpb_btn-danger:hover, .wpb_btn-danger[disabled] { background-color: rgb(153, 28, 17); }
html.cmt-dark-mode-active .wpb_btn-success { background-color: rgb(93, 126, 73); }
html.cmt-dark-mode-active .wpb_btn-success.active, html.cmt-dark-mode-active .wpb_btn-success.disabled, .wpb_btn-success:active, .wpb_btn-success:hover, .wpb_btn-success[disabled] { background-color: rgb(84, 133, 77); }
html.cmt-dark-mode-active .wpb_btn-info { background-color: rgb(50, 116, 136); }
html.cmt-dark-mode-active .wpb_btn-info.active, html.cmt-dark-mode-active .wpb_btn-info.disabled, .wpb_btn-info:active, .wpb_btn-info:hover, .wpb_btn-info[disabled] { background-color: rgb(54, 125, 146); }
html.cmt-dark-mode-active .wpb_btn-inverse { background-color: rgb(73, 76, 77); }
html.cmt-dark-mode-active .wpb_btn-inverse.active, html.cmt-dark-mode-active .wpb_btn-inverse.disabled, .wpb_btn-inverse:active, .wpb_btn-inverse:hover, .wpb_btn-inverse[disabled] { background-color: rgb(64, 67, 67); }
html.cmt-dark-mode-active a.wpb_button_a { border-color: currentcolor; }
html.cmt-dark-mode-active a.wpb_button_a, html.cmt-dark-mode-active a.wpb_button_a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_button:hover { background-image: none; }
html.cmt-dark-mode-active .vc_general.vc_btn3 { background-color: initial; background-image: none; border-color: rgba(143, 132, 117, 0); color: rgb(107, 148, 197); box-shadow: none; text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_general.vc_btn3.active, html.cmt-dark-mode-active .vc_general.vc_btn3:active, .vc_general.vc_btn3:focus { outline-color: initial; }
html.cmt-dark-mode-active .vc_general.vc_btn3:focus, html.cmt-dark-mode-active .vc_general.vc_btn3:hover { border-color: rgba(143, 132, 117, 0); color: rgb(99, 144, 195); text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-style-classic { border-color: rgba(143, 132, 117, 0.1); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-style-modern { background-image: linear-gradient(rgba(36, 37, 37, 0.2) 0px, rgba(36, 37, 37, 0.01)); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-style-custom { background-image: linear-gradient(rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.1) 50%, rgba(13, 13, 13, 0.1)); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat { background-color: rgb(52, 71, 134); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-blue:focus, .vc_btn3.vc_btn3-color-blue:hover { background-color: rgb(55, 77, 146); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-blue:active { background-color: rgb(56, 78, 149); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline { background-color: initial; border-color: rgb(49, 67, 125); color: rgb(107, 148, 197); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover { background-color: rgb(52, 71, 134); border-color: rgb(49, 67, 125); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d { background-color: rgb(52, 71, 134); box-shadow: rgb(54, 74, 140) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover { background-color: rgb(52, 71, 134); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active { background-color: rgb(52, 71, 134); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover { box-shadow: rgb(54, 74, 140) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(54, 74, 140) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(54, 74, 140) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(54, 74, 140) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(54, 74, 140) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(54, 74, 140) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(54, 74, 140) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern { background-color: rgb(52, 71, 134); border-color: rgb(49, 67, 125); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover { background-color: rgb(55, 77, 146); border-color: rgb(50, 69, 131); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active { background-color: rgb(56, 78, 149); border-color: rgb(52, 70, 133); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat { background-color: rgb(27, 150, 156); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-turquoise:focus, .vc_btn3.vc_btn3-color-turquoise:hover { background-color: rgb(25, 129, 135); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-turquoise:active { background-color: rgb(24, 123, 128); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline { background-color: initial; border-color: rgb(29, 173, 180); color: rgb(84, 230, 235); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover { background-color: rgb(27, 150, 156); border-color: rgb(29, 173, 180); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d { background-color: rgb(27, 150, 156); box-shadow: rgb(23, 113, 118) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover { background-color: rgb(27, 150, 156); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active { background-color: rgb(27, 150, 156); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover { box-shadow: rgb(23, 113, 118) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(23, 113, 118) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(23, 113, 118) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(23, 113, 118) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(23, 113, 118) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(23, 113, 118) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(23, 113, 118) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern { background-color: rgb(27, 150, 156); border-color: rgb(29, 173, 180); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover { background-color: rgb(25, 129, 135); border-color: rgb(30, 180, 188); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active { background-color: rgb(24, 123, 128); border-color: rgb(30, 183, 190); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat { background-color: rgb(137, 27, 18); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-pink:focus, .vc_btn3.vc_btn3-color-pink:hover { background-color: rgb(153, 29, 18); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-pink:active { background-color: rgb(158, 30, 18); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline { background-color: initial; border-color: rgb(140, 27, 18); color: rgb(237, 114, 101); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover { background-color: rgb(137, 27, 18); border-color: rgb(140, 27, 18); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d { background-color: rgb(137, 27, 18); box-shadow: rgb(165, 30, 18) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover { background-color: rgb(137, 27, 18); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active { background-color: rgb(137, 27, 18); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover { box-shadow: rgb(165, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(165, 30, 18) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(165, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(165, 30, 18) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(165, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(165, 30, 18) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(165, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern { background-color: rgb(137, 27, 18); border-color: rgb(140, 27, 18); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover { background-color: rgb(153, 29, 18); border-color: rgb(148, 28, 18); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active { background-color: rgb(158, 30, 18); border-color: rgb(150, 29, 18); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat { background-color: rgb(84, 61, 119); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-violet:focus, .vc_btn3.vc_btn3-color-violet:hover { background-color: rgb(92, 66, 130); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-violet:active { background-color: rgb(94, 68, 133); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline { background-color: initial; border-color: rgb(80, 58, 112); color: rgb(149, 122, 185); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover { background-color: rgb(84, 61, 119); border-color: rgb(80, 58, 112); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d { background-color: rgb(84, 61, 119); box-shadow: rgb(94, 68, 134) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover { background-color: rgb(84, 61, 119); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active { background-color: rgb(84, 61, 119); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover { box-shadow: rgb(94, 68, 134) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(94, 68, 134) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(94, 68, 134) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(94, 68, 134) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(94, 68, 134) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(94, 68, 134) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(94, 68, 134) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern { background-color: rgb(84, 61, 119); border-color: rgb(80, 58, 112); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover { background-color: rgb(92, 66, 130); border-color: rgb(84, 61, 118); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active { background-color: rgb(94, 68, 133); border-color: rgb(85, 62, 120); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat { background-color: rgb(61, 125, 141); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-peacoc:focus, .vc_btn3.vc_btn3-color-peacoc:hover { background-color: rgb(64, 128, 144); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-peacoc:active { background-color: rgb(61, 123, 139); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline { background-color: initial; border-color: rgb(57, 113, 127); color: rgb(106, 176, 192); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover { background-color: rgb(61, 125, 141); border-color: rgb(57, 113, 127); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d { background-color: rgb(61, 125, 141); box-shadow: rgb(58, 116, 131) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover { background-color: rgb(61, 125, 141); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active { background-color: rgb(61, 125, 141); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover { box-shadow: rgb(58, 116, 131) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(58, 116, 131) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(58, 116, 131) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(58, 116, 131) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(58, 116, 131) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(58, 116, 131) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(58, 116, 131) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern { background-color: rgb(61, 125, 141); border-color: rgb(57, 113, 127); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover { background-color: rgb(64, 128, 144); border-color: rgb(59, 119, 134); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active { background-color: rgb(61, 123, 139); border-color: rgb(60, 120, 135); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat { background-color: rgb(89, 78, 58); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-chino:focus, .vc_btn3.vc_btn3-color-chino:hover { background-color: rgb(99, 87, 64); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-chino:active { background-color: rgb(103, 90, 66); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline { background-color: initial; border-color: rgb(95, 84, 61); color: rgb(200, 187, 161); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover { background-color: rgb(89, 78, 58); border-color: rgb(95, 84, 61); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d { background-color: rgb(89, 78, 58); box-shadow: rgb(108, 95, 70) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover { background-color: rgb(89, 78, 58); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active { background-color: rgb(89, 78, 58); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover { box-shadow: rgb(108, 95, 70) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(108, 95, 70) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(108, 95, 70) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(108, 95, 70) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(108, 95, 70) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(108, 95, 70) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(108, 95, 70) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern { background-color: rgb(89, 78, 58); border-color: rgb(95, 84, 61); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover { background-color: rgb(99, 87, 64); border-color: rgb(100, 87, 65); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active { background-color: rgb(103, 90, 66); border-color: rgb(102, 89, 66); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat { background-color: rgb(71, 74, 74); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-mulled-wine:focus, .vc_btn3.vc_btn3-color-mulled-wine:hover { background-color: rgb(61, 56, 65); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-mulled-wine:active { background-color: rgb(56, 59, 59); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline { background-color: initial; border-color: rgb(118, 109, 97); color: rgb(181, 173, 160); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover { background-color: rgb(71, 74, 74); border-color: rgb(118, 109, 97); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d { background-color: rgb(71, 74, 74); box-shadow: rgb(52, 48, 55) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover { background-color: rgb(71, 74, 74); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active { background-color: rgb(71, 74, 74); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover { box-shadow: rgb(52, 48, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(52, 48, 55) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(52, 48, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(52, 48, 55) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(52, 48, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(52, 48, 55) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(52, 48, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern { background-color: rgb(71, 74, 74); border-color: rgb(118, 109, 97); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover { background-color: rgb(61, 56, 65); border-color: rgb(122, 114, 101); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active { background-color: rgb(56, 59, 59); border-color: rgb(124, 115, 101); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat { background-color: rgb(54, 122, 88); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-vista-blue:focus, .vc_btn3.vc_btn3-color-vista-blue:hover { background-color: rgb(58, 135, 97); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-vista-blue:active { background-color: rgb(60, 139, 99); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline { background-color: initial; border-color: rgb(53, 120, 77); color: rgb(131, 207, 155); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover { background-color: rgb(54, 122, 88); border-color: rgb(53, 120, 77); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d { background-color: rgb(54, 122, 88); box-shadow: rgb(62, 145, 104) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover { background-color: rgb(54, 122, 88); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active { background-color: rgb(54, 122, 88); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover { box-shadow: rgb(62, 145, 104) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(62, 145, 104) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(62, 145, 104) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(62, 145, 104) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(62, 145, 104) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(62, 145, 104) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(62, 145, 104) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern { background-color: rgb(54, 122, 88); border-color: rgb(53, 120, 77); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover { background-color: rgb(58, 135, 97); border-color: rgb(55, 126, 81); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active { background-color: rgb(60, 139, 99); border-color: rgb(56, 128, 81); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat { background-color: rgb(137, 93, 26); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-orange:focus, .vc_btn3.vc_btn3-color-orange:hover { background-color: rgb(152, 103, 29); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-orange:active { background-color: rgb(157, 106, 29); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline { background-color: initial; border-color: rgb(140, 95, 27); color: rgb(237, 187, 111); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover { background-color: rgb(137, 93, 26); border-color: rgb(140, 95, 27); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d { background-color: rgb(137, 93, 26); box-shadow: rgb(165, 111, 29) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover { background-color: rgb(137, 93, 26); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active { background-color: rgb(137, 93, 26); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover { box-shadow: rgb(165, 111, 29) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(165, 111, 29) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(165, 111, 29) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(165, 111, 29) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(165, 111, 29) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(165, 111, 29) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(165, 111, 29) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern { background-color: rgb(137, 93, 26); border-color: rgb(140, 95, 27); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover { background-color: rgb(152, 103, 29); border-color: rgb(147, 100, 27); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active { background-color: rgb(157, 106, 29); border-color: rgb(150, 102, 28); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat { background-color: rgb(42, 91, 135); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sky:focus, .vc_btn3.vc_btn3-color-sky:hover { background-color: rgb(45, 98, 148); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sky:active { background-color: rgb(46, 102, 153); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline { background-color: initial; border-color: rgb(41, 87, 130); color: rgb(110, 168, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover { background-color: rgb(42, 91, 135); border-color: rgb(41, 87, 130); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d { background-color: rgb(42, 91, 135); box-shadow: rgb(48, 106, 159) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover { background-color: rgb(42, 91, 135); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active { background-color: rgb(42, 91, 135); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover { box-shadow: rgb(48, 106, 159) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(48, 106, 159) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(48, 106, 159) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(48, 106, 159) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(48, 106, 159) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(48, 106, 159) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(48, 106, 159) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern { background-color: rgb(42, 91, 135); border-color: rgb(41, 87, 130); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover { background-color: rgb(45, 98, 148); border-color: rgb(42, 91, 137); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active { background-color: rgb(46, 102, 153); border-color: rgb(43, 93, 138); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat { background-color: rgb(97, 136, 61); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-green:focus, .vc_btn3.vc_btn3-color-green:hover { background-color: rgb(86, 119, 55); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-green:active { background-color: rgb(83, 114, 52); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline { background-color: initial; border-color: rgb(98, 136, 61); color: rgb(150, 193, 106); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover { background-color: rgb(97, 136, 61); border-color: rgb(98, 136, 61); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d { background-color: rgb(97, 136, 61); box-shadow: rgb(77, 105, 49) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover { background-color: rgb(97, 136, 61); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active { background-color: rgb(97, 136, 61); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover { box-shadow: rgb(77, 105, 49) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(77, 105, 49) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(77, 105, 49) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(77, 105, 49) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(77, 105, 49) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(77, 105, 49) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(77, 105, 49) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern { background-color: rgb(97, 136, 61); border-color: rgb(98, 136, 61); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover { background-color: rgb(86, 119, 55); border-color: rgb(103, 142, 64); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active { background-color: rgb(83, 114, 52); border-color: rgb(104, 145, 64); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { background-color: rgb(145, 30, 25); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover { background-color: rgb(160, 33, 27); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-juicy-pink:active { background-color: rgb(165, 33, 27); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline { background-color: initial; border-color: rgb(140, 29, 24); color: rgb(227, 98, 90); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover { background-color: rgb(145, 30, 25); border-color: rgb(140, 29, 24); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d { background-color: rgb(145, 30, 25); box-shadow: rgb(173, 34, 27) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover { background-color: rgb(145, 30, 25); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active { background-color: rgb(145, 30, 25); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover { box-shadow: rgb(173, 34, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(173, 34, 27) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(173, 34, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(173, 34, 27) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(173, 34, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(173, 34, 27) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(173, 34, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern { background-color: rgb(145, 30, 25); border-color: rgb(140, 29, 24); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover { background-color: rgb(160, 33, 27); border-color: rgb(148, 31, 25); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active { background-color: rgb(165, 33, 27); border-color: rgb(150, 30, 26); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat { background-color: rgb(134, 59, 24); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sandy-brown:focus, .vc_btn3.vc_btn3-color-sandy-brown:hover { background-color: rgb(149, 65, 26); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sandy-brown:active { background-color: rgb(154, 67, 27); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline { background-color: initial; border-color: rgb(137, 60, 25); color: rgb(234, 150, 109); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover { background-color: rgb(134, 59, 24); border-color: rgb(137, 60, 25); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d { background-color: rgb(134, 59, 24); box-shadow: rgb(162, 70, 27) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover { background-color: rgb(134, 59, 24); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active { background-color: rgb(134, 59, 24); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover { box-shadow: rgb(162, 70, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(162, 70, 27) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(162, 70, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(162, 70, 27) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(162, 70, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(162, 70, 27) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(162, 70, 27) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern { background-color: rgb(134, 59, 24); border-color: rgb(137, 60, 25); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover { background-color: rgb(149, 65, 26); border-color: rgb(145, 63, 25); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active { background-color: rgb(154, 67, 27); border-color: rgb(147, 64, 26); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat { background-color: rgb(111, 69, 109); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-purple:focus, .vc_btn3.vc_btn3-color-purple:hover { background-color: rgb(122, 75, 120); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-purple:active { background-color: rgb(126, 77, 123); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline { background-color: initial; border-color: rgb(107, 67, 104); color: rgb(184, 136, 180); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover { background-color: rgb(111, 69, 109); border-color: rgb(107, 67, 104); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d { background-color: rgb(111, 69, 109); box-shadow: rgb(131, 80, 129) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover { background-color: rgb(111, 69, 109); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active { background-color: rgb(111, 69, 109); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover { box-shadow: rgb(131, 80, 129) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(131, 80, 129) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(131, 80, 129) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(131, 80, 129) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(131, 80, 129) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(131, 80, 129) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(131, 80, 129) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern { background-color: rgb(111, 69, 109); border-color: rgb(107, 67, 104); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover { background-color: rgb(122, 75, 120); border-color: rgb(112, 70, 109); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active { background-color: rgb(126, 77, 123); border-color: rgb(114, 71, 112); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat { background-color: rgb(43, 44, 45); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-black:focus, .vc_btn3.vc_btn3-color-black:hover { background-color: rgb(32, 33, 33); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-black:active { background-color: rgb(29, 30, 30); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline { background-color: initial; border-color: rgb(130, 121, 107); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover { background-color: rgb(43, 44, 45); border-color: rgb(130, 121, 107); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d { background-color: rgb(43, 44, 45); box-shadow: rgb(23, 23, 23) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover { background-color: rgb(43, 44, 45); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active { background-color: rgb(43, 44, 45); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover { box-shadow: rgb(23, 23, 23) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(23, 23, 23) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(23, 23, 23) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(23, 23, 23) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(23, 23, 23) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(23, 23, 23) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(23, 23, 23) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern { background-color: rgb(43, 44, 45); border-color: rgb(130, 121, 107); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover { background-color: rgb(32, 33, 33); border-color: rgb(134, 125, 110); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active { background-color: rgb(29, 30, 30); border-color: rgb(136, 126, 111); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat { background-color: rgb(46, 48, 48); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-grey:focus, .vc_btn3.vc_btn3-color-grey:hover { background-color: rgb(54, 56, 56); color: rgb(174, 165, 152); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-grey:active { background-color: rgb(57, 59, 59); color: rgb(176, 168, 156); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline { background-color: initial; border-color: rgb(64, 66, 66); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover { background-color: rgb(46, 48, 48); border-color: rgb(64, 66, 66); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d { background-color: rgb(46, 48, 48); box-shadow: rgb(61, 63, 63) 0px 5px 0px; color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover { background-color: rgb(46, 48, 48); color: rgb(174, 165, 152); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active { background-color: rgb(46, 48, 48); color: rgb(176, 168, 156); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover { box-shadow: rgb(61, 63, 63) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(61, 63, 63) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(61, 63, 63) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(61, 63, 63) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(61, 63, 63) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(61, 63, 63) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(61, 63, 63) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern { background-color: rgb(46, 48, 48); border-color: rgb(64, 66, 66); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover { background-color: rgb(54, 56, 56); border-color: rgb(68, 71, 71); color: rgb(174, 165, 152); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active { background-color: rgb(57, 59, 59); border-color: rgb(69, 72, 72); color: rgb(176, 168, 156); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat { background-color: rgb(36, 37, 37); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover { background-color: rgb(43, 45, 46); color: rgb(174, 165, 152); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-white:active { background-color: rgb(46, 48, 48); color: rgb(176, 168, 156); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline { background-color: initial; border-color: rgb(58, 61, 61); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover { background-color: rgb(36, 37, 37); border-color: rgb(58, 61, 61); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d { background-color: rgb(36, 37, 37); box-shadow: rgb(51, 52, 53) 0px 5px 0px; color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover { background-color: rgb(36, 37, 37); color: rgb(174, 165, 152); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active { background-color: rgb(36, 37, 37); color: rgb(176, 168, 156); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover { box-shadow: rgb(51, 52, 53) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(51, 52, 53) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(51, 52, 53) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(51, 52, 53) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(51, 52, 53) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(51, 52, 53) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(51, 52, 53) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern { background-color: rgb(36, 37, 37); border-color: rgb(58, 61, 61); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover { background-color: rgb(43, 45, 46); border-color: rgb(62, 65, 65); color: rgb(174, 165, 152); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active { background-color: rgb(46, 48, 48); border-color: rgb(64, 66, 66); color: rgb(176, 168, 156); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat { background-color: rgb(40, 41, 41); color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-default:focus, .vc_btn3.vc_btn3-color-default:hover { background-color: rgb(48, 50, 50); color: rgb(204, 197, 187); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-default:active { background-color: rgb(51, 52, 53); color: rgb(207, 200, 190); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline { background-color: initial; border-color: rgb(60, 63, 63); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover { background-color: rgb(40, 41, 41); border-color: rgb(60, 63, 63); color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d { background-color: rgb(40, 41, 41); box-shadow: rgb(55, 57, 57) 0px 5px 0px; color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover { background-color: rgb(40, 41, 41); color: rgb(204, 197, 187); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active { background-color: rgb(40, 41, 41); color: rgb(207, 200, 190); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover { box-shadow: rgb(55, 57, 57) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(55, 57, 57) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(55, 57, 57) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(55, 57, 57) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(55, 57, 57) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(55, 57, 57) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(55, 57, 57) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern { background-color: rgb(40, 41, 41); border-color: rgb(60, 63, 63); color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover { background-color: rgb(48, 50, 50); border-color: rgb(64, 67, 67); color: rgb(204, 197, 187); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active { background-color: rgb(51, 52, 53); border-color: rgb(66, 69, 69); color: rgb(207, 200, 190); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat { background-color: rgb(24, 110, 152); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-primary:focus, .vc_btn3.vc_btn3-color-primary:hover { background-color: rgb(22, 96, 131); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-primary:active { background-color: rgb(21, 91, 124); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline { background-color: initial; border-color: rgb(25, 128, 178); color: rgb(82, 184, 233); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover { background-color: rgb(24, 110, 152); border-color: rgb(25, 128, 178); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d { background-color: rgb(24, 110, 152); box-shadow: rgb(21, 84, 113) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover { background-color: rgb(24, 110, 152); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active { background-color: rgb(24, 110, 152); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover { box-shadow: rgb(21, 84, 113) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(21, 84, 113) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(21, 84, 113) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(21, 84, 113) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(21, 84, 113) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(21, 84, 113) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(21, 84, 113) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern { background-color: rgb(24, 110, 152); border-color: rgb(25, 128, 178); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover { background-color: rgb(22, 96, 131); border-color: rgb(26, 135, 186); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active { background-color: rgb(21, 91, 124); border-color: rgb(26, 136, 189); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat { background-color: rgb(50, 116, 136); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-info:focus, .vc_btn3.vc_btn3-color-info:hover { background-color: rgb(54, 127, 149); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-info:active { background-color: rgb(55, 129, 153); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline { background-color: initial; border-color: rgb(48, 109, 129); color: rgb(111, 184, 205); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover { background-color: rgb(50, 116, 136); border-color: rgb(48, 109, 129); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d { background-color: rgb(50, 116, 136); box-shadow: rgb(55, 131, 155) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover { background-color: rgb(50, 116, 136); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active { background-color: rgb(50, 116, 136); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover { box-shadow: rgb(55, 131, 155) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(55, 131, 155) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(55, 131, 155) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(55, 131, 155) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(55, 131, 155) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(55, 131, 155) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(55, 131, 155) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern { background-color: rgb(50, 116, 136); border-color: rgb(48, 109, 129); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover { background-color: rgb(54, 127, 149); border-color: rgb(51, 116, 135); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active { background-color: rgb(55, 129, 153); border-color: rgb(51, 116, 137); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat { background-color: rgb(93, 126, 73); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-success:focus, .vc_btn3.vc_btn3-color-success:hover { background-color: rgb(83, 130, 75); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-success:active { background-color: rgb(80, 126, 73); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline { background-color: initial; border-color: rgb(74, 115, 67); color: rgb(128, 178, 117); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover { background-color: rgb(93, 126, 73); border-color: rgb(74, 115, 67); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d { background-color: rgb(93, 126, 73); box-shadow: rgb(76, 119, 69) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover { background-color: rgb(93, 126, 73); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active { background-color: rgb(93, 126, 73); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover { box-shadow: rgb(76, 119, 69) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(76, 119, 69) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(76, 119, 69) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(76, 119, 69) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(76, 119, 69) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(76, 119, 69) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(76, 119, 69) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern { background-color: rgb(93, 126, 73); border-color: rgb(74, 115, 67); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover { background-color: rgb(83, 130, 75); border-color: rgb(77, 121, 70); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active { background-color: rgb(80, 126, 73); border-color: rgb(78, 122, 71); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat { background-color: rgb(194, 126, 24); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-warning:focus, .vc_btn3.vc_btn3-color-warning:hover { background-color: rgb(172, 113, 22); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-warning:active { background-color: rgb(165, 108, 22); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline { background-color: initial; border-color: rgb(172, 112, 22); color: rgb(240, 164, 48); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover { background-color: rgb(194, 126, 24); border-color: rgb(172, 112, 22); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d { background-color: rgb(194, 126, 24); box-shadow: rgb(154, 101, 21) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover { background-color: rgb(194, 126, 24); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active { background-color: rgb(194, 126, 24); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover { box-shadow: rgb(154, 101, 21) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(154, 101, 21) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(154, 101, 21) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(154, 101, 21) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(154, 101, 21) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(154, 101, 21) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(154, 101, 21) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern { background-color: rgb(194, 126, 24); border-color: rgb(172, 112, 22); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover { background-color: rgb(172, 113, 22); border-color: rgb(180, 117, 23); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active { background-color: rgb(165, 108, 22); border-color: rgb(183, 119, 23); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat { background-color: rgb(140, 27, 17); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-danger:focus, .vc_btn3.vc_btn3-color-danger:hover { background-color: rgb(156, 30, 17); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-danger:active { background-color: rgb(161, 30, 18); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline { background-color: initial; border-color: rgb(142, 27, 17); color: rgb(237, 110, 97); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover { background-color: rgb(140, 27, 17); border-color: rgb(142, 27, 17); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d { background-color: rgb(140, 27, 17); box-shadow: rgb(169, 30, 18) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover { background-color: rgb(140, 27, 17); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active { background-color: rgb(140, 27, 17); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover { box-shadow: rgb(169, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(169, 30, 18) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(169, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(169, 30, 18) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(169, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(169, 30, 18) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(169, 30, 18) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern { background-color: rgb(140, 27, 17); border-color: rgb(142, 27, 17); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover { background-color: rgb(156, 30, 17); border-color: rgb(150, 29, 17); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active { background-color: rgb(161, 30, 18); border-color: rgb(152, 29, 17); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat { background-color: rgb(73, 76, 77); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-inverse:focus, .vc_btn3.vc_btn3-color-inverse:hover { background-color: rgb(63, 65, 65); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-inverse:active { background-color: rgb(59, 62, 62); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline { background-color: initial; border-color: rgb(117, 109, 96); color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover { background-color: rgb(73, 76, 77); border-color: rgb(117, 109, 96); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d { background-color: rgb(73, 76, 77); box-shadow: rgb(54, 55, 55) 0px 5px 0px; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover { background-color: rgb(73, 76, 77); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active { background-color: rgb(73, 76, 77); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover { box-shadow: rgb(54, 55, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs { box-shadow: rgb(54, 55, 55) 0px 3px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover { box-shadow: rgb(54, 55, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm { box-shadow: rgb(54, 55, 55) 0px 4px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover { box-shadow: rgb(54, 55, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg { box-shadow: rgb(54, 55, 55) 0px 5px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover { box-shadow: rgb(54, 55, 55) 0px 2px 0px; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern { background-color: rgb(73, 76, 77); border-color: rgb(117, 109, 96); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover { background-color: rgb(63, 65, 65); border-color: rgb(121, 113, 100); color: rgb(224, 220, 211); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active { background-color: rgb(59, 62, 62); border-color: rgb(123, 114, 101); color: rgb(222, 216, 207); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline { color: rgb(217, 211, 203); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern { background-image: linear-gradient(rgba(13, 13, 13, 0.01) 0px, rgba(13, 13, 13, 0.02)); }
html.cmt-dark-mode-active .vc_custom_heading a, html.cmt-dark-mode-active .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited { border-color: currentcolor; color: inherit; text-decoration-color: inherit; }
html.cmt-dark-mode-active .wpb-price-container { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .wpb-plan-features li { list-style-image: initial; }
html.cmt-dark-mode-active .vc_call_to_action { background-color: rgb(46, 48, 48); border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .vc_call_to_action.vc_cta_square_outlined { background-image: none !important; background-color: initial !important; }
html.cmt-dark-mode-active .vc_call_to_action.vc_cta_outlined { background-image: none !important; background-color: initial !important; }
html.cmt-dark-mode-active .wpb_call_to_action { background-color: rgb(40, 41, 41); border-color: rgb(62, 65, 65); }
html.cmt-dark-mode-active .vc_general.vc_cta3 { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-classic { background-color: rgb(40, 41, 41); border-color: rgb(62, 65, 65); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2, html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4, .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 { color: inherit; }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2, html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4, .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 { color: inherit; }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-custom { background-color: rgb(40, 41, 41); border-color: rgb(62, 65, 65); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(107, 148, 197); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat { background-color: rgb(52, 71, 134); border-color: rgba(143, 132, 117, 0); color: rgb(181, 199, 218); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d { background-color: rgb(52, 71, 134); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(54, 74, 140) 0px 5px 0px; color: rgb(181, 199, 218); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline { background-color: initial; border-color: rgb(49, 67, 125); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(107, 148, 197); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(84, 230, 235); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat { background-color: rgb(27, 150, 156); border-color: rgba(143, 132, 117, 0); color: rgb(188, 231, 219); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d { background-color: rgb(27, 150, 156); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(23, 113, 118) 0px 5px 0px; color: rgb(188, 231, 219); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline { background-color: initial; border-color: rgb(29, 173, 180); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(84, 230, 235); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(237, 114, 101); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat { background-color: rgb(137, 27, 18); border-color: rgba(143, 132, 117, 0); color: rgb(240, 187, 176); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d { background-color: rgb(137, 27, 18); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(165, 30, 18) 0px 5px 0px; color: rgb(240, 187, 176); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline { background-color: initial; border-color: rgb(140, 27, 18); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(237, 114, 101); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(149, 122, 185); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat { background-color: rgb(84, 61, 119); border-color: rgba(143, 132, 117, 0); color: rgb(203, 183, 222); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d { background-color: rgb(84, 61, 119); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(94, 68, 134) 0px 5px 0px; color: rgb(203, 183, 222); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline { background-color: initial; border-color: rgb(80, 58, 112); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(149, 122, 185); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(106, 176, 192); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat { background-color: rgb(61, 125, 141); border-color: rgba(143, 132, 117, 0); color: rgb(185, 219, 224); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d { background-color: rgb(61, 125, 141); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(58, 116, 131) 0px 5px 0px; color: rgb(185, 219, 224); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline { background-color: initial; border-color: rgb(57, 113, 127); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(106, 176, 192); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(200, 187, 161); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat { background-color: rgb(89, 78, 58); border-color: rgba(143, 132, 117, 0); color: rgb(231, 220, 198); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d { background-color: rgb(89, 78, 58); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(108, 95, 70) 0px 5px 0px; color: rgb(231, 220, 198); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline { background-color: initial; border-color: rgb(95, 84, 61); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(200, 187, 161); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(181, 173, 160); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat { background-color: rgb(71, 74, 74); border-color: rgba(143, 132, 117, 0); color: rgb(206, 196, 210); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d { background-color: rgb(71, 74, 74); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(52, 48, 55) 0px 5px 0px; color: rgb(206, 196, 210); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline { background-color: initial; border-color: rgb(118, 109, 97); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(181, 173, 160); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(131, 207, 155); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat { background-color: rgb(54, 122, 88); border-color: rgba(143, 132, 117, 0); color: rgb(199, 227, 203); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d { background-color: rgb(54, 122, 88); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(62, 145, 104) 0px 5px 0px; color: rgb(199, 227, 203); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline { background-color: initial; border-color: rgb(53, 120, 77); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(131, 207, 155); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(237, 187, 111); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat { background-color: rgb(137, 93, 26); border-color: rgba(143, 132, 117, 0); color: rgb(238, 218, 186); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d { background-color: rgb(137, 93, 26); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(165, 111, 29) 0px 5px 0px; color: rgb(238, 218, 186); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline { background-color: initial; border-color: rgb(140, 95, 27); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(237, 187, 111); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(110, 168, 211); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat { background-color: rgb(42, 91, 135); border-color: rgba(143, 132, 117, 0); color: rgb(194, 211, 222); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d { background-color: rgb(42, 91, 135); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(48, 106, 159) 0px 5px 0px; color: rgb(194, 211, 222); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline { background-color: initial; border-color: rgb(41, 87, 130); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(110, 168, 211); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(150, 193, 106); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat { background-color: rgb(97, 136, 61); border-color: rgba(143, 132, 117, 0); color: rgb(210, 226, 186); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d { background-color: rgb(97, 136, 61); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(77, 105, 49) 0px 5px 0px; color: rgb(210, 226, 186); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline { background-color: initial; border-color: rgb(98, 136, 61); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(150, 193, 106); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(227, 98, 90); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat { background-color: rgb(145, 30, 25); border-color: rgba(143, 132, 117, 0); color: rgb(239, 189, 182); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d { background-color: rgb(145, 30, 25); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(173, 34, 27) 0px 5px 0px; color: rgb(239, 189, 182); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline { background-color: initial; border-color: rgb(140, 29, 24); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(227, 98, 90); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(234, 150, 109); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat { background-color: rgb(134, 59, 24); border-color: rgba(143, 132, 117, 0); color: rgb(234, 199, 179); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d { background-color: rgb(134, 59, 24); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(162, 70, 27) 0px 5px 0px; color: rgb(234, 199, 179); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline { background-color: initial; border-color: rgb(137, 60, 25); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(234, 150, 109); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(184, 136, 180); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat { background-color: rgb(111, 69, 109); border-color: rgba(143, 132, 117, 0); color: rgb(228, 193, 222); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d { background-color: rgb(111, 69, 109); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(131, 80, 129) 0px 5px 0px; color: rgb(228, 193, 222); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline { background-color: initial; border-color: rgb(107, 67, 104); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(184, 136, 180); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat { background-color: rgb(43, 44, 45); border-color: rgba(143, 132, 117, 0); color: rgb(207, 200, 190); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d { background-color: rgb(43, 44, 45); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(23, 23, 23) 0px 5px 0px; color: rgb(207, 200, 190); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline { background-color: initial; border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(217, 211, 203); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat { background-color: rgb(46, 48, 48); border-color: rgba(143, 132, 117, 0); color: rgb(171, 163, 150); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d { background-color: rgb(46, 48, 48); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(61, 63, 63) 0px 5px 0px; color: rgb(171, 163, 150); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline { background-color: initial; border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(217, 211, 203); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat { background-color: rgb(36, 37, 37); border-color: rgba(143, 132, 117, 0); color: rgb(171, 163, 150); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d { background-color: rgb(36, 37, 37); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(51, 52, 53) 0px 5px 0px; color: rgb(171, 163, 150); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline { background-color: initial; border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat { background-color: rgb(43, 45, 46); border-color: rgba(143, 132, 117, 0); color: rgb(171, 163, 150); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d { background-color: rgb(43, 45, 46); border-color: rgba(143, 132, 117, 0); box-shadow: rgb(58, 61, 61) 0px 5px 0px; color: rgb(171, 163, 150); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline { background-color: initial; border-color: rgb(62, 65, 65); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header { color: rgb(221, 215, 205); }
html.cmt-dark-mode-active .wpb_gmaps_widget .wpb_wrapper { background-color: rgb(40, 41, 41); }
html.cmt-dark-mode-active .wpb_gmaps_widget .wpb_map_wraper iframe { border-color: currentcolor; }
html.cmt-dark-mode-active .wpb_accordion_section .wpb_accordion_header a:focus, html.cmt-dark-mode-active .wpb_content_element .wpb_tabs_nav li a:focus, .wpb_tour_next_prev_nav a:focus { outline-color: initial; }
html.cmt-dark-mode-active .wpb_content_element .wpb_tabs_nav li { background-color: rgb(36, 37, 37); background-image: none; list-style-image: initial !important; }
html.cmt-dark-mode-active .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, html.cmt-dark-mode-active .wpb_content_element .wpb_tabs_nav li:hover { background-color: rgb(40, 41, 41); }
html.cmt-dark-mode-active .wpb_content_element .wpb_accordion_header a, html.cmt-dark-mode-active .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a { border-bottom-color: currentcolor; text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, html.cmt-dark-mode-active .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab { background-color: rgb(40, 41, 41); }
html.cmt-dark-mode-active .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab { border-color: currentcolor; }
html.cmt-dark-mode-active .wpb_tour_next_prev_nav a { border-bottom-color: currentcolor; text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_tour_next_prev_nav a:hover { border-bottom-color: currentcolor; text-decoration-color: initial; }
html.cmt-dark-mode-active body ul.wpb_thumbnails-fluid li { background-image: none; list-style-image: initial !important; }
html.cmt-dark-mode-active .wpb_carousel .next, html.cmt-dark-mode-active .wpb_carousel .prev { background-color: rgb(40, 41, 41); text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_carousel .next:hover, html.cmt-dark-mode-active .wpb_carousel .prev:hover { background-color: rgb(43, 45, 46); }
html.cmt-dark-mode-active .wpb_carousel .next:focus, html.cmt-dark-mode-active .wpb_carousel .prev:focus { outline-color: initial; text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_categories_filter, html.cmt-dark-mode-active .wpb_teaser_grid .categories_filter { list-style-image: initial; }
html.cmt-dark-mode-active .wpb_categories_filter li, html.cmt-dark-mode-active .wpb_teaser_grid .categories_filter li { background-image: none; list-style-image: initial !important; }
html.cmt-dark-mode-active .wpb_categories_filter li a, html.cmt-dark-mode-active .wpb_teaser_grid .categories_filter li a { border-color: currentcolor; text-decoration-color: initial; }
html.cmt-dark-mode-active .wpb_categories_filter li a:hover, html.cmt-dark-mode-active .wpb_categories_filter li.active a, .wpb_teaser_grid .categories_filter li a:hover, .wpb_teaser_grid .categories_filter li.active a { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .wpb_image_grid .wpb_image_grid_ul > li { background-image: none; list-style-image: initial !important; }
html.cmt-dark-mode-active .wpb_image_grid .wpb_image_grid_ul .isotope-item { list-style-image: initial; }
html.cmt-dark-mode-active .wpb_gallery .wpb_flexslider .flex-direction-nav a { border-color: currentcolor; box-shadow: none; }
html.cmt-dark-mode-active .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover { box-shadow: none; }
html.cmt-dark-mode-active #content .wpb_gallery_slides ul.flex-direction-nav, html.cmt-dark-mode-active #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-nav, .content .wpb_gallery_slides ul.slides, .wpb_content_element .wpb_gallery_slides ul li, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.slides, body .wpb_gallery_slides ul li { background-image: none; list-style-image: initial; }
html.cmt-dark-mode-active .flickr_badge_image { background-image: none; background-color: initial; }
html.cmt-dark-mode-active .flickr_badge_image a { border-color: currentcolor; }
html.cmt-dark-mode-active .wpb_posts_slider .flex-caption, html.cmt-dark-mode-active .wpb_posts_slider .nivo-caption { background-color: rgb(40, 41, 41); color: inherit; }
html.cmt-dark-mode-active .wpb_posts_slider .wpb_gallery_slides > ul > li { background-image: none; list-style-image: initial !important; }
html.cmt-dark-mode-active .vc_progress_bar .vc_single_bar { background-image: initial; background-color: rgb(40, 41, 41); box-shadow: rgba(13, 13, 13, 0.1) 0px 1px 2px inset; }
html.cmt-dark-mode-active .vc_progress_bar .vc_single_bar .vc_bar { background-color: rgb(53, 54, 54); }
html.cmt-dark-mode-active .vc_progress_bar .vc_single_bar .vc_bar.striped { background-image: linear-gradient(45deg, rgba(36, 37, 37, 0.15) 25%, rgba(13, 13, 13, 0) 0px, rgba(13, 13, 13, 0) 50%, rgba(36, 37, 37, 0.15) 0px, rgba(36, 37, 37, 0.15) 75%, rgba(13, 13, 13, 0) 0px, rgba(13, 13, 13, 0)); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar { background-color: rgb(22, 97, 151); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar { background-color: rgb(22, 97, 151); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar { background-color: rgb(59, 126, 142); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar { background-color: rgb(59, 126, 142); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar { background-color: rgb(89, 133, 70); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar { background-color: rgb(89, 133, 70); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar { background-color: rgb(167, 108, 25); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar { background-color: rgb(167, 108, 25); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar { background-color: rgb(145, 50, 44); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar { background-color: rgb(145, 50, 44); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar { background-color: rgb(59, 62, 62); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar { background-color: rgb(59, 62, 62); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label { color: rgb(169, 160, 147); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label { color: rgb(169, 160, 147); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label { color: rgb(169, 160, 147); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label { color: rgb(169, 160, 147); text-shadow: rgba(13, 13, 13, 0.25) 0px -1px 0px; }
html.cmt-dark-mode-active .vc_pie_chart_back { border-color: rgb(60, 63, 63); }
html.cmt-dark-mode-active .vc_images_carousel .vc_carousel-control { border-color: currentcolor; }
html.cmt-dark-mode-active .vc_carousel .vc_carousel-control { border-color: currentcolor; text-shadow: none; }
html.cmt-dark-mode-active .vc_carousel .vc_carousel-control:active, html.cmt-dark-mode-active .vc_carousel .vc_carousel-control:focus { outline-color: initial; }
html.cmt-dark-mode-active .vc_carousel .vc_carousel-indicators li { border-color: rgb(60, 63, 63); }
html.cmt-dark-mode-active .vc_separator .vc_sep_holder .vc_sep_line { border-top-color: #fff !important; }
html.cmt-dark-mode-active .vc_text_separator, html.cmt-dark-mode-active .wpb_separator { border-bottom-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .vc_text_separator div { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .wpb_single_image a { border-color: currentcolor; outline-color: initial; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_rounded, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img { box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_outline, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle { border-color: rgb(64, 66, 66); box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_outline img, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img { border-color: rgb(64, 66, 66); box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_border, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle { border-color: currentcolor; box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_border img, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img { border-color: currentcolor; box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_shadow, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img { box-shadow: rgba(13, 13, 13, 0.1) 0px 0px 5px; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d { box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img { box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img { box-shadow: none; }
html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, html.cmt-dark-mode-active .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img { box-shadow: rgba(13, 13, 13, 0.1) 0px 0px 5px; }
html.cmt-dark-mode-active .wpb_single_image .vc_box_shadow_3d::after, html.cmt-dark-mode-active .wpb_single_image .vc_box_shadow_3d::before { box-shadow: rgba(13, 13, 13, 0.6) 0px 15px 10px; }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_blue, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_blue { border-color: rgb(49, 67, 125); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_blue, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_blue { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_turquoise, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise { border-color: rgb(29, 173, 180); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_turquoise, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_turquoise { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_pink, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_pink { border-color: rgb(140, 27, 18); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_pink, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_pink { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_violet, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_violet { border-color: rgb(80, 58, 112); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_violet, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_violet { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_peacoc, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc { border-color: rgb(57, 113, 127); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_peacoc, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_peacoc { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_chino, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_chino { border-color: rgb(95, 84, 61); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_chino, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_chino { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_mulled_wine, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine { border-color: rgb(118, 109, 97); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_mulled_wine, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_vista_blue, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue { border-color: rgb(53, 120, 77); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_vista_blue, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_black, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_black { border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_black, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_black { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_grey, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_grey { border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_grey, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_grey { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_orange, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_orange { border-color: rgb(140, 95, 27); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_orange, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_orange { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_sky, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_sky { border-color: rgb(41, 87, 130); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_sky, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_sky { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_green, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_green { border-color: rgb(98, 136, 61); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_green, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_green { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_juicy_pink, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink { border-color: rgb(140, 29, 24); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_juicy_pink, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_sandy_brown, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown { border-color: rgb(137, 60, 25); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_sandy_brown, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_purple, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_purple { border-color: rgb(107, 67, 104); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_purple, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_purple { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_outline.vc_box_border_white, html.cmt-dark-mode-active .wpb_single_image .vc_box_outline_circle.vc_box_border_white { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .wpb_single_image .vc_box_border.vc_box_border_white, html.cmt-dark-mode-active .wpb_single_image .vc_box_border_circle.vc_box_border_white { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before { text-decoration-color: inherit; }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link, html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link { border-color: currentcolor; }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon { color: rgb(107, 148, 197); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon { color: rgb(84, 230, 235); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon { color: rgb(237, 114, 101); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon { color: rgb(149, 122, 185); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon { color: rgb(106, 176, 192); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon { color: rgb(200, 187, 161); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon { color: rgb(181, 173, 160); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon { color: rgb(131, 207, 155); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon { color: rgb(217, 211, 203); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon { color: rgb(237, 187, 111); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon { color: rgb(110, 168, 211); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon { color: rgb(150, 193, 106); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon { color: rgb(227, 98, 90); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon { color: rgb(234, 150, 109); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon { color: rgb(184, 136, 180); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline { border-color: rgb(49, 67, 125); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline { border-color: rgb(29, 173, 180); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline { border-color: rgb(140, 27, 18); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline { border-color: rgb(80, 58, 112); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline { border-color: rgb(57, 113, 127); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline { border-color: rgb(95, 84, 61); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline { border-color: rgb(118, 109, 97); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline { border-color: rgb(53, 120, 77); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline { border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline { border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline { border-color: rgb(140, 95, 27); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline { border-color: rgb(41, 87, 130); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline { border-color: rgb(98, 136, 61); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline { border-color: rgb(140, 29, 24); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline { border-color: rgb(137, 60, 25); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline { border-color: rgb(107, 67, 104); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_chart .vc_chart-legend li { list-style-image: initial; }
html.cmt-dark-mode-active .vc_general.vc_pagination .vc_pagination-trigger { background-image: initial; background-color: rgba(13, 13, 13, 0); border-color: currentcolor; text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_general.vc_pagination .vc_pagination-trigger:focus { outline-color: initial; }
html.cmt-dark-mode-active .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(49, 67, 125); }
html.cmt-dark-mode-active .vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(29, 173, 180); }
html.cmt-dark-mode-active .vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(140, 27, 18); }
html.cmt-dark-mode-active .vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(80, 58, 112); }
html.cmt-dark-mode-active .vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(57, 113, 127); }
html.cmt-dark-mode-active .vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(95, 84, 61); }
html.cmt-dark-mode-active .vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(118, 109, 97); }
html.cmt-dark-mode-active .vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(53, 120, 77); }
html.cmt-dark-mode-active .vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(140, 95, 27); }
html.cmt-dark-mode-active .vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(41, 87, 130); }
html.cmt-dark-mode-active .vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(98, 136, 61); }
html.cmt-dark-mode-active .vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(140, 29, 24); }
html.cmt-dark-mode-active .vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(137, 60, 25); }
html.cmt-dark-mode-active .vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(107, 67, 104); }
html.cmt-dark-mode-active .vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(130, 121, 107); }
html.cmt-dark-mode-active .vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger, html.cmt-dark-mode-active .vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_grid.vc_row .vc_grid-item .vc_btn a, html.cmt-dark-mode-active .vc_grid.vc_row .vc_grid-item .vc_icon_element a, .vc_grid.vc_row .vc_grid-item .wpb_content_element a { border-bottom-color: currentcolor; text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_grid .vc_gitem-link { border-bottom-color: currentcolor; box-shadow: none; outline-color: initial; }
html.cmt-dark-mode-active .vc_gitem-link { text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_gitem-post-category-name .vc_gitem-link { color: inherit; }
html.cmt-dark-mode-active .vc_grid .vc_pageable-load-more-btn > .vc_btn { outline-color: initial; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots { -webkit-tap-highlight-color: transparent; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span { border-color: currentcolor; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span { border-color: currentcolor; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span { border-color: rgb(49, 67, 125) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span { background-color: rgb(52, 71, 134) !important; border-color: rgb(49, 67, 125) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span { border-color: rgb(29, 173, 180) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span { background-color: rgb(27, 150, 156) !important; border-color: rgb(29, 173, 180) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span { border-color: rgb(140, 27, 18) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span { background-color: rgb(137, 27, 18) !important; border-color: rgb(140, 27, 18) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span { border-color: rgb(80, 58, 112) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span { background-color: rgb(84, 61, 119) !important; border-color: rgb(80, 58, 112) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span { border-color: rgb(57, 113, 127) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span { background-color: rgb(61, 125, 141) !important; border-color: rgb(57, 113, 127) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span { border-color: rgb(95, 84, 61) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span { background-color: rgb(89, 78, 58) !important; border-color: rgb(95, 84, 61) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span { border-color: rgb(118, 109, 97) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span { background-color: rgb(71, 74, 74) !important; border-color: rgb(118, 109, 97) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span { border-color: rgb(53, 120, 77) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span { background-color: rgb(54, 122, 88) !important; border-color: rgb(53, 120, 77) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span { border-color: rgb(130, 121, 107) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span { background-color: rgb(43, 44, 45) !important; border-color: rgb(130, 121, 107) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span { border-color: rgb(64, 66, 66) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span { background-color: rgb(46, 48, 48) !important; border-color: rgb(64, 66, 66) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span { border-color: rgb(140, 95, 27) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span { background-color: rgb(137, 93, 26) !important; border-color: rgb(140, 95, 27) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span { border-color: rgb(41, 87, 130) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span { background-color: rgb(42, 91, 135) !important; border-color: rgb(41, 87, 130) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span { border-color: rgb(98, 136, 61) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span { background-color: rgb(97, 136, 61) !important; border-color: rgb(98, 136, 61) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span { border-color: rgb(140, 29, 24) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span { background-color: rgb(145, 30, 25) !important; border-color: rgb(140, 29, 24) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span { border-color: rgb(137, 60, 25) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span { background-color: rgb(134, 59, 24) !important; border-color: rgb(137, 60, 25) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span { border-color: rgb(107, 67, 104) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span { background-color: rgb(111, 69, 109) !important; border-color: rgb(107, 67, 104) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span { border-color: rgb(58, 61, 61) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span { background-color: rgb(36, 37, 37) !important; border-color: rgb(58, 61, 61) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span { background-color: rgb(52, 71, 134) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span { background-color: rgb(27, 150, 156) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span { background-color: rgb(137, 27, 18) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span { background-color: rgb(84, 61, 119) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span { background-color: rgb(61, 125, 141) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span { background-color: rgb(89, 78, 58) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span { background-color: rgb(71, 74, 74) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span { background-color: rgb(54, 122, 88) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span { background-color: rgb(43, 44, 45) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span { background-color: rgb(46, 48, 48) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span { background-color: rgb(137, 93, 26) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span { background-color: rgb(42, 91, 135) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span { background-color: rgb(97, 136, 61) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span { background-color: rgb(145, 30, 25) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span { background-color: rgb(134, 59, 24) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span { background-color: rgb(111, 69, 109) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span { background-color: rgb(36, 37, 37) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav { -webkit-tap-highlight-color: transparent; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next, html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev { text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue { color: rgb(107, 148, 197) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise { color: rgb(84, 230, 235) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink { color: rgb(237, 114, 101) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet { color: rgb(149, 122, 185) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc { color: rgb(106, 176, 192) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino { color: rgb(200, 187, 161) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine { color: rgb(181, 173, 160) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue { color: rgb(131, 207, 155) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black { color: rgb(204, 198, 188) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey { color: rgb(217, 211, 203) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange { color: rgb(237, 187, 111) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky { color: rgb(110, 168, 211) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green { color: rgb(150, 193, 106) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink { color: rgb(227, 98, 90) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown { color: rgb(234, 150, 109) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple { color: rgb(184, 136, 180) !important; }
html.cmt-dark-mode-active .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list { outline-color: initial; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list > li { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list > li > span { background-color: rgb(57, 102, 138); border-color: rgb(56, 100, 137); color: rgb(229, 224, 216); text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li { border-color: rgb(49, 67, 125) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > span { background-color: rgb(52, 71, 134) !important; border-color: rgb(49, 67, 125) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li { border-color: rgb(29, 173, 180) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > span { background-color: rgb(27, 150, 156) !important; border-color: rgb(29, 173, 180) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li { border-color: rgb(140, 27, 18) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > span { background-color: rgb(137, 27, 18) !important; border-color: rgb(140, 27, 18) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li { border-color: rgb(80, 58, 112) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > span { background-color: rgb(84, 61, 119) !important; border-color: rgb(80, 58, 112) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li { border-color: rgb(57, 113, 127) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > span { background-color: rgb(61, 125, 141) !important; border-color: rgb(57, 113, 127) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li { border-color: rgb(95, 84, 61) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > span { background-color: rgb(89, 78, 58) !important; border-color: rgb(95, 84, 61) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li { border-color: rgb(118, 109, 97) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > span { background-color: rgb(71, 74, 74) !important; border-color: rgb(118, 109, 97) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li { border-color: rgb(53, 120, 77) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > span { background-color: rgb(54, 122, 88) !important; border-color: rgb(53, 120, 77) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li { border-color: rgb(130, 121, 107) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > span { background-color: rgb(43, 44, 45) !important; border-color: rgb(130, 121, 107) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li { border-color: rgb(64, 66, 66) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span { background-color: rgb(46, 48, 48) !important; border-color: rgb(64, 66, 66) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li { border-color: rgb(140, 95, 27) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > span { background-color: rgb(137, 93, 26) !important; border-color: rgb(140, 95, 27) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li { border-color: rgb(41, 87, 130) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > span { background-color: rgb(42, 91, 135) !important; border-color: rgb(41, 87, 130) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li { border-color: rgb(98, 136, 61) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > span { background-color: rgb(97, 136, 61) !important; border-color: rgb(98, 136, 61) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li { border-color: rgb(140, 29, 24) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > span { background-color: rgb(145, 30, 25) !important; border-color: rgb(140, 29, 24) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li { border-color: rgb(137, 60, 25) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > span { background-color: rgb(134, 59, 24) !important; border-color: rgb(137, 60, 25) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li { border-color: rgb(107, 67, 104) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > span { background-color: rgb(111, 69, 109) !important; border-color: rgb(107, 67, 104) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li { border-color: rgb(58, 61, 61) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span { background-color: rgb(36, 37, 37) !important; border-color: rgb(58, 61, 61) !important; color: rgb(204, 198, 188) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span { background-color: initial !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span { background-color: initial !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a, html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a { background-image: none !important; background-color: rgba(13, 13, 13, 0) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_grid-filter { list-style-image: initial; }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_grid-filter > .vc_grid-filter-item { background-image: initial; background-color: rgba(13, 13, 13, 0); }
html.cmt-dark-mode-active .vc_grid-filter > .vc_grid-filter-item > span { outline-color: initial; text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_grid-filter > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter > .vc_grid-filter-item:hover > span { text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item { border-color: rgba(64, 66, 66, 0.8); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active > a, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover > a { text-decoration-color: initial; }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item { background-color: rgb(45, 61, 114); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover { background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item { background-color: rgb(23, 116, 121); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover { background-color: rgb(27, 150, 156); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item { background-color: rgb(111, 24, 17); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover { background-color: rgb(137, 27, 18); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item { background-color: rgb(71, 52, 100); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover { background-color: rgb(84, 61, 119); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item { background-color: rgb(54, 107, 120); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover { background-color: rgb(61, 125, 141); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item { background-color: rgb(72, 63, 47); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover { background-color: rgb(89, 78, 58); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item { background-color: rgb(89, 93, 94); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover { background-color: rgb(71, 74, 74); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item { background-color: rgb(46, 101, 73); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover { background-color: rgb(54, 122, 88); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover { background-color: rgb(43, 44, 45); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item { background-color: rgb(59, 62, 62); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item > span { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item { background-color: rgb(111, 77, 23); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover { background-color: rgb(137, 93, 26); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item { background-color: rgb(37, 76, 112); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover { background-color: rgb(42, 91, 135); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item { background-color: rgb(110, 138, 62); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover { background-color: rgb(97, 136, 61); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item { background-color: rgb(121, 28, 23); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover { background-color: rgb(145, 30, 25); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item { background-color: rgb(109, 50, 21); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover { background-color: rgb(134, 59, 24); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item { background-color: rgb(93, 58, 92); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover { background-color: rgb(111, 69, 109); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item { border-color: rgba(143, 132, 117, 0); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item > span, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:nth-child(n+2), html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:nth-child(n+2) { border-left-color: currentcolor; border-top-color: currentcolor; }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child, html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:first-child { border-top-color: currentcolor; }
html.cmt-dark-mode-active .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child { border-top-color: currentcolor; }
html.cmt-dark-mode-active .vc_grid-filter-dropdown .vc_grid-styled-select select, html.cmt-dark-mode-active .vc_grid-filter-select .vc_grid-styled-select select { outline-color: initial; }
@media (min-width: 768px) {
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon { color: rgb(107, 148, 197); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon { color: rgb(84, 230, 235); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon { color: rgb(237, 114, 101); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon { color: rgb(149, 122, 185); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon { color: rgb(106, 176, 192); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon { color: rgb(200, 187, 161); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon { color: rgb(181, 173, 160); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon { color: rgb(131, 207, 155); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon { color: rgb(204, 198, 188); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon { color: rgb(217, 211, 203); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon { color: rgb(237, 187, 111); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon { color: rgb(110, 168, 211); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon { color: rgb(150, 193, 106); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon { color: rgb(227, 98, 90); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon { color: rgb(234, 150, 109); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon { color: rgb(184, 136, 180); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon, html.cmt-dark-mode-active .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown .vc_grid-styled-select, html.cmt-dark-mode-active .vc_grid-filter-select .vc_grid-styled-select { border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active   .vc_grid-filter-dropdown .vc_grid-styled-select select, html.cmt-dark-mode-active .vc_grid-filter-select .vc_grid-styled-select select { background-image: none; background-color: rgba(13, 13, 13, 0); border-color: currentcolor; }
}
html.cmt-dark-mode-active .vc-spinner::before { background-color: initial; }
html.cmt-dark-mode-active :root { --gb-container-width: 1100px; }
html.cmt-dark-mode-active .gb-highlight { background-image: none; background-color: initial; }
html.cmt-dark-mode-active .mx_image_background { background-color: rgb(42, 44, 44); }
html.cmt-dark-mode-active a:active, html.cmt-dark-mode-active a:hover { outline-color: initial; }
html.cmt-dark-mode-active abbr[title] { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active mark { background-image: initial; background-color: rgb(153, 151, 24); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active img { border-color: currentcolor; }
html.cmt-dark-mode-active button, html.cmt-dark-mode-active input, html.cmt-dark-mode-active optgroup, html.cmt-dark-mode-active select, html.cmt-dark-mode-active textarea { color: #fff !important; }
html.cmt-dark-mode-active #header-block a,  html.cmt-dark-mode-active #header-block a  span, html.cmt-dark-mode-active #header-block a span span, html.cmt-dark-mode-active #word-count, html.cmt-dark-mode-active .edit-dictionary-link, html.cmt-dark-mode-active .form-floating>label { color: #fff !important;}

html.cmt-dark-mode-active #wf_content h1>a, html.cmt-dark-mode-active #wf_content h2>a, html.cmt-dark-mode-active #wf_content h3>a, html.cmt-dark-mode-active #wf_content h4>a, html.cmt-dark-mode-active #wf_content h5>a, html.cmt-dark-mode-active #wf_content h6>a {
    color: #fff !important;
    text-decoration: none !important;
}

html.cmt-dark-mode-active fieldset { border-color: rgb(75, 78, 79); }
html.cmt-dark-mode-active legend { border-color: currentcolor; }
html.cmt-dark-mode-active .td-main-content-wrap, html.cmt-dark-mode-active .td-category-grid { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-background-image .td-container-wrap { background-color: transparent; }
html.cmt-dark-mode-active .td-visual-hidden { border-color: currentcolor; }
html.cmt-dark-mode-active .td-header-menu-wrap.td-affix { background-color: rgba(36, 37, 37, 0.95); }
html.cmt-dark-mode-active .td-header-gradient::before { background-color: transparent; }
html.cmt-dark-mode-active .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu { background-color: rgba(31, 31, 31, 0.95); }
html.cmt-dark-mode-active .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu::before { border-color: rgba(135, 125, 111, 0.95) transparent transparent; }
html.cmt-dark-mode-active .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu::after { background-color: transparent; }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-wpml .td-header-top-menu { box-shadow: rgba(13, 13, 13, 0.2) 0px -3px 3px -1px inset; background-color: rgb(55, 58, 58) !important; }
html.cmt-dark-mode-active   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu { background-color: rgba(31, 31, 31, 0.95); }
html.cmt-dark-mode-active   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu::before { border-color: transparent transparent rgba(135, 125, 111, 0.95); }
html.cmt-dark-mode-active   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu::after { background-color: transparent; }
}
html.cmt-dark-mode-active .td-header-wrap .td-drop-down-search { background-color: rgb(36, 37, 37); box-shadow: rgba(13, 13, 13, 0.2) 0px 2px 6px; border-top-color: currentcolor; }
html.cmt-dark-mode-active .td-header-wrap .td-drop-down-search .btn { text-shadow: none; }
html.cmt-dark-mode-active .td-header-wrap .td-drop-down-search .btn:hover { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-wrap .td-drop-down-search::before { border-color: transparent transparent rgb(36, 101, 138); }
html.cmt-dark-mode-active .td-header-wrap .td-drop-down-search::after { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-wrap #td-header-search { border-color: rgb(64, 66, 67) !important; }
html.cmt-dark-mode-active .td-header-wrap .result-msg { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-header-wrap .result-msg a { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-header-wrap .result-msg a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-header-wrap .td-aj-search-results { background-color: rgba(95, 99, 100, 0.02); border-top-color: rgb(63, 66, 66); border-bottom-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-header-wrap .no-result { background-color: rgb(37, 38, 38); border-top-color: rgb(63, 66, 66); border-bottom-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-header-wrap .td-aj-cur-element { background-color: rgba(103, 108, 109, 0.1); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-wrap .td-header-menu-wrap-full, html.cmt-dark-mode-active .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu { background-color: rgb(38, 39, 38) !important; }
html.cmt-dark-mode-active   .header-search-wrap .td-icon-search { color: rgb(229, 224, 216) !important; }
}
html.cmt-dark-mode-active .td-logo-text-container .td-logo-text { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-logo-text-container .td-tagline-text { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-header-wrap .td-header-menu-wrap-full { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-1 .td-header-top-menu-full { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-header-style-1 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-style-1 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-header-style-2 .td-header-top-menu-full { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-header-style-2 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-style-2 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-header-style-3 .td-header-menu-social .td-social-icon-wrap a, html.cmt-dark-mode-active .td-header-style-4 .td-header-menu-social .td-social-icon-wrap a, .td-header-style-5 .td-header-menu-social .td-social-icon-wrap a, .td-header-style-6 .td-header-menu-social .td-social-icon-wrap a, .td-header-style-12 .td-header-menu-social .td-social-icon-wrap a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-3 .td-header-menu-social + .td-search-wrapper #td-header-search-button::before, html.cmt-dark-mode-active .td-header-style-4 .td-header-menu-social + .td-search-wrapper #td-header-search-button::before, .td-header-style-5 .td-header-menu-social + .td-search-wrapper #td-header-search-button::before, .td-header-style-6 .td-header-menu-social + .td-search-wrapper #td-header-search-button::before, .td-header-style-12 .td-header-menu-social + .td-search-wrapper #td-header-search-button::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-3 .td-header-menu-wrap-full { background-color: transparent !important; }
html.cmt-dark-mode-active .td-header-style-3 .td-header-top-menu-full { background-color: rgb(25, 26, 25); }
html.cmt-dark-mode-active .td-header-style-3 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-3 .td-header-main-menu { background-color: rgb(28, 29, 29); }
html.cmt-dark-mode-active .td-header-style-3 .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-3 .black-menu .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-header-style-3 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-3 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-3 .black-menu .sf-menu > li > a:hover, .td-header-style-3 .black-menu .sf-menu > .sfHover > a { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-style-3 .td-affix { background-color: transparent !important; }
html.cmt-dark-mode-active .td-header-style-3 .td-affix .td-header-main-menu { background-color: rgb(28, 29, 29); }
html.cmt-dark-mode-active .td-boxed-layout .td-header-style-3 .td-header-menu-wrap { background-color: rgb(28, 29, 29) !important; }
html.cmt-dark-mode-active .td-header-style-4 .td-header-top-menu-full { background-color: rgb(25, 26, 25); }
html.cmt-dark-mode-active .td-header-style-4 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-4 .td-header-menu-wrap-full { background-color: transparent !important; }
html.cmt-dark-mode-active .td-header-style-4 .td-header-main-menu { background-color: rgb(28, 29, 29); }
html.cmt-dark-mode-active .td-header-style-4 .black-menu .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-header-style-4 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-4 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-4 .black-menu .sf-menu > li > a:hover, .td-header-style-4 .black-menu .sf-menu > .sfHover > a { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-style-4 .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-4 .td-affix { background-color: transparent !important; }
html.cmt-dark-mode-active .td-header-style-4 .td-affix .td-header-main-menu { background-color: rgb(28, 29, 29); }
html.cmt-dark-mode-active .td-boxed-layout .td-header-style-4 .td-header-menu-wrap { background-color: rgb(28, 29, 29) !important; }
html.cmt-dark-mode-active .td-full-layout .td-header-style-4 .td-mega-menu ul { box-shadow: none; border-top-color: currentcolor; }
html.cmt-dark-mode-active .td-header-style-5 .td-header-top-menu-full { background-color: rgb(39, 40, 40); }
html.cmt-dark-mode-active .td-header-style-5 .td-header-top-menu-full .td-header-top-menu { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-5 .td-header-top-menu-full a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-5 .top-header-menu .sub-menu { background-color: rgb(39, 40, 40); }
html.cmt-dark-mode-active .td-header-style-5 .top-header-menu .td-social-icon-wrap .td-icon-font { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-5 .header-search-wrap #td-header-search-button .td-icon-search { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-5 .td-header-menu-wrap-full { background-color: rgb(28, 29, 29); }
html.cmt-dark-mode-active .td-header-style-5 .black-menu .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-5 .black-menu .sf-menu > li > a:hover, .td-header-style-5 .black-menu .sf-menu > .sfHover > a { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-style-5 .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-5 .td-mega-menu ul { border-top-color: currentcolor; }
html.cmt-dark-mode-active .td-header-style-5 .td-affix { background-color: rgba(29, 30, 30, 0.9); }
html.cmt-dark-mode-active .td-header-style-6 .td-header-top-menu-full { background-color: rgb(39, 40, 40); }
html.cmt-dark-mode-active .td-header-style-6 .td-header-top-menu-full .td-header-top-menu { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-6 .td-header-top-menu-full a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-6 .top-header-menu .sub-menu { background-color: rgb(39, 40, 40); }
html.cmt-dark-mode-active .td-header-style-6 .top-header-menu .td-social-icon-wrap .td-icon-font { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-6 .header-search-wrap #td-header-search-button .td-icon-search { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-6 .td-header-menu-wrap-full { background-color: rgb(28, 29, 29); }
html.cmt-dark-mode-active .td-header-style-6 .black-menu .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-6 .black-menu .sf-menu > li > a:hover, .td-header-style-6 .black-menu .sf-menu > .sfHover > a { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-style-6 .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-6 .td-mega-menu ul { border-top-color: currentcolor; }
html.cmt-dark-mode-active .td-header-style-6 .td-affix { background-color: rgba(29, 30, 30, 0.9); }
html.cmt-dark-mode-active .td-header-style-7 .td-header-top-menu-full { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-7 .td-header-top-menu-full a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-7 .td-header-top-menu { color: rgb(229, 224, 216); border-bottom-color: rgb(67, 69, 70); }
html.cmt-dark-mode-active .td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-7 .top-header-menu .sub-menu { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-7 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-style-7 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-header-style-8 .td-header-top-menu-full { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-8 .td-header-menu-wrap.td-affix { background-color: rgba(36, 37, 37, 0.95); }
html.cmt-dark-mode-active .td-header-style-8 .td-header-top-menu { color: rgb(229, 224, 216); border-bottom-color: rgb(67, 69, 70); }
html.cmt-dark-mode-active .td-header-style-8 .td-header-top-menu a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-8 .top-header-menu .sub-menu { background-color: rgb(36, 37, 37) !important; }
html.cmt-dark-mode-active .td-header-style-8 .top-header-menu .td-social-icon-wrap .td-icon-font { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-8 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-style-8 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-header-style-8 .td-header-main-menu { background-color: transparent !important; }
html.cmt-dark-mode-active .td-header-style-8 .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-header-style-8 .sf-menu > .current-menu-ancestor > a, .td-header-style-8 .sf-menu > .current-category-ancestor > a, .td-header-style-8 .sf-menu > li > a:hover, .td-header-style-8 .sf-menu > .sfHover > a { background-color: transparent !important; }
html.cmt-dark-mode-active .td-header-style-9 .td-header-top-menu-full { background-color: rgb(36, 37, 37); border-bottom-color: rgb(67, 69, 70); }
html.cmt-dark-mode-active .td-header-style-9 .td-header-top-menu-full .td-header-top-menu { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-9 .td-header-top-menu-full a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-9 .top-header-menu .sub-menu { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-9 .top-header-menu .td-social-icon-wrap .td-icon-font { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-9 .td-banner-bg { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-9.td-header-background-image .td-banner-bg { background-color: transparent; }
html.cmt-dark-mode-active .td-header-style-9 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-style-9 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-header-style-10 .td-header-top-menu-full { background-color: rgb(36, 37, 37); border-bottom-color: rgb(67, 69, 70); }
html.cmt-dark-mode-active .td-header-style-10 .td-header-top-menu-full .td-header-top-menu { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-10 .td-header-top-menu-full a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-10 .top-header-menu .sub-menu { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-10 .top-header-menu .td-social-icon-wrap .td-icon-font { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-10 .td-banner-bg { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-10.td-header-background-image .td-banner-bg { background-color: transparent; }
html.cmt-dark-mode-active .td-header-style-10 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-style-10 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-header-style-11 .td-header-top-menu-full { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-header-style-11 .td-header-top-menu-full .td-header-top-menu { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-11 .td-header-top-menu-full a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-11 .top-header-menu .sub-menu { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-header-style-11 .td-logo-wrap-full { border-bottom-color: rgb(63, 65, 65); }
html.cmt-dark-mode-active .td-header-style-11 .td-banner-bg { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-header-style-11.td-header-background-image .td-banner-bg { background-color: transparent; }
html.cmt-dark-mode-active .td-header-style-11 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-header-style-11 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-header-style-11 .td-affix::after { background-color: transparent; }
html.cmt-dark-mode-active .td_category_template_2 .td-header-style-11 .td-logo-wrap-full, html.cmt-dark-mode-active .td_category_template_5 .td-header-style-11 .td-logo-wrap-full { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td-header-style-12 .td-header-top-menu-full { background-color: rgb(43, 45, 45); }
html.cmt-dark-mode-active .td-header-style-12 .top-header-menu .sub-menu { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-header-style-12 .header-search-wrap .td-icon-search { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-12 .td-header-menu-wrap-full { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-style-12 .td-header-menu-wrap-full .td-header-gradient::after { background-image: linear-gradient(rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.3) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-header-style-12 .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-header-style-12 .sf-menu > .current-menu-ancestor > a, .td-header-style-12 .sf-menu > .current-category-ancestor > a, .td-header-style-12 .sf-menu > li > a:hover, .td-header-style-12 .sf-menu > .sfHover > a { background-color: rgba(13, 13, 13, 0.3) !important; }
html.cmt-dark-mode-active .td-header-style-12 .td-affix { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-header-style-12 .td-header-menu-wrap .td-header-main-menu { background-color: transparent; }
html.cmt-dark-mode-active .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-style-12 .td-mega-menu ul { border-top-color: currentcolor; }
html.cmt-dark-mode-active .sf-menu, html.cmt-dark-mode-active .sf-menu ul, .sf-menu li { list-style-image: initial; }
html.cmt-dark-mode-active .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a { background-color: transparent; }
html.cmt-dark-mode-active .td-affix .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-affix .sf-menu > .current-menu-ancestor > a, .td-affix .sf-menu > .current-category-ancestor > a, .td-affix .sf-menu > li > a:hover, .td-affix .sf-menu > .sfHover > a { background-color: transparent; }
html.cmt-dark-mode-active .sf-menu > li > a::after { background-color: transparent; }
html.cmt-dark-mode-active .sf-menu > .current-menu-item > a::after, html.cmt-dark-mode-active .sf-menu > .current-menu-ancestor > a::after, .sf-menu > .current-category-ancestor > a::after, .sf-menu > li:hover > a::after, .sf-menu > .sfHover > a::after { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-normal-menu ul { box-shadow: rgba(13, 13, 13, 0.15) 1px 1px 4px; }
html.cmt-dark-mode-active .sf-menu ul { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .sf-menu ul .td-menu-item > a { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .sf-menu ul .td-menu-item > a:hover, html.cmt-dark-mode-active .sf-menu ul .sfHover > a, .sf-menu ul .current-menu-ancestor > a, .sf-menu ul .current-category-ancestor > a, .sf-menu ul .current-menu-item > a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .sf-menu li:hover, html.cmt-dark-mode-active .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline-color: initial; }
html.cmt-dark-mode-active .sf-menu .td-menu-badge { background-color: rgb(40, 41, 41); color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-header-menu-social .td-social-icon-wrap a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-menu-social + .td-search-wrapper #td-header-search-button::before { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-header-top-menu { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-top-menu a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-sp-top-widget .td-icon-search:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-header-sp-top-widget .td-drop-down-search .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-sp-top-widget .td-drop-down-search .td_module_wrap:hover .entry-title a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .top-header-menu { list-style-image: initial; }
html.cmt-dark-mode-active .top-header-menu li a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .top-header-menu .sub-menu { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .top-header-menu .td_user_logd_in:hover { text-decoration-color: initial !important; }
html.cmt-dark-mode-active .top-header-menu .current-menu-item > a, html.cmt-dark-mode-active .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active #td-top-mobile-toggle i { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-menu-background::before { background-image: linear-gradient(rgb(50, 56, 61) 0%, rgb(59, 119, 140) 100%); background-color: initial; }
html.cmt-dark-mode-active #td-mobile-nav .td_display_err { color: rgb(229, 224, 216); border-color: currentcolor; box-shadow: rgba(13, 13, 13, 0.16) 0px 0px 8px; background-color: rgba(36, 37, 37, 0.06); }
html.cmt-dark-mode-active #td-mobile-nav input:invalid { box-shadow: none !important; }
html.cmt-dark-mode-active #td-mobile-nav .td-social-icon-wrap i { border-color: currentcolor; background-color: transparent; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-mobile-close .td-icon-close-mobile { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-mobile-content ul { list-style-image: initial; }
html.cmt-dark-mode-active .td-mobile-content li a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-mobile-content .td-icon-menu-right { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-mobile-content .sub-menu .td-icon-menu-right { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-mobile-content .current-menu-item > a, html.cmt-dark-mode-active .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a { color: rgb(128, 194, 212); }
html.cmt-dark-mode-active .td-menu-mob-open-menu #td-outer-wrap { box-shadow: rgb(13, 13, 13) 0px 0px 46px; }
html.cmt-dark-mode-active #td-mobile-nav .td-menu-login-section { list-style-image: initial; }
html.cmt-dark-mode-active #td-mobile-nav .td-menu-login-section a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active #td-mobile-nav .td-menu-avatar .td-avatar-container { box-shadow: rgba(36, 37, 37, 0.1) 0px 0px 0px 4px; }
@media (max-width: 320px) {
html.cmt-dark-mode-active   #td-mobile-nav .td-menu-avatar .td-avatar-container { box-shadow: rgba(36, 37, 37, 0.1) 0px 0px 0px 3px; }
}
html.cmt-dark-mode-active #td-mobile-nav .td-menu-logout a { border-color: rgba(58, 61, 61, 0.1); background-color: rgba(36, 37, 37, 0.03); }
html.cmt-dark-mode-active #td-mobile-nav .td-guest-wrap .td-menu-login { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active #td-mobile-nav .td-guest-wrap .td-menu-login span { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active #td-mobile-nav .td-register-section { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active #td-mobile-nav .td-register-section a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active #td-mobile-nav .td-register-section .td-login-input { color: rgb(229, 224, 216); border-color: currentcolor currentcolor rgba(58, 61, 61, 0.2); background-image: initial; background-color: transparent; outline-color: initial; box-shadow: none; }
html.cmt-dark-mode-active #td-mobile-nav .td-register-section .td-login-button { color: rgb(229, 224, 216); border-color: currentcolor; box-shadow: rgba(13, 13, 13, 0.36) 0px 0px 8px; background-color: rgb(36, 37, 37); text-shadow: none; }
html.cmt-dark-mode-active .td-search-wrap-mob { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-search-wrap-mob #td-header-search-mob { color: rgb(229, 224, 216); border-color: currentcolor; background-image: initial; background-color: transparent; outline-color: initial; }
html.cmt-dark-mode-active .td-search-wrap-mob .td-search-input::before, html.cmt-dark-mode-active .td-search-wrap-mob .td-search-input::after { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-search-wrap-mob .td_module_wrap .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-search-wrap-mob .td_module_wrap:hover .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-search-wrap-mob .td-post-date { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-search-wrap-mob .result-msg a { color: rgb(229, 224, 216); border-color: currentcolor; box-shadow: rgba(13, 13, 13, 0.36) 0px 0px 8px; background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-search-background::before { background-image: linear-gradient(rgb(50, 56, 61) 0%, rgb(59, 119, 140) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-search-close .td-icon-close-mobile { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active #td-mobile-nav label { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active a:active, html.cmt-dark-mode-active a:focus { outline-color: initial; }
html.cmt-dark-mode-active ins { background-image: initial; background-color: rgb(36, 37, 37); text-decoration-color: initial; }
html.cmt-dark-mode-active code { border-color: currentcolor; background-color: rgb(43, 45, 45); }
html.cmt-dark-mode-active pre { background-color: rgb(43, 45, 45); border-color: currentcolor; }
html.cmt-dark-mode-active cite { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active cite a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active cite a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active table th { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active table td { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active table .odd td { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active h1, html.cmt-dark-mode-active h2, html.cmt-dark-mode-active  h3, html.cmt-dark-mode-active  h4, html.cmt-dark-mode-active  h5, html.cmt-dark-mode-active h6 { color:#fff; }
html.cmt-dark-mode-active .reveal-all-btn {
    background-color: rgb(177 126 0) !important; 
}
html.cmt-dark-mode-active .hint-box, html.cmt-dark-mode-active .answer-container, html.cmt-dark-mode-active .answer-box, html.cmt-dark-mode-active #blog-ideas-output {
    border: 1px solid rgb(255, 255, 255) !important;
    background-color: rgb(36, 37, 37) !important;
}
html.cmt-dark-mode-active #select-format .active { 
    text-decoration: underline;
}
html.cmt-dark-mode-active .card-header, html.cmt-dark-mode-active .header-box,  html.cmt-dark-mode-active .theme-card__body, html.cmt-dark-mode-active .title-card-container .title-card-header, html.cmt-dark-mode-active .title-card-container .title-card-header h2 {
    font-weight: 900 !important;
    background-color: rgba(13, 13, 13, 0.03) !important;
    border-bottom-color: rgba(143, 132, 117, 0.13) !important;
}
html.cmt-dark-mode-active .card, html.cmt-dark-mode-active .scroll-box,  html.cmt-dark-mode-active .theme-card__header {
    background-color: rgb(36, 37, 37);
    border-color: rgba(143, 132, 117, 0.13);
    border: 1px solid #fff !important;
}
html.cmt-dark-mode-active input::placeholder,
html.cmt-dark-mode-active textarea::placeholder {
    color: #bbb !important;
    opacity: 1 !important;
}
html.cmt-dark-mode-active .more-filters-button {
    background-color: #0d6efd;
    color: #fff;
}
html.cmt-dark-mode-active #closeablecard .title-copy-btn-div a:not(:has(svg)) {
    border: 1px solid #fff !important;
}
html.cmt-dark-mode-active .ez-toc-icon-toggle-span svg *{
    fill: #fff !important;
}
html.cmt-dark-mode-active #closeablecard svg path {
    fill: #fff !important;
}

html.cmt-dark-mode-active #closeablecard svg rect,
html.cmt-dark-mode-active #closeablecard .analyze-title-btn svg path:first-child {
    fill: transparent !important;
}

html.cmt-dark-mode-active #closeablecard svg rect {
    fill: transparent !important;
}
html.cmt-dark-mode-active .analyze-title-btn svg path:first-child {
  fill: transparent !important;
}

html.cmt-dark-mode-active .analyze-title-btn svg path:not(:first-child) {
  fill: #fff !important;
}

html.cmt-dark-mode-active .ai-tools-div li a { 
    color: #fff !important;
}
html.cmt-dark-mode-active p, html.cmt-dark-mode-active div { color:#fff; }
html.cmt-dark-mode-active h1 > a, html.cmt-dark-mode-active h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active textarea { color: #fff; border-color: rgb(66, 69, 70); }
html.cmt-dark-mode-active textarea:active,html.cmt-dark-mode-active  html.cmt-dark-mode-active textarea:focus { border-color: rgb(79, 83, 83) !important; color: #fff;}
html.cmt-dark-mode-active textarea,html.cmt-dark-mode-active  html.cmt-dark-mode-active input {  color: #fff;}
html.cmt-dark-mode-active textarea:focus, html.cmt-dark-mode-active input:focus, input[type]:focus { border: 3px solid #fff !important; color: #fff;}
html.cmt-dark-mode-active input[type="submit"] { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); border-color: currentcolor; }
html.cmt-dark-mode-active input[type="submit"]:hover { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active input[type="text"], html.cmt-dark-mode-active input[type="url"], input[type="tel"], input[type="email"] { color: #fff; border-color: rgb(66, 69, 70); }
html.cmt-dark-mode-active input[type="text"]:active, html.cmt-dark-mode-active input[type="url"]:active, input[type="tel"]:active, input[type="email"]:active, input[type="text"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="email"]:focus { border-color: rgb(79, 83, 83) !important; }
html.cmt-dark-mode-active input[type="password"] { color: #fff; border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .wp-caption-text, html.cmt-dark-mode-active .wp-caption-dd { color: #fff; }
html.cmt-dark-mode-active .td-page-content, html.cmt-dark-mode-active .td-post-content, .wpb_text_column, .td_block_text_with_title, .woocommerce #tab-description, .mce-content-body { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-page-content a:hover, html.cmt-dark-mode-active .td-post-content a:hover, .wpb_text_column a:hover, .td_block_text_with_title a:hover, .woocommerce #tab-description a:hover, .mce-content-body a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .td-page-content .td-arrow-list, html.cmt-dark-mode-active .td-post-content .td-arrow-list, .wpb_text_column .td-arrow-list, .td_block_text_with_title .td-arrow-list, .woocommerce #tab-description .td-arrow-list, .mce-content-body .td-arrow-list { list-style-image: initial; }
html.cmt-dark-mode-active .entry-title a:hover, html.cmt-dark-mode-active .td-post-category:hover, .widget a:hover, .td_block_wrap a:hover { text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-page-content blockquote, html.cmt-dark-mode-active .td-post-content blockquote, .wpb_text_column blockquote, .td_block_text_with_title blockquote, .bbpress blockquote, .woocommerce #tab-description blockquote, .mce-content-body blockquote, .comment-content blockquote { border-left-color: currentcolor; }
html.cmt-dark-mode-active .td-page-content blockquote p, html.cmt-dark-mode-active .td-post-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .bbpress blockquote p, .woocommerce #tab-description blockquote p, .mce-content-body blockquote p, .comment-content blockquote p { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-page-content .twitter-tweet p, html.cmt-dark-mode-active .td-post-content .twitter-tweet p, .wpb_text_column .twitter-tweet p, .td_block_text_with_title .twitter-tweet p, .bbpress .twitter-tweet p, .woocommerce #tab-description .twitter-tweet p, .mce-content-body .twitter-tweet p, .comment-content .twitter-tweet p { color: initial; }
html.cmt-dark-mode-active .td-page-content .td_quote_box, html.cmt-dark-mode-active .td-post-content .td_quote_box, .wpb_text_column .td_quote_box, .td_block_text_with_title .td_quote_box, .bbpress .td_quote_box, .woocommerce #tab-description .td_quote_box, .mce-content-body .td_quote_box, .comment-content .td_quote_box { background-color: rgb(38, 39, 38); border-left-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .td-page-content .td_quote_box p, html.cmt-dark-mode-active .td-post-content .td_quote_box p, .wpb_text_column .td_quote_box p, .td_block_text_with_title .td_quote_box p, .bbpress .td_quote_box p, .woocommerce #tab-description .td_quote_box p, .mce-content-body .td_quote_box p, .comment-content .td_quote_box p { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-page-content .wp-block-pullquote blockquote p:first-child::before, html.cmt-dark-mode-active .td-post-content .wp-block-pullquote blockquote p:first-child::before, .wpb_text_column .wp-block-pullquote blockquote p:first-child::before, .td_block_text_with_title .wp-block-pullquote blockquote p:first-child::before, .bbpress .wp-block-pullquote blockquote p:first-child::before, .woocommerce #tab-description .wp-block-pullquote blockquote p:first-child::before, .mce-content-body .wp-block-pullquote blockquote p:first-child::before, .comment-content .wp-block-pullquote blockquote p:first-child::before, .td-page-content .td_pull_quote p:first-child::before, .td-post-content .td_pull_quote p:first-child::before, .wpb_text_column .td_pull_quote p:first-child::before, .td_block_text_with_title .td_pull_quote p:first-child::before, .bbpress .td_pull_quote p:first-child::before, .woocommerce #tab-description .td_pull_quote p:first-child::before, .mce-content-body .td_pull_quote p:first-child::before, .comment-content .td_pull_quote p:first-child::before { background-color: initial; }
html.cmt-dark-mode-active .td-page-content .wp-block-pullquote blockquote p::after, html.cmt-dark-mode-active .td-post-content .wp-block-pullquote blockquote p::after, .wpb_text_column .wp-block-pullquote blockquote p::after, .td_block_text_with_title .wp-block-pullquote blockquote p::after, .bbpress .wp-block-pullquote blockquote p::after, .woocommerce #tab-description .wp-block-pullquote blockquote p::after, .mce-content-body .wp-block-pullquote blockquote p::after, .comment-content .wp-block-pullquote blockquote p::after, .td-page-content .td_pull_quote p::after, .td-post-content .td_pull_quote p::after, .wpb_text_column .td_pull_quote p::after, .td_block_text_with_title .td_pull_quote p::after, .bbpress .td_pull_quote p::after, .woocommerce #tab-description .td_pull_quote p::after, .mce-content-body .td_pull_quote p::after, .comment-content .td_pull_quote p::after { background-color: initial; }
html.cmt-dark-mode-active .td-page-content .wp-block-pullquote, html.cmt-dark-mode-active .td-post-content .wp-block-pullquote, .wpb_text_column .wp-block-pullquote, .td_block_text_with_title .wp-block-pullquote, .bbpress .wp-block-pullquote, .woocommerce #tab-description .wp-block-pullquote, .mce-content-body .wp-block-pullquote, .comment-content .wp-block-pullquote { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-page-content .wp-block-pullquote p, html.cmt-dark-mode-active .td-post-content .wp-block-pullquote p, .wpb_text_column .wp-block-pullquote p, .td_block_text_with_title .wp-block-pullquote p, .bbpress .wp-block-pullquote p, .woocommerce #tab-description .wp-block-pullquote p, .mce-content-body .wp-block-pullquote p, .comment-content .wp-block-pullquote p { color: inherit; }
html.cmt-dark-mode-active blockquote small { color: #fff; }
html.cmt-dark-mode-active blockquote.pull-right { border-right-color: currentcolor; }
html.cmt-dark-mode-active blockquote.pull-right::after { border-right-color: rgb(168, 71, 21); }
html.cmt-dark-mode-active .td-page-content .dropcap, html.cmt-dark-mode-active .td-post-content .dropcap, .wpb_text_column .dropcap, .td_block_text_with_title .dropcap, .bbpress .dropcap, .woocommerce #tab-description .dropcap, .mce-content-body .dropcap, .comment-content .dropcap { background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-page-content .dropcap2, html.cmt-dark-mode-active .td-post-content .dropcap2, .wpb_text_column .dropcap2, .td_block_text_with_title .dropcap2, .bbpress .dropcap2, .woocommerce #tab-description .dropcap2, .mce-content-body .dropcap2, .comment-content .dropcap2 { color: rgb(185, 177, 165); background-color: transparent !important; }
html.cmt-dark-mode-active .td-page-content .dropcap3, html.cmt-dark-mode-active .td-post-content .dropcap3, .wpb_text_column .dropcap3, .td_block_text_with_title .dropcap3, .bbpress .dropcap3, .woocommerce #tab-description .dropcap3, .mce-content-body .dropcap3, .comment-content .dropcap3 { color: rgb(185, 177, 165); background-color: transparent !important; }
html.cmt-dark-mode-active .td_text_columns_two_cols { column-rule-color: rgb(216, 210, 201); }
html.cmt-dark-mode-active .td_btn { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_default_btn, html.cmt-dark-mode-active .td_round_btn { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_default_btn:hover, html.cmt-dark-mode-active .td_round_btn:hover { background-color: rgb(61, 63, 64) !important; }
html.cmt-dark-mode-active .td_default_btn:active, html.cmt-dark-mode-active .td_round_btn:active { background-color: rgb(13, 13, 13) !important; }
html.cmt-dark-mode-active .td_outlined_btn { border-color: rgb(36, 101, 138); color: rgb(101, 177, 218); background-color: transparent; }
html.cmt-dark-mode-active .td_outlined_btn:hover { background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_outlined_btn:active { border-color: rgb(122, 113, 101); background-color: rgb(61, 63, 64) !important; }
html.cmt-dark-mode-active .td_shadow_btn { background-color: rgb(36, 106, 144); box-shadow: rgba(13, 13, 13, 0.25) 0px 4px 7px 0px; }
html.cmt-dark-mode-active .td_shadow_btn:hover { box-shadow: rgba(13, 13, 13, 0.25) 0px 6px 12px 0px; }
html.cmt-dark-mode-active .td_shadow_btn:active { background-color: rgb(61, 63, 64) !important; }
html.cmt-dark-mode-active .td_3D_btn { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_3D_btn::after { background-color: rgba(13, 13, 13, 0.25); }
html.cmt-dark-mode-active .td_3D_btn:active { background-color: rgb(61, 63, 64) !important; }
html.cmt-dark-mode-active .td_text_highlight_0 { background-color: rgba(13, 13, 13, 0.77); box-shadow: rgba(13, 13, 13, 0.77) 8px 0px 0px, rgba(13, 13, 13, 0.77) -8px 0px 0px; color: rgb(204, 198, 188); }
html.cmt-dark-mode-active .td_text_highlight_0:hover { color: rgb(225, 221, 212); }
html.cmt-dark-mode-active .td_text_highlight_marker { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_text_highlight_marker:hover { color: rgb(225, 221, 212); }
html.cmt-dark-mode-active .td_text_highlight_marker_red { background-color: rgba(172, 21, 17, 0.62); box-shadow: rgba(172, 21, 17, 0.62) 8px 0px 0px, rgba(172, 21, 17, 0.62) -8px 0px 0px; }
html.cmt-dark-mode-active .td_text_highlight_marker_blue { background-color: rgba(25, 132, 159, 0.75); box-shadow: rgba(25, 132, 159, 0.75) 8px 0px 0px, rgba(25, 132, 159, 0.75) -8px 0px 0px; }
html.cmt-dark-mode-active .td_text_highlight_marker_green { background-color: rgba(82, 150, 48, 0.65); box-shadow: rgba(82, 150, 48, 0.65) 8px 0px 0px, rgba(82, 150, 48, 0.65) -8px 0px 0px; }
html.cmt-dark-mode-active .td_text_highlight_marker_yellow { background-color: rgba(151, 124, 22, 0.75); box-shadow: rgba(151, 124, 22, 0.75) 8px 0px 0px, rgba(151, 124, 22, 0.75) -8px 0px 0px; }
html.cmt-dark-mode-active .td_text_highlight_marker_pink { background-color: rgba(136, 19, 125, 0.75); box-shadow: rgba(136, 19, 125, 0.75) 8px 0px 0px, rgba(136, 19, 125, 0.75) -8px 0px 0px; }
html.cmt-dark-mode-active .td_module_wrap:hover .entry-title a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-post-author-name a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-author-name span { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .td-post-date { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-module-comments a { color: rgb(229, 224, 216); background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-module-comments a::after { border-color: rgb(143, 132, 117) transparent transparent; }
html.cmt-dark-mode-active .td-excerpt { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-read-more a, html.cmt-dark-mode-active .more-link-wrap a { background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-read-more a:hover, html.cmt-dark-mode-active .more-link-wrap a:hover { text-decoration-color: initial; background-color: rgb(38, 39, 38) !important; }
html.cmt-dark-mode-active .td-admin-edit { background-color: rgba(13, 13, 13, 0.3); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .td-admin-edit:hover { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-post-category { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-category:hover { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_module_5 { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_module_8 { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_module_9 { border-bottom-color: rgb(62, 64, 64); }
@media (min-width: 768px) and (max-width: 1018px) {
html.cmt-dark-mode-active   .td_module_11 { border-bottom-color: rgb(64, 66, 67); }
html.cmt-dark-mode-active   .td_module_11:last-child { border-color: currentcolor; }
}
html.cmt-dark-mode-active .td_module_12 { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_module_13 { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_module_14 .entry-title::after { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_module_14 .td-module-meta-holder { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td_module_15 { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_module_15 .entry-title a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .td_module_15 .td-module-meta-info a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .td_module_15.post .td-post-comments a { color: #fff; }
html.cmt-dark-mode-active .td_module_17 .td-module-meta-holder { background-color: rgba(13, 13, 13, 0.7); }
html.cmt-dark-mode-active .td_module_17 .td-left-meta .td-post-author-name a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_17 .td-left-meta .td-post-author-name a:hover { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td_module_17 .entry-review-stars { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_17 .td-post-category { color: rgb(229, 224, 216); background-color: rgb(36, 37, 37) !important; }
html.cmt-dark-mode-active .td_module_17 .td-post-category:hover { background-color: rgb(36, 37, 37); color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td_module_17 .td-module-comments a { color: rgb(229, 224, 216); background-color: rgb(36, 37, 37) !important; }
html.cmt-dark-mode-active .td_module_17 .td-module-comments a::after { border-color: rgb(58, 61, 61) transparent transparent !important; }
html.cmt-dark-mode-active .td_module_17 .td-read-more a { color: rgb(229, 224, 216); background-color: transparent !important; }
html.cmt-dark-mode-active .td_module_17 .td-read-more a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_module_18 .meta-info-container { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_module_18 .td-post-category { background-color: transparent; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_18 .td-post-category:hover { background-color: transparent !important; }
html.cmt-dark-mode-active .td_module_18 .td-read-more a { color: rgb(229, 224, 216); background-color: transparent !important; }
html.cmt-dark-mode-active .td_module_18 .td-read-more a:hover { background-color: transparent !important; color: rgb(101, 177, 218); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td_module_19 { border-bottom-color: rgb(62, 64, 64); }
}
html.cmt-dark-mode-active .td_module_19 .td-post-category { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_19 .td-post-author-name:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_module_19 .td-read-more a { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx1 .td-module-meta-info .td-post-category { background-color: rgb(36, 37, 37) !important; color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td_module_mx1 .td-module-meta-info .td-post-author-name a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx1 .entry-title a { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .td_module_mx1 .td-icon-star, html.cmt-dark-mode-active .td_module_mx1 .td-icon-star-half, .td_module_mx1 .td-icon-star-empty { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx1 .td-module-thumb a:last-child::before { background-image: linear-gradient(rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.7) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_module_mx3 .td-module-meta-info { background-color: rgb(36, 37, 37); border-bottom-color: rgb(62, 64, 64); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td_module_mx3 .td-module-meta-info { border-bottom-color: currentcolor; }
}
html.cmt-dark-mode-active .td_module_mx8:hover .entry-title a { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .td_module_mx8 .td-module-thumb a:last-child::after { background-image: linear-gradient(rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.7) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_module_mx8 .td-post-category { background-color: rgb(36, 37, 37) !important; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx8 .entry-title a, html.cmt-dark-mode-active .td_module_mx8 .td-post-author-name a, .td_module_mx8 .td-post-date, .td_module_mx8 .td-icon-star, .td_module_mx8 .td-icon-star-half, .td_module_mx8 .td-icon-star-empty { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx8 .td-module-comments a { background-color: transparent !important; }
html.cmt-dark-mode-active .td_module_mx16 .td-post-category { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx16 .td-read-more a { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx17 .td-post-category { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_mx17 .td-post-author-name:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_slide .td-slide-meta { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_slide .td-slide-meta a, html.cmt-dark-mode-active .td_block_slide .td-slide-meta span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_slide .td-post-date { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_slide .td-slide-nav { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_slide .td_module_wrap:hover .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-theme-slider .slide-meta-cat a { background-color: rgba(13, 13, 13, 0.7); }
html.cmt-dark-mode-active .td-theme-slider:hover .slide-meta-cat a { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_block_wrap .td-subcat-item .td-cur-simple-item { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .block-title { border-bottom-color: rgb(132, 123, 109); }
html.cmt-dark-mode-active .block-title a, html.cmt-dark-mode-active .block-title span, .block-title label { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .block-title > span, html.cmt-dark-mode-active .block-title > a, .block-title > label, .widgettitle, .widgettitle::after, .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .woocommerce .product .products h2:not(.woocommerce-loop-product__title), .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background-color: rgb(36, 106, 144) !important; }
html.cmt-dark-mode-active .block-title, html.cmt-dark-mode-active .wpb_tabs .wpb_tabs_nav, .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .td_block_wrap .td-subcat-item .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-next-prev-wrap a { border-color: rgb(68, 71, 71); color: rgb(187, 179, 167); }
html.cmt-dark-mode-active .td-next-prev-wrap a:hover { background-color: rgb(36, 106, 144); border-color: rgb(36, 101, 138); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_ajax_load_more { border-color: rgb(72, 76, 76); }
html.cmt-dark-mode-active .td-load-more-wrap a { color: rgb(175, 167, 155); }
html.cmt-dark-mode-active .td-load-more-wrap a:hover { background-color: rgb(36, 106, 144); border-color: rgb(36, 101, 138); color: rgb(229, 224, 216); text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-list a { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-list a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span, html.cmt-dark-mode-active .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more i { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-dropdown .td-subcat-more i { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-dropdown ul { list-style-image: initial; background-color: rgba(36, 37, 37, 0.95); border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-dropdown a { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-dropdown a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-subcat-filter .td-subcat-dropdown span { color: rgb(158, 149, 135); }
@media (min-width: 768px) {
html.cmt-dark-mode-active   .td_block_bot_line .td-block-row:last-child .td_module_wrap { border-bottom-color: currentcolor; }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td_block_bot_line .td-block-row:last-child > div:last-child .td_module_wrap { border-bottom-color: currentcolor; }
}
html.cmt-dark-mode-active .td_block_bot_line.td-column-1 .td-block-span12:last-child .td_module_wrap { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td_block_13 .td_module_mx3:last-child .td-module-meta-info { border-bottom-color: currentcolor; }
@media (min-width: 768px) {
html.cmt-dark-mode-active   .td_block_17 .td-block-row:last-child .td-block-span4 .td_module_8:last-child, html.cmt-dark-mode-active .td_block_17 .td-block-row:last-child .td-block-span6 .td_module_8:last-child { border-bottom-color: currentcolor; }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td_block_17 .td-block-row:last-child .td-block-span4:last-child .td_module_8:last-child, html.cmt-dark-mode-active .td_block_17 .td-block-row:last-child .td-block-span6:last-child .td_module_8:last-child { border-bottom-color: currentcolor; }
}
html.cmt-dark-mode-active .td_block_17 .td-column-1 .td_module_4 { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_block_17 .td-column-1 .td-block-span12:last-child .td_module_8 { border-bottom-color: currentcolor; }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td_block_17 .td-column-2 .td-block-row:last-child .td_module_4, html.cmt-dark-mode-active .td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 { border-bottom-color: rgb(62, 64, 64); }
}
html.cmt-dark-mode-active .td_block_20 .td_module_mx3 { border-bottom-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td_block_20 .td_module_mx3:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td_block_20 .td_module_mx3 .td-module-meta-info { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td_block_23 .td_module_wrap:last-child .meta-info-container { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td_block_24 .td_module_wrap:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td-trending-now-wrapper:hover .td-trending-now-title { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-trending-now-title { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-trending-style2 { border-color: rgb(64, 66, 67); }
html.cmt-dark-mode-active .td_quote_on_blocks { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_categories_tags .td-ct-item { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .td_block_categories_tags .td-ct-item:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_author .td-author-description { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td_block_author a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_author a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_image_box .td-custom-image a::before { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td_block_image_box .td-custom-image a::after { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .td_block_image_box .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_image_box.td-image-box-style-2 .entry-title a { background-color: rgb(36, 37, 37); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_separator span { border-top-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .td_separator_double span { border-bottom-color: rgb(64, 66, 66); }
html.cmt-dark-mode-active .td_separator_shadow > span { border-color: currentcolor; color: rgb(217, 211, 203); }
html.cmt-dark-mode-active .td-single-image-style-border, html.cmt-dark-mode-active .td-single-image-style-round-border, .td-single-image-style-circle-border, .td-single-image-style-outline, .td-single-image-style-bordered-shadow, .td-single-image-style-round-outline, .td-single-image-style-round-border-shadow, .td-single-image-style-circle-outline, .td-single-image-style-circle-border-shadow { background-color: rgb(46, 48, 48); }
html.cmt-dark-mode-active .td-single-image-style-outline a::after, html.cmt-dark-mode-active .td-single-image-style-bordered-shadow a::after, .td-single-image-style-round-outline a::after, .td-single-image-style-round-border-shadow a::after, .td-single-image-style-circle-outline a::after, .td-single-image-style-circle-border-shadow a::after { color: rgb(229, 224, 216); box-shadow: 0px 0px 0px 6px inset; }
html.cmt-dark-mode-active .td-single-image-style-outline a::before, html.cmt-dark-mode-active .td-single-image-style-bordered-shadow a::before, .td-single-image-style-round-outline a::before, .td-single-image-style-round-border-shadow a::before, .td-single-image-style-circle-outline a::before, .td-single-image-style-circle-border-shadow a::before { color: rgb(217, 211, 203); box-shadow: 0px 0px 0px 7px inset; }
html.cmt-dark-mode-active .td-single-image-style-shadow a, html.cmt-dark-mode-active .td-single-image-style-bordered-shadow a, .td-single-image-style-round-shadow a, .td-single-image-style-round-border-shadow a, .td-single-image-style-circle-shadow a, .td-single-image-style-circle-border-shadow a { box-shadow: rgba(13, 13, 13, 0.1) 0px 0px 6px; }
html.cmt-dark-mode-active .td-single-image-style-3d-shadow::before, html.cmt-dark-mode-active .td-single-image-style-3d-shadow::after { box-shadow: rgba(13, 13, 13, 0.6) 0px 15px 10px; }
html.cmt-dark-mode-active .td-menu-blocks-custom ul li a { border-color: rgb(64, 66, 67); }
html.cmt-dark-mode-active .td-menu-blocks-custom ul li a:hover { background-color: rgb(25, 26, 25); color: rgb(229, 224, 216); border-color: rgb(137, 128, 112); }
html.cmt-dark-mode-active .td-menu-blocks-custom .current-menu-item a { border-color: rgb(36, 101, 138); background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-menu-blocks-custom .current-menu-item a:hover { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-menu-block-headers li.current-menu-item img { border-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .td-menu-block-headers li.current-menu-item a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-menu-block-headers li:hover img { border-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .td-menu-block-headers li img { border-color: rgb(64, 66, 67); }
html.cmt-dark-mode-active .td-list-menu-inline ul li a { border-color: rgb(64, 66, 67); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-list-menu-inline ul li a:hover { background-color: rgb(25, 26, 25); color: rgb(229, 224, 216); border-color: rgb(137, 128, 112); }
html.cmt-dark-mode-active .td-list-menu-inline .current-menu-item a { border-color: rgb(36, 101, 138); background-color: rgb(36, 106, 144); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .td-tab-blocks-custom ul.wpb_tabs_nav { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td-tab-blocks-custom.wpb_tabs li.ui-tabs-active a, html.cmt-dark-mode-active .td-tab-blocks-custom.wpb_tabs li:hover a { background-color: rgb(25, 26, 25); }
html.cmt-dark-mode-active .td-tab-blocks-custom ul.wpb_tabs_nav li { background-color: transparent !important; }
html.cmt-dark-mode-active .td-tab-blocks-custom ul.wpb_tabs_nav li a:hover { background-color: rgb(25, 26, 25); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-custom-menu-blocks .vc_wp_custommenu { border-bottom-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-custom-menu-blocks .td-custom-menu-list ul { border-top-color: rgb(143, 132, 117); background-color: rgb(36, 37, 37); box-shadow: rgba(13, 13, 13, 0.15) 1px 1px 4px; }
html.cmt-dark-mode-active .td-custom-menu-blocks .td-custom-menu-list ul li.current-menu-item a, html.cmt-dark-mode-active .td-custom-menu-blocks .td-custom-menu-list ul li:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-custom-menu-blocks .td-custom-menu-list > a span { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .td-custom-menu-blocks .td-custom-menu-list:hover > a, html.cmt-dark-mode-active .td-custom-menu-blocks .current-menu-parent > a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-custom-menu-blocks .td-custom-menu-list:hover > a span, html.cmt-dark-mode-active .td-custom-menu-blocks .current-menu-parent > a span { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-h-effect-up-shadow .entry-thumb { box-shadow: rgba(19, 20, 30, 0.2) 0px 3px 12px -1px, rgba(19, 20, 30, 0.2) 0px 22px 27px -20px; }
html.cmt-dark-mode-active .td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb { box-shadow: rgba(19, 20, 30, 0.25) 0px 15px 45px -5px; }
html.cmt-dark-mode-active .td-h-effect-shadow .td_module_wrap:hover .entry-thumb { box-shadow: rgba(89, 94, 94, 0.2) 0px 2px 2px, rgba(89, 94, 94, 0.2) 0px 4px 4px, rgba(89, 94, 94, 0.2) 0px 8px 8px, rgba(89, 94, 94, 0.2) 0px 16px 16px; }
html.cmt-dark-mode-active .td_module_flex_1 .td-module-meta-info, html.cmt-dark-mode-active .td_module_flex_3 .td-module-meta-info, .td_module_flex_4 .td-module-meta-info, .td_module_flex_5 .td-module-meta-info { border-color: rgb(64, 66, 67); }
html.cmt-dark-mode-active .td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a { background-color: rgba(13, 13, 13, 0.8); color: rgb(228, 223, 214); border-color: currentcolor; }
html.cmt-dark-mode-active .td_module_flex_2 .td-module-meta-info { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_flex_2 .td-post-category { background-color: rgb(36, 37, 37); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_flex_2 .entry-title a, html.cmt-dark-mode-active .td_module_flex_2 .td-post-author-name a, .td_module_flex_2 .td-post-date { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_module_flex_2 .td-module-comments a { background-color: transparent !important; }
html.cmt-dark-mode-active .td_module_flex_2 .td-excerpt { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active a[href^="tel"] { color: inherit; }
html.cmt-dark-mode-active .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(36, 106, 144) 0%, rgb(72, 115, 81) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child::before, .td-grid-style-2 .td-big-grid-post-7 .td-module-thumb a:last-child::before, .td-grid-style-3 .td-big-grid-post-7 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(148, 85, 51) 0%, rgb(151, 59, 57) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child::before { background-image: linear-gradient(135deg, rgb(132, 49, 107) 0%, rgb(62, 100, 137) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(48, 101, 137) 0%, rgb(59, 145, 98) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child::before { background-image: linear-gradient(135deg, rgb(124, 104, 26) 0%, rgb(161, 79, 29) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child::before { background-image: linear-gradient(135deg, rgb(132, 49, 107) 0%, rgb(62, 100, 137) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(36, 106, 144) 0%, rgb(72, 115, 81) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-1 .td-module-thumb a:last-child::before { background-image: linear-gradient(rgba(13, 13, 13, 0) 40%, rgba(13, 13, 13, 0.7) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-1 .td-post-category { background-color: rgba(13, 13, 13, 0.7); }
html.cmt-dark-mode-active .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child::before { background-color: rgba(13, 13, 13, 0.1); }
html.cmt-dark-mode-active .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-grid-style-2 .td-module-thumb a:last-child::before { box-shadow: rgba(13, 13, 13, 0.5) 0px 0px 50px 0px inset; }
html.cmt-dark-mode-active .td-grid-style-2 .td-post-category { background-color: rgba(13, 13, 13, 0.2); }
html.cmt-dark-mode-active .td-grid-style-2.td-hover-1 .td-big-grid-post:hover .td-post-category { background-color: rgba(13, 13, 13, 0.5); }
html.cmt-dark-mode-active .td-grid-style-3 .td-post-category { background-color: rgba(13, 13, 13, 0.2); }
html.cmt-dark-mode-active .td-grid-style-3 .td-big-thumb .entry-title a { text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 2px; }
html.cmt-dark-mode-active .td-grid-style-3 .td-medium-thumb .entry-title a { text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 2px; }
html.cmt-dark-mode-active .td-grid-style-3 .td-small-thumb .entry-title a { text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 1px; }
html.cmt-dark-mode-active .td-grid-style-3 .td-tiny-thumb .entry-title a { text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 1px; }
html.cmt-dark-mode-active .td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-post-category { background-color: rgba(13, 13, 13, 0.5); }
html.cmt-dark-mode-active .td-grid-style-4 .td-post-category { background-color: rgba(13, 13, 13, 0.4); }
html.cmt-dark-mode-active .td-grid-style-4 .entry-title { background-color: rgba(36, 106, 144, 0.7); }
html.cmt-dark-mode-active .td-grid-style-4 .entry-title a { text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 1px; }
html.cmt-dark-mode-active .td-grid-style-4 .td-module-meta-info { background-color: rgba(13, 13, 13, 0.4); }
html.cmt-dark-mode-active .td-grid-style-5 .td-module-thumb a:last-child::before { background-color: rgba(13, 13, 13, 0.6); }
html.cmt-dark-mode-active .td-grid-style-5 .td-post-category { background-color: rgba(13, 13, 13, 0.7); }
html.cmt-dark-mode-active .td-grid-style-5 .td-tiny-thumb .entry-title a { text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 1px; }
html.cmt-dark-mode-active .td-grid-style-5.td-hover-1 .td-post-category { background-color: rgba(13, 13, 13, 0.7); }
html.cmt-dark-mode-active .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child::before { box-shadow: rgba(13, 13, 13, 0.75) 0px 0px 50px 0px inset; }
html.cmt-dark-mode-active .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-grid-style-6 .td-module-thumb a:last-child::before { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-grid-style-6 .td-post-category:hover { background-color: rgb(36, 37, 37); color: rgb(229, 224, 216); }
@media (min-width: 1025px) {
html.cmt-dark-mode-active   .td-grid-style-6.td-hover-1 .td-module-thumb::after { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active   .td-grid-style-6.td-hover-1 .td-module-thumb a:last-child::after { background-image: initial; background-color: rgba(36, 37, 37, 0.2); }
}
html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post .entry-title a { text-shadow: rgba(13, 13, 13, 0.3) 1px 1px 1px; }
html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post .td-post-category { background-color: transparent; }
html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post .td-post-category:hover { background-color: transparent; }
html.cmt-dark-mode-active .td-grid-style-7 .td-module-thumb a:last-child::after { box-shadow: rgb(13, 13, 13) 0px 0px 16px 4px inset; }
html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child::before { background-image: linear-gradient(20deg, rgb(60, 26, 138) 0%, rgb(165, 65, 20) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child::before { background-image: linear-gradient(20deg, rgb(185, 113, 30) 0%, rgb(24, 133, 72) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child::before { background-image: linear-gradient(20deg, rgb(148, 30, 97) 0%, rgb(20, 72, 121) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-2 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child::before, .td-grid-style-7 .td-big-grid-post-7 .td-module-thumb a:last-child::before { background-image: linear-gradient(20deg, rgb(17, 31, 138) 0%, rgb(41, 168, 104) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-3 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child::before { background-image: linear-gradient(20deg, rgb(20, 57, 107) 0%, rgb(119, 18, 81) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-7.td_block_big_grid_1 .td-big-grid-post-4 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post-5 .td-module-thumb a:last-child::before { background-image: linear-gradient(20deg, rgb(25, 135, 104) 0%, rgb(126, 18, 34) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-grid-style-7 .td-big-grid-post-6 .td-module-thumb a:last-child::before { background-image: linear-gradient(20deg, rgb(20, 97, 22) 0%, rgb(126, 122, 21) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-big-grid-post .entry-review-stars { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-big-grid-post .td-post-author-name a, html.cmt-dark-mode-active .td-big-grid-post .td-post-author-name span, .td-big-grid-post .td-post-date { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.3) 1px 1px 1px; }
html.cmt-dark-mode-active .td-big-grid-post .entry-title a { color: rgb(229, 224, 216); text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 3px; }
html.cmt-dark-mode-active .td-big-grid-post .td-module-thumb { background-color: rgb(50, 52, 52); }
html.cmt-dark-mode-active .td_block_big_grid_6.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_6.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(148, 85, 51) 0%, rgb(151, 59, 57) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child::before { background-image: linear-gradient(135deg, rgb(132, 49, 107) 0%, rgb(62, 100, 137) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(36, 106, 144) 0%, rgb(72, 115, 81) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(148, 85, 51) 0%, rgb(151, 59, 57) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child::before { background-image: linear-gradient(135deg, rgba(124, 104, 26, 0.97) 0%, rgb(161, 79, 29) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(148, 85, 51) 0%, rgb(151, 59, 57) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child::before { background-image: linear-gradient(135deg, rgb(132, 49, 107) 0%, rgb(62, 100, 137) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(36, 106, 144) 0%, rgb(72, 115, 81) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child::before { background-image: linear-gradient(45deg, rgb(36, 106, 144) 0%, rgb(72, 115, 81) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child::before { background-image: linear-gradient(135deg, rgb(143, 144, 62) 0%, rgba(118, 85, 73, 0.97) 100%); background-color: initial; }
html.cmt-dark-mode-active .td_block_big_grid_9.td-grid-style-1 .td-post-category { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_block_big_grid_9.td-grid-style-5 .td-post-category { background-color: rgb(36, 106, 144); }
@media (min-width: 767px) {
html.cmt-dark-mode-active   .td-big-grids-fl.td-big-grids-margin .td-big-grid-post { border-color: transparent; }
}
html.cmt-dark-mode-active .td-big-grids-fl .td_module_wrap:hover .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-big-grid-flex .td-post-category { background-color: rgba(13, 13, 13, 0.7); }
html.cmt-dark-mode-active .td-big-grid-flex .td-module-title a, html.cmt-dark-mode-active .td-big-grid-flex .td-post-author-name span, .td-big-grid-flex .td-module-container:hover .entry-title a, .td-big-grid-flex .td-post-author-name a, .td-big-grid-flex .td-post-date { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-big-grid-flex .td-module-title a { text-shadow: rgba(13, 13, 13, 0.2) 1px 1px 3px; }
html.cmt-dark-mode-active .td-big-grid-flex .td-post-author-name a, html.cmt-dark-mode-active .td-big-grid-flex .td-post-author-name span, .td-big-grid-flex .td-post-date { text-shadow: rgba(13, 13, 13, 0.3) 1px 1px 1px; }
html.cmt-dark-mode-active .td-big-grid-flex .td-big-grid-flex-post-empty .td-image-wrap { background-color: rgb(50, 52, 52); }
@media (min-width: 767px) {
html.cmt-dark-mode-active   .td-big-grid-flex-lightsky .td-image-wrap::after { background-image: initial; background-color: rgba(36, 37, 37, 0.2); }
}
html.cmt-dark-mode-active .td_top_authors .item-details span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_top_authors .td-active .td-author-post-count { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_top_authors .td-active .td-author-comments-count { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_top_authors .td-active .td-authors-name a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_top_authors .td_mod_wrap { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .td_top_authors .td_mod_wrap:hover { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td_top_authors .td_mod_wrap:hover .td-author-post-count { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_top_authors .td_mod_wrap:hover .td-author-comments-count { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_top_authors .td_mod_wrap:hover .td-authors-name a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_top_authors .td-authors-url { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td_top_authors .td-authors-url a { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td_top_authors .td-authors-name a { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td_top_authors .td-author-post-count { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td_top_authors .td-author-comments-count { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .td-big-grid-slide .td-icon-left, html.cmt-dark-mode-active .td-big-grid-slide .td-icon-right { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter { background-color: rgb(36, 37, 37); color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list { list-style-image: initial; background-color: rgba(36, 37, 37, 0.95); border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item { list-style-image: initial; }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_2 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_2 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_3 .td-block-title > * { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_3 .td-related-title .td-cur-simple-item { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_block_template_4 .td-block-title > * { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_4 .td-block-title > ::before { border-color: rgb(143, 132, 117) transparent transparent; }
html.cmt-dark-mode-active .td_block_template_4 .td-related-title a::before { border-color: transparent !important; }
html.cmt-dark-mode-active .td_block_template_4 .td-related-title .td-cur-simple-item { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_block_template_4 .td-related-title .td-cur-simple-item::before { border-color: rgb(36, 101, 138) transparent transparent !important; }
html.cmt-dark-mode-active .td_block_template_5 .td-block-title { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_5 .td-block-title > * { border-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .td_block_template_5 .td-related-title a:last-child { border-color: currentcolor; }
html.cmt-dark-mode-active .td_block_template_5 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_6 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_6 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_7 .td-block-title::before { background-color: initial; }
html.cmt-dark-mode-active .td_block_template_7 .td-block-title > * { background-color: rgb(36, 37, 37); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_7 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_8 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_8 .td-block-title > ::before, html.cmt-dark-mode-active .td_block_template_8 .td-block-title > ::after { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td_block_template_8 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_9 .td-block-title::before { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td_block_template_9 .td-block-title::after { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_block_template_9 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_9 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_10 .td-block-title::before { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td_block_template_10 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_10 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_11 .td-block-title::before, html.cmt-dark-mode-active .td_block_template_11 .td-block-title::after { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td_block_template_11 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_11 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_12 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_12 .td-pulldown-category { color: #fff; }
html.cmt-dark-mode-active .td_block_template_13 .td-pulldown-category { color: #fff; }
html.cmt-dark-mode-active .td_block_template_13 .td-block-subtitle { color: rgb(222, 217, 208); }
html.cmt-dark-mode-active .td_block_template_12 .td-related-title .td-cur-simple-item, html.cmt-dark-mode-active .td_block_template_13 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_14 .td-block-title { background-color: rgb(25, 26, 25); border-color: transparent; }
html.cmt-dark-mode-active .td_block_template_14 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter { color: rgb(229, 224, 216); background-color: transparent !important; }
html.cmt-dark-mode-active .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter i { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_15 .td-block-title { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td_block_template_15 .td-block-title::before { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_block_template_15 .td-block-title::after { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter { background-color: transparent !important; }
html.cmt-dark-mode-active .td_block_template_14 .td-related-title .td-cur-simple-item, html.cmt-dark-mode-active .td_block_template_15 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_16 .td-block-title::before, html.cmt-dark-mode-active .td_block_template_16 .td-block-title::after { background-color: rgb(54, 56, 56); }
html.cmt-dark-mode-active .td_block_template_16 .td-block-title-wrap .td-subcat-filter .td-subcat-dropdown ul { border-color: rgb(68, 70, 70); }
html.cmt-dark-mode-active .td_block_template_16 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_17 .td-block-title { border-color: rgb(137, 128, 112); background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td_block_template_17 .td-block-title::before { border-color: rgb(137, 128, 112); background-color: rgb(25, 26, 25); }
html.cmt-dark-mode-active .td_block_template_17 .td-block-title::after { border-color: rgb(137, 128, 112) transparent transparent; }
html.cmt-dark-mode-active .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter { color: rgb(219, 213, 204); background-color: transparent !important; }
html.cmt-dark-mode-active .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter i { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .td_block_template_17 .td-related-title .td-cur-simple-item { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-pulldown-syle-2 .td-subcat-dropdown ul::after { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more { background-color: transparent !important; }
html.cmt-dark-mode-active .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, html.cmt-dark-mode-active .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more { background-color: transparent !important; }
html.cmt-dark-mode-active .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, html.cmt-dark-mode-active .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter i { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_2 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_3 .td-block-title > * { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_4 .td-block-title > * { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_4 .td-block-title > ::before { border-color: rgb(143, 132, 117) transparent transparent; }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_5 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_6 .td-block-title::before { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_6 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_7 .td-block-title { background-color: transparent; }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_7 .td-block-title > * { color: rgb(229, 224, 216); background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_8 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_8 .td-block-title > ::before, html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_8 .td-block-title > ::after { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_9 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_9 .td-block-title::before { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_10 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_10 .td-block-title::before { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_11 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_11 .td-block-title::before, html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_11 .td-block-title::after { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_12 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_12 .td-pulldown-category { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_13 .td-block-title > a, html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_13 .td-block-title > span { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_13 .td-pulldown-category { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_15 .td-block-title { background-color: transparent; }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_15 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_15 .td-block-title::after { border-color: rgb(127, 118, 104); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_16 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_16 .td-block-title::before, html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_16 .td-block-title::after { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_17 .td-block-title { border-color: rgb(127, 118, 104); background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_17 .td-block-title > * { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_17 .td-block-title::before { border-color: rgb(127, 118, 104); background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-footer-wrapper div .td_block_template_17 .td-block-title::after { border-color: rgb(127, 118, 104) transparent transparent; }
html.cmt-dark-mode-active .entry-crumbs { color: rgb(193, 187, 175); }
html.cmt-dark-mode-active .entry-crumbs a { color: rgb(193, 187, 175); }
html.cmt-dark-mode-active .entry-crumbs a:hover { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-category { list-style-image: initial; }
html.cmt-dark-mode-active .td-category a { color: rgb(229, 224, 216); background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .post { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-post-sub-title { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active header .td-post-author-name { color: #fff; }
html.cmt-dark-mode-active header .td-post-date { color: #fff; }
html.cmt-dark-mode-active header .td-post-comments a { color: #fff; }
html.cmt-dark-mode-active .td-post-small-box span { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-small-box a { border-color: rgb(63, 66, 66); color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .td-post-small-box a:hover { color: rgb(229, 224, 216); background-color: rgb(36, 106, 144); border-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .td-tags li { list-style-image: initial; }
html.cmt-dark-mode-active .td-post-next-prev-content span { color: rgb(192, 185, 173); }
html.cmt-dark-mode-active .td-post-next-prev-content a { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-post-next-prev-content a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .author-box-wrap { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .author-box-wrap .td-social-icon-wrap .td-icon-font { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .author-box-wrap .td-author-social a { color: #fff; }
html.cmt-dark-mode-active .author-box-wrap .td-author-social a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-author-name a { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-author-name a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-author-url a { color: #fff; }
html.cmt-dark-mode-active .td-author-url a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_block_template_1 .td-related-title { border-bottom-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .td_block_template_1 .td-related-title .td-cur-simple-item { background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_template_1 .td-related-title .td-cur-simple-item:hover { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_mod_related_posts:hover h3 > a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-post-sharing-bottom { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-social-network { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-handler { color: #fff; border-color: rgb(64, 67, 67); }
html.cmt-dark-mode-active .td-social-handler .td-social-but-text::before { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-social-share-text::before { border-color: transparent transparent transparent rgb(64, 67, 67); }
html.cmt-dark-mode-active .td-social-share-text::after { border-color: transparent transparent transparent rgb(58, 61, 61); }
html.cmt-dark-mode-active .td-social-but-text::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-ps-bg .td-social-network { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-ps-bg .td-social-facebook .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-facebook .td-social-but-text { background-color: rgb(77, 94, 131); }
html.cmt-dark-mode-active .td-ps-bg .td-social-twitter .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-twitter .td-social-but-text { background-color: rgb(32, 135, 165); }
html.cmt-dark-mode-active .td-ps-bg .td-social-googleplus .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-googleplus .td-social-but-text { background-color: rgb(166, 51, 32); }
html.cmt-dark-mode-active .td-ps-bg .td-social-pinterest .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-pinterest .td-social-but-text { background-color: rgb(153, 41, 46); }
html.cmt-dark-mode-active .td-ps-bg .td-social-whatsapp .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-whatsapp .td-social-but-text { background-color: rgb(92, 125, 65); }
html.cmt-dark-mode-active .td-ps-bg .td-social-reddit .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-reddit .td-social-but-text { background-color: rgb(183, 65, 20); }
html.cmt-dark-mode-active .td-ps-bg .td-social-mail .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-digg .td-social-but-icon, .td-ps-bg .td-social-mail .td-social-but-text, .td-ps-bg .td-social-digg .td-social-but-text { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-ps-bg .td-social-print .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-print .td-social-but-text { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-ps-bg .td-social-linkedin .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-linkedin .td-social-but-text { background-color: rgb(23, 86, 122); }
html.cmt-dark-mode-active .td-ps-bg .td-social-tumblr .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-tumblr .td-social-but-text { background-color: rgb(62, 79, 91); }
html.cmt-dark-mode-active .td-ps-bg .td-social-telegram .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-telegram .td-social-but-text { background-color: rgb(40, 125, 165); }
html.cmt-dark-mode-active .td-ps-bg .td-social-stumbleupon .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-stumbleupon .td-social-but-text { background-color: rgb(177, 68, 31); }
html.cmt-dark-mode-active .td-ps-bg .td-social-vk .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-vk .td-social-but-text { background-color: rgb(73, 99, 126); }
html.cmt-dark-mode-active .td-ps-bg .td-social-line .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-line .td-social-but-text { background-color: rgb(23, 142, 20); }
html.cmt-dark-mode-active .td-ps-bg .td-social-viber .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bg .td-social-viber .td-social-but-text { background-color: rgb(83, 76, 125); }
html.cmt-dark-mode-active .td-ps-dark-bg .td-social-network { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-ps-dark-bg .td-social-network .td-social-but-icon, html.cmt-dark-mode-active .td-ps-dark-bg .td-social-network .td-social-but-text { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-ps-border .td-social-network .td-social-but-text::before { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-ps-border-grey .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-grey .td-social-but-text { border-color: rgb(64, 67, 67); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-facebook .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-facebook .td-social-but-text { border-color: rgb(70, 85, 118); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-twitter .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-twitter .td-social-but-text { border-color: rgb(31, 125, 152); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-googleplus .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-googleplus .td-social-but-text { border-color: rgb(149, 48, 30); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-pinterest .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-pinterest .td-social-but-text { border-color: rgb(150, 41, 45); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-whatsapp .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-whatsapp .td-social-but-text { border-color: rgb(75, 117, 61); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-reddit .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-reddit .td-social-but-text { border-color: rgb(170, 61, 19); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-mail .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-digg .td-social-but-icon, .td-ps-border-colored .td-social-mail .td-social-but-text, .td-ps-border-colored .td-social-digg .td-social-but-text { border-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-print .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-print .td-social-but-text { border-color: rgb(127, 118, 104); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-linkedin .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-linkedin .td-social-but-text { border-color: rgb(28, 130, 187); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-tumblr .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-tumblr .td-social-but-text { border-color: rgb(84, 109, 127); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-telegram .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-telegram .td-social-but-text { border-color: rgb(38, 117, 153); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-stumbleupon .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-stumbleupon .td-social-but-text { border-color: rgb(157, 61, 29); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-vk .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-vk .td-social-but-text { border-color: rgb(71, 95, 121); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-line .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-line .td-social-but-text { border-color: rgb(27, 187, 22); }
html.cmt-dark-mode-active .td-ps-border-colored .td-social-viber .td-social-but-icon, html.cmt-dark-mode-active .td-ps-border-colored .td-social-viber .td-social-but-text { border-color: rgb(77, 70, 115); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-but-icon { border-color: transparent !important; }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-network .td-social-but-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-facebook .td-social-but-icon { background-color: rgb(77, 94, 131); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-twitter .td-social-but-icon { background-color: rgb(32, 135, 165); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-googleplus .td-social-but-icon { background-color: rgb(166, 51, 32); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-pinterest .td-social-but-icon { background-color: rgb(153, 41, 46); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-whatsapp .td-social-but-icon { background-color: rgb(92, 125, 65); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-reddit .td-social-but-icon { background-color: rgb(183, 65, 20); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-mail .td-social-but-icon, html.cmt-dark-mode-active .td-ps-icon-bg .td-social-digg .td-social-but-icon { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-print .td-social-but-icon { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-linkedin .td-social-but-icon { background-color: rgb(23, 86, 122); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-tumblr .td-social-but-icon { background-color: rgb(62, 79, 91); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-telegram .td-social-but-icon { background-color: rgb(40, 125, 165); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-stumbleupon .td-social-but-icon { background-color: rgb(177, 68, 31); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-vk .td-social-but-icon { background-color: rgb(73, 99, 126); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-line .td-social-but-icon { background-color: rgb(23, 142, 20); }
html.cmt-dark-mode-active .td-ps-icon-bg .td-social-viber .td-social-but-icon { background-color: rgb(83, 76, 125); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-network .td-social-but-icon::after { border-color: transparent transparent transparent rgb(143, 132, 117); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-facebook .td-social-but-icon::after { border-left-color: rgb(70, 85, 118); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-twitter .td-social-but-icon::after { border-left-color: rgb(31, 125, 152); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-googleplus .td-social-but-icon::after { border-left-color: rgb(149, 48, 30); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-pinterest .td-social-but-icon::after { border-left-color: rgb(150, 41, 45); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-whatsapp .td-social-but-icon::after { border-left-color: rgb(75, 117, 61); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-reddit .td-social-but-icon::after { border-left-color: rgb(170, 61, 19); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-mail .td-social-but-icon::after, html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-digg .td-social-but-icon::after { border-left-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-print .td-social-but-icon::after { border-left-color: rgb(127, 118, 104); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-linkedin .td-social-but-icon::after { border-left-color: rgb(28, 130, 187); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-tumblr .td-social-but-icon::after { border-left-color: rgb(84, 109, 127); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-telegram .td-social-but-icon::after { border-left-color: rgb(38, 117, 153); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-stumbleupon .td-social-but-icon::after { border-left-color: rgb(157, 61, 29); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-vk .td-social-but-icon::after { border-left-color: rgb(71, 95, 121); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-line .td-social-but-icon::after { border-left-color: rgb(27, 187, 22); }
html.cmt-dark-mode-active .td-ps-icon-arrow .td-social-viber .td-social-but-icon::after { border-left-color: rgb(77, 70, 115); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-facebook .td-social-but-icon { color: rgb(127, 153, 179); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-twitter .td-social-but-icon { color: rgb(79, 194, 227); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-googleplus .td-social-but-icon { color: rgb(220, 91, 68); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-pinterest .td-social-but-icon { color: rgb(210, 82, 86); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-whatsapp .td-social-but-icon { color: rgb(139, 189, 120); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-reddit .td-social-but-icon { color: rgb(236, 102, 50); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-mail .td-social-but-icon, html.cmt-dark-mode-active .td-ps-icon-color .td-social-digg .td-social-but-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-print .td-social-but-icon { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-linkedin .td-social-but-icon { color: rgb(110, 189, 232); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-tumblr .td-social-but-icon { color: rgb(160, 179, 190); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-telegram .td-social-but-icon { color: rgb(74, 170, 215); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-stumbleupon .td-social-but-icon { color: rgb(223, 100, 57); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-vk .td-social-but-icon { color: rgb(131, 160, 182); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-line .td-social-but-icon { color: rgb(96, 239, 88); }
html.cmt-dark-mode-active .td-ps-icon-color .td-social-viber .td-social-but-icon { color: rgb(121, 112, 168); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-facebook .td-social-but-text { color: rgb(127, 153, 179); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-twitter .td-social-but-text { color: rgb(79, 194, 227); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-googleplus .td-social-but-text { color: rgb(220, 91, 68); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-pinterest .td-social-but-text { color: rgb(210, 82, 86); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-whatsapp .td-social-but-text { color: rgb(139, 189, 120); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-reddit .td-social-but-text { color: rgb(236, 102, 50); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-mail .td-social-but-text, html.cmt-dark-mode-active .td-ps-text-color .td-social-digg .td-social-but-text { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-print .td-social-but-text { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-linkedin .td-social-but-text { color: rgb(110, 189, 232); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-tumblr .td-social-but-text { color: rgb(160, 179, 190); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-telegram .td-social-but-text { color: rgb(74, 170, 215); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-stumbleupon .td-social-but-text { color: rgb(223, 100, 57); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-vk .td-social-but-text { color: rgb(131, 160, 182); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-line .td-social-but-text { color: rgb(96, 239, 88); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-viber .td-social-but-text { color: rgb(121, 112, 168); }
html.cmt-dark-mode-active .td-ps-text-color .td-social-expand-tabs .td-social-but-text { color: rgb(183, 175, 163); }
html.cmt-dark-mode-active .td-ps-bar .td-social-network .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bar .td-social-network .td-social-but-text { box-shadow: rgba(13, 13, 13, 0.31) 0px -3px 0px 0px inset; }
html.cmt-dark-mode-active .td-ps-bar .td-social-mail .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bar .td-social-digg .td-social-but-icon, .td-ps-bar .td-social-mail .td-social-but-text, .td-ps-bar .td-social-digg .td-social-but-text { box-shadow: rgba(36, 37, 37, 0.28) 0px -3px 0px 0px inset; }
html.cmt-dark-mode-active .td-ps-bar .td-social-print .td-social-but-icon, html.cmt-dark-mode-active .td-ps-bar .td-social-print .td-social-but-text { box-shadow: rgba(36, 37, 37, 0.2) 0px -3px 0px 0px inset; }
html.cmt-dark-mode-active .td-ps-big.td-ps-padding.td-ps-bar .td-social-but-icon { box-shadow: none; }
html.cmt-dark-mode-active .td-post-sharing-style7 .td-social-network .td-social-but-icon::before { background-color: rgba(13, 13, 13, 0.31); }
html.cmt-dark-mode-active .td-post-sharing-style7 .td-social-mail .td-social-but-icon::before, html.cmt-dark-mode-active .td-post-sharing-style7 .td-social-digg .td-social-but-icon::before { background-color: rgba(36, 37, 37, 0.2); }
html.cmt-dark-mode-active .td-post-sharing-style7 .td-social-print .td-social-but-icon::before { background-color: rgba(36, 37, 37, 0.1); }
html.cmt-dark-mode-active .td-image-gradient::before { background-image: linear-gradient(rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-post-template-3 .td-post-header-holder { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .td-post-template-3 .td-post-title .td-post-author-name, html.cmt-dark-mode-active .td-post-template-3 .td-post-title .td-post-author-name a, .td-post-template-3 .td-post-title .td-post-date, .td-post-template-3 .td-post-title .td-post-comments a, .td-post-template-3 .td-post-title .td-post-views { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-3 .td-post-title .wp-caption-text { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-3 .td-post-header .entry-title { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-3 .td-post-sub-title { color: rgb(209, 203, 193); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-post-template-3 .td-post-sub-title { color: rgb(229, 224, 216); }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-post-template-4 .td-post-header-holder { background-color: transparent; }
}
html.cmt-dark-mode-active .td-post-template-4 .td-post-featured-image { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .td-post-template-4 .td-post-title { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-post-template-4 .td-post-title .wp-caption-text { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-6 .td-post-header-holder { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-image-gradient-style6::after { background-image: linear-gradient(rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0) 25%, rgba(13, 13, 13, 0) 75%, rgba(13, 13, 13, 0.3) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-post-template-7 .td-post-title .td-post-author-name, html.cmt-dark-mode-active .td-post-template-7 .td-post-title .td-post-author-name a, .td-post-template-7 .td-post-title .td-post-date, .td-post-template-7 .td-post-title .td-post-comments a, .td-post-template-7 .td-post-title .td-post-views { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-7 .entry-crumbs, html.cmt-dark-mode-active .td-post-template-7 .entry-crumbs a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-7 .td-post-header .entry-title { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-7 .td-post-header .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-7 .td-post-sub-title { color: rgb(209, 203, 193); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-post-template-7 .td-post-sub-title { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-post-template-7 .td-read-down .td-icon-read-down { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-image-gradient-style7::after { background-image: linear-gradient(rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0) 18%, rgba(13, 13, 13, 0) 28%, rgba(13, 13, 13, 0.8) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-post-template-8-box { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-post-template-8 { background-image: initial; background-color: transparent; }
html.cmt-dark-mode-active .td-post-template-8 .td-post-header { background-color: rgba(13, 13, 13, 0.5); }
html.cmt-dark-mode-active .td-post-template-8 .entry-crumbs, html.cmt-dark-mode-active .td-post-template-8 .entry-crumbs a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-8 .td-post-title .td-post-author-name, html.cmt-dark-mode-active .td-post-template-8 .td-post-title .td-post-author-name a, .td-post-template-8 .td-post-title .td-post-date, .td-post-template-8 .td-post-title .td-post-comments a, .td-post-template-8 .td-post-title .td-post-views { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-8 .td-post-header .entry-title { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-8 .td-post-header .entry-title a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-8 .td-post-sub-title { color: rgb(209, 203, 193); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-post-template-8 .td-post-sub-title { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-image-gradient-style8::after { box-shadow: rgb(13, 13, 13) 0px 0px 188px 0px inset; }
html.cmt-dark-mode-active .td-post-template-10 .entry-crumbs a:hover { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-10 .td-post-featured-video iframe, html.cmt-dark-mode-active .td-post-template-10 .td-post-featured-video img { box-shadow: rgba(13, 13, 13, 0.5) 0px 0px 6px 0px; }
html.cmt-dark-mode-active .td-post-template-10 .td-post-title .wp-caption-text { color: rgb(193, 187, 175); }
html.cmt-dark-mode-active .td-video-template-bg { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-video-template-bg .td-category a { background-color: rgb(25, 26, 25); }
html.cmt-dark-mode-active .td-post-template-11 .entry-crumbs a:hover { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-social-network { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-social-handler { color: rgb(199, 192, 181); border-color: rgb(121, 113, 100); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-social-handler::before { border-color: transparent transparent transparent rgb(122, 114, 101); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-social-handler::after { border-color: transparent transparent transparent rgb(132, 123, 109); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-social-handler .td-social-but-text::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-ps-border .td-social-network .td-social-but-text::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-icon, html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-text { border-color: rgb(122, 114, 101); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-mail .td-social-but-icon, html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-digg .td-social-but-icon, .td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-print .td-social-but-icon { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-mail .td-social-but-text, html.cmt-dark-mode-active .td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-digg .td-social-but-text, .td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-print .td-social-but-text { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-header .entry-title { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-sub-title { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-title .td-post-author-name, html.cmt-dark-mode-active .td-post-template-11 .td-post-title .td-post-date, .td-post-template-11 .td-post-title .td-post-comments a, .td-post-template-11 .td-post-title .td-post-views { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-title .td-post-author-name a { color: rgb(214, 209, 199); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-title .wp-caption-text { color: rgb(193, 187, 175); }
html.cmt-dark-mode-active .td-post-template-11 .td-post-title .td-category a { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-post-template-11 .td-related-title { background-color: transparent !important; border-color: currentcolor !important; }
html.cmt-dark-mode-active .td-post-template-11 .td-related-title .td-related-left, html.cmt-dark-mode-active .td-post-template-11 .td-related-title .td-related-right { color: rgb(229, 224, 216); background-color: transparent !important; border-color: currentcolor !important; }
html.cmt-dark-mode-active .td-post-template-11 .td-related-title .td-related-left:hover, html.cmt-dark-mode-active .td-post-template-11 .td-related-title .td-related-right:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-post-template-11 .td-related-title .td-cur-simple-item { background-color: transparent; color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a { border-color: currentcolor; }
html.cmt-dark-mode-active .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover { background-color: transparent; border-color: currentcolor; color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-post-template-11 .td_mod_related_posts a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-video-template-bg-small { background-color: rgb(34, 35, 35); }
html.cmt-dark-mode-active .comment { list-style-image: initial; border-bottom-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .comment:first-child { border-top-color: currentcolor; }
html.cmt-dark-mode-active .comment .children { border-top-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .comment .children .comment:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .comment-link { color: rgb(185, 177, 165); }
html.cmt-dark-mode-active .comment-edit-link:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .comment-reply-link { color: rgb(185, 177, 165); }
html.cmt-dark-mode-active .comment-reply-link:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .logged-in-as a { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .logged-in-as a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active #cancel-comment-reply-link { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active #cancel-comment-reply-link:hover { color: rgb(101, 177, 218); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-login-comment { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active   .td-login-comment a { color: rgb(229, 224, 216); }
}
html.cmt-dark-mode-active .td-comment-form-warnings .td-warning-comment, html.cmt-dark-mode-active .td-comment-form-warnings .td-warning-author, .td-comment-form-warnings .td-warning-email, .td-comment-form-warnings .td-warning-email-error { color: rgb(238, 119, 115); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .comment-pagination a { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   .comment-list li:last-child { border-color: currentcolor; }
}
html.cmt-dark-mode-active .td-author-counters { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-author-counters span { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-404-title { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-404-sub-title { color: rgb(176, 168, 156); }
html.cmt-dark-mode-active .td-404-sub-sub-title a { background-color: rgb(38, 39, 38); border-color: currentcolor; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-404-sub-sub-title a:hover { color: rgb(229, 224, 216); background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-attachment-page-content p { color: #fff; }
html.cmt-dark-mode-active .td-search-query { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-search-form-widget .wpb_button { text-shadow: none; }
html.cmt-dark-mode-active .td-search-form-widget .wpb_button:hover { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-search-form-widget .td-widget-search-input { border-right-color: currentcolor; }
html.cmt-dark-mode-active .page-nav a:hover { color: rgb(229, 224, 216); background-color: rgb(61, 63, 64); border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .page-nav a, html.cmt-dark-mode-active .page-nav span { border-color: rgb(66, 69, 69); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .page-nav .extend { border-color: currentcolor; }
html.cmt-dark-mode-active .page-nav .pages { border-color: currentcolor; }
html.cmt-dark-mode-active .page-nav .current { background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); border-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .page-nav:first-child > div { border-color: rgb(36, 101, 138); color: rgb(229, 224, 216); background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .page-template-page-pagebuilder-overlay .td-banner-wrap-full, html.cmt-dark-mode-active .page-template-page-pagebuilder-overlay .td-header-menu-wrap-full, .page-template-page-pagebuilder-overlay .td-header-top-menu-full { background-color: transparent; }
html.cmt-dark-mode-active .tdm-svg { fill: rgb(229, 224, 216); }
html.cmt-dark-mode-active .tdc-divider-space { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-review .td-review-row-stars:hover { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-review-header .block-title { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td-review-header td { border-color: currentcolor; }
html.cmt-dark-mode-active .td-rating-bar-wrap { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td-rating-bar-wrap div { background-color: rgb(36, 106, 144); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-review-footer { border-left-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active   .td-review-footer::after { background-color: rgb(45, 47, 47); }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-review-summary { border-color: currentcolor; }
}
html.cmt-dark-mode-active .td-review-summary .block-title { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); border-bottom-color: currentcolor; }
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-review-score { border-left-color: currentcolor; border-right-color: currentcolor; }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td-review-row-stars { border-color: rgb(63, 66, 66) currentcolor currentcolor rgb(63, 66, 66); }
html.cmt-dark-mode-active   .td-review-row-stars td { border-color: currentcolor; }
html.cmt-dark-mode-active   .td-review-row-stars:nth-last-of-type(2) { border-bottom-color: rgb(63, 66, 66); }
}
html.cmt-dark-mode-active .gallery-columns-1 .gallery-caption { background-color: rgb(23, 23, 23); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .post_td_gallery { color: rgb(229, 224, 216); background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-gallery-slide-top { background-color: rgb(25, 26, 25); }
html.cmt-dark-mode-active .td-gallery-slide-copywrite { background-color: rgba(13, 13, 13, 0.8); }
html.cmt-dark-mode-active .td-doubleSlider-1 .td-slide-item .td-slide-caption span { color: rgb(229, 224, 216); background-color: rgba(13, 13, 13, 0.6); }
html.cmt-dark-mode-active .td-doubleSlider-2 { background-color: rgb(25, 26, 25); }
html.cmt-dark-mode-active .wp-block-categories a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .wp-block-categories a:hover { text-decoration-color: initial; color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .wp-block-quote cite { color: rgb(159, 150, 135); }
html.cmt-dark-mode-active .td-category-header { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-category-header .td-pulldown-filter-display-option { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-category-header .td-pulldown-filter-list { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-category-header .td-pulldown-filter-list a { background-color: transparent !important; }
html.cmt-dark-mode-active .td-category-header .td-pulldown-filter-item { list-style-image: initial; }
html.cmt-dark-mode-active .td-category-header .td-pulldown-category-filter-link { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-category-header .td-pulldown-category-filter-link:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-category-description p { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown { background-color: transparent; border-color: rgb(64, 66, 67); color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown ul { border-color: rgb(65, 68, 68); }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown:hover { border-color: rgb(132, 123, 109); color: rgb(229, 224, 216); background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown:hover ul { border-color: rgb(132, 123, 109); }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown:hover ul::before { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown li { list-style-image: initial; }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown a { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-category-siblings .td-subcat-dropdown a.td-current-sub-category { background-color: transparent; color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td_category_template_2 .td-category-header { background-color: rgb(38, 39, 38); border-bottom-color: rgb(62, 64, 64); border-top-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_category_template_3 .td-category-siblings .td-subcat-dropdown { border-color: rgb(132, 123, 109); color: rgb(229, 224, 216); background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td_category_template_3 .td-current-sub-category { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_category_template_4 .td-category-siblings .td-category a { background-color: transparent; color: rgb(209, 203, 193); border-color: rgb(64, 66, 67); }
html.cmt-dark-mode-active .td_category_template_4 .td-category-siblings .td-category a:hover { border-color: rgb(36, 101, 138); background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_4 .td-category-siblings .td-category .td-current-sub-category { background-color: rgb(38, 39, 38); border-color: rgb(132, 123, 109); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_5 .td-scrumb-holder { background-color: rgb(38, 39, 38); border-bottom-color: rgb(62, 64, 64); border-top-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_category_template_6 .td-category-header { background-color: rgba(13, 13, 13, 0.5); }
html.cmt-dark-mode-active .td_category_template_6 .td-category-header .td-page-title, html.cmt-dark-mode-active .td_category_template_6 .td-category-header p { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_6 .entry-crumbs, html.cmt-dark-mode-active .td_category_template_6 .entry-crumbs a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_6 .td-pulldown-filter-display-option { background-color: transparent; border-color: rgba(58, 61, 61, 0.4); }
html.cmt-dark-mode-active .td_category_template_6 .td-pulldown-filter-display-option:hover { background-color: rgb(38, 39, 38); border-color: rgb(132, 123, 109); }
html.cmt-dark-mode-active .td_category_template_8 .td-category-header { background-color: rgba(13, 13, 13, 0.5); }
html.cmt-dark-mode-active .td_category_template_8 .td-category-header .td-page-title, html.cmt-dark-mode-active .td_category_template_8 .td-category-header p { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_8 .td-category-header .td-category a { background-color: transparent; border-color: rgba(58, 61, 61, 0.4); }
html.cmt-dark-mode-active .td_category_template_8 .td-category-header .td-category a:hover { border-color: rgb(58, 61, 61); background-color: rgb(36, 37, 37); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_8 .td-category-header .td-category a.td-current-sub-category { background-color: rgb(36, 106, 144); border-color: rgb(36, 101, 138); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_8 .entry-crumbs, html.cmt-dark-mode-active .td_category_template_8 .entry-crumbs a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_category_template_8 .td-pulldown-filter-display-option { background-color: transparent; border-color: rgba(58, 61, 61, 0.4); }
html.cmt-dark-mode-active .td_category_template_8 .td-pulldown-filter-display-option:hover { background-color: rgb(38, 39, 38); border-color: rgb(132, 123, 109); }
html.cmt-dark-mode-active .td_category_template_8 .td-subcat-dropdown { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-more-articles-box { background-color: rgb(36, 37, 37); border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-more-articles-box-title { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-content-more-articles-box .td_module_5:last-child, html.cmt-dark-mode-active .td-content-more-articles-box .td_module_9:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td-social-icon-wrap:hover .td-icon-font { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-behance { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-blogger { color: rgb(242, 177, 49); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-delicious { color: rgb(81, 165, 232); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-deviantart { color: rgb(176, 169, 156); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-digg { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-dribbble { color: rgb(220, 96, 139); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-evernote { color: rgb(92, 234, 146); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-facebook { color: rgb(135, 164, 192); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-flickr { color: rgb(233, 46, 138); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-forrst { color: rgb(149, 191, 146); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-googleplus { color: rgb(210, 99, 82); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-grooveshark { color: rgb(239, 149, 51); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-instagram { color: rgb(135, 168, 190); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-lastfm { color: rgb(209, 80, 81); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-linkedin { color: rgb(96, 191, 234); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-mail { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-myspace { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-path { color: rgb(217, 81, 61); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-paypal { color: rgb(72, 188, 233); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-pinterest { color: rgb(210, 81, 83); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-reddit { color: rgb(235, 95, 44); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-rss { color: rgb(229, 128, 68); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-share { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-skype { color: rgb(60, 185, 231); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-soundcloud { color: rgb(236, 110, 45); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-spotify { color: rgb(201, 243, 91); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-stackoverflow { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-steam { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-stumbleupon { color: rgb(221, 99, 67); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-tumblr { color: rgb(161, 182, 197); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-twitter { color: rgb(63, 189, 233); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-vimeo { color: rgb(108, 154, 193); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-vk { color: rgb(142, 167, 186); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-windows { color: rgb(84, 162, 212); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-wordpress { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-yahoo { color: rgb(191, 108, 220); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-youtube { color: rgb(235, 86, 82); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-dailymotion { color: rgb(91, 183, 231); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-twitch { color: rgb(153, 136, 188); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-xing { color: rgb(153, 213, 209); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-ebay { color: rgb(207, 78, 78); }
html.cmt-dark-mode-active .td-social-icon-wrap:hover i.td-icon-telegram { color: rgb(91, 162, 209); }
html.cmt-dark-mode-active .mfp-bg { background-image: initial; background-color: rgb(21, 21, 21); }
html.cmt-dark-mode-active .mfp-wrap { outline-color: initial !important; }
html.cmt-dark-mode-active .mfp-preloader { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .mfp-preloader a { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .mfp-preloader a:hover { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active button.mfp-close, html.cmt-dark-mode-active button.mfp-arrow { background-image: initial; background-color: transparent; border-color: currentcolor; outline-color: initial; box-shadow: none; }
html.cmt-dark-mode-active .mfp-close { text-decoration-color: initial; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-close-btn-in .mfp-close { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .mfp-image-holder .mfp-close, html.cmt-dark-mode-active .mfp-iframe-holder .mfp-close { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-counter { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .mfp-arrow { -webkit-tap-highlight-color: rgba(229, 224, 216, 0); }
html.cmt-dark-mode-active .mfp-arrow-left::before { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-arrow-right::before { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-iframe-scaler iframe { box-shadow: rgba(13, 13, 13, 0.6) 0px 0px 8px; background-image: initial; background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .mfp-figure::before { background-image: linear-gradient(rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.7) 100%); background-color: initial; }
html.cmt-dark-mode-active .mfp-figure::after { box-shadow: rgba(13, 13, 13, 0.6) 0px 0px 8px; background-image: initial; background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .mfp-figure small { color: rgb(190, 183, 171); }
html.cmt-dark-mode-active .mfp-title { color: rgb(222, 217, 208); }
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  html.cmt-dark-mode-active .mfp-img-mobile .mfp-bottom-bar {
    background-image: initial;
    background-color: rgba(13, 13, 13, 0.6);
  }

  html.cmt-dark-mode-active .mfp-img-mobile .mfp-close {
    background-image: initial;
    background-color: rgba(13, 13, 13, 0.6);
  }

}
html.cmt-dark-mode-active .image-source-link { color: rgb(155, 188, 196); }
html.cmt-dark-mode-active .white-popup-block { color: rgb(229, 224, 216); box-shadow: rgba(13, 13, 13, 0.2) 0px 0px 20px 0px; }
html.cmt-dark-mode-active .white-popup-block::after { background-image: linear-gradient(45deg, rgba(19, 63, 101, 0.8) 0%, rgba(48, 109, 115, 0.8) 100%); background-color: initial; }
html.cmt-dark-mode-active .mfp-content .td-back-button { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content .td-login-inputs { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content .td-login-inputs::after { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .mfp-content .td-login-input { color: rgb(229, 224, 216); outline-color: initial; border-color: currentcolor; background-color: transparent !important; box-shadow: none !important; }
html.cmt-dark-mode-active .mfp-content .td-login-button { background-color: rgb(36, 37, 37); text-shadow: none; color: rgb(229, 224, 216); box-shadow: rgba(13, 13, 13, 0.2) 1px 1px 4px 0px; border-color: currentcolor; }
html.cmt-dark-mode-active .mfp-content .td-login-button:active, html.cmt-dark-mode-active .mfp-content .td-login-button:hover { box-shadow: rgba(13, 13, 13, 0.2) 1px 1px 4px 0px; background-color: rgb(114, 117, 32); }
html.cmt-dark-mode-active .mfp-content .td-login-info-text { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content .td-login-info-text a { color: inherit; }
html.cmt-dark-mode-active .mfp-content .td-login-info-text a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .mfp-content #register-link { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content #register-link::before { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .mfp-content #login-form .mfp-close { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content #login-form .mfp-close::before { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content .td-login-panel-title { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content .td_display_err { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mfp-content .td_display_err::before { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .mfp-content .td_display_msg_ok::before { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-adspot-title { color: #fff; }
html.cmt-dark-mode-active .widget a { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .widget a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .widget ul { list-style-image: initial; box-shadow: none; }
html.cmt-dark-mode-active .widget li { list-style-image: initial; }
html.cmt-dark-mode-active .widget .block-title span a { color: inherit; }
html.cmt-dark-mode-active .archive .widget_archive .current, html.cmt-dark-mode-active .archive .widget_archive .current a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .widget_calendar #today { background-color: rgb(45, 47, 47); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .widget_calendar tfoot td { border-color: currentcolor; }
html.cmt-dark-mode-active .widget_calendar tfoot a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .widget_recent_comments, html.cmt-dark-mode-active .td_wp_recentcomments { color: #fff; }
html.cmt-dark-mode-active .widget_recent_comments .recentcomments:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td_wp_recentcomments > div:last-child .recentcomments { border-bottom-color: currentcolor !important; }
html.cmt-dark-mode-active .td_wp_recentcomments a { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .td_wp_recentcomments a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .widget_recent_entries li { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .widget_recent_entries li:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .widget_recent_entries .post-date { color: rgb(185, 177, 166); }
html.cmt-dark-mode-active .widget_rss .block-title a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .widget_rss .block-title .rsswidget { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .widget_rss li { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .widget_rss li .rssSummary { color: #fff; }
html.cmt-dark-mode-active .widget_rss li:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .widget_rss .rss-date, html.cmt-dark-mode-active .widget_rss cite { color: rgb(185, 177, 166); }
html.cmt-dark-mode-active .widget_text ul li { list-style-image: initial; }
html.cmt-dark-mode-active .widget_text a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .widget_text a:hover { text-decoration-color: initial !important; }
html.cmt-dark-mode-active .wp-video .wp-video-shortcode { outline-color: initial; }
html.cmt-dark-mode-active .td_block_social_counter { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_block_social_counter .td-sp::after { background-color: rgba(36, 37, 37, 0.1); }
html.cmt-dark-mode-active .td_social_type:hover .td-social-box { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td_social_type .td_social_number { border-left-color: rgba(58, 61, 61, 0.1); }
html.cmt-dark-mode-active .td_social_type .td_social_button { border-left-color: rgba(58, 61, 61, 0.1); }
html.cmt-dark-mode-active .td_social_type .td_social_button a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_social_type .td_social_button a:hover { color: inherit; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td_social_type:hover .td-social-box { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style1 .td_social_type .td-social-box, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style7 .td_social_type .td-social-box { background-color: rgb(61, 63, 64); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2 .td_social_type, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 .td_social_type { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2 .td_social_type:hover, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 .td_social_type:hover { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2 .td_social_type:hover a, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 .td_social_type:hover a { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2 .td_social_type:hover .td-social-box, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 .td_social_type:hover .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2 .td_social_type .td-social-box, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 .td_social_type .td-social-box { border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2 .td_social_type a, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style2 .td_social_type .td_social_button, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style8 .td_social_type .td_social_button { border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style3, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style4 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style3 .td_social_type a, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style4 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style3 .td_social_type:hover, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style4 .td_social_type:hover { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style3 .td_social_type:hover a, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style4 .td_social_type:hover a { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style9, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style10 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style9 .td_social_type:hover, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style10 .td_social_type:hover { color: rgb(169, 160, 147); }
html.cmt-dark-mode-active .td-footer-wrapper .td-social-style9 .td_social_type:hover .td-social-box, html.cmt-dark-mode-active .td-footer-wrapper .td-social-style10 .td_social_type:hover .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td_social_facebook .td-social-box { background-color: rgb(77, 94, 131); }
html.cmt-dark-mode-active .td_social_rss .td-social-box { background-color: rgb(191, 91, 22); }
html.cmt-dark-mode-active .td_social_soundcloud .td-social-box { background-color: rgb(176, 61, 20); }
html.cmt-dark-mode-active .td_social_twitter .td-social-box { background-color: rgb(32, 135, 165); }
html.cmt-dark-mode-active .td_social_vimeo .td-social-box { background-color: rgb(21, 85, 117); }
html.cmt-dark-mode-active .td_social_youtube .td-social-box { background-color: rgb(149, 49, 39); }
html.cmt-dark-mode-active .td_social_googleplus .td-social-box { background-color: rgb(166, 51, 32); }
html.cmt-dark-mode-active .td_social_instagram .td-social-box { background-color: rgb(65, 95, 117); }
html.cmt-dark-mode-active .td_social_pinterest .td-social-box { background-color: rgb(153, 41, 46); }
html.cmt-dark-mode-active .td-social-colored .td_social_facebook .td-sp { background-color: rgb(77, 94, 131); }
html.cmt-dark-mode-active .td-social-colored .td_social_rss .td-sp { background-color: rgb(191, 91, 22); }
html.cmt-dark-mode-active .td-social-colored .td_social_soundcloud .td-sp { background-color: rgb(176, 61, 20); }
html.cmt-dark-mode-active .td-social-colored .td_social_twitter .td-sp { background-color: rgb(32, 135, 165); }
html.cmt-dark-mode-active .td-social-colored .td_social_vimeo .td-sp { background-color: rgb(21, 85, 117); }
html.cmt-dark-mode-active .td-social-colored .td_social_youtube .td-sp { background-color: rgb(149, 49, 39); }
html.cmt-dark-mode-active .td-social-colored .td_social_googleplus .td-sp { background-color: rgb(166, 51, 32); }
html.cmt-dark-mode-active .td-social-colored .td_social_instagram .td-sp { background-color: rgb(65, 95, 117); }
html.cmt-dark-mode-active .td-social-colored .td_social_pinterest .td-sp { background-color: rgb(153, 41, 46); }
html.cmt-dark-mode-active .td-social-font-icons .td-sp { background-image: none; background-color: initial; }
html.cmt-dark-mode-active .td-social-font-icons .td_social_facebook .td-sp::before { color: rgb(127, 153, 179); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_rss .td-sp::before { color: rgb(237, 123, 46); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_soundcloud .td-sp::before { color: rgb(236, 106, 59); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_twitter .td-sp::before { color: rgb(79, 194, 227); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_vimeo .td-sp::before { color: rgb(113, 195, 234); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_youtube .td-sp::before { color: rgb(213, 100, 87); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_googleplus .td-sp::before { color: rgb(220, 91, 68); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_instagram .td-sp::before { color: rgb(137, 168, 189); }
html.cmt-dark-mode-active .td-social-font-icons .td_social_pinterest .td-sp::before { color: rgb(210, 82, 86); }
html.cmt-dark-mode-active .td-social-style1 .td_social_type .td-social-box { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-social-style1 .td_social_facebook:hover .td-social-box { background-color: rgb(77, 94, 131) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_rss:hover .td-social-box { background-color: rgb(191, 91, 22) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_soundcloud:hover .td-social-box { background-color: rgb(176, 61, 20) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_twitter:hover .td-social-box { background-color: rgb(32, 135, 165) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_vimeo:hover .td-social-box { background-color: rgb(21, 85, 117) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_youtube:hover .td-social-box { background-color: rgb(149, 49, 39) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_googleplus:hover .td-social-box { background-color: rgb(166, 51, 32) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_instagram:hover .td-social-box { background-color: rgb(65, 95, 117) !important; }
html.cmt-dark-mode-active .td-social-style1 .td_social_pinterest:hover .td-social-box { background-color: rgb(153, 41, 46) !important; }
html.cmt-dark-mode-active .td-social-style2 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style2 .td_social_type .td-social-box { background-color: transparent; border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-social-style2 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style2 .td_social_type:hover { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style2 .td_social_type:hover .td_social_type a { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style2 .td-sp::after { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-social-style2 .td_social_button { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-social-style3 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style3 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style3 .td_social_type .td_social_button { border-color: currentcolor; }
html.cmt-dark-mode-active .td-social-style3 .td_social_type:hover { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style3 .td_social_type:hover .td_social_type a { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style3 .td_social_type:hover .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td-social-style3 .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td-social-style4 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style4 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style4 .td_social_type .td_social_button { border-color: currentcolor; }
html.cmt-dark-mode-active .td-social-style4 .td_social_type:hover { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style4 .td_social_type:hover .td_social_type a { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style4 .td_social_type:hover .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td-social-style4 .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td-social-style7 .td_social_type .td-social-box { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td-social-style7 .td_social_facebook:hover .td-social-box { background-color: rgb(77, 94, 131) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_rss:hover .td-social-box { background-color: rgb(191, 91, 22) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_soundcloud:hover .td-social-box { background-color: rgb(176, 61, 20) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_twitter:hover .td-social-box { background-color: rgb(32, 135, 165) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_vimeo:hover .td-social-box { background-color: rgb(21, 85, 117) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_youtube:hover .td-social-box { background-color: rgb(149, 49, 39) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_googleplus:hover .td-social-box { background-color: rgb(166, 51, 32) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_instagram:hover .td-social-box { background-color: rgb(65, 95, 117) !important; }
html.cmt-dark-mode-active .td-social-style7 .td_social_pinterest:hover .td-social-box { background-color: rgb(65, 95, 117) !important; }
html.cmt-dark-mode-active .td-social-style8 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style8 .td_social_type .td-social-box { background-color: transparent; border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-social-style8 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style8 .td_social_type:hover { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style8 .td_social_type:hover .td_social_type a { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style8 .td-sp::after { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td-social-style8 .td_social_button { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-social-style9 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style9 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style9 .td_social_type .td_social_button { border-color: currentcolor; }
html.cmt-dark-mode-active .td-social-style9 .td_social_type:hover { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style9 .td_social_type:hover .td_social_type a { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style9 .td_social_type:hover .td-sp { box-shadow: rgba(13, 13, 13, 0.3) 0px 2px 5px; }
html.cmt-dark-mode-active .td-social-style9 .td_social_type .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td-social-style10 { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style10 .td_social_type a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-social-style10 .td_social_type .td_social_button { border-color: currentcolor; }
html.cmt-dark-mode-active .td-social-style10 .td_social_type:hover { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style10 .td_social_type:hover .td_social_type a { color: rgb(178, 171, 158); }
html.cmt-dark-mode-active .td-social-style10 .td_social_type:hover .td-sp { box-shadow: rgba(13, 13, 13, 0.3) 0px 2px 5px; }
html.cmt-dark-mode-active .td-social-style10 .td_social_type .td-social-box { background-color: transparent; }
html.cmt-dark-mode-active .td-container-wrap { background-color: rgb(36, 37, 37); }
@media (min-width: 1141px) {
html.cmt-dark-mode-active   .td_stretch_content .td_block_mega_menu::before, html.cmt-dark-mode-active .td_stretch_content_1200 .td_block_mega_menu::before, .td_stretch_content_1400 .td_block_mega_menu::before, .td_stretch_content_1600 .td_block_mega_menu::before, .td_stretch_content_1800 .td_block_mega_menu::before { background-color: rgb(39, 40, 39); }
html.cmt-dark-mode-active   .td_stretch_content .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, html.cmt-dark-mode-active .td_stretch_content_1200 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td_stretch_content_1400 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td_stretch_content_1600 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td_stretch_content_1800 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat { border-left-color: rgb(64, 66, 67); }
}
html.cmt-dark-mode-active .td-scroll-up { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-scroll-up .td-icon-menu-up { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .MIXIN_chrome_sidebar::-webkit-scrollbar-track { background-color: rgb(53, 55, 55); }
html.cmt-dark-mode-active .MIXIN_chrome_sidebar::-webkit-scrollbar { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .MIXIN_chrome_sidebar::-webkit-scrollbar-thumb { background-color: rgb(94, 98, 99); }
html.cmt-dark-mode-active .td_video_playlist_title { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td_video_playlist_title .td_video_title_text { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_controls_playlist_wrapper { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_controls_playlist_wrapper::before { background-color: initial; }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_stop_play_control { outline-color: initial !important; }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_stop_play_control::after { background-color: rgba(36, 37, 37, 0.2); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_title_playing { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_time_playing { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_currently_playing { background-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_currently_playing::after { border-left-color: rgb(36, 101, 138) !important; }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_click_video:hover { background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_title_and_time .td_video_title { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_time { color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_wrapper_player { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_container_video_playlist { background-color: rgb(38, 39, 38); }
@media (min-width: 768px) and (max-width: 1018px) {
html.cmt-dark-mode-active   .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track { background-color: rgb(53, 55, 55); }
html.cmt-dark-mode-active   .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active   .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb { background-color: rgb(94, 98, 99); }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track { background-color: rgb(53, 55, 55); }
html.cmt-dark-mode-active   .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active   .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb { background-color: rgb(94, 98, 99); }
}
html.cmt-dark-mode-active .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track { background-color: rgb(53, 55, 55); }
html.cmt-dark-mode-active .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb { background-color: rgb(94, 98, 99); }
html.cmt-dark-mode-active .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track, html.cmt-dark-mode-active .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track { background-color: rgb(53, 55, 55); }
html.cmt-dark-mode-active .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar, html.cmt-dark-mode-active .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb, html.cmt-dark-mode-active .td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb { background-color: rgb(94, 98, 99); }
html.cmt-dark-mode-active .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track, html.cmt-dark-mode-active .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track { background-color: rgb(53, 55, 55); }
html.cmt-dark-mode-active .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar, html.cmt-dark-mode-active .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb, html.cmt-dark-mode-active .td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb { background-color: rgb(94, 98, 99); }
html.cmt-dark-mode-active .wp-video-shortcode:focus { outline-color: initial !important; }
html.cmt-dark-mode-active .wpb_heading { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_toggle_active .vc_toggle_title { background-color: rgb(38, 39, 38) !important; }
html.cmt-dark-mode-active .vc_toggle_title { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .vc_toggle_title:hover { background-color: rgb(38, 39, 38) !important; }
html.cmt-dark-mode-active .wpb_gallery .flexslider { border-color: currentcolor; box-shadow: none; }
html.cmt-dark-mode-active .wpb_gallery .nivoSlider { box-shadow: none !important; }
html.cmt-dark-mode-active .wpb_content_element .icon-next::before { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .wpb_content_element .icon-prev::before { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .wpb_tabs .wpb_tab { background-color: rgb(36, 37, 37) !important; }
html.cmt-dark-mode-active .wpb_tabs .wpb_tabs_nav { border-bottom-color: rgb(132, 123, 109); }
html.cmt-dark-mode-active .wpb_tabs li a { background-color: rgb(36, 37, 37); color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .wpb_tabs li.ui-tabs-active a, html.cmt-dark-mode-active .wpb_tabs li:hover a { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels { background-color: transparent; border-color: currentcolor; }
html.cmt-dark-mode-active .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container { border-bottom-color: rgb(36, 101, 138); }
html.cmt-dark-mode-active .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, html.cmt-dark-mode-active .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a { border-color: transparent; background-color: rgb(36, 106, 144); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a { border-color: transparent; background-color: rgb(36, 37, 37); color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-body { border-color: transparent; background-color: transparent; }
html.cmt-dark-mode-active .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container { border-color: currentcolor; }
html.cmt-dark-mode-active .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a { background-color: transparent !important; }
html.cmt-dark-mode-active .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, html.cmt-dark-mode-active .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a { background-color: transparent; color: rgb(119, 242, 225); }
html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(1).vc_active > a, html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(1):hover > a { color: rgb(215, 84, 78) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(1) .td-grid-style-1 .td-post-category { background-color: rgb(156, 40, 35) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(2).vc_active > a, html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(2):hover > a { color: rgb(124, 186, 120) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(2) .td-grid-style-1 .td-post-category { background-color: rgb(71, 127, 83) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(3).vc_active > a, html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(3):hover > a { color: rgb(78, 182, 226) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(3) .td-grid-style-1 .td-post-category { background-color: rgb(31, 124, 164) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(4).vc_active > a, html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(4):hover > a { color: rgb(165, 157, 143) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(4) .td-grid-style-1 .td-post-category { background-color: rgb(82, 92, 106) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(5).vc_active > a, html.cmt-dark-mode-active .td-tab-color .vc_tta-tabs-list li:nth-child(5):hover > a { color: rgb(243, 212, 81) !important; }
html.cmt-dark-mode-active .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(5) .td-grid-style-1 .td-post-category { background-color: rgb(130, 109, 22) !important; }
html.cmt-dark-mode-active .wpb_tour .wpb_tabs_nav { border-bottom-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .wpb_tour .wpb_tabs_nav li a { color: rgb(209, 203, 193); border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .wpb_tour .wpb_tabs_nav li.ui-tabs-active a, html.cmt-dark-mode-active .wpb_tour .wpb_tabs_nav li:hover a { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); border-color: rgb(132, 123, 109); }
html.cmt-dark-mode-active .wpb_accordion .ui-state-active a { background-color: rgb(38, 39, 38) !important; color: rgb(229, 224, 216) !important; border-color: currentcolor !important; }
html.cmt-dark-mode-active .wpb_accordion .wpb_accordion_header { background-color: rgb(36, 37, 37) !important; }
html.cmt-dark-mode-active .wpb_accordion .wpb_accordion_header a { color: rgb(209, 203, 193); border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .wpb_button, html.cmt-dark-mode-active .vc_btn { text-shadow: none; border-color: currentcolor; }
html.cmt-dark-mode-active .wpb_button:hover, html.cmt-dark-mode-active .vc_btn:hover { text-shadow: none; text-decoration-color: initial !important; }
html.cmt-dark-mode-active a.vc_btn-black:hover { background-color: rgb(36, 106, 144); border-color: rgb(36, 101, 138); color: rgb(101, 177, 218); }
html.cmt-dark-mode-active a.vc_btn-black.vc_btn_square_outlined:hover, html.cmt-dark-mode-active a.vc_btn-black.vc_btn_outlined:hover { color: rgb(101, 177, 218) !important; }
html.cmt-dark-mode-active .wpb_default { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .wpb_default:hover { text-shadow: none; background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .wpb_call_to_action { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .vc_call_to_action .wpb_heading { background-color: inherit; color: inherit; }
html.cmt-dark-mode-active .widgettitle { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .widgettitle::after { background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .widgettitle a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-theme-wrap .td-spot-id-footer_top .tdc-placeholder-title { border-color: rgba(90, 94, 95, 0.31); }
html.cmt-dark-mode-active .tdc-missing-external-shortcode, html.cmt-dark-mode-active .td-block-missing-settings, .tdc_external_shortcode { border-color: rgb(63, 65, 65); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .tdc-missing-external-shortcode span, html.cmt-dark-mode-active .td-block-missing-settings span, .tdc_external_shortcode span { background-color: rgb(144, 32, 30); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-header-sp-top-menu .td-block-missing-settings { border-color: currentcolor; color: rgb(158, 149, 135); }
html.cmt-dark-mode-active .td-smart-list-button { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-smart-list-button:hover { background-color: rgb(36, 106, 144); text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-smart-disable:hover { background-color: rgb(38, 39, 38) !important; }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap { border-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap .td-smart-list-dropdown { background-color: rgb(36, 37, 37); border-color: currentcolor; box-shadow: none; outline-color: initial; }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap .td-smart-list-container::before { border-left-color: transparent; border-right-color: transparent; border-top-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap .td-smart-list-button { color: inherit; background-color: transparent !important; }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap .td-smart-list-button:hover { background-color: transparent !important; color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap .td-smart-disable:hover { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap .td-smart-next { border-left-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-smart-list-dropdown-wrap .td-smart-back { border-right-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td-left-smart-list, html.cmt-dark-mode-active .td-right-smart-list { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-left-smart-list:hover, html.cmt-dark-mode-active .td-right-smart-list:hover { background-color: rgb(36, 106, 144); text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-sml-current-item-nr { color: rgb(229, 224, 216); background-color: rgb(38, 39, 38); }
html.cmt-dark-mode-active .td_smart_list_4 .td-item { border-bottom-color: rgb(63, 66, 66); }
html.cmt-dark-mode-active .td_smart_list_4 .td-item:last-of-type { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td_smart_list_5 .td-sml-current-item-nr { background-color: rgba(13, 13, 13, 0.8); }
html.cmt-dark-mode-active .td_smart_list_5 .td-sml-caption { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td_smart_list_5 figcaption div::before { background-image: linear-gradient(rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.9) 100%); background-color: initial; }
html.cmt-dark-mode-active .td-instagram-element a::before { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .td-instagram-element a::after { background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .td-instagram-meta { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-instagram-button { border-color: rgb(63, 66, 66); color: #fff; }
html.cmt-dark-mode-active .td-instagram-button:hover { border-color: rgb(72, 75, 75); text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-instagram-user a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-instagram-user a:hover { text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td_block_exchange .td-exchange-header::before { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td_block_exchange .td-rate { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_block_exchange .td-rate:last-child { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n+1)::before { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n+1)::before { border-bottom-color: rgb(62, 64, 64); }
html.cmt-dark-mode-active .buddypress hr { border-color: currentcolor; background-color: rgb(49, 51, 51); }
html.cmt-dark-mode-active .buddypress fieldset { border-color: rgb(65, 68, 68); }
html.cmt-dark-mode-active #activity-filter-select, html.cmt-dark-mode-active #members-order-select, #forums-order-select, #group_members-order-select, #groups-order-select { border-color: currentcolor !important; }
html.cmt-dark-mode-active .item-list-tabs .feed { border-right-color: rgb(132, 123, 109); }
html.cmt-dark-mode-active .item-list-tabs .feed a { background-color: rgb(38, 39, 38) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .item-list-tabs .feed:hover { border-color: rgb(36, 101, 138) !important; }
html.cmt-dark-mode-active .item-list-tabs .feed:hover a { background-color: rgb(36, 106, 144) !important; }
html.cmt-dark-mode-active #admins-list h5 a:hover, html.cmt-dark-mode-active #member-list h5 a:hover, #mods-list h5 a:hover, #members-list h5 a:hover { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active #friend-list a:hover { color: rgb(209, 203, 193); }
html.cmt-dark-mode-active .groups-members-search { border-color: currentcolor !important; }
html.cmt-dark-mode-active #search-members-form #members_search, html.cmt-dark-mode-active #forums-dir-search #members_search, #search-groups-form #members_search, #search-message-form #members_search, #search-members-form #forums_search, #forums-dir-search #forums_search, #search-groups-form #forums_search, #search-message-form #forums_search, #search-members-form #groups_search, #forums-dir-search #groups_search, #search-groups-form #groups_search, #search-message-form #groups_search { background-color: transparent; }
@media (min-width: 768px) and (max-width: 1018px) {
}
@media (max-width: 1018px) {
html.cmt-dark-mode-active   #create-group-form #friend-list { border-color: currentcolor; }
}
html.cmt-dark-mode-active .td-footer-wrapper { background-color: rgb(38, 39, 38); color: rgb(217, 211, 202); }
html.cmt-dark-mode-active .td-footer-wrapper .block-title a, html.cmt-dark-mode-active .td-footer-wrapper .block-title span, .td-footer-wrapper .block-title label { background-color: transparent; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .block-title { border-bottom-color: currentcolor; }
html.cmt-dark-mode-active .td-footer-wrapper a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-footer-wrapper .td-post-category { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .td-footer-wrapper .td-instagram-meta { color: rgb(219, 213, 204); }
html.cmt-dark-mode-active .td-footer-wrapper .td-instagram-button { border-color: rgb(122, 113, 101); }
html.cmt-dark-mode-active .td-footer-wrapper .td-instagram-button:hover { border-color: rgb(111, 104, 92); }
html.cmt-dark-mode-active .td-footer-wrapper .td_block_exchange .td-rate, html.cmt-dark-mode-active .td-footer-wrapper .td_block_exchange .td-exchange-rates .td-rate::before { border-color: rgb(122, 113, 101) !important; }
html.cmt-dark-mode-active .td-footer-page { background-color: transparent !important; }
html.cmt-dark-mode-active .td-footer-info .footer-text-wrap a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-footer-info .footer-text-wrap a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .footer-text-wrap .footer-email-wrap a { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-social-style-2 .td-icon-font { background-color: rgba(36, 37, 37, 0.03); }
html.cmt-dark-mode-active .td-social-style-2 .td-icon-font::after { border-color: rgb(58, 61, 61); }
html.cmt-dark-mode-active .td-footer-bottom-full .td-container::before { background-color: rgba(36, 37, 37, 0.1); }
html.cmt-dark-mode-active .td-footer-template-13 .td-social-name { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .td-sub-footer-container { background-color: rgb(23, 23, 22); color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .td-subfooter-menu li a { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .td-subfooter-menu li a:hover { color: rgb(101, 177, 218); }
html.cmt-dark-mode-active .td-scroll-e-text-2-wrap { border-color: rgb(165, 19, 17); }
html.cmt-dark-mode-active .td-scroll-e-image-zoom-in-wrap::after { box-shadow: rgb(13, 13, 13) 0px 0px 10px inset; background-color: transparent; }
html.cmt-dark-mode-active .td-scroll-e-image-zoom-out-wrap::after { box-shadow: rgb(13, 13, 13) 0px 0px 10px inset; background-color: transparent; }
html.cmt-dark-mode-active .ie8 .td_category_template_6 .td-category-header, html.cmt-dark-mode-active .ie8 .td_category_template_8 .td-category-header { background-color: transparent; }
html.cmt-dark-mode-active .ie8 .td-grid-style-4 .entry-title { background-color: transparent; }
html.cmt-dark-mode-active .ie8 .td-grid-style-5 .td-module-thumb a { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .ie8 .td-social-facebook .td-social-but-text { border-left-color: rgb(45, 67, 115); }
html.cmt-dark-mode-active .ie8 .td-social-twitter .td-social-but-text { border-left-color: rgb(26, 104, 127); }
html.cmt-dark-mode-active .ie8 .td-post-template-8 .td-post-header-holder { background-color: rgb(13, 13, 13); }
html.cmt-dark-mode-active .ie8 .td-social-style-2 .td-icon-font { border-color: rgb(127, 118, 104); }
html.cmt-dark-mode-active .ie8 .td-live-theme-demos .td-set-theme-style-link::before { background-color: transparent; }
html.cmt-dark-mode-active .ie9 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .ie9 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .ie9 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .ie9 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .ie9 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .ie9 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .ie9 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .ie9 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .ie9 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .ie9 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .ie9 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .ie9 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .ie9 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child::before, html.cmt-dark-mode-active .ie9 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .ie9 .td-grid-style-1 .td-module-thumb a:last-child::before { background-color: initial; }
html.cmt-dark-mode-active .td-md-is-android .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child::before { box-shadow: none; }
html.cmt-dark-mode-active .td-md-is-ios .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child::before { box-shadow: none; }
html.cmt-dark-mode-active .tabbable.custom-tabs.flat > .nav-tabs > li.active a, html.cmt-dark-mode-active .tabbable.custom-tabs.flat > .nav-tabs > li > a { text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-post-content h2 > a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .mce-toolbar .mce-ico { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active blockquote { border-color: rgb(63, 65, 65); }
html.cmt-dark-mode-active blockquote::before { background-image: initial; background-color: rgb(36, 37, 37); color: rgb(169, 160, 147); }
html.cmt-dark-mode-active blockquote::after { color: rgb(218, 98, 83); }
html.cmt-dark-mode-active #camel-header-block { background-color: rgb(63, 65, 65); }
html.cmt-dark-mode-active .single_add_to_cart_button { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .fusion-blog-layout-grid .post .fusion-post-wrapper, html.cmt-dark-mode-active .fusion-blog-layout-timeline .post, .fusion-events-shortcode .fusion-layout-column, .fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper, .products li.product { background-color: rgb(39, 40, 40); }
html.cmt-dark-mode-active .event-is-recurring:hover, html.cmt-dark-mode-active .tooltip-shortcode { color: rgb(234, 79, 43) !important; }
html.cmt-dark-mode-active .vc_btn3-container:hover, html.cmt-dark-mode-active vc_btn3:hover { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .td-post-content a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .underline { text-decoration-color: initial; }
html.cmt-dark-mode-active #copy-btn { background-image: none; border-color: transparent; }
html.cmt-dark-mode-active #header-block { background-color: rgb(63, 65, 65); }
html.cmt-dark-mode-active .custom-orange-btn { background-color: rgb(57, 102, 138) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .expand-text { color: rgb(178, 171, 158); background-color: rgb(36, 37, 37); }
@media (max-width: 500px) {
html.cmt-dark-mode-active   #header-block { background-color: rgb(36, 37, 37) !important; }
}
@media (min-width: 1150px) {
html.cmt-dark-mode-active   .free-grammar-check { text-decoration-color: initial !important; }
}
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav { list-style-image: initial; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs, html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li, .tabbable.custom-tabs > .nav-tabs > li > a { border-color: currentcolor; outline-color: initial; background-image: none; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li > a { background-color: rgb(49, 51, 51); color: #ffffff; box-shadow: rgba(13, 13, 13, 0.4) 0px -8px 7px -9px inset; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li > a:hover { border-color: currentcolor; background-color: rgb(43, 45, 46); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li.active { border-color: currentcolor; outline-color: initial; background-image: none; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li.active > a { background-color: rgb(41, 42, 42); color: #ffffff; box-shadow: none; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li.active > a:hover { border-color: currentcolor; background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content h4 { border-bottom-color: rgb(68, 71, 71); text-shadow: rgb(36, 37, 37) 0px 1px 1px; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .box { background-color: rgb(45, 47, 47); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .map { border-color: currentcolor; outline-color: initial; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a { color: rgb(229, 224, 216); border-color: currentcolor; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a:hover { box-shadow: rgba(13, 13, 13, 0.5) 0px 0px 0px 80px inset; text-decoration-color: initial; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a.facebook { background-color: rgb(60, 78, 117); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a.twitter { background-color: rgb(46, 119, 153); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a.google-plus { background-color: rgb(154, 64, 50); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a.github { background-color: rgb(70, 73, 73); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a.pinterest { background-color: rgb(152, 41, 43); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content .socials a.linked-in { background-color: rgb(23, 104, 134); }
html.cmt-dark-mode-active .tabbable.custom-tabs.tabs-left > .nav-tabs > li.active > a, html.cmt-dark-mode-active .tabbable.custom-tabs.tabs-right > .nav-tabs > li.active > a { box-shadow: none; }
html.cmt-dark-mode-active .tabbable.custom-tabs.tabs-left > .nav-tabs > li > a { box-shadow: rgba(13, 13, 13, 0.4) -8px 0px 7px -9px inset; }
html.cmt-dark-mode-active .tabbable.custom-tabs.tabs-right > .nav-tabs > li > a { box-shadow: rgba(13, 13, 13, 0.4) 8px 0px 7px -9px inset; }
html.cmt-dark-mode-active .tabbable.custom-tabs.tabs-below > .nav-tabs > li > a { box-shadow: rgba(13, 13, 13, 0.4) 0px 8px 7px -9px inset; }
html.cmt-dark-mode-active .tabbable.custom-tabs.tabs-below > .nav-tabs > li.active > a { box-shadow: none; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow > .nav-tabs > li > a { box-shadow: rgba(13, 13, 13, 0.4) 0px -8px 7px -9px inset, rgba(13, 13, 13, 0.4) -2px -2px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow > .nav-tabs > li.active > a { box-shadow: rgba(13, 13, 13, 0.4) 0px 0px 0px 0px inset, rgba(13, 13, 13, 0.4) -2px -3px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.tabs-left > .nav-tabs > li > a { box-shadow: rgba(13, 13, 13, 0.4) -8px 0px 7px -9px inset, rgba(13, 13, 13, 0.4) -2px -2px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.tabs-left > .nav-tabs > li.active > a { box-shadow: rgba(13, 13, 13, 0.4) 0px 0px 0px 0px inset, rgba(13, 13, 13, 0.4) -3px -2px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.tabs-right > .nav-tabs > li > a { box-shadow: rgba(13, 13, 13, 0.4) 8px 0px 7px -9px inset, rgba(13, 13, 13, 0.4) 2px -2px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.tabs-right > .nav-tabs > li.active > a { box-shadow: rgba(13, 13, 13, 0.4) 0px 0px 0px 0px inset, rgba(13, 13, 13, 0.4) 3px -2px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.tabs-below > .nav-tabs > li > a { box-shadow: rgba(13, 13, 13, 0.4) 0px 8px 7px -9px inset, rgba(13, 13, 13, 0.4) -2px 3px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.tabs-below > .nav-tabs > li.active > a { box-shadow: rgba(13, 13, 13, 0.4) 0px 0px 0px 0px inset, rgba(13, 13, 13, 0.4) -2px 2px 5px -2px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow > .tab-content { box-shadow: rgba(13, 13, 13, 0.4) 0px 0px 4px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack > .tab-content, html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack-auto > .tab-content, .tabbable.custom-tabs.shadow.papper-stack-BR > .tab-content { box-shadow: rgba(13, 13, 13, 0.1) 1px 1px 0px, rgb(41, 42, 42) 3px 3px 0px, rgba(13, 13, 13, 0.13) 4px 4px 0px, rgb(41, 42, 42) 6px 6px 0px, rgba(13, 13, 13, 0.15) 7px 7px 0px, rgb(41, 42, 42) 9px 9px 0px, rgba(13, 13, 13, 0.18) 10px 10px 0px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack-BL > .tab-content, html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack-auto.tabs-right > .tab-content { box-shadow: rgba(13, 13, 13, 0.1) -1px 1px 0px, rgb(41, 42, 42) -3px 3px 0px, rgba(13, 13, 13, 0.13) -4px 4px 0px, rgb(41, 42, 42) -6px 6px 0px, rgba(13, 13, 13, 0.15) -7px 7px 0px, rgb(41, 42, 42) -9px 9px 0px, rgba(13, 13, 13, 0.18) -10px 10px 0px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack-LT > .tab-content, html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below > .tab-content { box-shadow: rgba(13, 13, 13, 0.1) -1px -1px 0px, rgb(41, 42, 42) -3px -3px 0px, rgba(13, 13, 13, 0.13) -4px -4px 0px, rgb(41, 42, 42) -6px -6px 0px, rgba(13, 13, 13, 0.15) -7px -7px 0px, rgb(41, 42, 42) -9px -9px 0px, rgba(13, 13, 13, 0.18) -10px -10px 0px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack-TR > .tab-content, html.cmt-dark-mode-active .tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below > .tab-content { box-shadow: rgba(13, 13, 13, 0.1) 1px -1px 0px, rgb(41, 42, 42) 3px -3px 0px, rgba(13, 13, 13, 0.13) 4px -4px 0px, rgb(41, 42, 42) 6px -6px 0px, rgba(13, 13, 13, 0.15) 7px -7px 0px, rgb(41, 42, 42) 9px -9px 0px, rgba(13, 13, 13, 0.18) 10px -10px 0px; }
html.cmt-dark-mode-active .tabbable.custom-tabs.shadow-box-only > .tab-content { box-shadow: rgba(13, 13, 13, 0.4) 0px 0px 4px; }
html.cmt-dark-mode-active .btn-primary { color: rgb(229, 224, 216); background-color: rgb(59, 106, 144); border-color: rgb(56, 99, 135); }
html.cmt-dark-mode-active .btn { background-image: none; border-color: transparent; }
html.cmt-dark-mode-active .caret { border-top-color: currentcolor; border-right-color: transparent; border-left-color: transparent; }
html.cmt-dark-mode-active .btn-default { color: rgb(199, 192, 181); background-color: rgb(36, 37, 37); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .btn { background-image: none; border-color: rgb(72, 75, 75) !important; }

html.cmt-dark-mode-active .btn-default { color: rgb(199, 192, 181); background-color: rgb(36, 37, 37); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .btn-default { color: rgb(199, 192, 181); background-color: rgb(36, 37, 37); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .btn { background-image: none; border-color: rgb(72, 75, 75) !important;     color: #fff !important; }
html.cmt-dark-mode-active body { color: #fff; background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active #wrapper #main .fusion-post-content > .blog-shortcode-post-title, html.cmt-dark-mode-active #wrapper #main .fusion-post-content > .blog-shortcode-post-title > a, #wrapper #main .fusion-post-content > .blog-shortcode-post-title > a:hover { color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img { box-shadow: none; }
html.cmt-dark-mode-active .badge-danger { color: rgb(229, 224, 216); background-color: rgb(155, 44, 53); }
html.cmt-dark-mode-active .btn-info { color: rgb(229, 224, 216); background-color: rgb(47, 116, 135); border-color: rgb(47, 116, 134); }
html.cmt-dark-mode-active .grammar-check-btn { background-color: rgb(52, 141, 96); background-image: linear-gradient(rgb(52, 141, 96), rgb(52, 141, 96)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .grammar-check-btn:hover { background-color: rgb(59, 159, 120); background-image: linear-gradient(rgb(59, 159, 120), rgb(59, 159, 120)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-scroll-up { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .grammar-check-btn { background-color: rgb(52, 141, 96); background-image: linear-gradient(rgb(52, 141, 96), rgb(52, 141, 96)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .grammar-check-btn:hover { background-color: rgb(59, 159, 120); background-image: linear-gradient(rgb(59, 159, 120), rgb(59, 159, 120)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }

html.cmt-dark-mode-active .btn-default { color: rgb(199, 192, 181); background-color: rgb(36, 37, 37); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .btn-default { color: rgb(199, 192, 181); background-color: rgb(36, 37, 37); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .btn { background-image: none; border-color: rgb(72, 75, 75) !important; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li.active > a:hover { border-color: currentcolor; background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active #wrapper #main .fusion-post-content > .blog-shortcode-post-title, html.cmt-dark-mode-active #wrapper #main .fusion-post-content > .blog-shortcode-post-title > a, #wrapper #main .fusion-post-content > .blog-shortcode-post-title > a:hover { color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img { box-shadow: none; }
html.cmt-dark-mode-active .badge-danger { color: rgb(229, 224, 216); background-color: rgb(155, 44, 53); }
html.cmt-dark-mode-active .btn-info { color: rgb(229, 224, 216); background-color: rgb(47, 116, 135); border-color: rgb(47, 116, 134); }
html.cmt-dark-mode-active .grammar-check-btn:hover { background-color: rgb(59, 159, 120); background-image: linear-gradient(rgb(59, 159, 120), rgb(59, 159, 120)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-scroll-up { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .grammar-check-btn { background-color: rgb(52, 141, 96); background-image: linear-gradient(rgb(52, 141, 96), rgb(52, 141, 96)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .grammar-check-btn:hover { background-color: rgb(59, 159, 120); background-image: linear-gradient(rgb(59, 159, 120), rgb(59, 159, 120)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .btn:active, html.cmt-dark-mode-active .btn.active { outline-color: initial; background-image: none; box-shadow: rgba(13, 13, 13, 0.13) 0px 3px 5px inset; }

html.cmt-dark-mode-active h2 > a, html.cmt-dark-mode-active h3 > a, h4 > a, h5 > a, h6 > a { color: rgb(94, 167, 232); }
html.cmt-dark-mode-active .tooltips { border-bottom-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .tooltips .tooltiptext { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .tooltips .tooltiptext::after { border-color: rgb(143, 132, 117) transparent transparent; }
html.cmt-dark-mode-active .img-border { border-color: rgb(68, 70, 70); }
html.cmt-dark-mode-active ul.enable-checks { list-style-image: initial; }
html.cmt-dark-mode-active ul.enable-checks li::before { background-color: rgb(168, 41, 19); }
html.cmt-dark-mode-active .book-order-table td, html.cmt-dark-mode-active .book-order-table th { border-color: currentcolor; }
html.cmt-dark-mode-active .box-highlight { background-image: initial; background-color: rgb(42, 96, 143); border-left-color: rgb(156, 39, 19); }
html.cmt-dark-mode-active .box-highlight .btn, html.cmt-dark-mode-active a.affiliate-btn { background-color: rgb(42, 96, 143) !important; color: rgb(229, 224, 216); }
html.cmt-dark-mode-active a.affiliate-btn { background-color: rgb(194, 126, 24)  !important; }
html.cmt-dark-mode-active .box-highlight .btn:hover { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active a.affiliate-btn:hover { background-color: rgb(172, 113, 22); color: rgb(229, 224, 216)  !important; }
html.cmt-dark-mode-active .ays_quiz_classic_light .ays-field input:checked + label.answered.correct::before, html.cmt-dark-mode-active .ays_quiz_classic_dark .ays-field input:checked + label.answered.correct::before { background-color: rgb(54, 56, 56) !important; }
html.cmt-dark-mode-active #cmt-dark-toggle { color: rgb(229, 224, 216); text-decoration-color: initial; }
html.cmt-dark-mode-active #cmt-dark-toggle .icon { fill: currentcolor; }
html.cmt-dark-mode-active html.cmt-dark-mode-active #cmt-dark-toggle, html.cmt-dark-mode-active body.cmt-dark-mode-active #cmt-dark-toggle { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   #cmt-dark-toggle .icon { fill: currentcolor; }
}
html.cmt-dark-mode-active #next-video, html.cmt-dark-mode-active #stay-video { color: rgb(229, 224, 216); background-color: rgb(49, 51, 51); border-color: currentcolor; }
html.cmt-dark-mode-active #next-video::before { background-color: rgb(186, 19, 18); }
html.cmt-dark-mode-active .video-box-shadow { box-shadow: rgba(13, 13, 13, 0.5) 0px 0px 10px; }
html.cmt-dark-mode-active .aawp .aawp-tb__row--highlight { background-color: rgb(47, 90, 133); }
html.cmt-dark-mode-active .aawp .aawp-tb__row--highlight { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .aawp .aawp-tb__row--highlight a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .mpcs-classroom .nav-back i, html.cmt-dark-mode-active .mpcs-classroom .navbar-section a.btn, .mpcs-classroom .navbar-section button, .mpcs-classroom div#mpcs-lesson-navigation button, .mpcs-classroom div#mpcs-quiz-navigation a, .mpcs-classroom #mpcs-classroom-next-lesson-link, .mpcs-classroom #next_lesson_link { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .mpcs-classroom .navbar-section .dropdown .menu a { color: rgb(199, 192, 181); }
html.cmt-dark-mode-active .mpcs-classroom .mpcs-progress-ring { background-color: rgb(44, 132, 121) !important; }
html.cmt-dark-mode-active .mpcs-classroom .mpcs-course-filter .dropdown .btn span, html.cmt-dark-mode-active .mpcs-classroom .mpcs-course-filter .dropdown .btn i, .mpcs-classroom .mpcs-course-filter .input-group .input-group-btn, .mpcs-classroom .mpcs-course-filter .input-group .mpcs-search, .mpcs-classroom .mpcs-course-filter .input-group input[type="text"], .mpcs-classroom .mpcs-course-filter .dropdown a, .mpcs-classroom .pagination, .mpcs-classroom .pagination i, .mpcs-classroom .pagination a { color: rgb(200, 193, 182) !important; border-color: rgb(128, 119, 105) !important; }
html.cmt-dark-mode-active #mpcs-navbar, html.cmt-dark-mode-active #mpcs-navbar button#mpcs-classroom-previous-lesson-link, #mpcs-navbar button#mpcs-classroom-previous-lesson-link:hover, .mpcs-classroom div#mpcs-lesson-navigation button#previous_lesson_link, .mpcs-classroom div#mpcs-lesson-navigation button#previous_lesson_link:hover, .mpcs-classroom a#mpcs-classroom-previous-lesson-link, .mpcs-classroom a#mpcs-classroom-previous-lesson-link:hover, .mpcs-classroom a#previous_lesson_link, .mpcs-classroom a#previous_lesson_link:hover, .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a#mpcs-classroom-previous-lesson-link, .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a#mpcs-classroom-previous-lesson-link:hover, .mpcs-classroom #mpcs-lesson-navigation a#previous_lesson_link, .mpcs-classroom #mpcs-lesson-navigation a#previous_lesson_link:hover, .mpcs-classroom div#mpcs-lesson-navigation a#previous_lesson_link, .mpcs-classroom div#mpcs-lesson-navigation a#previous_lesson_link:hover { background-image: initial; background-color: rgb(48, 50, 50); }
html.cmt-dark-mode-active .course-progress .user-progress, html.cmt-dark-mode-active .btn-green, #mpcs-navbar button:not(#mpcs-classroom-previous-lesson-link), .mpcs-classroom div#mpcs-lesson-navigation button:not(#previous_lesson_link), .mpcs-classroom #mpcs-quiz-navigation button:focus, .mpcs-classroom #mpcs-quiz-navigation button:hover, .mpcs-classroom #mpcs-quiz-navigation a, .mpcs-classroom div#mpcs-lesson-navigation a:not(#previous_lesson_link), .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a:not(#mpcs-classroom-previous-lesson-link) { background-image: initial; background-color: rgba(44, 132, 121, 0.9); }
html.cmt-dark-mode-active .btn-green:hover, html.cmt-dark-mode-active #mpcs-navbar button:not(#mpcs-classroom-previous-lesson-link):focus, #mpcs-navbar button:not(#mpcs-classroom-previous-lesson-link):hover, .mpcs-classroom div#mpcs-lesson-navigation button:not(#previous_lesson_link):focus, .mpcs-classroom div#mpcs-lesson-navigation button:not(#previous_lesson_link):hover, .mpcs-classroom #mpcs-quiz-navigation button, .mpcs-classroom div#mpcs-lesson-navigation a:not(#previous_lesson_link):hover, .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a:not(#mpcs-classroom-previous-lesson-link):hover { background-image: initial; background-color: rgb(44, 132, 121); }
html.cmt-dark-mode-active .btn-green { border-color: rgb(52, 162, 149); }
html.cmt-dark-mode-active .course-progress .progress-text, html.cmt-dark-mode-active .mpcs-lesson i.mpcs-circle-regular { color: rgb(134, 221, 209); }
html.cmt-dark-mode-active #mpcs-main #bookmark, html.cmt-dark-mode-active .mpcs-lesson.current { background-image: initial; background-color: rgba(44, 132, 121, 0.3); }
html.cmt-dark-mode-active .mpcs-instructor .tile-subtitle { color: rgb(113, 217, 203); }
html.cmt-dark-mode-active .mpcs-classroom .mpcs-quiz-question-feedback { border-top-color: rgb(52, 162, 149); border-bottom-color: rgb(52, 162, 149); }
html.cmt-dark-mode-active .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, html.cmt-dark-mode-active .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .td-header-style-12 .td-header-menu-wrap-full, .sf-menu > .current-menu-item > a::after, .sf-menu > .current-menu-ancestor > a::after, .sf-menu > .current-category-ancestor > a::after, .sf-menu > li:hover > a::after, .sf-menu > .sfHover > a::after, .td-header-style-12 .td-affix, .header-search-wrap .td-drop-down-search::after, .header-search-wrap .td-drop-down-search .btn:hover, input[type="submit"]:hover, .td-read-more a, .td-post-category:hover, .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category, .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_top_authors .td_mod_wrap:hover .td-author-post-count, .td_top_authors .td_mod_wrap:hover .td-author-comments-count, .td-404-sub-sub-title a:hover, .td-search-form-widget .wpb_button:hover, .td-rating-bar-wrap div, .td_category_template_3 .td-current-sub-category, .dropcap, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .wpb_default, .wpb_default:hover, .td-left-smart-list:hover, .td-right-smart-list:hover, .woocommerce-checkout .woocommerce input.button:hover, .woocommerce-page .woocommerce a.button:hover, .woocommerce-account div.woocommerce .button:hover, #bbpress-forums button:hover, .bbp_widget_login .button:hover, .td-footer-wrapper .td-post-category, .td-footer-wrapper .widget_product_search input[type="submit"]:hover, .woocommerce .product a.button:hover, .woocommerce .product #respond input#submit:hover, .woocommerce .checkout input#place_order:hover, .woocommerce .woocommerce.widget .button:hover, .single-product .product .summary .cart .button:hover, .woocommerce-cart .woocommerce table.cart .button:hover, .woocommerce-cart .woocommerce .shipping-calculator-form .button:hover, .td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, #bbpress-forums .bbp-pagination .current, #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a, .td-theme-slider:hover .slide-meta-cat a, a.vc_btn-black:hover, .td-trending-now-wrapper:hover .td-trending-now-title, .td-scroll-up, .td-smart-list-button:hover, .td-weather-information::before, .td-weather-week::before, .td_block_exchange .td-exchange-header::before, .td_block_big_grid_9.td-grid-style-1 .td-post-category, .td_block_big_grid_9.td-grid-style-5 .td-post-category, .td-grid-style-6.td-hover-1 .td-module-thumb::after, .td-pulldown-syle-2 .td-subcat-dropdown ul::after, .td_block_template_9 .td-block-title::after, .td_block_template_15 .td-block-title::before, div.wpforms-container .wpforms-form div.wpforms-submit-container button[type="submit"] { background-color: rgb(21, 80, 157); }
html.cmt-dark-mode-active .td_block_template_4 .td-related-title .td-cur-simple-item::before { border-color: rgb(22, 87, 174) transparent transparent !important; }
html.cmt-dark-mode-active .woocommerce .woocommerce-message .button:hover, html.cmt-dark-mode-active .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover { background-color: rgb(21, 80, 157) !important; }
html.cmt-dark-mode-active .td_block_template_4 .td-related-title .td-cur-simple-item, html.cmt-dark-mode-active .td_block_template_3 .td-related-title .td-cur-simple-item, .td_block_template_9 .td-related-title::after { background-color: rgb(21, 80, 157); }
html.cmt-dark-mode-active .woocommerce .product .onsale, html.cmt-dark-mode-active .woocommerce.widget .ui-slider .ui-slider-handle { background-image: none; background-color: rgb(21, 80, 157); }
html.cmt-dark-mode-active .woocommerce.widget.widget_layered_nav_filters ul li a { background-image: none !important; background-color: rgb(21, 80, 157) !important; }
html.cmt-dark-mode-active a, html.cmt-dark-mode-active cite a:hover, .td_mega_menu_sub_cats .cur-sub-cat, .td-mega-span h3 a:hover, .td_mod_mega_menu:hover .entry-title a, .header-search-wrap .result-msg a:hover, .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a, .td-header-top-menu .td-icon-search:hover, .td-header-wrap .result-msg a:hover, .top-header-menu li a:hover, .top-header-menu .current-menu-item > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a, .td-social-icon-wrap > a:hover, .td-header-sp-top-widget .td-social-icon-wrap a:hover, .td-page-content blockquote p, .td-post-content blockquote p, .mce-content-body blockquote p, .comment-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .td_module_wrap:hover .entry-title a, .td-subcat-filter .td-subcat-list a:hover, .td-subcat-filter .td-subcat-dropdown a:hover, .td_quote_on_blocks, .dropcap2, .dropcap3, .td_top_authors .td-active .td-authors-name a, .td_top_authors .td_mod_wrap:hover .td-authors-name a, .td-post-next-prev-content a:hover, .author-box-wrap .td-author-social a:hover, .td-author-name a:hover, .td-author-url a:hover, .td_mod_related_posts:hover h3 > a, .td-post-template-11 .td-related-title .td-related-left:hover, .td-post-template-11 .td-related-title .td-related-right:hover, .td-post-template-11 .td-related-title .td-cur-simple-item, .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover, .comment-reply-link:hover, .logged-in-as a:hover, #cancel-comment-reply-link:hover, .td-search-query, .td-category-header .td-pulldown-category-filter-link:hover, .td-category-siblings .td-subcat-dropdown a:hover, .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .widget a:hover, .td_wp_recentcomments a:hover, .archive .widget_archive .current, .archive .widget_archive .current a, .widget_calendar tfoot a:hover, .woocommerce a.added_to_cart:hover, .woocommerce-account .woocommerce-MyAccount-navigation a:hover, #bbpress-forums li.bbp-header .bbp-reply-content span a:hover, #bbpress-forums .bbp-forum-freshness a:hover, #bbpress-forums .bbp-topic-freshness a:hover, #bbpress-forums .bbp-forums-list li a:hover, #bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover, #bbpress-forums .bbp-topic-started-by a:hover, #bbpress-forums .bbp-topic-started-in a:hover, #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink, .widget_display_replies .bbp-author-name, .widget_display_topics .bbp-author-name, .footer-text-wrap .footer-email-wrap a, .td-subfooter-menu li a:hover, .footer-social-wrap a:hover, a.vc_btn-black:hover, .td-smart-list-dropdown-wrap .td-smart-list-button:hover, .td_module_17 .td-read-more a:hover, .td_module_18 .td-read-more a:hover, .td_module_19 .td-post-author-name a:hover, .td-instagram-user a, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item, .td_block_template_2 .td-related-title .td-cur-simple-item, .td_block_template_5 .td-related-title .td-cur-simple-item, .td_block_template_6 .td-related-title .td-cur-simple-item, .td_block_template_7 .td-related-title .td-cur-simple-item, .td_block_template_8 .td-related-title .td-cur-simple-item, .td_block_template_9 .td-related-title .td-cur-simple-item, .td_block_template_10 .td-related-title .td-cur-simple-item, .td_block_template_11 .td-related-title .td-cur-simple-item, .td_block_template_12 .td-related-title .td-cur-simple-item, .td_block_template_13 .td-related-title .td-cur-simple-item, .td_block_template_14 .td-related-title .td-cur-simple-item, .td_block_template_15 .td-related-title .td-cur-simple-item, .td_block_template_16 .td-related-title .td-cur-simple-item, .td_block_template_17 .td-related-title .td-cur-simple-item, .td-theme-wrap .sf-menu ul .td-menu-item > a:hover, .td-theme-wrap .sf-menu ul .sfHover > a, .td-theme-wrap .sf-menu ul .current-menu-ancestor > a, .td-theme-wrap .sf-menu ul .current-category-ancestor > a, .td-theme-wrap .sf-menu ul .current-menu-item > a, .td_outlined_btn, .td_block_categories_tags .td-ct-item:hover { color: rgb(94, 167, 232); }
html.cmt-dark-mode-active a.vc_btn-black.vc_btn_square_outlined:hover, html.cmt-dark-mode-active a.vc_btn-black.vc_btn_outlined:hover, .td-mega-menu-page .wpb_content_element ul li a:hover, .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a, .td-theme-wrap .header-search-wrap .result-msg a:hover { color: rgb(94, 167, 232) !important; }
html.cmt-dark-mode-active .td-next-prev-wrap a:hover, html.cmt-dark-mode-active .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, #bbpress-forums .bbp-pagination .current, .post .td_quote_box, .page .td_quote_box, a.vc_btn-black:hover, .td_block_template_5 .td-block-title > *, .td_outlined_btn { border-color: rgb(22, 87, 174); }
html.cmt-dark-mode-active .td_wrapper_video_playlist .td_video_currently_playing::after { border-color: rgb(22, 87, 174) !important; }
html.cmt-dark-mode-active .header-search-wrap .td-drop-down-search::before { border-color: transparent transparent rgb(22, 87, 174); }
html.cmt-dark-mode-active .block-title > span, html.cmt-dark-mode-active .block-title > a, .block-title > label, .widgettitle, .widgettitle::after, .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td_block_template_1 .td-related-title .td-cur-simple-item, .woocommerce .product .products h2:not(.woocommerce-loop-product__title), .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, .td_3D_btn, .td_shadow_btn, .td_default_btn, .td_round_btn, .td_outlined_btn:hover { background-color: rgb(21, 80, 157); }
html.cmt-dark-mode-active .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background-color: rgb(21, 80, 157) !important; }
html.cmt-dark-mode-active .block-title, html.cmt-dark-mode-active .td_block_template_1 .td-related-title, .wpb_tabs .wpb_tabs_nav, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container, .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: rgb(22, 87, 174); }
html.cmt-dark-mode-active .td_block_wrap .td-subcat-item a.td-cur-simple-item { color: rgb(94, 167, 232); }
html.cmt-dark-mode-active .td-grid-style-4 .entry-title { background-color: rgba(21, 80, 157, 0.7); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   body .td-header-wrap .td-header-main-menu { background-color: rgb(36, 37, 37) !important; }
}
@media (max-width: 767px) {
html.cmt-dark-mode-active   body #td-top-mobile-toggle i, html.cmt-dark-mode-active .td-header-wrap .header-search-wrap .td-icon-search { color: rgb(199, 192, 181) !important; }
}
html.cmt-dark-mode-active .td-menu-background::before, html.cmt-dark-mode-active .td-search-background::before { background-image: linear-gradient(rgb(51, 49, 61) 0%, rgb(50, 56, 61) 100%); background-color: initial; }
html.cmt-dark-mode-active #cmt-dark-toggle { color: rgb(229, 224, 216); text-decoration-color: initial; }
html.cmt-dark-mode-active #cmt-dark-toggle .icon { fill: currentcolor; }
html.cmt-dark-mode-active html.cmt-dark-mode-active #cmt-dark-toggle, html.cmt-dark-mode-active body.cmt-dark-mode-active #cmt-dark-toggle { color: rgb(229, 224, 216); }
@media (max-width: 767px) {
html.cmt-dark-mode-active   #cmt-dark-toggle .icon { fill: currentcolor; }
}
html.cmt-dark-mode-active .lrm-user-modal-container-inner { background-image: initial; background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active .join-cmt-plus-button > a, html.cmt-dark-mode-active .account-menu-parent > a { text-decoration-color: initial; background-color: rgb(168, 41, 19) !important; color: rgb(229, 224, 216) !important; box-shadow: rgba(13, 13, 13, 0.2) 1px 1px 4px !important; }
html.cmt-dark-mode-active .join-cmt-plus-button > a:hover, html.cmt-dark-mode-active .account-menu-parent > a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .join-cmt-plus-button:hover > a { box-shadow: rgba(13, 13, 13, 0.25) 1px 1px 6px; background-color: rgb(142, 55, 38) !important; color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .login-cmt-plus-button > a { background-color: rgb(46, 48, 47) !important; color: rgb(211, 205, 196) !important; border: #DDD 1px solid}
html.cmt-dark-mode-active .login-cmt-plus-button > a:hover { text-decoration-color: initial; }
html.cmt-dark-mode-active .login-cmt-plus-button:hover > a { background-color: rgb(54, 56, 56) !important; }
html.cmt-dark-mode-active .login-cmt-plus-button:hover > a { background-color: rgb(54, 56, 56) !important; }
html.cmt-dark-mode-active .vc_general.vc_btn3 { color: rgb(229, 224, 216) !important; }
html.cmt-dark-mode-active .vc_btn3-color-primary { background-color: rgb(52, 71, 134) !important; }
html.cmt-dark-mode-active .tooltips { border-bottom-color: rgb(143, 132, 117); }
html.cmt-dark-mode-active .tooltips .tooltiptext { background-color: rgb(13, 13, 13); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .tooltips .tooltiptext::after { border-color: rgb(143, 132, 117) transparent transparent; }
html.cmt-dark-mode-active .copied-tooltips { border-color: currentcolor !important; }
html.cmt-dark-mode-active .input_copied { outline-color: rgb(28, 202, 23) !important; }
html.cmt-dark-mode-active .vc_general.vc_btn3 { background-image: none; background-color: transparent; color: rgb(107, 148, 197); border-color: transparent; text-decoration-color: initial; box-shadow: none; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat { color: rgb(229, 224, 216); background-color: rgb(140, 27, 17); }
html.cmt-dark-mode-active .vc_general.vc_cta3 { border-color: transparent; }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat { color: rgb(181, 199, 218); border-color: transparent; background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat { color: rgb(181, 199, 218); border-color: transparent; background-color: rgb(52, 71, 134); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2, html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 { color: inherit; }
html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2, html.cmt-dark-mode-active .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 { color: inherit; }
html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default, html.cmt-dark-mode-active .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat { color: rgb(199, 192, 181); background-color: rgb(40, 41, 41); }
html.cmt-dark-mode-active #copy-btn { border-color: rgb(72, 75, 75) !important; }
html.cmt-dark-mode-active .form-control { color: #fff; background-color: rgb(36, 37, 37); background-image: none; border-color: #fff; }
html.cmt-dark-mode-active input[type="email"], html.cmt-dark-mode-active input[type="tel"], input[type="text"], input[type="url"] { color: #fff; border-color: rgb(66, 69, 70); }
html.cmt-dark-mode-active .btn-default { color: rgb(199, 192, 181); background-color: rgb(36, 37, 37); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .btn-default { color: rgb(199, 192, 181); background-color: rgb(36, 37, 37); border-color: rgb(72, 75, 75); }
html.cmt-dark-mode-active .btn { background-image: none; border-color: rgb(72, 75, 75) !important; }
html.cmt-dark-mode-active body { color: #fff; background-color: rgb(36, 37, 37); }
html.cmt-dark-mode-active a { color: rgb(94, 167, 232); text-decoration-color: initial; }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .nav-tabs > li.active > a:hover { border-color: currentcolor; background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active .tabbable.custom-tabs > .tab-content { background-color: rgb(41, 42, 42); }
html.cmt-dark-mode-active #wrapper #main .fusion-post-content > .blog-shortcode-post-title, html.cmt-dark-mode-active #wrapper #main .fusion-post-content > .blog-shortcode-post-title > a, #wrapper #main .fusion-post-content > .blog-shortcode-post-title > a:hover { color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img { box-shadow: none; }
html.cmt-dark-mode-active .badge-danger { color: rgb(229, 224, 216); background-color: rgb(155, 44, 53); }
html.cmt-dark-mode-active .btn-info { color: rgb(229, 224, 216); background-color: rgb(47, 116, 135); border-color: rgb(47, 116, 134); }
html.cmt-dark-mode-active .grammar-check-btn { background-color: rgb(52, 141, 96); background-image: linear-gradient(rgb(52, 141, 96), rgb(52, 141, 96)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .grammar-check-btn:hover { background-color: rgb(59, 159, 120); background-image: linear-gradient(rgb(59, 159, 120), rgb(59, 159, 120)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .td-scroll-up { background-color: rgb(36, 106, 144); }
html.cmt-dark-mode-active .sf-menu > li > a { color: rgb(229, 224, 216); }
html.cmt-dark-mode-active .grammar-check-btn { background-color: rgb(52, 141, 96); background-image: linear-gradient(rgb(52, 141, 96), rgb(52, 141, 96)); color: rgb(229, 224, 216) !important; text-decoration-color: initial !important; }
html.cmt-dark-mode-active .tabbable.custom-tabs.flat > .nav-tabs > li.active a, html.cmt-dark-mode-active .tabbable.custom-tabs.flat > .nav-tabs > li > a { text-decoration-color: initial !important; }
html.cmt-dark-mode-active a.gb-button-630abb09 { background-color: rgb(60, 129, 109); color: rgb(229, 224, 216); text-decoration-color: initial; }
html.cmt-dark-mode-active a.gb-button-630abb09:hover, html.cmt-dark-mode-active a.gb-button-630abb09:active, a.gb-button-630abb09:focus { background-color: rgb(38, 39, 38); color: rgb(229, 224, 216); }
html.cmt-dark-mode-active a.gb-button-630abb09 .gb-icon svg { fill: currentcolor; }

html.cmt-dark-mode-active #copy-btn::before {
    filter: invert(1) !important;
}
html.cmt-dark-mode-active .popular-word-lists-box a,html.cmt-dark-mode-active  html.cmt-dark-mode-active  .wf_search {
    color: #fff !important;
}
html.cmt-dark-mode-active  .td-header-menu {
   color: #fff !important;
}
html.cmt-dark-mode-active .word {
    border: 1px solid #fff !important;
    background-color: rgb(45, 46, 46);
}
html.cmt-dark-mode-active textarea,html.cmt-dark-mode-active  html.cmt-dark-mode-active input {
  color: #fff;
}

/* explicitly undo for login page */
html.cmt-dark-mode-active body.login input,html.cmt-dark-mode-active  html.cmt-dark-mode-active  body.login textarea {
  color: inherit !important;
}

html.cmt-dark-mode-active .td-retina-data {
  content: url('/wp-content/uploads/2023/09/cmt-logo-dark-mode.svg');
}

html.cmt-dark-mode-active .wordle-hints-answers .tile {
    background-color: rgb(57, 60, 60)  !important;
    color: rgb(57, 60, 60)  !important;
}
html.cmt-dark-mode-active .wordle-hints-answers .tile.revealed {
    background-color: rgb(97, 127, 78) !important;
    border-color: rgb(78, 114, 71) !important;
    color: #fff !important;
}

html.cmt-dark-mode-active  .spinner {
        position: absolute;
        left: 50%;
        top: 50%;
        height:20px;
        width:20px;
        margin:0px auto;
        -webkit-animation: rotation .6s infinite linear;
        -moz-animation: rotation .6s infinite linear;
        -o-animation: rotation .6s infinite linear;
        animation: rotation .6s infinite linear;
        border-left:6px solid rgba(255,255,255,.15) !important;
        border-right:6px solid rgba(255,255,255,.15) !important;
        border-bottom:6px solid rgba(255,255,255,.15) !important;
        border-top:6px solid rgba(255,255,255,.8) !important;
        border-radius:100%;
        margin-top: -10px;
    }
html.cmt-dark-mode-active .close-box-div .close,
html.cmt-dark-mode-active .close-box-div .close span {
    color: #fff !important;
    opacity: 1 !important;
}
html.cmt-dark-mode-active #main_input::-webkit-scrollbar {
     display: none; /* Chrome/Safari */
}

html.cmt-dark-mode-active #main_input {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
html.cmt-dark-mode-active a.text-secondary, html.cmt-dark-mode-active .clear-titles a {
    color: #fff !important;
}