.carousel-indicators li{width: 1rem;height: 1rem;border-radius: 50%;transition: .4s;}svg#robot {display: inline-block;position: relative;margin: 0;padding: 0px;transform-origin: bottom;transform: rotate(0deg) translate3d(0px, 0px, 0px);-webkit-animation: move 2s ease infinite;animation: move 2s ease infinite;}@-webkit-keyframes move {0%, 100% {transform: rotate(0deg) translate3d(0px, 0px, 0px);}25% {transform: rotate(5deg) translate3d(5px, 5px, 0px);}75% {transform: rotate(-6deg) translate3d(-5px, 5px, 0px);}}@keyframes move {0%, 100% {transform: rotate(0deg) translate3d(0px, 0px, 0px);}25% {transform: rotate(5deg) translate3d(5px, 5px, 0px);}75% {transform: rotate(-6deg) translate3d(-5px, 5px, 0px);}}g#head {transform: rotate(0deg) translate3d(0px, 0px, 0px);transform-origin: bottom center;-webkit-animation: head 1s 1s ease infinite;animation: head 1s 1s ease infinite;}g#head #leftAntenna > ellipse, g#head #rightAntenna > ellipse {-webkit-animation: color 350ms linear infinite;animation: color 350ms linear infinite;}@-webkit-keyframes head {0%, 46%, 50%, 55%, 100% {transform: rotate(0deg) translate3d(0px, 0px, 0px);}49% {transform: rotate(20deg) translate3d(0px, 0px, 0px);}51% {transform: rotate(-10deg) translate3d(0px, 0px, 0px);}}@keyframes head {0%, 46%, 50%, 55%, 100% {transform: rotate(0deg) translate3d(0px, 0px, 0px);}49% {transform: rotate(20deg) translate3d(0px, 0px, 0px);}51% {transform: rotate(-10deg) translate3d(0px, 0px, 0px);}}@-webkit-keyframes color {0%, 100% {fill: #ccc;}50% {fill: red;}}@keyframes color {0%, 100% {fill: #ccc;}50% {fill: red;}}#upperTorso {transform: rotate(0deg);transform-origin: center;-webkit-animation: torso 600ms 1s ease infinite;animation: torso 600ms 1s ease infinite;}#upperTorso #leftArm {transform: rotate(0deg);transform-origin: 80% 5%;-webkit-animation: left 1s ease infinite;animation: left 1s ease infinite;}#upperTorso #leftArm .forearm {transform: rotate(0deg);transform-origin: 68% 10%;-webkit-animation: forearm 800ms 1s ease infinite;animation: forearm 800ms 1s ease infinite;}#upperTorso #rightArm {transform: rotate(0deg);transform-origin: 18% 0%;-webkit-animation: right 1s ease infinite;animation: right 1s ease infinite;}#upperTorso #rightArm .forearm {transform: rotate(0deg);transform-origin: 68% 10%;-webkit-animation: forearm 700ms 1s ease infinite;animation: forearm 700ms 1s ease infinite;}@-webkit-keyframes torso {40%, 50%, 60% {transform: rotate(0deg);}45% {transform: rotate(5deg);}55% {transform: rotate(-5deg);}}@keyframes torso {40%, 50%, 60% {transform: rotate(0deg);}45% {transform: rotate(5deg);}55% {transform: rotate(-5deg);}}@-webkit-keyframes left {60% {transform: rotate(100deg);}}@keyframes left {60% {transform: rotate(100deg);}}@-webkit-keyframes right {50% {transform: rotate(-70deg);}}@keyframes right {50% {transform: rotate(-70deg);}}@-webkit-keyframes forearm {0%, 30%, 50%, 70%, 100% {transform: rotate(0deg);}40% {transform: rotate(25deg);}60% {transform: rotate(-25deg);}}@keyframes forearm {0%, 30%, 50%, 70%, 100% {transform: rotate(0deg);}40% {transform: rotate(25deg);}60% {transform: rotate(-25deg);}}#lowerTrunk {transform: rotate(0deg);transform-origin: 60% 5%;-webkit-animation: lowerTrunk 1s ease infinite;animation: lowerTrunk 1s ease infinite;}@-webkit-keyframes lowerTrunk {0%, 100% {transform: rotate(0deg) translate3d(0px, 0px, 0px);}25% {transform: rotate(2deg) translate3d(2px, 0px, 0px);}75% {transform: rotate(-2deg) translate3d(-2px, 0px, 0px);}}@keyframes lowerTrunk {0%, 100% {transform: rotate(0deg) translate3d(0px, 0px, 0px);}25% {transform: rotate(2deg) translate3d(2px, 0px, 0px);}75% {transform: rotate(-2deg) translate3d(-2px, 0px, 0px);}}#leftFoot {transform: rotate(0deg);transform-origin: 60% 5%;-webkit-animation: leftFoot 2s ease infinite;animation: leftFoot 2s ease infinite;}#leftFoot > .lowerLeg {transform: rotate(0deg);transform-origin: 68% 10%;-webkit-animation: lowerLeg 2s ease infinite;animation: lowerLeg 2s ease infinite;}@-webkit-keyframes leftFoot {0%, 50% {transform: rotate(0deg);}25% {transform: rotate(70deg);}}@keyframes leftFoot {0%, 50% {transform: rotate(0deg);}25% {transform: rotate(70deg);}}@-webkit-keyframes lowerLeg {0%, 50% {transform: rotate(0deg);}8%, 14% {transform: rotate(-15deg);}11%, 18% {transform: rotate(15deg);}}@keyframes lowerLeg {0%, 50% {transform: rotate(0deg);}8%, 14% {transform: rotate(-15deg);}11%, 18% {transform: rotate(15deg);}}#rightFoot {transform: rotate(0deg);transform-origin: 50% 5%;-webkit-animation: rightFoot 2s ease infinite;animation: rightFoot 2s ease infinite;}#rightFoot > .lowerLeg {transform: rotate(0deg);transform-origin: 68% 10%;-webkit-animation: lowerLegIz 2s ease infinite;animation: lowerLegIz 2s ease infinite;}@-webkit-keyframes rightFoot {75% {transform: rotate(-60deg);}50%, 100% {transform: rotate(0deg);}}@keyframes rightFoot {75% {transform: rotate(-60deg);}50%, 100% {transform: rotate(0deg);}}@-webkit-keyframes lowerLegIz {50%, 100% {transform: rotate(0deg);}60%, 70% {transform: rotate(15deg);}65%, 85% {transform: rotate(-15deg);}}@keyframes lowerLegIz {50%, 100% {transform: rotate(0deg);}60%, 70% {transform: rotate(15deg);}65%, 85% {transform: rotate(-15deg);}}.playpause label {display: block;box-sizing: border-box;width: 0;height: 74px;border-color: transparent transparent transparent #202020;transition: 100ms all ease;cursor: pointer;border-style: double;border-width: 0px 0 0px 60px;}.playpause input[type=checkbox] {position: absolute;left: -9999px;}.playpause input[type=checkbox]:checked + label {border-style: solid;border-width: 37px 0 37px 60px;}.playpause input[type=checkbox]:focus + label {box-shadow: 0 0 5px lightblue;}.playpause{position: absolute;right: 50%;top: 33%;text-align: center;z-index: 999;}.playpause label{border-width: 0px 0 0px 40px;}.playpause input[type=checkbox]:focus + label{box-shadow: none;}@media (min-width:320px) and (max-width:767px){.post_details_banner{height: 500px !important;}}@media screen and (max-width: 768px){#wrap_all_api {min-width: 461px;}}@media (max-width: 480px){.container-fluid {min-width: 461px;}}.custom-header-banner{margin-top: 95px;color: #fff;padding: 10px 15px 10px 15px;cursor: pointer;border: 1px solid beige;}.custom-decoration:hover{text-decoration: underline !important;}@media (min-width: 320px) and (max-width: 767px){.post_details_banner {height: 334px !important;}}.video_content_wrapper_left{position: absolute;bottom: 33%;left: 60px;color: #fff;width: 45%;}.embed-responsive{top: -160px;}.post_details_content{margin-top: -160px;}.embed-responsive iframe{height: 100% !important;}.red_overlay{background: linear-gradient(90deg,rgba(29,57,88,.8) 20%,transparent 100%);backdrop-filter: brightness(0.8) blur(0px);position: absolute;bottom: 0;left: 0;color: #fff;width: 100%;height: 100%;top: 0px;right: 0;}.custom-frame {height: 100%;top: -130px;}@media (min-width:554px) and (max-width:1164px){.video_content_wrapper_left {bottom: 24%;}}@media (min-width:488px) and (max-width:1024px){.video_content_wrapper_left {bottom: 25%;}}@media (min-width:407px) and (max-width:854px){.custom-resp-fontSize{font-size: 32px !important;}.video_content_wrapper_left {bottom: 0;}.top_space{padding-top: 82px !important;}.video_content_wrapper_left {bottom: -13px;}}@media screen and (max-width: 767px) and (min-width: 280px){.custom-feature-padd {padding-top: 141px !important;}.custom-resp-link-btn{top: 0 !important;}.embed-responsive-16by9::before{padding-top: 58.25% !important;}.custom-lightbox-image{margin-bottom: 0 !important;}.custom-stack-resp{padding-top: 140px !important;padding-bottom: 40px !important;}.custom-smartR{padding-top: 25px !important;}.video_content_main{margin-bottom: -20px !important;}.embed-responsive {top: -58px;}.custom-resp-text-overlay{width: 100%;bottom: 23px;left: 12px;}.custom-resp-fontSize{font-size: 26px !important;margin: 0.3em 0 !important;}.custom-banner-para{font-size: 14px !important;margin-bottom: 10px;}.embed-responsive iframe{height: 100% !important;}.custom-responsive-emailCompliance {min-width: 375px !important;}.container-fluid {min-width: 408px !important;}}@media (min-width:540px){.video_content_wrapper_left{bottom: 45px !important;}}@media screen and (max-width: 820px) and (min-width: 768px){.video_content_main{margin-bottom: -55px !important;}.custom-resp-fontSize{font-size: 32px !important;}.video_content_wrapper_left {width: 47%;}}@media (min-width:912px){.top_space{padding-top: 81px !important;}.video_content_main{margin-bottom: -20px;}.video_content_wrapper_left {bottom: 20px;}}@media (min-width: 1024px){.video_content_wrapper_left {bottom: 95px !important;}}@media (min-width: 1280px){.video_content_wrapper_left {bottom: 185px !important;}}.preview_wrapper{display: none;}.thumb {width: 100% !important;height: auto !important;cursor: pointer;border: none !important;padding: 0 !important;opacity: 1 !important;}img.mfp-img{max-height: 900px !important;}.mfp-figure:after {box-shadow: none !important;background: transparent !important;}.mfp-bg{opacity: .6 !important;}.mfp-auto-cursor .mfp-content {cursor: pointer !important;}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: pointer !important;}.mfp-zoom-out-cur{cursor: pointer !important;}.custom-demo-btn{background: #c4272e !important;color: #fff !important;border: 1px solid #c4272e !important;}.custom-demo-btn:hover{background: #81141d !important;color: #fff !important;border: 1px solid #81141d !important;}.custom-free-btn{border: 1px solid #fff !important;color: #fff !important;background-color: transparent !important;}