.hero-sitemap-bg{position:absolute;inset:0;background:linear-gradient(160deg, #0e3a4f 0%, #1B7FA6 50%, #146B8E 100%);overflow:hidden}.hero-sitemap-bg::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 32px),repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 32px);pointer-events:none}.hero-sitemap .page-hero-overlay{background:linear-gradient(180deg, rgba(8, 24, 38, 0.3) 0%, rgba(8, 24, 38, 0.1) 40%, rgba(8, 24, 38, 0.36) 100%),linear-gradient(90deg, rgba(8, 24, 38, 0.4) 0%, transparent 60%)}.hero-sitemap-anim{position:absolute;top:50%;right:6%;transform:translateY(-50%);width:320px;height:220px;z-index:2;pointer-events:none;opacity:.85}.hero-sitemap-anim svg{width:100%;height:100%}.sm-line line{stroke-dasharray:200;stroke-dashoffset:200;animation:smLineDraw 2s cubic-bezier(0.65, 0, 0.35, 1) forwards}.sm-line line:nth-child(1){animation-delay:.2s}.sm-line line:nth-child(2){animation-delay:.35s}.sm-line line:nth-child(3){animation-delay:.5s}.sm-line line:nth-child(4){animation-delay:.65s}.sm-line line:nth-child(5){animation-delay:.8s}.sm-line line:nth-child(6),.sm-line line:nth-child(7),.sm-line line:nth-child(8),.sm-line line:nth-child(9),.sm-line line:nth-child(10){animation-delay:1.1s}@keyframes smLineDraw{to{stroke-dashoffset:0}}.sm-node circle{opacity:0;animation:smNodeFade .5s cubic-bezier(0.16, 1, 0.3, 1) forwards;transform-origin:center;transform-box:fill-box}.sm-node circle:nth-child(1){animation-delay:.1s}.sm-node circle:nth-child(2){animation-delay:.4s}.sm-node circle:nth-child(3){animation-delay:.55s}.sm-node circle:nth-child(4){animation-delay:.7s}.sm-node circle:nth-child(5){animation-delay:.85s}.sm-node circle:nth-child(6){animation-delay:1s}.sm-node circle:nth-child(7),.sm-node circle:nth-child(8),.sm-node circle:nth-child(9),.sm-node circle:nth-child(10),.sm-node circle:nth-child(11){animation-delay:1.4s}@keyframes smNodeFade{from{opacity:0;transform:scale(0.4)}to{opacity:1;transform:scale(1)}}@media(max-width: 768px){.hero-sitemap-anim{width:200px;height:130px;right:8px;opacity:.5}}@media(prefers-reduced-motion: reduce){.sm-line line{stroke-dashoffset:0;animation:none}.sm-node circle{opacity:1;transform:none;animation:none}}.sitemap-body{position:relative;padding:100px 0 130px;background:#f7f8fa;overflow:hidden}.sitemap-body::before{content:"SITEMAP";position:absolute;bottom:30px;right:-30px;font-family:"Montserrat",sans-serif;font-size:clamp(140px,22vw,280px);font-weight:900;color:rgba(27,127,166,.04);letter-spacing:.04em;line-height:1;pointer-events:none;z-index:0}.sitemap-body .container{position:relative;z-index:1}.sitemap-intro{text-align:center;font-size:14.5px;line-height:2.05;color:#555;max-width:720px;margin:0 auto 56px}.sitemap-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:28px}.sitemap-section{background:#fff;border-top:3px solid #1b7fa6;padding:32px 32px 28px;box-shadow:0 6px 20px rgba(15,40,60,.06);transition:transform .5s cubic-bezier(0.16, 1, 0.3, 1),box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1)}@media(hover: hover)and (pointer: fine){.sitemap-section:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,40,60,.1)}}.sitemap-section-top{background:linear-gradient(160deg, #fff 0%, #f0f7fb 100%)}.sitemap-section-other{background:linear-gradient(160deg, #fff 0%, #f5f6f8 100%);border-top-color:#4a5a66}.sitemap-section-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-bottom:22px;padding-bottom:20px;border-bottom:1px dashed rgba(27,127,166,.2)}.sitemap-section-num{font-family:"Montserrat",sans-serif;font-size:26px;font-weight:800;color:#1b7fa6;letter-spacing:.02em;line-height:1}.sitemap-section-other .sitemap-section-num{color:#4a5a66}.sitemap-section-en{display:block;font-family:"Montserrat",sans-serif;font-size:10.5px;font-weight:700;letter-spacing:.22em;color:#1b7fa6;text-transform:uppercase;margin-bottom:4px}.sitemap-section-other .sitemap-section-en{color:#4a5a66}.sitemap-section-title{font-size:17px;font-weight:700;color:#1a2a38;letter-spacing:.05em;line-height:1.4}.sitemap-section-icon{width:44px;height:44px;border:1px solid rgba(27,127,166,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1b7fa6;background:rgba(27,127,166,.04);transition:background .4s,color .4s,transform .5s}.sitemap-section-other .sitemap-section-icon{border-color:rgba(74,90,102,.3);color:#4a5a66;background:rgba(74,90,102,.05)}@media(hover: hover)and (pointer: fine){.sitemap-section:hover .sitemap-section-icon{background:#1b7fa6;color:#fff;transform:rotate(-8deg)}}@media(hover: hover)and (pointer: fine){.sitemap-section-other:hover .sitemap-section-icon{background:#4a5a66;color:#fff}}.sitemap-section-icon svg{width:22px;height:22px}.sitemap-list{list-style:none;display:flex;flex-direction:column}.sitemap-list>li>a{display:flex;align-items:flex-start;gap:12px;padding:12px 0;color:#1a2a38;border-bottom:1px dashed rgba(27,127,166,.12);transition:padding-left .3s,color .3s}.sitemap-list>li:last-child>a{border-bottom:none}@media(hover: hover)and (pointer: fine){.sitemap-list>li>a:hover{padding-left:6px;color:#1b7fa6;opacity:1}}.sitemap-list>li>a[aria-current=page]{color:#1b7fa6;font-weight:600}.sitemap-link-icon{flex-shrink:0;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#1b7fa6;margin-top:4px;opacity:.6;transition:opacity .3s,transform .3s}@media(hover: hover)and (pointer: fine){.sitemap-list>li>a:hover .sitemap-link-icon{opacity:1;transform:translateX(2px)}}.sitemap-link-icon svg{width:14px;height:14px}.sitemap-link-text{flex:1;display:flex;flex-direction:column;gap:2px}.sitemap-link-name{font-size:14px;font-weight:600;letter-spacing:.04em;line-height:1.5}.sitemap-link-url{font-family:"Montserrat",sans-serif;font-size:11px;font-weight:500;color:#888;letter-spacing:.04em}.sitemap-list-tree>li{display:block}.sitemap-sublist{list-style:none;margin:8px 0 0 12px;padding:8px 0 0 18px;border-left:1px dashed rgba(27,127,166,.3)}.sitemap-sublist li{position:relative;padding:10px 0}.sitemap-sublist li::before{content:"";position:absolute;top:24px;left:-18px;width:14px;height:1px;background:rgba(27,127,166,.3)}.sitemap-sublist li:last-child::after{content:"";position:absolute;top:24px;left:-19px;width:1px;bottom:0;background:#fff}.sitemap-sublist a{display:flex;flex-direction:column;gap:2px;color:#555;transition:color .3s,padding-left .3s}@media(hover: hover)and (pointer: fine){.sitemap-sublist a:hover{color:#1b7fa6;padding-left:4px;opacity:1}}.sitemap-sublist .sitemap-link-name{font-size:13px;font-weight:500}.sitemap-sublist .sitemap-link-url{font-size:10.5px}@media(max-width: 1024px){.sitemap-grid{grid-template-columns:1fr}}@media(max-width: 768px){.sitemap-body{padding:70px 0 80px}.sitemap-intro{margin-bottom:36px}.sitemap-section{padding:26px 24px 22px}.sitemap-section-head{gap:14px;margin-bottom:18px;padding-bottom:16px}.sitemap-section-num{font-size:22px}.sitemap-section-icon{width:38px;height:38px}.sitemap-section-icon svg{width:20px;height:20px}}
