:root{--bg:#f5f7fb;--surface:#ffffff;--text:#14213d;--muted:#64748b;--primary:#ef4444;--primary-dark:#b91c1c;--accent:#0f766e;--border:#e2e8f0;--shadow:0 18px 45px rgba(15, 23, 42, 0.08);--site-max-width:1360px;--site-gutter:56px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}a{color:inherit;text-decoration:none}.site-nav a:hover,a:hover{color:var(--primary)}img{max-width:100%;height:auto;display:block}.container{margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgb(255 255 255/.96);border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.site-header .site-logo--header,.site-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header .site-logo--header{gap:0}.site-header .site-logo-image{display:block;width:min(100%,340px)}.menu-toggle{display:none;border:0;background:var(--text);color:#fff;border-radius:10px;padding:10px 12px;font-size:20px;cursor:pointer}.site-nav{justify-content:flex-end;flex:1}.site-nav ul{list-style:none;margin:0;padding:0}.site-nav,.site-nav>ul{display:flex;align-items:center}.site-nav>ul{gap:22px}.site-nav li{position:relative}.site-nav a{display:block;color:#0f172a;text-decoration:none;font-size:15px;font-weight:700;line-height:1.3;padding:14px 0;white-space:nowrap}.site-nav ul ul{display:none;position:absolute;top:100%;left:0;min-width:230px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 45px rgb(15 23 42/.14);padding:10px;z-index:9999}.site-nav li:focus-within>ul,.site-nav li:hover>ul{display:block}.site-nav ul ul a{padding:11px 14px;font-size:14px;font-weight:600;color:#1e293b;border-radius:10px;white-space:normal}.site-nav ul ul a:hover{background:#f1f5f9;color:var(--primary)}.single-section{padding:56px 0}.single-content{max-width:1320px;width:100%;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:26px;padding:clamp(24px,4vw,52px);box-shadow:var(--shadow)}.single-header{max-width:820px;margin-bottom:28px}.single-header h1{margin:0 0 18px;font-size:clamp(34px,5vw,56px);line-height:1.08}.single-thumb{margin:0 0 28px;border-radius:18px;overflow:hidden}.entry-content{display:block!important;width:100%!important;max-width:100%;clear:both!important;font-size:18px;line-height:1.85;color:#1e293b}.entry-content .md-quiz,.entry-content>*{max-width:100%!important}.entry-content img,.entry-content p{float:none!important;max-width:100%!important}.entry-content p{clear:both!important;width:auto!important;min-width:0!important;padding-left:0!important;padding-right:0!important;text-indent:0!important;text-align:left!important;margin:0 0 22px!important}.entry-content h3{line-height:1.25;margin-top:32px}.entry-content img{display:block!important;height:auto!important;margin:26px 0!important}.entry-content a{color:#ef4444;text-decoration:none;border-bottom:1px solid rgb(239 68 68/.35)}.entry-content a:hover{color:#b91c1c;border-bottom-color:#b91c1c}.entry-content .md-quiz{width:100%!important;margin:32px 0!important;box-sizing:border-box}.entry-content .md-quiz *{box-sizing:border-box}.entry-content .md-quiz-question{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:20px!important;margin:0 0 18px!important;box-shadow:0 8px 22px rgb(15 23 42/.045)!important;width:100%!important}.entry-content .md-question-number{display:inline-flex!important;background:#fee2e2!important;color:#b91c1c!important;border-radius:999px!important;padding:4px 10px!important;font-weight:800!important;font-size:12px!important;margin-bottom:9px!important}.entry-content .md-answer-list{display:grid!important;gap:8px!important;margin-top:14px!important;width:100%!important}.entry-content button.md-answer{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:46px!important;border:1px solid #e2e8f0!important;background:#f8fafc!important;color:#0f172a!important;border-radius:12px!important;padding:9px 11px!important;cursor:pointer!important;text-align:left!important;transition:.18s ease!important;font:inherit!important}.entry-content button.md-answer:hover{background:#fff7ed!important;border-color:#fed7aa!important}.entry-content .md-answer-letter{width:30px!important;height:30px!important;flex:0 0 30px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:#fff!important;border:1px solid #e2e8f0!important;font-weight:850!important;font-size:14px!important;color:#ef4444!important}.entry-content .md-answer-text{font-size:14px!important;line-height:1.38!important;font-weight:500!important}.site-footer{background:#0f172a;color:#fff;margin-top:40px}.footer-bottom{border-top:1px solid rgb(255 255 255/.12);color:#cbd5e1;padding:16px 0;font-size:14px}@media (max-width:900px){.header-inner{flex-wrap:wrap}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.site-nav{display:none;width:100%;flex:unset;position:static;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:14px 16px;margin-bottom:14px}.site-nav>ul{display:block}.site-nav a{padding:12px 0;white-space:normal}.site-nav ul ul{position:static;display:block;min-width:0;box-shadow:none;border:0;background:#f8fafc;margin:4px 0 8px 12px;padding:8px 12px}}@media (max-width:620px){.single-content{border-radius:18px;padding:22px}.entry-content .md-quiz-question{padding:16px!important}.entry-content button.md-answer{align-items:flex-start!important}}.md-site-footer{margin-top:0;background:linear-gradient(135deg,#0f172a,#111827)}.md-footer-grid{display:grid;grid-template-columns:minmax(260px,1.25fr) 1fr 1fr 1fr;padding:40px 0}.md-site-footer .site-logo{color:#fff;margin-bottom:12px}.md-footer-bottom,.md-footer-col li{color:#cbd5e1}.md-footer-brand p{margin:12px 0 18px}.md-footer-col h3{margin:0 0 12px}.md-footer-col ul{list-style:none;padding:0;margin:0}.md-footer-bottom{padding:16px 0}.md-footer-bottom-inner{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}@media (max-width:1200px){.md-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.md-footer-grid{grid-template-columns:1fr;gap:26px}.md-footer-bottom-inner{align-items:flex-start;flex-direction:column}}.header-inner,.single-section .container,.site-footer .container,.site-header .container{width:min(var(--site-max-width),calc(100% - var(--site-gutter)));max-width:var(--site-max-width)}.site-header .header-inner{padding-left:0;padding-right:0}.site-footer .md-footer-bottom-inner,.site-footer .md-footer-grid{width:min(var(--site-max-width),calc(100% - var(--site-gutter)));max-width:var(--site-max-width)}@media (max-width:760px){:root{--site-gutter:28px}}@media (max-width:1100px){.site-header .site-logo-image{width:min(100%,290px)}.site-nav>ul{gap:18px}}@media (max-width:900px){.site-header .header-inner{min-height:84px;gap:14px}.site-header .site-logo-image{width:min(100%,250px)}}@media (max-width:620px){.site-header .site-logo-image{width:min(100%,215px)}.site-header .header-inner{min-height:78px}}.site-header .header-inner{min-height:78px;gap:24px}.site-header .site-logo--header{flex:0 0 auto}.site-nav{min-width:0}.site-nav>ul{gap:clamp(14px,1.65vw,28px);flex-wrap:nowrap}.site-nav a{font-size:clamp(13px,.95vw,15px)}.md-site-footer .site-logo--footer{align-items:center}@media (max-width:1180px){.site-header .site-logo--header{max-width:220px;min-width:170px}.site-header .site-logo-image{width:220px!important}.site-nav>ul{gap:14px}.site-nav a{font-size:13px}}@media (max-width:900px){.site-header .header-inner{min-height:76px}.site-header .site-logo--header{max-width:230px;min-width:0}.site-header .site-logo-image{width:230px!important}.site-nav>ul{flex-wrap:wrap}}@media (max-width:620px){.site-header .site-logo--header{max-width:200px}.site-header .site-logo-image{width:200px!important}.md-site-footer .site-footer-logo-image{width:220px}}.site-header .site-logo--header{max-width:320px!important;min-width:230px}.site-header .site-logo-image{width:310px!important;max-width:100%;height:auto!important;object-fit:contain}.md-site-footer .site-footer-logo-image,.site-header .site-logo-image{opacity:1!important;filter:none!important;image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}@media (max-width:1180px){.site-header .site-logo--header{max-width:280px!important;min-width:210px}.site-header .site-logo-image{width:280px!important}}@media (max-width:900px){.site-header .site-logo--header{max-width:245px!important;min-width:0}.site-header .site-logo-image{width:245px!important}}@media (max-width:620px){.site-header .site-logo-image{width:210px!important}.md-site-footer .site-footer-logo-image{width:235px!important}}.md-inner-section{padding:26px 0 58px;background:radial-gradient(circle at 12% 12%,rgb(239 68 68/.07),transparent 28%),linear-gradient(180deg,#f5f7fb 0,#eef3f9 100%)}.md-single-content{max-width:1120px;border-radius:28px;padding:clamp(24px,4vw,48px);box-shadow:0 24px 70px rgb(15 23 42/.08)}.md-single-header{margin-bottom:24px}.md-single-topline{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 0 18px}.md-single-meta{display:flex;flex-wrap:wrap;margin:0;color:#64748b;font-size:13px;font-weight:700}.md-share-links,.md-single-meta span{border:1px solid #e2e8f0}.md-share-links{gap:7px}.md-post-tags a,.md-share-links,.md-share-links a,.md-single-meta span{display:inline-flex;align-items:center}.md-share-links a{justify-content:center;border-radius:999px;color:#fff!important;font-weight:900;line-height:1;text-decoration:none!important}.md-share-facebook{background:#1877f2}.md-share-twitter{background:#0f172a}.md-share-whatsapp{background:#22c55e;font-size:11px!important}.md-single-thumb{margin:4px 0 30px;background:#f8fafc}.md-single-thumb img{max-height:430px;object-fit:contain;background:#fff}.md-entry-content h3{margin:28px 0 12px!important;color:#101828;font-size:clamp(20px,1.8vw,26px);line-height:1.22;font-weight:800}.md-entry-content ol,.md-entry-content ul{margin:0 0 22px 22px;padding:0}.md-entry-content li{margin-bottom:8px}.md-entry-content img{border-radius:16px;border:1px solid #e2e8f0;background:#fff}@media (max-width:980px){.md-entry-content{max-width:100%}}@media (max-width:620px){:root{--site-gutter:28px}.md-inner-section{padding-top:18px}.md-single-content{border-radius:20px;padding:22px}.md-single-header h1{font-size:clamp(28px,9vw,36px)}}.md-single-shell{display:grid;margin:0 auto}.md-single-shell .md-single-content{max-width:none;width:100%}.md-post-footer{padding-top:26px;border-top:1px solid #e2e8f0}.md-post-tags{display:grid;gap:12px;margin-bottom:22px;background:#f8fafc;border:1px solid #e2e8f0}.md-post-tags strong{color:#0f172a;font-weight:900}.md-post-tags div{display:flex;flex-wrap:wrap}.md-post-tags a{color:#475569}.md-post-tags a:hover{border-color:#fecdd3;color:#e11d48;background:#fff1f2}.md-post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.md-post-nav-card,.md-post-tags a{border:1px solid #e2e8f0;background:#fff}.md-post-nav-card{display:grid;gap:8px;min-height:112px;box-shadow:0 12px 30px rgb(15 23 42/.05)}.md-post-nav-card span{color:#e11d48;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.md-post-nav-card strong{color:#0f172a}.md-post-nav-card:hover{border-color:#fecdd3;background:#fff8f8}@media (max-width:1100px){.md-single-shell{grid-template-columns:1fr}}@media (max-width:720px){.md-post-nav{grid-template-columns:1fr}}.single-section.md-inner-section{background:radial-gradient(circle at 18% 8%,rgb(239 35 60/.055),transparent 28%),linear-gradient(180deg,#fafbff 0,#f5f7fb 100%)}.single-section .md-inner-container{width:min(1560px,calc(100% - 42px));max-width:1560px}.md-single-shell{max-width:1560px;align-items:start}.md-single-shell .md-single-content{border-radius:28px;padding:clamp(30px,3.4vw,48px);box-shadow:0 26px 70px rgb(15 23 42/.075)}.md-single-header{max-width:none}.md-single-header h1{margin-top:0;text-wrap:balance;margin-bottom:16px;color:#101828}.md-single-topline{align-items:center}.md-share-links,.md-single-meta span{border-color:#dbe5f1;background:#f8fafc}.md-share-links a{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;width:28px;height:28px;font-size:11px}.md-single-thumb{overflow:hidden}@media (max-width:1400px){.single-section .md-inner-container{width:min(100%,calc(100% - 30px))}.md-single-shell{grid-template-columns:300px minmax(0,1fr) 190px;gap:20px}}@media (max-width:1280px){.md-single-shell{grid-template-columns:300px minmax(0,1fr)}}@media (max-width:1100px){.single-section .md-inner-container{width:min(var(--site-max-width),calc(100% - var(--site-gutter)))}.md-single-shell{grid-template-columns:1fr}}@media (max-width:720px){.single-section .md-inner-container{width:min(100%,calc(100% - 24px))}.single-section.md-inner-section{padding-top:22px}.md-single-shell .md-single-content{padding:22px;border-radius:20px}.md-single-topline{gap:12px}.md-share-links{width:100%;justify-content:flex-start}}.md-single-shell .md-single-content{background:linear-gradient(180deg,rgb(255 255 255/.98),rgb(255 255 255/.94)),radial-gradient(circle at 92%0,rgb(239 56 56/.08),transparent 34%);border:1px solid rgb(214 226 241/.95);padding:8px 42px 42px}.md-single-meta span{box-shadow:0 10px 24px rgb(15 23 42/.045);background:linear-gradient(180deg,#fff,#f8fafc);color:#53647c}.md-share-links{background:#fff;box-shadow:0 16px 36px rgb(15 23 42/.075)}.md-share-links a:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 12px 22px rgb(15 23 42/.16)}.md-single-thumb{border:1px solid #dfe7f1;box-shadow:0 22px 48px rgb(15 23 42/.08)}.md-single-shell{grid-template-columns:320px minmax(0,1fr) 200px;gap:24px}.md-entry-content{max-width:900px;color:#1f2937;font-size:17px;line-height:1.78;font-weight:450}.md-entry-content p{margin-bottom:18px}.md-single-thumb{margin-top:4px;border-radius:20px}.md-single-thumb img{display:block;width:100%;height:auto}@media (min-width:1500px){.md-single-header h1{font-size:52px}}@media (max-width:1400px){.md-single-shell{grid-template-columns:300px minmax(0,1fr) 185px;gap:20px}.md-single-header h1{font-size:clamp(32px,3.35vw,48px)}}@media (max-width:720px){.md-single-header h1{font-size:32px;letter-spacing:-.035em}.md-entry-content{font-size:16px;line-height:1.72}.md-single-meta span{min-height:36px;font-size:12.5px}}.md-single-header h1{max-width:820px;font-size:clamp(30px,2.75vw,42px);line-height:1.12;font-weight:800;letter-spacing:-.035em}@media (min-width:1500px){.md-single-header h1{font-size:42px}}@media (max-width:1400px){.md-single-header h1{font-size:clamp(28px,2.65vw,38px)}}@media (max-width:720px){.md-single-header h1{font-size:28px;line-height:1.16}}.md-single-topline{margin-bottom:20px;gap:12px}.md-post-tags div,.md-single-meta{gap:7px}.md-post-tags a,.md-share-links,.md-single-meta span{min-height:34px;padding:6px 11px;border-radius:999px}.md-post-tags a,.md-share-links{padding:3px 5px 3px 10px}.md-post-footer{margin-top:34px}.md-post-tags{padding:18px 20px;border-radius:18px}.md-post-tags strong{font-size:13px;line-height:1;letter-spacing:.04em}.md-post-tags a,.md-single-meta span{font-size:12px;line-height:1;font-weight:800}.md-post-tags a{min-height:30px;padding:7px 10px}.md-post-nav{gap:12px;margin-top:18px}.md-post-nav-card{padding:16px 18px;border-radius:18px}.md-post-nav-card span{font-size:11px;line-height:1}.md-post-nav-card strong{margin-top:7px;font-size:15px;line-height:1.28}@media (max-width:720px){.md-single-meta span{min-height:32px;padding:6px 10px;font-size:11.5px}.md-share-links{width:auto;min-height:32px}.md-share-links a{width:27px;height:27px}.md-post-tags{padding:16px}}.md-comments-wrap{margin-top:34px}.md-comments{border:1px solid #dfe7f1;border-radius:24px;padding:clamp(22px,3vw,34px);background:linear-gradient(180deg,rgb(255 255 255/.98),rgb(248 250 252/.96));box-shadow:0 20px 48px rgb(15 23 42/.055)}.md-comments-head{margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #e6edf5}.md-comments-head span{display:inline-flex;margin-bottom:8px;border-radius:999px;padding:6px 10px;background:#fff1f2;color:#e11d48;font-size:11px;line-height:1;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.md-comments-head h2{margin:0 0 6px;color:#101828;font-size:clamp(22px,2vw,30px);line-height:1.15;font-weight:800;letter-spacing:-.03em}.md-comments-head p{margin:0;color:#667085;font-size:14px;line-height:1.55;font-weight:600}.md-comments .comment-reply-title{margin:0 0 12px;color:#101828;font-size:21px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.md-comments .comment-notes{margin:0 0 14px;color:#667085;font-size:13px;line-height:1.5;font-weight:600}.md-comments .comment-form{display:grid;gap:13px;margin-top:22px}.md-comments .comment-form p{margin:0}.md-comments label{display:block;margin-bottom:7px;color:#344054;font-size:13px;font-weight:850}.md-comments input[type=email],.md-comments input[type=text],.md-comments input[type=url],.md-comments textarea{width:100%;border:1px solid #d8e2ee;border-radius:14px;padding:12px 13px;background:#fff;color:#101828;font:inherit;font-size:14px;outline:0;transition:border-color .18s ease,box-shadow .18s ease}.md-comments textarea{resize:vertical;min-height:130px}.md-comments input:focus,.md-comments textarea:focus{border-color:rgb(239 35 60/.45);box-shadow:0 0 0 4px rgb(239 35 60/.08)}.md-comments .form-submit{margin-top:4px}.md-comment-submit,.md-comments input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:0;border-radius:999px;padding:0 18px;background:#ef233c;color:#fff;font-size:13px;line-height:1;font-weight:900;cursor:pointer;box-shadow:0 12px 24px rgb(239 35 60/.2)}@media (max-width:720px){.md-comments{padding:18px;border-radius:20px}}.md-site-footer{border-top:1px solid #dfe7f1;background:radial-gradient(circle at 8%0,rgb(239 35 60/.08),transparent 26%),linear-gradient(180deg,#fff 0,#f8fafc 100%)}.md-footer-grid{align-items:start}.md-footer-brand p{color:#64748b;max-width:350px;color:rgb(226 232 240/.82);font-size:14px;line-height:1.75;font-weight:600}.md-footer-col h3{position:relative;margin-bottom:16px;line-height:1;color:#fff;font-size:15px;font-weight:850;letter-spacing:-.01em}.md-footer-col h3::after{content:"";display:block;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,#ef233c,#ff7d7d);width:42px;height:3px;background:linear-gradient(90deg,#ef233c,#fb7185)}.md-footer-col ul{display:grid;gap:10px}.md-footer-col a{display:inline-flex;color:#53647c;color:rgb(226 232 240/.82);font-size:13.5px;line-height:1.4;font-weight:650;transition:color .18s ease,transform .18s ease,opacity .18s ease}.md-footer-bottom{border-top:1px solid #e6edf5}.md-footer-bottom-inner{gap:16px}@media (max-width:1180px){.md-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.md-footer-brand{grid-column:1/-1}}@media (max-width:760px){.md-footer-grid{grid-template-columns:1fr;gap:24px}.md-footer-bottom-inner{align-items:flex-start;flex-direction:column}}.md-site-footer{position:relative;overflow:hidden;border-top:1px solid rgb(255 255 255/.06);background:radial-gradient(circle at 12%0,rgb(239 35 60/.22),transparent 24%),radial-gradient(circle at 88% 14%,rgb(59 130 246/.16),transparent 22%),linear-gradient(135deg,#0b1324 0,#101a31 48%,#0f172a 100%)}.md-site-footer::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(255 255 255/.035),transparent 32%),linear-gradient(90deg,transparent 0,rgb(255 255 255/.03) 50%,transparent 100%);pointer-events:none}.md-footer-bottom,.md-footer-grid{position:relative;z-index:1}.md-footer-grid{padding-top:56px;padding-bottom:40px}.md-footer-brand .site-footer-logo-image{filter:drop-shadow(0 8px 24px rgb(0 0 0/.28))}.md-footer-col a:hover{color:#fff;transform:translateX(4px);opacity:1}.md-footer-bottom{border-top:1px solid rgb(255 255 255/.08);background:rgb(255 255 255/.03)}.md-footer-bottom-inner{min-height:62px}.md-footer-bottom-inner span{color:rgb(226 232 240/.76);font-size:13px;font-weight:650}.md-footer-bottom a{color:#fff;font-weight:800}.md-footer-bottom a:hover{color:#fda4af}@media (max-width:760px){.md-footer-grid{padding-top:42px;padding-bottom:32px}}@media (max-width:1180px){.md-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-footer-brand{grid-column:auto}}@media (max-width:760px){.md-footer-grid{grid-template-columns:1fr;gap:24px}}.md-footer-grid{grid-template-columns:1.45fr 1fr 1.2fr 1.2fr;gap:42px}.md-theme-ad-slot{margin:24px 0}.md-theme-ad-after-content,.md-theme-ad-inline{overflow:hidden;border-radius:18px}.md-theme-ad-inline{margin:28px 0}.md-footer-before-ad{padding:24px 0;background:#f8fafc}@media (max-width:720px){.md-theme-ad-slot{margin:18px 0}}.md-theme-ad-slot{position:relative}.md-theme-ad-inner ins{max-width:100%}.md-theme-ad-after-content,.md-theme-ad-inline{display:flex;justify-content:center;align-items:center}body.page .md-page-content .md-entry-content.md-contact-content>p:not(:has(input)):not(:has(textarea)):not(:has(select)):not(:has(button)):not(:has(img)){margin:0!important;color:#475569;font-size:15px;line-height:1.7;font-weight:650;text-align:center!important}.md-theme-ad-inner{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;overflow:hidden;border-radius:18px}.md-theme-ad-inner-after-hero{margin:22px auto 28px}.md-theme-ad-inner-between{margin:30px auto}.md-theme-ad-inner-before-footer{margin:32px auto 0}@media (max-width:720px){.md-theme-ad-inner-after-hero,.md-theme-ad-inner-before-footer,.md-theme-ad-inner-between{margin-left:auto;margin-right:auto}}.md-quiz-score-hidden{position:absolute!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.md-quiz .md-quiz-ad-after-head{margin-top:0!important}.md-site-footer.site-footer{margin-top:0!important;overflow:hidden;background:radial-gradient(circle at 7%0,rgb(239 35 60/.2),transparent 27%),linear-gradient(135deg,#101827 0,#13213a 52%,#0f172a 100%)!important}.md-site-footer .md-footer-grid{width:min(1360px,calc(100% - 96px))!important;max-width:1360px!important;display:grid!important;grid-template-columns:1.45fr 1fr 1.15fr 1.15fr!important;align-items:start!important;gap:72px!important;padding:58px 0 48px!important}.md-site-footer .md-footer-brand p{max-width:390px!important;margin:18px 0 0!important;color:rgb(226 232 240/.88)!important;font-size:15px!important;line-height:1.85!important;font-weight:600!important}.md-site-footer .site-logo--footer{display:inline-flex!important;width:auto!important;max-width:330px!important;margin:0 0 8px!important}.md-site-footer .site-footer-logo-image{width:330px!important;max-width:100%!important;height:auto!important;object-fit:contain!important}.md-site-footer .md-footer-col h3{position:relative;margin:0 0 28px!important;color:#fff!important;font-size:18px!important;line-height:1.2!important;font-weight:900!important}.md-site-footer .md-footer-col h3::after{content:"";position:absolute;left:0;bottom:-12px;width:52px!important;height:4px!important;border-radius:999px;background:#ff4663!important}.md-site-footer .md-footer-col ul{display:grid!important;gap:16px!important;margin:0!important;padding:0!important}.md-site-footer .md-footer-col a{color:rgb(226 232 240/.88)!important;font-size:15px!important;line-height:1.35!important;font-weight:700!important;text-decoration:none!important}.md-site-footer .md-footer-bottom a:hover,.md-site-footer .md-footer-col a:hover{color:#fff!important}.md-site-footer .md-footer-bottom{padding:0!important;border-top:1px solid rgb(255 255 255/.1)!important;background:rgb(15 23 42/.42)!important}.md-site-footer .md-footer-bottom-inner{width:min(1360px,calc(100% - 96px))!important;max-width:1360px!important;min-height:74px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;flex-wrap:nowrap!important;padding:0!important}.md-site-footer .md-footer-bottom-inner span{color:rgb(226 232 240/.82)!important;font-size:14px!important;line-height:1.45!important;font-weight:650!important}.md-site-footer .md-footer-bottom-inner span:last-child{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:13px!important;white-space:nowrap!important}.md-site-footer .md-footer-bottom a{color:#fff!important;font-weight:800!important;text-decoration:none!important}@media (max-width:1180px){.md-site-footer .md-footer-grid{width:min(100%,calc(100% - 56px))!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:42px!important}.md-site-footer .md-footer-bottom-inner{width:min(100%,calc(100% - 56px))!important;flex-wrap:wrap!important;justify-content:center!important;text-align:center!important;padding:18px 0!important}}@media (max-width:760px){.md-site-footer .md-footer-grid{width:min(100%,calc(100% - 32px))!important;grid-template-columns:1fr!important;gap:30px!important;padding:42px 0 34px!important}.md-site-footer .site-footer-logo-image,.md-site-footer .site-logo--footer{max-width:260px!important;width:260px!important}.md-site-footer .md-footer-bottom-inner{width:min(100%,calc(100% - 32px))!important;min-height:auto!important;flex-direction:column!important;align-items:flex-start!important;text-align:left!important;gap:12px!important;padding:18px 0!important}.md-site-footer .md-footer-bottom-inner span:last-child{justify-content:flex-start!important;flex-wrap:wrap!important;white-space:normal!important}}@media (max-width:700px){body,html{overflow-x:hidden!important}}@media (max-width:1180px){body,html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body.single .single-section,body.single .single-section.md-inner-section,body.single-post .single-section,body.single-post .single-section.md-inner-section{width:100%!important;max-width:100%!important;margin:0!important;padding:14px 0 34px!important;overflow:hidden!important;box-sizing:border-box!important}body.single .md-inner-container,body.single .single-section .container,body.single .single-section .md-inner-container,body.single-post .md-inner-container,body.single-post .single-section .container,body.single-post .single-section .md-inner-container{width:100%!important;max-width:100%!important;min-width:0!important;margin:0 auto!important;padding:0 10px!important;box-sizing:border-box!important}body.single .md-single-shell,body.single .single-section .md-single-shell,body.single-post .md-single-shell,body.single-post .single-section .md-single-shell{display:block!important;grid-template-columns:none!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;gap:0!important;box-sizing:border-box!important}body.single .md-single-shell .md-single-content,body.single .single-content,body.single .single-section .md-single-content,body.single-post .md-single-shell .md-single-content,body.single-post .single-content,body.single-post .single-section .md-single-content{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:18px 12px!important;border-radius:18px!important;box-sizing:border-box!important;overflow:hidden!important}body.single .entry-content,body.single .md-entry-content,body.single .md-single-header,body.single article,body.single-post .entry-content,body.single-post .md-entry-content,body.single-post .md-single-header,body.single-post article{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}body.single .md-entry-content h1,body.single .md-single-header h1,body.single-post .md-entry-content h1,body.single-post .md-single-header h1{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;font-size:clamp(30px,9vw,42px)!important;line-height:1.14!important;word-break:normal!important;overflow-wrap:break-word!important;box-sizing:border-box!important}body.single .md-share-links,body.single .md-single-meta,body.single .md-single-topline,body.single-post .md-share-links,body.single-post .md-single-meta,body.single-post .md-single-topline{width:100%!important;max-width:100%!important;box-sizing:border-box!important}body.single .entry-content img,body.single .md-entry-content img,body.single .md-single-thumb,body.single .md-single-thumb img,body.single-post .entry-content img,body.single-post .md-entry-content img,body.single-post .md-single-thumb,body.single-post .md-single-thumb img{width:100%!important;max-width:100%!important;height:auto!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}body.single .entry-content p,body.single .md-entry-content li,body.single .md-entry-content p,body.single-post .entry-content p,body.single-post .md-entry-content li,body.single-post .md-entry-content p{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;font-size:17px!important;line-height:1.76!important;text-align:left!important;box-sizing:border-box!important}}.md-theme-ad-slot,.md-theme-ad-slot .adsbygoogle,.md-theme-ad-slot ins.adsbygoogle{display:block!important;width:100%!important;min-width:320px!important;min-height:90px!important;overflow:visible!important;box-sizing:border-box!important}.md-theme-ad-slot{clear:both!important;text-align:center!important}.md-theme-ad-slot .adsbygoogle,.md-theme-ad-slot ins.adsbygoogle{max-width:100%!important}.md-theme-ad-slot,.md-theme-ad-slot ins{max-width:100%!important}@media (max-width:768px){.md-theme-ad-slot{margin:12px auto 22px!important}.md-theme-ad-slot,.md-theme-ad-slot .adsbygoogle,.md-theme-ad-slot ins.adsbygoogle{min-width:300px!important;min-height:100px!important}}@media (min-width:901px){.site-header .site-nav>ul{gap:34px!important}.site-header .site-nav a{font-size:16px!important}}@media (max-width:760px){.md-site-footer .md-footer-grid{grid-template-columns:1fr!important;gap:18px!important;padding-top:30px!important;padding-bottom:22px!important}.md-site-footer .md-footer-col{display:none!important}.md-site-footer .md-footer-brand,.md-site-footer .md-footer-col:last-child,.md-site-footer .md-footer-col:nth-child(2){display:block!important}.md-footer-brand p{max-width:100%!important;margin:10px 0 0!important;line-height:1.5!important}.md-footer-col h3{margin-bottom:10px!important;font-size:14px!important}.md-footer-col ul{gap:6px!important}.md-footer-brand p,.md-footer-col a{font-size:13px!important}.md-footer-bottom-inner{min-height:auto!important;padding:12px 0!important;gap:8px!important}}:root{--site-max-width:1480px;--site-gutter:48px}.container,.md-inner-container{max-width:var(--site-max-width)!important;width:min(var(--site-max-width),calc(100% - var(--site-gutter)))!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:760px){:root{--site-gutter:28px}}body.single-post .single-section,body.single-post .single-section.md-inner-section{padding-top:20px!important}body.single-post .md-article-layout-v10>.md-inner-container,body.single-post section.md-article-layout-v10 .md-inner-container{width:calc(100% - 48px)!important;max-width:1480px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}body.single-post .md-single-learning-shell,body.single-post .md-single-learning-shell.md-no-left-ad{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:24px!important;align-items:start!important;width:100%!important;max-width:100%!important;margin:0!important}body.single-post .md-similar-card{display:none!important}body.single-post .md-single-main-column,body.single-post .md-single-shell .md-single-content{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:34px 38px!important;border-radius:22px!important}body.single-post .md-single-rightbar{width:300px!important;min-width:300px!important;max-width:300px!important}body.single-post .md-right-sticky-wrap{position:sticky!important;top:96px!important;display:grid!important;gap:16px!important}body.single-post .md-side-card,body.single-post .md-single-sidebar-ad{width:300px!important;box-sizing:border-box!important;border:1px solid #e2e8f0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 18px 45px rgb(15 23 42/.055)!important;overflow:hidden!important}body.single-post .md-side-card{padding:16px 14px 14px!important}body.single-post .md-side-card h2{margin:0 0 14px!important;padding-bottom:12px!important;border-bottom:1px solid #eef2f7!important;font-size:16px!important;line-height:1.15!important}body.single-post .md-side-card h2::after{content:""!important;display:block!important;width:42px!important;height:3px!important;margin-top:9px!important;border-radius:999px!important;background:#ef233c!important}body.single-post .md-side-list{display:grid!important;gap:8px!important}body.single-post .md-side-post{display:grid!important;grid-template-columns:54px minmax(0,1fr) 12px!important;gap:10px!important;align-items:center!important;padding:8px 4px!important;border-radius:12px!important;text-decoration:none!important}body.single-post .md-side-placeholder,body.single-post .md-side-thumb,body.single-post .md-side-thumb img{width:54px!important;height:54px!important;border-radius:12px!important;object-fit:cover!important}body.single-post .md-side-text strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:13px!important;line-height:1.25!important;font-weight:850!important}body.single-post .md-side-text small{display:block!important;margin-top:3px!important;font-size:11px!important}body.single-post .md-single-sidebar-ad{min-height:600px!important;padding:0!important;display:flex!important;align-items:flex-start!important;justify-content:center!important}body.single-post .md-single-sidebar-ad ins{width:300px!important;max-width:300px!important}body.single-post .md-single-header h1{font-size:34px!important;line-height:1.08!important}body.single-post .entry-content,body.single-post .md-entry-content,body.single-post .md-single-header,body.single-post .md-single-thumb{max-width:100%!important}@media (max-width:900px){body.single-post .md-article-layout-v10>.md-inner-container,body.single-post section.md-article-layout-v10 .md-inner-container{width:calc(100% - 28px)!important}body.single-post .md-single-learning-shell,body.single-post .md-single-learning-shell.md-no-left-ad{display:block!important}body.single-post .md-right-sticky-wrap,body.single-post .md-single-rightbar{display:none!important}body.single-post .md-single-main-column,body.single-post .md-single-shell .md-single-content{padding:22px 18px!important}}.single-section.md-inner-section{padding-top:22px!important}.md-single-shell .md-single-content{overflow:hidden}.md-news-article-head{max-width:none!important;margin:0 0 32px!important;padding:0!important;background:#fff!important;border-bottom:1px solid #e8edf3!important}.md-news-title-area{position:relative;min-height:120px;padding:30px 34px 24px 72px;border-bottom:1px solid #edf1f5}.md-news-title-area::before{content:"";position:absolute;left:32px;top:28px;width:5px;height:68px;border-radius:999px;background:#ef233c}.md-news-article-head h1{max-width:none!important;margin:0 0 8px!important;color:#050505!important;font-size:clamp(25px,2.45vw,42px)!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:900!important}.md-news-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#46515f;font-size:14px;line-height:1.35;font-weight:500}.md-news-breadcrumb a{color:#46515f!important;text-decoration:none!important}.md-news-breadcrumb a:hover{color:#ef233c!important}.md-news-meta-bar,.md-news-meta-bar .md-single-meta{display:flex!important;margin:0!important;padding:0!important}.md-news-meta-bar{justify-content:space-between!important;gap:16px!important;background:#fff!important}.md-news-meta-bar .md-single-meta{align-items:center!important;gap:0!important}.md-news-meta-bar,.md-news-meta-bar .md-meta-item{align-items:center!important;min-height:54px!important;border:0!important;box-shadow:none!important}.md-news-meta-bar .md-meta-item{display:inline-flex!important;gap:8px!important;padding:0 24px!important;border-right:1px solid #e8edf3!important;border-radius:0!important;background:0 0!important;color:#7c838c!important;font-size:14px!important;line-height:1!important;font-weight:750!important;text-transform:uppercase;text-decoration:none!important}.md-news-meta-bar .md-meta-item:first-child{border-left:0!important}.md-news-meta-bar .md-meta-item>span:last-child{white-space:nowrap}.md-news-meta-bar .md-meta-icon{justify-content:center!important;width:19px!important;height:19px!important;min-width:19px!important;margin:0!important;padding:0!important;border-radius:0!important;background:0 0!important;color:#8c9095!important;opacity:1!important}.md-news-meta-bar .md-meta-icon svg,.md-news-meta-bar .md-meta-icon svg path,.md-news-meta-bar .md-share-links svg,.md-news-meta-bar .md-share-links svg path{display:block!important;width:100%!important;height:100%!important;fill:currentColor!important;stroke:none!important;opacity:1!important}.md-news-meta-bar .md-meta-icon,.md-news-meta-bar .md-share-links,.md-news-meta-bar .md-share-links a{display:inline-flex!important;align-items:center!important;border:0!important;box-shadow:none!important}.md-news-meta-bar .md-share-links{justify-content:flex-end!important;gap:9px!important;margin-left:auto!important;min-height:54px!important;padding:0 28px 0 0!important;border-radius:0!important;background:0 0!important}.md-news-meta-bar .md-share-links a{justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;border-radius:999px!important;color:#fff!important;font-size:0!important;line-height:1!important;text-decoration:none!important;overflow:hidden!important}.md-news-meta-bar .md-share-links a svg{width:19px!important;height:19px!important}.md-news-meta-bar .md-share-facebook{background:#3b5998!important}.md-news-meta-bar .md-share-twitter{background:#050505!important}.md-news-meta-bar .md-share-whatsapp{background:#36bf5b!important}.md-news-meta-bar .md-share-links a:hover{transform:translateY(-1px);filter:brightness(1.05)}@media (max-width:900px){.md-news-title-area{min-height:96px;padding:24px 22px 20px 54px}.md-news-title-area::before{left:26px;top:24px;height:54px}.md-news-meta-bar{align-items:flex-start!important;flex-wrap:wrap!important;gap:0!important;padding:0 14px 12px 0!important}.md-news-meta-bar .md-single-meta{flex-wrap:wrap!important;width:100%}.md-news-meta-bar .md-meta-item{min-height:46px!important;padding:0 14px!important;font-size:12px!important}.md-news-meta-bar .md-share-links{width:100%!important;min-height:42px!important;padding-right:0!important;justify-content:flex-end!important}}@media (max-width:560px){.md-news-title-area{padding:22px 18px 18px 42px}.md-news-title-area::before{left:20px;width:4px}.md-news-article-head h1{font-size:24px!important}.md-news-breadcrumb{font-size:12px}.md-news-meta-bar .md-meta-item{width:50%;border-bottom:1px solid #e8edf3!important}.md-news-meta-bar .md-share-links a{width:31px!important;height:31px!important}}body.single-post .md-news-title-area{padding-top:0!important;min-height:88px!important}body.single-post .md-news-title-area::before{top:10px!important}.md-theme-ad-single-inline{display:flex;align-items:center;justify-content:center;width:100%;margin:30px auto;padding:0;clear:both;text-align:center}.md-theme-ad-single-inline ins{max-width:100%}body.single-post .md-single-sidebar-sticky-ad{margin-top:0!important}body.single-post .md-single-sidebar-sticky-ad .md-theme-ad-sidebar-sticky,body.single-post .md-single-sidebar-sticky-ad ins{width:300px!important;max-width:300px!important}@media (max-width:900px){body.single-post .md-single-sidebar-sticky-ad{display:none!important}.md-theme-ad-single-inline{margin:22px auto}}body .single-header h1{font-size:clamp(28px,3vw,42px)!important;line-height:1.12!important}@media (max-width:620px){body.single-post .md-news-meta-bar{display:block!important;width:100%!important;min-height:auto!important;padding:0!important;overflow:hidden!important;background:#fff!important}body.single-post .md-news-meta-bar .md-single-meta{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;gap:0!important;margin:0!important;padding:0!important;border-top:1px solid #e8edf3!important;border-bottom:1px solid #e8edf3!important}body.single-post .md-news-meta-bar .md-meta-item{width:auto!important;min-width:0!important;min-height:44px!important;justify-content:center!important;gap:7px!important;padding:9px 6px!important;border-right:1px solid #e8edf3!important;border-bottom:0!important;font-size:12px!important;line-height:1.15!important;text-align:center!important;overflow:hidden!important}body.single-post .md-news-meta-bar .md-meta-item:first-child{grid-column:1/-1!important;justify-content:flex-start!important;padding:11px 12px!important;border-right:0!important;border-bottom:1px solid #e8edf3!important;text-align:left!important}body.single-post .md-news-meta-bar .md-meta-item:nth-child(4){border-right:0!important}body.single-post .md-news-meta-bar .md-meta-icon{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important}body.single-post .md-news-meta-bar .md-meta-item>span:last-child{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.single-post .md-news-meta-bar .md-meta-item:first-child>span:last-child{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.25!important}body.single-post .md-news-meta-bar .md-share-links{display:flex!important;width:100%!important;min-height:48px!important;justify-content:center!important;gap:10px!important;margin:10px 0 0!important;padding:0!important;border:0!important;background:0 0!important}body.single-post .md-news-meta-bar .md-share-links a{width:34px!important;height:34px!important;min-width:34px!important}}