:root {
    --bg-color: #130d0a;
    --text-color: #fff;
    --heroHeight: 130vh;
}
html {
    scroll-behavior: smooth;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    width: unset;
    height: unset;
    position: unset;
}

body:not(.mobile) {
    overflow: auto;
    background: #f7f5f0;
}

.global-nav-path {
    display: none;
}
.SideMenuWrapper{
    z-index: 9999;
}


div.ContentBody {
    height: 0;
    /* max-width: 1920px; */
    margin: 0 auto !important;
}
span.highlight {
    background: #ffff00;
    color: #000;
    padding: 1px 4px 3px;
    border-radius: 2px;
}

.ContentBody,
.ContentBody h2,
.ContentBody h3,
.ContentBody h4,
.ContentBody h5,
.ContentBody h6,
.ContentBody p {
    font-family: Lato, "Lato", "Segoe UI", "Apple SD Gothic Neo", "Arial", "Helvetica", "sans-serif";
    color: #fff;
    margin: 0 auto;
    line-height: 1.05;
    text-transform: none;
    position: relative;
    margin-bottom: 0.5em;
}
/* width/height attributes only reserve space; CSS-sized images must keep their ratio */
.ContentBody img {
    height: auto;
}

.ContentBody h2 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1px;
}

.ContentBody h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.ContentBody h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 1.375;
    color: #000;
    margin-bottom: 0.25rem;
}

div.right-column li,
.ContentBody p {
    font-size: 16px;
    font-weight: 400;
}

.d-none {
    display: none !important;
}
.underline-text {
    text-decoration: underline;
    text-decoration-color: #00ffe4;
}
.fw-regular {
    font-weight: 400 !important;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    width: -webkit-fill-available;
}


/* Button */
input[type='button'].landing-page-button,
.landing-page-button {
    background: #000;
    border: 2px solid #000;
    font-family: Lato, "Lato", "Segoe UI", "Apple SD Gothic Neo", "Arial", "Helvetica", "sans-serif";
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px 11px;
    line-height: 1;
    border-radius: 5px;
    margin-top: 32px;
    cursor: pointer;
    display: inline-block;
}
.landing-page-button:hover {
    text-decoration: none;
    background: #333;
}
.landing-page-button.white-bg {
    border-color: transparent;
    background: #fff;
    color: #000;
}

/* Section 1 - hero stage: the background is one flattened image, so the
   overlays are pinned in % of a fixed-aspect stage (top 95% of the image) and
   sized in cqw so they scale with it. #space is the size container. */
#space {
    position: relative;
    background: #000;
    text-align: center;
    margin-bottom: 0;
    container-type: inline-size;
}
.hero-stage {
    /* --img-w = rendered width of the background; overlays scale with it */
    --img-w: 100cqw;
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(var(--img-w) * 3685 / 4596);
    background: url(https://cdn.voxility.com/voxcom/public/specific/100gbps-servers/100gbps-servers-alt-bg.webp) center top / var(--img-w) auto no-repeat;
}
/* smaller background renditions where the full 4596px file is never needed */
@media (max-width: 2400px) {
    .hero-stage {
        background-image: url(https://cdn.voxility.com/voxcom/public/specific/100gbps-servers/100gbps-servers-alt-bg-2400.webp);
    }
}
.explosive-scaling {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
#space img.headline {
    display: block;
    width: calc(var(--img-w) * 0.38);
    margin: calc(var(--img-w) * -0.02) auto 0;
}
#space p.sub-heading {
    font-size: clamp(16px, 1.1cqw, 20px);
    font-weight: 400;
    line-height: 1.3;
    max-width: 75%;
    margin: -0.5% auto 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
#space p.sub-heading b {
    font-weight: 900;
}
/* badge + copy + server stacked on the wrist / streams */
.hero-center {
    position: absolute;
    top: calc(var(--img-w) * 0.347);
    left: 0;
    right: 0;
    z-index: 2;
}
.hero-badge {
    display: block;
    width: calc(var(--img-w) * 0.2);
    margin: 0 auto;
}
.hero-copy {
    width: 50%;
    max-width: 920px;
    box-sizing: border-box;
    margin: calc(var(--img-w) * 0.16) auto 0;
    padding: 1cqw 2cqw;
    background: radial-gradient(ellipse at center, rgba(2, 10, 18, 0.8) 0%, rgba(2, 10, 18, 0.5) 55%, rgba(2, 10, 18, 0) 100%);
}
#space .hero-copy p {
    font-size: clamp(16px, 1.1cqw, 20px);
    line-height: 1.45;
    margin: 0 auto;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}
#space .hero-copy p.hero-copy-strong {
    font-weight: 700;
    /* font-size: clamp(15px, 1.05cqw, 22px); */
    margin-top: 0.8cqw;
}

/* rising layer: panels + CTAs slide up over the stage floor on scroll */
#servers {
    position: relative;
    z-index: 20;
    margin-top: -6.2cqw;
    background: linear-gradient(180deg, rgba(0, 3, 5, 0) 0%, #000305 30%, #0a0d12 100%);
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px 80px;
}
.servers-container {
    display: flex;
    justify-content: center;
    gap: 1cqw;
    margin: 0 auto;
}
.server-box {
    width: 21%;
    display: block;
    color: #fff;
    text-decoration: none;
    max-width: 420px;
    box-sizing: border-box;
    background: linear-gradient(180deg, hsl(190deg 40% 30% / 35%) 0%, hsl(205deg 75% 20% / 60%) 100%);
    border: 1px solid rgba(150, 185, 255, 0.35);
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    padding: 3cqw 0.8cqw 1.2cqw;
    transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.server-box:hover {
    border-color: rgba(255, 120, 120, 0.6);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.55), 0 0 30px -6px rgba(255, 70, 80, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.server-box .server-box-img {
    display: block;
    width: 78%;
    height: 4.2cqw;
    object-fit: contain;
    margin: 0 auto 0.6cqw;
    filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.6));
}
#space .server-box h4 {
    font-family: Orbitron, Lato, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.15cqw, 24px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #fff;
    margin: 1cqw 0 0.7cqw;
}
#space .server-box h4::after {
    content: '';
    display: block;
    width: 3cqw;
    height: 2px;
    margin: 0.6cqw auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, hsl(352 90% 58%), hsl(10 95% 68%));
}
#space .server-box p {
    font-size: clamp(13px, 0.85cqw, 18px);
    line-height: 1.75;
    margin: 0;
}
#space .server-box p + p {
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
}
.hero-cta {
    margin-top: 2cqw;
}
#space .hero-cta .landing-page-button {
    margin: 0;
    padding: 19px 46px 18px;
}
#space .hero-cta .landing-page-button span.details {
    font-size: 12px;
    letter-spacing: -0.12px;
    text-transform: none;
    color: #000;
    display: block;
    font-weight: 400;
    margin-top: 6px;
}
#space .hero-cta .landing-page-button + p {
    margin-top: 12px;
    font-size: clamp(13px, 0.85cqw, 18px);
}   

/* red CTA variant, tinted like the 100 Gbps badge */
.landing-page-button.animated.red {
    font-weight: 900;
    --glow-hue: 355;
    --shadow-hue: 355;
    border-color: hsl(355 70% 30%);
    background-image: linear-gradient(315deg, hsl(352 92% 58%) -10%, hsl(8 95% 66%) 50%, hsl(345 90% 62%) 110%);
    box-shadow: 0 2px 3px 1px hsl(355 60% 20% / 60%), 0 0 24px -4px hsl(355 100% 60% / 55%), inset 0 -10px 20px -10px hsl(10 80% 85% / 60%);
}
.landing-page-button.animated.red .text {
    background-color: #fff;
}
.landing-page-button.animated.red:hover:not(:active),
.landing-page-button.animated.red.active {
    box-shadow: 0 4px 8px -2px hsl(355 60% 20% / 60%), 0 0 36px -2px hsl(355 100% 62% / 70%), inset 0 0 0 transparent;
}

#space .black-box {
    padding: 30px 30px;
    max-width: min(850px, 80%);
    margin: 3cqw auto 40px;
    backdrop-filter: blur(15px);
    position: relative;
    z-index: 190;
    border-radius: 4px;
}
#space .black-box p.text-1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 16px;
}
#space .black-box .landing-page-button {
    margin-top: 16px;
}
/* below 1680px the image scales from a blended width, so the rack walls crop
   gradually instead of everything shrinking */
@media (max-width: 1680px) {
    .hero-stage {
        --img-w: calc(840px + 50cqw);
    }
    #servers {
        margin-top: calc(-0.062 * (840px + 50cqw));
    }
}
/* hero animations: badge float, light-fan glow pulse, server glow, reveals */
@keyframes hero-badge-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes hero-fan-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}
.hero-badge {
    animation: hero-badge-float 5s ease-in-out infinite;
}
.hero-stage::after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(var(--img-w) * 0.39);
    width: calc(var(--img-w) * 0.42);
    height: calc(var(--img-w) * 0.28);
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(205, 232, 255, 0.55) 0%, rgba(205, 232, 255, 0.22) 35%, rgba(205, 232, 255, 0) 68%);
    will-change: opacity;
    pointer-events: none;
    z-index: 0;
    animation: hero-fan-pulse 4s ease-in-out infinite;
}
/* top light cone: from the ceiling light down to the fist */
.hero-stage::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(var(--img-w) * 0.7);
    height: calc(var(--img-w) * 0.26);
    transform: translateX(-50%);
    background: radial-gradient(ellipse 38% 100% at 50% 0%, rgba(210, 235, 255, 0.65) 0%, rgba(210, 235, 255, 0.28) 40%, rgba(210, 235, 255, 0) 80%);
    will-change: opacity;
    pointer-events: none;
    z-index: 0;
    animation: hero-fan-pulse 6s ease-in-out infinite;
}
.server-box,
.hero-cta {
    opacity: 0;
    transform: translateY(40px);
}
.server-box.is-visible,
.hero-cta.is-visible {
    opacity: 1;
    transform: none;
}
.hero-cta {
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.servers-container .server-box.is-visible:nth-child(2) {
    transition-delay: 0.15s;
}
.server-box.is-visible:hover {
    transform: translateY(-4px);
    color: #fff;
    text-decoration: none;
    transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
    .hero-badge,
    .hero-stage::before,
    .hero-stage::after {
        animation: none;
    }
    .server-box,
    .hero-cta {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

 
p#scroll-icon {
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 105;
    pointer-events: none;
    padding: 48px 0 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.75) 100%);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    /* backdrop-filter: blur(15px); */
}


/* Flex Boxes Section */
#section-2 {
    position: relative;
    border-top: 2px solid hsl(212 70% 42%);
    z-index: 20;
    padding: 135px 10px;
    background: #071626;
    background: radial-gradient(circle, hsl(213 48% 20%) 0%, hsl(214 52% 14%) 30%, hsl(215 58% 9%) 55%, hsl(217 65% 5%) 100%);
    
}

#section-2 h2 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
}
#section-2 h2 + p,
#section-2 h2 + p + p {
    width: auto;
    margin: 12px auto;
    text-align: center;
    max-width: 900px;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255,255,255,0.8)
    
}

/* Feature cards. Every card in a row shares three row tracks (icon, heading,
   paragraph) so headings and paragraphs line up whatever the copy length.
   Browsers without subgrid get top-anchored cards with a fixed icon zone,
   which still keeps the headings on one line across the row. */
.boxes-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
    width: auto;
    margin: 110px auto 0;
    max-width: 1200px;
}
.boxes-container .box {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background-color: rgba(80, 160, 255, 0.18);
}

.box::before,
.box > .box-border {
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: opacity 500ms;
    width: 100%;
}

.box::before {
    background: radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.06), transparent 40%);
    z-index: 3;
}

.box:hover::before{
    opacity: 1;
}

.box > .box-border {
    background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), rgba(90, 190, 255, 0.35), transparent 30%);
    z-index: 1;
    opacity: 1;
}

.box > .box-content{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px 28px;
    background-color: rgba(8 20 40 / 55%);
    border-radius: inherit;
    position: relative;
    margin: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 2;
    box-sizing: border-box;
}

/* fixed icon zone: icons differ by a few pixels in height, the zone does not */
.boxes-container .box .box-icon {
    filter: hue-rotate(140deg) saturate(1.15);
    max-width: min(160px, 45%);
    width: auto;
    height: 170px;
    object-fit: contain;
    object-position: left bottom;
    margin-bottom: 12px;
}
.boxes-container .box h4 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
}
.boxes-container .box p {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
    margin-bottom: 0;
}

@supports (grid-template-rows: subgrid) {
    .boxes-container {
        row-gap: 0;
    }
    .boxes-container .box {
        grid-row: span 3;
        display: grid;
        grid-template-rows: subgrid;
        margin-bottom: 24px;
    }
    .box > .box-content {
        grid-row: span 3;
        display: grid;
        grid-template-rows: subgrid;
        align-items: start;
        height: auto;
    }
    .box .text-container {
        display: contents;
    }
}

/* Logos section */
#logo-slider {
    position: relative;
    z-index: 20;
    padding-bottom: 80px;
    background: #fff;
}
p.trusted-by {
    width: 220px;
    background-color: #aae0fc;
    margin: 0 auto 80px;
    padding: 10px 0;
    color: #000;
    text-align: center;
    
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(460px * 14);
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
}
.slider .slide {
    padding: 0 40px;
}





/* Map Section */


  /* =Map Pin Animation
  // ========================================================================== */
  @-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @-moz-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes pulsate {
    0% {
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
    }
    80% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  
  /* =Places Map
  // ========================================================================== */
  #world-map {
    background: #aae0fc;
    padding: 50px 0 0;
    position: relative;
    z-index: 20;
  }
  #world-map h2 {
    background: #aae0fc;
    padding: 40px 40px;
    color: #000;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  
  #world-map img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  #world-map .map {
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  #world-map .map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
  }
  #world-map .map-location-marker {
    background: url(https://cdn.voxility.com/voxcom/public/specific/100gbps-servers/pin.png) no-repeat;
    cursor: pointer;
    position: absolute;
    height: 1.875em;
    margin-top: -1.875em;
    margin-left: -0.7857142857em;
    width: 1.3125em;
    z-index: 3;
  }
  #world-map .map-location-marker .city-name {
    display: none;
    position: absolute;
    left: 15px;
    top: -24px;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 2px;
    width: max-content;
    font-size: 14px;
  }
  #world-map .map-location-marker:hover .city-name {
    display: block;
  }

  @media (min-width: 48em) {
    .js #world-map .map-location-marker {
      visibility: hidden;
    }
    .js #world-map .map-location-marker.bounceInDown {
      visibility: visible;
    }
  }

  #world-map .marker-los-angeles {
    left: 9%;
    top: 49%;
  }

  #world-map .marker-dallas {
    left: 14.5%;
    top: 50.5%;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  #world-map .marker-miami {
    left: 20%;
    bottom: 43.5%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  #world-map .marker-ashburn {
    left: 21.5%;
    top: 37.5%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
   #world-map .marker-reston {
    left: 22.5%;
    top: 38.5%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  #world-map .marker-madrid {
    left: 43.75%;
    top: 39%;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  #world-map .marker-london {
    left: 45%;
    top: 25%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  #world-map .marker-amsterdam {
    left: 47%;
    top: 23%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  #world-map .marker-frankfurt {
    left: 48.5%;
    top: 28%;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  #world-map .marker-prague {
    left: 50%;
    top: 28%;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  #world-map .marker-vienna {
    left: 51.25%;
    top: 29%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  #world-map .marker-bucharest {
    left: 53.5%;
    top: 34%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  #world-map .marker-singapore {
    left: 79%;
    bottom: 14%;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  #world-map .marker-hong-kong {
    left: 81.5%;
    bottom: 36%;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  #world-map .map-location-marker:after {
    -webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite;
    animation: pulsate 2s ease-in-out infinite;
    /* 14 rings ticking forever: run them only while the map is on screen */
    animation-play-state: paused;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    content: "";
    display: block;
    height: 31px;
    left: -7px;
    opacity: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: 31px;
    z-index: 2;
  }
  #world-map.is-visible .map-location-marker:after {
    animation-play-state: running;
  }
  




/* DDoS section */

#ddos-section {
    background: #c6d3df;
    background: linear-gradient(0deg, rgb(218 238 255) 0%, rgb(216, 224, 233) 60%, rgb(234 245 255) 100%);
    color: #000;
    width: 100%;
    text-align: center;
    padding: 0 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    overflow: hidden;

}

#ddos-section .left-column {
    width: 65%;
}
#ddos-section .right-column {
    width: 35%;
}
#ddos-section .img-container {
    position: relative
}
#ddos-section .img-container img {
    width: 120%;
    margin-left: -10%;
    max-width: 700px;
    filter: hue-rotate(165deg) saturate(0.8);
}
#ddos-section h3,
#ddos-section p {
    color: #000;
}

#ddos-section h2 {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 800;
    color: #000;
    box-sizing: border-box;
    z-index: 1;
}

h3.show-on-success{
    color: #fff;
}
#ddos-section .left-column h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
}
#ddos-section .left-column p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 32px;
    color: rgba(0,0,0,0.8);
}

.left-column,
.right-column {
    width: 50%;
    flex-grow: 2;
    text-align: left;
}






/*  Footer   */
#footer {
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/100gbps-servers/100gbps-servers-footer-blur.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    z-index: 20;
}

#footer .blur {
    width: 100%;
    background-color: rgba(10, 10, 10, 0.6);
    min-height: 80vh;
    box-sizing: border-box;
    padding: 25vh 100px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .blur * {
    max-width: 600px;
}
#footer p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 35px;
}
#footer h2 {
    margin-bottom: 40px;
}


#footer input[type="text"].wb-input-text {
    padding: 10px 10px 12px;
    width: 400px;
    font-size: 18px;
    font-weight: 400;
    font-family: Lato, "Lato", "Segoe UI", "Apple SD Gothic Neo", "Arial", "Helvetica", "sans-serif";

}
#footer .input-container {
    max-width: 400px;
    position: relative;
    margin-bottom: 15px;
    

}
#footer .invalid input[type="text"].wb-input-text {
    margin-bottom: 5px;
}
#footer .input-container.invalid small {
    text-align: left;
    color: #ff7e7e;
    display: block;
    margin-top: 4px;
    margin-left: 11px;
    margin-bottom: 0;
    /* position: absolute; */
}
#footer .input-container.invalid small a {
    color: #ff7e7e;
    font-weight: 600; 
    text-decoration: underline;
}
#footer input[type="checkbox"].wb-checkbox+label>span {
    font-size: 1rem;
}

#footer .landing-page-button {
    margin-top: 10px;
}





/* popup */

.popup-wrapper .popup.landing-page-popup {
    padding: 60px !important;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    border: 2px solid #20727229;
    backdrop-filter: blur(15px);
    margin-top: calc(20vh - 100px);
}

.popup-wrapper .popup.landing-page-popup .popup-title {
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 16px;
}
.popup-wrapper .popup.landing-page-popup .wb-box-wrapper {
    background: transparent;
}
.popup-wrapper .popup.landing-page-popup a {
    color: #59ffeb;
}
.popup-wrapper .popup.landing-page-popup input[type='checkbox'].wb-checkbox:not(:checked)+label:after,
.popup-wrapper .popup.landing-page-popup input[type='checkbox'].wb-checkbox:checked+label:after {
    border-color: #00b8a2ff;
}
input[type='button'].landing-page-button.add {
    background-color: #00ffff;
    color: #000;
    border-color: transparent;
}
input[type='button'].landing-page-button.cancel {
    background-color: rgba(0,0,0,0.1);
    border-color: transparent;
}
input[type='button'].landing-page-button.cancel:hover:not(:disabled) {
    background-color: rgba(0,0,0,0.2);
}
input[type='button'].landing-page-button.add:hover:not(:disabled) {
    background-color: #66ffff;
}
.popup-wrapper .popup.landing-page-popup .separator-line {
    background: #2072725e;
}
.popup-wrapper .popup.landing-page-popup input[type="text"].wb-input-text {
    margin: 10px 0 20px;
}
.popup-wrapper .popup.landing-page-popup input[type="checkbox"].wb-checkbox+label>span {
    position: relative;
    top: -1px;
}

.popup-wrapper .popup.landing-page-popup input[type="text"]:focus.wb-input-text {
    border-color: rgba(0, 255, 255, 0.4) !important
}


.landing-page-popup .wb-box-content-row-left.invalid > input {
    border-color: hsl(0 100% 70% / 1) !important;
    background: #ffecec;
    color: hsl(0 90% 45% / 1);
}

.landing-page-popup .wb-box-content-row-left.invalid > small {
    color: #ff7e7e;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-top: -10px;
}
.landing-page-popup .wb-box-content-row-left.invalid > small a {
    text-decoration: underline;
    color: #ff7e7e;
    font-weight: 600;
}

.landing-page-popup .wb-box-content-row-left.invalid{
    background: transparent;
}

#footer .invalid > input {
    border-color: hsl(0 100% 70% / 1) !important;
    background: #ffecec;
    color: hsl(0 90% 45% / 1);
}

.landing-page-popup .wb-error-banner {
    margin-top: -60px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 25px 60px;
}

#recaptcha-row small{
    margin-top: -24px;
    margin-left: 13px;
}

.show-on-success{
    text-align: center;
}
.arrow {
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 125'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='Layer_1'%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cpath class='cls-1' d='M48.5,97.7h-1.2s0,0-.2,0h-.4l-.2-.2h-.2c0-.2,0-.2-.2-.2h-.2c0-.2-.3-.4-.3-.4l-22.2-21c-1.7-1.6-1.8-4.4-.2-6.1.8-.9,1.9-1.4,3.1-1.4s2.2.4,3,1.2l15,14.2V31.7c0-2.4,1.9-4.3,4.3-4.3s4.3,1.9,4.3,4.3v51.6l14.9-14.2c.8-.8,1.9-1.2,3-1.2s2.3.5,3.1,1.4c1.6,1.7,1.6,4.5-.2,6.1l-22.3,21.1h0c0,0,0,.2-.2.2h-.2c0,.2,0,.2-.2.3h0c0,0,0,.2-.2.2h-.2c0,0,0,0-.2.2h-.4c0,0,0,0-.2,0h-1.2l.2.2Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 30px;
    top: 12px;
    left: calc(50% - 15px);
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 70%, 95%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-25px);
    }
    60% {
      transform: translateY(-15px);
    }
    80% {
        transform: translateY(-5px);
    }
  }




  :root {
    --glow-hue: 55deg;
    --shadow-hue: 40deg;
    --spring-easing: linear(
    0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
    1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
    1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
    0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
    0.998 84%, 1
  );
    --spring-duration: 1.33s;
}
@property --shimmer {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes shimmer {
    0% {
        --shimmer: 0deg;
    }
    100% {
        --shimmer: 360deg;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes text {
    0% {
        background-position: 100% center;
    }    
    100% {
        background-position: -100% center;
    }    
}

input[type='button'].landing-page-button.animated,
.landing-page-button.animated {
    font-size: 14px;   
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 40px;

}


.landing-page-button.animated {
    
    --inset: 40px;
    
    color: var(--bg);
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1.5px;
    background-image: linear-gradient(
        315deg,
        hsl(55, 100%, 88%) -10%,
        hsl(30, 89%, 93%) 50%,
        hsl(70, 100%, 92%) 110%
    );
    padding: 15px 40px;
    position: relative;
    isolation: isolate;
    box-shadow: 0 2px 3px 1px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 -10px 20px -10px hsla(var(--shadow-hue),10%,90%,95%);
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);
}

.landing-page-button.animated:hover:not(:active),
.landing-page-button.animated.active {
    transition-duration: calc(var(--spring-duration)*0.5);
    scale: 1.2;
    box-shadow: 0 4px 8px -2px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 0 0 transparent;
}
.landing-page-button.animated:active {
    scale: 1.1;
    transition-duration: calc(var(--spring-duration)*0.5);
}

.shimmer {
    position: absolute;
    inset: calc(var(--inset) * -1);
    border-radius: inherit;
    pointer-events: none;
    mask-image: conic-gradient(
        from var(--shimmer, 0deg),
        transparent 0%,
        transparent 20%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 70%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    mix-blend-mode: plus-lighter;
    /* the rotating mask repaints every frame (measured as the main idle CPU cost):
       no animation at rest, attach it only while the button is hovered or focused */
    animation: none;
}
.landing-page-button.animated:hover .shimmer,
.landing-page-button.animated:focus-visible .shimmer,
.landing-page-button.animated.active .shimmer {
    animation: shimmer 1s linear infinite both;
}
.landing-page-button.animated:hover .shimmer::before,
.landing-page-button.animated:hover .shimmer::after,
.landing-page-button.animated.active .shimmer::before,
.landing-page-button.animated.active .shimmer::after {
    opacity: 1;
    animation: shine 1.2s ease-in 1 forwards;
}
.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    mix-blend-mode: color;
    inset: var(--inset);
    pointer-events: none;
}
.shimmer::before {
    box-shadow: 0 0 calc(var(--inset) * 0.1)  2px hsl(var(--glow-hue) 20% 95%),
        0 0 calc(var(--inset) * 0.18)  4px hsl(var(--glow-hue) 20% 80%),
        0 0 calc(var(--inset) * 0.33)  4px hsl(var(--glow-hue) 50% 70%),
        0 0 calc(var(--inset) * 0.66) 5px hsl(var(--glow-hue) 100% 70%);
    z-index: -1;
}

.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(var(--glow-hue) 70% 95%),
        inset 0 0 2px 1px hsl(var(--glow-hue) 100% 80%),
        inset 0 0 5px 2px hsl(var(--glow-hue) 100% 70%);
    z-index: 2;
}
.landing-page-button.animated .text {
    color: transparent;
    background-clip: text;
    background-color: #000;
    background-image: linear-gradient(120deg, transparent, hsla(var(--glow-hue),100%,80%,0.66) 40%, hsla(var(--glow-hue),100%,90%,.9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
    cursor: pointer;

}

.landing-page-button.animated:hover .text,
.landing-page-button.animated.active .text {
    animation: text .66s ease-in 1 both;
}












@keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
  }
  
.fade-out {
    opacity: 0;
    animation: fadeOut 1s forwards;
  }












  

@media (max-width: 1350px) {
    .hide-1350 {
        display: none;
    }
}
/* two columns before headings start wrapping in three */
@media (max-width: 1150px) {
    .boxes-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 820px;
    }
}
@media (max-width: 1200px) {
    .hero-badge {
        width: calc(var(--img-w) * 0.175);
    }
    .hero-copy {
        width: 62%;
        padding: 0.6cqw 1.5cqw;
    }
    #space .hero-copy p {
        font-size: 13px;
    }
    #space .hero-copy p.hero-copy-strong {
        font-size: 14px;
        margin-top: 4px;
    }
    .server-box {
        width: 24%;
    }
    #space .server-box h4 {
        font-size: 14px;
        letter-spacing: 0.02em;
    }
    #servers h2,
    #section-2 h2,
    .ContentBody h2,
    #ddos-section h2 {
        font-size: 44px;
    }
    .ContentBody h3 {
        font-size: 28px;
    }
    #space .black-box p.text-1 {
        font-size: 20px;
    }
    
  
    .landing-page-button {
        padding: 12px 30px;
        font-size: 12px;
    }
    div.right-column li,
    .ContentBody p {
        font-size: 15px;
    }
    #world-map {
        overflow: hidden;
        padding-top: 20px;
    }
    #world-map .map {
        width: 123%;
        position: relative;
        left: -6%;
    }

    #ddos-section .left-column h3 {
        font-size: 20px;
    }
    #ddos-section .left-column p {
        font-size: 16px;
    }

    #ddos-section {
        padding: 40px 0 40px 40px;
    }
    #ddos-section .img-container img {
        width: 140%;
        margin-left: -20%;
        max-width: 700px;
    }
}

@media (max-width: 900px) {
    #ddos-section .right-column,
    #ddos-section .left-column {
        width: 50%;
    }
    .slider .slide-track {
        width: calc(380px* 14);
    }
    .slider .slide {
        padding: 0 30px;
    }
    #logo-slider {
        padding-bottom: 40px;
    }
    #servers h2,
    #section-2 h2,
    .ContentBody h2,
    #ddos-section h2 {
        font-size: 40px;
    }

    .boxes-container .box .box-icon {
        max-width: min(160px, 50%);
    }

}

@media (max-width: 700px) {

    .mobile .ContentBody h3  {
        font-size: 20px;
    }
    .mobile #space .black-box p.text-1 {
        font-size: 16px;
    }

    .mobile #section-2 {
            padding: 75px 10px;
    }

    .mobile .slider .slide-track {
        width: calc(300px* 14);
    }
    .mobile #logo-slider {
        padding-bottom: 0;
    }
    .mobile p.trusted-by {
        margin-bottom: 60px;
    }
    .mobile .boxes-container {
        grid-template-columns: minmax(0, 1fr);
        max-width: 520px;
    }
    .mobile .boxes-container .box .box-icon {
        max-width: min(160px, 75%);
        position: relative;
        left: -10px;
    }

    
    .mobile #world-map .map {
        overflow: scroll;
    }
    .mobile #world-map .map-pins {
        width: 200%;
    }
    .mobile #world-map img {
        width: 200%;
        max-width: 200%;
    }



    .mobile .ContentBody h2 {
        font-size: min(2rem, 7vw) !important;
    }
    .mobile h2 .mean-it-bg {
        padding: 4px;
        margin: 0 4px;
    }
    .mobile .ContentBody h4 {
        font-size: 1rem;
    }
    .mobile #ddos-section {
        padding: 80px 20px 60px;
    }

    .mobile #ddos-section h2 {
        text-align: left;
        margin: 0;
    }
    .mobile #ddos-section h3 {
        margin: 2rem 0 0.5rem;
    }
    .mobile #ddos-section h2 + .d-flex {
        margin-top: 0;
    }
    .mobile #ddos-section .d-flex {
        padding: 0;
    }


    .mobile #ddos-section .right-column,
    .mobile #ddos-section .left-column {
        width: 100%;
    }
    .mobile #ddos-section .left-column {
        position: relative;
        z-index: 100;
    }
    .mobile #ddos-section .img-container {
        opacity: 20%;
        position: absolute;
        top: 40px;
    }
    .mobile #ddos-section .left-column p {
        color: #000;
    }
    .mobile #ddos-section .img-container img {
               width: 130%;
        max-width: 130%;
        right: -150px;
        position: absolute;
        top: 20px;
    }
    .mobile #footer .blur {
        padding: 5vh 30px;
    }
    .mobile #footer p {
        font-size: 16px;
    }


}





#body > .wb-bannerInWrapper {
    position: fixed;
    top: 40px
}



.ContentBody .wb-error-banner h2 {
    font-family: "Segoe UI", "Apple SD Gothic Neo", Arial, Helvetica, "sans-serif";
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}
.ContentBody .wb-error-banner p,
.ContentBody .wb-error-banner p small {
    font-family: "Segoe UI", "Apple SD Gothic Neo", Arial, Helvetica, "sans-serif";
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}


#footer #myReCaptcha_page {
    /* margin-top: -30px; */
    /* margin-bottom: 30px; */
}


/* Hero: stacked flow below 900px (phones + narrow windows).
   The background is shown at its natural full width (no zoom-crop) and the
   parallax is switched off, so nothing slides over the badge or the copy. */
@media (max-width: 900px) {
    [data-type='parallax'] {
        transform: none !important;
    }
    /* the button shimmer layer reaches 40px past each animated button; on
       narrow screens that would widen the page and allow horizontal scroll */
    #space,
    #footer {
        overflow-x: hidden;
        overflow-x: clip;
    }
    .hero-stage {
        aspect-ratio: auto;
        /* height: auto; */
        background-color: #020c14;
        background-image: url(https://cdn.voxility.com/voxcom/public/specific/100gbps-servers/100gbps-servers-alt-bg-2400.webp);
        /* background-size: 100% auto; */
        background-position: center top;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        padding: 24px 16px 48px;
        box-sizing: border-box;
    }
    .explosive-scaling,
    .hero-center {
        position: static;
    }
    .hero-stage::before,
    .hero-stage::after {
        display: none;
    }
    .hero-center {
        display: contents;
    }
    #space img.headline {
        width: 80%;
        max-width: 520px;
        margin-top: -64px;
    }
    #space p.sub-heading {
        font-size: 15px;
        max-width: 88%;
        margin: -4px auto 0;
    }
    .hero-badge {
        width: 55%;
        max-width: 240px;
        margin: 160px auto 0;
    }
    .hero-copy {
        width: auto;
        max-width: 520px;
        margin: 16px auto 0;
        padding: 12px 8px;
    }
    #space .hero-copy p {
        font-size: 15px;
    }
    #space .hero-copy p.hero-copy-strong {
        font-size: 16px;
        margin-top: 10px;
    }
    #servers {
        /* the stage keeps the image height; pull the panels up onto the floor.
           stage = 0.8 * (840px + 50cqw), content ends ~675px below its top */
        margin-top: calc(26px - 35cqw);
        padding: 24px 16px 60px;
        background: linear-gradient(180deg, rgba(2, 12, 20, 0) 0%, #020c14 160px, #000305 45%, #0a0d12 100%);
    }
    .servers-container {
        flex-wrap: wrap;
        gap: 12px;
        max-width: 520px;
    }
    .server-box {
        flex: 1 1 220px;
        width: auto;
        max-width: none;
        background: linear-gradient(180deg, hsl(190deg 40% 30% / 75%) 0%, hsl(205deg 75% 20% / 90%) 100%);
        padding: 16px 12px 18px;
    }
    .server-box .server-box-img {
        height: 60px;
        margin-bottom: 8px;
    }
    #space .server-box h4::after {
        width: 40px;
        margin-top: 8px;
    }
    #space .hero-cta .landing-page-button {
        font-size: 15px;
        padding: 15px 40px;
    }
    #space .server-box h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #space .server-box p {
        font-size: 14px;
    }
    .hero-cta {
        margin-top: 28px;
    }
    #space .black-box {
        margin: 30px auto 30px;
        padding: 20px;
    }
    #space .black-box p.text-1 {
        font-size: 16px;
    }
}
/* phones: portrait centre crop of the same image, still at natural width */
@media (max-width: 600px) {
    .hero-stage {
        background-image: url(https://cdn.voxility.com/voxcom/public/specific/100gbps-servers/100gbps-servers-alt-bg-mobile.webp);
        /* portrait crop drawn at viewport width; stage follows content and the
           image is cut where the content ends, so no pull-up is needed */
        background-size: 100% auto;
        height: auto;
    }
    #servers {
        margin-top: 0;
    }
    #space img.headline {
        width: 90%;
        margin-top: -24px;
    }
    #footer input[type="text"].wb-input-text {
        max-width: 90%;
    }
}
footer.vweb {
    height: auto;
    background: black;
    margin: 0;
    position: relative;
    top: -10px;
}
.full-width .vweb-box-content-row-left.L100 { 
    text-align: center; 
}
footer:not(.SideMenuPresent) .consent-footer-link {
    margin: 0 auto 10px;
    display: inline-block;
}
