*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--forest: #1A3D2B;--forest2: #235438;--ink: #0F1A13;--coral: #E85A2A;--coral2: #FF6B35;--muted: #6B7B70;--border: #E0DDD6;--cream: #FBF8F3;--off: #F2F1ED;--white: #FAFAF7;--fh: "Bricolage Grotesque", sans-serif;--fb: "Instrument Sans", sans-serif}body{font-family:var(--fb);background:var(--white);color:var(--ink)}.ge-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--coral);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.ge-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--coral)}.ge-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:8px;font-family:var(--fh);font-weight:700;font-size:15px;letter-spacing:-.02em;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.ge-btn--coral{background:var(--coral);color:#fff}.ge-btn--coral:hover{background:var(--coral2);transform:translateY(-2px)}.ge-btn--white{background:#fff;color:var(--forest)}.ge-btn--white:hover{background:var(--off);transform:translateY(-2px)}.ge-hero{display:grid;grid-template-columns:1fr 1.4fr;align-items:center;min-height:620px;background:var(--cream);padding:80px;gap:60px}.ge-hero__label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--coral);text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px}.ge-hero__label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--coral)}.ge-hero h1{font-family:var(--fh);font-weight:800;font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-.04em;color:var(--ink);margin-bottom:20px}.ge-hero p{font-size:17px;line-height:1.7;color:var(--muted);margin-bottom:36px;max-width:460px}.ge-hero__map{display:flex;flex-direction:column;gap:20px}.ge-map-wrapper{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#0d2318,#1a3d2b,#0d2318);border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 80px #00000040}.ge-map-svg-wrap{position:relative;width:100%;height:100%}.ge-map-custom{width:100%;height:100%}.ge-world-map-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.ge-world-map{width:100%;display:block;opacity:.9}.ge-land{fill:#ffffff1f;stroke:#fff3;stroke-width:.5;transition:fill .3s}.ge-land:hover{fill:#e85a2a4d}.ge-connections{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.ge-line{stroke:#e85a2a59;stroke-width:.8;stroke-dasharray:4 3;animation:ge-dash 3s linear infinite}.ge-line:nth-child(2){animation-delay:.3s}.ge-line:nth-child(3){animation-delay:.6s}.ge-line:nth-child(4){animation-delay:.9s}.ge-line:nth-child(5){animation-delay:1.2s}.ge-line:nth-child(6){animation-delay:1.5s}.ge-line:nth-child(7){animation-delay:1.8s}.ge-line:nth-child(8){animation-delay:2.1s}.ge-line:nth-child(9){animation-delay:2.4s}@keyframes ge-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-28}}.ge-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--coral);transform:translate(-50%,-50%);box-shadow:0 0 #e85a2a80;animation:ge-pulse 2.5s ease-out infinite;cursor:pointer;z-index:2}.ge-dot:after{content:attr(data-label);position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:#0f1a13eb;color:#fff;font-size:10px;font-weight:600;white-space:nowrap;padding:4px 8px;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .2s}.ge-dot:hover:after{opacity:1}.ge-dot--hub{width:14px;height:14px;background:#fff;box-shadow:0 0 #fff6;animation:ge-pulse-white 2s ease-out infinite}.ge-dot:nth-child(3){animation-delay:.4s}.ge-dot:nth-child(4){animation-delay:.8s}.ge-dot:nth-child(5){animation-delay:1.2s}.ge-dot:nth-child(6){animation-delay:1.6s}.ge-dot:nth-child(7){animation-delay:2s}.ge-dot:nth-child(8){animation-delay:2.4s}.ge-dot:nth-child(9){animation-delay:.2s}.ge-dot:nth-child(10){animation-delay:1s}.ge-dot:nth-child(11){animation-delay:1.8s}@keyframes ge-pulse{0%{box-shadow:0 0 #e85a2a99}70%{box-shadow:0 0 0 10px #e85a2a00}to{box-shadow:0 0 #e85a2a00}}@keyframes ge-pulse-white{0%{box-shadow:0 0 #ffffff80}70%{box-shadow:0 0 0 12px #fff0}to{box-shadow:0 0 #fff0}}.ge-markets{display:flex;flex-wrap:wrap;gap:8px}.ge-market-badge{background:#fff;border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600;color:var(--ink);white-space:nowrap}.ge-stats{background:var(--forest);padding:56px 80px}.ge-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff1a;border-radius:16px;overflow:hidden;max-width:1200px;margin:0 auto}.ge-stat{background:#ffffff0a;padding:36px 32px;text-align:center}.ge-stat__value{font-family:var(--fh);font-weight:800;font-size:clamp(32px,3.5vw,52px);color:var(--coral);letter-spacing:-.05em;line-height:1;margin-bottom:10px}.ge-stat__label{font-size:13px;color:#ffffff8c;line-height:1.5}.ge-why{padding:96px 80px;background:var(--white);border-top:1px solid var(--border)}.ge-why__header{text-align:center;margin-bottom:64px;max-width:700px;margin-left:auto;margin-right:auto}.ge-why__header h2{font-family:var(--fh);font-weight:800;font-size:clamp(32px,3.5vw,52px);color:var(--ink);letter-spacing:-.04em;margin-bottom:16px}.ge-why__header p{font-size:16px;color:var(--muted);line-height:1.7}.ge-why__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1100px;margin:0 auto}.ge-why-card{border:1px solid var(--border);border-radius:16px;padding:36px 32px;transition:border-color .2s,transform .2s}.ge-why-card:hover{border-color:var(--forest);transform:translateY(-4px)}.ge-why-card__icon{font-family:var(--fh);font-weight:800;font-size:13px;color:var(--coral);margin-bottom:16px;letter-spacing:.04em}.ge-why-card h3{font-family:var(--fh);font-weight:700;font-size:18px;color:var(--ink);letter-spacing:-.02em;margin-bottom:12px;line-height:1.3}.ge-why-card p{font-size:14px;color:var(--muted);line-height:1.65}.ge-how{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;padding:96px 80px;background:var(--cream);border-top:1px solid var(--border);align-items:start}.ge-how__left .ge-label{margin-bottom:16px}.ge-how__left h2{font-family:var(--fh);font-weight:800;font-size:clamp(28px,3vw,44px);color:var(--ink);letter-spacing:-.04em;margin-bottom:16px;line-height:1.1}.ge-how__left p{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:32px}.ge-how__steps{display:flex;flex-direction:column}.ge-how-step{display:flex;gap:24px;padding:28px 0;border-bottom:1px solid var(--border)}.ge-how-step:last-child{border-bottom:none}.ge-how-step__num{font-family:var(--fh);font-weight:800;font-size:13px;color:var(--coral);flex-shrink:0;width:28px;padding-top:2px}.ge-how-step__body h3{font-family:var(--fh);font-weight:700;font-size:17px;color:var(--ink);letter-spacing:-.02em;margin-bottom:8px}.ge-how-step__body p{font-size:14px;color:var(--muted);line-height:1.65}.ge-regions{padding:96px 80px;background:var(--white);border-top:1px solid var(--border)}.ge-regions__header{text-align:center;margin-bottom:56px}.ge-regions__header h2{font-family:var(--fh);font-weight:800;font-size:clamp(32px,3.5vw,52px);color:var(--ink);letter-spacing:-.04em;margin-top:8px}.ge-regions__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.ge-region-card{border:1px solid var(--border);border-radius:16px;padding:32px 28px;transition:border-color .2s,transform .2s}.ge-region-card:hover{border-color:var(--forest);transform:translateY(-4px)}.ge-region-card__flag{font-size:32px;margin-bottom:16px;display:block}.ge-region-card h3{font-family:var(--fh);font-weight:700;font-size:18px;color:var(--ink);letter-spacing:-.02em;margin-bottom:6px}.ge-region-card>p{font-size:13px;color:var(--muted);margin-bottom:16px}.ge-region-card ul{list-style:none}.ge-region-card ul li{font-size:13px;color:var(--muted);padding:4px 0;display:flex;align-items:center;gap:8px}.ge-region-card ul li:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--coral);flex-shrink:0}.ge-handles{padding:96px 80px;background:var(--cream);border-top:1px solid var(--border)}.ge-handles__header{text-align:center;margin-bottom:64px}.ge-handles__header .ge-label{color:var(--coral)}.ge-handles__header h2{font-family:var(--fh);font-weight:800;font-size:clamp(28px,3vw,44px);color:var(--ink);letter-spacing:-.04em;margin-bottom:16px;line-height:1.1}.ge-handles__header p{font-size:16px;color:var(--muted);max-width:600px;margin:0 auto;line-height:1.7}.ge-handles__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1200px;margin:0 auto}.ge-handle{display:flex;gap:20px;padding:36px 32px;border-bottom:1px solid var(--border);border-right:1px solid var(--border);transition:background .2s}.ge-handle:hover{background:var(--off)}.ge-handle:nth-child(3n){border-right:none}.ge-handle:nth-last-child(-n+3){border-bottom:none}.ge-handle__dot{width:8px;height:8px;border-radius:50%;background:var(--coral);flex-shrink:0;margin-top:6px}.ge-handle h3{font-family:var(--fh);font-weight:700;font-size:16px;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em}.ge-handle p{font-size:13.5px;color:var(--muted);line-height:1.6}.ge-testimonial{padding:80px;background:var(--cream);border-top:1px solid var(--border);display:flex;justify-content:center}.ge-testimonial__card{max-width:780px;text-align:center;border:1px solid var(--border);border-radius:20px;padding:56px 64px;background:var(--white)}.ge-testimonial__quote{font-family:var(--fh);font-weight:700;font-size:clamp(18px,2.2vw,26px);color:var(--ink);line-height:1.5;letter-spacing:-.02em;margin-bottom:24px}.ge-testimonial__author{font-size:14px;color:var(--muted);font-weight:500}.ge-faq{padding:96px 80px;background:var(--white);border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 2fr;gap:80px;align-items:start}.ge-faq__header h2{font-family:var(--fh);font-weight:800;font-size:clamp(28px,3vw,40px);color:var(--ink);letter-spacing:-.04em;line-height:1.1;position:sticky;top:100px}.ge-faq__list{display:flex;flex-direction:column}.ge-faq__item{border-bottom:1px solid var(--border)}.ge-faq__q{width:100%;background:none;border:none;padding:24px 0;font-family:var(--fb);font-size:15px;font-weight:500;color:var(--ink);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.ge-faq__q span{font-size:20px;color:var(--muted);flex-shrink:0;transition:transform .2s}.ge-faq__item.open .ge-faq__q span{transform:rotate(45deg)}.ge-faq__a{display:none;padding-bottom:24px}.ge-faq__item.open .ge-faq__a{display:block}.ge-faq__a p{font-size:14px;color:var(--muted);line-height:1.7}.ge-cta{padding:120px 80px;background:var(--forest);text-align:center;position:relative;overflow:hidden}.ge-cta:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(ellipse,rgba(255,255,255,.06),transparent 70%);pointer-events:none}.ge-cta h2{font-family:var(--fh);font-weight:800;font-size:clamp(32px,4vw,56px);color:#fff;letter-spacing:-.04em;max-width:600px;margin:0 auto 20px;line-height:1.1;position:relative}.ge-cta p{font-size:17px;color:#ffffffa6;max-width:540px;margin:0 auto 40px;line-height:1.7;position:relative}.ge-cta .ge-btn{position:relative}@media(max-width:1024px){.ge-regions__grid,.ge-handles__grid{grid-template-columns:repeat(2,1fr)}.ge-handle:nth-child(3n){border-right:1px solid var(--border)}.ge-handle:nth-child(2n){border-right:none}}@media(max-width:900px){.ge-hero,.ge-how{grid-template-columns:1fr;padding:60px 24px}.ge-stats{padding:60px 24px}.ge-stats__grid{grid-template-columns:repeat(2,1fr)}.ge-why,.ge-regions,.ge-handles,.ge-testimonial,.ge-cta{padding:60px 24px}.ge-why__grid,.ge-handles__grid{grid-template-columns:1fr}.ge-regions__grid{grid-template-columns:repeat(2,1fr)}.ge-faq{padding:60px 24px;grid-template-columns:1fr;gap:40px}.ge-faq__header h2{position:static}.ge-testimonial__card{padding:36px 28px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/global-expansion.css.map */
