@keyframes DashboardContainer-module__IGNtoq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.DashboardContainer-module__IGNtoq__window{background:var(--mantine-color-upblue-8);border:1px solid var(--mantine-color-upblue-7);width:100%;transition:all .8s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.DashboardContainer-module__IGNtoq__windowLoaded{opacity:1;transform:translateY(0)}.DashboardContainer-module__IGNtoq__windowNotLoaded{opacity:0;transform:translateY(20px)}.DashboardContainer-module__IGNtoq__windowRounded{border-radius:16px}.DashboardContainer-module__IGNtoq__windowTopRounded{border-radius:16px 16px 0 0}.DashboardContainer-module__IGNtoq__header{transition:all .6s cubic-bezier(.4,0,.2,1) .2s}.DashboardContainer-module__IGNtoq__headerLoaded{opacity:1;transform:translateY(0)}.DashboardContainer-module__IGNtoq__headerNotLoaded{opacity:0;transform:translateY(-10px)}.DashboardContainer-module__IGNtoq__headerWithBorder{border-bottom:1px solid var(--mantine-color-gray-4)}.DashboardContainer-module__IGNtoq__headerNoBorder{border-bottom:none}.DashboardContainer-module__IGNtoq__indicatorGroup{flex-shrink:0}.DashboardContainer-module__IGNtoq__indicator{border-radius:50%;width:6px;height:6px}.DashboardContainer-module__IGNtoq__indicatorRed{background:var(--dashboard-red)}.DashboardContainer-module__IGNtoq__indicatorYellow{background:var(--dashboard-orange)}.DashboardContainer-module__IGNtoq__indicatorGreen{background:var(--dashboard-green)}.DashboardContainer-module__IGNtoq__content{padding:0 20px 20px}.DashboardContainer-module__IGNtoq__pulse{animation-name:DashboardContainer-module__IGNtoq__pulse;animation-duration:2s;animation-iteration-count:infinite}.DashboardContainer-module__IGNtoq__pulseDelay1{animation-name:DashboardContainer-module__IGNtoq__pulse;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.3s}.DashboardContainer-module__IGNtoq__pulseDelay2{animation-name:DashboardContainer-module__IGNtoq__pulse;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.6s}
.DashboardTrendAnalysisChart-module__DjlzLa__container{width:100%;height:100%}.DashboardTrendAnalysisChart-module__DjlzLa__chart{background:var(--mantine-color-upblue-7);border:1px solid var(--mantine-color-upblue-5);border-radius:var(--mantine-radius-md);width:100%;height:auto}.DashboardTrendAnalysisChart-module__DjlzLa__axisLabel{font-weight:600;transition:fill .2s}.DashboardTrendAnalysisChart-module__DjlzLa__timeLabel{font-weight:500;transition:fill .2s}.DashboardTrendAnalysisChart-module__DjlzLa__trendLine{filter:drop-shadow(0 2px 4px var(--mantine-color-dark-9));transition:stroke-width .2s,opacity .2s}.DashboardTrendAnalysisChart-module__DjlzLa__trendLine:hover{stroke-width:4px;opacity:1}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint{filter:drop-shadow(0 2px 4px var(--mantine-color-dark-9));transition:r .2s,filter .2s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:hover{r:6;filter:drop-shadow(0 4px 8px var(--mantine-color-dark-9))}.DashboardTrendAnalysisChart-module__DjlzLa__legend{background:var(--mantine-color-upblue-7);border:1px solid var(--mantine-color-upblue-5);border-radius:var(--mantine-radius-md);padding:12px 16px}.DashboardTrendAnalysisChart-module__DjlzLa__legendIndicator{border-radius:2px;transition:transform .2s}.DashboardTrendAnalysisChart-module__DjlzLa__legendIndicator:hover{transform:scale(1.2)}@media (max-width:767.9px){.DashboardTrendAnalysisChart-module__DjlzLa__container{padding:8px}.DashboardTrendAnalysisChart-module__DjlzLa__chart{height:280px}.DashboardTrendAnalysisChart-module__DjlzLa__legend{margin-top:16px;margin-bottom:0;position:static;bottom:auto;right:auto}.DashboardTrendAnalysisChart-module__DjlzLa__axisLabel{font-size:10px}.DashboardTrendAnalysisChart-module__DjlzLa__timeLabel{font-size:9px}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint{r:2.5}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:hover{r:4}}@media (max-width:575.9px){.DashboardTrendAnalysisChart-module__DjlzLa__chart{height:250px}.DashboardTrendAnalysisChart-module__DjlzLa__legend .mantine-Group-root{flex-direction:column;gap:8px!important}.DashboardTrendAnalysisChart-module__DjlzLa__legend .mantine-Text-root{font-size:10px!important}.DashboardTrendAnalysisChart-module__DjlzLa__legendIndicator{width:10px!important;height:2px!important}.DashboardTrendAnalysisChart-module__DjlzLa__timeLabel:nth-child(2n){display:none}}@keyframes DashboardTrendAnalysisChart-module__DjlzLa__drawLine{0%{stroke-dasharray:1000;stroke-dashoffset:1000px}to{stroke-dasharray:1000;stroke-dashoffset:0}}.DashboardTrendAnalysisChart-module__DjlzLa__trendLine{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:2s ease-in-out forwards DashboardTrendAnalysisChart-module__DjlzLa__drawLine}.DashboardTrendAnalysisChart-module__DjlzLa__trendLine:first-of-type{animation-delay:.2s}.DashboardTrendAnalysisChart-module__DjlzLa__trendLine:nth-of-type(2){animation-delay:.4s}.DashboardTrendAnalysisChart-module__DjlzLa__trendLine:nth-of-type(3){animation-delay:.6s}@keyframes DashboardTrendAnalysisChart-module__DjlzLa__fadeInPoint{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint{opacity:0;animation:.5s ease-out forwards DashboardTrendAnalysisChart-module__DjlzLa__fadeInPoint}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:first-child{animation-delay:1s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(2){animation-delay:1.1s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(3){animation-delay:1.2s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(4){animation-delay:1.3s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(5){animation-delay:1.4s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(6){animation-delay:1.5s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(7){animation-delay:1.6s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(8){animation-delay:1.7s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(9){animation-delay:1.8s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(10){animation-delay:1.9s}.DashboardTrendAnalysisChart-module__DjlzLa__dataPoint:nth-child(11){animation-delay:2s}
.PlatformSimple-module__zmE_6G__drawing path{stroke:var(--mantine-color-upblue-6);stroke-width:.5px;opacity:0;fill:var(--mantine-color-upblue-6)}.PlatformSimple-module__zmE_6G__floor,.PlatformSimple-module__zmE_6G__lines,.PlatformSimple-module__zmE_6G__linesBG{opacity:0}.PlatformSimple-module__zmE_6G__floor path{stroke:var(--mantine-color-upblue-6);stroke-width:.5px;fill:var(--mantine-color-upblue-6)}.PlatformSimple-module__zmE_6G__animationDraw path{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:3s ease-in-out forwards PlatformSimple-module__zmE_6G__drawStroke}.PlatformSimple-module__zmE_6G__animationDrawAndFade path:not(.PlatformSimple-module__zmE_6G__chart1Line){stroke-dasharray:1000;stroke-dashoffset:1000px;animation:3s ease-in-out forwards PlatformSimple-module__zmE_6G__drawStroke,1s ease-in-out forwards PlatformSimple-module__zmE_6G__fadeIn}.PlatformSimple-module__zmE_6G__animationDashAndFade path{animation:200s linear infinite PlatformSimple-module__zmE_6G__animateLines}.PlatformSimple-module__zmE_6G__animationDashAndFade{animation:1s ease-in-out forwards PlatformSimple-module__zmE_6G__fadeIn}.PlatformSimple-module__zmE_6G__linesBG path{stroke-width:10px;stroke:var(--mantine-color-upblue-6);fill:none}.PlatformSimple-module__zmE_6G__linesBGStep2 path{animation:.5s ease-in-out forwards PlatformSimple-module__zmE_6G__colorTransitionINBlue2Orange}.PlatformSimple-module__zmE_6G__linesBGStep3 path{animation:.5s ease-in-out forwards PlatformSimple-module__zmE_6G__colorTransitionINOrange2Green}.PlatformSimple-module__zmE_6G__linesBGStep3Fadeout path{animation:.5s ease-in-out forwards PlatformSimple-module__zmE_6G__colorTransitionOUTGreen2Blue}.PlatformSimple-module__zmE_6G__linesBGHidden path{opacity:0}.PlatformSimple-module__zmE_6G__lines path{stroke-width:2px;fill:none;stroke-dasharray:10;stroke-dashoffset:5px;stroke:#fff}.PlatformSimple-module__zmE_6G__linesAnimation path{animation:200s linear infinite PlatformSimple-module__zmE_6G__animateLines}.PlatformSimple-module__zmE_6G__linesAnimationInverted path{animation:200s linear infinite PlatformSimple-module__zmE_6G__animateLinesIn}.PlatformSimple-module__zmE_6G__animationFade{animation:1s ease-in-out forwards PlatformSimple-module__zmE_6G__fadeIn}.PlatformSimple-module__zmE_6G__animationFadeOut{animation:.5s ease-in-out forwards PlatformSimple-module__zmE_6G__fadeOut}.PlatformSimple-module__zmE_6G__animationDelay2s path,.PlatformSimple-module__zmE_6G__animationDelay2s{animation-delay:2s}.PlatformSimple-module__zmE_6G__animationDelay1s path,.PlatformSimple-module__zmE_6G__animationDelay1s{animation-delay:1s}@keyframes PlatformSimple-module__zmE_6G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PlatformSimple-module__zmE_6G__colorTransitionINBlue2Orange{0%{stroke:var(--mantine-color-upblue-6);stroke-dasharray:100;stroke-dashoffset:100px}to{stroke:var(--mantine-color-upblue-orange-6);stroke-dasharray:none;stroke-dashoffset:0}}@keyframes PlatformSimple-module__zmE_6G__colorTransitionINOrange2Green{0%{stroke:var(--mantine-color-upblue-orange-6);stroke-dasharray:100;stroke-dashoffset:100px}to{stroke:var(--dashboard-green);stroke-dasharray:none;stroke-dashoffset:0}}@keyframes PlatformSimple-module__zmE_6G__colorTransitionOUTGreen2Blue{0%{stroke:var(--dashboard-green);stroke-dasharray:none;stroke-dashoffset:0}to{stroke:var(--mantine-color-upblue-6);stroke-dasharray:100;stroke-dashoffset:-100px}}@keyframes PlatformSimple-module__zmE_6G__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes PlatformSimple-module__zmE_6G__drawStroke{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes PlatformSimple-module__zmE_6G__animateLines{0%{stroke-dashoffset:2000px}to{stroke-dashoffset:0}}.PlatformSimple-module__zmE_6G__KPIBoxBlue{fill:var(--dashboard-blue-background-light);stroke:var(--dashboard-blue);stroke-width:1px}.PlatformSimple-module__zmE_6G__KPITitle{fill:#868e96;font-size:50px}.PlatformSimple-module__zmE_6G__KPI{fill:var(--dashboard-blue);font-size:90px;font-weight:700}.PlatformSimple-module__zmE_6G__KPIWrapper{opacity:0}.PlatformSimple-module__zmE_6G__MessageBoxGreen{fill:var(--dashboard-green-background-light);stroke:var(--dashboard-green);stroke-width:1px}.PlatformSimple-module__zmE_6G__MessageBoxGreenIcon path{stroke:var(--dashboard-green-background-light);stroke-width:3px;fill:var(--dashboard-green)}.PlatformSimple-module__zmE_6G__MessageBoxGreenIcon circle{fill:var(--dashboard-green);stroke-width:0}.PlatformSimple-module__zmE_6G__MessageTitleGreen{fill:var(--dashboard-green);font-family:ArialMT,Arial,sans-serif;font-size:83.333px;font-weight:700}.PlatformSimple-module__zmE_6G__MessageGreen{fill:var(--dashboard-green);font-size:65px}.PlatformSimple-module__zmE_6G__MessageBoxRed{fill:var(--dashboard-red-background-light);stroke:var(--dashboard-red);stroke-width:1px}.PlatformSimple-module__zmE_6G__MessageBoxRedIcon path{stroke:var(--dashboard-red-background-light);stroke-width:3px;fill:var(--dashboard-red)}.PlatformSimple-module__zmE_6G__MessageBoxRedIcon circle{fill:var(--dashboard-red);stroke-width:0}.PlatformSimple-module__zmE_6G__MessageTitleRed{fill:var(--dashboard-red);font-size:83.333px;font-weight:700}.PlatformSimple-module__zmE_6G__MessageRed{fill:var(--dashboard-red);font-size:65px}path.PlatformSimple-module__zmE_6G__barChart1High{d:path("M258.021,548.973c0.001,-0.221 0.02,-0.548 0.02,-1.051c-0,-0.764 -0.191,-3.874 -0.41,-6.875c-0.218,-3.001 -1.839,-29.498 -1.839,-30.043l-0,-0.982l1.991,-0.273c1.064,-0.164 2.046,-0.218 2.155,-0.109c0.082,0.082 1.813,27.151 2.058,31.271c0.237,3.575 0.433,6.617 0.498,7.375l-0.353,0.054l-0.118,-0.991c-0.081,-0.6 -0.272,-3.465 -0.436,-6.302c-0.164,-2.864 -1.785,-29.307 -1.867,-29.961c-0.082,-0.655 -0.273,-1.119 -0.464,-1.119c-1.446,0.164 -2.919,0.437 -3.001,0.518c-0.103,0.13 2.203,36.884 2.412,38.389l-0.646,0.099Z");transition:all 1s}path.PlatformSimple-module__zmE_6G__barChart1Low{transition:all 2s}path.PlatformSimple-module__zmE_6G__barChart5High{d:path("M289.184,544.184c0.465,-0.899 0.422,-0.189 0.206,-4.22c-0.601,-11.184 -0.714,-13.575 -0.714,-13.766c-0,-0.191 0.518,-0.354 1.309,-0.436c3.028,-0.218 2.674,-0.437 2.865,1.773c0.082,1.091 0.374,5.679 0.485,9.595c0.068,2.397 0.252,5.145 0.333,5.636c0.055,0.37 0.11,0.588 0.21,0.697l-0.821,0.126c0.044,-0.02 0.076,-0.04 0.093,-0.059c0.082,-0.055 0.245,2.228 -0.6,-13.731l-0.191,-3.546l-1.091,-0.055c-1.856,-0.054 -2.046,0.082 -2.046,1.501c-0,0.709 0.163,4.283 0.381,7.965c0.219,3.683 0.082,1.438 0.276,4.771c0.138,2.367 0.243,3.422 0.325,3.531c0.017,0.02 0.07,0.032 0.153,0.038l-1.173,0.18Z");transition:all 1s}path.PlatformSimple-module__zmE_6G__barChart5Low{transition:all 2s}path.PlatformSimple-module__zmE_6G__barChart1HighNew{d:path("M351.891,579.508c0.122,-0.537 -9.127,-37.302 -9.68,-39.1c-1.394,-4.724 -1.472,-4.646 1.239,-6.04c2.633,-1.394 2.478,-1.549 4.182,4.182c0.45,1.607 10.031,38.338 10.517,38.425l-1.93,0.781c0.092,-0.529 -9.203,-37.372 -9.749,-39.594c-0.929,-3.639 -1.471,-4.104 -3.02,-2.245c-0.775,0.929 -0.775,1.858 -0.078,4.181c0.541,1.922 9.966,38.451 10.697,38.529l-2.178,0.881Z");transition:all 1s}path.PlatformSimple-module__zmE_6G__barChart1LowNew{transition:all 2s}path.PlatformSimple-module__zmE_6G__barChart5HighNew{d:path("M329.912,589.229c-0.486,-3.042 -9.247,-38.725 -9.247,-39.112c0,-0.387 1.085,-1.239 2.324,-1.859c0.764,-0.392 1.226,-0.894 1.992,0.199c1.107,1.58 9.696,38.001 9.928,38.234c0.116,0.155 0.349,0.232 0.63,0.242l-2.63,1.076c0.236,-0.322 0.706,-0.927 0.484,-2.426c-0.479,-3.246 -8.778,-36.938 -9.243,-36.938c-0.464,0 -1.936,0.891 -2.4,1.356c-0.62,0.619 8.792,37.821 9.573,38.656l-1.411,0.572Z");transition:all 1s}path.PlatformSimple-module__zmE_6G__barChart5LowNew{transition:all 2s}.PlatformSimple-module__zmE_6G__chart1Line{fill:none!important;stroke:var(--mantine-color-upblue-6)!important;stroke-width:1px!important;opacity:1!important}.PlatformSimple-module__zmE_6G__chart1LineAnimate{stroke-dasharray:100;stroke-dashoffset:0;animation:4s ease-in-out infinite PlatformSimple-module__zmE_6G__chart1Draw!important}@keyframes PlatformSimple-module__zmE_6G__chart1Draw{0%{stroke-dashoffset:100px}25%,75%{stroke-dashoffset:0}to{stroke-dashoffset:100px}}
.AnimatedProtocolConverter-module__4wqvmG__container{width:100%;min-height:500px;position:relative}.AnimatedProtocolConverter-module__4wqvmG__integrationPaper{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.AnimatedProtocolConverter-module__4wqvmG__centralHub{text-align:center;z-index:10;background:#fff;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;padding:20px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000026}.AnimatedProtocolConverter-module__4wqvmG__centralHub:hover{transform:translate(-50%,-50%)scale(1.05);box-shadow:0 4px 16px #0003}.AnimatedProtocolConverter-module__4wqvmG__converterAnimation{justify-content:center;align-items:center;width:100%;display:flex}@keyframes AnimatedProtocolConverter-module__4wqvmG__logoSlide{0%{opacity:1;transform:translate(0)}75%{opacity:1;transform:translate(105px)}99%{opacity:0;transform:translate(105px)}to{opacity:0;transform:translate(0)}}.AnimatedProtocolConverter-module__4wqvmG__logoSlide{animation:3s ease-in-out infinite AnimatedProtocolConverter-module__4wqvmG__logoSlide}.AnimatedProtocolConverter-module__4wqvmG__integrationPoint{text-align:center;background:#fff;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;padding:12px;transition:all .3s;display:flex;position:absolute;box-shadow:0 2px 8px #00000026}.AnimatedProtocolConverter-module__4wqvmG__integrationPointLarge{width:140px;height:140px}.AnimatedProtocolConverter-module__4wqvmG__integrationPointSmall{width:80px;height:80px}.AnimatedProtocolConverter-module__4wqvmG__integrationPoint:hover{transform:scale(1.1);box-shadow:0 4px 16px #00000040;z-index:15!important}.AnimatedProtocolConverter-module__4wqvmG__innerRing{z-index:8}.AnimatedProtocolConverter-module__4wqvmG__innerRing:nth-child(3){top:2%;left:50%;transform:translate(-50%)}.AnimatedProtocolConverter-module__4wqvmG__innerRing:nth-child(4){top:50%;right:2%;transform:translateY(-50%)}.AnimatedProtocolConverter-module__4wqvmG__innerRing:nth-child(5){bottom:2%;left:50%;transform:translate(-50%)}.AnimatedProtocolConverter-module__4wqvmG__innerRing:nth-child(6){top:50%;left:2%;transform:translateY(-50%)}.AnimatedProtocolConverter-module__4wqvmG__outerRing{z-index:6}.AnimatedProtocolConverter-module__4wqvmG__outerRing:nth-child(7){top:2%;left:2%;transform:translate(0)}.AnimatedProtocolConverter-module__4wqvmG__outerRing:nth-child(8){bottom:2%;right:2%;transform:translate(0)}.AnimatedProtocolConverter-module__4wqvmG__connectionLines{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.AnimatedProtocolConverter-module__4wqvmG__integrationPointLarge{width:120px;height:120px}}
.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__container{width:100%;min-height:500px;position:relative}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__integrationPaper{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__centralHub{text-align:center;z-index:10;background:#fff;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;padding:20px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000026}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__centralHub:hover{transform:translate(-50%,-50%)scale(1.05);box-shadow:0 4px 16px #0003}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__converterAnimation{justify-content:center;align-items:center;width:100%;display:flex}@keyframes AnimatedProtocolConvertorAndUNS-module__Erq3Ma__logoSlide{0%{opacity:1;transform:translate(0)}75%{opacity:1;transform:translate(105px)}99%{opacity:0;transform:translate(105px)}to{opacity:0;transform:translate(0)}}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__logoSlide{animation:3s ease-in-out infinite AnimatedProtocolConvertorAndUNS-module__Erq3Ma__logoSlide}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__integrationPoint{text-align:center;background:#fff;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;padding:12px;transition:all .3s;display:flex;position:absolute;box-shadow:0 2px 8px #00000026}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__integrationPointLarge{width:140px;height:140px}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__integrationPointSmall{width:80px;height:80px}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__integrationPoint:hover{transform:scale(1.1);box-shadow:0 4px 16px #00000040;z-index:15!important}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__innerRing{z-index:8}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__innerRing:nth-child(3){top:2%;left:2%;transform:translate(0)}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__innerRing:nth-child(4){top:50%;left:2%;transform:translateY(-50%)}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__innerRing:nth-child(5){bottom:2%;left:2%;transform:translate(0)}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__innerRing:nth-child(6){top:50%;right:2%;transform:translateY(-50%)}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__connectionLines{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder1{0%{opacity:0;transform:translateY(0)}15%{opacity:0;transform:translateY(0)}30%{opacity:1;transform:translateY(0)}95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}@keyframes AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder2{0%{opacity:0;transform:translateY(0)}30%{opacity:0;transform:translateY(0)}45%{opacity:1;transform:translateY(0)}95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}@keyframes AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder3{0%{opacity:0;transform:translateY(0)}45%{opacity:0;transform:translateY(0)}60%{opacity:1;transform:translateY(0)}95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder1{animation:4s ease-in-out infinite AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder1}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder2{animation:4s ease-in-out infinite AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder2}.AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder3{animation:4s ease-in-out infinite AnimatedProtocolConvertorAndUNS-module__Erq3Ma__historianCylinder3}
