@keyframes pulse{0%{transform:translate(-50%, -50%) scale(0);opacity:1}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}.service-map-section-container{--container-padding-top-bottom: var(--full-viewport-offset);padding:calc(var(--section-offset-xl) - var(--container-padding-top-bottom)) 0;background:var(--section-background, transparent)}@media(max-width: 768px){.service-map-section-container{padding:var(--spaces-8) 0;background:var(--section-background-mobile, var(--section-background, transparent))}}@media(max-height: 880px){.service-map-section-container{padding:calc(var(--section-offset-landscape) - var(--full-viewport-offset-s)) 0}}.service-map-container{text-align:center;position:relative;height:calc(100vh - var(--fixed-header-height))}@media(max-width: 768px){.service-map-container{height:auto !important}}@media(min-width: 769px)and (max-height: 600px){.service-map-container{height:auto !important}}.service-map-sticky-content{--section-content-width: 1180px;--section-content-offset: calc(var(--spacing-lg) * 2);width:calc(100% - var(--section-content-offset));max-width:var(--section-content-width);margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--container-padding-top-bottom) 0;box-sizing:border-box;gap:var(--spacing-lg)}@media(max-width: 768px){.service-map-sticky-content{gap:var(--spaces-5);height:auto;padding:0}}@media(min-width: 769px)and (max-height: 600px){.service-map-sticky-content{height:auto}}@media(max-height: 880px){.service-map-sticky-content{padding:var(--full-viewport-offset-s) 0}}.service-map-map-container{width:100%;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;will-change:transform,opacity,filter}@media(max-width: 768px){.service-map-map-container{flex:1}}@media(max-width: 480px){.service-map-map-container{flex:1}}@media(min-width: 769px)and (max-height: 600px){.service-map-map-container{display:none}}.service-map-stats-container{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-shrink:0}@media(max-width: 768px){.service-map-stats-container{display:grid;grid-template-columns:repeat(2, 1fr);align-items:stretch;gap:20px;max-width:500px}}@media(max-width: 400px){.service-map-stats-container{grid-template-columns:1fr;gap:16px;max-width:300px}}@media(min-width: 769px)and (max-height: 600px){.service-map-stats-container{display:grid;grid-template-columns:repeat(4, 1fr);align-items:stretch}}.service-map-map-wrapper{height:100%;width:100%;max-width:1240px;position:relative;display:flex;align-items:center;justify-content:center}.service-map-map-wrapper>svg{width:100%;height:100%;max-height:600px;object-fit:contain}@media(max-width: 768px){.service-map-map-wrapper{max-width:100%}}.service-map-pin-tooltip-wrapper{--pin-width: 8px;--pin-height: 8px;position:absolute;transition:all 100ms ease-out;transform:translate(-50%, -50%);z-index:10}.service-map-pin-tooltip-wrapper.visible{display:block}.service-map-pin-tooltip-wrapper.hidden{display:none}.service-map-pin-tooltip-wrapper:has(.data-center-pin-wrapper:hover){z-index:11}.service-map-data-center-pin-wrapper{padding:var(--spacing-sm)}.service-map-data-center-pin-wrapper:hover+.pin-tooltip{opacity:1 !important}.service-map-data-center-pin{position:relative;width:var(--pin-width);height:var(--pin-height);border-radius:50%;z-index:10;display:flex;align-items:center;justify-content:center}.service-map-data-center-pin.data-center{background:#192c61}.service-map-data-center-pin.accelerating-servers{background:#2d9be4}.service-map-data-center-pin .mobile-only{display:none}@media(max-width: 768px){.service-map-data-center-pin{--pin-width: 16px;--pin-height: 16px;width:var(--pin-width);height:var(--pin-height);color:#fff;font-size:14px;line-height:1}.service-map-data-center-pin .mobile-only{display:inline-block;height:var(--pin-height)}}.service-map-data-center-pin::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);width:32px;height:32px;border-radius:50%;animation:pulse 2s infinite;animation-delay:.1s;animation-fill-mode:both;z-index:9}@media(max-width: 768px){.service-map-data-center-pin::after{width:48px;height:48px}}.service-map-data-center-pin.data-center::after{background:rgba(25,44,97,.2509803922)}.service-map-data-center-pin.accelerating-servers::after{background:rgba(45,155,228,.2509803922)}.service-map-tooltip-content{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:700;text-transform:uppercase;min-height:28px}.service-map-tooltip-content.data-center{text-align:left}.service-map-tooltip-content.accelerating-servers{text-align:center}.service-map-tooltip-content>span{width:100%}.service-map-tooltip-content svg{flex-shrink:0}.service-map-custom-tooltip{border-radius:8px;padding:var(--spaces-0, 4px);box-shadow:2px 4px 6px rgba(0,0,0,.2);min-width:80px;width:fit-content;box-sizing:border-box;opacity:1;transition:opacity .2s ease;color:#fff;position:absolute}.service-map-custom-tooltip.data-center{background:#192c61}.service-map-custom-tooltip.accelerating-servers{background:#2d9be4}.service-map-custom-tooltip.top{bottom:calc(100% + var(--pin-height));left:50%;transform:translateX(-50%)}.service-map-custom-tooltip.bottom{top:calc(100% + var(--pin-height));left:50%;transform:translateX(-50%)}.service-map-custom-tooltip.left{right:calc(100% + var(--pin-width));top:50%;transform:translateY(-50%)}.service-map-custom-tooltip.right{left:calc(100% + var(--pin-width));top:50%;transform:translateY(-50%)}.service-map-custom-tooltip::after{content:"";position:absolute;width:0;height:0}.service-map-custom-tooltip.top.data-center::after{top:100%;left:50%;transform:translateX(-50%);border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-top:10px solid #192c61}.service-map-custom-tooltip.top.accelerating-servers::after{top:100%;left:50%;transform:translateX(-50%);border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-top:10px solid #2d9be4}.service-map-custom-tooltip.bottom.data-center::after{bottom:100%;left:50%;transform:translateX(-50%);border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-bottom:10px solid #192c61}.service-map-custom-tooltip.bottom.accelerating-servers::after{bottom:100%;left:50%;transform:translateX(-50%);border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-bottom:10px solid #2d9be4}.service-map-custom-tooltip.left.data-center::after{left:100%;top:50%;transform:translateY(-50%);border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-left:10px solid #192c61}.service-map-custom-tooltip.left.accelerating-servers::after{left:100%;top:50%;transform:translateY(-50%);border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-left:10px solid #2d9be4}.service-map-custom-tooltip.right.data-center::after{right:100%;top:50%;transform:translateY(-50%);border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-right:10px solid #192c61}.service-map-custom-tooltip.right.accelerating-servers::after{right:100%;top:50%;transform:translateY(-50%);border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-right:10px solid #2d9be4}@media(max-width: 960px)or (max-height: 750px){.service-map-custom-tooltip.accelerating-servers{opacity:0}}.service-map-stat-container{text-align:left;width:fit-content}@media(max-width: 768px)or (max-height: 600px){.service-map-stat-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:var(--spacing-lg) var(--spacing-md);box-sizing:border-box;text-align:left;border-radius:16px;border:1px solid rgba(0,0,0,0);background:linear-gradient(white, white) padding-box,linear-gradient(88deg, #12BEE0 1.55%, #753EED 98.92%) border-box}}.service-map-stat-value{width:100%;color:#000;font-size:48px;font-style:normal;font-weight:700;line-height:normal}@media(max-width: 768px)and (min-width: 601px),(max-height: 880px){.service-map-stat-value{font-size:40px}}@media(min-width: 401px)and (max-width: 600px){.service-map-stat-value{font-size:34px}}@media(max-width: 400px),(max-height: 600px){.service-map-stat-value{font-size:32px}}.service-map-stat-value .decimal-part{font-size:.6em}.service-map-stat-label{width:100%;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-align:left;background:var(--home-h1, linear-gradient(88deg, #12BEE0 1.55%, #753EED 98.92%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 400px){.service-map-stat-label{font-size:16px}}