﻿/*!
  Hi,
      If you like to look at CSS files and are an excellent graphics designer,
      please send us an email.

      *--------------------------------*
      *      management@asergo.com     *
      *--------------------------------*
*/:root{--fluid-min-width: 320;--fluid-max-width: 1200;--fluid-screen: 100vw;--fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)))}@media screen and (min-width: 1200px){:root{--fluid-screen: calc(var(--fluid-max-width) * 1px)}}:root{--fc-3xs-min: (var(--fc-s-min) * 0.25);--fc-3xs-max: (var(--fc-s-max) * 0.25);--fc-2xs-min: (var(--fc-s-min) * 0.5);--fc-2xs-max: (var(--fc-s-max) * 0.5);--fc-xs-min: (var(--fc-s-min) * 0.75);--fc-xs-max: (var(--fc-s-max) * 0.75);--fc-s-min: (var(--f-0-min, 21));--fc-s-max: (var(--f-0-max, 24));--fc-m-min: (var(--fc-s-min) * 1.5);--fc-m-max: (var(--fc-s-max) * 1.5);--fc-l-min: (var(--fc-s-min) * 2);--fc-l-max: (var(--fc-s-max) * 2);--fc-xl-min: (var(--fc-s-min) * 3);--fc-xl-max: (var(--fc-s-max) * 3);--fc-2xl-min: (var(--fc-s-min) * 4);--fc-2xl-max: (var(--fc-s-max) * 4);--fc-3xl-min: (var(--fc-s-min) * 6);--fc-3xl-max: (var(--fc-s-max) * 6)}.eur,.EUR{white-space:nowrap}.eur::before,.EUR::before{content:"€ "}.eur.hour::after,.hour.EUR::after{content:"/h"}.eur.month::after,.month.EUR::after{content:"/mo"}.eur.hour::after,.hour.EUR::after{content:"/h"}*,::before,::after{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle;max-width:100%}img,svg,video,canvas{height:auto}audio{width:100%}.progress-bar.enable{justify-content:flex-start;align-items:center;display:flex;width:100%}.progress-bar.enable>:first-child{width:0;animation:uc4esnc 5s normal forwards linear;border-radius:0 100px 100px 0;background:#3baa41;height:3px}@keyframes uc4esnc{0%{width:0}100%{width:100%}}.progress-bar{height:3px}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#4c566a}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#4c566a;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}::selection{background-color:#3baa41;color:#2e3440}html{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#4c566a;font-weight:400;font-family:Inter;min-height:100vh;scroll-behavior:smooth;line-height:1.5em}a{display:inline;color:inherit;text-decoration:underline}a[onclick]{cursor:pointer}a[data-external-url-link=true]{text-decoration:unset}a[data-external-url-link=true]::after{display:inline-flex;content:"";background-size:20px 20px;height:20px;width:20px;background-image:url("/assets/images/icons/external_link_black.8812810.989.webp")}a:hover{color:#3baa41;text-decoration:underline;text-decoration-style:wavy}button{display:inline;outline:0;text-decoration-style:solid;font-weight:400;color:#4c566a}button:hover{color:#5e81ac}blockquote{border-left:.2rem solid #5e81ac;padding-left:1.5rem;margin:1rem 0 1rem 0;transition:border-left 400ms ease-in-out 0s,color 400ms ease-in-out 0s}pre{font-size:.9375rem;font-weight:500;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}code{display:block;padding:1rem;overflow:auto;white-space:inherit;font-size:.9375rem;font-weight:500;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;background-color:#e5e9f0;border-radius:8px;transition:background-color 400ms ease-in-out 0s}em{font-style:italic;color:#4c566a}body>object,body svg,main>object,main svg{width:100%;max-width:100vw;overflow:hidden;margin-top:-2px;margin-bottom:-2px}body{-webkit-font-smoothing:antialiased;--mdc-theme-primary: #3d3d3d;--mdc-theme-secondary: #608aae;--mdc-theme-background: #fcfcfc;--mdc-theme-on-primary: #f5faed;--mdc-theme-on-secondary: black;--mdc-theme-on-background: black}@media(min-height: 5em){main [id]{scroll-margin-top:6.25em}}ul{list-style:disc;margin-block-start:0;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}ul>li{margin:0 0 5px 0}ul>li::marker{color:#3baa41}ul.arrows>li{list-style:disclosure-closed}@media only print{body{page-break-before:avoid;page-break-inside:avoid;page-break-after:avoid}*,*:before,*:after,*:first-letter,p:first-line,div:first-line,blockquote:first-line,li:first-line{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}}h1,#mmKubNav>:first-child>div:first-of-type p:first-of-type,#mmKubNav>:first-child>div:first-of-type a>div :nth-child(1),#mmKubNav>:first-child>div:nth-child(2) a>div:nth-of-type(1),#mmKubNav>:first-child>div:nth-child(2) a p,#mmSerNav>:first-child>div p:first-of-type,#mmInfNav>:first-child p,#mmInfNav>:first-child a :nth-child(1),#mmAboNav>:first-child a :nth-child(1){line-height:1.3em;margin:0 0 .6em 0;font-family:Inter;font-size:clamp(1.8144rem, 1.5864rem + 1.1398vw, 2.4413rem)}h2{line-height:1.2em;margin:0 0 .7em 0;font-family:Inter;font-size:clamp(1.5119rem, 1.3514rem + 0.8023vw, 1.9531rem)}h3,.server-table>:first-child>:nth-child(1) p,.network-private>:first-child h2,.legal-terms>:first-child>div h2,.kubernetes-cluster-intro>:first-child h2,.server-support>:first-child div:nth-child(2)>p,.f-kub-dashboard>:first-child h2,.company-values>:first-child>section h2{line-height:1.1em;margin:0 0 .6em 0;font-family:Inter;font-size:clamp(1.26rem, 1.15rem + 0.55vw, 1.5625rem)}h4,.platform>:first-child>div:nth-of-type(2) h3,.index-topics>:first-child a h2,.k8s-vanilla>:first-child>h3,.k8s-optional-services>:first-child>div:nth-of-type(2) h3,.k8s-specifications>:first-child h3,.company-values>:first-child>aside h2,.platform>:first-child>div:nth-of-type(2) .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .platform>:first-child>div:nth-of-type(2) p,.server-table>:first-child>:nth-child(1) .k8s-vanilla>:first-child>p,.k8s-optional-services>:first-child>div:nth-of-type(2) .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .k8s-optional-services>:first-child>div:nth-of-type(2) p,.k8s-specifications>:first-child .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .k8s-specifications>:first-child p{line-height:1.2em;margin:0 0 .5em 0;font-family:Inter;font-size:clamp(1.05rem, 0.9773rem + 0.3636vw, 1.25rem)}p,ul>li{line-height:1.5em;font-family:Inter;margin:0 0 1em 0;font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}h5{line-height:1.2em;font-family:Inter;margin:.5em 0;font-size:clamp(0.7294rem, 0.7037rem + 0.1284vw, 0.8rem)}h6,.server-why-baremetal>:first-child>:nth-child(2)>div p,.availability-zones-overview>:first-child>:nth-child(2)>div p{line-height:1.2em;font-family:Inter;margin:.5em 0;font-size:clamp(0.6075rem, 0.5957rem + 0.0591vw, 0.64rem)}h1,#mmKubNav>:first-child>div:first-of-type p:first-of-type,#mmKubNav>:first-child>div:first-of-type a>div :nth-child(1),#mmKubNav>:first-child>div:nth-child(2) a>div:nth-of-type(1),#mmKubNav>:first-child>div:nth-child(2) a p,#mmSerNav>:first-child>div p:first-of-type,#mmInfNav>:first-child p,#mmInfNav>:first-child a :nth-child(1),#mmAboNav>:first-child a :nth-child(1),h2,h3,.server-table>:first-child>:nth-child(1) p,.network-private>:first-child h2,.legal-terms>:first-child>div h2,.kubernetes-cluster-intro>:first-child h2,.server-support>:first-child div:nth-child(2)>p,.f-kub-dashboard>:first-child h2,.company-values>:first-child>section h2,h4,.platform>:first-child>div:nth-of-type(2) h3,.index-topics>:first-child a h2,.k8s-vanilla>:first-child>h3,.k8s-optional-services>:first-child>div:nth-of-type(2) h3,.k8s-specifications>:first-child h3,.company-values>:first-child>aside h2,.platform>:first-child>div:nth-of-type(2) .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .platform>:first-child>div:nth-of-type(2) p,.k8s-optional-services>:first-child>div:nth-of-type(2) .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .k8s-optional-services>:first-child>div:nth-of-type(2) p,h5,h6,.server-why-baremetal>:first-child>:nth-child(2)>div p,.availability-zones-overview>:first-child>:nth-child(2)>div p{font-weight:700}video:focus{outline:none}template{display:block}figure{margin:0 0 1em 0}div[title],p[title],ul>li[title]{cursor:help}footer{background-color:#fbfbfc;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}footer>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 2fr) 1fr;justify-content:space-around}footer>:first-child>div>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);font-weight:700;text-transform:uppercase}footer>:first-child ul{padding-inline-start:0}footer>:first-child li{list-style-type:none;margin-bottom:.5em}footer>:first-child li>a{white-space:nowrap;text-decoration:none;font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}footer>:first-child>div:last-of-type>ul li{margin:0}footer>:first-child>div:last-of-type>ul a img{max-width:32px}footer>:first-child>p,footer>ul:first-child>li{font-size:clamp(0.7294rem, 0.7037rem + 0.1284vw, 0.8rem);justify-self:center;align-self:center;grid-column:1/-1;margin-bottom:0}footer>:first-child>p em,footer>ul:first-child>li em{font-size:clamp(0.6075rem, 0.5957rem + 0.0591vw, 0.64rem)}footer>:first-child>p:last-of-type,footer>ul:first-child>li:last-of-type{grid-column:1/-1}@media(max-width: 640px){footer>:first-child{grid-template-columns:1fr 1fr}footer>:first-child li>a{white-space:normal}}h1~p{font-size:clamp(1.26rem, 1.15rem + 0.55vw, 1.5625rem);font-weight:300}.hAZ{background:url("/assets/images/backgrounds/vector/availability-zones.b371bd0.svg") bottom center;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hAZ>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;grid-template-columns:1fr;justify-items:center}.hAZ>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hAZ>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hAZ>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hAZ>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hAZ>:first-child a:not([disabled]){cursor:pointer}.hAZ>:first-child a:hover:not([disabled]){background-color:#f4770f}.hAZ>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem)}.hCookie{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hCookie>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;grid-template-columns:1fr}.hCookie>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hCookie>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hCookie>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hCookie>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hCookie>:first-child a:not([disabled]){cursor:pointer}.hCookie>:first-child a:hover:not([disabled]){background-color:#f4770f}.hGdpr{background:#4c566a url("/assets/images/backgrounds/vector/platform.6e71690.svg") no-repeat center;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hGdpr>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;grid-template-columns:80%;color:#fff}.hGdpr>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hGdpr>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hGdpr>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hGdpr>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hGdpr>:first-child a:not([disabled]){cursor:pointer}.hGdpr>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.hGdpr>:first-child{grid-template-columns:1fr}}.hIndex{background:#000 url("/assets/images/network.8811682.9785.webp") no-repeat center;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hIndex>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;justify-items:center;grid-template-columns:1fr;color:#fff}.hIndex>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hIndex>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hIndex>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hIndex>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hIndex>:first-child a:not([disabled]){cursor:pointer}.hIndex>:first-child a:hover:not([disabled]){background-color:#f4770f}.hIndex>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem)}.hIndex>:first-child h1>span{font-weight:400}.hIndex>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hIndex>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hIndex>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hIndex>:first-child a:not([disabled]){cursor:pointer}.hIndex>:first-child a:hover:not([disabled]){background-color:#f4770f}.hContactUs{background:#4c566a url("/assets/images/backgrounds/vector/platform.6e71690.svg") no-repeat center;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hContactUs>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;grid-template-columns:80%;color:#fff;font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem)}.hContactUs>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hContactUs>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hContactUs>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hContactUs>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hContactUs>:first-child a:not([disabled]){cursor:pointer}.hContactUs>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.hContactUs>:first-child{grid-template-columns:1fr}}.hGettingstarted{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}@media(min-width: 847px){.hGettingstarted{background:#4c566a url("/assets/images/backgrounds/vector/network.2fefc0a.svg") no-repeat center;background-repeat:no-repeat;background-size:cover}}@media(max-width: 846px){.hGettingstarted{background:#4c566a url("/assets/images/backgrounds/vector/grad4.53dd658.svg") no-repeat center;background-repeat:no-repeat;background-size:cover}}.hGettingstarted>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;grid-template-columns:80%;color:#fff;font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem)}.hGettingstarted>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hGettingstarted>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hGettingstarted>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hGettingstarted>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hGettingstarted>:first-child a:not([disabled]){cursor:pointer}.hGettingstarted>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.hGettingstarted>:first-child{grid-template-columns:1fr}}.hPolicies{background:#4c566a url("/assets/images/backgrounds/vector/grad4.53dd658.svg") no-repeat center;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hPolicies>:first-child{grid-area:content;padding-top:0;padding-bottom:0;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;color:#fff;grid-template-columns:1fr;justify-items:center}.hPolicies>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hPolicies>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hPolicies>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hPolicies>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hPolicies>:first-child a:not([disabled]){cursor:pointer}.hPolicies>:first-child a:hover:not([disabled]){background-color:#f4770f}.hAboutUs{background:#4c566a url("/assets/images/backgrounds/vector/servers.8d4aeae.svg") no-repeat bottom;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hAboutUs>:first-child{grid-area:content;padding-top:0;padding-bottom:0;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;color:#2e3440;grid-template-columns:50%}.hAboutUs>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hAboutUs>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hAboutUs>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hAboutUs>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hAboutUs>:first-child a:not([disabled]){cursor:pointer}.hAboutUs>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.hAboutUs>:first-child{grid-template-columns:60%}}.hImprint{background:#4c566a url("/assets/images/backgrounds/vector/colocation.445036e.svg") no-repeat center;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hImprint>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;grid-template-columns:80%}.hImprint>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hImprint>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hImprint>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hImprint>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hImprint>:first-child a:not([disabled]){cursor:pointer}.hImprint>:first-child a:hover:not([disabled]){background-color:#f4770f}.hPrices{background:#4c566a url("/assets/images/backgrounds/vector/pixels-polar.f9856c4.svg") no-repeat center;background-repeat:no-repeat;background-size:cover;background:#4c566a url("/assets/images/backgrounds/vector/pixels-polar.f9856c4.svg") no-repeat center;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hPrices>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;grid-template-columns:80%;color:#fff}.hPrices>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hPrices>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hPrices>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hPrices>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hPrices>:first-child a:not([disabled]){cursor:pointer}.hPrices>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.hPrices>:first-child{grid-template-columns:1fr}}.hKubernetes{background-color:#2e3440;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.hKubernetes>:first-child{grid-area:content;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-s-min)) * var(--fluid-bp));display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:start;grid-row-gap:0;height:max-content;align-items:center;color:#fff;grid-template-columns:1fr .35fr}.hKubernetes>:first-child h1{font-size:clamp(2.1775rem, 1.8595rem + 1.5898vw, 3.0519rem);margin-bottom:calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp))}.hKubernetes>:first-child a{justify-self:start !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.hKubernetes>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.hKubernetes>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.hKubernetes>:first-child a:not([disabled]){cursor:pointer}.hKubernetes>:first-child a:hover:not([disabled]){background-color:#f4770f}.cookie-bar-hide{display:none !important}#cookie-bar{z-index:1000;display:grid;bottom:10px;left:0;right:0;margin-left:auto;margin-right:auto;position:fixed;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:0;padding-bottom:0}#cookie-bar>:first-child{grid-area:content;border-radius:8px;padding:15px;background:#4c566a;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 75px;justify-content:left}#cookie-bar>:first-child>:last-child{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em;padding:10px}#cookie-bar>:first-child>:last-child[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}#cookie-bar>:first-child>:last-child[disabled]{color:#d8dee9;background:#eceff4}#cookie-bar>:first-child>:last-child:not([disabled]){cursor:pointer}#cookie-bar>:first-child>:last-child:hover:not([disabled]){background-color:#f4770f;color:#fff}#cookie-bar>:first-child h4{color:#fff}#cookie-bar>:first-child p{color:#fff;margin-bottom:0}@media only print{#cookie-bar>:first-child{display:none}}.text-linebreakBefore::before{content:"\a";white-space:pre}.text-linebreakAfter::after{content:"\a";white-space:pre}@media(min-width: 1008px){.text-desktop{display:inline}}@media(min-width: 641px)and (max-width: 1007px){.text-desktop{display:none}}@media(max-width: 640px){.text-desktop{display:none}}@media(min-width: 1008px){.text-tabletDesktop{display:inline}}@media(min-width: 641px)and (max-width: 1007px){.text-tabletDesktop{display:inline}}@media(max-width: 640px){.text-tabletDesktop{display:none}}@media(min-width: 1008px){.text-mobile{display:none}}@media(min-width: 641px)and (max-width: 1007px){.text-mobile{display:none}}@media(max-width: 640px){.text-mobile{display:inline}}.text-eur{white-space:nowrap}.text-eur::before{content:"€ "}.text-eur.text-hour::after{content:"/h"}.text-eur.text-month::after{content:"/mo"}.text-eur.text-hour::after{content:"/h"}.text-nowrap{white-space:nowrap}.text-super{vertical-align:super;position:relative}.text-sub{vertical-align:sub}.text-font-thin{font-weight:300}.text-font-normal{font-weight:400}.text-font-bold{font-weight:600}.text-font-extra-bold{font-weight:700}input,textarea{width:100%;font-family:inherit;font-size:clamp(1.05rem, 0.9773rem + 0.3636vw, 1.25rem);border:2px solid #d8dee9;border-radius:8px;padding:10px;outline-style:none;cursor:pointer}input::placeholder,textarea::placeholder{color:#f58223;font-weight:700}textarea{resize:vertical;height:100px}textarea:focus{border:2px solid #f58223}input{margin:0 0 10px 0}input:hover{border:2px solid #e5e9f0}input:active{border:2px solid #f58223}input:focus{border:2px solid #f58223}label{position:relative;padding-left:30px;margin-bottom:4px}select{width:100%;padding:10px;border-radius:8px}input[type=submit],button[type=submit]{appearance:none;-webkit-appearance:none;margin-top:35px;padding:10px;border:none;background-color:#f58223;color:#fff;font-weight:600;border-radius:5px;width:100%}[x-cloak]{display:none !important}.modal{display:flex;align-items:center;justify-content:center;position:fixed;z-index:10;left:0;top:0;width:100%;height:100%}.modal>div{background-color:#fff;border-radius:.5em;max-width:600px;padding:2em;margin:auto;display:flex;flex-direction:column}.modal>div h3,.modal>div .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .modal>div p{justify-content:space-between;border-bottom:2px solid #000}.modal>div button{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;width:20%;align-self:center}.modal>div button[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.modal>div button[disabled]{color:#d8dee9;background:#eceff4}.modal>div button:not([disabled]){cursor:pointer}.modal>div button:hover:not([disabled]){background-color:#f4770f}.modal+div[x-show]{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;opacity:.75}.imagebox .box{width:-moz-min-content;width:min-content;min-width:1000px;margin:15vh auto;padding:20px;background-color:#fff;box-shadow:0 1px 26px -3px #777}.imagebox .close{float:right;display:block;text-decoration:none;font-family:"Roboto",sans-serif;font-size:22px;color:#858585}.imagebox{display:none;position:fixed;z-index:9999;width:100%;height:100%;top:0;left:0;color:#333}.imagebox .content{overflow:auto;max-height:70vh}.imagebox.show{display:block;outline:none;background-color:rgba(100,101,104,.8)}.imagebox-top .box{margin:5vh auto}.imagebox-top .content{overflow:auto;max-height:85vh}.colocation-intro{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.colocation-intro>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;grid-row-gap:0}.colocation-intro>:first-child>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.colocation-intro>:first-child>div object{align-self:baseline}.cookie-gdpr{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.cookie-gdpr>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.aboutus-years{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.aboutus-years>:first-child{grid-area:content;display:flex;width:100%;max-width:100%;flex-direction:column}.aboutus-years>:first-child>:last-child{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center}@media(max-width: 640px){.aboutus-years>:first-child>:last-child h3,.aboutus-years>:first-child>:last-child .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .aboutus-years>:first-child>:last-child p{margin:0 0 0 0}.aboutus-years>:first-child>:last-child img{display:none}}@media(min-width: 641px){.aboutus-years>:first-child>:last-child{grid-template-columns:repeat(auto-fit, minmax(160px, 225px));grid-auto-rows:250px;grid-auto-flow:row;grid-row-gap:.46875em;grid-column-gap:.46875em;perspective:0}.aboutus-years>:first-child>:last-child>div{width:100%;height:100%;-moz-backface-visibility:hidden;transition:transform .5s ease-in-out;transform-style:preserve-3d;position:relative;padding:0;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#fff}.aboutus-years>:first-child>:last-child>div>:first-child{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.aboutus-years>:first-child>:last-child>div>:nth-child(2){position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;transform:rotateY(180deg)}.aboutus-years>:first-child>:last-child>div>div:first-of-type{display:flex;flex-direction:column;width:100%;max-width:100%;justify-content:center;align-items:center}.aboutus-years>:first-child>:last-child>div>div:first-of-type img{width:60px}.aboutus-years>:first-child>:last-child>div>div:last-of-type{display:flex;flex-direction:column;width:100%;max-width:100%;background-color:#3b4252;justify-content:flex-start;padding-right:14px;padding-left:14px}.aboutus-years>:first-child>:last-child>div>div:last-of-type h3,.aboutus-years>:first-child>:last-child>div>div:last-of-type .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .aboutus-years>:first-child>:last-child>div>div:last-of-type p{padding-top:7px;color:wheat}.aboutus-years>:first-child>:last-child>div>div:last-of-type p,.aboutus-years>:first-child>:last-child>div>div:last-of-type a{color:#fff}}.k8s-docs-kubectl{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-docs-kubectl>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:80%;padding:0;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#e5e9f0;background:url("/assets/images/backgrounds/vector/grad5.67804d5.svg") bottom right;background-size:cover;padding:40px;color:#fff}.k8s-docs-kubectl>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em}.k8s-docs-kubectl>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.k8s-docs-kubectl>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.k8s-docs-kubectl>:first-child a:not([disabled]){cursor:pointer}.k8s-docs-kubectl>:first-child a:hover:not([disabled]){background-color:#f4770f;color:#fff}.k8s-docs-application-monitoring{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-docs-application-monitoring>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;grid-column-gap:3.75em}.k8s-docs-application-logging{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-docs-application-logging>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;grid-column-gap:3.75em}.k8s-docs-application-logging-efk{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-docs-application-logging-efk>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.network-private{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.network-private>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr 1fr}.network-private>:first-child>:first-child{grid-column:1/-1}.network-private>:first-child>div:not(:first-child){display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:.9375em;grid-row-gap:.625em;grid-template-columns:minmax(2em, max-content) 1fr;grid-template-rows:48px auto}.network-private>:first-child>div:not(:first-child)>:first-child{width:3em;align-self:center}.network-private>:first-child>div:not(:first-child)>:nth-child(2){align-self:center;margin:0}.network-private>:first-child>div:not(:first-child)>:nth-child(n+3){grid-column:span 2}@media(max-width: 640px){.network-private>:first-child{grid-template-columns:1fr}.network-private>:first-child>div:not(:first-child){grid-template-rows:32px auto}.network-private>:first-child>div:not(:first-child)>:first-child{width:2em}}.k8s-docs-network-policies{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-docs-network-policies>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 1fr);align-items:center}.k8s-docs-network-policies>:first-child :nth-child(1){grid-column:span 2}.k8s-docs-network-policies>:first-child>object,.k8s-docs-network-policies>:first-child svg{max-height:400px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.k8s-docs-network-policies>:first-child{grid-template-columns:1fr}.k8s-docs-network-policies>:first-child>object,.k8s-docs-network-policies>:first-child svg{max-height:200px}}@media(min-width: 641px)and (max-width: 1007px){.k8s-docs-network-policies>:first-child>object,.k8s-docs-network-policies>:first-child svg{max-height:300px}}.cookie-list{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.cookie-list>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-gap:1px;grid-template-columns:auto auto 1fr auto}.cookie-list>:first-child h4{padding:20px 20px 5px 20px}.cookie-list>:first-child p{outline:1px solid #5e81ac;padding:20px;margin-bottom:0}@media(max-width: 640px){.cookie-list>:first-child h4{padding:5px 5px 5px 5px}.cookie-list>:first-child p{padding:5px}}.k8s-get-started{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-get-started>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:80%}.k8s-get-started>:first-child>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:.9375em;grid-row-gap:0;grid-template-areas:"icon heading" ". text";grid-auto-rows:max-content;grid-template-columns:32px 1fr}.k8s-get-started>:first-child>div>object,.k8s-get-started>:first-child>div>svg,.k8s-get-started>:first-child>div>img{width:2em;align-self:start;grid-area:icon}.k8s-get-started>:first-child>div>h2,.k8s-get-started>:first-child>div h3,.k8s-get-started>:first-child>div .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .k8s-get-started>:first-child>div p{grid-area:heading}.k8s-get-started>:first-child>div>div{grid-area:text}.k8s-get-started>:first-child li{margin:0}.about-contact-form{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.about-contact-form>:first-child{grid-area:content;display:flex;width:100%;max-width:100%;flex-direction:column;align-items:center}.about-contact-form>:first-child>*{width:100%}@media(min-width: 641px)and (max-width: 1007px){.about-contact-form>:first-child{width:85%}}.platform{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.platform>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.platform>:first-child>div:nth-of-type(1){grid-column:1/-1}.platform>:first-child>div:nth-of-type(2){display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:32px 1fr 32px 1fr}@media(max-width: 640px){.platform>:first-child>div:nth-of-type(2){grid-template-columns:32px 1fr}}.index-platform{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.index-platform>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;grid-row-gap:1.875em}.index-platform>:first-child>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-areas:"image header" ". para";grid-row-gap:0;grid-column-gap:.9375em;justify-content:left}.index-platform>:first-child>div>img{grid-area:image;width:2em}.index-platform>:first-child>div>h2{font-size:clamp(1.05rem, 0.9773rem + 0.3636vw, 1.25rem);grid-area:header;margin-bottom:0}.index-platform>:first-child>div>p{height:4.5em;grid-area:para}@media(max-width: 640px){.index-platform>:first-child{grid-template-columns:1fr}.index-platform>:first-child>div>p{height:3.5em}}@media(min-width: 641px)and (max-width: 1007px){.index-platform>:first-child>div>p{height:6em}}.legal-terms{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.legal-terms>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 1fr)}.legal-terms>:first-child>div{display:flex;flex-direction:column;width:100%;max-width:100%;border-radius:10px;border:1px solid #fff;padding:6%}.legal-terms>:first-child>div a{margin-top:auto;align-self:center;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.legal-terms>:first-child>div a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.legal-terms>:first-child>div a[disabled]{color:#d8dee9;background:#eceff4}.legal-terms>:first-child>div a:not([disabled]){cursor:pointer}.legal-terms>:first-child>div a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.legal-terms>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.legal-terms>:first-child{grid-template-columns:1fr}}.server-high-performance-network{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-high-performance-network>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;align-items:center}.server-high-performance-network>:first-child>object,.server-high-performance-network>:first-child svg{max-height:400px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.server-high-performance-network>:first-child{grid-template-columns:1fr}.server-high-performance-network>:first-child>object,.server-high-performance-network>:first-child svg{max-height:200px}}@media(min-width: 641px)and (max-width: 1007px){.server-high-performance-network>:first-child{grid-template-columns:1fr}.server-high-performance-network>:first-child>object,.server-high-performance-network>:first-child svg{max-height:300px}}.index-schrems-ruling{background-color:#2e3440;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.index-schrems-ruling>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;color:#fff}.index-schrems-ruling>:first-child h2{font-size:clamp(1.05rem, 0.9773rem + 0.3636vw, 1.25rem)}.index-schrems-ruling>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;justify-self:right}.index-schrems-ruling>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.index-schrems-ruling>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.index-schrems-ruling>:first-child a:not([disabled]){cursor:pointer}.index-schrems-ruling>:first-child a:hover:not([disabled]){background-color:#f4770f}.index-topics{background:#f8f9fb;border-top:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:0;padding-bottom:0}.index-topics>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(4, 1fr);grid-column-gap:0;grid-row-gap:0}.index-topics>:first-child>a{display:block;padding:1.875em;border-left:1px solid #e5e9f0;font-weight:300;text-decoration:none}.index-topics>:first-child>a:first-of-type{padding-left:0}@media(max-width: 640px){.index-topics>:first-child>a:nth-child(0n+1),.index-topics>:first-child>a:nth-child(0n+2){border-bottom:1px solid #e5e9f0}.index-topics>:first-child>a:nth-child(0n+3){border-left:none}}@media(max-width: 640px){.index-topics>:first-child{grid-template-columns:1fr 1fr}.index-topics>:first-child>a:first-of-type{padding-left:1.875em}}.index-top-story{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:0;padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.index-top-story>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.5fr 1fr}.index-top-story>:first-child>:first-child{display:flex;flex-direction:column;width:100%;max-width:100%;border-radius:8px;align-self:center;justify-self:center}.index-top-story>:first-child>:first-child a{margin-top:1.5%;align-self:center}.index-top-story>:first-child>:last-child a{display:none;margin-top:1.5%;align-self:flex-end}.index-top-story>:first-child p{font-size:1.2em;font-weight:300}.index-top-story>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;justify-self:left}.index-top-story>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.index-top-story>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.index-top-story>:first-child a:not([disabled]){cursor:pointer}.index-top-story>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.index-top-story>:first-child{grid-template-columns:1fr}.index-top-story>:first-child>:first-child a{display:none}.index-top-story>:first-child>:last-child a{display:inline-block}}@media(min-width: 641px)and (max-width: 1007px){.index-top-story>:first-child{grid-template-columns:1fr;grid-row-gap:0}.index-top-story>:first-child>:first-child img{display:none}.index-top-story>:first-child>:first-child a{display:none}.index-top-story>:first-child>:last-child a{display:inline-block}}.k8s-vanilla{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:0}.k8s-vanilla>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-row-gap:0;align-items:center}.k8s-vanilla>:first-child>p{font-size:clamp(1.05rem, 0.9773rem + 0.3636vw, 1.25rem);font-weight:300;color:#4c566a}.k8s-vanilla>:first-child>h2{color:#4c566a}.k8s-vanilla>:first-child>a{justify-self:end;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.k8s-vanilla>:first-child>a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.k8s-vanilla>:first-child>a[disabled]{color:#d8dee9;background:#eceff4}.k8s-vanilla>:first-child>a:not([disabled]){cursor:pointer}.k8s-vanilla>:first-child>a:hover:not([disabled]){background-color:#f4770f}.k8s-baremetal{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-baremetal>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr .6fr;grid-row-gap:3.75em;align-items:center}.k8s-baremetal>:first-child p{font-size:clamp(1.05rem, 0.9773rem + 0.3636vw, 1.25rem);font-weight:300;color:#545e6e}.k8s-baremetal>:first-child h2{color:#545e6e}.k8s-baremetal>:first-child a:last-of-type{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em}.k8s-baremetal>:first-child a:last-of-type[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.k8s-baremetal>:first-child a:last-of-type[disabled]{color:#d8dee9;background:#eceff4}.k8s-baremetal>:first-child a:last-of-type:not([disabled]){cursor:pointer}.k8s-baremetal>:first-child a:last-of-type:hover:not([disabled]){background-color:#f4770f;color:#fff}.k8s-baremetal>:first-child>object,.k8s-baremetal>:first-child svg{max-height:70%;justify-self:center;display:block}@media(max-width: 640px){.k8s-baremetal>:first-child{grid-template-columns:1fr}.k8s-baremetal>:first-child>object,.k8s-baremetal>:first-child svg{display:none}}.k8s-build-test-manage{background:#f8f9fb;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-build-test-manage>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.8fr 1fr;align-items:center}.k8s-build-test-manage>:first-child p{font-size:1.2em;font-weight:300}@media(max-width: 640px){.k8s-build-test-manage>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.k8s-build-test-manage>:first-child{grid-template-columns:.7fr}}.k8s-helping{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-helping>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.6fr 1fr;grid-row-gap:3.75em;align-items:center}.k8s-helping>:first-child p{font-size:1.2em;font-weight:300}.k8s-helping>:first-child>object,.k8s-helping>:first-child svg{height:clamp(100px,80%,170px);justify-self:center;align-self:center;max-height:70%;justify-self:center}@media(max-width: 640px){.k8s-helping>:first-child{grid-template-columns:1fr}.k8s-helping>:first-child>object,.k8s-helping>:first-child svg{grid-area:1}}.bare-metal-servers{background:url("/assets/images/backgrounds/vector/pixels-polar-night.29759e6.svg") #2e3440;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.bare-metal-servers>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.bare-metal-servers>:first-child h1,.bare-metal-servers>:first-child h2{color:#fff}.bare-metal-servers>:first-child h2:first-of-type{font-weight:300}.server-why-baremetal{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-why-baremetal>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;grid-column-gap:3.75em;align-items:center}.server-why-baremetal>:first-child>:first-child{grid-column:1/-1}.server-why-baremetal>:first-child>:nth-child(2)>div{padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#e5e9f0;padding:40px;background:#fff}.server-why-baremetal>:first-child>:nth-child(2)>div p{text-align:center;margin:5px 0 0 0}.server-why-baremetal>:first-child>:nth-child(3){display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:32px 1fr;grid-row-gap:3.75em;align-items:center}.server-why-baremetal>:first-child>:nth-child(3) p{margin:0}@media(max-width: 640px){.server-why-baremetal>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.server-why-baremetal>:first-child{grid-template-columns:1fr}}.storage-benefits{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.storage-benefits>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 1fr)}.storage-benefits>:first-child>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-row-gap:.9375em;padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#fff}.storage-benefits>:first-child>div object,.storage-benefits>:first-child>div svg{width:clamp(50px,25%,100px);justify-self:center;align-self:center}.storage-benefits>:first-child>div>h3,.server-table>:first-child>:nth-child(1) .storage-benefits>:first-child>div>p{text-align:center;margin-bottom:auto}.storage-benefits>:first-child>div>p:last-child{margin-bottom:0}@media(max-width: 640px){.storage-benefits>:first-child{grid-template-columns:1fr}}.services-storage-getting-started{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-storage-getting-started>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;align-items:center;grid-template-columns:1fr 1fr}.services-storage-getting-started>:first-child object{display:block;max-height:350px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.services-storage-getting-started>:first-child{grid-template-columns:1fr}.services-storage-getting-started>:first-child object{display:none;max-height:200px}}.k8s-contact-us-form{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-contact-us-form>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:70%}.k8s-contact-us-form>:first-child>form{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;grid-row-gap:0;grid-template-columns:1fr}.k8s-contact-us-form>:first-child>form button[type=submit]{justify-self:center;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.k8s-contact-us-form>:first-child>form button[type=submit][data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.k8s-contact-us-form>:first-child>form button[type=submit][disabled]{color:#d8dee9;background:#eceff4}.k8s-contact-us-form>:first-child>form button[type=submit]:not([disabled]){cursor:pointer}.k8s-contact-us-form>:first-child>form button[type=submit]:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.k8s-contact-us-form>:first-child{grid-template-columns:100%}}@media(min-width: 641px)and (max-width: 1007px){.k8s-contact-us-form>:first-child{grid-template-columns:90%}}.k8s-contact-us{margin-top:64px;width:0;position:fixed;z-index:10;left:0;top:0;height:100vh;background-color:rgba(46,52,64,.9);overflow-x:hidden;transition:.5s;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:0;padding-bottom:0}.k8s-contact-us>:first-child{grid-area:content;background-image:url("/assets/images/backgrounds/vector/waves-snowstorm.7356638.svg");background-repeat:no-repeat;background-position:top left;margin-top:30px;padding:30px;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#fff;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-row-gap:0;grid-column-gap:0;grid-template-columns:1fr .1fr}@media screen and (min-height: 750px){.k8s-contact-us>:first-child{height:calc(100% - 124px)}}@media screen and (max-height: 749px){.k8s-contact-us>:first-child{height:750px}}.k8s-contact-us>:first-child>a{padding-left:8px;text-decoration:none;font-size:clamp(2.6125rem, 2.1752rem + 2.1864vw, 3.815rem);color:#4c566a;display:block;transition:.3s}.k8s-contact-us>:first-child>a:hover{color:rgba(76,86,106,.5)}.k8s-contact-us>:first-child>:last-child{grid-column:1/-1}.k8s-optional-services{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-optional-services>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.k8s-optional-services>:first-child>div:nth-of-type(1){grid-column:1/-1}.k8s-optional-services>:first-child>div:nth-of-type(2){display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(4, 32px 1fr)}@media(max-width: 640px){.k8s-optional-services>:first-child>div:nth-of-type(2){grid-template-columns:32px 1fr}}@media(min-width: 641px)and (max-width: 1007px){.k8s-optional-services>:first-child>div:nth-of-type(2){grid-template-columns:repeat(2, 32px 1fr)}}.kubernetes-cluster-intro{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-cluster-intro>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr 1fr}.kubernetes-cluster-intro>:first-child ul{list-style:none;padding-inline-start:20px;margin-bottom:2em}.kubernetes-cluster-intro>:first-child ul li{display:flex;width:100%;max-width:100%;flex-wrap:nowrap;align-items:center}.kubernetes-cluster-intro>:first-child ul li:before{content:"";display:inline-block;height:1em;width:1em;background-image:url("/assets/images/icons/tick.e10a82f.svg");background-size:1em;background-position:bottom center;margin-right:.3125em;background-repeat:no-repeat;flex-shrink:0}@media(max-width: 640px){.kubernetes-cluster-intro>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-cluster-intro>:first-child{grid-template-columns:1fr 1fr}}.kubernetes-cluster{background:#f8f9fb;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-cluster>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;grid-column-gap:1.875em}.kubernetes-cluster>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.kubernetes-cluster>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.kubernetes-cluster>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.kubernetes-cluster>:first-child a:not([disabled]){cursor:pointer}.kubernetes-cluster>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.kubernetes-cluster>:first-child{grid-template-columns:1fr}}.kubernetes-cluster-installed{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-cluster-installed>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr 1fr}.kubernetes-cluster-installed>:first-child>:first-child{grid-column:1/-1}@media(max-width: 640px){.kubernetes-cluster-installed>:first-child{grid-template-columns:1fr 1fr}}.kubernetes-platform{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-platform>:first-child{grid-area:content;overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:1fr .2fr .2fr}.kubernetes-platform>:first-child>*{padding:.625em .3125em .625em .3125em}.kubernetes-platform>:first-child>:nth-child(6n+1){max-width:100%}.kubernetes-platform>:first-child>:nth-child(6n+1):not(p){background-color:#eceff4}.kubernetes-platform>:first-child>:nth-child(6n+1):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-platform>:first-child>:nth-child(6n+1):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-platform>:first-child>:nth-child(6n+2){max-width:100%}.kubernetes-platform>:first-child>:nth-child(6n+2):not(p){background-color:#eceff4}.kubernetes-platform>:first-child>:nth-child(6n+2):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-platform>:first-child>:nth-child(6n+2):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-platform>:first-child>:nth-child(6n+3){max-width:100%}.kubernetes-platform>:first-child>:nth-child(6n+3):not(p){background-color:#eceff4}.kubernetes-platform>:first-child>:nth-child(6n+3):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-platform>:first-child>:nth-child(6n+3):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-platform>:first-child>:nth-child(-n+3){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.kubernetes-platform>:first-child>:nth-child(1){border-radius:8px 0 0 8px}.kubernetes-platform>:first-child>:nth-child(3){border-radius:0 8px 8px 0}.kubernetes-platform>:first-child>:nth-child(3n+1){padding-left:.625em}.kubernetes-platform>:first-child>:nth-child(3n+1){max-width:100%}.kubernetes-platform>:first-child>:nth-child(3n+2){max-width:100%}.kubernetes-platform>:first-child>:nth-child(3n+3){max-width:100%}.kubernetes-platform>:first-child>p{grid-column:1/-1;font-style:italic}.kubernetes-platform>:first-child div{display:flex;flex-flow:column;justify-content:center}.kubernetes-platform>:first-child div img{align-self:center;width:16px}.kubernetes-platform>:first-child>:nth-child(-n+3){text-align:center}@media(max-width: 640px){.kubernetes-platform>:first-child>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-platform>:first-child div img{width:10.6666666667px}.kubernetes-platform>:first-child{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-platform>:first-child>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-platform>:first-child{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}.kubernetes-pricing-control-plane{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-pricing-control-plane>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.kubernetes-pricing-control-plane>:first-child>h2{margin-bottom:0}.kubernetes-pricing-control-plane>:first-child>figure{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:1fr .3fr .3fr .3fr}.kubernetes-pricing-control-plane>:first-child>figure>*{padding:.625em .3125em .625em .3125em}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+1){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+1):not(p){background-color:#eceff4}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+1):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+1):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+2){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+2):not(p){background-color:#eceff4}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+2):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+2):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+3){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+3):not(p){background-color:#eceff4}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+3):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+3):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+4){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+4):not(p){background-color:#eceff4}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+4):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(8n+4):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(-n+4){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(1){border-radius:8px 0 0 8px}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(4){border-radius:0 8px 8px 0}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(4n+1){padding-left:.625em}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(4n+1){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(4n+2){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(4n+3){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>:nth-child(4n+4){max-width:100%}.kubernetes-pricing-control-plane>:first-child>figure>p{grid-column:1/-1;font-style:italic}@media(max-width: 640px){.kubernetes-pricing-control-plane>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-control-plane>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-pricing-control-plane>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-control-plane>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}.kubernetes-pricing-price-table{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-pricing-price-table>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.kubernetes-pricing-price-table>:first-child>h2{margin-bottom:0}@media(min-width: 641px){.kubernetes-pricing-price-table>:first-child>figure{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:repeat(8, 1fr)}.kubernetes-pricing-price-table>:first-child>figure>*{padding:.625em .3125em .625em .3125em}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+1){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+1):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+1):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+1):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+2){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+2):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+2):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+2):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+3){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+3):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+3):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+3):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+4){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+4):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+4):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+4):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+5){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+5):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+5):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+5):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+6){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+6):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+6):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+6):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+7){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+7):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+7):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+7):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+8){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+8):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+8):nth-child(16n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(16n+8):nth-child(16n+8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(-n+8){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+1){padding-left:.625em}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+1){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+2){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+3){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+4){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+5){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+6){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+7){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(8n+8){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>p{grid-column:1/-1;font-style:italic}}@media(max-width: 640px){.kubernetes-pricing-price-table>:first-child>figure{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:1fr}.kubernetes-pricing-price-table>:first-child>figure>*{padding:.1875em !important}.kubernetes-pricing-price-table>:first-child>figure>*{padding:.625em .3125em .625em .3125em}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(2n+1){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(2n+1):not(p){background-color:#eceff4}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(2n+1):nth-child(2n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(2n+1):nth-child(2n+1){border-radius:0 8px 8px 0}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(-n+9){display:none}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(1n+1){padding-left:.625em}.kubernetes-pricing-price-table>:first-child>figure>:nth-child(1n+1){max-width:100%}.kubernetes-pricing-price-table>:first-child>figure>p{grid-column:1/-1;font-style:italic}.kubernetes-pricing-price-table>:first-child>figure>div:nth-child(9n+1){margin-top:1.25em;border-radius:8px 8px 8px 8px;color:#fff;background-color:#4c566a}.kubernetes-pricing-price-table>:first-child>figure>div:nth-child(2n+1){border-radius:8px 8px 8px 8px !important}}@media(max-width: 640px){.kubernetes-pricing-price-table>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-price-table>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-pricing-price-table>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-price-table>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}.orderConfirmation{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.orderConfirmation>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.orderConfirmation>:first-child>div.orderLines{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:.5fr 2fr 1fr 1fr 1fr}.orderConfirmation>:first-child>div.orderLines>template{display:none}.orderConfirmation>:first-child>div.orderLines>*,.orderConfirmation>:first-child>div.orderLines>*>*{padding:.625em .3125em .625em .3125em}.orderConfirmation>:first-child>div.orderLines>div:nth-child(5n+1){padding-left:.625em}.orderConfirmation>:first-child>div.orderLines>div:nth-child(-n+5){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.orderConfirmation>:first-child>div.orderLines>div:nth-child(1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.orderLines>div:nth-child(5){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.orderLines>section{grid-column:1/-1}.orderConfirmation>:first-child>div.orderLines>section{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:.5fr 2fr 1fr 1fr 1fr}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(5n+1){width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(5n+2){width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(5n+3){width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(5n+4){width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(5n+5){width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(5n+1){padding-left:.625em}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+1){background-color:#eceff4;max-width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+1):nth-child(10n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+1):nth-child(10n+5){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+2){background-color:#eceff4;max-width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+2):nth-child(10n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+2):nth-child(10n+5){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+3){background-color:#eceff4;max-width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+3):nth-child(10n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+3):nth-child(10n+5){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+4){background-color:#eceff4;max-width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+4):nth-child(10n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+4):nth-child(10n+5){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+5){background-color:#eceff4;max-width:100%}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+5):nth-child(10n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.orderLines>section>:nth-child(10n+5):nth-child(10n+5){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:minmax(120px, 180px) 1fr}.orderConfirmation>:first-child>div.order>*{padding:.625em .3125em .625em .3125em}.orderConfirmation>:first-child>div.order>:nth-child(4n+1){max-width:100%}.orderConfirmation>:first-child>div.order>:nth-child(4n+1):not(p){background-color:#eceff4}.orderConfirmation>:first-child>div.order>:nth-child(4n+1):nth-child(4n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.order>:nth-child(4n+1):nth-child(4n+2){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order>:nth-child(4n+2){max-width:100%}.orderConfirmation>:first-child>div.order>:nth-child(4n+2):not(p){background-color:#eceff4}.orderConfirmation>:first-child>div.order>:nth-child(4n+2):nth-child(4n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.order>:nth-child(4n+2):nth-child(4n+2){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order>:nth-child(-n+2){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.orderConfirmation>:first-child>div.order>:nth-child(1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.order>:nth-child(2){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order>:nth-child(2n+1){padding-left:.625em}.orderConfirmation>:first-child>div.order>:nth-child(2n+1){max-width:100%}.orderConfirmation>:first-child>div.order>:nth-child(2n+2){max-width:100%}.orderConfirmation>:first-child>div.order>p{grid-column:1/-1;font-style:italic}.orderConfirmation>:first-child>div.order-totals{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:minmax(120px, 180px) minmax(120px, 180px) minmax(120px, 180px)}.orderConfirmation>:first-child>div.order-totals>*{padding:.625em .3125em .625em .3125em}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+1){max-width:100%}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+1):not(p){background-color:#eceff4}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+1):nth-child(6n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+1):nth-child(6n+3){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+2){max-width:100%}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+2):not(p){background-color:#eceff4}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+2):nth-child(6n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+2):nth-child(6n+3){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+3){max-width:100%}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+3):not(p){background-color:#eceff4}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+3):nth-child(6n+1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.order-totals>:nth-child(6n+3):nth-child(6n+3){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order-totals>:nth-child(-n+3){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.orderConfirmation>:first-child>div.order-totals>:nth-child(1){border-radius:8px 0 0 8px}.orderConfirmation>:first-child>div.order-totals>:nth-child(3){border-radius:0 8px 8px 0}.orderConfirmation>:first-child>div.order-totals>:nth-child(3n+1){padding-left:.625em}.orderConfirmation>:first-child>div.order-totals>:nth-child(3n+1){max-width:100%}.orderConfirmation>:first-child>div.order-totals>:nth-child(3n+2){max-width:100%}.orderConfirmation>:first-child>div.order-totals>:nth-child(3n+3){max-width:100%}.orderConfirmation>:first-child>div.order-totals>p{grid-column:1/-1;font-style:italic}.orderConfirmation>:first-child button{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;justify-self:center;height:34px}.orderConfirmation>:first-child button[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.orderConfirmation>:first-child button[disabled]{color:#d8dee9;background:#eceff4}.orderConfirmation>:first-child button:not([disabled]){cursor:pointer}.orderConfirmation>:first-child button:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.orderConfirmation>:first-child>div.order>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.orderConfirmation>:first-child>div.order-totals>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}@media(min-width: 641px)and (max-width: 1007px){.orderConfirmation>:first-child>div.order>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.orderConfirmation>:first-child>div.order-totals>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}.kubernetes-pricing-free{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-pricing-free>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.kubernetes-pricing-free>:first-child>h2{margin-bottom:0}.kubernetes-pricing-free>:first-child>figure{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:1fr .3fr .3fr;justify-content:space-between}.kubernetes-pricing-free>:first-child>figure>*{padding:.625em .3125em .625em .3125em}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+1){max-width:100%}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+1):not(p){background-color:#eceff4}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+1):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+1):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+2){max-width:100%}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+2):not(p){background-color:#eceff4}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+2):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+2):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+3){max-width:100%}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+3):not(p){background-color:#eceff4}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+3):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-free>:first-child>figure>:nth-child(6n+3):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-pricing-free>:first-child>figure>:nth-child(-n+3){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.kubernetes-pricing-free>:first-child>figure>:nth-child(1){border-radius:8px 0 0 8px}.kubernetes-pricing-free>:first-child>figure>:nth-child(3){border-radius:0 8px 8px 0}.kubernetes-pricing-free>:first-child>figure>:nth-child(3n+1){padding-left:.625em}.kubernetes-pricing-free>:first-child>figure>:nth-child(3n+1){max-width:100%}.kubernetes-pricing-free>:first-child>figure>:nth-child(3n+2){max-width:100%}.kubernetes-pricing-free>:first-child>figure>:nth-child(3n+3){max-width:100%}.kubernetes-pricing-free>:first-child>figure>p{grid-column:1/-1;font-style:italic}@media(max-width: 640px){.kubernetes-pricing-free>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-free>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-pricing-free>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-free>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}.kubernetes-pricing-services{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-pricing-services>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.kubernetes-pricing-services>:first-child>h2{margin-bottom:0}.kubernetes-pricing-services>:first-child>figure{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:1fr .3fr .3fr;justify-content:space-between}.kubernetes-pricing-services>:first-child>figure>*{padding:.625em .3125em .625em .3125em}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+1){max-width:100%}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+1):not(p){background-color:#eceff4}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+1):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+1):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+2){max-width:100%}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+2):not(p){background-color:#eceff4}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+2):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+2):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+3){max-width:100%}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+3):not(p){background-color:#eceff4}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+3):nth-child(6n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-services>:first-child>figure>:nth-child(6n+3):nth-child(6n+3){border-radius:0 8px 8px 0}.kubernetes-pricing-services>:first-child>figure>:nth-child(-n+3){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.kubernetes-pricing-services>:first-child>figure>:nth-child(1){border-radius:8px 0 0 8px}.kubernetes-pricing-services>:first-child>figure>:nth-child(3){border-radius:0 8px 8px 0}.kubernetes-pricing-services>:first-child>figure>:nth-child(3n+1){padding-left:.625em}.kubernetes-pricing-services>:first-child>figure>:nth-child(3n+1){max-width:100%}.kubernetes-pricing-services>:first-child>figure>:nth-child(3n+2){max-width:100%}.kubernetes-pricing-services>:first-child>figure>:nth-child(3n+3){max-width:100%}.kubernetes-pricing-services>:first-child>figure>p{grid-column:1/-1;font-style:italic}@media(max-width: 640px){.kubernetes-pricing-services>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-services>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-pricing-services>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-services>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}.kubernetes-pricing-single-tenant-storage-clusters{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-pricing-single-tenant-storage-clusters>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>div>h2{margin-bottom:0}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure{overflow-x:hidden;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-columns:.8fr .2fr .3fr .3fr;justify-content:space-between}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>*{padding:.625em .3125em .625em .3125em}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+1){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+1):not(p){background-color:#eceff4}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+1):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+1):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+2){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+2):not(p){background-color:#eceff4}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+2):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+2):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+3){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+3):not(p){background-color:#eceff4}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+3):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+3):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+4){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+4):not(p){background-color:#eceff4}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+4):nth-child(8n+1){border-radius:8px 0 0 8px}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(8n+4):nth-child(8n+4){border-radius:0 8px 8px 0}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(-n+4){font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);color:#fff;background-color:#3b4252 !important;max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(1){border-radius:8px 0 0 8px}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(4){border-radius:0 8px 8px 0}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(4n+1){padding-left:.625em}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(4n+1){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(4n+2){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(4n+3){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>:nth-child(4n+4){max-width:100%}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>p{grid-column:1/-1;font-style:italic}@media(max-width: 640px){.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure>p{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}.kubernetes-pricing-single-tenant-storage-clusters>:first-child>figure{font-size:clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem)}}.kubernetes-pricing-contact-us{background:#f8f9fb;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-pricing-contact-us>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.5fr 1fr}.kubernetes-pricing-contact-us>:first-child>:first-child p{font-size:1.2em;font-weight:300;padding-bottom:3.75em}.kubernetes-pricing-contact-us>:first-child>:first-child>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:.9375em;grid-row-gap:0;grid-template-columns:32px 1fr;grid-auto-rows:max-content}.kubernetes-pricing-contact-us>:first-child>:first-child>div object,.kubernetes-pricing-contact-us>:first-child>:first-child>div svg{width:2em;align-self:start;grid-row:span 2}.kubernetes-pricing-contact-us>:first-child>:first-child>div h2{align-self:center;grid-column:2/3}.kubernetes-pricing-contact-us>:first-child>:first-child>div h3,.kubernetes-pricing-contact-us>:first-child>:first-child>div .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .kubernetes-pricing-contact-us>:first-child>:first-child>div p{align-self:center;grid-column:2/3}.kubernetes-pricing-contact-us>:first-child>:first-child>div h4{align-self:center;grid-column:2/3}.kubernetes-pricing-contact-us>:first-child>:first-child>div>p{grid-column:2/3}.kubernetes-pricing-contact-us>:first-child>:first-child>div>a{grid-column:2/3}.kubernetes-pricing-contact-us>:first-child>:first-child>div>ul{grid-column:2/3}.kubernetes-pricing-contact-us>:first-child>:last-child{width:100%}@media(max-width: 640px){.kubernetes-pricing-contact-us>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-pricing-contact-us>:first-child{grid-template-columns:.5fr .5fr}}.kubernetes-pricing-terms{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.kubernetes-pricing-terms>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr .8fr}.kubernetes-pricing-terms>:first-child>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;margin-bottom:calc(((var(--fc-m-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-m-min)) * var(--fluid-bp))}.kubernetes-pricing-terms>:first-child>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.kubernetes-pricing-terms>:first-child>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.kubernetes-pricing-terms>:first-child>:first-child a:not([disabled]){cursor:pointer}.kubernetes-pricing-terms>:first-child>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(min-width: 1008px){.kubernetes-pricing-terms>:first-child>:last-child{border-left:2px solid #eceff4;padding-left:1.875em}}.kubernetes-pricing-terms>:first-child>:last-child>div>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.kubernetes-pricing-terms>:first-child>:last-child>div>div ul{padding-left:20px}.kubernetes-pricing-terms>:first-child>:last-child>div>div li{margin:0 0 .5em 0}@media(max-width: 640px){.kubernetes-pricing-terms>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.kubernetes-pricing-terms>:first-child{grid-template-columns:.5fr .5fr}}.colocation-info-block{background-color:#fff;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.colocation-info-block>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;justify-items:center}.colocation-info-block>:first-child>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 32px 1fr);grid-template-rows:auto}@media(max-width: 640px){.colocation-info-block>:first-child>div{grid-template-columns:32px 1fr}}.colocation-info-block>:first-child>div p{align-self:center}.colocation-dimensions{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.colocation-dimensions>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 1fr);margin-left:9.375em;margin-right:9.375em}.colocation-dimensions>:first-child img{justify-self:center}@media(max-width: 640px){.colocation-dimensions>:first-child{grid-template-columns:1fr 1fr;margin-left:0;margin-right:0}}@media(min-width: 641px)and (max-width: 1007px){.colocation-dimensions>:first-child{margin-left:4.375em;margin-right:4.375em}}.colocation{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.colocation>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}@media(max-width: 640px){.colocation>:first-child{grid-template-columns:1fr}}.colocation>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.colocation>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.colocation>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.colocation>:first-child a:not([disabled]){cursor:pointer}.colocation>:first-child a:hover:not([disabled]){background-color:#f4770f}.platform-dns{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.platform-dns>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.platform-dns>:first-child>div{align-self:center}.platform-dns>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.platform-dns>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.platform-dns>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.platform-dns>:first-child a:not([disabled]){cursor:pointer}.platform-dns>:first-child a:hover:not([disabled]){background-color:#f4770f}.platform-dns>:first-child video{justify-self:center}.platform-dns>:first-child object,.platform-dns>:first-child svg{max-height:400px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.platform-dns>:first-child{grid-template-columns:1fr}.platform-dns>:first-child object,.platform-dns>:first-child svg{max-height:250px}}.platform-oidc-oauth{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.platform-oidc-oauth>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.6fr 1fr}@media(max-width: 640px){.platform-oidc-oauth>:first-child{grid-template-columns:1fr}}.platform-oidc{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.platform-oidc>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.6fr 1fr}.platform-oidc>:first-child>div{align-self:center}.platform-oidc>:first-child video{justify-self:center}.platform-oidc>:first-child object,.platform-oidc>:first-child svg{max-height:600px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.platform-oidc>:first-child{grid-template-columns:1fr}.platform-oidc>:first-child object,.platform-oidc>:first-child svg{max-height:250px}}@media(min-width: 641px)and (max-width: 1007px){.platform-oidc>:first-child{grid-template-columns:1fr 1fr}.platform-oidc>:first-child object,.platform-oidc>:first-child svg{max-height:400px}}.platform-oidc-managed{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.platform-oidc-managed>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.6fr 1fr}.platform-oidc-managed>:first-child>div{align-self:center}.platform-oidc-managed>:first-child video{justify-self:center}.platform-oidc-managed>:first-child object,.platform-oidc-managed>:first-child svg{max-height:600px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.platform-oidc-managed>:first-child{grid-template-columns:1fr}.platform-oidc-managed>:first-child object,.platform-oidc-managed>:first-child svg{max-height:250px}}@media(min-width: 641px)and (max-width: 1007px){.platform-oidc-managed>:first-child{grid-template-columns:1fr 1fr}.platform-oidc-managed>:first-child object,.platform-oidc-managed>:first-child svg{max-height:400px}}.storage-block-bottom{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.storage-block-bottom>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.5fr 1fr;align-items:center}.storage-block-bottom>:first-child a.btn{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em}.storage-block-bottom>:first-child a.btn[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.storage-block-bottom>:first-child a.btn[disabled]{color:#d8dee9;background:#eceff4}.storage-block-bottom>:first-child a.btn:not([disabled]){cursor:pointer}.storage-block-bottom>:first-child a.btn:hover:not([disabled]){background-color:#f4770f;color:#fff}@media(max-width: 640px){.storage-block-bottom>:first-child{grid-template-columns:1fr}}.server-storage-pricing{background-color:#4c566a;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-storage-pricing>:first-child{grid-area:content;color:#fff;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}@media(max-width: 1007px){.server-storage-pricing>:first-child{grid-template-columns:1fr}}.server-storage-pricing>:first-child *{color:#fff}.server-storage-pricing>:first-child>:last-child{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;padding:50px}.server-storage-highlights{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-storage-highlights>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.server-storage-highlights>:first-child>:first-child{grid-column:1/-1}.server-storage-highlights>:first-child>div:not(:first-child){display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:.9375em;grid-row-gap:.625em;grid-template-columns:minmax(2em, max-content) 1fr;grid-template-rows:48px auto}.server-storage-highlights>:first-child>div:not(:first-child)>:first-child{width:3em;align-self:center}.server-storage-highlights>:first-child>div:not(:first-child)>:nth-child(2){align-self:center;margin:0}.server-storage-highlights>:first-child>div:not(:first-child)>:nth-child(n+3){grid-column:span 2}@media(max-width: 640px){.server-storage-highlights>:first-child{grid-template-columns:1fr}.server-storage-highlights>:first-child>div:not(:first-child){grid-template-rows:32px auto}.server-storage-highlights>:first-child>div:not(:first-child)>:first-child{width:2em}}#network-bandwidth{background:url("/assets/images/backgrounds/vector/pixels-polar-night.29759e6.svg") #2e3440;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}#network-bandwidth>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}@media(max-width: 1007px){#network-bandwidth>:first-child{grid-template-columns:1fr}}#network-bandwidth>:first-child>:first-child *{color:#fff}#network-bandwidth>:first-child>:last-child{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;color:#fff;padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#f58223}#network-bandwidth>:first-child>:last-child div h3,#network-bandwidth>:first-child>:last-child div .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) #network-bandwidth>:first-child>:last-child div p{margin-bottom:.3em}#network-bandwidth>:first-child>:last-child div span:first-child{font-size:1em;color:#fff}#network-bandwidth>:first-child>:last-child div span.eur{white-space:nowrap}#network-bandwidth>:first-child>:last-child div span.eur::before{content:"€ "}#network-bandwidth>:first-child>:last-child div span.eur::after{white-space:nowrap;content:"/mo"}#network-bandwidth>:first-child>:last-child div span.dkk{white-space:nowrap}#network-bandwidth>:first-child>:last-child div span.dkk::after{content:" Kr. /md"}.network-datacenter{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.network-datacenter>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.network-datacenter>:first-child>:first-child{grid-column:1/-1}@media(max-width: 640px){.network-datacenter>:first-child{grid-template-columns:1fr}}.bare-metal-vpc{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.bare-metal-vpc>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;grid-template-columns:1fr 1fr}.bare-metal-vpc>:first-child>:first-child{grid-column:1/-1}@media(max-width: 640px){.bare-metal-vpc>:first-child{grid-template-columns:1fr}}.internet-connectivity{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.internet-connectivity>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.internet-connectivity>:first-child>object,.internet-connectivity>:first-child svg{max-height:400px;width:100%;justify-self:center;align-self:center;align-self:start}@media(max-width: 640px){.internet-connectivity>:first-child{grid-template-columns:1fr}.internet-connectivity>:first-child>object,.internet-connectivity>:first-child svg{max-height:200px}}@media(min-width: 641px)and (max-width: 1007px){.internet-connectivity>:first-child{grid-template-columns:1fr 2fr}.internet-connectivity>:first-child>object,.internet-connectivity>:first-child svg{max-height:300px}}.server-bandwidth{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-bandwidth>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 1fr)}.server-bandwidth>:first-child>:first-child{grid-column:1/-1}.server-bandwidth>:first-child>:not(:first-child):not(:last-child){display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:.9375em;grid-row-gap:0;grid-template-columns:32px 1fr;grid-auto-rows:max-content}.server-bandwidth>:first-child>:not(:first-child):not(:last-child) object,.server-bandwidth>:first-child>:not(:first-child):not(:last-child) svg{width:2em;align-self:start;grid-row:span 2}.server-bandwidth>:first-child>:not(:first-child):not(:last-child) h2{align-self:center;grid-column:2/3}.server-bandwidth>:first-child>:not(:first-child):not(:last-child) h3,.server-bandwidth>:first-child>:not(:first-child):not(:last-child) .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .server-bandwidth>:first-child>:not(:first-child):not(:last-child) p{align-self:center;grid-column:2/3}.server-bandwidth>:first-child>:not(:first-child):not(:last-child) h4{align-self:center;grid-column:2/3}.server-bandwidth>:first-child>:not(:first-child):not(:last-child)>p{grid-column:2/3}.server-bandwidth>:first-child>:not(:first-child):not(:last-child)>a{grid-column:2/3}.server-bandwidth>:first-child>:not(:first-child):not(:last-child)>ul{grid-column:2/3}.server-bandwidth>:first-child>:last-child{padding:2em;border-radius:.375em;background-color:#fff;border-width:1px;border-style:solid;border-color:#d8dee9}.server-bandwidth>:first-child>:last-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em;width:100%}.server-bandwidth>:first-child>:last-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.server-bandwidth>:first-child>:last-child a[disabled]{color:#d8dee9;background:#eceff4}.server-bandwidth>:first-child>:last-child a:not([disabled]){cursor:pointer}.server-bandwidth>:first-child>:last-child a:hover:not([disabled]){background-color:#f4770f;color:#fff}@media(max-width: 640px){.server-bandwidth>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.server-bandwidth>:first-child{grid-template-columns:1fr 1fr}}.server-our-commitment{background-color:#f8f9fb;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-our-commitment>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.server-our-commitment>:first-child>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:.9375em;grid-row-gap:0;grid-template-columns:32px 1fr;grid-auto-rows:max-content}.server-our-commitment>:first-child>div object,.server-our-commitment>:first-child>div svg{width:2em;align-self:start;grid-row:span 2}.server-our-commitment>:first-child>div h2{align-self:center;grid-column:2/3}.server-our-commitment>:first-child>div h3,.server-our-commitment>:first-child>div .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .server-our-commitment>:first-child>div p{align-self:center;grid-column:2/3}.server-our-commitment>:first-child>div h4{align-self:center;grid-column:2/3}.server-our-commitment>:first-child>div>p{grid-column:2/3}.server-our-commitment>:first-child>div>a{grid-column:2/3}.server-our-commitment>:first-child>div>ul{grid-column:2/3}@media(max-width: 640px){.server-our-commitment>:first-child{grid-template-columns:1fr}}.server-benefits{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-benefits>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 1fr)}.server-benefits>:first-child>:first-child{grid-column:1/-1;text-align:center}.server-benefits>:first-child>:not(:first-child){padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#e5e9f0;padding:1em;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:.9375em;grid-row-gap:.625em;grid-template-columns:minmax(2em, max-content) 1fr;grid-template-rows:48px auto;background:#fff}.server-benefits>:first-child>:not(:first-child)>:first-child{width:3em;align-self:center}.server-benefits>:first-child>:not(:first-child)>:nth-child(2){align-self:center;margin:0}.server-benefits>:first-child>:not(:first-child)>:nth-child(n+3){grid-column:span 2}@media(max-width: 640px){.server-benefits>:first-child{grid-template-columns:1fr}.server-benefits>:first-child>:not(:first-child){grid-template-rows:32px auto}.server-benefits>:first-child>:not(:first-child)>:first-child{width:2em}}.server-support{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-support>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(5, 1fr)}.server-support>:first-child *{color:#4c566a}.server-support>:first-child img{display:block}.server-support>:first-child>div{grid-column:span 1}.server-support>:first-child div:first-child{grid-column:span 2;grid-row:span 2}.server-support>:first-child div:nth-child(2){grid-column:span 3;align-self:center}.server-support>:first-child div:nth-child(2)>p{font-weight:300}@media(max-width: 640px){.server-support>:first-child{grid-template-columns:1fr}.server-support>:first-child img{display:none}.server-support>:first-child div:first-child{grid-column:span 1;grid-row:span 1}.server-support>:first-child div:nth-child(2){grid-column:span 1}}@media(min-width: 641px)and (max-width: 1007px){.server-support>:first-child{grid-template-columns:1fr}.server-support>:first-child img{display:none}.server-support>:first-child div:first-child{grid-column:span 1;grid-row:span 1}.server-support>:first-child div:nth-child(2){grid-column:span 1}}.flexible-ips{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.flexible-ips>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(4, 1fr)}.flexible-ips>:first-child>:first-child{grid-column:1/-1}.flexible-ips>:first-child>:not(:first-child){padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#fff;display:flex;flex-direction:column;width:100%;max-width:100%}.flexible-ips>:first-child>:not(:first-child)>img,.flexible-ips>:first-child>:not(:first-child) object,.flexible-ips>:first-child>:not(:first-child) svg{height:clamp(40px, 30%, 90px);max-height:90px}.flexible-ips>:first-child>:not(:first-child)>h3,.server-table>:first-child>:nth-child(1) .flexible-ips>:first-child>:not(:first-child)>p{text-align:center}@media(max-width: 640px){.flexible-ips>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.flexible-ips>:first-child{grid-template-columns:1fr 1fr}}.f-customer-icons{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.f-customer-icons>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(auto-fit, minmax(120px, 200px));grid-auto-rows:70px;grid-column-gap:20px;grid-row-gap:1.25em;grid-auto-flow:dense}.f-customer-icons>:first-child>:first-child{text-align:center;grid-column:1/-1;font-weight:600;font-variant-caps:all-small-caps}.f-customer-icons>:first-child>div{display:flex;width:100%;max-width:100%;align-items:center;justify-content:center}.f-customer-icons>:first-child>div img,.f-customer-icons>:first-child>div object,.f-customer-icons>:first-child>div svg{width:120px;filter:grayscale(90%);-webkit-filter:grayscale(90%)}.whyGraphql{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.whyGraphql>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr .4fr}.whyGraphql>:first-child>:last-child{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.whyGraphql>:first-child>:last-child[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.whyGraphql>:first-child>:last-child[disabled]{color:#d8dee9;background:#eceff4}.whyGraphql>:first-child>:last-child:not([disabled]){cursor:pointer}.whyGraphql>:first-child>:last-child:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.whyGraphql>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.whyGraphql>:first-child{grid-template-columns:1fr}}.footer{background-color:#fbfbfc;border-bottom:1px solid #eceff4;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.footer>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:70% 30%;grid-auto-rows:auto;justify-content:space-around}.footer>:first-child>div:first-child{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(auto-fit, minmax(130px, auto));grid-auto-rows:auto;justify-content:space-around}.footer>:first-child>:last-child{display:flex;flex-direction:column;width:100%;max-width:100%;padding-left:30px;border-left:1px solid #eceff4;justify-content:center;height:100%}.footer>:first-child>:last-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.footer>:first-child>:last-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.footer>:first-child>:last-child a[disabled]{color:#d8dee9;background:#eceff4}.footer>:first-child>:last-child a:not([disabled]){cursor:pointer}.footer>:first-child>:last-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.footer>:first-child{grid-template-columns:1fr}.footer>:first-child>:last-child{padding-left:0;border-left:0;justify-content:flex-end}}@media(min-width: 641px)and (max-width: 1007px){.footer>:first-child>:last-child{padding-left:20px;border-left:0}}.public-api{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.public-api>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;align-items:center}.public-api>:first-child svg,.public-api>:first-child object{max-height:200px;width:100%;justify-self:center;align-self:center;display:block}@media(max-width: 640px){.public-api>:first-child{grid-template-columns:1fr}.public-api>:first-child svg,.public-api>:first-child object{max-height:100px;display:none}}@media(min-width: 641px)and (max-width: 1007px){.public-api>:first-child svg,.public-api>:first-child object{max-height:150px}}.remote-management{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.remote-management>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;grid-row-gap:3.75em}.remote-management>:first-child>div:nth-of-type(1){align-self:center}.remote-management>:first-child>div:nth-of-type(2){align-self:center}@media(max-width: 640px){.remote-management>:first-child{grid-template-columns:1fr}}.dc-overview{background:url("/assets/images/backgrounds/vector/pixels-snow.26bf6c5.svg") #e5e9f0;background-size:cover;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.dc-overview>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;justify-items:center}.dc-overview>:first-child>div:only-of-type{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;margin-top:1.875em}@media(max-width: 640px){.dc-overview>:first-child>div:only-of-type{grid-template-columns:1fr}}@media(max-width: 640px){.dc-overview>:first-child>div:only-of-type{margin-top:.625em}}.availability-zones-overview{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.availability-zones-overview>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;grid-column-gap:3.75em;align-items:center}.availability-zones-overview>:first-child>:first-child{grid-column:1/-1}.availability-zones-overview>:first-child>:nth-child(2)>div{padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#e5e9f0;padding:40px;background:#fff}.availability-zones-overview>:first-child>:nth-child(2)>div p{text-align:center;margin:5px 0 0 0}.availability-zones-overview>:first-child>:nth-child(3){display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:32px 1fr;grid-row-gap:3.75em;align-items:center}.availability-zones-overview>:first-child>:nth-child(3) p{margin:0}.availability-zones-overview>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.availability-zones-overview>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.availability-zones-overview>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.availability-zones-overview>:first-child a:not([disabled]){cursor:pointer}.availability-zones-overview>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.availability-zones-overview>:first-child{grid-template-columns:1fr}.availability-zones-overview>:first-child>:nth-child(2)>div{padding:20px}}@media(min-width: 641px)and (max-width: 1007px){.availability-zones-overview>:first-child{grid-template-columns:1fr}}.availability-zones-network{background-color:#2e3440;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.availability-zones-network>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr 1fr}.availability-zones-network>:first-child *{color:#fff}.availability-zones-network>:first-child>:first-child{grid-column:1/-1}.availability-zones-network>:first-child>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.availability-zones-network>:first-child>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.availability-zones-network>:first-child>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.availability-zones-network>:first-child>:first-child a:not([disabled]){cursor:pointer}.availability-zones-network>:first-child>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.availability-zones-network>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.availability-zones-network>:first-child{grid-template-columns:1fr 1fr}}.availability-zones-uptime{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.availability-zones-uptime>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.services-application-monitoring{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-application-monitoring>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;align-items:center;grid-template-columns:1fr 2fr}.services-application-monitoring>:first-child span:first-child{font-size:1em;color:#4c566a}.services-application-monitoring>:first-child span.eur{white-space:nowrap}.services-application-monitoring>:first-child span.eur::before{content:"€ "}.services-application-monitoring>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.services-application-monitoring>:first-child span.dkk{white-space:nowrap}.services-application-monitoring>:first-child span.dkk::after{content:" Kr. /md"}.services-application-monitoring>:first-child object,.services-application-monitoring>:first-child svg{max-height:400px;width:100%;justify-self:center;align-self:center;display:block}@media(max-width: 640px){.services-application-monitoring>:first-child{grid-template-columns:1fr}.services-application-monitoring>:first-child object,.services-application-monitoring>:first-child svg{max-height:100px;display:none}}@media(min-width: 641px)and (max-width: 1007px){.services-application-monitoring>:first-child object,.services-application-monitoring>:first-child svg{max-height:150px}}.services-logging{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-logging>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 2fr;align-items:center;justify-items:center}.services-logging>:first-child span:first-child{font-size:1em;color:#4c566a}.services-logging>:first-child span.eur{white-space:nowrap}.services-logging>:first-child span.eur::before{content:"€ "}.services-logging>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.services-logging>:first-child span.dkk{white-space:nowrap}.services-logging>:first-child span.dkk::after{content:" Kr. /md"}.services-logging>:first-child object,.services-logging>:first-child svg{max-height:400px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.services-logging>:first-child{grid-template-columns:1fr}.services-logging>:first-child object,.services-logging>:first-child svg{max-height:250px}}@media(min-width: 641px)and (max-width: 1007px){.services-logging>:first-child object,.services-logging>:first-child svg{max-height:350px}}.services-hw-monitoring{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-hw-monitoring>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 2fr;align-items:center;justify-items:center}.services-hw-monitoring>:first-child span:first-child{font-size:1em;color:#4c566a}.services-hw-monitoring>:first-child span.eur{white-space:nowrap}.services-hw-monitoring>:first-child span.eur::before{content:"€ "}.services-hw-monitoring>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.services-hw-monitoring>:first-child span.dkk{white-space:nowrap}.services-hw-monitoring>:first-child span.dkk::after{content:" Kr. /md"}.services-hw-monitoring>:first-child object,.services-hw-monitoring>:first-child svg{transform:scaleX(-1);max-height:400px;width:100%;justify-self:center;align-self:center;display:block}@media(max-width: 640px){.services-hw-monitoring>:first-child{grid-template-columns:1fr}.services-hw-monitoring>:first-child object,.services-hw-monitoring>:first-child svg{max-height:250px;display:none}}@media(min-width: 641px)and (max-width: 1007px){.services-hw-monitoring>:first-child object,.services-hw-monitoring>:first-child svg{max-height:350px}}.services-hw-monitoring-insight{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-hw-monitoring-insight>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;align-items:center;justify-items:center}.services-storage-block{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-storage-block>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 4fr;align-items:center}.services-storage-block>:first-child div:first-of-type{justify-self:center}.services-storage-block>:first-child object,.services-storage-block>:first-child svg{max-height:200px;width:100%;justify-self:center;align-self:center;display:block}@media(max-width: 640px){.services-storage-block>:first-child{grid-template-columns:1fr}.services-storage-block>:first-child object,.services-storage-block>:first-child svg{display:none}}@media(min-width: 641px)and (max-width: 1007px){.services-storage-block>:first-child{grid-template-columns:1fr 2fr}}.services-storage-highlights{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-storage-highlights>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;align-items:center}.services-storage-highlights>:first-child ul{padding-left:1.25em;margin-bottom:1.25em}.services-storage-highlights>:first-child ul li{display:flex;width:100%;max-width:100%;flex-wrap:nowrap;align-items:center}.services-storage-highlights>:first-child ul li:before{content:"";display:inline-block;height:1.25em;width:1.25em;background-image:url("/assets/images/icons/tick.e10a82f.svg");background-size:1.25em;background-position:bottom center;margin-right:.9375em;background-repeat:no-repeat;flex-shrink:0}.services-storage-highlights>:first-child>:first-child span:first-child{font-size:1em;color:#4c566a}.services-storage-highlights>:first-child>:first-child span.eur{white-space:nowrap}.services-storage-highlights>:first-child>:first-child span.eur::before{content:"€ "}.services-storage-highlights>:first-child>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.services-storage-highlights>:first-child>:first-child span.dkk{white-space:nowrap}.services-storage-highlights>:first-child>:first-child span.dkk::after{content:" Kr. /md"}.services-storage-highlights>:first-child>:last-child object,.services-storage-highlights>:first-child>:last-child svg{max-height:300px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.services-storage-highlights>:first-child{grid-template-columns:1fr}.services-storage-highlights>:first-child>:last-child{order:-1}}.services-docker-repository{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-docker-repository>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;align-items:center}.services-docker-repository>:first-child div:first-of-type{justify-self:center}.services-storage-file{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-storage-file>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 4fr;align-items:center}.services-storage-file>:first-child div:first-of-type{justify-self:center}.services-storage-file>:first-child object,.services-storage-file>:first-child svg{max-height:200px;width:100%;justify-self:center;align-self:center;display:block}@media(max-width: 640px){.services-storage-file>:first-child{grid-template-columns:1fr}.services-storage-file>:first-child object,.services-storage-file>:first-child svg{display:none}}@media(min-width: 641px)and (max-width: 1007px){.services-storage-file>:first-child{grid-template-columns:1fr 2fr}}.services-storage-object{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-storage-object>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 4fr;align-items:center}.services-storage-object>:first-child>:first-child{justify-self:center}.services-storage-object>:first-child span:first-child{font-size:1em;color:#4c566a}.services-storage-object>:first-child span.eur{white-space:nowrap}.services-storage-object>:first-child span.eur::before{content:"€ "}.services-storage-object>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.services-storage-object>:first-child span.dkk{white-space:nowrap}.services-storage-object>:first-child span.dkk::after{content:" Kr. /md"}.services-storage-object>:first-child object,.services-storage-object>:first-child svg{display:block;max-height:350px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.services-storage-object>:first-child{grid-template-columns:1fr}.services-storage-object>:first-child object,.services-storage-object>:first-child svg{display:none;max-height:200px}}@media(min-width: 641px)and (max-width: 1007px){.services-storage-object>:first-child{grid-template-columns:1fr 2fr}}.services-dns{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.services-dns>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:2fr 1fr;align-items:center}.services-dns>:first-child span:first-child{font-size:1em;color:#4c566a}.services-dns>:first-child span.eur{white-space:nowrap}.services-dns>:first-child span.eur::before{content:"€ "}.services-dns>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.services-dns>:first-child span.dkk{white-space:nowrap}.services-dns>:first-child span.dkk::after{content:" Kr. /md"}.services-dns>:first-child object,.services-dns>:first-child svg{max-height:400px;width:100%;justify-self:center;align-self:center}@media(max-width: 640px){.services-dns>:first-child{grid-template-columns:1fr}.services-dns>:first-child object,.services-dns>:first-child svg{max-height:250px}}@media(min-width: 641px)and (max-width: 1007px){.services-dns>:first-child{grid-template-columns:1fr 1fr}.services-dns>:first-child object,.services-dns>:first-child svg{max-height:350px}}.prometheus-long-term{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.prometheus-long-term>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;grid-row-gap:0}.prometheus-long-term>:first-child span:first-child{font-size:1em;color:#4c566a}.prometheus-long-term>:first-child span.eur{white-space:nowrap}.prometheus-long-term>:first-child span.eur::before{content:"€ "}.prometheus-long-term>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.prometheus-long-term>:first-child span.dkk{white-space:nowrap}.prometheus-long-term>:first-child span.dkk::after{content:" Kr. /md"}.prometheus-long-term>:first-child object,.prometheus-long-term>:first-child svg{max-height:200px;width:100%;justify-self:center;align-self:center;display:block}@media(max-width: 640px){.prometheus-long-term>:first-child{grid-template-columns:1fr}.prometheus-long-term>:first-child object,.prometheus-long-term>:first-child svg{max-height:100px;display:none}}@media(min-width: 641px)and (max-width: 1007px){.prometheus-long-term>:first-child object,.prometheus-long-term>:first-child svg{max-height:150px}}.prometheus-knowledge{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.prometheus-knowledge>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(3, 1fr)}@media(max-width: 640px){.prometheus-knowledge>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.prometheus-knowledge>:first-child{grid-template-columns:1fr}}.addon-backup{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.addon-backup>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.addon-backup>:first-child span:first-child{font-size:1em;color:#4c566a}.addon-backup>:first-child span.eur{white-space:nowrap}.addon-backup>:first-child span.eur::before{content:"€ "}.addon-backup>:first-child span.eur::after{white-space:nowrap;content:"/mo"}.addon-backup>:first-child span.dkk{white-space:nowrap}.addon-backup>:first-child span.dkk::after{content:" Kr. /md"}.addon-backup>:first-child>:first-child{padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#2e3440}.addon-backup>:first-child>:first-child *{color:#fff !important}.addon-backup>:first-child>:last-child{padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#4c566a}.addon-backup>:first-child>:last-child *{color:#fff !important}@media(max-width: 640px){.addon-backup>:first-child{grid-template-columns:1fr}}.ber1,.cph1{background-image:url("/assets/images/berlin-city.c86483d.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.ber1>:first-child,.cph1>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}@media(max-width: 640px){.ber1>:first-child,.cph1>:first-child{grid-template-columns:1fr}}.ber1>:first-child>:first-child,.cph1>:first-child>:first-child{background-color:#fff;border-radius:10px;padding:6%}.ber1>:first-child>:last-child,.cph1>:first-child>:last-child{max-width:100%;height:auto;border-radius:10px;align-self:center}.premises{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.premises>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;align-items:center}.premises>:first-child svg,.premises>:first-child img{display:block}@media(max-width: 640px){.premises>:first-child{grid-template-columns:1fr}.premises>:first-child svg,.premises>:first-child img{display:none}}.f-kub-dashboard{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.f-kub-dashboard>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.6fr 1fr;align-items:center;grid-row-gap:3.75em}.f-kub-dashboard>:first-child>section:last-of-type>div{display:flex;flex-direction:column;width:100%;max-width:100%}.f-kub-dashboard>:first-child>section:last-of-type>div>a{margin-bottom:.75em}@media(max-width: 640px){.f-kub-dashboard>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.f-kub-dashboard>:first-child{grid-template-columns:1fr 1fr}}.k8s-specifications{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.k8s-specifications>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr .5fr;align-items:center}.k8s-specifications>:first-child>div:first-of-type{grid-column:1/-1;text-align:center}.k8s-specifications>:first-child object{max-width:100px}@media(max-width: 640px){.k8s-specifications>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.k8s-specifications>:first-child{grid-template-columns:1fr}}.app-mon-dashboard{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.app-mon-dashboard>:first-child{grid-area:content}.app-mon-dashboard>:first-child>:first-child{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr;grid-row-gap:0}.app-mon-dashboard>:first-child>:last-child{margin-top:2.1875em;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.6fr 1fr}@media(max-width: 640px){.app-mon-dashboard>:first-child>:last-child{margin-top:1.25em;grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){.app-mon-dashboard>:first-child>:last-child{grid-template-columns:1fr}}.f-legal-imprint{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.f-legal-imprint>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:.8fr 1fr}.f-legal-imprint>:first-child>div:last-of-type{grid-column:1/-1;width:82%}@media(max-width: 640px){.f-legal-imprint>:first-child{grid-template-columns:1fr;justify-items:left}}.f-legal{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.f-legal>:first-child{grid-area:content;display:flex;width:100%;max-width:100%;flex-direction:column}.f-legal>:first-child>p:first-of-type{font-style:italic}.company-values{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.company-values>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr .3fr}.company-values>:first-child>section{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.company-values>:first-child>aside{display:flex;width:100%;max-width:100%;flex-direction:column;flex-wrap:wrap;justify-content:space-between;padding:30px;border-radius:.375em;background-color:#eff3f6}.company-values>:first-child>aside a{display:flex;width:100%;max-width:100%;flex-direction:row;flex-wrap:nowrap;align-items:center}.company-values>:first-child>aside>div:first-child{display:flex;width:100%;max-width:100%;flex-wrap:wrap;justify-content:space-evenly;flex-direction:column}.company-values>:first-child>aside>div:first-child>div{padding-bottom:50px}.company-values>:first-child>aside>div:last-child{display:flex;width:100%;max-width:100%;flex-wrap:wrap;justify-content:space-evenly;flex-direction:column}.company-values>:first-child>aside>div:last-child h4{margin-bottom:0}.company-values>:first-child>aside>div:last-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;margin-bottom:10px}.company-values>:first-child>aside>div:last-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.company-values>:first-child>aside>div:last-child a[disabled]{color:#d8dee9;background:#eceff4}.company-values>:first-child>aside>div:last-child a:not([disabled]){cursor:pointer}.company-values>:first-child>aside>div:last-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.company-values>:first-child{grid-template-columns:1fr}.company-values>:first-child>section{grid-template-columns:1fr}.company-values>:first-child>aside>div:first-child>div{padding-bottom:20px}}@media(min-width: 641px)and (max-width: 1007px){.company-values>:first-child{grid-template-columns:1fr}.company-values>:first-child>aside{flex-direction:row}.company-values>:first-child>aside>div:first-child{flex-direction:row}.company-values>:first-child>aside>div:first-child>div{padding-bottom:20px}.company-values>:first-child>aside>div:last-child{flex-direction:row}}.why-graphql-block{background:#f8f9fb;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.why-graphql-block>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 2fr}.why-graphql-block>:first-child>div{align-self:center}.why-graphql-block>:first-child object,.why-graphql-block>:first-child svg{max-height:400px;justify-self:center}.why-graphql-block>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;margin-top:10px}.why-graphql-block>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.why-graphql-block>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.why-graphql-block>:first-child a:not([disabled]){cursor:pointer}.why-graphql-block>:first-child a:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){.why-graphql-block>:first-child{grid-template-columns:1fr}}.graphql-libs{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.graphql-libs>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr;padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#fff}@media(max-width: 640px){.graphql-libs>:first-child{grid-template-columns:1fr}}.server-os{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-os>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.server-os>:first-child>:first-child{grid-column:1/-1;text-align:center}.server-os>:first-child>:nth-child(2){text-align:center;display:grid;grid-template-columns:repeat(auto-fit, 110.4px);grid-template-rows:130px;grid-gap:15px;justify-content:center;align-items:center;justify-items:center}.server-os>:first-child>:nth-child(2) img{width:70px;margin:0 auto}.server-other-os{background:#f8f9fb linear-gradient(180deg, #f8f9fb 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-other-os>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}@media(max-width: 1007px){.server-other-os>:first-child{grid-template-columns:1fr}}.server-other-os>:first-child :first-child{align-self:center}.server-other-os>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em}.server-other-os>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.server-other-os>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.server-other-os>:first-child a:not([disabled]){cursor:pointer}.server-other-os>:first-child a:hover:not([disabled]){background-color:#f4770f;color:#fff}.server-intro{overflow:hidden;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-intro>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:3fr 2fr;grid-column-gap:0;grid-row-gap:0}.server-intro>:first-child a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;align-self:flex-end}.server-intro>:first-child a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.server-intro>:first-child a[disabled]{color:#d8dee9;background:#eceff4}.server-intro>:first-child a:not([disabled]){cursor:pointer}.server-intro>:first-child a:hover:not([disabled]){background-color:#f4770f}.server-intro>:first-child>:nth-child(2){display:block;border-radius:8px 0 0 8px;align-self:center !important;max-height:200px;width:100%;justify-self:center;align-self:center}.server-intro>:first-child>.contact-form-swap{border-radius:0 8px 8px 0;grid-column:span 1;padding:1.5625em;background-color:#fff}.server-intro>:first-child>.contact-form-swap>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-column-gap:0;grid-row-gap:0;grid-template-areas:"header close" "content content";grid-template-columns:1fr 20px}.server-intro>:first-child>.contact-form-swap>div>h2{grid-area:header}.server-intro>:first-child>.contact-form-swap>div>div{grid-area:content;display:flex;flex-direction:column;width:100%;max-width:100%}.server-intro>:first-child>.contact-form-swap>div>div ul{list-style:none;padding-inline-start:0}.server-intro>:first-child>.contact-form-swap>div>div ul li{display:flex;width:100%;max-width:100%;flex-wrap:nowrap;align-items:center}.server-intro>:first-child>.contact-form-swap>div>div ul li:before{content:"";display:inline-block;height:1.25em;width:1.25em;background-image:url("/assets/images/icons/tick.e10a82f.svg");background-size:1.25em;background-position:bottom center;margin-right:.9375em;background-repeat:no-repeat;flex-shrink:0}.server-intro>:first-child>.contact-form-swap>div>div div{display:flex;width:100%;max-width:100%;justify-content:flex-end}.server-intro>:first-child>.contact-form-swap>div>div div a:first-of-type{margin-right:15px;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em;align-self:flex-end}.server-intro>:first-child>.contact-form-swap>div>div div a:first-of-type[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.server-intro>:first-child>.contact-form-swap>div>div div a:first-of-type[disabled]{color:#d8dee9;background:#eceff4}.server-intro>:first-child>.contact-form-swap>div>div div a:first-of-type:not([disabled]){cursor:pointer}.server-intro>:first-child>.contact-form-swap>div>div div a:first-of-type:hover:not([disabled]){background-color:#f4770f}.server-intro>:first-child>.contact-form-swap>div>div div a:last-of-type{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em;max-width:60%;align-self:flex-end}.server-intro>:first-child>.contact-form-swap>div>div div a:last-of-type[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.server-intro>:first-child>.contact-form-swap>div>div div a:last-of-type[disabled]{color:#d8dee9;background:#eceff4}.server-intro>:first-child>.contact-form-swap>div>div div a:last-of-type:not([disabled]){cursor:pointer}.server-intro>:first-child>.contact-form-swap>div>div div a:last-of-type:hover:not([disabled]){background-color:#f4770f;color:#fff}.server-intro>:first-child>.contact-form-swap>div>asg-contact-form{grid-area:content}.server-intro>:first-child>.contact-form-swap>div:last-of-type a{grid-area:close;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;max-width:100%;width:100%;align-self:center;padding:0;font-size:1.5rem;font-family:Inter}.server-intro>:first-child>.contact-form-swap>div:last-of-type a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.server-intro>:first-child>.contact-form-swap>div:last-of-type a[disabled]{color:#d8dee9;background:#eceff4}.server-intro>:first-child>.contact-form-swap>div:last-of-type a:not([disabled]){cursor:pointer}.server-intro>:first-child>.contact-form-swap>div:last-of-type a:hover:not([disabled]){background-color:#f4770f;color:#fff}.server-intro>:first-child>.contact-form-swap span:first-child{font-size:1em;color:#4c566a}.server-intro>:first-child>.contact-form-swap span.eur{white-space:nowrap}.server-intro>:first-child>.contact-form-swap span.eur::before{content:"€ "}.server-intro>:first-child>.contact-form-swap span.eur::after{white-space:nowrap;content:"/mo"}.server-intro>:first-child>.contact-form-swap span.dkk{white-space:nowrap}.server-intro>:first-child>.contact-form-swap span.dkk::after{content:" Kr. /md"}@media(max-width: 640px){.server-intro>:first-child{grid-template-columns:1fr}.server-intro>:first-child a{align-self:center}.server-intro>:first-child>:nth-child(2){display:none;max-height:100px}.server-intro>:first-child>.contact-form-swap{border-radius:0}.server-intro>:first-child>.contact-form-swap>div>div div a:first-of-type{align-self:center}.server-intro>:first-child>.contact-form-swap>div>div div a:last-of-type{max-width:50%;align-self:center}}@media(min-width: 641px)and (max-width: 1007px){.server-intro>:first-child>:nth-child(2){display:none;max-height:150px}.server-intro>:first-child>.contact-form-swap{border-radius:8px;grid-column:span 2}.server-intro>:first-child>.contact-form-swap>div>div div a:last-of-type{max-width:50%}}.server-table{background:#eff3f6 linear-gradient(180deg, #eff3f6 0%, white 100%);display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.server-table>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.server-table>:first-child>:nth-child(1){text-align:center}.server-table>:first-child>:nth-child(1) p{font-weight:400}.server-table>:first-child>:last-child{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;justify-content:flex-start;display:flex;width:100%;max-width:100%;flex-wrap:nowrap;align-items:center}.server-table>:first-child>:last-child>object,.server-table>:first-child>:last-child svg{width:100px}.server-table>:first-child>:last-child>div{width:100%}.server-table>:first-child>:last-child>div h3,.server-table>:first-child>:last-child>div .server-table>:first-child>:nth-child(1) p,.server-table>:first-child>:nth-child(1) .server-table>:first-child>:last-child>div p{font-weight:400}.server-table>:first-child>:nth-child(2)>div:first-of-type{display:grid}.server-table>:first-child>:nth-child(2)>:not(:first-of-type){padding:2em;border-radius:.375em;box-shadow:rgba(46,52,64,.1) 0 2px 4px;background-color:#e5e9f0;background:#fff}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:not(:last-of-type){border-bottom:none}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:nth-of-type(1){font-weight:600}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:nth-of-type(1) .flag{justify-content:flex-start;display:flex;width:100%;max-width:100%;flex-wrap:nowrap;align-items:center}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:nth-of-type(1) .flag:before{content:"";display:inline-block;height:1em;width:1em;background-size:1em;background-position:center;margin-right:.625em;background-repeat:no-repeat;flex-shrink:0}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:nth-of-type(1) .flag.dk:before{background-image:url("/assets/images/denmark.3da69c1.png")}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:nth-of-type(1) .flag.de:before{background-image:url("/assets/images/germany.87f12e3.png")}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:last-of-type span:first-child{font-size:1em;color:#4c566a}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:last-of-type span.eur{white-space:nowrap}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:last-of-type span.eur::before{content:"€ "}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:last-of-type span.eur::after{white-space:nowrap;content:"/mo"}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:last-of-type span.dkk{white-space:nowrap}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:last-of-type span.dkk::after{content:" Kr. /md"}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div>div:nth-of-type(2){font-size:.9em}.server-table>:first-child>:nth-child(2)>div{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:repeat(6, 1fr);text-align:left;grid-row-gap:0;margin-bottom:.625em;align-items:center;font-size:.85rem;padding:.625em}@media(max-width: 640px){.server-table>:first-child>:last-child{justify-content:center}.server-table>:first-child>:nth-child(2)>div:first-of-type{display:none}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:not(:last-of-type){border-bottom:1px solid #d8dee9}.server-table>:first-child>:nth-child(2)>:not(:first-of-type)>div:nth-of-type(1) .flag{justify-content:center}.server-table>:first-child>:nth-child(2)>div{grid-template-columns:1fr;text-align:center}}.gdpr-schrems{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.gdpr-schrems>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr}.page-not-found{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.page-not-found>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center}.page-not-found>:first-child>section{display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;align-items:center;grid-template-columns:1fr 2fr}.page-not-found>:first-child>section a{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#fff;color:#000;transition:.2s;padding:.3125em .9375em .3125em .9375em}.page-not-found>:first-child>section a[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.page-not-found>:first-child>section a[disabled]{color:#d8dee9;background:#eceff4}.page-not-found>:first-child>section a:not([disabled]){cursor:pointer}.page-not-found>:first-child>section a:hover:not([disabled]){background-color:#f4770f;color:#fff}@media(max-width: 640px){.page-not-found>:first-child>section{grid-template-columns:1fr}}@media(min-width: 1008px){#megamenuTablet{display:none}#mmMain{display:none !important}#megamenuDesktop{top:0;background:#fff;box-shadow:rgba(46,52,64,.1) 0 2px 4px;z-index:101;position:-webkit-sticky;position:sticky;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:0;padding-bottom:0}#megamenuDesktop>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:150px repeat(5, max-content) 1fr min-content min-content;grid-column-gap:0;grid-row-gap:0;height:64px;border-bottom-width:2px;justify-content:left}#megamenuDesktop>:first-child>a{padding:20px 15px 18px 15px;white-space:nowrap;text-decoration:none}#megamenuDesktop>:first-child a.mm-link,#megamenuDesktop>:first-child a.mm-menu{cursor:pointer;color:#4c566a}#megamenuDesktop>:first-child .mm-underline:hover,#megamenuDesktop>:first-child .mm-menu:hover{color:#3baa41;border-bottom:2px solid #3baa41 !important}#megamenuDesktop>:first-child .mm-menu::after{content:"";background-image:url("/assets/images/icons/arrow-down.ba0d50a.svg");background-size:14px;width:14px;height:12px;font-size:14px;display:inline-block;position:relative;left:.3125em}#megamenuDesktop>:first-child .mm-menu.mm-active{color:#3baa41;border-bottom:2px solid #3baa41}#megamenuDesktop>:first-child .mm-menu.mm-active::after{background-image:url("/assets/images/icons/arrow-up.5ce3eb2.svg")}#megamenuDesktop>:first-child .logo{padding-left:0;border-bottom-width:2px}#megamenuDesktop>:first-child .contact{color:#fff !important;background-color:#f58223}#megamenuDesktop>:first-child .contact:hover{background-color:#f4770f}}@media(max-width: 1007px){#megamenuDesktop{display:none}#megamenuTablet{position:sticky;width:100%;left:0;top:0;z-index:101;background-color:#fff;box-shadow:rgba(46,52,64,.1) 0 2px 4px;display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:0;padding-bottom:0}#megamenuTablet>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;height:64px;grid-template-columns:150px 1fr;grid-template-rows:auto}#megamenuTablet>:first-child #hamburger{display:block;justify-self:right}#megamenuTablet>:first-child .logo{padding:20px 15px 20px 0}.contact{color:#fff !important;display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}.contact[data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}.contact[disabled]{color:#d8dee9;background:#eceff4}.contact:not([disabled]){cursor:pointer}.contact:hover:not([disabled]){background-color:#f4770f}}.mm-menu-items{border-top:2px solid #eff3f6;color:#4c566a}.mm-menu-items a{text-decoration:none;color:#4c566a}.mm-menu-items a:hover{color:#3baa41;cursor:pointer}.mm-menu-items.mm-active{top:64px;left:0;width:100%;position:fixed;background-color:#fff;z-index:100;box-shadow:rgba(46,52,64,.1) 0 2px 4px}.mm-menu-items:not(.mm-active){display:none !important}@media(min-width: 1008px){.mm-menu-items{border-bottom-left-radius:6px;border-bottom-right-radius:6px}}a.selected{color:#3baa41 !important}#mmAboNav>:first-child a :nth-child(1),#mmInfNav>:first-child a :nth-child(1),#mmInfNav>:first-child p,#mmSerNav>:first-child>div p:first-of-type,#mmKubNav>:first-child>div:nth-child(2) a p,#mmKubNav>:first-child>div:nth-child(2) a>div:nth-of-type(1),#mmKubNav>:first-child>div:first-of-type a>div :nth-child(1),#mmKubNav>:first-child>div:first-of-type p:first-of-type{font-size:1em;font-weight:600;color:inherit !important}#mmAboNav>:first-child a :nth-child(2),#mmInfNav>:first-child a :nth-child(2),#mmKubNav>:first-child>div:nth-child(2) a>div:nth-of-type(2),#mmKubNav>:first-child>div:first-of-type a>div :nth-child(2){font-size:.9em;font-weight:300}#mmKubNav{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}#mmKubNav>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 2fr}#mmKubNav>:first-child>div:first-of-type a{display:flex;width:100%;max-width:100%;flex-direction:row;margin-top:1.25em}#mmKubNav>:first-child>div:first-of-type a svg,#mmKubNav>:first-child>div:first-of-type a img{max-width:48px;min-width:48px}#mmKubNav>:first-child>div:first-of-type a>div{margin-left:.9375em}#mmKubNav>:first-child>div:first-of-type a>div :nth-child(1){margin:0 .125em 0 .125em}#mmKubNav>:first-child>div:nth-child(2){display:flex;width:100%;max-width:100%;flex-direction:row;align-items:center}#mmKubNav>:first-child>div:nth-child(2) a{margin:10px;border-left:2px solid #eff3f6;display:flex;width:100%;max-width:100%;flex-direction:column;align-items:center}#mmKubNav>:first-child>div:nth-child(2) a>div{text-align:center}#mmKubNav>:first-child>div:nth-child(2) a>div:nth-of-type(1){margin:0 .125em 0 .125em}#mmKubNav>:first-child>div:nth-child(2) a svg,#mmKubNav>:first-child>div:nth-child(2) a img,#mmKubNav>:first-child>div:nth-child(2) a object{margin-bottom:.9375em;max-width:48px;min-width:48px}@media(max-width: 640px){#mmKubNav>:first-child{grid-template-columns:1fr}}#mmSerNav{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}#mmSerNav>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr 1fr 1fr}#mmSerNav>:first-child>div:not(:last-of-type){border-right:2px solid #eff3f6}#mmSerNav>:first-child>div{display:flex;width:100%;max-width:100%;flex-direction:row;align-items:flex-start}#mmSerNav>:first-child>div svg,#mmSerNav>:first-child>div img{width:2em}#mmSerNav>:first-child>div a,#mmSerNav>:first-child>div p{margin:0 0 0 .9375em}#mmSerNav>:first-child>div p:first-of-type{margin:0 0 0 .9375em}#mmSerNav>:first-child>div a,#mmSerNav>:first-child>div p:not(:first-of-type){font-weight:300;display:flex;width:100%;max-width:100%;flex-direction:column;margin-top:.625em}#mmSerNav>:first-child>div a{font-weight:300}#mmSerNav>:first-child>div a[title]{display:inline-block;border:none;align-self:center;border-radius:5px;overflow-wrap:break-word;text-align:center;text-decoration-line:none;width:max-content;color:#fff;background-color:#f58223;transition:.2s;padding:.3125em .9375em .3125em .9375em}#mmSerNav>:first-child>div a[title][data-external-url-link=true]::after{background-image:url("/assets/images/icons/external_link_white.8812798.989.webp")}#mmSerNav>:first-child>div a[title][disabled]{color:#d8dee9;background:#eceff4}#mmSerNav>:first-child>div a[title]:not([disabled]){cursor:pointer}#mmSerNav>:first-child>div a[title]:hover:not([disabled]){background-color:#f4770f}@media(max-width: 640px){#mmSerNav>:first-child{grid-template-columns:1fr}}@media(min-width: 641px)and (max-width: 1007px){#mmSerNav>:first-child{grid-template-columns:1fr 1fr}}#mmInfNav{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}#mmInfNav>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr 1fr}#mmInfNav>:first-child a{display:flex;width:100%;max-width:100%;flex-direction:column;margin-top:1.25em;padding-left:.9375em;border-left:2px solid #eff3f6}#mmInfNav>:first-child a svg,#mmInfNav>:first-child a img{max-width:48px;min-width:48px}#mmInfNav>:first-child a :nth-child(1){margin:0 .125em 0 .125em}#mmInfNav>:first-child a:hover{border-left:2px solid #3baa41}@media(max-width: 640px){#mmInfNav>:first-child{grid-template-columns:1fr}}#mmAboNav{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}#mmAboNav>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr 2fr}#mmAboNav>:first-child>:first-child{align-self:center;display:block}#mmAboNav>:first-child>:nth-child(2){border-left:2px solid #eff3f6}#mmAboNav>:first-child a{display:flex;width:100%;max-width:100%;flex-direction:column;margin-top:1.25em;padding-left:.9375em}#mmAboNav>:first-child a :nth-child(1){margin:0 .125em 0 .125em}@media(max-width: 640px){#mmAboNav>:first-child{grid-template-columns:1fr}#mmAboNav>:first-child>:first-child{display:none}}@media(min-width: 641px)and (max-width: 1007px){#mmAboNav>:first-child{grid-template-columns:1fr 1fr 1fr}}#mmMain{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}#mmMain>:first-child{grid-area:content;display:grid;grid-column-gap:1.875em;grid-row-gap:1.875em;justify-content:center;grid-template-columns:1fr 1fr}.colors{display:grid;grid-template-columns:minmax(0, auto) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(320px, 1200px) calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp)) minmax(0, auto);grid-template-areas:"left left-margin content right-margin right";justify-content:center;padding-top:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));padding-bottom:calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp))}.colors>:first-child{grid-area:content;display:flex;width:100%;max-width:100%;flex-direction:column;width:100%}.colors>:first-child :nth-child(1){background-color:#2e3440}.colors>:first-child :nth-child(2){background-color:rgba(3,27,78,.1)}.colors>:first-child :nth-child(3){background-color:#3b4252}.colors>:first-child :nth-child(4){background-color:#434c5e}.colors>:first-child :nth-child(5){background-color:#4c566a}.colors>:first-child :nth-child(6){background-color:#5e81ac}.colors>:first-child :nth-child(7){background-color:#d8dee9}.colors>:first-child :nth-child(8){background-color:#e5e9f0}.colors>:first-child :nth-child(9){background-color:#eceff4}.colors>:first-child :nth-child(10){background-color:#eff3f6}.colors>:first-child :nth-child(11){background-color:#fbfbfc}.colors>:first-child :nth-child(12){background-color:#f8f9fb}.colors>:first-child :nth-child(13){background-color:#8fbcbb}.colors>:first-child :nth-child(14){background-color:#88c0d0}.colors>:first-child :nth-child(15){background-color:#81a1c1}.colors>:first-child :nth-child(16){background-color:#5e81ac}.colors>:first-child :nth-child(17){background-color:#bf616a}.colors>:first-child :nth-child(18){background-color:#f58223}.colors>:first-child :nth-child(19){background-color:#ebcb8b}.colors>:first-child :nth-child(20){background-color:#3baa41}.colors>:first-child :nth-child(21){background-color:#b48ead}