@font-face{font-family:"KV Icon Kit V2";src:url("../fonts/kv-icon-kit-v2/kv-icon-kit-regular.woff2") format("woff2"),url("../fonts/kv-icon-kit-v2/kv-icon-kit-regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"KV Icon Kit V2";src:url("../fonts/kv-icon-kit-v2/kv-icon-kit-solid.woff2") format("woff2"),url("../fonts/kv-icon-kit-v2/kv-icon-kit-solid.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--kv-white: #FFFFFF;--kv-bg: #FFFFFF;--kv-white-a60: rgba(255,255,255,0.60);--kv-neutral-50: #FAFAFA;--kv-bg-subtle: var(--kv-neutral-50);--kv-fg: #0A0A0A;--kv-fg-secondary: #404040;--kv-fg-muted: #737373;--kv-fg-disabled: #D4D4D4;--kv-primary: #006FFF;--kv-primary-hover: #0059CC;--kv-blue-700: #004399;--kv-navy-a06: rgba(0,41,87,0.06);--kv-navy-a08: rgba(0,41,87,0.08);--kv-navy-a15: rgba(0,41,87,0.15);--kv-border: var(--kv-navy-a08);--kv-radius-xs: 8px;--kv-radius-sm: 12px;--kv-radius-lg: 20px;--kv-shadow-m: 0 10.8px 13.5px 0 rgba(42,95,158,0.06), 0 0 1.35px 0 rgba(0,0,0,0.16);--kv-font-sans: "Google Sans Flex", -apple-system, "Segoe UI", system-ui, sans-serif;--kv-font-icon: "KV Icon Kit V2", "Google Sans Flex", system-ui, sans-serif;--kv-text-h7: 16px;--kv-text-h8: 14px;--kv-wt-regular: 400;--kv-wt-medium: 500;--kv-wt-semibold: 600}.kv-ic{font-family:"KV Icon Kit V2",system-ui,sans-serif;font-weight:400;font-style:normal;display:inline-block;font-size:1em;line-height:1;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kv-popover{background:var(--kv-bg);border-radius:var(--kv-radius-lg);box-shadow:var(--kv-shadow-m);padding:16px;font-family:var(--kv-font-sans);font-size:var(--kv-text-h7);color:var(--kv-fg);position:relative}.kv-popover::after{content:"";position:absolute;width:12px;height:12px;background:inherit;transform:rotate(45deg);box-shadow:inherit}.kv-popover--top::after{bottom:-6px;left:50%;margin-left:-6px;box-shadow:6px 6px 6px -3px rgba(42,95,158,.06)}.kv-popover--bottom::after{top:-6px;left:50%;margin-left:-6px;box-shadow:-6px -6px 6px -3px rgba(42,95,158,.06)}.kv-popover--left::after{right:-6px;top:50%;margin-top:-6px}.kv-popover--right::after{left:-6px;top:50%;margin-top:-6px}.kv-btn-icon{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(0,0,0,0);transition:background-color .18s ease,border-color .18s ease,color .18s ease}.kv-btn-icon>.kv-ic{display:block}.kv-btn-icon--lg{width:40px;height:40px;border-radius:var(--kv-radius-sm);padding:12px}.kv-btn-icon--lg>.kv-ic{width:16px;height:16px}.kv-btn-icon--outline{background:var(--kv-white-a60);border-color:var(--kv-navy-a08);color:var(--kv-fg)}.kv-btn-icon--outline:hover{border-color:var(--kv-navy-a15);background:var(--kv-white)}.kv-footer__pop.kv-popover::after{content:none}.kv-footer__pop.kv-popover{box-shadow:none;filter:drop-shadow(0 0 0.8px rgba(0, 41, 87, 0.2)) drop-shadow(0 10.8px 16px rgba(42, 95, 158, 0.12))}.kv-popover__arrow{position:absolute;width:13.86px;height:12px;background:var(--kv-bg);box-shadow:none;clip-path:path("M0,12 L4.93,3.464 Q6.93,0 8.93,3.464 L13.86,12 Z")}.kv-popover--bottom .kv-popover__arrow{top:-11px;left:50%;margin-left:-6.93px}.kv-popover--top .kv-popover__arrow{bottom:-11px;left:50%;margin-left:-6.93px;clip-path:path("M0,0 L4.93,8.536 Q6.93,12 8.93,8.536 L13.86,0 Z")}.kv-popover--left .kv-popover__arrow{width:12px;height:13.86px;right:-11px;top:50%;margin-top:-6.93px;clip-path:path("M0,0 L8.536,4.93 Q12,6.93 8.536,8.93 L0,13.86 Z")}.kv-popover--right .kv-popover__arrow{width:12px;height:13.86px;left:-11px;top:50%;margin-top:-6.93px;clip-path:path("M12,0 L3.464,4.93 Q0,6.93 3.464,8.93 L12,13.86 Z")}.kv-footer{background:var(--kv-bg-subtle);padding:88px 32px 24px;font-family:var(--kv-font-sans);color:var(--kv-fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.kv-footer *,.kv-footer *::before,.kv-footer *::after{box-sizing:border-box}.kv-footer p{margin:0;padding:0}.kv-footer ul{list-style:none;margin:0;padding:0}.kv-footer li{margin:0;padding:0;line-height:1.6}.kv-footer h2,.kv-footer h3{margin:0}.kv-footer a{text-decoration:none}.kv-footer__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px;text-align:left}.kv-footer__divider{height:1px;background:var(--kv-navy-a08);border:0;margin:0}.kv-footer__divider--anchor{position:relative}.kv-footer__totop{position:absolute;right:-56px;top:50%;transform:translateY(-50%)}.kv-footer__top{display:flex;align-items:flex-start;gap:40px}.kv-footer__company{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.kv-footer__logo{height:40px;width:auto;display:block;align-self:flex-start}.kv-footer__org{margin:0;font-size:16px;font-weight:var(--kv-wt-semibold);line-height:1.6;color:var(--kv-fg)}.kv-footer__lines{display:flex;flex-direction:column;gap:4px}.kv-footer__line{font-size:16px;font-weight:var(--kv-wt-regular);line-height:1.6;color:var(--kv-fg)}.kv-footer__line .label{display:inline;padding:0;margin:0;background:rgba(0,0,0,0);border:0;border-radius:0;color:inherit;font-size:inherit;line-height:inherit;white-space:normal;text-shadow:none;font-weight:var(--kv-wt-semibold)}.kv-footer__social-label{margin:8px 0 0;font-size:16px;line-height:1.6;color:var(--kv-fg)}.kv-footer__socials{display:flex;align-items:center;gap:20px}.kv-footer__social{display:inline-flex;color:var(--kv-fg);transition:color .15s}.kv-footer__social:hover{color:var(--kv-primary)}.kv-footer__social svg{display:block;width:20px;height:20px}.kv-footer__map{flex:0 0 670px;aspect-ratio:670/340;height:auto;border-radius:20px;overflow:hidden;background:var(--kv-navy-a06)}.kv-footer__map iframe{width:100%;height:100%;border:0;display:block}.kv-footer__links{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}.kv-footer__col{display:flex;flex-direction:column;gap:16px}.kv-footer__col-title{margin:0;font-size:16px;font-weight:var(--kv-wt-semibold);line-height:1.6;color:var(--kv-fg)}.kv-footer__list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.kv-footer__link{font-size:16px;font-weight:var(--kv-wt-regular);line-height:1.6;color:var(--kv-fg);text-decoration:none}.kv-footer__link:hover{text-decoration:underline}.kv-footer__hotline-item{display:flex;flex-direction:column;gap:2px}.kv-footer__hotline-label{font-size:16px;line-height:1.6;color:var(--kv-fg)}.kv-footer__hotline-num{font-size:16px;font-weight:var(--kv-wt-semibold);line-height:1.6;color:var(--kv-fg)}.kv-footer__foreign{display:flex;flex-direction:column;gap:8px}.kv-footer__foreign-row{display:flex;align-items:center;gap:8px;font-size:16px;line-height:1.6;color:var(--kv-fg)}.kv-footer__flag{width:24px;height:16px;object-fit:cover;border-radius:4px;border:.25px solid #d1d5da;flex:0 0 auto}.kv-footer__foreign-row b{font-weight:var(--kv-wt-semibold)}.kv-footer__foreign-row>span{white-space:nowrap}.kv-footer__branches{display:flex;flex-direction:column;gap:16px}.kv-footer__branches-title{margin:0;font-size:16px;font-weight:var(--kv-wt-semibold);line-height:1.6;color:var(--kv-fg)}.kv-footer__region{display:flex;gap:16px;align-items:baseline}.kv-footer__region-name{flex:0 0 auto;min-width:88px;white-space:nowrap;font-size:16px;font-weight:var(--kv-wt-semibold);line-height:1.6;color:var(--kv-fg)}.kv-footer__region-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px}.kv-footer__loc{position:relative;font-size:16px;line-height:1.6;color:var(--kv-fg-secondary);cursor:pointer;background:none;border:0;padding:0;font-family:inherit;transition:color .15s}.kv-footer__loc:hover{color:var(--kv-fg)}.kv-footer__loc:not(:last-child)::after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:1px;height:14px;background:var(--kv-navy-a15)}.kv-footer__pop{position:absolute;left:50%;bottom:calc(100% + 11px);transform:translateX(-50%);z-index:20;width:260px;box-sizing:border-box;display:none;text-align:left;cursor:default}.kv-footer__pop.is-open{display:flex;flex-direction:column;gap:16px}.kv-footer__pop-addr{display:flex;flex-direction:column;gap:8px}.kv-footer__pop-city{margin:0;font-size:var(--kv-text-h8);font-weight:var(--kv-wt-medium);line-height:1.6;color:var(--kv-fg)}.kv-footer__pop-content{display:flex;flex-direction:column;gap:4px}.kv-footer__pop-line{margin:0;font-size:14px;font-weight:var(--kv-wt-regular);line-height:1.6;color:var(--kv-fg-secondary)}.kv-footer__pop-phone{color:var(--kv-fg)}.kv-footer__pop .kv-footer__pop-link{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-size:14px;font-weight:var(--kv-wt-regular);line-height:1.6;color:var(--kv-primary);text-decoration:none;transition:color .15s}.kv-footer__pop .kv-footer__pop-link:hover{color:var(--kv-primary-hover)}.kv-footer__pop .kv-footer__pop-link:hover .kv-ic{color:var(--kv-primary-hover)}.kv-footer__pop-link .kv-ic{font-size:14px}.kv-footer__pop.kv-footer__pop--multi{width:280px}.kv-footer__pop.kv-footer__pop--multi.is-open{gap:12px}.kv-footer__pop--multi .kv-footer__pop-city{font-weight:var(--kv-wt-semibold)}.kv-footer__pop-branch{display:flex;flex-direction:column;gap:8px}.kv-footer__pop-branch+.kv-footer__pop-branch{padding-top:16px;border-top:1px solid var(--kv-border)}.kv-footer__pop-branch-name{margin:0;font-size:var(--kv-text-h8);font-weight:var(--kv-wt-medium);line-height:var(--kv-lh-body, 1.6);color:var(--kv-fg-secondary)}.kv-footer__copyright{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.kv-footer__copy-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.kv-footer__dmca{display:inline-flex;align-items:stretch;border-radius:3px;overflow:hidden;text-decoration:none;font-family:var(--kv-font-sans);font-size:10px;font-weight:700;line-height:1.4;letter-spacing:.02em}.kv-footer__dmca-a{background:#3498db;color:#fff;padding:2px 5px}.kv-footer__dmca-b{background:#1f2328;color:#fff;padding:2px 5px}.kv-footer__copy-text{margin:0;font-size:12px;line-height:1.4;color:var(--kv-fg);padding:0}.kv-footer__langs{display:inline-flex;align-items:center;gap:12px}.kv-footer__lang-label{font-size:12px;color:var(--kv-fg)}.kv-footer__lang-flags{display:inline-flex;align-items:center;gap:8px}.kv-footer__lang-flags button{padding:0;border:0;background:none;cursor:pointer;display:inline-flex;opacity:.5;transition:opacity .15s}.kv-footer__lang-flags button.is-active,.kv-footer__lang-flags button:hover{opacity:1}.kv-footer__lang-flags img{width:24px;height:16px;object-fit:cover;border-radius:4px;border:.25px solid #d1d5da}@media(max-width: 1365.98px){.kv-footer__totop{right:0}}@media(max-width: 1199.98px){.kv-footer{padding-left:24px;padding-right:24px}.kv-footer__map{flex-basis:580px}.kv-footer__region{flex-direction:column;gap:8px}.kv-footer__region-name{flex:0 0 auto}.kv-footer__branches{gap:24px}}@media(max-width: 1023.98px){.kv-footer{padding-top:40px}.kv-footer__container{gap:24px}.kv-footer__top{flex-direction:column}.kv-footer__map{flex:1 1 auto;width:100%;height:auto}.kv-footer__links{grid-template-columns:repeat(2, 1fr);gap:40px 24px}.kv-footer__copyright{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width: 767.98px){.kv-footer{padding-left:16px;padding-right:16px}.kv-footer__links{grid-template-columns:1fr}.kv-footer__copy-left{flex-direction:column;align-items:flex-start;gap:4px}}.kv-footer~.go_top,body:has(.kv-footer) .go_top{display:none}
