.footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#ffffff;background-image:linear-gradient(180deg,#ffffff,#fbfcfe);background-image:image(url(/_next/static/media/backround_footer.0742ec93.png));padding:4px 10px 2px;position:relative;font-size:.82rem;line-height:1.05;border:10px}.footer-logo{position:absolute;bottom:16px;left:145px;transform:none}.footer-logo img{height:68px;width:auto}.footer-menu{display:flex;justify-content:center;gap:8px;list-style:none;padding:0;margin:0 0 6px;line-height:1}.footer-menu li{text-align:center}.footer-menu a{text-decoration:none;color:var(--hanvize-navy,#062a59);font-size:.88rem;font-weight:700;line-height:1}.footer-menu a:hover{color:var(--hanvize-gold,#b99a68);text-decoration:none}.footer-submenu{display:grid;grid-template-columns:repeat(8,minmax(40px,1fr));grid-gap:1px;gap:1px;list-style:none;padding:0;margin:0 0 6px;max-width:100%;line-height:1}.footer-submenu li{text-align:center;line-height:1}.footer-submenu a{display:inline-block;text-decoration:none;color:var(--hanvize-navy,#062a59);font-size:.64rem;line-height:1.05}.footer-submenu a:hover{color:var(--hanvize-gold,#b99a68);text-decoration:none}.footer-address{position:absolute;bottom:16px;right:20px;overflow:hidden;border-radius:8px;line-height:0}.footer-address iframe{display:block;border:0;border-radius:8px;width:230px;height:78px;overflow:hidden;pointer-events:none}.footer-bottom{display:block;text-align:center;font-size:.72em;color:#888;margin:0!important;padding:0!important;line-height:1}@media (max-width:1366px) and (max-height:820px){.footer-address,.footer-logo{display:none}}@media (max-width:768px){.footer{align-items:center;justify-content:flex-start;padding:6px 10px 3px;gap:0;min-height:58px}.footer,.footer-menu{flex-direction:column}.footer-menu{gap:6px;margin:0 0 6px}.footer-submenu{grid-template-columns:repeat(3,minmax(80px,1fr));gap:3px;margin:0 0 5px}.footer-submenu a{font-size:.63rem}.footer-bottom{font-size:.64em;margin:0!important;padding:0!important}}.contact{background-color:#ffffff;padding:0;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.contact,.contact a{display:flex;align-items:center;justify-content:center;height:100%}.contact a{width:100%;overflow:hidden}.contact img.contact-image{max-width:100%;max-height:100%;width:100%;height:auto;display:block;cursor:pointer;transition:opacity .2s ease,transform .3s ease}.contact img.contact-image:hover{opacity:.9;transform:scale(1.02)}@media (max-width:768px){.contact{display:none}}.bottom-menu{display:none;position:fixed;bottom:max(8px,env(safe-area-inset-bottom));left:10px;right:10px;background:linear-gradient(145deg,#ffffff,#f7f9fc);border-radius:16px;box-shadow:0 6px 15px rgba(0,0,0,.1),inset 0 4px 8px rgba(0,0,0,.05);z-index:1000}.menu-bar{justify-content:space-evenly;padding:8px}.menu-bar,.menu-item{display:flex;align-items:center}.menu-item{text-align:center;font-size:.78rem;flex-direction:column;color:var(--hanvize-navy,#062a59);font-family:Manrope,sans-serif;font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;position:relative;transition:color .2s ease,transform .2s ease}.menu-item span{margin-top:3px;line-height:1.1}.menu-item img{width:20px;height:20px}.menu-item:hover{color:var(--hanvize-gold,#b99a68)}.menu-item:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:0;height:3px;background-color:var(--hanvize-gold,#b99a68);transition:width .2s ease;border-radius:2px}.menu-item:hover:after{width:50%}.drawer{position:absolute;bottom:100%;left:0;right:0;margin-bottom:8px;max-height:250px;background:linear-gradient(145deg,#ffffff,#f7f9fc);border-radius:10px;box-shadow:0 -4px 10px rgba(0,0,0,.1),inset 0 2px 5px rgba(0,0,0,.05);overflow-y:auto;padding:12px;scrollbar-width:none}.drawer::-webkit-scrollbar{display:none}.drawer ul{list-style:none;padding:0;margin:0 auto;flex-direction:column}.drawer li,.drawer ul{display:flex;align-items:center}.drawer li{margin-bottom:8px;justify-content:flex-start;gap:10px;width:80%;padding:5px;background:rgba(255,255,255,.8);border-radius:8px;transition:background .2s ease}.drawer li:hover{background:rgba(185,154,104,.14)}.drawer li img{width:24px;height:16px}.drawer li span{font-size:1rem;color:var(--hanvize-navy,#062a59);font-family:Manrope,sans-serif}@media (max-width:1024px){.bottom-menu{display:block}.footer{display:none!important}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");:root{--hanvize-navy:#062a59;--hanvize-navy-hover:#0b3b78;--hanvize-gold:#b99a68;--hanvize-text:#263548;--hanvize-muted:#667085;--hanvize-surface:#f7f9fc}*{box-sizing:border-box}body,html{height:100%}h1,h2,h3,h4{font-family:Manrope,sans-serif;font-weight:700;line-height:1.2;color:var(--hanvize-navy)}body{margin:0;font-family:Inter,sans-serif;font-size:16px;line-height:1.65;color:var(--hanvize-text);background:var(--hanvize-surface)}.content,body{height:100dvh;overflow:hidden}.content{display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,3fr) minmax(220px,1fr);grid-template-rows:auto minmax(0,1fr) auto;grid-gap:20px;gap:20px;grid-template-areas:"navbar navbar navbar" "sidesection main contact" "footer footer footer"}.content>*{min-width:0;min-height:0}.navbar{grid-area:navbar;color:white;padding:10px 20px;text-align:center;font-family:Manrope,sans-serif;font-weight:700}.sidesection{grid-area:sidesection;background-color:#fafafa;padding:10px;border:1px solid #ddd;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden}.main{grid-area:main;background-color:#ffffff;padding:0}.contact,.main{overflow:hidden}.contact{grid-area:contact;background-color:#fafafa;padding:10px;border:1px solid #ddd}.footer{grid-area:footer;width:100%;background-color:#f1f1f1;color:#333;overflow:hidden}.main .tab-content>:first-child{margin-top:0!important}.main .tab-content h1,.main .tab-content h2,.main .tab-content h3,.main .tab-content h4{font-family:Manrope,sans-serif;font-weight:600;color:#222}.main .tab-content h1{font-size:1.5em;line-height:1.18;margin:0 0 10px}.main .tab-content h2{line-height:1.24;margin:16px 0 10px}.main .tab-content h3{line-height:1.26;margin:14px 0 8px}.main .tab-content h4{line-height:1.28;margin:12px 0 8px}.main .tab-content blockquote,.main .tab-content ol,.main .tab-content p,.main .tab-content ul{margin-top:0}@media (max-width:1024px){:root{--mobile-bottom-menu-space:54px}.content,body{height:100dvh;overflow:hidden}.content{grid-template-columns:1fr;gap:10px;min-height:100dvh;padding-bottom:var(--mobile-bottom-menu-space);transition:grid-template-rows .55s cubic-bezier(.22,1,.36,1)}.content>*{min-width:0;min-height:0}.contact,.footer{display:none!important}.content.toc-active{grid-template-rows:auto 20vh minmax(0,1fr);grid-template-areas:"navbar" "sidesection" "main"}.content.toc-active.toc-collapsed{grid-template-rows:auto 26px minmax(0,1fr)}.content.googleyorum-active{grid-template-rows:auto minmax(0,1fr) 26vh;grid-template-areas:"navbar" "main" "sidesection"}.content.googleyorum-active.side-collapsed{grid-template-rows:auto minmax(0,1fr) 26px}.content.no-mobile-sidesection{grid-template-rows:auto minmax(0,1fr);grid-template-areas:"navbar" "main"}.content.no-mobile-sidesection .sidesection{display:none!important}.sidesection{margin-top:0;padding:10px;overflow:hidden}.main{overflow:hidden;padding:0}.content.no-mobile-sidesection .main{overflow-y:auto}.main .tab-content h1{font-size:1.8em;line-height:1.16;margin:0 0 8px}.main .tab-content h2{margin:14px 0 8px}.main .tab-content h3{margin:12px 0 7px}.main .tab-content h4{margin:10px 0 6px}}@media (max-width:640px){.main .tab-content h1{font-size:1.2em}}.app-splash{position:fixed;inset:0;background:#ffffff;display:flex;align-items:center;justify-content:center;z-index:99999;opacity:1;transition:opacity .45s ease}.app-splash.fade-out{opacity:0;pointer-events:none}.app-splash-logo{width:min(240px,58vw);max-width:240px;height:auto;display:block}.install-banner{position:fixed;bottom:66px;left:0;right:0;display:flex;justify-content:center;z-index:9999;padding:0 10px}.install-box{background:linear-gradient(145deg,#ffffff,#f7f7fb);color:#222;padding:10px 12px;border-radius:14px;display:flex;align-items:center;gap:10px;width:min(92%,420px);border:1px solid #e5e7eb;box-shadow:0 8px 24px rgba(15,23,42,.12)}.install-text{min-width:0;flex:1 1}.install-text strong{display:block;color:#111827;font-size:.92rem;line-height:1.15}.install-text p{margin:3px 0 0;font-size:.76rem;line-height:1.3;color:#4b5563}.install-btn{background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:.78rem;font-weight:600;white-space:nowrap}.install-btn:hover{background:#e0e7ff}.install-close{background:transparent;border:none;color:#6b7280;font-size:15px;cursor:pointer;padding:2px 4px;line-height:1}@media (max-width:1024px){.install-banner{bottom:58px;padding:0 8px}.install-box{padding:8px 10px;gap:8px;border-radius:12px;width:min(96%,380px)}.install-text strong{font-size:.84rem}.install-text p{font-size:.7rem;line-height:1.2}.install-btn{padding:5px 8px;font-size:.72rem;border-radius:7px}.install-close{font-size:14px}}