:root{--gk-fo-primary:#00a8e8;--gk-fo-primary-dark:#0077b6;--gk-fo-bg-dark:#050a14;--gk-fo-bg-light:#f5f8fa;--gk-fo-text-main:#071522;--gk-fo-text-muted:#607483;--gk-fo-border:#dbe5ea;--gk-fo-nav-height:84px;--gk-fo-transition:.25s ease;--gk-fo-ease:cubic-bezier(.25,.46,.45,.94)}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-y:scroll}
body{min-width:320px;padding-top:var(--gk-fo-nav-height);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--gk-fo-bg-light);color:var(--gk-fo-text-main);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{border:0}
:focus-visible{outline:2px solid var(--gk-fo-primary);outline-offset:3px}
.gk_fo_container{width:100%;max-width:1280px;margin:0 auto;padding:0 40px}
.gk_fo_section-pad{padding:80px 0}
.gk_fo_bg-dark{background:var(--gk-fo-bg-dark);color:#fff}
.gk_fo_reveal-up{opacity:0;transform:translateY(24px);transition:opacity .6s var(--gk-fo-ease),transform .6s var(--gk-fo-ease)}
.gk_fo_reveal-up.visible{opacity:1;transform:translateY(0)}
.gk_fo_delay-1{transition-delay:.1s}
.gk_fo_delay-2{transition-delay:.2s}
.gk_fo_delay-3{transition-delay:.3s}
.kf{position:fixed;right:4%;bottom:25%;text-align:center;z-index:999}
.kf-top{width:50px;height:50px;border-radius:50%;background:#3a3a3a;line-height:50px;color:#fff}
.kf-top>span{font-size:40px}
.kf_ico{width:50px;background:#25d366;color:#fff;height:50px;line-height:50px;border-radius:50%;margin-bottom:20px}
.kf_ico.smt_foot-tia{display:block;background:#1b1464;width:50px;border-radius:50%;height:50px;line-height:50px}
.kf_ico.smt_foot-tia>span{font-size:40px}
.kf_ico a{display:block;height:50px}
.kf_ico a>span{font-size:40px;color:#fff}
.kf-weixin-one{display:none;}
.kf-weixin-one>img{width:auto;max-width:100%;display:block}
.kf-weixin-one>p{font-size: 11px;line-height: initial;color: #333;}
.kf-weixin:hover .kf-weixin-one{display:block;position: absolute;left: -144px;width: 110px;top: -50px;background: #fff;padding: 10px;border-radius: 5px;}
.kf-weixin{width:50px;background:#2aae67;color:#fff;height:50px;line-height:50px;border-radius:50%;margin-bottom:20px}
.kf-weixin>span{font-size:50px;color:#fff}
.gk_fo_btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border:1px solid transparent;border-radius:5px;background:var(--gk-fo-primary);color:#001722;font-size:14px;font-weight:750;line-height:1.2;text-align:center;cursor:pointer;transition:background var(--gk-fo-transition),color var(--gk-fo-transition),border-color var(--gk-fo-transition),transform var(--gk-fo-transition),box-shadow var(--gk-fo-transition)}
.gk_fo_btn-primary:hover{background:#fff;color:#071522;transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.16)}
.gk_fo_btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border:1px solid rgba(255,255,255,.42);border-radius:5px;background:transparent;color:#fff;font-size:14px;font-weight:700;line-height:1.2;text-align:center;cursor:pointer;transition:background var(--gk-fo-transition),border-color var(--gk-fo-transition),transform var(--gk-fo-transition)}
.gk_fo_btn-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px)}

.gk_fo_main-nav{position:fixed;top:0;left:0;width:100%;height:var(--gk-fo-nav-height);background:#101824;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 4px 16px rgba(0,0,0,.08);z-index:1000}
.gk_fo_main-nav>.gk_fo_container{height:100%}
.gk_fo_main-nav_body{position:relative;display:grid;grid-template-columns:200px minmax(0,1fr) 200px;align-items:center;gap:24px;height:100%}
.gk_fo_main-nav_logo{display:flex;align-items:center;justify-self:start;min-width:0}
.gk_fo_main-nav_logo img{width:auto;height:auto;max-width:180px;max-height:46px;margin:0;object-fit:contain;filter:brightness(0) invert(1)}
.gk_fo_main-nav_menu{display:flex;align-items:center;justify-content:center;justify-self:center;align-self:stretch;gap:30px;min-width:0;height:100%}
.gk_fo_main-nav_item{position:relative;display:flex;align-items:center;height:100%;min-width:0}
.gk_fo_main-nav_link{position:relative;display:flex;align-items:center;height:100%;padding:0 1px;color:rgba(255,255,255,.74);font-size:15px;font-weight:500;line-height:1;white-space:nowrap;transition:color var(--gk-fo-transition)}
.gk_fo_main-nav_link::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;background:var(--gk-fo-primary);transform:translateX(-50%);transition:width var(--gk-fo-transition)}
.gk_fo_main-nav_item.is-active>.gk_fo_main-nav_link::after,.gk_fo_main-nav_link.is-active::after{width:68%}
.gk_fo_main-nav_item.is-active>.gk_fo_main-nav_link,.gk_fo_main-nav_link.is-active{color:#fff;font-weight:700}
.gk_fo_main-nav_actions{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:14px;width:100%}
.gk_fo_main-nav_quote{min-height:40px;padding:9px 20px;font-size:13px;white-space:nowrap}
.gk_fo_main-nav_toggle{display:none;position:relative;flex-direction:column;justify-content:space-between;width:26px;height:20px;padding:0;background:transparent;cursor:pointer;z-index:1002}
.gk_fo_main-nav_toggle span{display:block;width:100%;height:2px;border-radius:2px;background:#fff;transition:transform var(--gk-fo-transition),opacity var(--gk-fo-transition)}
.gk_fo_main-nav_toggle.is-active span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.gk_fo_main-nav_toggle.is-active span:nth-child(2){opacity:0}
.gk_fo_main-nav_toggle.is-active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.gk_fo_main-nav_submenu-toggle{display:none}
.gk_fo_main-nav_submenu{display:none}

body.is-nav-open{overflow:hidden}
.gk_fo_icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
.gk_fo_main-nav svg,.gk_fo_footer svg,.gk_fo_side-toolbar svg{display:block;flex:0 0 auto}
.gk_fo_main-nav_item.has-mega{position:static}
.gk_fo_mega-menu{position:fixed;top:var(--gk-fo-nav-height,84px);left:0;right:0;width:auto;max-height:calc(100dvh - var(--gk-fo-nav-height,84px));margin:0;padding:0 0 20px;background:#fff;border-top:1px solid rgba(0,168,232,.28);box-shadow:0 24px 60px rgba(5,10,20,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .18s ease,transform .22s ease,visibility .18s ease;z-index:999;overflow-x:hidden;overflow-y:auto}
.gk_fo_mega-menu::before{content:"";position:absolute;top:0;left:0;right:0;height:126px;background:radial-gradient(circle at 12% 10%,rgba(0,168,232,.09),transparent 34%),linear-gradient(180deg,rgba(248,249,250,.95),rgba(255,255,255,0));pointer-events:none}
.gk_fo_main-nav_item.has-mega.is-open .gk_fo_mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.gk_fo_mega-menu_body{position:relative;z-index:1;width:100%}
.gk_fo_mega-menu_header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 4px 14px;border-bottom:1px solid #e9eef3}
.gk_fo_mega-menu_kicker{display:block;margin-bottom:4px;color:var(--gk-fo-primary-dark,#0077b6);font-size:11px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase}
.gk_fo_mega-menu_header h2,.gk_fo_mega-menu_title{margin:0;color:var(--gk-fo-text-main,#050a14);font-size:21px;line-height:1.25;font-weight:750}
.gk_fo_mega-menu_header p{margin:4px 0 0;color:var(--gk-fo-text-muted,#6c757d);font-size:13px;line-height:1.55}
.gk_fo_mega-menu_all{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;min-height:40px;padding:9px 15px;border:1px solid rgba(0,119,182,.34);border-radius:8px;background:#fff;color:var(--gk-fo-primary-dark,#0077b6);box-shadow:0 3px 10px rgba(5,10,20,.035);font-size:13px;font-weight:750;line-height:1.2;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}
.gk_fo_mega-menu_all svg{flex-shrink:0;transition:transform .2s ease}
.gk_fo_mega-menu_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:14px}
.gk_fo_mega-menu_group{position:relative;min-width:0;padding:17px 18px 15px;background:#fff;border:1px solid #e7edf2;border-radius:12px;box-shadow:0 5px 18px rgba(5,10,20,.035);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.gk_fo_mega-menu_group-title{display:inline-flex;align-items:center;gap:8px;max-width:100%;margin-bottom:10px;padding:0;color:var(--gk-fo-text-main,#050a14);font-size:16px;line-height:1.35;font-weight:760}
.gk_fo_mega-menu_group-title svg{width:14px;height:14px;flex-shrink:0;color:var(--gk-fo-primary-dark,#0077b6);transition:transform .2s ease}
.gk_fo_mega-menu_links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 10px;margin:0;padding:0;list-style:none}
.gk_fo_mega-menu_links li{min-width:0}
.gk_fo_mega-menu_links a{position:relative;display:block;padding:6px 7px 6px 16px;border-radius:6px;color:#5f6c78;font-size:13px;line-height:1.35;font-weight:520;transition:color .18s ease,background .18s ease,transform .18s ease}
.gk_fo_mega-menu_links a::before{content:"";position:absolute;left:6px;top:50%;width:4px;height:4px;border-radius:50%;background:#b5c0ca;transform:translateY(-50%);transition:background .18s ease,transform .18s ease}
.gk_fo_mega-menu_empty{margin:0;color:#8a96a1;font-size:13px;line-height:1.5}
.gk_fo_mega-menu a::after{content:none!important;display:none!important}
.gk_fo_mega-menu_all:focus-visible,.gk_fo_mega-menu_group-title:focus-visible,.gk_fo_mega-menu_links a:focus-visible{outline:2px solid var(--gk-fo-primary,#00a8e8);outline-offset:2px}

@media(hover:hover) and (pointer:fine){
.gk_fo_main-nav_link:hover{color:#fff}
.gk_fo_main-nav_link:hover::after{width:68%}
.gk_fo_mega-menu_all:hover{background:var(--gk-fo-primary-dark,#0077b6);border-color:var(--gk-fo-primary-dark,#0077b6);color:#fff;transform:translateY(-1px);box-shadow:0 7px 16px rgba(0,119,182,.16)}
.gk_fo_mega-menu_all:hover svg{transform:translateX(3px)}
.gk_fo_mega-menu_group:hover{transform:translateY(-3px);border-color:rgba(0,168,232,.42);box-shadow:0 14px 30px rgba(5,10,20,.08)}
.gk_fo_mega-menu_group-title:hover{color:var(--gk-fo-primary-dark,#0077b6)}
.gk_fo_mega-menu_group-title:hover svg{transform:translateX(3px)}
.gk_fo_mega-menu_links a:hover{color:var(--gk-fo-primary-dark,#0077b6);background:rgba(0,168,232,.055);transform:translateX(2px)}
.gk_fo_mega-menu_links a:hover::before{background:var(--gk-fo-primary,#00a8e8);transform:translateY(-50%) scale(1.35)}
}

.gk_fo_breadcrumb{padding:20px 0;background:var(--gk-fo-bg-light);border-bottom:1px solid var(--gk-fo-border)}
.gk_fo_breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--gk-fo-text-muted);font-size:13px;line-height:1.5}
.gk_fo_breadcrumb a{color:var(--gk-fo-text-muted);transition:color var(--gk-fo-transition)}
.gk_fo_breadcrumb a:hover{color:var(--gk-fo-primary-dark)}
.gk_fo_breadcrumb li[aria-hidden="true"]{color:#a6b4bd}
.gk_fo_breadcrumb li[aria-current="page"]{color:var(--gk-fo-text-main);font-weight:700}

.gk_fo_section-header{max-width:760px;margin:0 auto 54px;text-align:center}
.gk_fo_section-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:11px;color:var(--gk-fo-primary-dark);font-size:12px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase}
.gk_fo_section-label::before{content:"";display:block;width:22px;height:2px;background:currentColor}
.gk_fo_section-header h2{margin:0 0 15px;color:var(--gk-fo-text-main);font-size:clamp(29px,3.5vw,44px);line-height:1.12;letter-spacing:-.025em}
.gk_fo_section-header p{margin:0;color:var(--gk-fo-text-muted);font-size:17px;line-height:1.7}
.gk_fo_bg-dark .gk_fo_section-header h2{color:#fff}
.gk_fo_bg-dark .gk_fo_section-label{color:var(--gk-fo-primary)}
.gk_fo_bg-dark .gk_fo_section-header p{color:rgba(255,255,255,.7)}

.gk_fo_footer{position:relative;background:#fff;color:#536773;border-top:1px solid #dbe4e9}
.gk_fo_footer .gk_fo_container{width:min(1440px,calc(100% - 72px));max-width:none;padding-left:0;padding-right:0}
.gk_fo_footer_body{padding:34px 0 0}
.gk_fo_footer_grid{display:grid;grid-template-columns:minmax(270px,1.35fr) minmax(150px,.72fr) minmax(140px,.68fr) minmax(150px,.72fr) minmax(290px,1.05fr);gap:34px;align-items:start;padding-bottom:14px}
.gk_fo_footer_col{min-width:0}
.gk_fo_footer_brand{padding-right:12px}
.gk_fo_footer_logo{display:inline-flex;align-items:center;margin-bottom:12px}
.gk_fo_footer_logo img{width:auto;height:auto;max-width:175px;max-height:42px;margin:0;object-fit:contain}
.gk_fo_footer_intro{max-width:350px;margin:0 0 11px;color:#607482;font-size:12px;line-height:1.62}
.gk_fo_footer_text-link{display:inline-flex;align-items:center;gap:7px;color:var(--gk-fo-primary-dark);font-size:12px;font-weight:750;transition:color var(--gk-fo-transition),gap var(--gk-fo-transition)}
.gk_fo_footer_text-link:hover{gap:10px;color:#005f91}
.gk_fo_footer_address{margin:14px 0 0;padding:12px 0 0;border-top:1px solid #e3eaee;font-style:normal}
.gk_fo_footer_address-label{display:block;margin:0 0 5px;color:#0c2534;font-size:10px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}
.gk_fo_footer_address p{max-width:390px;margin:0;color:#667c88;font-size:11px;line-height:1.55}
.gk_fo_footer_col>h4{margin:1px 0 11px;color:#071522;font-size:13px;font-weight:800;line-height:1.3}
.gk_fo_footer_col ul{margin:0;padding:0}
.gk_fo_footer_col ul li{margin:0;padding:0;min-height:0}
.gk_fo_footer_col ul li a{display:block;min-height:0;padding:4px 0;color:#5f7180;font-size:11px;line-height:1.45;transition:color var(--gk-fo-transition),transform var(--gk-fo-transition)}
.gk_fo_footer_col ul li a:hover{color:var(--gk-fo-primary-dark);transform:translateX(3px)}
.gk_fo_footer_contact-card{width:100%;max-width:330px;margin-left:auto;padding:18px 20px;border:1px solid #d5e2e9;border-radius:11px;background:#f1f8fb}
.gk_fo_footer_contact-label{display:block;margin-bottom:5px;color:var(--gk-fo-primary-dark);font-size:9px;font-weight:850;letter-spacing:1.3px;text-transform:uppercase}
.gk_fo_footer_contact-card h4{margin:0 0 6px;color:#071522;font-size:18px;line-height:1.3}
.gk_fo_footer_contact-card p{margin:0 0 11px;color:#617583;font-size:11px;line-height:1.55}
.gk_fo_footer_email{display:block;margin-bottom:11px;color:var(--gk-fo-primary-dark);font-size:11px;font-weight:700;line-height:1.45;overflow-wrap:anywhere}
.gk_fo_footer_contact-list{display:grid;gap:7px;margin:0 0 11px;padding:10px 0;border-top:1px solid #dce7ec;border-bottom:1px solid #dce7ec}
.gk_fo_footer_contact-row{display:grid;grid-template-columns:50px minmax(0,1fr);gap:8px;align-items:start}
.gk_fo_footer_contact-key{color:#78909c;font-size:9px;font-weight:800;letter-spacing:.4px;text-transform:uppercase}
.gk_fo_footer_contact-value{min-width:0;color:#173242;font-size:11px;font-weight:700;line-height:1.5;text-decoration:none;overflow-wrap:anywhere;transition:color var(--gk-fo-transition)}
.gk_fo_footer_contact-value:hover{color:var(--gk-fo-primary-dark)}
.gk_fo_footer_quote{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:8px 15px;border-radius:5px;background:#071f2e;color:#fff;font-size:11px;font-weight:750;transition:background var(--gk-fo-transition),gap var(--gk-fo-transition),transform var(--gk-fo-transition)}
.gk_fo_footer_quote:hover{gap:10px;background:var(--gk-fo-primary-dark);transform:translateY(-1px)}
.gk_fo_footer_bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0 13px;border-top:1px solid #dce5ea;color:#70818d;font-size:10px}
.gk_fo_footer_bottom p{margin:0}
.gk_fo_footer_legal{display:flex;align-items:center;gap:20px}
.gk_fo_footer_legal a{color:#637581;transition:color var(--gk-fo-transition)}
.gk_fo_footer_legal a:hover{color:var(--gk-fo-primary-dark)}
.gk_fo_side-toolbar{position:fixed;right:18px;top:50%;display:flex;flex-direction:column;gap:8px;z-index:900;opacity:0;visibility:hidden;transform:translateY(-50%);transition:opacity .3s ease,visibility .3s ease}
.gk_fo_side-toolbar.visible{opacity:1;visibility:visible}
.gk_fo_side-toolbar_item{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1px solid #d4e0e7;border-radius:7px;background:#fff;color:#38566a;box-shadow:0 5px 16px rgba(5,25,38,.09);cursor:pointer;overflow:visible;transition:background var(--gk-fo-transition),color var(--gk-fo-transition),border-color var(--gk-fo-transition),transform var(--gk-fo-transition),box-shadow var(--gk-fo-transition)}
.gk_fo_side-toolbar_item svg{width:20px;height:20px;color:currentColor;transition:transform var(--gk-fo-transition)}
.gk_fo_side-toolbar_item:hover{background:var(--gk-fo-primary);color:#001722;border-color:var(--gk-fo-primary);transform:translateX(-2px);box-shadow:0 9px 22px rgba(0,119,182,.22)}
.gk_fo_side-toolbar_item:hover svg{transform:scale(1.08)}
.gk_fo_side-toolbar_tooltip{position:absolute;right:58px;top:50%;padding:7px 12px;border-radius:5px;background:#071522;color:#fff;font-size:12px;font-weight:650;line-height:1.2;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transform:translate(5px,-50%);transition:opacity var(--gk-fo-transition),visibility var(--gk-fo-transition),transform var(--gk-fo-transition)}
.gk_fo_side-toolbar_tooltip:empty{display:none}
.gk_fo_side-toolbar_item:hover .gk_fo_side-toolbar_tooltip{opacity:1;visibility:visible;transform:translate(0,-50%)}
body.gk_fo_hide-toolbar .gk_fo_side-toolbar{display:none!important}

@media(max-width:1280px) and (min-width:1025px){
.gk_fo_container{padding:0 28px}
.gk_fo_main-nav_body{grid-template-columns:175px minmax(0,1fr) 175px;gap:18px}
.gk_fo_main-nav_menu{gap:21px}
.gk_fo_main-nav_link{font-size:14px}
.gk_fo_main-nav_logo img{max-width:160px;max-height:42px}
.gk_fo_main-nav_quote{padding:9px 16px}
}

@media(max-width:1180px){
.gk_fo_footer .gk_fo_container{width:calc(100% - 44px)}
.gk_fo_mega-menu_grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.gk_fo_footer_grid{grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:26px;padding-bottom:12px}
.gk_fo_footer_contact{grid-column:1/-1}
.gk_fo_footer_contact-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:28px;max-width:none;margin-left:0}
.gk_fo_footer_contact-label,.gk_fo_footer_contact-card h4,.gk_fo_footer_contact-card p,.gk_fo_footer_email,.gk_fo_footer_contact-list{grid-column:1}
.gk_fo_footer_contact-list{margin:0 0 10px}
.gk_fo_footer_quote{grid-column:2;grid-row:1/7}
}

@media(max-width:1024px){
:root{--gk-fo-nav-height:76px}
.gk_fo_mega-menu{display:none!important}
.gk_fo_container{padding:0 24px}
.gk_fo_main-nav_body{display:flex;align-items:center;justify-content:space-between;gap:18px;height:100%}
.gk_fo_main-nav_logo{justify-self:auto}
.gk_fo_main-nav_logo img{max-width:150px;max-height:38px}
.gk_fo_main-nav_actions{justify-self:auto;width:auto;margin-left:auto}
.gk_fo_main-nav_toggle{display:flex}
.gk_fo_main-nav_quote{min-height:40px;padding:9px 16px;font-size:13px}
.gk_fo_main-nav_menu{position:fixed;top:var(--gk-fo-nav-height);left:0;display:none;width:100%;height:calc(100dvh - var(--gk-fo-nav-height));padding:0 20px 40px;background:#030914;overflow-y:auto;overscroll-behavior:contain;align-items:stretch;justify-content:flex-start;gap:0;z-index:1001}
.gk_fo_main-nav_menu.is-active{display:block}
.gk_fo_main-nav_item{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;width:100%;height:auto;min-height:52px;flex:0 0 auto;border-bottom:1px solid rgba(255,255,255,.08)}
.gk_fo_main-nav_item:not(.has-children){grid-template-columns:1fr}
.gk_fo_main-nav_link{display:flex;align-items:center;height:52px;padding:0;color:rgba(255,255,255,.88);font-size:16px;font-weight:500;line-height:1.3}
.gk_fo_main-nav_link::after{left:0;bottom:0;transform:none}
.gk_fo_main-nav_item.is-active>.gk_fo_main-nav_link::after,.gk_fo_main-nav_link.is-active::after{width:72px}
.gk_fo_main-nav_submenu-toggle{display:flex;align-items:center;justify-content:center;grid-column:2;width:36px;height:36px;margin-left:auto;border:1px solid rgba(255,255,255,.13);border-radius:5px;background:rgba(255,255,255,.04);color:rgba(255,255,255,.78);cursor:pointer;transition:background var(--gk-fo-transition),color var(--gk-fo-transition),border-color var(--gk-fo-transition)}
.gk_fo_main-nav_submenu-toggle svg{transition:transform var(--gk-fo-transition)}
.has-children.is-open>.gk_fo_main-nav_submenu-toggle{background:var(--gk-fo-primary);border-color:var(--gk-fo-primary);color:#001722}
.has-children.is-open>.gk_fo_main-nav_submenu-toggle svg{transform:rotate(180deg)}
.gk_fo_main-nav_submenu{position:static;display:none;grid-column:1/-1;width:100%;height:auto;max-height:none;margin:0;padding:0 0 0 16px;overflow:visible;border-left:1px solid rgba(0,168,232,.18)}
.has-children.is-open>.gk_fo_main-nav_submenu{display:block}
.gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item{display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;min-height:46px;border-bottom:1px solid rgba(255,255,255,.055)}
.gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item:last-child{border-bottom:0}
.gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item:not(.has-children){grid-template-columns:1fr}
.gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item>.gk_fo_main-nav_submenu-link{display:flex;align-items:center;min-height:46px;padding:7px 0;color:rgba(255,255,255,.74);font-size:14px;font-weight:450;line-height:1.35}
.gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item.is-active>.gk_fo_main-nav_submenu-link,.gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item.is-current-path>.gk_fo_main-nav_submenu-link{color:#fff;font-weight:650}
.gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item>.gk_fo_main-nav_submenu-toggle{width:34px;height:34px}
.gk_fo_main-nav_submenu .gk_fo_main-nav_submenu{padding-left:16px}
.gk_fo_main-nav_submenu .gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item{display:block;min-height:42px}
.gk_fo_main-nav_submenu .gk_fo_main-nav_submenu>.gk_fo_main-nav_submenu-item>.gk_fo_main-nav_submenu-link{min-height:42px;padding:8px 0;color:rgba(255,255,255,.66);font-size:13px}
.gk_fo_main-nav_submenu-link.is-active{color:#fff!important;font-weight:700!important;background:transparent}
}

@media(max-width:820px){
.gk_fo_footer_grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-bottom:12px}
.gk_fo_footer_brand{grid-column:1/-1;padding-right:0}
.gk_fo_footer_intro{max-width:560px}
.gk_fo_footer_contact{grid-column:1/-1}
.gk_fo_footer_contact-card{display:block;max-width:none;margin-left:0}
.gk_fo_footer_contact-label,.gk_fo_footer_contact-card h4,.gk_fo_footer_contact-card p,.gk_fo_footer_email,.gk_fo_footer_contact-list,.gk_fo_footer_quote{grid-column:auto;grid-row:auto}
.gk_fo_footer_contact-list{margin:0 0 11px}
.gk_fo_footer_bottom{align-items:flex-start}
}

@media(max-width:768px){
.gk_fo_footer .gk_fo_container{width:calc(100% - 30px)}
.gk_fo_container{padding:0 20px}
.gk_fo_section-pad{padding:54px 0}
.gk_fo_section-header{margin-bottom:38px}
.gk_fo_section-header p{font-size:15px}
.gk_fo_main-nav_quote{padding:9px 14px}
.gk_fo_side-toolbar{display:none!important}
}

@media(max-width:600px){
:root{--gk-fo-nav-height:70px}
.gk_fo_container{padding:0 18px}
.gk_fo_main-nav_logo img{max-width:135px;max-height:34px}
.gk_fo_main-nav_body{gap:12px}
.gk_fo_main-nav_actions{gap:11px}
.gk_fo_main-nav_quote{min-height:38px;padding:8px 12px;font-size:12px}
.gk_fo_main-nav_toggle{width:24px;height:20px}
.gk_fo_main-nav_menu{padding:0 18px 36px}
.gk_fo_footer_body{padding-top:26px}
.gk_fo_footer_grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px 20px;padding-bottom:10px}
.gk_fo_footer_brand{grid-column:1/-1;grid-row:1;padding-right:0}
.gk_fo_footer_contact{grid-column:1/-1;grid-row:2}
.gk_fo_footer_grid>nav:nth-of-type(1){grid-column:1;grid-row:3/span 2}
.gk_fo_footer_grid>nav:nth-of-type(2){grid-column:2;grid-row:3}
.gk_fo_footer_grid>nav:nth-of-type(3){grid-column:2;grid-row:4}
.gk_fo_footer_logo{margin-bottom:10px}
.gk_fo_footer_logo img{max-width:160px;max-height:38px}
.gk_fo_footer_intro{max-width:none;margin-bottom:9px;font-size:11px;line-height:1.55}
.gk_fo_footer_address{margin-top:11px;padding-top:10px}
.gk_fo_footer_address p{font-size:10px;line-height:1.5}
.gk_fo_footer_col>h4{margin:0 0 7px;font-size:13px}
.gk_fo_footer_col ul li a{padding:4px 0;font-size:11px;line-height:1.4}
.gk_fo_footer_contact-card{padding:16px;max-width:none;margin-left:0}
.gk_fo_footer_contact-card h4{font-size:17px}
.gk_fo_footer_contact-list{margin:10px 0;padding:9px 0}
.gk_fo_footer_quote{width:100%}
.gk_fo_footer_bottom{flex-direction:column;gap:8px;padding:11px 0 12px}
.gk_fo_footer_legal{gap:18px}
}

@media(max-width:390px){
.gk_fo_main-nav_quote{display:none}
.gk_fo_footer_grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}

@media(max-width:340px){
.gk_fo_footer_grid{grid-template-columns:1fr;gap:17px}
.gk_fo_footer_brand{grid-column:1;grid-row:1}
.gk_fo_footer_contact{grid-column:1;grid-row:2}
.gk_fo_footer_grid>nav:nth-of-type(1){grid-column:1;grid-row:3}
.gk_fo_footer_grid>nav:nth-of-type(2){grid-column:1;grid-row:4}
.gk_fo_footer_grid>nav:nth-of-type(3){grid-column:1;grid-row:5}
}

@media(prefers-reduced-motion:reduce){
.gk_fo_mega-menu,.gk_fo_mega-menu_group,.gk_fo_mega-menu_all,.gk_fo_mega-menu_group-title svg,.gk_fo_mega-menu_links a{transition:none!important}
html{scroll-behavior:auto}
*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

:root{--gk-fo-primary-soft:#eaf8fd;--gk-fo-ink:#071522;--gk-fo-ink-soft:#173144;--gk-fo-text:#526b79;--gk-fo-bg:#fff;--gk-fo-bg-soft:#f2f7f9;--gk-fo-border-soft:#e0e8ec;--gk-fo-shadow-sm:0 12px 30px rgba(22,51,67,.05);--gk-fo-shadow-md:0 18px 44px rgba(22,51,67,.09);--gk-fo-radius-sm:5px;--gk-fo-radius-md:12px;--gk-fo-radius-lg:16px}
.gk_fo_breadcrumb_body{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--gk-fo-text-muted);font-size:13px;line-height:1.5}
.gk_fo_breadcrumb_body a{color:var(--gk-fo-text-muted);transition:color var(--gk-fo-transition)}
.gk_fo_breadcrumb_body a:hover{color:var(--gk-fo-primary-dark)}
.gk_fo_page-hero{position:relative;overflow:hidden;background:var(--gk-fo-bg-soft)}
.gk_fo_page-hero_media{position:absolute;inset:0;z-index:0;overflow:hidden}
.gk_fo_page-hero_media img{width:100%;height:100%;object-fit:cover;object-position:center}
.gk_fo_page-hero_overlay{position:absolute;inset:0;z-index:1;pointer-events:none}
.gk_fo_page-hero_body{position:relative;z-index:2;display:flex;align-items:center;min-height:640px;padding:74px 0 88px}
.gk_fo_page-hero_content{width:min(720px,58%);min-width:0}
.gk_fo_page-hero h1{max-width:780px;margin:0 0 22px;color:var(--gk-fo-ink);font-size:clamp(48px,4.8vw,68px);font-weight:760;line-height:1.03;letter-spacing:-1.7px}
.gk_fo_page-hero_description{max-width:700px;margin:0;color:var(--gk-fo-text);font-size:17px;line-height:1.76}
.gk_fo_page-hero_actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}
.gk_fo_page-hero.is-dark{background:var(--gk-fo-bg-dark)}
.gk_fo_page-hero.is-dark h1{color:#fff}
.gk_fo_page-hero.is-dark .gk_fo_page-hero_description{color:rgba(255,255,255,.76)}
.gk_fo_page-hero.is-dark .gk_fo_section-label{color:#43d3fb}
.gk_fo_section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,440px);gap:60px;align-items:end;margin-bottom:35px}
.gk_fo_section-head_content{min-width:0}
.gk_fo_section-head h2{max-width:820px;margin:0;color:var(--gk-fo-ink);font-size:clamp(36px,3.8vw,51px);line-height:1.08;letter-spacing:-1px}
.gk_fo_section-head p{margin:0;color:var(--gk-fo-text);font-size:14px;line-height:1.75}
.gk_fo_rich-content{min-width:0;color:var(--gk-fo-text);font-size:15px;line-height:1.8;overflow-wrap:anywhere}
.gk_fo_rich-content>*:first-child{margin-top:0}
.gk_fo_rich-content>*:last-child{margin-bottom:0}
.gk_fo_rich-content h2{margin:46px 0 16px;color:var(--gk-fo-ink);font-size:clamp(28px,2.8vw,37px);line-height:1.2;letter-spacing:-.65px;scroll-margin-top:110px}
.gk_fo_rich-content h3{margin:31px 0 13px;color:#10212e;font-size:23px;line-height:1.3;scroll-margin-top:110px}
.gk_fo_rich-content h4{margin:25px 0 10px;color:#132936;font-size:18px;line-height:1.4}
.gk_fo_rich-content p{margin:0 0 19px}
.gk_fo_rich-content ul,.gk_fo_rich-content ol{margin:0 0 25px;padding-left:23px;list-style:revert}
.gk_fo_rich-content li{margin-bottom:9px;padding-left:4px}
.gk_fo_rich-content li::marker{color:var(--gk-fo-primary)}
.gk_fo_rich-content a{color:var(--gk-fo-primary-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.gk_fo_rich-content img{height:auto;margin:29px auto;border-radius:10px}
.gk_fo_rich-content blockquote{margin:29px 0;padding:21px 24px;border-left:3px solid var(--gk-fo-primary);background:var(--gk-fo-primary-soft);color:#405d6c}
.gk_fo_rich-content blockquote p:last-child{margin-bottom:0}
.gk_fo_rich-content table{display:table;width:100%;margin:27px 0;border:1px solid var(--gk-fo-border);border-collapse:separate;border-spacing:0;border-radius:9px;background:#fff;font-size:13px;line-height:1.6;overflow:hidden}
.gk_fo_rich-content th,.gk_fo_rich-content td{padding:14px 16px;border-right:1px solid #d8e3e8;border-bottom:1px solid #d8e3e8;text-align:left;vertical-align:top}
.gk_fo_rich-content th:last-child,.gk_fo_rich-content td:last-child{border-right:0}
.gk_fo_rich-content tr:last-child td{border-bottom:0}
.gk_fo_rich-content th{background:#eaf5fa;color:var(--gk-fo-ink-soft);font-weight:800}
.gk_fo_cta{padding:78px 0;background:linear-gradient(115deg,#06263a,#08405a 62%,#0a6077);color:#fff}
.gk_fo_cta_body{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:72px;align-items:center}
.gk_fo_cta_content{min-width:0}
.gk_fo_cta .gk_fo_section-label{color:#43d3fb}
.gk_fo_cta h2{max-width:760px;margin:0 0 18px;color:#fff;font-size:clamp(36px,3.8vw,51px);line-height:1.08;letter-spacing:-1px}
.gk_fo_cta p{max-width:720px;margin:0;color:rgba(255,255,255,.78);font-size:15px;line-height:1.77}
.gk_fo_cta_actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.gk_fo_cta_aside{padding:29px 30px;border:1px solid rgba(255,255,255,.23);border-radius:var(--gk-fo-radius-md);background:rgba(255,255,255,.08)}
.gk_fo_cta_aside strong{display:block;margin-bottom:18px;color:#fff;font-size:17px}
.gk_fo_cta_aside ul{display:grid;gap:11px}
.gk_fo_cta_aside li{position:relative;padding-left:18px;color:rgba(255,255,255,.8);font-size:13px;line-height:1.6}
.gk_fo_cta_aside li::before{content:"";position:absolute;top:.7em;left:0;width:6px;height:6px;border-radius:50%;background:#43d3fb}
@media(max-width:1180px){
.gk_fo_cta_body{grid-template-columns:1fr;gap:38px}
.gk_fo_cta_aside{max-width:780px}
}
@media(max-width:980px){
.gk_fo_section-head{grid-template-columns:1fr;gap:15px}
.gk_fo_page-hero_body{min-height:600px;padding:68px 0 78px}
.gk_fo_page-hero_content{width:min(720px,78%)}
}
@media(max-width:760px){
.gk_fo_page-hero_body{align-items:flex-start;min-height:640px;padding:54px 0 210px}
.gk_fo_page-hero_content{width:100%}
.gk_fo_page-hero h1{font-size:43px;letter-spacing:-1px}
.gk_fo_page-hero_description{font-size:16px}
.gk_fo_page-hero_actions{display:grid;grid-template-columns:1fr}
.gk_fo_page-hero_actions a{width:100%}
.gk_fo_breadcrumb_body{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;scrollbar-width:none}
.gk_fo_breadcrumb_body::-webkit-scrollbar{display:none}
.gk_fo_rich-content h2{font-size:29px}
.gk_fo_rich-content h3{font-size:21px}
.gk_fo_rich-content table{display:block;max-width:100%;overflow-x:auto}
.gk_fo_rich-content th,.gk_fo_rich-content td{min-width:180px}
.gk_fo_cta{padding:64px 0}
.gk_fo_cta_actions{display:grid;grid-template-columns:1fr}
.gk_fo_cta_actions a{width:100%}
}
@media(max-width:480px){
.gk_fo_page-hero_body{min-height:640px;padding:48px 0 190px}
.gk_fo_page-hero h1{font-size:38px}
.gk_fo_page-hero_description{font-size:15px;line-height:1.72}
.gk_fo_section-head h2{font-size:34px}
}