:root{--mk-bg:#ffffff;--mk-bg-soft:#f8ebd9;--mk-surface:#ffffff;--mk-surface-soft:#fcfcfc;--mk-surface-muted:#f4f4f4;--mk-text:#1a1a1a;--mk-text-strong:#000000;--mk-text-muted:#757575;--mk-border:#dfe0ec;--mk-border-soft:#f0f0f0;--mk-primary:#b5985a;--mk-primary-tint:#eed3a6;--mk-primary-soft:#f8ebd9;--mk-primary-shade:#a38649;--mk-secondary:#7b5ab5;--mk-form-bg:#ffffff;--mk-form-border:#dfe0ec;--mk-placeholder:#cccccc;--mk-focus-ring:rgba(181, 152, 90, 0.75);--mk-gradient-surface:linear-gradient(180deg, #ffffff 0%, #f8ebd9 100%);--mk-gradient-premium:linear-gradient(135deg, #b5985a 0%, #dac68c 52%, #8b753f 100%);--mk-shadow-card:0 15px 30px rgba(0, 0, 0, 0.12);--mk-shadow-soft:0 4px 16px rgba(0, 0, 0, 0.08);--mk-shadow-menu:0 8px 24px rgba(0, 0, 0, 0.08);--mk-toggle-bg:#b5985a;--mk-toggle-color:#ffffff;--mk-toggle-hover-bg:#a38649;--mk-overlay:rgba(0, 0, 0, 0.55)}html[data-theme="dark"]{color-scheme:dark;--mk-bg:#111111;--mk-bg-soft:#161410;--mk-surface:#181818;--mk-surface-soft:#1e1e1e;--mk-surface-muted:#242424;--mk-text:#f4f1ea;--mk-text-strong:#ffffff;--mk-text-muted:#c8c0b3;--mk-border:#2e2a23;--mk-border-soft:#201d18;--mk-primary:#d3b36f;--mk-primary-tint:#f0d393;--mk-primary-soft:#241f14;--mk-primary-shade:#e8c97e;--mk-secondary:#7b5ab5;--mk-form-bg:#1a1a1a;--mk-form-border:#2e2a23;--mk-placeholder:#8f8780;--mk-focus-ring:rgba(211, 179, 111, 0.9);--mk-gradient-surface:linear-gradient(180deg, #1d1b18 0%, #141414 100%);--mk-gradient-premium:linear-gradient(135deg, #d3b36f 0%, #f0d393 48%, #8b753f 100%);--mk-shadow-card:0 15px 34px rgba(0, 0, 0, 0.48);--mk-shadow-soft:0 4px 18px rgba(0, 0, 0, 0.40);--mk-shadow-menu:0 8px 32px rgba(0, 0, 0, 0.55);--mk-toggle-bg:#1a1a1a;--mk-toggle-color:#d3b36f;--mk-toggle-hover-bg:#282420;--mk-overlay:rgba(0, 0, 0, 0.72)}.dark-mode-toggle{display:inline-flex;align-items:center;justify-content:center;background:var(--mk-toggle-bg);color:var(--mk-toggle-color);padding:4px;font-size:14px;border:none;border-radius:0;cursor:pointer;text-decoration:none;line-height:1.5;transition:background-color 0.18s ease,color 0.18s ease;flex-shrink:0}.dark-mode-toggle:hover,.dark-mode-toggle:focus{background:var(--mk-toggle-hover-bg);color:var(--mk-toggle-color)}.dark-mode-toggle:focus{outline:none}.dark-mode-toggle:focus-visible{outline:2px solid var(--mk-primary);outline-offset:2px}.dark-mode-toggle__text{display:none}.dark-mode-toggle__icon{font-size:14px;line-height:1;flex-shrink:0}.dark-mode-toggle__icon--sun{display:none}html[data-theme="dark"] .dark-mode-toggle__icon--moon{display:none}html[data-theme="dark"] .dark-mode-toggle__icon--sun{display:inline-block}html[data-theme="dark"]{background-color:var(--mk-bg)}html[data-theme="dark"] body{background-color:var(--mk-bg);color:var(--mk-text)}html[data-theme="dark"] main,html[data-theme="dark"] .content-wrapper,html[data-theme="dark"] .page-mt{background-color:var(--mk-bg)}html[data-theme="dark"] section,html[data-theme="dark"] article{background-color:var(--mk-bg);color:var(--mk-text)}html[data-theme="dark"] a{color:inherit}html[data-theme="dark"] a:hover{color:var(--mk-primary)}html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] h5,html[data-theme="dark"] h6,html[data-theme="dark"] .title,html[data-theme="dark"] .heading,html[data-theme="dark"] .section-title,html[data-theme="dark"] .section-title-component,html[data-theme="dark"] .main-page-title,html[data-theme="dark"] .footer-menu-title{color:var(--mk-primary)}html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] label,html[data-theme="dark"] .description,html[data-theme="dark"] .card-content,html[data-theme="dark"] .card-description{color:var(--mk-text)}html[data-theme="dark"] small,html[data-theme="dark"] .small,html[data-theme="dark"] .text-muted,html[data-theme="dark"] .meta,html[data-theme="dark"] .excerpt,html[data-theme="dark"] .date{color:var(--mk-text-muted)!important}html[data-theme="dark"] .text-dark,html[data-theme="dark"] .text-black,html[data-theme="dark"] .text-body{color:var(--mk-text)!important}html[data-theme="dark"] .bg-white,html[data-theme="dark"] .bg-light{background-color:var(--mk-surface)!important;border-color:var(--mk-border)!important}html[data-theme="dark"] hr{border-color:var(--mk-border);opacity:1}html[data-theme="dark"] .menu-container{background-color:rgb(17 17 17 / .98)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--mk-border),var(--mk-shadow-menu)}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .nav-link{color:var(--mk-text)}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .nav-link:hover,html[data-theme="dark"] .menu-container .first-grp .navbar-nav .dropdown .nav-link.show{color:var(--mk-primary)}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .dropdown-menu{background-color:var(--mk-surface);border-color:var(--mk-border);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item{border-radius:.3125rem}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item .icon-wrap{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item .item-content .item-title{color:var(--mk-primary)}html[data-theme="dark"] .menu-container .first-grp .navbar-nav .nav-item .dropdown-menu .dropdown-item .item-content .item-description{color:var(--mk-text-muted)}html[data-theme="dark"] .menu-container .second-grp .searchBtn .search-img,html[data-theme="dark"] .menu-container .second-grp .searchBtn .close-img{color:var(--mk-primary)}html[data-theme="dark"] .desktop-search-form{background-color:var(--mk-surface-muted);border-color:var(--mk-border)}html[data-theme="dark"] .desktop-search-form .form-input:focus{border-color:var(--mk-primary)}html[data-theme="dark"] .dropdown-primary .dropdown-toggle{background:var(--mk-gradient-premium);color:#111}html[data-theme="dark"] .dropdown-primary .dropdown-toggle.show,html[data-theme="dark"] .dropdown-primary .dropdown-menu li a{background-color:var(--mk-primary-soft);color:var(--mk-text)}html[data-theme="dark"] .dropdown-primary .dropdown-menu li a:hover{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .dropdown-secondary .dropdown-toggle,html[data-theme="dark"] .dropdown-secondary .dropdown-menu li a{background-color:var(--mk-secondary);color:#fff}html[data-theme="dark"] .dropdown-secondary .dropdown-toggle.show{background-color:var(--mk-surface-soft);color:var(--mk-text)}html[data-theme="dark"] .mobile-nav-menu{background-color:var(--mk-surface);color:var(--mk-text)}html[data-theme="dark"] .mobile-nav-menu .top-content .nav-header #mobile-menu-close{color:var(--mk-text)}html[data-theme="dark"] .mobile-nav-menu .top-content .mobile-menu-hr{border-color:var(--mk-border)}html[data-theme="dark"] .mobile-nav-menu .top-content .menu-items .mobile-menu-item{background-color:var(--mk-surface-soft);border-color:var(--mk-border)}html[data-theme="dark"] .mobile-nav-menu .top-content .menu-items .mobile-menu-item:active{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .mobile-nav-menu .top-content .menu-items .mobile-menu-item .item-title{color:var(--mk-primary)}html[data-theme="dark"] .mobile-nav-menu .top-content .menu-items .mobile-menu-item .item-description{color:var(--mk-text-muted)!important}html[data-theme="dark"] .mobile-nav-menu .mobile-search-form .form-input{background-color:var(--mk-form-bg);border-color:var(--mk-form-border);color:var(--mk-text)}html[data-theme="dark"] .mobile-nav-menu .mobile-search-form .form-input:focus{border-color:var(--mk-primary)}html[data-theme="dark"] .mobile-nav-menu .mobile-search-form .mobile-search-icon{color:var(--mk-placeholder)}html[data-theme="dark"] .mobile-nav-menu .menu-footer .social-media .social-media-link{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .footer{background:var(--mk-surface-muted)!important;color:var(--mk-text)}html[data-theme="dark"] .footer .footer-content .footer-menu-title{color:var(--mk-primary)}html[data-theme="dark"] .footer .footer-content .footer-menu .footer-menu-item a{color:var(--mk-text)}html[data-theme="dark"] .footer .footer-content .footer-menu .footer-menu-item a:hover{color:var(--mk-primary)}html[data-theme="dark"] .footer .footer-content .first-col .location .location-text,html[data-theme="dark"] .footer .footer-content .first-col .location .fa-location-dot{color:var(--mk-text-muted)}html[data-theme="dark"] .footer .footer-content .first-col .location .fa-location-dot{color:var(--mk-primary)}html[data-theme="dark"] .footer .footer-content .fourth-col .app-title{color:var(--mk-text)}html[data-theme="dark"] .footer .footer-info{border-top-color:var(--mk-border)}html[data-theme="dark"] .footer .footer-info .footer-info-title,html[data-theme="dark"] .footer .footer-info .footer-info-menu .footer-info-item .footer-info-link{color:var(--mk-text-muted)}html[data-theme="dark"] .footer .phone-footer,html[data-theme="dark"] .footer .whatsapp-footer{color:var(--mk-text)}html[data-theme="dark"] .footer .phone-footer i::before,html[data-theme="dark"] .footer .whatsapp-footer i::before{color:var(--mk-primary)}html[data-theme="dark"] .footer .footer-content .social-media .social-media-link{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .slide-2,html[data-theme="dark"] .slide-3{background-color:var(--mk-bg)!important}html[data-theme="dark"] .slide-2 .description,html[data-theme="dark"] .slide-3 .description{color:var(--mk-text-muted)}html[data-theme="dark"] .slide-3 .app-title{color:var(--mk-text)}@media (max-width:768px){html[data-theme="dark"] .slide-2{background-color:var(--mk-surface-muted)!important}}html[data-theme="dark"] .simple-tinted-section{color:var(--mk-text-strong)}html[data-theme="dark"] .sub-header span,html[data-theme="dark"] .sub-header span a{color:var(--mk-primary)}html[data-theme="dark"] .sub-header .breadcrumb_last{color:var(--mk-text)}html[data-theme="dark"] .main-page-title{color:var(--mk-primary)}html[data-theme="dark"] .standard-section,html[data-theme="dark"] .standard-with-box-cards,html[data-theme="dark"] .achievement-cards-section,html[data-theme="dark"] .reports-section,html[data-theme="dark"] .reports-carousel-container,html[data-theme="dark"] .news-section,html[data-theme="dark"] .news,html[data-theme="dark"] .apps,html[data-theme="dark"] .search,html[data-theme="dark"] .terms-container,html[data-theme="dark"] .complaints,html[data-theme="dark"] .careers,html[data-theme="dark"] .contact-page,html[data-theme="dark"] .products-section,html[data-theme="dark"] .fund-section,html[data-theme="dark"] .assets,html[data-theme="dark"] .information-section,html[data-theme="dark"] .board-message-section,html[data-theme="dark"] .custom-funds,html[data-theme="dark"] .trading-rules,html[data-theme="dark"] .market-tabs,html[data-theme="dark"] .video-gallery,html[data-theme="dark"] .organizational-structure,html[data-theme="dark"] .boxes-with-2-back-boxes-listing,html[data-theme="dark"] .announcements-section-container,html[data-theme="dark"] .strengths-section,html[data-theme="dark"] .help-section,html[data-theme="dark"] .video-section{background-color:var(--mk-bg);color:var(--mk-text)}html[data-theme="dark"] .help-section,html[data-theme="dark"] .video-section{color:var(--mk-text-strong)}html[data-theme="dark"] .section-title-component .title,html[data-theme="dark"] .section-title-component .subtitle{color:var(--mk-primary)}html[data-theme="dark"] .simple-tinted-section .title{color:var(--mk-text-strong)}html[data-theme="dark"] .standard-section .swiper-pagination .swiper-pagination-bullet{background-color:var(--mk-text-muted)}html[data-theme="dark"] .standard-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--mk-primary)}html[data-theme="dark"] .box-card,html[data-theme="dark"] .info-card,html[data-theme="dark"] .info-card-with-img,html[data-theme="dark"] .announcement-card,html[data-theme="dark"] .announcement-card-container,html[data-theme="dark"] .mini-article,html[data-theme="dark"] .shadow-info-card,html[data-theme="dark"] .shadow-info-card-container,html[data-theme="dark"] .shadowed-image-card,html[data-theme="dark"] .executive-card,html[data-theme="dark"] .report-item,html[data-theme="dark"] .report-card,html[data-theme="dark"] .report-carousel-item,html[data-theme="dark"] .news-item,html[data-theme="dark"] .search-results-item,html[data-theme="dark"] .infor-card-wrapper,html[data-theme="dark"] .investment-promo-card .card-wrapper,html[data-theme="dark"] .investment-promo-card .content-section,html[data-theme="dark"] .info-box-with-header .content,html[data-theme="dark"] .information-section .content,html[data-theme="dark"] .information-section .card{background-color:var(--mk-surface);border-color:var(--mk-border);box-shadow:var(--mk-shadow-card);color:var(--mk-text)}html[data-theme="dark"] .box-card-with-text,html[data-theme="dark"] .box-card-with-text .body{background-color:var(--mk-surface);border-color:var(--mk-border);box-shadow:var(--mk-shadow-card);color:var(--mk-text)}html[data-theme="dark"] .box-card-with-text .header{background:var(--mk-gradient-premium)}html[data-theme="dark"] .box-card-with-text .header .title{color:#111}html[data-theme="dark"] .pattern-box{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .tab-item{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .tab-item:hover,html[data-theme="dark"] .tab-item.active{background-color:var(--mk-primary-soft);border-color:var(--mk-primary)}html[data-theme="dark"] .tab-item .content .titleWrap .tab-title{color:var(--mk-text)}html[data-theme="dark"] .tab-item.active .content .titleWrap .tab-title{color:var(--mk-primary)}html[data-theme="dark"] .tab-item .content .description{color:var(--mk-text-muted)}html[data-theme="dark"] .achievement-card{background-color:var(--mk-surface);border-color:var(--mk-border);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .achievement-card::before{background:var(--mk-gradient-premium)}html[data-theme="dark"] .achievement-card__title,html[data-theme="dark"] .achievement-card__highlight-value{color:var(--mk-text-strong)}html[data-theme="dark"] .achievement-card__highlight-label,html[data-theme="dark"] .achievement-card__meta-row span:first-child{color:var(--mk-text-muted)}html[data-theme="dark"] .achievement-card__meta-row span:last-child{color:var(--mk-text)}html[data-theme="dark"] .achievement-card__status{background:var(--mk-primary-soft);border-color:var(--mk-border);color:var(--mk-primary)}html[data-theme="dark"] .achievement-card__btn{border-color:var(--mk-border);color:var(--mk-primary);background:#fff0}html[data-theme="dark"] .achievement-card__btn:hover,html[data-theme="dark"] .achievement-card__btn:focus{background:var(--mk-gradient-premium);border-color:var(--mk-primary);color:#111}html[data-theme="dark"] .executive-card .executive-card-image .background{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .executive-modal,html[data-theme="dark"] .modal-content{background-color:var(--mk-surface)!important;border-color:var(--mk-border);color:var(--mk-text);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .overlay,html[data-theme="dark"] .videoPlayerOverlay,html[data-theme="dark"] .modal-backdrop{background-color:var(--mk-overlay)!important}html[data-theme="dark"] .form-input,html[data-theme="dark"] .form-control,html[data-theme="dark"] .wpcf7-form-control,html[data-theme="dark"] input[type="text"],html[data-theme="dark"] input[type="email"],html[data-theme="dark"] input[type="tel"],html[data-theme="dark"] input[type="url"],html[data-theme="dark"] input[type="number"],html[data-theme="dark"] input[type="date"],html[data-theme="dark"] input[type="search"],html[data-theme="dark"] input[type="password"],html[data-theme="dark"] textarea,html[data-theme="dark"] select{background-color:var(--mk-form-bg);border-color:var(--mk-form-border);color:var(--mk-text)}html[data-theme="dark"] .form-container .form-wrapper .form-control{background-color:var(--mk-form-bg);border-color:var(--mk-form-border);color:var(--mk-text)}html[data-theme="dark"] .form-input::placeholder,html[data-theme="dark"] .form-control::placeholder,html[data-theme="dark"] .wpcf7-form-control::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:var(--mk-placeholder)}html[data-theme="dark"] .form-container .form-wrapper .form-control::placeholder,html[data-theme="dark"] .form-container .form-wrapper .form-control::-moz-placeholder{color:var(--mk-placeholder)}html[data-theme="dark"] .form-input:focus,html[data-theme="dark"] .form-control:focus,html[data-theme="dark"] .wpcf7-form-control:focus,html[data-theme="dark"] input:focus,html[data-theme="dark"] textarea:focus,html[data-theme="dark"] select:focus{border-color:var(--mk-primary);box-shadow:0 0 0 .15rem var(--mk-focus-ring);outline:none}html[data-theme="dark"] .form-submission-button,html[data-theme="dark"] input[type="submit"],html[data-theme="dark"] button[type="submit"]{background:var(--mk-gradient-premium);color:#111;border-color:#fff0}html[data-theme="dark"] .form-submission-button:hover{filter:brightness(1.1)}html[data-theme="dark"] .search-filter,html[data-theme="dark"] .debounced-form{background-color:var(--mk-surface);border-color:var(--mk-border);box-shadow:var(--mk-shadow-soft)}html[data-theme="dark"] .search-filter svg,html[data-theme="dark"] .debounced-form svg{filter:brightness(1.6)}html[data-theme="dark"] .search-filter .dropdown-menu{background-color:var(--mk-surface)!important;border-color:var(--mk-border)!important;color:var(--mk-text)!important}html[data-theme="dark"] .search-filter form #delete-filters-btn,html[data-theme="dark"] .search-filter form #filter-btn{border-color:var(--mk-border);color:var(--mk-text);background-color:var(--mk-surface-soft)}html[data-theme="dark"] .search-filter form #filter-btn{background-color:var(--mk-primary);color:#111;border-color:var(--mk-primary)}html[data-theme="dark"] .contact-page .content,html[data-theme="dark"] .contact-page .form-container,html[data-theme="dark"] .wpcf7{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .myBtn-default,html[data-theme="dark"] .myBtn-light,html[data-theme="dark"] .myBtn-white{background-color:var(--mk-surface-soft);color:var(--mk-text-strong);border-color:var(--mk-border)}html[data-theme="dark"] .myBtn-default .arrow,html[data-theme="dark"] .myBtn-light .arrow,html[data-theme="dark"] .myBtn-white .arrow,html[data-theme="dark"] .myBtn-text .arrow{stroke:var(--mk-text-strong)}html[data-theme="dark"] .myBtn-dark{background-color:var(--mk-surface-soft);color:var(--mk-primary);border:1px solid var(--mk-border)}html[data-theme="dark"] .myBtn-dark:hover{background:var(--mk-gradient-premium);color:#111}html[data-theme="dark"] .myBtn-dark:hover .arrow{stroke:#111}html[data-theme="dark"] .myBtn-text{color:var(--mk-text)}html[data-theme="dark"] .myBtn-text:hover{color:var(--mk-primary)}html[data-theme="dark"] .myBtn-text-primary{color:var(--mk-primary)}html[data-theme="dark"] .myBtn-text-secondary{color:var(--mk-secondary)}html[data-theme="dark"] .accordion-item{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .accordion-button,html[data-theme="dark"] .accordion-button:not(.collapsed){background-color:var(--mk-surface);color:var(--mk-text);box-shadow:none;border-bottom-color:var(--mk-border)}html[data-theme="dark"] .accordion-button:not(.collapsed){color:var(--mk-primary)}html[data-theme="dark"] .accordion-button::after{filter:brightness(1.6) saturate(.7)}html[data-theme="dark"] .accordion-body{background-color:var(--mk-surface);color:var(--mk-text)}html[data-theme="dark"] .tab-buttons{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .tab-buttons .tab-btn{color:var(--mk-text-muted);border-color:#fff0}html[data-theme="dark"] .tab-buttons .tab-btn.active,html[data-theme="dark"] .tab-buttons .tab-btn:hover{color:var(--mk-primary);border-bottom-color:var(--mk-primary)}html[data-theme="dark"] .tab-content-item{background-color:var(--mk-surface);color:var(--mk-text)}html[data-theme="dark"] .nav-tabs{border-bottom-color:var(--mk-border)}html[data-theme="dark"] .nav-tabs .nav-link{color:var(--mk-text-muted);border-color:#fff0}html[data-theme="dark"] .nav-tabs .nav-link.active,html[data-theme="dark"] .nav-tabs .nav-link:hover{color:var(--mk-primary);background-color:var(--mk-surface);border-color:var(--mk-border) var(--mk-border) var(--mk-surface)}html[data-theme="dark"] table{color:var(--mk-text);border-color:var(--mk-border)}html[data-theme="dark"] table thead th{color:var(--mk-primary);border-bottom-color:var(--mk-border);background-color:var(--mk-surface-muted)}html[data-theme="dark"] table tbody tr{border-bottom-color:var(--mk-border-soft)}html[data-theme="dark"] table tbody tr:hover{background-color:var(--mk-surface-soft)}html[data-theme="dark"] table tbody td{color:var(--mk-text);border-color:var(--mk-border-soft)}html[data-theme="dark"] .table-striped tbody tr:nth-of-type(odd){background-color:var(--mk-surface-soft)}html[data-theme="dark"] .trading-rules table,html[data-theme="dark"] .trading-rules th,html[data-theme="dark"] .trading-rules td{border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .trading-rules thead{background-color:var(--mk-primary);color:#111}html[data-theme="dark"] .pagination .page-link{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .pagination .page-link:hover{background-color:var(--mk-primary-soft);color:var(--mk-primary);border-color:var(--mk-primary)}html[data-theme="dark"] .pagination .page-item.active .page-link{background-color:var(--mk-primary);border-color:var(--mk-primary);color:#111}html[data-theme="dark"] .pagination .page-item.disabled .page-link{background-color:var(--mk-surface-muted);border-color:var(--mk-border);color:var(--mk-text-muted)}html[data-theme="dark"] .swiper-button-next,html[data-theme="dark"] .swiper-button-prev{color:var(--mk-primary)}html[data-theme="dark"] .swiper-pagination-bullet{background-color:var(--mk-text-muted)}html[data-theme="dark"] .swiper-pagination-bullet.swiper-pagination-bullet-active,html[data-theme="dark"] .info-cards-listing .controls .cards-swiper-pagination .swiper-pagination-bullet-active{background-color:var(--mk-primary)}html[data-theme="dark"] .carousel-control-prev,html[data-theme="dark"] .carousel-control-next,html[data-theme="dark"] .carousel-control i{color:var(--mk-primary)}html[data-theme="dark"] .stock-ticker{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text);box-shadow:var(--mk-shadow-soft)}html[data-theme="dark"] .ticker-disclaimer{background-color:var(--mk-surface-muted);border-color:var(--mk-border);color:var(--mk-text-muted)}html[data-theme="dark"] .stock-ticker .ticker-symbol{color:var(--mk-text)}html[data-theme="dark"] .stock-ticker .ticker-value{color:var(--mk-text-strong)}html[data-theme="dark"] .stock-ticker .ticker-change.positive{color:#4caf82}html[data-theme="dark"] .stock-ticker .ticker-change.negative{color:#e05c5c}html[data-theme="dark"] .flatpickr-calendar{background-color:var(--mk-surface)!important;border-color:var(--mk-border);box-shadow:var(--mk-shadow-card);color:var(--mk-text)}html[data-theme="dark"] .flatpickr-month,html[data-theme="dark"] .flatpickr-weekdays,html[data-theme="dark"] .flatpickr-weekday{background-color:var(--mk-surface-muted);color:var(--mk-text);fill:var(--mk-text)}html[data-theme="dark"] .flatpickr-day{color:var(--mk-text)}html[data-theme="dark"] .flatpickr-day:hover{background-color:var(--mk-primary-soft);border-color:var(--mk-primary-soft)}html[data-theme="dark"] .flatpickr-day.selected,html[data-theme="dark"] .flatpickr-day.startRange,html[data-theme="dark"] .flatpickr-day.endRange{background:var(--mk-primary);border-color:var(--mk-primary);color:#111}html[data-theme="dark"] .flatpickr-day.inRange{background-color:var(--mk-primary-soft);border-color:var(--mk-primary-soft)}html[data-theme="dark"] .flatpickr-day.flatpickr-disabled{color:var(--mk-text-muted)}html[data-theme="dark"] .flatpickr-prev-month,html[data-theme="dark"] .flatpickr-next-month{color:var(--mk-text);fill:var(--mk-text)}html[data-theme="dark"] .numInput,html[data-theme="dark"] .cur-year{background:#fff0;color:var(--mk-text)}html[data-theme="dark"] .fund,html[data-theme="dark"] .fund .body,html[data-theme="dark"] .fund-section .content{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .fund .fund-kpis .kpi--primary .kpi-value{color:var(--mk-primary)}html[data-theme="dark"] .fund .fund-kpis .kpi--secondary .kpi-value{color:var(--mk-secondary)}html[data-theme="dark"] .fund .fund-stats .stat--span{color:var(--mk-text-muted)}html[data-theme="dark"] .custom-funds .fund-card{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .search-results-item{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .search-results-item .title,html[data-theme="dark"] .search-results-item h3{color:var(--mk-primary)}html[data-theme="dark"] .search-results-item .excerpt,html[data-theme="dark"] .search-results-item .meta{color:var(--mk-text-muted)}html[data-theme="dark"] .relevanssi-query-term,html[data-theme="dark"] mark{background-color:var(--mk-primary);color:#111}html[data-theme="dark"] .floating-contact__toggle{background-color:var(--mk-surface-soft);color:var(--mk-primary);border:1px solid var(--mk-border)}html[data-theme="dark"] .floating-contact__toggle:hover,html[data-theme="dark"] .floating-contact__toggle:focus{background:var(--mk-gradient-premium);color:#111}html[data-theme="dark"] .floating-contact__action--call{background-color:var(--mk-surface-soft);color:var(--mk-primary);border:1px solid var(--mk-border)}html[data-theme="dark"] .floating-contact__action--call:hover,html[data-theme="dark"] .floating-contact__action--call:focus{background:var(--mk-gradient-premium);color:#111}html[data-theme="dark"] .floating-contact__action--whatsapp{box-shadow:0 4px 12px rgb(0 0 0 / .35)}html[data-theme="dark"] .announcement-banner{background-color:var(--mk-surface-muted);border-bottom-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .announcement-banner .banner-text{color:var(--mk-text)}html[data-theme="dark"] .announcement-banner .banner-close{color:var(--mk-text-muted)}html[data-theme="dark"] .dashed-solid-border{border-color:var(--mk-border)}html[data-theme="dark"] svg path[fill="#999999"],html[data-theme="dark"] svg path[fill="#787878"],html[data-theme="dark"] svg path[fill="black"],html[data-theme="dark"] svg path[fill="#000000"]{fill:var(--mk-text-muted)}html[data-theme="dark"] svg path[stroke="#787878"],html[data-theme="dark"] svg path[stroke="#D0D1D3"],html[data-theme="dark"] svg path[stroke="#2D2D2D"]{stroke:var(--mk-text-muted)}html[data-theme="dark"] .standard-with-box-cards .image-container .pattern-border{border-color:var(--mk-border-soft);opacity:.5}html[data-theme="dark"] .modal-header{border-bottom-color:var(--mk-border)}html[data-theme="dark"] .modal-footer{border-top-color:var(--mk-border)}html[data-theme="dark"] .modal-header .btn-close{filter:invert(1)}html[data-theme="dark"] a:focus-visible,html[data-theme="dark"] button:focus-visible,html[data-theme="dark"] [role="button"]:focus-visible,html[data-theme="dark"] input:focus-visible,html[data-theme="dark"] textarea:focus-visible,html[data-theme="dark"] select:focus-visible,html[data-theme="dark"] .dropdown-item:focus-visible,html[data-theme="dark"] .nav-link:focus-visible,html[data-theme="dark"] .page-link:focus-visible,html[data-theme="dark"] .swiper-button-next:focus-visible,html[data-theme="dark"] .swiper-button-prev:focus-visible,html[data-theme="dark"] .carousel-control-prev:focus-visible,html[data-theme="dark"] .carousel-control-next:focus-visible,html[data-theme="dark"] .latest-custom-swiper-button:focus-visible,html[data-theme="dark"] .cards-custom-swiper-button:focus-visible,html[data-theme="dark"] .floating-contact__toggle:focus-visible,html[data-theme="dark"] .floating-contact__action:focus-visible{outline:2px solid var(--mk-focus-ring);outline-offset:3px;box-shadow:0 0 0 .15rem rgb(211 179 111 / .28)}html[data-theme="dark"] .dropdown-menu{background-color:var(--mk-surface);border-color:var(--mk-border);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .dropdown-menu .dropdown-item{color:var(--mk-text)}html[data-theme="dark"] .dropdown-menu .dropdown-item:hover,html[data-theme="dark"] .dropdown-menu .dropdown-item:focus{background-color:var(--mk-primary-soft);color:var(--mk-text)}html[data-theme="dark"] .dropdown-divider{border-color:var(--mk-border)}html[data-theme="dark"] .tasi-widget{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .mega-menu-item{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-card);border-color:var(--mk-border)}html[data-theme="dark"] .mega-menu-item .separtor{background-color:var(--mk-surface)}html[data-theme="dark"] .mega-menu-item .mega-menu-item-li:hover{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .mega-menu-item.menu-2-level{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .mega-menu-item .menu-2-level>li:hover{background-color:var(--mk-surface-muted)}html[data-theme="dark"] .mega-menu-item .menu-2-level>li:hover .item-title{color:var(--mk-primary)}html[data-theme="dark"] .mega-menu-item.menu-3-level{background-color:var(--mk-surface-muted)}html[data-theme="dark"] .mega-menu-item.menu-3-level .mega-menu-item-li{border-bottom-color:var(--mk-border)}html[data-theme="dark"] .mega-menu-item.menu-3-level li:hover{background-color:var(--mk-primary)}html[data-theme="dark"] .mega-menu-item.menu-3-level .mega-menu-item-li .dropdown-item .item-content{color:var(--mk-text)!important}html[data-theme="dark"] .mega-menu-item.menu-3-level .mega-menu-item-li:hover .item-content{color:#111111!important}html[data-theme="dark"] .mega-menu-item .mega-menu-item-li .dropdown-item .item-content .item-title,html[data-theme="dark"] .menu-1-level .mega-menu-item-li:hover>.dropdown-item>.item-content .item-title,html[data-theme="dark"] .menu-1-level .mega-menu-item-li:hover>a>.dropdown-item>.item-content .item-title{color:var(--mk-primary)}html[data-theme="dark"] .mega-menu-item .mega-menu-item-li .dropdown-item .item-content .item-description,html[data-theme="dark"] #mobile-menu .menu-items .main-menu .mobile-menu-item .item-content .item-description{color:var(--mk-text-muted)}html[data-theme="dark"] .mega-menu-item .mega-menu-item-li .dropdown-item .icon-wrap,html[data-theme="dark"] #mobile-menu .menu-items .main-menu .mobile-menu-item .icon-wrap{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .linear-gradient{background:linear-gradient(to right,var(--mk-surface) 0%,var(--mk-border) 50%,var(--mk-surface) 100%)}html[data-theme="dark"] .mega-menu-item .mega-menu-item-li:hover>.linear-gradient{background:linear-gradient(to right,var(--mk-surface-soft) 0%,var(--mk-primary) 50%,var(--mk-surface-soft) 100%)}html[data-theme="dark"] .menu-2-level .linear-gradient{background:linear-gradient(to right,var(--mk-surface-soft) 0%,var(--mk-border) 50%,var(--mk-surface-soft) 100%)}html[data-theme="dark"] .menu-3-level .linear-gradient{background:linear-gradient(to right,var(--mk-surface-muted) 0%,var(--mk-border) 50%,var(--mk-surface-muted) 100%)}html[data-theme="dark"] #mobile-menu .menu-items .main-menu .mobile-menu-item .item-title{color:var(--mk-text)!important}html[data-theme="dark"] #mobile-menu .menu-items .main-menu .mobile-menu-item::before,html[data-theme="dark"] #mobile-menu .menu-items .main-menu .mobile-menu-item::after{background:linear-gradient(90deg,var(--mk-surface) 0%,var(--mk-border) 47%,var(--mk-surface) 100%)}html[data-theme="dark"] #mobile-menu .linear-gradient{background:linear-gradient(to right,var(--mk-surface) 0%,var(--mk-border) 50%,var(--mk-surface) 100%)}html[data-theme="dark"] #mobile-menu .dropdown-mobile-menu .mobile-dropdown-menu .dropdown-item{color:var(--mk-text)}html[data-theme="dark"] #mobile-menu .dropdown-mobile-menu ul.mobile-dropdown-menu>li:first-child .dropdown-item::before{background:linear-gradient(90deg,var(--mk-surface) 0%,var(--mk-border) 47%,var(--mk-surface) 100%)}html[data-theme="dark"] #mobile-menu .dropdowns .mobile-dropdown-toggle{background-color:var(--mk-surface-soft)!important;color:var(--mk-primary)!important}html[data-theme="dark"] #mobile-menu .dropdowns .mobile-dropdown-toggle>span::after,html[data-theme="dark"] #mobile-menu .dropdowns .mobile-dropdown-toggle::before{background:linear-gradient(90deg,var(--mk-surface-soft) 0%,var(--mk-primary) 47%,var(--mk-surface-soft) 100%)}html[data-theme="dark"] #mobile-menu .first-level-mobile>p>a,html[data-theme="dark"] #mobile-menu .second-level-mobile>p>a{color:var(--mk-text)}html[data-theme="dark"] #mobile-menu .zero-level-mobile i{color:var(--mk-text-muted)}html[data-theme="dark"] .menu-1-level a:active>.item-content>div,html[data-theme="dark"] .menu-2-level a:active>.item-content>div,html[data-theme="dark"] .menu-3-level a:active>.item-content>div{color:var(--mk-text)}html[data-theme="dark"] .accordion .accordion-button{background-color:var(--mk-surface);color:var(--mk-text)}html[data-theme="dark"] .accordion .accordion-button:not(.collapsed){background-color:var(--mk-primary-soft);color:var(--mk-primary)}html[data-theme="dark"] .accordion .accordion-body{background-color:var(--mk-surface-muted);color:var(--mk-text)}html[data-theme="dark"] .assets .asset-item,html[data-theme="dark"] .assets .asset-card{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .assets .asset-category{background-color:var(--mk-primary-soft);color:var(--mk-text-muted)}html[data-theme="dark"] .assets .asset-title,html[data-theme="dark"] .assets .asset-name{color:var(--mk-text-strong)}html[data-theme="dark"] .assets .asset-description,html[data-theme="dark"] .assets .asset-meta{color:var(--mk-text-muted)}html[data-theme="dark"] .board-message-section{background-image:none!important;background-color:var(--mk-bg)}html[data-theme="dark"] .board-message-section .quote-container,html[data-theme="dark"] .board-message-section .message-card{background-color:var(--mk-primary-soft);border-color:var(--mk-border)}html[data-theme="dark"] .board-message-section .name,html[data-theme="dark"] .board-message-section .position,html[data-theme="dark"] .board-message-section .quote-text,html[data-theme="dark"] .board-message-section .description{color:var(--mk-text)}html[data-theme="dark"] .complaints .complaint-title,html[data-theme="dark"] .complaints label,html[data-theme="dark"] .complaints .complaint-step,html[data-theme="dark"] .careers .career-title,html[data-theme="dark"] .careers label{color:var(--mk-text)}html[data-theme="dark"] .complaints .step-description,html[data-theme="dark"] .careers .career-description{color:var(--mk-text-muted)}html[data-theme="dark"] .complaints .error-msg{color:#f07070}html[data-theme="dark"] .complaints input,html[data-theme="dark"] .careers input,html[data-theme="dark"] .complaints textarea,html[data-theme="dark"] .careers textarea{border-color:var(--mk-form-border);background-color:var(--mk-form-bg);color:var(--mk-text)}html[data-theme="dark"] .contact-page .contact-info,html[data-theme="dark"] .contact-page .contact-details{background-color:var(--mk-surface-soft);color:var(--mk-text)}html[data-theme="dark"] .contact-page label,html[data-theme="dark"] .contact-page .field-label{color:var(--mk-text)}html[data-theme="dark"] .contact-page .helper-text,html[data-theme="dark"] .contact-page .placeholder-note{color:var(--mk-text-muted)}html[data-theme="dark"] .contact-page .divider-line{background:linear-gradient(90deg,var(--mk-surface-muted) 0%,var(--mk-primary) 47%,var(--mk-surface-muted) 100%)}html[data-theme="dark"] .custom-funds .fund-title,html[data-theme="dark"] .custom-funds .fund-description,html[data-theme="dark"] .custom-funds .fund-label{color:var(--mk-text)}html[data-theme="dark"] .custom-funds .fund-card{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .form-container{background-color:var(--mk-surface)}html[data-theme="dark"] .form-container label,html[data-theme="dark"] .form-section label{color:var(--mk-text)}html[data-theme="dark"] .form-container .helper,html[data-theme="dark"] .form-container .field-hint{color:var(--mk-text-muted)}html[data-theme="dark"] .form-container input,html[data-theme="dark"] .form-container textarea,html[data-theme="dark"] .form-container select{border-color:var(--mk-form-border)!important;background-color:var(--mk-form-bg)!important;color:var(--mk-text)!important}html[data-theme="dark"] .fund-section .fund-card-inner,html[data-theme="dark"] .fund-section .fund-detail{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .fund-section .fund-label,html[data-theme="dark"] .fund-section .fund-value-label{color:var(--mk-text-muted)}html[data-theme="dark"] .fund-section .fund-value{color:var(--mk-text-strong)}html[data-theme="dark"] .fund .stats-row{border-top-color:var(--mk-border);background:linear-gradient(180deg,var(--mk-surface) 0%,var(--mk-surface-soft) 100%)}html[data-theme="dark"] .fund .stat-label{color:var(--mk-text-muted)}html[data-theme="dark"] .fund .stat-value{color:var(--mk-text-strong)}html[data-theme="dark"] .fund .fund-header{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-soft)}html[data-theme="dark"] .fund .fund-details-container{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .information-section .info-card-inner,html[data-theme="dark"] .information-section .info-item{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .information-section .info-label,html[data-theme="dark"] .information-section .info-meta{color:var(--mk-text-muted)}html[data-theme="dark"] .information-section .info-value,html[data-theme="dark"] .information-section .info-title{color:var(--mk-text-strong)}html[data-theme="dark"] .information-section .info-body{color:var(--mk-text)}html[data-theme="dark"] .information-section .cta-btn{background:var(--mk-gradient-premium);color:#111}html[data-theme="dark"] .investment-promo-card .content-section{background-color:var(--mk-surface)}html[data-theme="dark"] .investment-promo-card .card-bg-tint{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .investment-promo-card .card-title,html[data-theme="dark"] .investment-promo-card .card-description{color:var(--mk-text)}html[data-theme="dark"] .investment-promo-card .image-wrapper{background-color:var(--mk-surface-soft)}html[data-theme="dark"] .market-tabs .tab-header,html[data-theme="dark"] .market-tabs .tabs-nav{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .market-tabs .tab-nav-item{color:var(--mk-text)}html[data-theme="dark"] .market-tabs .tab-nav-item.active,html[data-theme="dark"] .market-tabs .tab-nav-item:hover{color:var(--mk-primary);border-color:var(--mk-primary)}html[data-theme="dark"] .market-tabs .tab-muted,html[data-theme="dark"] .market-tabs .tab-secondary-text{color:var(--mk-text-muted)}html[data-theme="dark"] .market-tabs table td,html[data-theme="dark"] .market-tabs table th{color:var(--mk-text);border-color:var(--mk-border)}html[data-theme="dark"] .products-section .product-title,html[data-theme="dark"] .products-section .service-title,html[data-theme="dark"] .products-section .product-text,html[data-theme="dark"] .products-section .service-description{color:var(--mk-text)}html[data-theme="dark"] .products-section .divider-line{background:linear-gradient(90deg,var(--mk-surface-muted) 0%,var(--mk-primary) 47%,var(--mk-surface-muted) 100%)}html[data-theme="dark"] .search .search-container,html[data-theme="dark"] .search .search-header{background-color:var(--mk-surface-muted);color:var(--mk-text)}html[data-theme="dark"] .search .search-input-wrapper{background-color:var(--mk-form-bg);border-color:var(--mk-form-border)}html[data-theme="dark"] .search .search-results-meta{color:var(--mk-text-muted)}html[data-theme="dark"] .single-news .article-date,html[data-theme="dark"] .single-news .article-meta,html[data-theme="dark"] .single-news .article-category{color:var(--mk-text-muted)}html[data-theme="dark"] .single-news .article-content,html[data-theme="dark"] .single-news .article-body{color:var(--mk-text)}html[data-theme="dark"] .single-news .article-content a{color:var(--mk-primary)}html[data-theme="dark"] .single-news .article-content blockquote{border-left-color:var(--mk-primary);background-color:var(--mk-primary-soft);color:var(--mk-text-muted)}html[data-theme="dark"] .stock-ticker{background-color:var(--mk-surface)}html[data-theme="dark"] .stock-ticker .ticker-item{border-inline-end-color:var(--mk-border)}html[data-theme="dark"] .stock-ticker .ticker-divider,html[data-theme="dark"] .stock-ticker .divider-icon{color:var(--mk-text-muted)}html[data-theme="dark"] .tabs-section .tabs-container{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-soft)}html[data-theme="dark"] .tabs-section .tab-head{color:var(--mk-text);border-bottom-color:var(--mk-border)}html[data-theme="dark"] .tabs-section .tab-head.active,html[data-theme="dark"] .tabs-section .tab-head:hover{color:var(--mk-primary)}html[data-theme="dark"] .tabs-section .tab-panel{background-color:var(--mk-surface);color:var(--mk-text)}html[data-theme="dark"] .swiper-slide select,html[data-theme="dark"] .news-swiper select{background-color:var(--mk-form-bg);color:var(--mk-text);border-color:var(--mk-form-border)}html[data-theme="dark"] .terms-container .terms-section,html[data-theme="dark"] .terms-container .terms-card{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .terms-container .terms-nav{background-color:var(--mk-primary-soft);border-color:var(--mk-border)}html[data-theme="dark"] .terms-container .terms-nav-item{color:var(--mk-text);border-bottom-color:var(--mk-border-soft)}html[data-theme="dark"] .terms-container .terms-nav-item.active,html[data-theme="dark"] .terms-container .terms-nav-item:hover{color:var(--mk-primary);background-color:var(--mk-surface-soft)}html[data-theme="dark"] .terms-container .terms-heading{color:var(--mk-primary)}html[data-theme="dark"] .terms-container .terms-body,html[data-theme="dark"] .terms-container .terms-text{color:var(--mk-text)}html[data-theme="dark"] .terms-container .terms-table-wrapper{background-color:var(--mk-surface-muted);border-color:var(--mk-border)}html[data-theme="dark"] .trading-rules{color:var(--mk-text)}html[data-theme="dark"] .trading-rules .section-label,html[data-theme="dark"] .trading-rules .rule-label{color:var(--mk-text)}html[data-theme="dark"] .trading-rules .rule-highlight,html[data-theme="dark"] .trading-rules .rule-value{color:var(--mk-primary)}html[data-theme="dark"] .video-details .video-title,html[data-theme="dark"] .video-details .video-description{color:var(--mk-text)}html[data-theme="dark"] .video-details .video-meta,html[data-theme="dark"] .video-details .video-date{color:var(--mk-text-muted)}html[data-theme="dark"] .video-details .video-divider{border-color:var(--mk-border)}html[data-theme="dark"] .video-details .related-title{color:var(--mk-primary)}html[data-theme="dark"] .video-details .divider-gradient{background:linear-gradient(90deg,var(--mk-surface-muted) 0%,var(--mk-primary) 47%,var(--mk-surface-muted) 100%)}html[data-theme="dark"] .video-gallery .gallery-item{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .video-gallery .video-item-title{color:var(--mk-text)}html[data-theme="dark"] .video-gallery .video-item-meta{color:var(--mk-text-muted)}html[data-theme="dark"] .reports-carousel-container .carousel-bg-light{background-color:var(--mk-surface-muted)}html[data-theme="dark"] .reports-carousel-container .carousel-bg-tinted{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .swiper-category-select{background-color:var(--mk-form-bg);color:var(--mk-text);border-color:var(--mk-form-border)}html[data-theme="dark"] .swiper-nav-separator{background:linear-gradient(90deg,var(--mk-surface) 0%,var(--mk-primary) 47%,var(--mk-surface) 100%)}html[data-theme="dark"] .dashed-solid-border .inner-card{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-soft)}html[data-theme="dark"] .dashed-solid-border .card-label{color:var(--mk-text-muted)}html[data-theme="dark"] .dashed-solid-border .card-value,html[data-theme="dark"] .dashed-solid-border .card-title{color:var(--mk-text-strong)}html[data-theme="dark"] .dashed-solid-border .card-description{color:var(--mk-text)}html[data-theme="dark"] .dashed-solid-border .border-element{border-color:var(--mk-border)}html[data-theme="dark"] .info-card{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .info-card .card-tint{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .info-card .striped-bg{background:repeating-linear-gradient(0deg,var(--mk-surface-soft) 0 14px,transparent 0 26px)}html[data-theme="dark"] .mini-floating-icon,html[data-theme="dark"] .mini-floating-icon .icon-container{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .mini-floating-icon .icon-bg{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .mini-floating-icon .icon-title{color:var(--mk-primary)}html[data-theme="dark"] .mini-floating-icon .icon-description{color:var(--mk-text)}html[data-theme="dark"] .report-carousel-item{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .report-carousel-item .report-date,html[data-theme="dark"] .report-carousel-item .report-type{color:var(--mk-text-muted)}html[data-theme="dark"] .report-item .report-meta,html[data-theme="dark"] .report-item .report-date{color:var(--mk-text-muted)}html[data-theme="dark"] .shadow-info-card .card-tint,html[data-theme="dark"] .shadow-info-card-container .inner-tint{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .tab-item .iconWrap{background-color:var(--mk-surface-muted)}html[data-theme="dark"] .tab-item.active .iconWrap{background-color:var(--mk-primary-soft)}html[data-theme="dark"] .tab-item .content .titleWrap .tab-title{color:var(--mk-text)}html[data-theme="dark"] .tab-item .content .description{color:var(--mk-text-muted)}html[data-theme="dark"] .news-item .item-date,html[data-theme="dark"] .news-item .item-category,html[data-theme="dark"] .news-item .item-meta{color:var(--mk-text-muted)}html[data-theme="dark"] .news-item .item-title{color:var(--mk-text-strong)}html[data-theme="dark"] .news-item .item-excerpt{color:var(--mk-text)}html[data-theme="dark"] .announcements-section-container .listing-title,html[data-theme="dark"] .announcements-section-container .section-header{color:var(--mk-text-strong)}html[data-theme="dark"] .announcements-section-container .filter-label{color:var(--mk-text)}html[data-theme="dark"] .bg-img-overlay{background:linear-gradient(to bottom,rgb(17 17 17 / .65) 0%,rgb(17 17 17 / .8) 56%,rgb(17 17 17 / .7) 100%)!important}html[data-theme="dark"] .board-section,html[data-theme="dark"] .reports-section,html[data-theme="dark"] .strengths-section,html[data-theme="dark"] .video-details,html[data-theme="dark"] .video-gallery,html[data-theme="dark"] .information-section,html[data-theme="dark"] .fund-section,html[data-theme="dark"] .contact-page{background-image:none!important;background-color:var(--mk-bg)}html[data-theme="dark"] .dot-border-img .dot-border{border-color:var(--mk-border)}html[data-theme="dark"] .executive-modal .modal-header,html[data-theme="dark"] .executive-modal .modal-body .details-panel{background-color:var(--mk-surface-muted);border-color:var(--mk-border)}html[data-theme="dark"] .youtube-overlay .play-button{background-color:var(--mk-surface);box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .announcement-banner{background-color:var(--mk-surface-muted);border-bottom:1px solid var(--mk-border)}html[data-theme="dark"] .announcement-banner .banner-text,html[data-theme="dark"] .announcement-banner .banner-content{color:var(--mk-text)}html[data-theme="dark"] .gallery-section .gallery-item{box-shadow:var(--mk-shadow-card)}html[data-theme="dark"] .gallery-section .gallery-caption{color:var(--mk-text-muted)}html[data-theme="dark"] .gallery-section .gallery-count{color:var(--mk-secondary)}html[data-theme="dark"] .home-products .product-card{background-color:var(--mk-surface);border-color:var(--mk-border)}html[data-theme="dark"] .apps .apps-container{background-color:var(--mk-surface)}html[data-theme="dark"] .organizational-structure .org-card{background-color:var(--mk-surface);border-color:var(--mk-border);color:var(--mk-text)}html[data-theme="dark"] .organizational-structure .org-title{color:var(--mk-primary)}html[data-theme="dark"] .organizational-structure .org-role{color:var(--mk-text-muted)}html[data-theme="dark"] .organizational-structure .org-connector{border-color:var(--mk-border)}html[data-theme="dark"] .social-media-links .social-link{background-color:var(--mk-surface-soft);border-color:var(--mk-border);color:var(--mk-text-muted)}html[data-theme="dark"] .social-media-links .social-link:hover{background-color:var(--mk-primary-soft);color:var(--mk-primary)}html[data-theme="dark"] .error-404{background-color:var(--mk-bg);color:var(--mk-text)}html[data-theme="dark"] .error-404 .error-title{color:var(--mk-primary)}html[data-theme="dark"] .error-404 .error-cta{background:var(--mk-gradient-premium);color:#111}html[data-theme="dark"] .standard-section .section-content .description,html[data-theme="dark"] .standard-with-box-cards .section-content .description,html[data-theme="dark"] .info-cards-listing .section-content .description{color:var(--mk-text)}html[data-theme="dark"] .info-card .content .description,html[data-theme="dark"] .news-item .content .description,html[data-theme="dark"] .mini-article .content .description{color:var(--mk-text)}html[data-theme="dark"] .fund .body .description{color:var(--mk-text)}html[data-theme="dark"] .news-updates .container .description{color:var(--mk-text)}html[data-theme="dark"] .news .news-section-wrap .section-content .description{color:var(--mk-text)}html[data-theme="dark"] .home-products .control .news-section-content .description{color:var(--mk-text)}html[data-theme="dark"] .media-section .container .row .content .description{color:var(--mk-text)}html[data-theme="dark"] .tasi .mobile .section-content .description{color:var(--mk-text)}html[data-theme="dark"] .menu-container,html[data-theme="dark"] .mobile-nav-menu,html[data-theme="dark"] .footer{contain:paint}