.candle{flex:1;min-width:9px;height:60px;border-radius:2px;cursor:pointer;position:relative}.uptime{margin-block:62px 74px;position:relative}.uptime~.server_status{display:none}.uptime__card{padding:20px;border:1px solid rgba(39,50,64,.24);border-radius:1rem;margin-bottom:20px}.uptime__graph{display:flex;gap:4px;overflow-x:auto;padding-bottom:4px;position:relative;cursor:pointer}.uptime__graph::-webkit-scrollbar{position:absolute;width:4px;height:5px;right:0;z-index:-1;transition:background-color .3s ease;-webkit-appearance:none}.uptime__graph::-webkit-scrollbar-thumb{background:rgba(39,50,64,.4);border-radius:.75rem;z-index:-1}.uptime__graph::-webkit-scrollbar-track{background:rgba(0,0,0,0);z-index:-1;border-radius:.75rem;margin:.5rem 1rem}.uptime__graph::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.uptime__graph::-webkit-scrollbar-thumb:hover{background:rgba(39,50,64,.6)}@supports not (selector(::-webkit-scrollbar)){.uptime__graph{scrollbar-width:thin;scrollbar-gutter:stable;scrollbar-color:#273240 rgba(0,0,0,0)}}.uptime__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.uptime__heading{font-size:24px;line-height:120%;font-weight:700}.uptime .custom-dropdown-wrapper{position:relative;width:100%;max-width:202px}.uptime #time-frame-form button{display:none}.uptime #customDropdown{font-family:"Urbanist",sans-serif;appearance:none;-webkit-appearance:none;padding:12.5px;font-size:18px;font-weight:500;color:#0066b2;border:1px solid rgba(0,102,178,.1607843137);border-radius:4px;background-color:#f8f9fa;width:100%;cursor:pointer;padding-right:35px;transition:background-color .3s ease,border-color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("../svg/selection-arrow.svg");background-repeat:no-repeat;background-position:95% 58%;background-size:12%}.uptime #customDropdown:focus{outline:none;border-color:#80bdff}.uptime #customDropdown option{color:#000}.uptime #customDropdown:hover{background-color:#e9ecef}.uptime .custom-arrow{position:absolute;top:50%;right:12px;transform:translateY(-50%);transition:transform .3s ease;width:24px;height:24px}.uptime__card-wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.uptime__flag{display:flex;align-items:center;gap:12px}.uptime__flag img{width:40px;height:26px;object-fit:cover}.uptime__flag h6{font-size:16px;line-height:24px;font-weight:700}.uptime__stats h4 span{font-weight:500;color:rgba(39,50,64,.5)}.uptime__date{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.uptime__start{font-size:16px;color:rgba(128,128,128,.5490196078);font-weight:500}.uptime__end{color:rgba(128,128,128,.5490196078);font-size:16px;font-weight:500}.uptime__tooltip{min-width:191px;padding-inline:20px;padding-block:18px;position:fixed;background-color:#fff;border-radius:1rem;display:flex;gap:16px;opacity:0;visibility:hidden;z-index:10;box-shadow:0px 0px 20px 0px rgba(0,0,0,.1019607843)}.uptime__col{border-left:9px solid rgba(0,0,0,0);border-radius:2px;height:90px}.uptime__tooltip-wrap{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.uptime__tooltip-wrap h5{margin-bottom:6px;font-weight:500;color:rgba(39,50,64,.5);font-size:16px;line-height:120%}.uptime__tooltip-wrap p{font-size:20px;line-height:120%;font-weight:700;margin-bottom:6px}.uptime__tooltip-wrap span{color:rgba(39,50,64,.5);line-height:120%;font-size:16px}.uptime .degraded,.uptime .down,.uptime .maintenance,.uptime .scheduled_maintenance,.uptime .up{transition:box-shadow .3s ease-in-out}.uptime .degraded{background-color:#fc0}.uptime .down{background-color:#ff3b30}.uptime .maintenance,.uptime .scheduled_maintenance{background-color:#007bff}.uptime .up{background-color:#34c759}.uptime__legends{margin:50px 0 24px}.uptime__note{background-color:#f4f4f4;padding:.5rem .75rem;font-weight:500;border-radius:.5rem;font-size:18px;text-align:center;line-height:150%;color:#000;margin-bottom:1.25rem}.uptime .candle.up:hover{box-shadow:0px -1px 4px 2px rgba(0,0,0,.25)}.uptime .candle.up:hover .uptime__col{border-left:9px solid #34c759}.uptime .candle.down:hover{box-shadow:0px -1px 4px 2px rgba(0,0,0,.25)}.uptime .candle.down:hover .uptime__col{border-left:9px solid red}.uptime .candle.maintenance:hover,.uptime .candle.scheduled_maintenance:hover{box-shadow:0px -1px 4px 2px rgba(0,0,0,.25)}.uptime .candle.maintenance:hover .uptime__col,.uptime .candle.scheduled_maintenance:hover .uptime__col{border-left:9px solid #007bff}.uptime .candle.degraded:hover{box-shadow:0px -1px 4px 2px rgba(0,0,0,.25)}.uptime .candle.degraded:hover .uptime__col{border-left:9px solid #fc0}@media(max-width: 991px){.uptime__col{display:none}.uptime__tooltip{padding-inline:12px;padding-block:8px;justify-content:center}.uptime__tooltip-wrap{align-items:center}.uptime__tooltip-wrap h5{font-size:12px}.uptime__tooltip-wrap p{font-size:16px}.uptime__tooltip-wrap span{font-size:12px}.uptime .candle.up:hover .uptime__tooltip-wrap p{color:#34c759}.uptime .candle.down:hover .uptime__tooltip-wrap p{color:red}.uptime .candle.maintenance:hover .uptime__tooltip-wrap p,.uptime .candle.scheduled_maintenance:hover .uptime__tooltip-wrap p{color:#007bff}.uptime .candle.degraded:hover .uptime__tooltip-wrap p{color:#fc0}}@media(max-width: 767px){.uptime.container{margin-block:40px 72px}.uptime__top{gap:47px}.uptime__graph{padding-bottom:6px}.uptime .custom-dropdown-wrapper{width:100%;max-width:126px}.uptime .candle.degraded:hover,.uptime .candle.down:hover,.uptime .candle.maintenance:hover,.uptime .candle.scheduled_maintenance:hover,.uptime .candle.up:hover{box-shadow:none}.uptime #customDropdown{background-size:23%}.uptime__heading{font-size:20px}}@media(max-width: 576px){.uptime__graph::-webkit-scrollbar{height:3px}.uptime__card{padding:1rem}.uptime__legends{margin:32px 0 24px}.uptime__note{font-size:16px}.uptime .candle{min-width:5px;height:38px}.uptime__flag{gap:8px}.uptime__flag img{width:100%;max-width:30px;height:auto}.uptime__flag h6{font-size:14px}.uptime__stats h4{font-size:14px}.uptime__date{margin-top:4px}.uptime__date h2{font-size:14px}}.server_status{height:calc(100vh - 166px)}.server_status__cont{display:flex;justify-self:center;align-items:center;height:100%}.server_status__cont__content{margin:0}.server_status__cont__content p{font-size:20px}.legend{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.legend__cont{display:flex;align-items:center;gap:.5rem;align-items:center;justify-items:flex-start}.legend__status{display:inline-block;width:.75rem;height:.75rem;border-radius:.5rem}.legend__text{font-size:20px;font-weight:500;line-height:140%}@media(max-width: 1199px){.legend{display:grid;grid-template-columns:1.5fr 1fr;gap:.75rem}}@media(max-width: 767px){.legend{grid-template-columns:1fr}.legend__text{font-size:18px}}@media(max-width: 576px){.legend__cont{align-items:flex-start}.legend__status{margin-top:6px}}.landNav{background-color:#fff;padding:20px 0;position:sticky;top:0;z-index:10;box-shadow:1px 1px 11px -5px gray}.landNav--indep .landNav{position:fixed;width:100%;background-color:rgba(0,0,0,0);box-shadow:none}.landNav--indep .landNav.active{background-color:#fff;box-shadow:1px 1px 11px -5px gray}.landNav__cont{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.landNav__logo{object-fit:contain;width:100%;height:auto;max-width:104px;cursor:pointer}.landNav__lang{width:fit-content;display:flex;flex-wrap:wrap;align-items:center;gap:8px;cursor:pointer;font-family:"DM Sans",sans-serif}.landNav__lang:hover .landNav__globe{transform:rotateY(180deg)}.landNav__globe{transition:all .9s}.landNav__option{font-weight:500;font-size:20px;line-height:30px;color:#fff;transition:ease-in .4s}.popup{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:2;background-color:rgba(21,22,43,.1882352941);display:flex;flex-direction:row;justify-content:center;align-items:center;visibility:hidden;transition:delay .3s}.popup__cont{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.7rem;width:100%;max-width:36rem;background-color:#fff;font-family:"Urbanist",sans-serif;padding:2rem 1.5rem;border-radius:10px;box-shadow:1px 10px 15px rgba(0,0,0,.1);position:relative;top:-51%;transform:scale(0.1);visibility:hidden;transition:transform .2s,top .2s}.popup__close{position:absolute;right:0;top:0;right:15px;top:15px;width:25px;cursor:pointer;transition:all .3s}.popup__close:hover{transform:scale(1.1)}.popup__title{font-size:23px;line-height:33px}.popup__langs{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:20px;column-gap:2rem;text-align:center}.popup__lang{color:#15162b;font-size:18px;line-height:26px;font-weight:500;transition:all .3s}.popup__lang:hover{color:#0066b2}.openPopup{top:0;transform:scale(1);visibility:visible;border-top:1px solid #0066b2;border-bottom:1px solid #0066b2}@media(max-width: 991px){.landNav{padding:10px 0}.landNav__logo{max-width:88px}}@media(max-width: 767px){.landNav__logo{max-width:68px}.popup__cont{max-width:30rem}}@media(max-width: 576px){.landNav__cont{row-gap:1rem}.popup__langs{grid-template-columns:repeat(2, 1fr)}.popup__cont{max-width:19rem}}.darkMode .landNav{background:#000;box-shadow:0px 4px 25px 0px rgba(0,174,239,.5019607843)}.landFtr{background:#273240;color:#fff;padding:0}.landFtr__cont{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:row;justify-content:center;align-items:center;justify-content:space-between}.landFtr__crContent{padding:38px 20px;font-family:"DM Sans",sans-serif;font-size:16px;line-height:26px;text-align:center}.ftr__socials{display:flex;flex-wrap:wrap;gap:20px}.ftr__logoBg{background-color:#fff;width:40px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:50px;cursor:pointer;transition:all .3s}.ftr__logoBg:hover{background-color:#0066b2}.ftr__logoBg:hover img{filter:invert(0) grayscale(134) brightness(4.5)}.ftr__socialLogo{max-width:20px}.ftr__home{color:#fff;transition:.33s all}.ftr__home:hover{text-decoration:underline}@media(max-width: 1199px){.landFtr__crContent{flex:.9}}@media(max-width: 767px){.landFtr__cont{flex-direction:column;padding:1rem}}.darkMode .landFtr{background:#fff}.darkMode .landFtr__crContent{background:linear-gradient(96.18deg, #0066B2 0.44%, #00AEEF 100.05%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.darkMode .landFtr .ftr__logoBg{background:linear-gradient(96.18deg, rgba(0, 102, 178, 0.16) 0.44%, rgba(0, 174, 239, 0.16) 100.05%)}.darkMode .landFtr .ftr__logoBg:hover{background-color:#0066b2}/*# sourceMappingURL=landing-header-footer.css.map */
