*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--rev-bg:#151414;--bg:#fff;--text:#161616;--rev-text:#151414;--card:#f5f5f5;--primary:#5285f5;--accent:#ff914d;--header-bg:#fff;--border:#585858;--rev-border:#575757;--dark:#151414;--gray:#545454;--blue:#5285f5;--orange:#ff914d;--line:rgba(0,0,0,0.08);--dot:#151414;--fade:rgba(255,255,255,0.95)}[data-theme="dark"]{--rev-bg:#151414;--bg:#151414;--text:#fff;--rev-text:#fff;--card:#3f3f3f;--header-bg:#3f3f3f;--border:#666;--rev-border:#b7b7b7;--line:rgba(255,255,255,0.08);--dot:#fff;--fade:rgba(21,20,20,0.98)}body{background:var(--bg);color:var(--text);font-family:Arial,sans-serif;position:relative;overflow-x:hidden}.header{background:var(--header-bg);transition:all 0.3s ease}.theme-toggle{width:38px;height:38px;border-radius:30px;border:1px
solid var(--border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-right:12px;position:relative;transition:all 0.3s ease}.icon{width:20px;height:20px;position:absolute;transition:all 0.35s ease}.sun{color:var(--accent);opacity:1;transform:rotate(0) scale(1)}.moon{color:var(--primary);opacity:0;transform:rotate(90deg) scale(0.5)}[data-theme="dark"] .sun{opacity:0;transform:rotate(-90deg) scale(0.5)}[data-theme="dark"] .moon{opacity:1;transform:rotate(0) scale(1)}*{margin:0;padding:0;box-sizing:border-box}.bg-lgray{background:#f9f9f9}a{color:#212529;text-decoration:none}@media only screen and (max-width: 1200px){}@media only screen and (max-width: 991px){}@media only screen and (max-width: 768px){body{font-size:16px}.theme-toggle{width:55px;height:45px}}@media only screen and (max-width: 414px){}@media only screen and (max-width: 375px){}@media only screen and (max-width: 320px){}:root{--header-bg:rgba(255,255,255,0.85);--text-light:#fff;--border:rgba(0,0,0,0.08);--line:rgba(0,0,0,0.08);--submenu-bg:#fff;--submenu-border:#ececec;--hamburger:#545454}[data-theme="dark"]{--header-bg:rgba(21,20,20,0.85);--text:#f5f5f5;--text-light:#fff;--border:rgba(255,255,255,0.08);--line:rgba(255,255,255,0.08);--submenu-bg:#161616;--submenu-border:#292828;--hamburger:#fff}.header-right{width:100%;display:flex;justify-content:flex-end;align-items:center}.header{position:sticky;top:0;z-index:1000;background:var(--bg)}.header::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-image:linear-gradient(
to right,
var(--line) 50%,
transparent 50%
);background-size:32px 1px;background-repeat:repeat-x}.navigation{margin:auto;padding:0
20px;display:flex;align-items:center;justify-content:flex-start;height:70px}.navigation-width{max-width:1200px;margin:auto}.uploaded-logo
img{width:auto;height:auto;max-width:100%;max-height:60px;margin-top:10px}.logo{font-size:20px;font-weight:700;color:var(--text);text-decoration:none;width:190px}nav{display:flex;align-items:center;width:100%}.nav-items{list-style:none;display:flex;gap:10px}.nav-items
li{position:relative}.nav-items li
a{display:block;padding:25px
15px;padding-right:20px;margin:0
5px;text-decoration:none;color:var(--text);white-space:nowrap;cursor:pointer;font-weight:600;font-size:15px;position:relative}.nav-items li a:hover{color:var(--blue)}.nav-items li.menu-item-has-children>a::after{content:"";position:absolute;right:0px;top:50%;width:16px;height:16px;transform:translateY(-50%);pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8335 12.5002L10.0002 16.6668L14.1668 12.5002M5.8335 7.50016L10.0002 3.3335L14.1668 7.50016' stroke='%235285f5' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.sub-menu{position:absolute;top:95%;left:0;z-index:999;width:fit-content;list-style:none;padding:10px;background-color:var(--bg);border:1px
solid var(--border);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transform:translateY(15px);transition:all 0.35s ease;pointer-events:none}.nav-items li.menu-item-has-children.show>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-items li.show>.sub-menu{display:block}.sub-menu li
a{padding:10px;display:block}.nav-items .sub-menu li
a{padding:15px
40px 15px 20px}.nav-items .sub-menu li:not(:last-child){padding:10px
0;border-bottom:1px solid var(--submenu-border)}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:22px;cursor:pointer}.hamburger
span{width:100%;height:1px;background:var(--hamburger);transition:all 0.3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(10px, 10px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}@media (max-width: 991px){.uploaded-logo
img{max-height:45px}.hamburger{display:flex}.navigation{display:flex;align-items:center;justify-content:space-between}nav{position:fixed;top:69px;right:0;width:100%;height:calc(100vh - 70px);background:var(--bg);flex-direction:column;transform:translateX(100%);transition:transform 0.3s ease-in-out;overflow-y:auto;z-index:9999;border-top:1px solid var(--border)}nav.open{transform:translateX(0)}.nav-items{flex-direction:column;width:100%;gap:unset}.nav-items li:not(:last-child){border-bottom:1px solid var(--submenu-border)}.sub-menu{display:none;position:static;width:100%;padding:10px;background-color:transparent;border:none;border-radius:0;backdrop-filter:none;opacity:1;visibility:visible;transform:none}.nav-items .sub-menu
li{margin-left:15px;padding:10px
0}}@media (min-width: 768px){}@media (min-width: 992px){}@media (min-width: 1200px){}.div-section{padding:50px
0px 50px}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1198px}}.posts
.row{display:flex;flex-wrap:wrap;justify-content:center;margin-right:-15px;margin-left:-15px}.col-xl{padding-right:15px;padding-left:15px;box-sizing:border-box;width:100%}@media (min-width: 576px){.col-xl{width:100%}}@media (min-width: 768px){.col-xl{width:50%}}@media (min-width: 992px){.col-xl{width:33.3333%}}@media (min-width: 1200px){.col-xl{width:25%}}.single-post
p{margin-bottom:15px}.entry-content
p{margin-bottom:15px}.single-post
h1{font-size:28px;font-weight:600;color:var(--text);line-height:1.2em;margin-bottom:5px}.single-post h2:not(.sub-title){color:var(--text);line-height:1.3em;font-weight:600;font-size:24px;margin-top:35px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e5e5}.single-post h3:not(.title-rank,.post-title){margin-top:35px;line-height:1.4em;margin-bottom:20px;font-size:22px;font-weight:600;color:var(--text)}.single-post h3:not(.title-rank,.post-title):before{content:"";width:0;height:1.6rem;padding-right: .75rem;border-left:5px solid #044464}.single-post
h4{color:var(--text);font-weight:600;font-size:20px;margin-top:35px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e5e5;line-height:1.4em}.single-post .single-content
ol{padding-left:40px}.single-post .single-content
ul{margin-top:10px;margin-bottom:10px;line-height:1.4;padding-left:40px}@media only screen and (max-width: 1200px){}@media only screen and (max-width: 991px){}@media only screen and (max-width: 768px){.single-post
h1{font-size:24px}.single-post h2:not(.sub-title){font-size:22px}.single-post h3:not(.title-rank,.post-title){font-size:20px}.single-post
h4{font-size:18px}.single-post .single-content
ol{padding-left:20px}.single-post .single-content
ul{padding-left:20px}}@media only screen and (max-width: 414px){}@media only screen and (max-width: 375px){}@media only screen and (max-width: 320px){}.single-page
p{margin-bottom:15px}.single-page
h1{font-size:26px;font-weight:600;color:var(--text)}.single-page
h2{color:var(--text);font-weight:600;font-size:24px;margin-top:35px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e5e5}.single-page h3:not(.title-rank){margin-top:35px;margin-bottom:20px;font-size:22px;font-weight:600;color:var(--text)}.single-page h3:not(.title-rank)::before{content:"";width:0;height:1.6rem;padding-right: .75rem;border-left:5px solid #044464}.single-page .page-content
ul{margin-top:0px;margin-bottom:15px;line-height:1.5;padding-left:40px}.single-breadcrumb{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.breadcrumbs{display:inline-block;white-space:nowrap;font-size:14px;line-height:1.5;margin-bottom:0px !important}.single-breadcrumb::-webkit-scrollbar{display:none}.breadcrumb-section{padding:0
0 10px}#breadcrumbs
span{margin:0
4px}.single-breadcrumb{padding:10px
0px 0px}.container.custom-breadcrumb
#breadcrumbs{margin-bottom:0px;margin-top:10px}.desktop-break{display:none}@media (min-width: 768px){.desktop-break{display:inline}}#wrapper-footer-full{padding:10px
0}.wrapper .footer-widget
.menu{list-style:none;display:flex;font-size:16px;gap:35px;justify-content:center;margin:0;padding:0}.wrapper .footer-widget .menu
li{padding:0}.wrapper .footer-widget .menu li
a{display:block;padding:5px
0;text-decoration:none}@media only screen and (max-width: 768px){#wrapper-footer-full{padding:10px
0}.wrapper .footer-widget
.menu{display:block;text-align:center}#footer-full-content .menu li
a{padding:12px
0}#footer-full-content .menu li:not(:last-child){border-bottom:1px solid #292828}}@media only screen and (max-width: 414px){#wrapper-footer-full{padding:10px
0}#footer-full-content .menu li
a{padding:10px
0}}.flex-count{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-top:15px}.category-row{display:flex;align-items:flex-start;padding:12px
16px;border:1px
solid #eee;border-radius:6px;background-color:#fff;height:100%}.category-row:hover{background-color:#f9f9f9}.category-link{display:flex;width:100%;text-decoration:none;color:inherit}.category-image-group{flex:0 0 40px;display:flex;align-items:center;justify-content:center;margin-right:16px}.category-img{width:32px;height:32px;object-fit:contain}.category-text-group{flex:1}.category-title{font-weight:600;font-size:1rem;margin:0;color:#222}.category-sub{font-size:0.875rem;color:#595959;line-height:1.4}@media (max-width: 1024px){.flex-count{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 767px){.flex-count{grid-template-columns:1fr}.category-img{width:24px;height:24px}.category-image-group{margin-right:12px}}table{width:100%;border-collapse:collapse;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:18px;background-color:#fff;overflow:hidden;box-shadow:0 2px 10px rgba(0, 0, 0, 0.05);margin-bottom:20px}thead{background-color:#f5f7fa}thead
th{text-align:left;padding:16px;font-weight:600;color:#333;border-bottom:1px solid #292828}tbody
tr{transition:background-color 0.2s ease-in-out}tbody tr:hover{background-color:#f0f4f8}tbody
td{padding:14px
16px;border-bottom:1px solid #eee;color:#555}tbody tr:last-child
td{border-bottom:none}@media (max-width: 768px){table{display:block;overflow-x:auto;white-space:nowrap}}#searchform{max-width:500px;margin:20px
auto}#searchform .input-group{display:flex;flex-wrap:nowrap;border:2px
solid #ccc;border-radius:50px;overflow:hidden;box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);background:#fff}#searchform .input-group:hover{border-color:#0073aa;box-shadow:0 4px 12px rgba(0, 115, 170, 0.2)}#searchform .form-control{border:none;outline:none;padding:12px
20px;font-size:16px;border-radius:0;box-shadow:none;flex:1}#searchform
.btn{padding:12px
20px;background-color:var(--text);border:none;border-left:1px solid #ccc;color:#fff;font-weight:600;font-size:16px;border-radius:0 50px 50px 0;cursor:pointer;transition:background-color 0.3s ease}#searchform .btn:hover{background-color:#005d8f}@media (max-width: 600px){#searchform .input-group{flex-direction:column;border-radius:12px}#searchform .form-control,
#searchform
.btn{width:100%;border-radius:0}#searchform
.btn{border-left:none;border-top:1px solid #ccc;border-radius:0 0 12px 12px}}