@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;font-family:Inter!important;margin:0;padding:0}html{scroll-behavior:smooth}html::-webkit-scrollbar{display:none!important}.centerContainer{padding-top:7.25rem}.FontFamilyInter{font-family:Inter!important}.visibilityNone{visibility:hidden}.captcha{border:2px solid #b1b1b1;border-radius:4px;color:#1f1b1b;font-size:24px;height:50px;padding-left:10px;text-decoration:line-through;-webkit-user-select:none;user-select:none;width:240px}.captchaInput{margin-top:-1px!important;width:240px!important}.refreshBtnCaptcha{left:-54px!important;position:relative}.wrapper{zoom:1.25!important}.player{height:100%;left:0;position:absolute;top:0;width:100%}.videoScrollBtn{background-color:#ed3125;border-radius:10px;height:30px;left:59%;position:absolute;top:60%;width:30px;z-index:1}.downVideo{color:#fff;font-size:32px!important}.typesOfIndicesFont span p,.typesOfIndicesFont span p span{font-weight:400!important}.typesOfIndicesFont span a,.typesOfIndicesFont span p,.typesOfIndicesFont span p span{color:#000!important;font-size:1.125rem!important;line-height:1.5rem!important}.opacityTransition{animation:fadeInAnimation .75s}.searchBarHeaderBox,.searchBarHeaderBoxSearch{border-radius:12px;height:48px;transition:border-radius .5s;width:70%}.searchBarHeader{color:#616564;font-size:20px;font-style:normal;font-weight:400;height:24px;letter-spacing:-.6px;line-height:normal}.searchBarHeader:focus,.searchBarHeaderBox input[type=text],.searchBarHeaderBoxSearch input[type=text]{background:#0000!important;border:none!important;outline:none!important}.closeIconInLogo{height:25px;width:25px}.searcchIconInHeader{border-left:1px solid #616564;height:34px}.searchCardText{color:#fff!important;font-size:40px;font-style:normal;font-weight:600;letter-spacing:-1.2px;line-height:normal!important;text-align:center}.contactUsHerebtn{line-height:normal!important;width:14.063rem!important}.searchBarHeaderDropDown{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 40px 80px -25px #32325d40,0 25px 50px -30px #0000004d;top:72%;width:57.05%;z-index:1}@media screen and (max-width:1400px){.searchBarHeaderDropDown{width:61.75%}}@media screen and (max-width:1250px){.searchBarHeaderDropDown{width:67.19%}}.searchBarHeaderDropDown .textOverFlowEllipsis:hover{color:#ed3125!important}.searchBarChaegedBorderRadius{border-bottom:1px solid #00000040!important}.searchBarChaegedBorderRadius,.searchBarChaegedBorderRadiusHeader{border-radius:12px 12px 0 0;transition:border-radius .5s}.searchBarHeaderDropDownSearchPage{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 40px 80px -25px #32325d40,0 25px 50px -30px #0000004d;top:259px;width:48.48%;z-index:1}.searchBarHeaderDropDownSearchPage .textOverFlowEllipsis:hover{color:#ed3125!important}.searchTabs{border-bottom:0!important}.searchTabs .css-jpln7h-MuiTabs-scroller{margin-left:0!important}.noResult{height:10rem}.searchTabs .Mui-selected,.searchTabs .css-omzghz-MuiButtonBase-root-MuiTab-root{margin-right:27px!important;padding:0!important}.searchTabs .Mui-selected{border-bottom:1px solid #ed3125;color:#395fd2!important;font-size:20px!important;font-weight:600!important;height:26px!important}.searchTabs .css-1aedied-MuiButtonBase-root-MuiTab-root{height:26px!important}.css-17goydu-MuiTabs-root .MuiTabs-indicator{display:none!important}.searchTab .css-1aquho2-MuiTabs-indicator,.searchTab .css-jpln7h-MuiTabs-scroller .css-1vuohza-MuiTabs-root .MuiTabs-indicator{background-color:#000!important}.css-jpln7h-MuiTabs-scroller{margin-left:20px;margin-right:20px}.searchResults,.searchTitles,.searchTitles a{color:#395fd2!important;font-size:20px!important;font-weight:600!important}.searchTitles a:hover,.searchTitles:hover{text-decoration:underline!important}.searchDescriptions,.searchDescriptions a{color:#000!important;font-size:18px!important;font-weight:400!important;padding-bottom:7px!important;padding-top:7px!important}.css-9wl4ej{padding-left:0!important}.font18px{font-size:18px!important}.DB{display:block}.DF{display:flex}.FDC{flex-direction:column!important}.FS{flex-shrink:0!important}.DIB{display:inline-block}.JCC{justify-content:center!important}.JCFS{justify-content:flex-start}.JCFSimp{justify-content:flex-start!important}.JCFE{justify-content:flex-end}.JCSB{justify-content:space-between}.JCSA{justify-content:space-around}.JCSE{justify-content:space-evenly}.AIC{align-items:center}.AIS{align-items:stretch}.AIFS{align-items:flex-start}.AIFE{align-items:flex-end}.FFC{flex-flow:column}.FFR{flex-flow:row}.FFCR{flex-flow:column-reverse}.FFRR{flex-flow:row-reverse}.FGrow1AllItem>*{flex-grow:1}.AIStretch>*,.IStretchF{flex:1 1}.flexRatio21{flex:2 1}.flexRatio12{flex:1 2}.flexBasis50{flex-basis:50%}.verySmallMobDispVisible{display:none}.deskDispNone,.deskDispNone660,.deskDispNone900,.deskDispNone900NotFlex,.dispNone{display:none!important}.FWW{flex-wrap:wrap}.FWNW{flex-wrap:nowrap}.FRG1{row-gap:1rem}.FCG1{column-gap:1rem}.M34{margin:34px!important}.M45{margin:45px!important}.M34LR{margin-left:34px!important;margin-right:34px!important}.MA{margin:auto!important}.ML0{margin-left:0!important}.ML9-375P{margin-left:9.375%}.ML10{margin-left:10px!important}.ML20{margin-left:20px!important}.ML18{margin-left:1.125rem!important}.ML24{margin-left:24px!important}.ML13{margin-left:.813rem!important}.ML1{margin-left:1rem!important}.ML2{margin-left:2rem!important}.ML40{margin-left:2.5rem!important}.MR-10{margin-right:-10px!important}.MR1{margin-right:1rem!important}.MR10,.MR8{margin-right:10px!important}.MR18{margin-right:1.125rem!important}.MR13{margin-right:.813rem!important}.MR30{margin-right:30px!important}.MR40{margin-right:40px!important}.MR-62{margin-right:-62px!important}.MT9PX{margin-top:9px!important}.MT1{margin-top:1rem!important}.MT5R{margin-top:5rem!important}.MT-10{margin-top:-10px!important}.MT1-475{margin-top:1.475rem!important}.MT2-1885R{margin-top:2.188rem!important}.MT2-375R{margin-top:2.375rem!important}.MT2-75R{margin-top:2.75rem!important}.MT2-938R{margin-top:2.938rem!important}.MT3-25R{margin-top:3.25rem!important}.MT4-375R{margin-top:4.375rem!important}.MT6-25R{margin-top:6.25rem!important}.MT7-5R{margin-top:7.5rem!important}.MT7-875R{margin-top:7.875rem!important}.MT9-75R{margin-top:9.75rem!important}.MT15-25R{margin-top:15.25rem!important}.MT5{margin-top:5px!important}.MT10{margin-top:10px!important}.MT15Pec{margin-top:15%!important}.MT12{margin-top:12px!important}.MT14{margin-top:14px!important}.MT15{margin-top:15px!important}.MT20{margin-top:20px!important}.MT25{margin-top:25px!important}.MT30{margin-top:30px!important}.MT35{margin-top:35px!important}.MT40{margin-top:40px!important}.MT50{margin-top:50px!important}.MT60{margin-top:60px!important}.MT70{margin-top:70px!important}.MT75{margin-top:75px!important}.MT80{margin-top:80px!important}.MT84{margin-top:84px!important}.MT-100{margin-top:-100px!important}.MT100{margin-top:100px!important}.MT120{margin-top:120px!important}.MT124{margin-top:124px!important}.MT133{margin-top:133px!important}.MT143{margin-top:143px!important}.MT150{margin-top:150px!important}.MT172{margin-top:172px!important}.MT200{margin-top:200px!important}.MB-10{margin-bottom:-10px!important}.MB0{margin-bottom:0!important}.MB1{margin-bottom:1rem!important}.MB2{margin-bottom:2rem!important}.MB4R{margin-bottom:4rem!important}.MB1-25R{margin-bottom:1.25rem!important}.MB5{margin-bottom:5px!important}.MB10{margin-bottom:10px!important}.MB15{margin-bottom:15px!important}.MB20{margin-bottom:20px!important}.MB25{margin-bottom:25px!important}.MB30{margin-bottom:30px!important}.MB35{margin-bottom:35px!important}.MB40{margin-bottom:40px!important}.MB50{margin-bottom:50px!important}.MB60{margin-bottom:60px!important}.MB75{margin-bottom:75px!important}.MB80{margin-bottom:80px!important}.MB85{margin-bottom:85px!important}.MB100{margin-bottom:100px!important}.MB120{margin-bottom:120px!important}.MB-120{margin-bottom:-120px!important}.MB-60{margin-bottom:-60px!important}.PT1{padding-top:1rem!important}.PT24{padding-top:24px!important}.P30{padding:30px!important}.P40{padding:40px!important}.PT4R{padding-top:4rem!important}.PT0{padding-top:0!important}.PT2{padding-top:2px!important}.PT10{padding-top:10px!important}.PT20{padding-top:20px!important}.PT25{padding-top:25px!important}.PT28{padding-top:28px!important}.PT30{padding-top:30px!important}.PT37{padding-top:37px!important}.PT40{padding-top:40px!important}.PT45{padding-top:45px!important}.PT50{padding-top:50px!important}.PT60{padding-top:60px!important}.PT80{padding-top:80px!important}.PT120{padding-top:120px!important}.PT140{padding-top:140px!important}.PB1{padding-bottom:1rem!important}.PB2-5R{padding-bottom:2.5rem!important}.paddingL15R45{padding-left:.938rem}.PB3-75R{padding-bottom:3.75rem!important}.PB4R{padding-bottom:4rem!important}.PB10{padding-bottom:10px!important}.PB20{padding-bottom:20px!important}.PB25{padding-bottom:25px!important}.PB40{padding-bottom:40px!important}.PB30{padding-bottom:30px!important}.PB60{padding-bottom:60px!important}.PL0{padding-left:0!important}.PL10{padding-left:10px!important}.PL1{padding-left:1rem!important}.PL20{padding-left:20px!important}.PL22{padding-left:22px!important}.PL24{padding-left:24px!important}.PL25{padding-left:25px!important}.PL30{padding-left:1.875rem!important}.PL40{padding-left:2.5rem!important}.PL50{padding-left:50px!important}.PL60{padding-left:60px!important}.PL75{padding-left:75px!important}.PL80{padding-left:80px!important}.PL90{padding-left:90px!important}.PL100{padding-left:100px!important}.PL120{padding-left:120px!important}.PR0{padding-right:0!important}.PR1{padding-right:1rem!important}.PR10{padding-right:.625rem!important}.PR20{padding-right:1.25rem!important}.PR25{padding-right:25px!important}.PR30{padding-right:1.875rem!important}.PR40{padding-right:2.5rem!important}.PR50{padding-right:50px!important}.PR60{padding-right:60px!important}.PR75{padding-right:75px!important}.PR80{padding-right:80px!important}.PR90{padding-right:90px!important}.P0{padding:0!important}.P1{padding:1rem}.P10{padding:10px}.P2{padding:2rem}.P35{padding:35px!important}.PT35{padding-top:35px!important}.PT111{padding-top:111px!important}.PLR34{padding-left:34px!important;padding-right:34px!important}.PTB22{padding-bottom:22px!important;padding-top:22px!important}.PTB19{padding-bottom:19px!important;padding-top:19px!important}.container{margin:auto;width:69.375%!important}.containerWithPadding{padding-left:15.3125%!important;padding-right:15.3125%!important}.bGColorOffWhite{background-color:#fcfcfc!important}.bGColorRed{background-color:#ed3125!important}.bGColorWhite{background-color:#fff!important}.bGColorBlue{background-color:#395fd2!important}.bGColorWhiteSmoke{background-color:#f5f5f5!important}.bGColorGrey{background-color:#d9d9d9!important}.bGColorDarkGrey{background-color:#616564!important}.bGColorSkyBlue{background-color:#f3f9fe!important}.bGPositionRight{background-position:100%}.bGPositionLeft{background-position:0}.bGPositionBottom{background-position:bottom}.smallContainer{margin:auto;width:60%}.FGap2R{gap:2rem!important}.FGap1-5R{gap:1.5rem}.FGap1R{gap:1rem}.FGap10{gap:10px}.FGap6R{gap:6.5rem!important}.FGap6-25R{gap:6.25rem!important}.FGap30{gap:30px}.FGap40{gap:40px}.FGap50{gap:50px}.FGap60{gap:60px}.FGap80{gap:80px}.H22px{height:22px}.H30px{height:30px}.H45{height:45%}.W10{width:10%}.W15{width:15%}.W20{width:20%}.W23{width:23%}.W26-25{width:26.25%}.W30{width:30%}.W33{width:33.33%}.W31-08P{width:31.08%}.W38{width:38%}.W40{width:40%!important}.W45{width:45%!important}.W49{width:49%!important}.W48{width:48%!important}.W52{width:52%!important}.W66{width:66.66%}.W60{width:60%!important}.W65{width:65%!important}.W25{width:25%}.W50{width:50%!important}.W70{width:70%}.W75{width:75%}.W80{width:80%}.W90{width:90%}.W100{width:100%!important}.MW100,.MW80,.MW90{max-width:100%!important}.W125{width:125%!important}.W10R{width:10rem}.W2R{width:2rem}.W3R{width:3rem}.W11-25R{width:11.25rem!important}.W15R{width:15rem!important}.H100{height:100%!important}.cursorPointer,.links{cursor:pointer}.links{color:#000}.TDN,.links{text-decoration:none}.linkFooter{color:#fff}.linkFooter,.linkFooterLogin{cursor:pointer;font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:.1em;line-height:1.5rem;text-decoration:none}.linkFooterLogin{color:rgba(0,0,0,.808)}.svgIconWeb{height:1.25em!important;width:1.25em!important}.roundcirclered{background-color:#ed3125;left:15.5%}.roundcircleblue,.roundcirclered{border-radius:50%;height:20%;position:absolute;top:40%;width:10%}.roundcircleblue{background-color:#395fd2;left:73.5%}.roundcircleinnertext{color:#fff;font-size:24px;font-weight:600}.subscribeBtnBoxFooter{height:45px;width:416px}.subscribeBtnFooter,.subscribeInput{font-size:1.125rem!important}.subscribeBtnFooter{height:45px;text-transform:capitalize!important}.menuButton{margin-left:1rem}.menuButton,.menuButton2{background:#fff!important;color:#000;text-decoration:none}.menuButtonActive{background:#ed3125!important;color:#fff;transform:skew(-20deg)}.loginBtn,.menuButtonActive{height:39px;margin-left:.75rem;padding-left:1rem;padding-right:1rem;text-decoration:none}.loginBtn{color:#000}.loginBtn:hover{margin-left:.75rem;padding-left:1rem;padding-right:1rem;transform:skew(-20deg)}.loginBtn:hover,.menuButtonActive2{background:#ed3125!important;color:#fff;height:39px;text-decoration:none}.menuButtonActive p{font-weight:400;transform:skew(20deg)!important}.loginBtn p,.menuButtonActive p{font-size:.938rem;font-style:normal}.loginBtn p{font-weight:500}.loginBtn:hover p{transform:skew(20deg)!important}.menuButton p{font-size:.938rem;font-style:normal;font-weight:500;line-height:1}.dropdownArrowHeader{transform:skew(20deg)}.menuButtonNested{font-weight:500}.menuButtonNested,.menuButtonNestedMob{font-size:.875rem;line-height:18px;text-transform:capitalize}.menuButtonNestedMob{font-weight:400}.menuButtonNested:hover{color:#ed3125}.menuButtonFooter:hover{font-size:1.25rem;transition:font-size .2s ease}.menuButtonActive .arrowDown{color:#fff!important;transform:skew(20deg)}.fs18{font-size:18px!important}.fs22{font-size:22px!important}.fs22,.fs26{line-height:normal!important}.fs26{font-size:26px!important}.linehtN{line-height:normal!important}.lineHt30p{font-size:18px!important;line-height:30px!important}#lineht24{line-height:24px!important}#linehtN{line-height:normal!important}#lineHt23p{line-height:23px!important}.Lspac{letter-spacing:-.18px!important}.bordRadius10{border-radius:10px}.bordRadius20{border-radius:20px}.bordRadiusTL{border-top-left-radius:3.125rem}.bordRadiusTR{border-top-right-radius:3.125rem}.bordRadiusBL{border-bottom-left-radius:3.125rem}.bordRadiusBR{border-bottom-right-radius:3.125rem}.bordRadius60{border-radius:60px!important}.dropDownHeaderTopStrip{background:#ed3125;border-radius:5px 5px 0 0;height:8px}.dropDownHeader{top:89px}.dropDownHeader,.dropDownHeaderNested{background:#fff;border-radius:5px;box-shadow:0 4px 10px #00000040;color:#000;min-width:200px;position:absolute}.dropDownHeaderNested{left:100%}.subHeadingRed{color:#ed3125!important}.subHeadingRed,.subHeadingWhite{font-size:2.25rem!important;font-weight:700!important;line-height:normal!important;text-align:center!important}.subHeadingWhite{color:#fff!important}.subHeadingWhiteAwards{color:#ed3125!important}.subHeadingBlue,.subHeadingWhiteAwards{font-size:2.25rem!important;font-weight:700!important;line-height:normal!important;text-align:center!important}.subHeadingBlue{color:#395fd2!important}.text{color:#000;font-size:1.125rem!important;font-style:normal;font-weight:400!important;line-height:normal!important}.textOverviewDescription{color:#000;font-size:18px;font-weight:400;line-height:24px}.textAwardsData,.textDescriptionAward{line-height:normal!important}.textAwardsData,.textDescriptionAboutUs,.textDescriptionAward{color:#000;font-size:1.125rem!important;font-weight:400!important}.textDescriptionAboutUs{line-height:0px!important}.text24{color:#000;font-size:1.5rem;font-style:normal;font-weight:500;line-height:2rem}.lineHeight{line-height:1.75rem}.overflowHidden{overflow:hidden}.overflowXHidden{overflow-x:hidden}.overflowScroll{overflow:scroll}.textOverFlowEllipsis{text-overflow:ellipsis}.boxshadow4sides{box-shadow:0 7px 29px 0 #64646f33}.top-130{top:-120px}.top-65{top:-60px}.posRel{position:relative}.posAbs{position:absolute}.BLResp2{border-left:2px solid #d9d9d9}.BLResp4R{border-left:4px solid #ed3125}.BRResp1{border-right:1px solid #d9d9d9}.BR2Black{border-right:2px solid #000}.BB2Black{border-bottom:2px solid #000}.BL2Black{border-left:2px solid #000}.BRResp2{border-right:2px solid #d9d9d9}.BBResp{border-bottom:1px solid #d9d9d9}.BRResp{border-right:1px solid #d9d9d9}.TAC{text-align:center!important}.TAL{text-align:left!important}.TAR{text-align:right!important}.TAJ{text-align:justify}.colorWhite{color:#fff!important}.colorBlack{color:#000!important}.colorBlackLight{color:#000000de!important}.colorRed{color:#ed3125!important}.colorBlue{color:#395fd2!important}.colorDarkGrey{color:#616564!important}.noWrap{white-space:nowrap}.newsInsightContainer{gap:2.7%}.reveal{opacity:0;position:relative}.reveal.active{opacity:1}.active.fade-bottom{animation:fade-bottom .5s ease-in}.active.fade-left{animation:fade-left .5s ease-in}.active.fade-right{animation:fade-right .5s ease-in}.scrollToTopBtn{animation:fadeInAnimation 2s ease;animation-fill-mode:forwards;animation-iteration-count:1;background-color:#fff!important;border-radius:60px;bottom:4%!important;box-shadow:3px 6px 12px #515151;cursor:pointer;height:3rem;padding:.7rem!important;position:fixed!important;right:4%!important;width:3rem;z-index:1!important}.preloader{background-color:#fff;bottom:0;height:100%;position:fixed;top:0;width:100%;z-index:99999999}.loader{height:100px;margin:15% auto auto;position:relative;width:75px}.loader__bar:first-child{animation:barUp1 4s infinite;left:0;transform:scaleY(.2)}.loader__bar:nth-child(2){animation:barUp2 4s infinite;left:15px;transform:scaleY(.4)}.loader__bar:nth-child(3){animation:barUp3 4s infinite;left:30px;transform:scaleY(.6)}.loader__bar:nth-child(4){animation:barUp4 4s infinite;left:45px;transform:scaleY(.8)}.loader__bar:nth-child(5){animation:barUp5 4s infinite;left:60px;transform:scale(1)}.loader__bar{background:#ee2e24;bottom:0;box-shadow:1px 1px 0 #0003;height:50%;transform-origin:center bottom}.loader__ball,.loader__bar{position:absolute;width:10px}.loader__ball{animation:ball 4s infinite;background:#616664;border-radius:50%;bottom:10px;height:10px;left:0}.Zindex2{z-index:2}@keyframes ball{0%{transform:translate(0)}5%{transform:translate(8px,-14px)}10%{transform:translate(15px,-10px)}17%{transform:translate(23px,-24px)}20%{transform:translate(30px,-20px)}27%{transform:translate(38px,-34px)}30%{transform:translate(45px,-30px)}37%{transform:translate(53px,-44px)}40%{transform:translate(60px,-40px)}50%{transform:translate(60px,-40px)}}@keyframes fade-bottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-left{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes fade-right{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:1250px){.menuButton{margin-left:.5rem}}@media screen and (max-width:1150px){.subscribeBtnBoxFooter{width:335px}}@media screen and (max-width:380px){.subscribeBtnBoxFooter{width:280px}.subscribeBtnFooter{font-size:.75rem!important}.subscribeInput{font-size:1rem!important}}@media screen and (max-width:1100px){.searchBarHeaderDropDownSearchPage{top:208px;width:62.85%}.searcchIconInHeader{height:26px}.searchBarHeaderDropDown{border-radius:0 0 8px 8px;top:85%;width:74.5%}.searchBarHeaderBox{border-radius:8px;height:36px;transition:border-radius .5s;width:85%}.mobDispNone{display:none}.mobDF{display:flex}.mobJCFS{justify-content:flex-start}.mobJCC{justify-content:center}.deskDispNone{display:flex!important}.mobFFC{flex-flow:column}.mobFFCR{flex-flow:column-reverse}.mobFFR{flex-flow:row}.mobFFRR{flex-flow:row-reverse}.mobAIC{align-items:center}.mobFGap0{gap:0}.mobFGap1{gap:1rem}.mobMB1{margin-bottom:.5rem}.centerContainer{padding-top:4rem}.mobW100{width:100%!important}.mobW90{width:90%!important}.mobW80{width:80%!important}.mobW70{width:70%!important}.mobW60{width:60%}.mobW50{width:50%!important}.mobW30{width:30%!important}.mobMAuto{margin:auto!important}.mobMLAuto{margin-left:auto!important}.mobML1{margin-left:1rem!important}.mobML2{margin-left:2rem!important}.mobML20{margin-left:20px!important}.mobML6Percent{margin-left:6%!important}.mobMRAuto{margin-right:auto!important}.mobMR1{margin-right:1rem!important}.mobMR20{margin-right:20px!important}.mobMT1{margin-top:1rem!important}.mobMT0{margin-top:0!important}.mobMT10{margin-top:10px!important}.mobMT15{margin-top:15px!important}.mobMT20{margin-top:20px!important}.mobMT30{margin-top:30px!important}.mobMT40{margin-top:40px!important}.mobMT50{margin-top:50px!important}.mobMT60{margin-top:60px!important}.mobMT-40{margin-top:-40px!important}.mobMT-50{margin-top:-50px!important}.mobMB0{margin-bottom:0!important}.mobMB10{margin-bottom:10px!important}.mobMB15{margin-bottom:15px!important}.mobMB20{margin-bottom:20px!important}.mobMB30{margin-bottom:30px!important}.mobMB40{margin-bottom:40px!important}.mobMB50{margin-bottom:50px!important}.mobMB60{margin-bottom:60px!important}.mobMB260{margin-bottom:260px!important}.mobP0{padding:0!important}.mobP20{padding:20px!important}.mobPT0{padding-top:0!important}.mobPT1{padding-top:1rem!important}.mobPT10{padding-top:10px!important}.mobPT20{padding-top:20px!important}.mobPT30{padding-top:30px!important}.mobPT40{padding-top:40px!important}.mobPT50{padding-top:50px!important}.mobPT60{padding-top:60px!important}.mobPT80{padding-top:80px!important}.mobPB1{padding-bottom:1rem!important}.mobPB10{padding-bottom:10px!important}.mobPB20{padding-bottom:20px!important}.mobPB30{padding-bottom:30px!important}.mobPB40{padding-bottom:40px!important}.mobPB50{padding-bottom:50px!important}.mobPB60{padding-bottom:60px!important}.mobPL1{padding-left:1rem!important}.mobPL0{padding-left:0!important}.mobPL30{padding-left:30px!important}.mobPR1{padding-right:1rem!important}.mobPR20{padding-right:20px!important}.fs4{font-size:4rem!important}.container{width:90%!important}.containerWithPadding{padding-left:5%!important;padding-right:5%!important}.smallContainer{width:90%}.BRResp1{border-right:0}.mobBT{border-top:2px solid #d9d9d9}.mobBB{border-bottom:2px solid #d9d9d9}.mobJCSB{justify-content:space-between}.mobJCSA{justify-content:space-around}.mobPB0{padding-bottom:0!important}.mobRordRadiusTL{border-top-left-radius:3rem}.mobRordRadiusTR{border-top-right-radius:3rem}.mobRordRadiusBL{border-bottom-left-radius:3rem}.mobRordRadiusBR{border-bottom-right-radius:3rem}.mobTAC{text-align:center}.mobTAL{text-align:left}.mobTAE{text-align:end}.mobTAJ{text-align:justify}}@media screen and (max-width:900px){.searchBarHeaderDropDownSearchPage{top:173px}.smallMobTAE{text-align:end}.smallMobFWW{flex-wrap:wrap}.height25Rem{height:25rem}.mobDispNone900{display:none}.mobMaxHeight10rem900{max-height:10rem!important}.deskDispNone900{display:flex!important}.deskDispNone900NotFlex{display:block!important}.loader{margin-top:50%}.smallMobW10{width:10%!important}.smallMobW5{width:5%!important}.smallMobGap1R{gap:1rem}.smallMobGap2R{gap:2rem}.smallMobDispNone{display:none}.smallMobDF{display:flex}.smallMobJCFS{justify-content:flex-start}.smallMobJCC{justify-content:center}.smallMobFFC{flex-flow:column}.smallMobFFCR{flex-flow:column-reverse}.smallMobFFR{flex-flow:row}.smallMobFFRR{flex-flow:row-reverse}.smallMobAIC{align-items:center}.smallMobAIFS{align-items:flex-start}.smallMobFGap0{gap:0}.smallMobFGap1{gap:1rem}.smallMobMB1{margin-bottom:.5rem}.smallMobMB2N{margin-bottom:-2rem}.smallMobW100{width:100%!important}.smallMobW90{width:90%!important}.smallMobW87p8{width:87.8%!important}.smallMobW80{width:80%!important}.smallMobW70{width:70%!important}.smallMobW60{width:60%}.smallMobW50{width:50%!important}.smallMobMAuto{margin:auto!important}.smallMobMLAuto{margin-left:auto!important}.smallMobML0{margin-left:0!important}.smallMobML1{margin-left:1rem!important}.smallMobML2{margin-left:2rem!important}.smallMobML20{margin-left:20px!important}.smallMobML6Percent{margin-left:6%!important}.smallMobMRAuto{margin-right:auto!important}.smallMobMR1{margin-right:1rem!important}.smallMobMR20{margin-right:20px!important}.smallMobMT-70px{margin-top:-70px!important}.smallMobMT1{margin-top:1rem!important}.smallMobMT0{margin-top:0!important}.smallMobMT10{margin-top:10px!important}.smallMobMT15{margin-top:15px!important}.smallMobMT20{margin-top:20px!important}.smallMobMT25{margin-top:25px!important}.smallMobMT30{margin-top:30px!important}.smallMobMT40{margin-top:40px!important}.smallMobMT50{margin-top:50px!important}.smallMobMT60{margin-top:60px!important}.smallMobMB0{margin-bottom:0!important}.smallMobMB10{margin-bottom:10px!important}.smallMobMB15{margin-bottom:15px!important}.smallMobMB20{margin-bottom:20px!important}.smallMobMB30{margin-bottom:30px!important}.smallMobMB40{margin-bottom:40px!important}.smallMobMB50{margin-bottom:50px!important}.smallMobMB60{margin-bottom:60px!important}.smallMobMB260{margin-bottom:260px!important}.smallMobP20{padding:20px!important}.smallMobPT0{padding-top:0!important}.smallMobPT1{padding-top:1rem!important}.smallMobPT10{padding-top:10px!important}.smallMobPT20{padding-top:20px!important}.smallMobPT30{padding-top:30px!important}.smallMobPT40{padding-top:40px!important}.smallMobPT50{padding-top:50px!important}.smallMobPT60{padding-top:60px!important}.smallMobPB1{padding-bottom:1rem!important}.smallMobPB3{padding-bottom:3rem!important}.smallMobPB10{padding-bottom:10px!important}.smallMobPB20{padding-bottom:20px!important}.smallMobPB30{padding-bottom:30px!important}.smallMobPB40{padding-bottom:40px!important}.smallMobPB50{padding-bottom:50px!important}.smallMobPB60{padding-bottom:60px!important}.smallMobPL1{padding-left:1rem!important}.smallMobPL0{padding-left:0!important}.smallMobPL10{padding-left:10px!important}.smallMobPL20{padding-left:20px}.smallMobPR0{padding-right:0!important}.smallMobPR1{padding-right:1rem!important}.smallMobPR20{padding-right:20px}.smallMobBT{border-top:2px solid #d9d9d9}.smallMobBB{border-bottom:2px solid #d9d9d9}.smallMobJCSB{justify-content:space-between}.smallMobJCSA{justify-content:space-around}.smallMobPB0{padding-bottom:0!important}.smallMobRordRadiusTL{border-top-left-radius:3rem}.smallMobRordRadiusTR{border-top-right-radius:3rem}.smallMobRordRadiusBL{border-bottom-left-radius:3rem}.smallMobRordRadiusBR{border-bottom-right-radius:3rem}.smallMobTAC{text-align:center}.smallMobTAL{text-align:left}.smallMobTAJ{text-align:justify}.deskDispNone{display:flex!important}.centerContainer{padding-top:4rem}.BLResp2{border-left:0}.BRResp1,.BRResp2{border-right:0}.subHeadingBlue,.subHeadingRed,.subHeadingWhite{font-size:2rem!important;line-height:2.5rem!important}.searchCardText{color:#fff!important;font-size:1.25rem;line-height:normal!important;text-align:center}}@media screen and (max-width:660px){.searchBarHeaderDropDownSearchPage{top:164px}.deskDispNone660{display:flex!important}.verySmallMobIStretchF{flex:1 1}.verySmallMobBRResp{border-right:1px solid #d9d9d9}.verySmallMobBBResp{border-bottom:1px solid #d9d9d9}.mobOnlyTAJ{text-align:justify}.mobOnlyW100{width:100%!important}.text,.textAwardsData,.textDescriptionAboutUs,.textDescriptionAward{font-size:1rem!important;line-height:1.25rem!important}.verySmallMobHeightMin100vh{min-height:calc(100vh - 64px)!important}.verySmallMobFloatRight{float:right}.verySmallMobDIB{display:inline-block}.verySmallMobW90{width:90%!important}.verySmallMobW100{width:100%!important}.verySmallMobW10{width:10%!important}.verySmallMobW5{width:5%!important}.verySmallMobGap1R{gap:1rem}.verySmallMobGap2R{gap:2rem}.verySmallMobDispNone{display:none}.verySmallMobDispVisible{display:block}.verySmallMobDF{display:flex}.verySmallMobJCFS{justify-content:flex-start}.verySmallMobJCC{justify-content:center}.verySmallMobFFC{flex-flow:column}.verySmallMobFFCR{flex-flow:column-reverse}.verySmallMobFFR{flex-flow:row}.verySmallMobFFRR{flex-flow:row-reverse}.verySmallMobAIC{align-items:center}.verySmallMobFGap0{gap:0}.verySmallMobFGap1{gap:1rem}.verySmallMobMB1{margin-bottom:.5rem}.verySmallMobW80{width:80%!important}.verySmallMobW70{width:70%!important}.verySmallMobW60{width:60%}.verySmallMobW50{width:50%!important}.verySmallMobMAuto{margin:auto!important}.verySmallMobMLAuto{margin-left:auto!important}.verySmallMobML1{margin-left:1rem!important}.verySmallMobML2{margin-left:2rem!important}.verySmallMobML6Percent{margin-left:6.1%!important}.verySmallMobMR6Percent{margin-right:6.1%!important}.verySmallMobMRAuto{margin-right:auto!important}.verySmallMobMR1{margin-right:1rem!important}.verySmallMobMT-90px{margin-top:-90px!important}.verySmallMobMT-70px{margin-top:-70px!important}.verySmallMobMT1{margin-top:1rem!important}.verySmallMobMT0{margin-top:0!important}.verySmallMobMT5{margin-top:5px!important}.verySmallMobMT10{margin-top:10px!important}.verySmallMobMT15{margin-top:15px!important}.verySmallMobMT20{margin-top:20px!important}.verySmallMobMT25{margin-top:25px!important}.verySmallMobMT30{margin-top:30px!important}.verySmallMobMT40{margin-top:40px!important}.verySmallMobMT50{margin-top:50px!important}.verySmallMobMT60{margin-top:60px!important}.verySmallMobMB0{margin-bottom:0!important}.verySmallMobMB10{margin-bottom:10px!important}.verySmallMobMB15{margin-bottom:15px!important}.verySmallMobMB20{margin-bottom:20px!important}.verySmallMobMB30{margin-bottom:30px!important}.verySmallMobMB40{margin-bottom:40px!important}.verySmallMobMB50{margin-bottom:50px!important}.verySmallMobMB60{margin-bottom:60px!important}.verySmallMobMB260{margin-bottom:260px!important}.verySmallMobP20{padding:20px!important}.verySmallMobPT0{padding-top:0!important}.verySmallMobPT1{padding-top:1rem!important}.verySmallMobPT10{padding-top:10px!important}.verySmallMobPT20{padding-top:20px!important}.verySmallMobPT30{padding-top:30px!important}.verySmallMobPT40{padding-top:40px!important}.verySmallMobPT50{padding-top:50px!important}.verySmallMobPT60{padding-top:60px!important}.verySmallMobPB1{padding-bottom:1rem!important}.verySmallMobPB10{padding-bottom:10px!important}.verySmallMobPB20{padding-bottom:20px!important}.verySmallMobPB30{padding-bottom:30px!important}.verySmallMobPB40{padding-bottom:40px!important}.verySmallMobPB50{padding-bottom:50px!important}.verySmallMobPB60{padding-bottom:60px!important}.verySmallMobPL1{padding-left:1rem!important}.smallMobPL6per{padding-left:6.1%!important}.verySmallMobPL0{padding-left:0!important}.verySmallMobPL10{padding-left:10px!important}.verySmallMobPR1{padding-right:1rem!important}.smallMobPR6per{padding-right:6.1%!important}.verySmallMobPR0{padding-right:0!important}.verySmallMobBT{border-top:2px solid #d9d9d9}.verySmallMobBB{border-bottom:2px solid #d9d9d9}.verySmallMobJCSB{justify-content:space-between}.verySmallMobJCSA{justify-content:space-around}.verySmallMobPB0{padding-bottom:0!important}.verySmallMobRordRadiusTL{border-top-left-radius:3rem}.verySmallMobRordRadiusTR{border-top-right-radius:3rem}.verySmallMobRordRadiusBL{border-bottom-left-radius:3rem}.verySmallMobRordRadiusBR{border-bottom-right-radius:3rem}.verySmallMobTAC{text-align:center}.verySmallMobTAL{text-align:left}.verySmallMobTAR{text-align:right}.verySmallMobTAJ{text-align:justify}}@media screen and (max-width:600px){.centerContainer{padding-top:3.5rem}.verySmallMobHeightMin100vh{min-height:calc(100vh - 56px)!important}}.fw700{font-weight:700!important}.fw600{font-weight:600!important}.fw400{font-weight:400!important}.fs1-125R{font-size:1.125rem!important}.HT70{height:70px!important}.HT24-625R{height:24.625rem}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,red,Segoe UI Emoji,Segoe UI Symbol}#chartdiv{height:100vh;width:100%}.Hidebox{background:#fff;height:1rem;position:absolute;top:82%;width:8vw;z-index:99}.BorderTop-Bottom1pxB{border-bottom:1px solid #ccc;border-top:1px solid #ccc}.border1Black{border:1px solid #000}@media screen and (max-width:600px){.Hidebox{width:27vw}}@media screen and (min-width:600px)and (max-width:900px){.Hidebox{width:20vw}}@media screen and (min-width:900px)and (max-width:1100px){.Hidebox{width:13vw}}.highcharts-credits{display:none}#square{background-color:#555;height:50px;width:50px}.Contactusformtermsofusage{font-size:.75rem!important;font-weight:300!important;line-height:normal!important}@media screen and (max-height:720px){.FGap80to40{gap:40px}}.expCardText{color:#fff!important;font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal!important;text-align:center}.expTextBox{position:relative;z-index:999}.awardScrollable{height:370px;overflow:scroll}.awardText{color:#fff!important;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal!important;text-align:left}.experienceBackground{color:#f3f9fe;font-size:16.25vw;left:0;line-height:75%!important;line-height:normal;margin:auto;position:absolute;right:0;text-align:center;text-shadow:0 0 #0000001f,0 0 #0000001f,0 0 #0000001f,0 0 #0000001f,0 0 #0000001f,0 0 #0000001f,1px -1px #0000001f,-1px 1px #0000001f;text-transform:uppercase;white-space:nowrap}.count,.experienceBackground{font-style:normal;font-weight:700}.count{color:#395fd2;font-size:4.5rem;line-height:normal!important}.countText{color:#000;font-size:22px}.countText,.expCardSubText{font-weight:400;line-height:normal!important}.expCardSubText{color:#fff;font-size:1.5rem;font-style:normal;text-align:center}.clientIconContainer{flex-flow:row wrap}.clientIconContainer>*{flex-basis:20%}.clientIcon{background-size:contain!important;height:120px;width:100%!important}.businessOfferingBG,.clientIcon{background-position:50%!important;background-repeat:no-repeat}.businessOfferingBG{background-size:cover!important;border-radius:10px;cursor:pointer;margin:.7% .6%;min-height:380px;mix-blend-mode:multiply;object-fit:fill;padding-left:27px;padding-right:27px;width:32%}.businessOfferingIcon{background-repeat:no-repeat;background-size:contain!important;height:5.75rem;object-fit:fill;width:5.75rem}.businessOfferingHeading{font-size:22px;font-weight:700}.businessOfferingHeading,.businessOfferingSubHeading{color:#fff;font-style:normal;line-height:normal!important}.businessOfferingSubHeading{font-size:18px;font-weight:600;letter-spacing:-.72px!important}.businessOfferingtext{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal!important}.awardBox{background-image:url(/static/media/blueBG.784fa8974818b923c32b.svg);background-position:50%!important;background-repeat:no-repeat;background-size:cover!important;min-height:546px}.blueBGHeading{color:#fff;font-size:2.25rem;font-style:normal;font-weight:700;line-height:normal!important}.blueCrouselBtnContainer{height:4.5rem;right:5%;top:15rem}.blueCrouselBtn,.blueCrouselBtnActive{border:1px solid #fff;border-radius:50%;cursor:pointer;display:inline-block;height:15px;width:15px}.blueCrouselBtnActive{background-color:#fff}.tabPanel{background-color:#f3f9fe;min-height:352px!important}.css-19kzrtu{padding-bottom:0!important;padding-top:0!important}.tab{color:#000!important;font-size:22px!important;font-style:normal;font-weight:500!important;height:2.75rem;line-height:normal!important;text-transform:capitalize!important}.homeTabs .Mui-selected{background-color:#395fd2!important;border-radius:10px 10px 0 0!important;color:#fff!important;height:2.75rem}.tabPanelDate{color:#395fd2;flex-basis:20%;letter-spacing:-.48px;line-height:normal!important;white-space:nowrap}.tabPanelTitle{flex-basis:70%;letter-spacing:-.54px;overflow:hidden}.tabPanelTitleNewsAndAnnouncement{flex-basis:80%;white-space:wrap!important}.tabBtn{font-weight:400!important;letter-spacing:-.54px!important;line-height:normal!important;width:8.75rem}.tabBtn,.tabBtnDT{background-color:#ed3125!important;border-radius:5px!important;color:#fff!important;font-size:1.125rem!important;height:2.813rem;text-transform:capitalize!important;transition:.4s!important}.tabBtnDT{width:11.25rem}.mapText{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal!important}.newsInsightContainerHome{gap:2.29%}.newsInsightImage{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;min-height:450px;width:31.53%}.newsInsightTabPanel{width:65.76%}.exploreOurService{position:relative;top:60px}@media screen and (max-width:1100px){.clientIcon{width:100%!important}.tabPanel{flex:1 1}}@media screen and (max-width:900px){.businessOfferingBG{width:100%}.mapText{font-size:.75rem}.count{font-size:3.5rem}.countText{font-size:1rem}.expCardText{color:#fff!important;font-size:1.25rem;line-height:1.5rem;text-align:center}.expCardSubText{color:#fff;font-size:1rem;line-height:1.5rem}.blueBGHeading{font-size:2rem;line-height:2.5rem}.awardText{font-size:1.25rem;line-height:1.5rem}}@media screen and (max-width:660px){.clientIcon{width:100px!important}.tab{font-size:16px!important;line-height:22px!important;min-width:0!important}.Mui-selected{padding-left:8px!important;padding-right:8px!important}.tabPanel .css-19kzrtu{padding:0!important}.tabPanelDate{font-size:.9rem!important}.tabPanelChildLast{border-bottom:0;padding-bottom:.7rem}}.carouselBig{animation:fadeInAnimation 1s ease;animation-fill-mode:forwards;animation-iteration-count:1;background-position:50%!important;background-repeat:no-repeat;background-size:cover!important;mix-blend-mode:multiply;object-fit:fill;position:relative;width:100%;z-index:1}.carouselBig,.carouselContentHeight{min-height:calc(100vh - 116px)}.dot{height:1px!important;position:absolute;width:1px!important;z-index:-100!important}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.carouselHeading{color:#fff!important;font-style:normal!important;font-weight:900!important;line-height:normal!important;position:relative!important;text-align:center!important}.carouselHeadingFSSmall{font-size:3rem!important;line-height:125%!important}.carouselHeadingFSBig{font-size:5rem!important}.textCarousel{font-weight:500}.textCarousel,.textCarousel2{color:#fff;font-size:1.438rem;font-style:normal;line-height:normal!important;text-align:center;width:60%!important}.textCarousel2{font-weight:400}.textNumberHeading{font-size:2.25rem;font-weight:700;line-height:1.813rem}.textNumber,.textNumberHeading{color:#fff;font-style:normal;text-align:center}.textNumber{font-size:1.5rem;font-weight:400;line-height:2.75rem}.btnsGrpCarousel{position:absolute;top:94%}.carouselActive{background-color:#fff;width:30px}.carouselActive,.carouselInactive{border:1px solid #fff;border-radius:10px;cursor:pointer;height:15px;margin-right:1rem;transition:width .3s}.carouselInactive{background-color:#0000;width:15px}.carouselBtn{background-color:#ed3125!important;border-radius:10px!important;color:#fff!important;font-size:1.125rem!important;font-weight:400!important;height:4rem;line-height:normal!important;padding:5px!important;text-transform:none!important;width:12rem}.carouselBtn,.carouselBtn:hover{border:0!important;transition:.4s!important}.carouselBtn:hover{background-color:#fff!important;color:#ed3125!important}@media screen and (max-width:900px){.textNumberHeading{font-size:1.5rem;line-height:1.5rem}.textNumber{font-size:1rem}}@media screen and (max-width:1100px){.textCarousel,.textCarousel2{font-size:1.125rem!important;width:90%!important}.carouselHeading{font-size:2.5rem!important;line-height:125%!important}.carouselContentHeight{min-height:calc(100vh - 64px)}}@media screen and (max-width:660px){.crBtnGrp{align-items:flex-start;display:flex;flex-flow:column;justify-content:space-between}.carouselContentHeight{min-height:calc(100vh - 56px)}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.IIcontactUse{min-height:calc(100vh - 116px);padding-left:15.3125%;width:100%}.IIcontactUse,.imgForFull{background-position:50%!important;background-repeat:no-repeat;background-size:cover!important}.imgForFull{border-bottom-left-radius:15px;border-top-left-radius:15px;min-height:363px;width:100%!important}.h1HeadingOffering{font-size:5rem!important}.h1HeadingOffering,.h1HeadingOfferingITICS{color:#fff;font-style:normal;font-weight:700!important;line-height:normal!important}.h1HeadingOfferingITICS{font-size:64px!important}.headingSubtextOffering{color:#fff;font-size:1.438rem!important;font-style:normal;font-weight:500!important;line-height:normal!important;max-width:31rem}.inputBoxContactus{background-color:#0000;border:0;border-bottom:2px solid #ed3125!important;color:#fff}.inputBoxContactus::placeholder{color:#fff}.inputBoxContactus:focus{outline:none}.headingContactUs{color:#fff;font-size:36px!important;font-style:normal!important;font-weight:600!important;line-height:normal!important}.submitBtnContactUs{border:0!important}.submitBtnContactUs,.submitBtnContactUsPage{background:#fff!important;color:#ef3125!important;font-size:1.125rem!important;font-weight:500!important;height:3.375rem!important;line-height:normal!important;text-transform:capitalize!important}.submitBtnContactUsPage{border-radius:0!important}.textWidth{width:80%}.overviewBox{background:#fff;border-radius:15px;box-shadow:0 0 20px #0003;filter:drop-shadow(0 4px 4px rgba(0,0,0,.3));left:15.3%;min-height:22.7rem;position:relative;top:-44px;width:69.375%}.overviewBoxText{border-left:3px solid #ed3125;min-height:2rem}.subHeadingOverview{color:#ed3125!important;font-size:2.25rem!important;font-style:normal!important;font-weight:700!important;line-height:normal!important}.devProcessBox{margin-bottom:-20rem;min-height:50rem}.devProcessHeading{font-size:1.5rem!important;font-weight:600!important;line-height:normal!important}.devProcessText{color:#000!important;font-size:1rem!important;font-weight:400!important;line-height:normal!important}.processNumberBox1{min-height:10rem!important}.processNumberBox1Emp{min-height:9rem!important}.processNumberBox2{min-height:10rem!important}.processNumberBox2Emp{min-height:8rem!important}.processNumberBox3{min-height:10rem!important}.processNumberBox3Emp{min-height:8rem!important}.processNumberBox4{min-height:10rem!important}.processNumberBox4Emp{min-height:8rem!important}.processNumberBox5{max-height:13rem!important}.processNumberBox5,.processNumberBox5NoMaxHeight{min-height:10rem!important}.icons1{left:42px}.icons1,.icons2{height:60px;position:relative;top:-124px;width:60px}.icons2{left:54px}.icons3{left:42px}.icons3,.icons4{height:60px;position:relative;top:-124px;width:60px}.icons4{left:52px}.icons5{height:60px;left:42px;position:relative;top:-124px;width:60px}.iconBox1{left:4%;position:relative;top:0}.iconBox2{left:-4%;position:relative;top:-106px}.iconBox3{left:4%;position:relative;top:-211px}.iconBox4{left:-4%;position:relative;top:-316px}.iconBox5{left:4%;position:relative;top:-421px}.indxxIndicesDevProcessBox{height:177px}.indxxIndicesDevProcessImages{height:177px;width:156px}.indxxIndicesDevProcessImagesIcon{height:60px;width:60px}.iconsBorderMob{transform:rotate(90deg)}.iconsMob{height:60px;left:-110px;position:relative;top:-64px;width:60px}.OurValuesSubHead{font-size:1.5rem!important;font-weight:600!important;line-height:normal!important}.OurValuesText{font-size:1.125rem!important;font-weight:400!important;line-height:normal!important}.ourValueImg{max-width:540px!important}.typesOfIndicesImage{background-position:50%!important;background-repeat:no-repeat;background-size:cover!important;min-height:363px}.indxxInsightBox{background:#fff;box-shadow:0 4px 100px #0000000d}.indxxInsightImg,.indxxInsightImgTabPanel{background-position:100%!important;min-height:200px}.indxxInsightImg,.indxxInsightImgDataTechnology,.indxxInsightImgTabPanel{background-repeat:no-repeat;background-size:cover!important;object-fit:fill;width:100%}.indxxInsightImgDataTechnology{background-position:50%!important;min-height:309px}.indxxInsightHeading{font-size:22px!important;font-weight:600!important;line-height:normal!important}.indxxInsightHeadingForTabs{font-size:1.125rem!important;font-weight:600!important}.indxxInsightImgForTabs:hover .indxxInsightHeadingForTabs{color:#ed3125}.indxxInsightHeadingDataTechnology{font-size:24px!important;font-weight:600!important;line-height:1.813rem!important;min-height:1rem}.indxxInsightText{font-size:18px!important;font-weight:400!important;line-height:normal!important}.indxxInsightBorder{border-bottom:1px solid #d2d2d2;margin:1rem 1.125rem!important}.dateBlockIndxxInsights,.dateBlockIndxxInsightsForTabs{background-color:#395fd2;color:#fff;height:3.5rem;white-space:normal;width:3.5rem}.dateBlockIndxxInsightsForTabs{border-bottom-right-radius:10px}.indiciedOfferd{background:#395fd2;min-height:10rem;padding-bottom:6rem}.indiciedOfferdAllBox{height:4rem;width:25%}.indiciedOfferdArrowBox{width:25%}.indiciedOfferdLinkBox{width:75%}.indiciedOfferdLink{color:#000;font-size:1.125rem;font-weight:500;line-height:normal}.indiciedOfferdLink:hover{text-decoration:none}.processCIBG{background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:187px;width:300px}.processCIBox{min-height:16rem}.processCIIconBorderBox{width:380px}.processCIIconBorderMid{min-height:11.375rem}.processCIIconBorderTopBot{min-height:10.125rem}.processCISubHeading{line-height:normal!important}.processCISubHeading,.processCustIndSubHeading{font-size:1.5rem!important;font-weight:600!important}.processCustIndSubHeading{line-height:30px!important}.processClienISubHeading{font-size:1.5rem!important;font-weight:700!important;line-height:normal!important}.processCISubText{font-size:1.125rem!important}.processCISubText,.processCustumIndSubText{font-weight:400!important;line-height:normal!important}.processCustumIndSubText{font-size:1rem!important}.processCISubText ul{margin-left:1.25rem!important}.processCISubTextMob{font-size:1rem!important;font-weight:400!important;line-height:21px!important}.processCISubBox1,.processCISubBox1Emp{height:12rem!important}.processCISubBox2{min-height:10rem!important}.processCISubBox2Emp{height:12rem!important}.processCISubBox3{min-height:10rem!important}.processCISubBox3Emp{min-height:14rem!important}.processCISubBox4{max-height:10rem!important;min-height:10rem!important}.processCISubBox4Emp{min-height:13rem!important}.processCIIconsMob{left:-94px;position:relative;top:-74px}.processCINumberInner{border-radius:50%;font-size:36px;font-weight:600;height:57px;width:57px}.processEQNumberInner{border-radius:50%;font-size:24px;font-weight:600;height:45px;width:45px}.processCINumberOuter{height:75px;width:75px}.processCINumberOuter,.processCLINumberOuter{border-radius:50%;box-shadow:0 4px 15px #00000026}.processCLINumberOuter{background-color:#fff;height:77px;width:77px}.processEQNumberOuter{background-color:#fff;border-radius:50%;box-shadow:0 4px 15px #00000026;height:58px;left:88%;position:relative;top:-28%;width:58px}.processCLIOne{left:93%;top:-243px}.processCLIOne,.processCLITwo{margin-bottom:-82px;position:relative}.processCLITwo{left:-20.2%;top:-216px}.processCLIFour{left:-20.2%;margin-bottom:-82px;position:relative;top:-170px}.leftArrow{position:relative;top:-6px}.rightArrow{position:relative;top:-8px}.leftRedArrow{left:-1%;position:relative;top:12px}.rightRedArrow,.rightRedArrowDown{left:99%;position:relative;top:12px}.processCLIBox{width:88.918%}.processCLIBG1{border-bottom:2px solid #000;border-right:2px solid #000;width:50%}.processCLIBG2{border-bottom:2px solid #000;border-left:2px solid #000;width:calc(50% + 2px)}.processCLIText{width:83.8095%}.processCLIInnerBox{min-height:139px}.processEQSubHeading{font-size:1.5rem!important;font-weight:700!important;line-height:normal!important}.equityProcessBox{border:8px solid;border-radius:29px;height:224px;width:222px}.equityProcessBoxHeading{color:#000!important;font-size:24px!important;font-weight:700!important;line-height:normal!important}.processEQIMG{background-position:50%!important;background-repeat:no-repeat;background-size:contain!important;min-height:250px;width:100%}@media screen and (max-width:1100px){.IIcontactUse{padding-left:5%!important}.processCLIFour,.processCLITwo{left:-26.2%;top:-244px}}@media screen and (max-width:900px){.devProcessBox{margin-bottom:0!important}.IIcontactUse{padding-left:0!important}.h1HeadingOffering,.h1HeadingOfferingITICS{font-size:3rem!important;line-height:60px!important;margin:auto!important;max-width:85%!important;text-align:center!important}.headingSubtextOffering{font-size:1.25rem!important;margin:auto!important;max-width:90%!important;text-align:center!important}.overviewBox{margin-left:5%;margin-right:5%;position:static}.processCINumberInner{font-size:30px}}@media screen and (max-width:660px){.imgForFull{border-radius:15px!important}.overviewBoxText{border-left:0;border-top:3px solid #ed3125}.imgForFull{background-position:bottom!important;min-height:300px}}@media screen and (min-width:1080px)and (max-width:1100px){.rightRedArrowDown{top:16px}}@media screen and (min-width:1400px){.rightRedArrowDown{top:16px}}@media screen and (min-width:1620px){.rightRedArrow{top:24px}.rightRedArrowDown{top:16px}}@media screen and (min-width:1723px)and (max-width:1821px){.rightRedArrowDown{top:36px}}@media screen and (min-width:1821px){.rightRedArrowDown{top:66px}}@media screen and (max-width:1820px){.processCLIFour{left:-20.2%;top:-200px}}@media screen and (max-width:1720px){.processCLIFour{left:-20.2%;top:-220px}}@media screen and (min-width:1840px){.rightRedArrow{top:44px}.processCLIOne{left:94%}.processCLITwo{left:-18%;top:-200px}.processCLIFour{left:-18%;top:-170px}}@media screen and (max-width:1620px)and (min-width:1099px){.processCLITwo{left:-22.2%;top:-240px}.processCLIFour{left:-23.2%;top:-222px}}@media screen and (min-width:980px)and (max-width:1100px){.processCLIFour{left:-27.2%;top:-240px}}@media screen and (max-width:1420px)and (min-width:1100px){.processCLIFour,.processCLITwo{left:-27%;top:-260px}.processCLIOne{left:90%}}@media screen and (max-width:1270px)and (min-width:1100px){.processCLIFour,.processCLITwo{left:-30%;top:-267px}}@media screen and (max-width:1143px)and (min-width:1100px){.processCLIFour,.processCLITwo{left:-34%;top:-290px}}@media screen and (max-width:1100px)and (min-width:1100px){.processCLITwo{left:-27%!important;top:-236px!important}.processCLIFour{left:-27%!important;top:-224px!important}}@media screen and (max-width:1100px){.overviewBox{left:5%;width:90%!important}}@media screen and (max-height:800px){.hgt800AIC{align-items:center!important}.hgt800PT40{padding-top:40px!important}.hgt800H100{height:100%}}@media screen and (min-height:800px){.hgtMaxH80{height:90%}}@media screen and (max-width:980px){.processCLITwo{left:-31.2%;top:-277px}.processCLIFour{left:-31.2%;top:-243px}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ITICSstoryText{font-size:1.125rem!important;font-weight:400!important;line-height:normal!important}.ITICSstoryHeading{color:#395fd2;line-height:normal!important}.ITICSOverviewHeading,.ITICSstoryHeading{font-size:2.25rem!important;font-weight:700!important}.ITICSOverviewHeading{color:#ed3125;line-break:3rem!important}.ITICSOverviewText{font-size:1.125rem!important;font-weight:400!important;line-height:1.638rem!important}.ITICScontactUse{min-height:calc(100vh - 116px);width:100%}.ITICScontactUse,.OverviewimgForFull{background-position:50%!important;background-repeat:no-repeat;background-size:cover!important}.OverviewimgForFull{border-bottom-left-radius:15px;border-top-left-radius:15px;min-height:363px;width:100%!important}.h1HeadingITICS{color:#fff;font-size:3.125rem!important;font-weight:700!important;line-height:60px!important;max-width:33.75rem}.ITICSITICSbox{margin-left:15.5%;margin-top:14%}.h1HeadingITICSITICS{color:#fff;font-size:3.125rem!important;font-style:normal;font-weight:700!important;line-height:60px!important;max-width:33.75rem}.formBox{width:100%!important}.ITICSOverviewBox{background:#fff;border-radius:15px;box-shadow:0 0 20px #0003;filter:drop-shadow(0 4px 4px rgba(0,0,0,.3));left:15.3%;min-height:22.7rem;position:relative;top:-44px;width:69.375%}.ITICSoverviewBoxText{border-left:3px solid #ed3125}.ITICSGlanceHeading{font-size:2.25rem!important;text-align:center}.ITICSCountstyle,.ITICSGlanceHeading{color:#ed3125;font-weight:700!important;line-height:normal!important}.ITICSCountstyle{font-size:32px!important}.ITICSBLResp2{border-left:2px solid #395fd2}.ITICScountText{color:#000;font-size:1.25rem;font-weight:400;line-height:normal!important}.ITICSGlanceText{font-size:1rem!important;font-style:italic;line-height:normal!important;text-align:center}.ITICSGlanceContainer{margin:auto;width:70%}.ITICSEdgeContainer{margin:auto;width:57.5%}.GradientEnding{background:linear-gradient(270deg,#d9d9d9,#fff);min-height:19.23%!important}.GradientStarting{background:linear-gradient(90deg,#d9d9d9,#fff);min-height:19.23%!important}.IconBox{width:18.91%!important}.iticsedgeimagescss{height:95px!important;width:95px!important}.RedBox{background:linear-gradient(270deg,#ed3125,#bb180e);border-radius:0 20px 20px 0;width:3.8%}.BlueBox{background:linear-gradient(270deg,#395fd2,#183eb0);border-radius:20px 0 0 20px;width:3.8%}.iticsEdgeImg{height:95px;width:95px}.WhiteBoxLeft,.WhiteBoxRight{border-radius:20px 0 0 20px;width:3.8%}.GradientContent{width:73.5%}.GradientContentHeading{color:#ed3125;font-size:1.25rem!important;font-weight:700}.GradientContentHeading,.GradientContentText{line-height:normal!important;padding-right:1rem}.GradientContentText{font-size:1rem!important}.ITICSAdvantageHeading{color:#ed3125;font-size:2.25rem!important;font-weight:700;line-height:normal!important;text-align:center}.ITICSAdvantageText{font-size:1.125rem!important;line-height:20px!important;margin:22px auto!important;text-align:center;width:80%}.InnerAdvContainerOdd{height:90px}.InnerAdvContainerEven,.InnerAdvContainerOdd{border:5px solid #d9d9d9;border-bottom:none;border-left:none;width:18.4%}.InnerAdvContainerEven{height:270px}.OuterAdvContainerLeft{border:5px solid #d9d9d9;border-bottom:none;border-left:none;height:270px;width:13.2%}.LineGrey{border:5px solid #d9d9d9;height:270px}.OuterAdvContainerRight{border:none;border-top:5px solid #d9d9d9;height:270px;width:13.2%}.BlueCircle{height:108px;width:108px}.BlueCircle,.BlueCircleSmall{background:#395fd2;border-radius:50%}.BlueCircleSmall{height:18px;width:18px}.RedCircle{height:108px;width:108px}.RedCircle,.RedCircleSmall{background:#ed3125;border-radius:50%}.RedCircleSmall{height:18px;width:18px}.longBorderIconImage{min-height:270px;width:5px}.shortBorderIconImage{min-height:90px;width:5px}.middleBorderIconImage{margin-top:162px}.Centericon{height:61px;width:61px}.GEImgBox{width:63%!important}.LevelBox{padding-top:3%;width:31%!important}.AdvImgUpperText{margin:0 17%;top:60%}.AdvImgLowerText,.AdvImgUpperText{display:flex;gap:12%;justify-content:space-between;position:absolute}.AdvImgLowerText{margin:0;top:100%}.ITICSoverviewtext{font-size:1.125rem!important;line-height:normal!important}.AdvImgTextHeading{font-size:1.25rem!important;font-weight:500;line-height:24px!important}.AdvImgTextPara{font-size:1.125rem!important;font-weight:400;line-height:21px!important}@media screen and (max-width:1250px){.AdvImgTextHeading{font-size:1.125rem!important}.AdvImgTextPara{font-size:1rem!important}}@media screen and (max-width:900px){.ITICSContactussmallMob{margin-left:5%!important;width:90%!important}.h1HeadingITICS{font-size:2rem!important}.ITICSBLResp2{border-left:none!important}.ADVBox,.GEBox{margin-top:3rem!important}.ITICSAdvLaptopView{display:none}.GEImgBox,.LevelBox{width:100%!important}.h1HeadingITICSITICS{font-size:3rem!important;line-height:60px!important}}.ITICSAdvMobileView{display:none}@media screen and (min-width:901px){.ITICSAdvLaptopView{display:block}}@media screen and (min-width:601px){.EdgeImgLaptop{display:flex}.EdgeImgMobile{display:none}}@media screen and (max-width:600px){.GradientContent{text-align:center;width:92.5%}.IconBox{width:28.91%!important}.ITICSEdgeContainer{margin-top:2rem!important}.AllGradient{margin-top:10px!important}.ITICSGlanceMobileView{margin-top:15px!important}.ITICSAdvantageHeading{font-size:2rem!important}.ITICSGlanceContainer{width:90%!important}.EdgeImgLaptop{display:none}.EdgeImgMobile{display:block}}@media screen and (max-width:660px){.ITICSAdvMobileView{display:flex}}@media screen and (max-width:900px){.ITICSOverviewBox{left:5%;width:90%}.ITICSGlanceContainer{margin-top:0!important}.ITICSEdgeContainer{width:90%!important}}@media screen and (max-width:1100px){.h1HeadingITICSITICS{margin:auto!important;max-width:85%!important;text-align:center!important}}.h1HeadingCADMIN{color:#fff;font-size:36px!important;font-weight:700!important;line-height:2.969rrem!important}#lineHt47p{line-height:47.5px!important}.CadminLogo{height:113px;margin-left:-20px;width:382px}.CadminLogo2{height:50px;margin-left:-9px;width:168px}.CadminCadminText{font-size:18px!important;font-weight:400;line-height:normal!important}.CadminCadminHeading{color:#ed3125;font-size:24px!important;font-weight:700;line-height:normal!important}.CadminCadminBanner,.CadminIndustryBanner{min-height:12.5rem}.CadminCadminBanner,.CadminCadminBanner2,.CadminIndustryBanner{background-position:50%!important;background-repeat:no-repeat;background-size:cover!important;width:100%}.CadminCadminBanner2{min-height:15.625rem}.IndustryProblemBannerText{font-size:24px!important}.CadminBannerText,.IndustryProblemBannerText{color:#fff;font-weight:400!important;line-height:normal!important}.CadminBannerText{font-size:1.5rem!important}.IndustryProblemBannerHeading{color:#fff;font-size:2.25rem!important;font-weight:700!important;line-height:normal!important}.IndustryComponentOuterBox{height:420px;width:48.64%}.IndustryComponentInnerBoxTop{height:410px}.IndustryInnerBoxBottom{height:10px}.IndustryComponentInnerBoxTopHeading{font-size:1.875rem!important;font-weight:500!important;line-height:normal!important;width:85%}.IndustryComponentInnerBoxTopText{font-size:18px!important;font-weight:400!important;line-height:normal!important;width:85%}.CadminCarousel .carousel-indicators{display:none}.FeatureCarouselBox{background-color:#395fd2;height:646px;width:100%}.CadminCarouselImg{height:24.813rem;width:48.64%}.CadminCarouselHeading{font-size:1.875rem!important;font-weight:500!important}.CadminCarouselHeading,.CadminCarouselText{line-height:normal!important;text-align:left}.CadminCarouselText{color:#fff;font-size:1.25rem!important;font-weight:400!important;margin-top:1.563rem!important}.CadminCarouselTextBox{color:#fff;margin-top:6rem;width:48%}.CadminFeatureHeading{color:#395fd2;font-size:2.25rem!important;font-weight:700!important;line-height:normal!important;width:35%}.CadminFeatureText{font-size:1.25rem!important;font-weight:400!important;line-height:normal!important;width:64%}.CadminFeatureBox{margin:auto;padding:2.5rem 0;width:90%}.CadminCarousel{margin-top:-6vh}.CadminInnerBoxTop{border-radius:10px;height:367px!important}.CadminInnerBoxImg{margin:auto;width:85%}.CadminInnerBoxImgInnerImg{height:91px!important;width:91px!important}.Cadminouterbox{border-radius:10px;margin-bottom:1.875rem!important;width:31.5%}.CadminQuestonsfs{font-size:1.125rem!important}.redHover:hover{color:#ed3125!important}.CadminBottomBanner{background-position:inherit!important;background-repeat:no-repeat;background-size:cover!important;min-height:44.625rem;opacity:.8999999762;width:100%}.CadminBottomBannerHeading{color:#fff;font-size:2.625rem!important;font-weight:700!important;line-height:normal!important;max-width:36rem}.CadminInputBox{background-color:#0000;border:0;border-bottom:2px solid #fff!important;line-height:normal!important}.CadminInputBox::placeholder{color:#fff}.CadminInputBox:focus{outline:none}.DownloadBrochure{height:60px}.DownloadBrochure,.DownloadBrochureItics{background-color:#3f4040;margin-bottom:-62px;margin-top:0;width:100%}.DownloadBrochureItics{height:135px}.CadminDownloadBrochureBox{margin:auto;padding:2.3rem 0;width:85%}.DownloadBrochurebtnLinkContainer{width:30.19%}.DownloadBrochurebtn{background-color:#ed3125!important;border-radius:5px!important;color:#fff!important;font-size:1.125rem!important;height:2.813rem;letter-spacing:-.54px!important;line-height:normal!important;text-decoration:underline!important;text-transform:capitalize!important;transition:.4s!important}.DownloadBrochureDiv,.DownloadBrochureDivItics{left:15%;margin-top:-4vh;position:absolute}.LogoPadding{padding-right:1.25rem}@media only screen and (max-width:1309px)and (min-width:901px){.CadminDesktop{width:60%!important}.CadminInnerBoxTop{height:600px!important}}@media screen and (max-width:1100px){.DownloadBrochureDiv,.DownloadBrochureDivItics{left:5%}.swiper .swiper-button-prev:after{margin-bottom:12rem!important;margin-left:0!important}.swiper .swiper-button-next:after{margin-bottom:12rem!important;margin-right:0!important}}@media screen and (max-width:1550px){.CadminInnerBoxTop{height:450px!important}}@media screen and (min-width:1310px){.CadminDesktop{height:449px!important;width:615px!important}.CadminBannerStyle{width:40vw!important}}@media screen and (max-width:500px){.CadminCarouselTextBox{margin-top:1rem!important;width:100%!important}.CadminCarouselImg{height:100%!important;width:100%!important}.CadminMobFFC{flex-flow:column}.CadminQuestonsfs{font-size:1rem!important}.DownloadBrochureDiv,.DownloadBrochureDivItics{margin-top:-14vh}.DownloadBrochureItics{height:330px}:root{--swiper-navigation-size:22px!important}}@media screen and (min-width:501px)and (max-width:899px){.DownloadBrochureDiv,.DownloadBrochureDivItics{margin-top:-10vh}.DownloadBrochureItics{height:290px}.CadminCarouselTextBox{margin-top:0!important}}@media screen and (max-width:900px){.IndustryComponentOuterBox{height:100%;margin-top:1rem}.IndustryProblemBannerText{font-size:1rem!important}.IndustryProblemBannerHeading{font-size:1.5rem!important}.Cadminouterbox{width:350px!important}.CadminInnerBoxTop{height:400px!important}.CadminCadminHeading{font-size:1.5rem!important}.CadminFeatureHeading{font-size:1.25rem!important}.CadminFeatureText{font-size:.8rem!important}.CadminBottomBannerMT1{margin-top:2rem!important}.CadminBottomBannerHeading{font-size:2rem!important}.DownloadBrochurebtn{width:100%}.CadminLogo{height:100px;width:300px}.h1HeadingCADMIN{font-size:2rem!important}.IndustryComponentInnerBoxTop{height:100%;padding-bottom:2%}.IndustryComponentInnerBoxTopHeading{padding-top:5px!important}.IndustryComponentInnerBoxTopText{padding-top:0!important}.CadminCadminText{font-size:1rem!important}.FeatureBannerBox{margin-top:1.25rem!important}}.swiper{height:100%;margin-top:-6vh;width:100%}.swiper-slide{align-items:center;background:#fff;display:flex;font-size:18px;justify-content:center;text-align:center}.swiper-button-prev:after{color:#fff!important;margin-left:4.125rem!important}.swiper-button-next:after{color:#fff!important;margin-right:4.125rem!important}.swiper-pagination-bullets{display:none}.newsandresearchimg{background:url(/static/media/newsandresearch.8819faf8161c2103a05e.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:37.04vh;width:100%}.topHeadingPage,.topHeadingPageWithBTn{color:#fff;font-size:64px!important;font-weight:700!important;line-height:normal!important}.newsandresearchreddiv{align-items:center;border-radius:10px;color:#ed3125;display:flex;font-size:2.25rem;font-weight:700;height:4.375rem;justify-content:center;text-transform:capitalize!important;width:100%}.newsandresearchtabheading{border-radius:5px!important;margin:.625rem!important}.newsandresearchtabpanel{margin-bottom:1rem;margin-right:30px;max-height:26rem;overflow-y:scroll}.tabpanelyear .MuiTab-root{background-color:#616564!important;border-radius:5px!important;color:#fff;font-size:1.5rem;font-weight:400!important;height:45px;max-width:140px!important;min-height:0;min-width:140px!important}.tabpanelyear .Mui-selected{background-color:#395fd2!important;border-radius:5px!important;color:#fff!important;font-size:1.5rem}.tabpanelyear .MuiTabs-flexContainer{display:flex;flex-wrap:wrap}.tabpanelyear .MuiTabs-indicator{display:none}.tabpanelyear .css-1ujykiq-MuiButtonBase-root-MuiTab-root{font-weight:400;height:45px;padding:0;width:140px!important}.tabpanelyear .P1{padding:1rem 0 0}@media screen and (max-width:660px){.tabpanelyear .MuiTab-root{font-size:1.25rem;height:40px;max-width:90px!important;min-width:90px!important}.tabpanelyear .Mui-selected{font-size:1.25rem}.newsandresearchtabpanel{margin:0 0 2%}}@media screen and (max-width:900px){.newsandresearchreddiv{font-size:1.75rem!important}.topHeadingPage,.topHeadingPageWithBTn{font-size:2.5rem!important}.newsandresearchimg{min-height:18rem}}@media screen and (max-width:600px){.newsandresearchreddiv{font-size:1.5rem!important}.topHeadingPage{font-size:2.25rem!important}}.announcementimg{background:url(/static/media/Announcement.796be6a483ea5f72fccf.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;width:100%}.announcementimgpara{color:#fff;font-size:4rem!important;font-weight:700!important}.announcementouterbox{border-radius:10px}@media screen and (max-width:800px){.announcementimgpara{font-size:3rem!important}}@media screen and (max-width:900px){.announcementimg{min-height:18rem}}.dataprivacyimg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:25rem;padding-left:15.3125%!important;padding-right:15.3125%!important;width:100%}.dataprivacyimgpara{color:#fff;font-size:4rem!important;font-weight:700!important;line-height:3.75rem!important}.privacyHeading{font-size:2.25rem;line-height:normal!important;text-align:center}.privacyHeading,.privacyTextHeading{color:#ed3125;font-weight:700!important}.privacyTextHeading{margin-bottom:1.25rem!important}.privacyText,.privacyTextHeading{font-size:1.125rem;line-height:1.5rem!important}.privacyText{font-weight:600!important}@media screen and (max-width:800px){.dataprivacyimgpara{font-size:3rem!important}}@media(max-width:1400px){.dataprivacyimg{padding-left:10%!important;padding-right:10%!important;transition:width 2s}}@media(max-width:1250px){.dataprivacyimg{padding-left:5%!important;padding-right:5%!important;transition:width 2s}}.dataprivacycontentbox .css-1c5ij41{margin:34px!important}.removeAccordionBorder{box-shadow:inset 0 2px 4px 0 #0000!important;padding:10px 0!important}.removeaccordion{box-shadow:none!important;padding:10px 0!important}.greyline{border:1px solid #c7c7c7!important}.cookiepolicyimg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:25rem;padding-left:15.3125%!important;padding-right:15.3125%!important;width:100%}.cookiepolicyimgpara{color:#fff;font-size:4rem!important;font-weight:700!important;line-height:3.75rem!important}.cookiepolicyText{font-size:1.25rem!important;font-weight:400!important;line-height:normal!important}.curve3sides100{border-radius:100px 100px 0 100px!important}.policyImg{min-width:471px!important}.cookieServiceHeading{font-size:2.25rem!important;font-weight:700!important}.cookieServiceHeading,.cookieServiceText{line-height:normal!important;text-align:center!important}.cookieServiceText{font-size:1.125rem!important;letter-spacing:-.18px}.ManageCookieHeading{font-size:2.25rem!important;font-weight:700!important;line-height:normal!important;text-align:center!important}.ManageCookieText{font-size:1.125rem!important;font-weight:400!important;letter-spacing:-.18px;line-height:normal!important}.outerBox{border-radius:6px;margin-bottom:3.5rem!important;width:31.5%}.innerBoxTop{border-radius:6px 6px 0 0;height:243px!important}.innerBoxBottom{border-radius:0 0 6px 6px;height:14px!important}.innerBoxTopHeading{font-size:1.625rem!important}.innerBoxTopHeading,.innerBoxTopHeadingCadmin{font-weight:700!important;line-height:normal!important;width:85%}.innerBoxTopHeadingCadmin{font-size:24px!important}.innerBoxTopText{font-size:18px!important;font-weight:400!important;line-height:normal!important;width:85%}@media screen and (max-width:800px){.cookiepolicyimgpara{font-size:3rem!important}.cookieServiceText{font-size:1rem!important}.policyImg{min-width:0!important}}@media screen and (min-width:900px)and (max-width:1400px){.outerBox{height:300px!important}.innerBoxTop{height:290px!important}}@media screen and (max-width:900px){.outerBox{width:350px!important}.bGColorBlue{margin-top:0!important}.ManageingCookie{margin-top:3rem!important;padding-bottom:0!important}.CookieWeUse{margin-top:1rem!important}.PurposeOfUsingCookie{margin-top:0!important}.ImgAndTextGap{gap:0!important}.CookiePolicyTop{margin-top:1.5rem!important}.ReuceManageCookieText{font-size:.8rem!important}}.benchmarkindicesimg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:40vh;width:100%}.tabBtnTypesIndices{background-color:#ed3125!important;border-radius:5px!important;color:#fff!important;font-size:1.125rem!important;font-weight:400!important;height:2.813rem;letter-spacing:-.54px!important;line-height:normal!important;text-transform:capitalize!important;transition:.4s!important;width:8.75rem}.benchmarkindicesimgpara{color:#fff;font-size:4rem!important}.BenchmarkSubHead,.benchmarkindicesimgpara{font-weight:700!important;line-height:normal!important}.BenchmarkSubHead{color:#395fd2;font-size:2.25rem!important}.imgoppbordr30{border-radius:30px 0}.MT4REM{margin-top:4rem}.accordionbgblue{background-color:#395fd2!important}.accordiontext{font-size:1.125rem!important;font-weight:600!important;letter-spacing:-.6px!important;line-height:normal!important}.newsandresearchouterbox{border-radius:10px}.accordionbggrey{background-color:#f5f5f5}.accordioninput{background-color:#fff!important;border-radius:10px!important;color:#000!important;font-size:1.125rem!important;letter-spacing:-.54px!important;line-height:normal!important;padding:1rem}.accordioninput:hover{color:#ed3125!important}.fnt125{font-size:1.25rem!important}.arrowwhite .css-i4bv87-MuiSvgIcon-root{color:#fff}.groupBtnLanguage{background-color:#fff;border-radius:10px!important;top:47%}.grpBtnActive{background:#395fd2!important;color:#fff!important;width:210px!important}.grpBtnActive,.grpBtnInActive{border-radius:5px!important;text-transform:capitalize!important;transition:width .3s!important}.grpBtnInActive{background:#fff!important;color:#616564!important;width:180px!important}@media screen and (max-width:650px){.grpBtnActive{width:160px!important}.grpBtnInActive{width:140px!important}}@media screen and (max-width:800px){.benchmarkindicesimgpara{font-size:3rem!important}}@media screen and (max-width:1100px){.groupBtnLanguage{top:40%}}.aboutUsHeadingBG{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:25rem;width:100%}.ikeepBox{min-height:5rem}.ikeepIconBorderBox{width:8.625rem}.ikeepIconBorderMid{min-height:11.375rem}.ikeepIconBorderTopBot{background-size:contain;min-height:10.125rem}.ikeepIcon{height:40px;width:40px}.ikeepSubHeading,.indexDevProcessHeading{font-size:1.5rem!important;font-weight:600!important;line-height:normal!important}.ikeepSubText{line-height:20px!important}.ikeepSubText,.ikeepSubTextIndices{color:#000!important;font-size:1rem!important;font-weight:400!important}.ikeepSubTextIndices{line-height:normal!important}.ikeepSubBox1,.ikeepSubBox1Emp,.ikeepSubBox2{min-height:10rem!important}.ikeepSubBox2Emp{min-height:11rem!important}.ikeepSubBox3{min-height:10rem!important}.ikeepSubBox3Emp{min-height:11rem!important}.ikeepSubBox4{min-height:10rem!important}.ikeepSubBox4Emp{min-height:13rem!important}.ikeepSubBox5{max-height:10rem!important}.ikeepSubBox5,.ikeepSubBox5NoMaxHeight{min-height:10rem!important}.ikeeoiconsMob{height:40px;left:-90px;position:relative;top:-75px;width:40px}.ourAwardBox{border-radius:10px;min-height:145px}.awardTabPanelBox{max-height:674px}.tabPanelChild:hover .date,.tabPanelChild:hover .tabPanelTitleNewsAndAnnouncement,.tabPanelChildLast:hover .date,.tabPanelChildLast:hover .tabPanelTitleNewsAndAnnouncement{color:#ed3125!important}.tabPanelChild{border-bottom:2px solid #d9d9d9!important;padding-bottom:.7rem}.awardTabPanel .css-19kzrtu{max-height:27rem;overflow-y:scroll}.awardTabPanelChild{border-bottom:2px solid #d9d9d9!important;cursor:default!important;min-height:65px;padding-bottom:.7rem}.awardScrollable::-webkit-scrollbar{display:none}.awardTabPanel{max-height:29rem!important;min-height:2rem!important}.ourPeopleImg{background-position:50%!important;background-repeat:no-repeat;background-size:cover!important;border-radius:20px;height:15.938rem;object-fit:fill}.ourPeopleContainer{background-color:#eee}.ourPeopleContainer,.ourPeopleContainerActive{border-radius:20px;cursor:pointer;min-height:22rem;width:15.938rem}.ourPeopleContainerActive{background-color:#395fd2}.ourPeopleContainerActive .ourPeopleDesignationText,.ourPeopleContainerActive .ourPeopleNameHeading{color:#fff}.ourPeopleContainer:hover{background-color:#395fd2}.ourPeopleContainer:hover .ourPeopleDesignationText,.ourPeopleContainer:hover .ourPeopleNameHeading{color:#fff}.ourPeopleNameHeading{font-size:1.25rem!important;font-weight:600!important;line-height:1.625rem!important}.ourPeopleDesignationText{font-size:1rem;font-weight:400;line-height:26px}.ourPeopleTextBox{min-height:6rem;-webkit-user-select:none;user-select:none}.ourPeopleSectionHeading{background-color:#395fd2;color:#fff;font-size:1.5rem;font-weight:700;height:3.563rem;line-height:26px;width:15.938rem}.ourPeopleDescriptionBox{background-color:#395fd2;border-radius:20px;min-height:2rem}.ourPeopleDescriptionText{color:#fff!important;font-size:1.125rem!important;line-height:1.5rem}.description1{margin-left:0!important;width:400%!important}.description2{margin-left:-100%!important;width:400%!important}.description3{margin-left:-200%!important;width:400%!important}.description4{margin-left:-300%!important;width:400%!important}.description5{margin-left:0!important;width:400%!important}.description6{margin-left:-100%!important;width:400%!important}.description7{margin-left:-200%!important;width:400%!important}.description8{margin-left:-300%!important;width:400%!important}.description9{margin-left:0!important;width:400%!important}.description10{margin-left:-100%!important;width:400%!important}.description11{margin-left:-200%!important;width:400%!important}.description12{margin-left:-300%!important;width:400%!important}.linkedInLogoBox{background-color:#fff;border-radius:5px;height:50px;width:50px}.ourPeopleNameAndPosition{background-color:#ed3125;color:#fff;min-height:5rem;width:31.53%}.ourPeopleNameAndPosition .name{font-size:1.5rem;font-weight:700;line-height:26px}.ourPeopleNameAndPosition .position{font-size:1.25rem;line-height:26px}.topHeadingPageAboutUs{color:#fff;font-size:64px!important;font-weight:700!important;line-height:60px!important}@media screen and (max-width:900px){.topHeadingPageAboutUs{font-size:48px!important;line-height:normal!important}.aboutUsHeadingBG{min-height:18rem}}@media screen and (max-width:660px){.ourPeopleNameAndPosition{width:90%!important}}@media screen and (max-width:1535px){.description1{margin-left:0!important;width:300%!important}.description2{margin-left:-100%!important;width:300%!important}.description3{margin-left:-200%!important;width:300%!important}.description4{margin-left:0!important;width:300%!important}.description5{margin-left:-100%!important;width:300%!important}.description6{margin-left:-200%!important;width:300%!important}.description7{margin-left:0!important;width:300%!important}.description8{margin-left:-100%!important;width:300%!important}.description9{margin-left:-200%!important;width:300%!important}.description10{margin-left:0!important;width:300%!important}.description11{margin-left:-100%!important;width:300%!important}.description12{margin-left:-200%!important;width:300%!important}}@media screen and (max-width:1200px){.description1{margin-left:0!important;width:200%!important}.description2{margin-left:-100%!important;width:200%!important}.description3{margin-left:0!important;width:200%!important}.description4{margin-left:-100%!important;width:200%!important}.description5{margin-left:0!important;width:200%!important}.description6{margin-left:-100%!important;width:200%!important}.description7{margin-left:0!important;width:200%!important}.description8{margin-left:-100%!important;width:200%!important}.description9{margin-left:0!important;width:200%!important}.description10{margin-left:-100%!important;width:200%!important}.description11{margin-left:0!important;width:200%!important}.description12{margin-left:-100%!important;width:200%!important}}@media screen and (max-width:599px){.description1,.description10,.description11,.description12,.description2,.description3,.description4,.description5,.description6,.description7,.description8,.description9{margin-left:-25%!important;width:150%!important}.ourPeopleDescriptionText{font-size:1rem!important}}.contactusbannerimg{background:url(/static/media/contactusbanner.bfc9dfc0e24f4a31b267.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;width:100%}.contactusbannerimgKorean{background:url(/static/media/contactusbannerKorean.6f5f92a61ee2ecf3c04a.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:55vh;width:100%}.contactusbannerimgHebrewbanner{background:url(/static/media/contactusbannerHebrew.037c9d4e185b9178297f.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:55vh;width:100%}#rc-imageselect,.g-recaptcha-bubble-arrow,.reCaptcha{zoom:1.25!important}div:has(>.g-recaptcha-bubble-arrow){zoom:1.25!important;left:5px!important}.contactusbannerimgpara{font-size:4rem!important}.contactusbannerimgpara,.contactusbannerimgparaKorean{color:#fff;font-weight:700!important;line-height:normal!important}.contactusbannerimgparaKorean{font-size:3.5rem!important}.contactusbannerimgparaKorean2{font-size:2.5rem!important}.contactusbannerimgparaHebrew,.contactusbannerimgparaKorean2{color:#fff;font-weight:700!important;line-height:normal!important}.contactusbannerimgparaHebrew{font-size:6rem!important}.contactusbannerimgpara2{color:#fff;font-size:2.5rem!important;font-weight:600!important;line-height:normal!important}.hebrew ::-webkit-input-placeholder{text-align:right!important}.contactusformheading{font-size:2.25rem!important}.contactusformheading,.contactusformheadingHebrew{color:#ed3125;font-weight:700!important;line-height:normal!important}.contactusformheadingHebrew{font-size:2.75rem!important}.contactusformheadingCadmin{color:#ed3125;font-size:32px!important;font-weight:700!important;line-height:normal!important}.bordr10px{border-radius:10px}.sendmsgBtn{background-color:#ed3125!important}.sendResendOTPBtn,.sendmsgBtn{border-radius:5px!important;color:#fff!important;font-size:1.125rem!important;font-weight:400!important;height:50px;text-transform:capitalize!important;transition:.4s!important;width:48.027%}.sendResendOTPBtn{background-color:rgba(237,50,37,.522)!important}.sendmsgBtnLogin{border-radius:5px!important;font-size:1.125rem!important;font-weight:400!important;height:50px;width:100%}.locationBtn,.sendmsgBtnLogin{background-color:#ed3125!important;color:#fff!important;text-transform:capitalize!important;transition:.4s!important}.locationBtn{border-radius:8px!important;display:inline-flex;font-size:1.875rem!important;font-weight:600!important;height:60px;line-height:normal!important;min-width:10rem}.Fgap27{gap:2.7%}.getintouchform .css-1pysi21-MuiFormLabel-root-MuiInputLabel-root{color:#636363!important;line-height:2em}.loginContainer{z-index:1111}.loginContainer,.loginContainerConfirmOTPScreen{background:#000000b3;height:125vh!important;position:fixed;top:0;width:100%}.loginContainerConfirmOTPScreen{z-index:1112}.loginForm,.otpForm{background-color:#fff}.otpForm{max-width:420px!important}.signUpForm{background-color:#fff;width:50%!important}.loginTextSubHeading{color:#505050!important;font-size:1rem!important}.getintouchform{min-height:450px}.bordr5px{border-radius:5px}.iconssubhead{font-size:24px!important;font-weight:600!important}.iconscontent,.iconssubhead{line-height:normal!important}.iconscontent{font-size:1.125rem!important;font-weight:400!important}.textFieldStyleSignUp,.textfieldstyle{width:48.027%!important}.LoginInputs,.textFieldStyleSignUp,.textfieldstyle{height:50px!important;margin-bottom:20px!important;outline:none!important}.css-1tq8nf4-MuiFormControl-root-MuiTextField-root input{background:#f5f5f5!important;outline:none!important}.hoverUnderline:hover{color:#2a2ab0bf!important;text-decoration:underline!important}.textfieldstylefull{height:100px!important;margin-bottom:20px!important;outline:none!important;width:100%!important}.iconsboxstyle{height:7.5rem;margin-bottom:1.875rem}.iconimgstyle{background-color:#395fd2;height:74px;margin:auto 28px;width:74px}.paddingtop125{padding-top:1.75rem}.contactuslocationheading{color:#395fd2;font-size:2.25rem!important;font-weight:700!important;line-height:normal!important;margin-top:7.063rem!important;text-align:center}.locationbox{margin-top:1.5rem}.locationimg{border-radius:10px;height:250px;width:348px}.getintouchinputfield .css-1o6z5ng{color:#636363!important}.locationimgtext{color:#000;font-size:1.5rem!important;font-weight:500!important;line-height:normal!important;margin-top:1.5rem!important;text-align:center}.outerlocationbox{margin-top:3.688rem}.callandemailbox{width:40.05%}.Contactustermsofusage{font-size:.75rem!important;font-weight:300!important}.ContactustermsofusageKorea{font-size:1rem!important;font-weight:300!important}.ContactustermsofusageHebrew{font-size:1.125rem!important;font-weight:300!important}@media screen and (max-width:650px){.contactusbannerimgpara{font-size:2.5rem!important}.contactusbannerimgparaKorean{font-size:2.25rem!important}.contactusbannerimgparaKorean2{font-size:1.75rem!important}.contactusbannerimgparaHebrew{font-size:3rem!important}.contactusbannerimgpara2{font-size:2rem!important}.contactuslocationheading{margin-top:3rem!important}div:has(>iframe){margin:0!important}.reCaptcha,.reCaptcha iframe{zoom:1.25!important}iframe{height:760px!important;width:500px!important}.reCaptcha iframe{zoom:1!important;height:77px!important;width:304px!important}#rc-imageselect,.g-recaptcha-bubble-arrow{zoom:.8!important}div:has(>.g-recaptcha-bubble-arrow){zoom:.8!important;left:5px!important}}@media screen and (max-width:800px){.signUpForm{width:80%!important}.textFieldStyleSignUp{width:100%!important}}@media screen and (max-width:600px){.signUpForm{width:100%!important}}@media screen and (max-width:800px){.locationimgtext{margin-bottom:1.5rem!important;margin-top:.5rem!important}.iconimgstyle{margin:auto 12px!important}.loginContainerConfirmOTPScreen{background:#000000b3;height:125vh!important;overflow:scroll;position:fixed;top:0;width:100%;z-index:1112}.loginContainerConfirmOTPScreen::-webkit-scrollbar{display:none!important}}@media screen and (max-width:750px){.MR15{margin-right:0!important}}@media screen and (max-width:700px){.getintouchContainer{flex-flow:column}.callandemailbox,.getintouchform{width:100%!important}}@media screen and (max-width:400px){.locationimg{width:100%!important}}@media screen and (max-width:1100px){.textfieldstyle{width:100%!important}}@media screen and (min-width:700px)and (max-width:1100px){.iconsboxstyle{height:9.5rem}.getintouchform{width:90%!important}.callandemailbox{width:55%!important}}@media screen and (min-width:1000px)and (max-width:1400px){.iconimgstyle{margin:auto 12px!important}}@media screen and (min-width:400px)and (max-width:700px){.callandemailbox{width:90%!important}}@media screen and (min-width:1100px)and (max-width:1132px){.locationimg{height:180px;width:220px}}@media screen and (min-width:1132px)and (max-width:1218px){.locationimg{height:200px;width:240px}}@media screen and (min-width:1218px)and (max-width:1304px){.locationimg{width:260px}}@media screen and (min-width:1304px)and (max-width:1390px){.locationimg{width:280px}}@media screen and (min-width:1390px)and (max-width:1480px){.locationimg{width:300px}}@media screen and (min-width:1480px)and (max-width:1520px){.locationimg{width:320px}}@media screen and (min-width:1520px)and (max-width:1598px){.locationimg{width:330px}}@media screen and (min-width:1640px)and (max-width:1750px){.locationimg{width:380px}}@media screen and (min-width:1750px)and (max-width:1920px){.locationimg{width:420px}}.indicesHeadingBG{background:linear-gradient(180deg,#00000040,#00000080);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:25rem;width:100%}.indicesBox{background:#f8f8f8;min-height:10rem;padding-bottom:6rem}.indicesAllBox{background-color:#395fd2;min-height:6.25rem;width:30.7%}.indicesAllBox,.indicesLink{line-height:normal!important}.indicesLink{color:#fff;font-size:1.5rem;font-weight:400}.keyDifferentiatInnerCircle{border-radius:50%;box-shadow:0 4px 15px #00000026;height:6.125rem;width:6.125rem}.keyDifferentiatInnerCircleIcon{height:44px;width:44px}.keyDifferentiatInnerCircleRed{background-color:#ed3125}.keyDifferentiatInnerCircleBlue,.keyDifferentiatInnerCircleRed{border-radius:50%;box-shadow:0 4px 15px #00000026;height:6.125rem;width:6.125rem}.keyDifferentiatInnerCircleBlue{background-color:#395fd2}.keyDifferentiatOuterCircle{border-radius:50%;box-shadow:0 4px 15px #00000026;height:8.375rem;width:8.375rem}.downDirectionalArrowBox{background-position:50%;background-repeat:no-repeat;min-height:4rem}.keyDifferentiatBox{min-height:46.5rem}.keyDifferentiatSubBox1,.keyDifferentiatSubBox1Emp{min-height:12.5rem!important}.keyDifferentiatSubBox2{min-height:10rem!important}.keyDifferentiatSubBox2Emp{min-height:14rem!important}.keyDifferentiatSubBox3{min-height:10rem!important}.keyDifferentiatSubBox3Emp{min-height:13rem!important}.keyDifferentiatSubBox4{max-height:10rem!important;min-height:14rem!important}.keyDifferentiatSubBox4Emp{min-height:13rem!important}@media screen and (max-width:900px){.indicesHeadingBG{min-height:18rem}}.bannerBtn{background-color:#ed3125!important;border:0!important;border-radius:5px!important;color:#fff!important;font-size:1.125rem!important;height:2.813rem;letter-spacing:-.54px!important;line-height:normal!important;min-width:11.25rem!important;text-transform:none!important;transition:.4s!important}.careersBannerBG{background:url(/static/media/indices.f9a1e77fe45573af4626.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;width:100%}.bannerBtn:hover{background-color:#fff!important;border:1px solid #ed3125!important;color:#ed3125!important;transition:.4s!important}.ourWorkCultureImg{border-radius:100px 100px 0 100px;max-width:540px!important}.ourWorkCultureSubHead{color:#395fd2;font-size:2.25rem!important;font-weight:700!important;line-height:normal!important}.ourWorkCultureText{font-size:1.125rem!important;font-weight:400!important;line-height:normal!important}.whatToExpectHeading{font-size:2.25rem!important;font-weight:700!important}.whatToExpectHeading,.whatToExpectSubText{color:#fff!important;line-height:normal!important}.whatToExpectSubText{font-size:1.25rem!important}.whatToExpectOuterBox{min-height:1rem;width:49%}.whatToExpectInnerBoxBottom{height:9px!important}.whatToExpectInnerBoxTopHeading{font-size:24px!important;font-weight:500!important;line-height:normal!important}.whatToExpectInnerBoxText{font-size:1.125rem!important;line-height:normal!important;overflow-wrap:anywhere}.awardAndRecognitionHeading{font-size:2.25rem!important;font-weight:700!important;line-height:normal!important}.awardAndRecognitionSubHeading{border-left:4px solid #ed3125;font-size:24px!important;font-weight:500!important;line-height:normal!important}.textTestimonoal{background:#fff;border-radius:15px;box-shadow:0 4px 20px 0 #0000001a}.lifeIndxxActive{background-color:#ed3125}.lifeIndxxActive,.lifeIndxxInactive{border-radius:10px;cursor:pointer;height:15px;margin-right:1rem;transition:width .3s;width:15px}.lifeIndxxInactive{background-color:#000}.currentOpeningImg,.currentOpeningOpenImg{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;height:143px;width:31%}.currentOpeningOpenImg{padding:7px}.currentOpeningHeading{font-size:1.875rem!important;font-weight:700!important}.currentOpeningImgLayer{border:1px solid #fff;border-radius:13px}.currentImgLayer{background:#61656499}.applyNow{border:1px solid #ed3125}.noticeLink{background-color:#ed3125;border-radius:5px;color:#fff;line-height:normal!important}.noticeLink:hover{background-color:#d9d9d9;color:#000}.testimonialImg{border-radius:50%;height:100px;width:100px}.carousel-container{overflow:hidden!important}.carousel-caption-bottom{background-color:#ed3125;bottom:0!important}@media screen and (max-width:1374px){.noticeLink{height:68px}}.preesreleaseimg{background:url(/static/media/PressRelease.3d0769836d3e3ea1bad3.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:25rem;width:100%}.preesreleaseheading{color:#fff;font-size:3.125rem!important;font-weight:700!important;line-height:60px!important}.preesreleaseaboveheading{font-weight:700!important}.preesreleaseaboveheading,.preesreleasebelowheading{color:#fff;font-size:1.5rem!important;font-style:italic!important;line-height:24px!important}.preesreleasebelowheading{font-weight:500!important}.preesreleasedescrption{color:#000!important;font-size:1.125rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:60px!important}.pressreleasesubheading{color:#ed3125!important;font-size:2.25rem!important;font-style:normal!important;font-weight:700!important;line-height:normal!important;margin-top:58px!important}.preesreleasesubdescrption{color:#000!important;font-style:normal!important;font-weight:400!important;margin-top:63px!important}.preesreleasesubdescrption,.pressreleasesubheading1{font-size:1.125rem!important;line-height:24px!important}.pressreleasesubheading1{color:#000;font-style:italic!important;font-weight:500!important;margin-top:58px!important}.pressreleaseicon{height:63.838px;margin:0 17px 0 0!important;width:63.838px}.iconcontainer{margin-top:24px!important}.contactinformation{color:#000;font-size:1.125rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:55px!important}@media screen and (max-width:900px){.preesreleaseheading{color:#fff;font-size:2.125rem!important;font-weight:700!important}.preesreleasedescrption{color:#000!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:23px!important}.pressreleasesubheading{color:#ed3125!important;font-size:2.25rem!important;font-style:normal!important;font-weight:700!important;line-height:normal!important;margin-top:18px!important}.preesreleasesubdescrption{color:#000!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:63px!important}.pressreleasesubheading1{color:#000;font-size:1.125rem!important;font-style:italic!important;font-weight:500!important;line-height:24px!important;margin-top:23px!important}.pressreleaseicon{height:39.838px;margin:0 11px 0 0!important;width:39.838px}.contactinformation{color:#000;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:29px!important}}.thankyouBG{background:url(/static/media/ThankYou.3185a1d363da6ba31d9c.png) #d3d3d3 50%/cover no-repeat;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:-60px;width:100%}.thankyouGPTopBottom{padding-bottom:4.813rem!important;padding-top:4.813rem!important}.thankyouemailicon{color:#ed3125}.thankyouheading{color:#ed3125!important;font-size:5rem!important;font-weight:700!important;line-height:60px!important;margin-top:40px!important}.thankyouheading,.thankyouheadingdescription{font-style:normal!important;text-align:center!important}.thankyouheadingdescription{color:#000!important;font-size:1.5rem!important;font-weight:400!important;line-height:30px!important;margin-top:47px!important}.thankyoubutton{background:#ed3125!important;border-radius:5px!important;color:#fff!important;height:45px!important;letter-spacing:-.54px!important;line-height:normal!important;text-transform:capitalize!important;width:180px!important}.thankyoubutton,.thankyousocialtext{font-size:1.125rem!important;font-weight:400!important;margin-top:47px!important}.thankyousocialtext{color:#000!important;font-style:normal!important;line-height:24px!important;text-align:center!important}.thankyousocialmediaicon{height:38px!important;width:50px!important}.thankyousocialmediacontainer{display:flex!important;margin-top:10px!important}@media screen and (max-width:900px){.thankyouGPTopBottom{padding-top:2rem!important}.thankyouBG{background:url(http://localhost:3000/static/media/ThankYou.b694808%E2%80%A6.png) #d3d3d3 50%/cover no-repeat;background-position:50%;background-repeat:no-repeat;background-size:cover;height:500px;width:100%}.thankyouemailicon{color:#ed3125;width:100px}.thankyouheading{color:#ed3125!important;font-size:51px!important;font-weight:700!important;line-height:60px!important;margin-top:21px!important}.thankyouheading,.thankyouheadingdescription{font-style:normal!important;text-align:center!important}.thankyouheadingdescription{color:#000!important;font-size:1rem!important;font-weight:400!important;line-height:30px!important;margin-top:25px!important}.thankyoubutton{background:#ed3125!important;border-radius:5px!important;color:#fff!important;height:45px!important;margin-top:28px!important;width:180px!important}.thankyousocialtext{color:#000!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:40px!important;text-align:center!important}}.newsandresearchinsiderimg{background-position:100%;background-repeat:no-repeat;background-size:cover;min-height:25rem;width:100%}.contactFormLine{display:flex!important}.h3heading{color:#ed3125!important;font-size:22px!important;font-weight:600!important;margin-top:62px!important}.h3desc,.h3heading{font-style:normal!important;line-height:24px!important}.h3desc{color:#000!important;font-size:18px!important;font-weight:400!important;margin-top:23px!important}.authoredby{color:#fff!important;font-size:24px!important;font-style:italic!important;font-weight:500!important;line-height:24px!important}.ShortLongReadBtn{background-color:#ed3125!important;border-radius:50px!important;color:#fff!important;width:120px!important}.newsandresearchinsiderbannerheading{color:#fff!important;font-size:3.125rem!important;font-style:normal!important;font-weight:700!important;line-height:60px!important}.newsandresearchbannerdescription{color:#fff!important;font-size:1.5rem!important;font-style:italic!important;font-weight:500!important;line-height:24px!important;margin-top:20px!important}.subscribeBtnBox{height:45px;margin-top:20px!important;width:550px}.subscribeInput{border:0;font-size:1.125rem;height:45px}.subscribeInput:focus{outline:none}.subscribeBtn{color:#fff!important;font-size:1.125rem!important;font-weight:400!important;height:45px!important;letter-spacing:-.54px!important;text-transform:capitalize!important}.newsandresearchinsidersubheading,.subscribeBtn{font-style:normal!important;line-height:normal!important}.newsandresearchinsidersubheading{color:#ed3125!important;font-size:2.25rem!important;font-weight:700!important;margin-top:78px!important}.newsandresearchinsiderdes1{color:#ef4b40!important;font-size:1.125rem!important;font-style:italic!important;font-weight:500!important;line-height:24px!important}.newsandresearchinsiderdes2{color:#000!important}.newsandresearchinsiderdes2,.newsandresearchinsiderdiv2{font-size:1.125rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important}.newsandresearchinsiderdiv2{margin-top:19px!important;text-align:justify!important}.newsandresearchinsiderdiv2 img{width:75%!important}.newsandresearchinsiderdiv1{margin-top:41.63px!important}.tablecontainer{background:#fff;border-radius:10px;box-shadow:0 0 30px 0 #0000001a;margin-top:48px!important;padding:40px!important}.tablecontainerdata{color:#ed3125!important;font-size:1.375rem!important;font-style:normal!important;font-weight:600!important;line-height:25px!important}.tablecontainerheading{font-size:2.25rem!important}.newsandresearchinsiderrefrences,.tablecontainerheading{color:#ed3125!important;font-style:normal!important;font-weight:700!important;line-height:normal!important}.newsandresearchinsiderrefrences{font-size:2rem!important;margin-top:26px!important}.tabledescription{margin-top:72px!important}.tabledescriptionheading{color:#ed3125!important;font-size:1.375rem!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}sup{margin-left:-2px!important;margin-top:-5px!important;position:absolute!important}.discleemer{color:#000;font-family:Daikon;font-size:14px;font-style:italic;font-weight:350;line-height:16px}.tabledescriptionpara{color:#000!important;font-size:1.125rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:23px!important}.inputBoxContactusNewsAndResearch{background-color:#0000;border:0;border-bottom:2px solid #ed3125!important;color:#000}.inputBoxContactusNewsAndResearch::placeholder{color:#000!important;font-family:Inter!important;font-size:18px!important;font-style:normal!important;font-weight:300!important;line-height:normal!important}.inputBoxContactusNewsAndResearch:focus{outline:none}.css-1u3bzj6-MuiFormControl-root-MuiTextField-root{border:0!important;outline:none}.belowinput{display:flex!important;justify-content:space-around!important;margin-top:30px!important}.newsandresearchinsiderinput{color:#fff;font-size:22px;letter-spacing:-.03em;line-height:normal!important}.newsresearchcontactbutton{background:#ed3125!important;color:#fff!important;font-size:18px!important;font-weight:500!important;height:53.933px!important;margin-left:61px!important;width:285.09px!important}.checkboxcontent,.newsresearchcontactbutton{font-style:normal!important;line-height:normal!important}.checkboxcontent{color:#000!important;font-family:Inter!important;font-size:12px!important;font-weight:300!important}.checkboxdiv{display:flex!important}.contentimage{height:361px!important;width:817.776px!important}.imagediv{display:flex!important;justify-content:center!important;margin-top:10px!important}.newsandresearchinsiderrefrenceslink,.newsandresearchinsiderrefrenceslink a{color:#ef4b40!important;font-size:18px!important;font-style:italic!important;font-weight:500!important;line-height:24px!important;margin-top:42px!important}.orderdList{display:flex!important;justify-content:space-around!important}.formcontrolplaceholder{color:#000!important;display:inline!important}.tabledescriptionpara img{height:auto!important;max-width:100%!important}@media screen and (max-width:900px){.newsandresearchinsiderdiv2 img{width:100%!important}.newsandresearchinsiderdes2 p em,.newsandresearchinsiderdes2 p span,.newsandresearchinsiderdiv2 p em,.newsandresearchinsiderdiv2 p span,.tabledescriptionpara p em,.tabledescriptionpara p span{font-size:16px!important}.belowinput{display:inline!important;justify-content:space-evenly}.newsandresearchinsiderrefrenceslink{color:#ef4b40!important;font-size:18px!important;font-style:italic!important;font-weight:500!important;line-height:24px!important;margin-top:16px!important;padding:10px!important;text-decoration-line:underline!important}.authoredby,.newsandresearchbannerdescription{color:#fff!important;font-size:1rem!important;font-style:italic!important;font-weight:500!important;line-height:24px!important}.newsandresearchbannerdescription{margin-top:20px!important}.orderdList{display:inline!important;font-size:1rem!important;padding:5px!important}.newsandresearchinsiderrefrences{color:#ed3125!important;font-size:1.8rem!important;font-style:normal!important;font-weight:700!important;line-height:normal!important;margin-top:0!important}.imagediv{margin-top:0!important;padding:0!important}.contentimg{height:400px!important;margin-top:-86px!important;padding:0!important;width:400px!important}.tablecontainer{border-radius:10px!important;box-shadow:0 0 30px 0 #0000001a!important;padding:40px!important}.captach,.checkboxdiv,.tablecontainer{margin-top:20px!important}.checkboxdiv{padding:0!important}.newsandresearchinsiderinput{color:#000!important;font-size:22px!important;letter-spacing:-.03em!important;line-height:150%!important;margin-left:0!important}.checkboxcontent{color:#000!important;display:inline!important;font-size:12px!important;font-style:normal!important;font-weight:300!important;word-spacing:normal!important}.newsresearchcontactbutton{background:#ed3125!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:500!important;height:45px!important;line-height:normal!important;margin-left:0!important;margin-top:20px!important;width:285.09px!important}.newsandresearchinsiderbannerheading{color:#fff!important;font-size:1.688rem!important;font-style:normal!important;font-weight:700!important;line-height:40px!important}.newsandresearchinsiderimg{background:linear-gradient(180deg,#00000040,#00000080);min-height:19rem}.newsandresearchinsidersubheading{color:#ed3125!important;font-size:1.8rem!important;font-style:normal!important;font-weight:700!important;line-height:normal!important;margin-top:26px!important}.newsandresearchinsiderdiv1{margin-top:21.63px!important}.newsandresearchinsiderdes1{color:#ef4b40!important;font-size:1rem!important;font-style:italic!important;font-weight:500!important;line-height:24px!important}.newsandresearchinsiderdes2{color:#000!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;text-align:justify!important}.tablecontainer{background:#fff;border-radius:10px;box-shadow:0 0 30px 0 #0000001a;margin-top:10px!important;padding:21px!important}.tablecontainerheading{font-size:1.625rem!important;font-weight:700!important;line-height:normal!important}.tablecontainerdata,.tablecontainerheading{color:#ed3125!important;font-style:normal!important}.tablecontainerdata{font-size:1rem!important;font-weight:600!important;line-height:25px!important}.pressreleasesubheading1{color:#000;font-size:1.125rem!important;font-style:italic!important;font-weight:500!important;line-height:24px!important;margin-top:16px!important}.iconcontainer{margin-top:15px!important}.tabledescription{margin-top:28px!important}.tabledescriptionpara{color:#000!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;margin-top:23px!important;text-align:justify!important}.newsandresearchinsiderdiv2,.tabledescriptionpara{font-size:1rem!important}.tabledescriptionheading{color:#ed3125!important;font-size:1rem!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.subscribeBtn{color:#fff!important;font-size:.938rem!important;font-style:normal!important;font-weight:400!important;height:45px!important;letter-spacing:-.54px!important;line-height:normal!important}.subscribeBtnBox{height:45px;margin-top:20px!important}}.CookieBox{background-color:#616564;border-radius:14px;bottom:17px;left:15.3125%;position:fixed;z-index:999}.CookieText{color:#fff;font-size:1.625rem;font-weight:500;line-height:30px}.CookieTextReadMore{color:#fff;font-size:1.25rem;font-weight:500;line-height:28.5px}.acceptbtn{background-color:#395fd2!important;border-radius:6px!important;color:#fff!important;font-size:20px!important;font-style:normal!important;font-weight:400!important;height:44px!important;letter-spacing:-.6px!important;line-height:normal!important;text-transform:capitalize!important;width:152px!important}@media screen and (max-width:1100px){.CookieBox{left:5%}.CookieText{font-size:1.25rem;line-height:normal}.CookieTextReadMore{font-size:1rem;line-height:normal}.acceptbtn{font-size:1rem!important}}@media screen and (max-width:660px){.CookieText{font-size:.8rem;line-height:normal}.CookieTextReadMore{font-size:.7rem;line-height:normal}.acceptbtn{border-radius:6px!important;font-size:.7rem!important;height:30px!important;letter-spacing:-.25px!important;width:100px!important}}.carrerjobdescriptionimg{background:url(/static/media/CareerJobDescription.85e79ec426ed5ce92dec.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;width:100%}.topHeadingPageCareer{color:#fff;font-size:50px!important;font-weight:700!important;line-height:60px!important;text-align:center!important}.bannerbutton{background:#ed3125!important;border-radius:5px!important;color:#fff!important;font-size:18px!important;font-weight:400!important;height:45px!important;letter-spacing:-.54px!important;margin-top:28px!important;width:180px!important}.bannerbutton,.belowbannertext{font-style:normal!important;line-height:normal!important}.belowbannertext{font-size:24px!important;font-weight:700!important;margin-top:17px!important}.textColor{color:#ed3125!important}.dynamic{color:#000!important;font-size:24px!important;font-weight:400!important}.carrerjobContainer{margin-top:100px!important}.heading2{margin-top:31px!important}.heading2,.heading3{color:#ed3125!important;font-size:24px!important;font-style:normal!important;font-weight:700!important;line-height:normal!important}.heading3{margin-top:25px!important}.heading2descr{color:#000!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;margin-top:10px!important}.contactformDiv{background:#395fd2!important;border-radius:10px!important;box-shadow:0 6px 100px 0 #0000001a!important;margin-top:112px!important;padding:57px!important}.contactformheading{color:#fff!important;font-size:36px!important;font-style:normal!important;font-weight:600!important;line-height:normal!important;text-align:center!important}.careerjobdescriptioninput{font-size:22px!important;line-height:normal!important}.careerjobdescriptioninput,.careerjobdescriptioninputupload{color:#fff!important;letter-spacing:-.03em!important;margin-left:0!important}.careerjobdescriptioninputupload{font-size:18px!important;line-height:150%!important}.inputBoxJobDescription{background-color:#395fd2;border:0;border-bottom:2px solid #fff!important;color:#fff!important;width:94%!important}.inputBoxJobDescription::placeholder{color:#fff!important;font-family:Inter!important;font-size:18px!important;font-style:normal!important;font-weight:300!important;line-height:normal!important}.inputBoxJobDescription:focus{outline:none}.checkboxdivcareerjob{color:#fff!important;display:flex!important;margin-top:35px!important}.checkboxcareerjob,.checkboxcontentcareerjob{color:#fff!important}.mainformdiv{display:flex!important;justify-content:space-around!important}.careerjobdescontactbutton{background:#ed3125!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:500!important;height:53.933px!important;line-height:normal!important;width:285.09px!important}.careerjobdes{display:flex!important;justify-content:space-evenly!important;margin-top:30px!important}.role p{display:inline}@media screen and (max-width:900px){.topHeadingPageCareer{font-size:2.25rem!important}.carrerjobContainer{margin-top:32px!important}.belowbannertext{font-size:1rem!important;font-style:normal!important;font-weight:700!important;line-height:normal!important;margin-top:17px!important}.heading2{margin-top:19px!important}.heading2,.heading3{color:#ed3125!important;font-size:1rem!important;font-style:normal!important;font-weight:700!important;line-height:normal!important}.heading3{margin-top:25px!important}.contactformDiv{background:#395fd2!important;border-radius:10px!important;box-shadow:0 6px 100px 0 #0000001a!important;margin-top:33px!important;padding:23px 23px 0!important}.careerjobdes,.mainformdiv{display:block!important}.careerjobdes{justify-content:space-evenly!important;margin-top:10px!important}.careerjobdescontactbutton{background:#ed3125!important;color:#fff!important;font-size:18px!important;font-style:normal!important;font-weight:500!important;height:53.933px!important;line-height:normal!important;margin-top:20px!important;width:285.09px!important}.checkboxcontentcareerjob{font-size:1rem!important}.checkboxdivcareerjob{color:#fff!important;justify-content:space-evenly!important;margin-top:35px!important}.inputBoxJobDescription::placeholder{color:#fff!important;font-family:Inter!important;font-size:1rem!important;font-style:normal!important;font-weight:300!important;line-height:normal!important}.careerjobdescriptioninput{color:#fff!important;letter-spacing:-.03em!important;line-height:150%!important;margin-left:0!important}.inputBoxJobDescription{background-color:#395fd2;border:0;border-bottom:2px solid #fff!important;color:#fff!important;width:100%!important}.heading2descr{margin-top:10px!important}.dynamic,.heading2descr{color:#000!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:normal!important}}.Toastify__toast--error{background:#fae1e2!important;border:1px solid #eb5757}.Toastify__toast--error:after{color:#333;font-size:20px;font-weight:700;padding:14px!important;position:absolute}.Toastify__toast--error:before{position:relative;z-index:100000}.Toastify__toast--success{background:#f0f9fa!important;border:1px solid #3a9ea5!important}.Toastify__toast--success:before{position:relative;z-index:100000}.Toastify__toast--success:after{color:#333;font-size:20px;font-weight:700;padding:14px!important;position:absolute}.Toastify__toast--warning{background:#fadfc5!important;border:1px solid #e78326!important}.Toastify__toast--warning:before{position:relative;z-index:100000}.Toastify__toast--warning:after{color:#e78326;font-size:20px;font-weight:700;padding:14px!important;position:absolute}.Toastify__toast-body{color:#444c63;font-size:18px;font-weight:400;line-height:20px;padding:25px;width:100%}.Toastify__toast>button>svg{display:none}.Toastify__toast-container--top-center{top:45%!important}.Toastify__toast-container{width:auto!important}@media only screen and (max-width:480px){.Toastify__toast-container--top-center{left:50%!important;transform:translateX(-50%)!important}}.DInline{display:inline}.Fs0-75R{font-size:.75rem!important}.checkboxSquarered{border:.5px solid blue}.checkboxSquareblack,.checkboxSquarered{clear:both;float:left;height:16px;margin-right:.2rem;margin-top:.3rem;opacity:.8;width:16px}.checkboxSquareblack{border:.5px solid #302f2f}.checbox1BGcolRed{background-color:blue}.checboxBGcolWhite{background-color:#fff}.checbox2BGcolBlack{background-color:#302f2f}.canvasjs-chart-toolbar{display:none}.ErropageRedheading{color:#ed3125;font-size:2.5rem!important;font-weight:700!important;line-height:normal!important;margin-top:.5rem!important}.ErropageBlacktext{font-size:1.375rem!important}.ErropageBlacktext,.ErropageRedtext{font-weight:400!important;line-height:normal!important;margin-top:.5rem!important}.ErropageRedtext{color:#ed3125;font-size:1.625rem!important}.ErropageLink{color:#ed3125}.errorImage404{height:45vh}@media screen and (max-width:600px){.ErropageRedheading{color:#ed3125;font-size:1.5rem!important;font-weight:700!important;margin-top:.9rem!important}.ErropageBlacktext{font-size:1rem!important}.ErropageBlacktext,.ErropageRedtext{font-weight:400!important;margin-top:.5rem!important}.ErropageRedtext{color:#ed3125;font-size:.9rem!important}}.carousel-image{height:100%;vertical-align:middle;width:100%}.carousel-container{margin:auto;position:relative}.carousel-item{height:100%;width:100%}.next,.prev{border-radius:0 3px 3px 0;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:-22px;padding:16px;position:absolute;top:50%;transition:.6s ease;-webkit-user-select:none;user-select:none;width:auto}.next{right:0}.next,.prev{border-radius:3px 0 0 3px}.prev{left:0}.next:hover,.prev:hover{background-color:#000c}.carousel-caption-bottom{bottom:30px}.carousel-caption-bottom,.carousel-caption-center{color:#f2f2f2;font-size:15px;padding:8px 0;position:absolute;text-align:center;text-shadow:0 0 10px #000c;width:100%}.carousel-caption-center{bottom:50%;top:45%}.carousel-caption-top{color:#f2f2f2;font-size:15px;padding:8px 0;text-shadow:0 0 10px #000c;top:8px}.carousel-caption-top,.dots{position:absolute;text-align:center;width:100%}.dots{bottom:10px;margin-top:10px}.slide-number{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0}.dot{background-color:#bbb;border-radius:50%;cursor:pointer;display:inline-block;height:8px;margin:0 2px;transition:background-color .6s ease;width:8px}.active,.dot:hover{background-color:#717171}.fade{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:fade;animation-name:fade}.pause-icon{bottom:2px;left:15px;opacity:1;position:absolute}.pause{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pause;animation-name:pause}.bar{background-color:#ddd;border-radius:0 0 10px;bottom:0;position:absolute;width:100%}.progress{background-color:#042baa;height:5px;width:1%}.thumbnails{align-items:center;display:flex;margin-top:10px;overflow:scroll}.thumbnails::-webkit-scrollbar{display:none}.thumbnail{margin:0 5px}.active-thumbnail{border:3px solid #476ff1}@keyframes pause{0%{opacity:.2}90%{opacity:1}}@keyframes fade{0%{opacity:.4}to{opacity:1}}@media only screen and (max-width:500px){.carousel-caption-bottom,.carousel-caption-center,.carousel-caption-top,.next,.prev,.slide-number{font-size:20px!important}.dot{height:4px;width:4px}.carousel-container{max-height:250px!important}.thumbnail{max-width:70px}.carousel-caption-bottom{bottom:25px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.IndivisualIndexNameBanner{background-position:50%;background-repeat:no-repeat;background-size:cover;height:40vh;width:100%}.IndivisualIndexNameBannerText{color:#fff;font-size:4rem!important;font-weight:700!important;line-height:normal!important}.IndexText{color:#395fd2;font-size:2.25rem!important;font-weight:600!important;letter-spacing:-1.08px!important;line-height:normal!important}.IndexContainer{margin-top:3.75rem}.IndexTextPara{color:#000;font-size:1.125rem;font-weight:400;letter-spacing:-.54px!important;line-height:normal!important;margin-top:1.5rem!important}.IndexBlueBox{background-color:#395fd2;margin-top:1.688rem!important}.IndexWhiteBox{background-color:#fff;border-radius:5px;height:36px;width:237px}.IconClass{height:20px;width:20px}.IndexIconText{font-size:1rem!important;font-weight:400!important;letter-spacing:-.48px!important;line-height:normal!important;padding-left:10px}.InnerIndexWhiteBox{padding:10px 8px}.IndexContactBox{margin-top:2.25rem}.IndexContactBoxHeading{color:#ed3125;font-size:1.5rem!important;font-weight:600!important;line-height:normal!important}.IndivisualBoxContactus{background-color:#0000;border:0;border-bottom:2px solid #ed3125!important;font-size:1.125rem!important;font-weight:300!important;line-height:normal!important;width:45%}.IndivisualBoxContactusTextArea{resize:none;width:100%}.IndivisualIndxxCatchpa{margin-right:5%}.IndivisualCookieBox{color:#000}.IndivisualCookietext{color:#000;font-size:.75rem!important;font-weight:300!important;line-height:normal!important}.IndivisualBoxContactus:focus{outline:none}.IndivisualBoxContactus::placeholder{color:#000}.IndivisualContactBoxSubmitBtn{background:#ed3125!important;border:0!important;border-radius:0!important;color:#fff!important;font-size:1.125rem!important;font-weight:500!important;height:3.375rem!important;line-height:normal!important;text-transform:capitalize!important;width:37.7%}.IndivisualStatisticsHeading{letter-spacing:-.9px!important}.ConstituentsHeading,.IndivisualStatisticsHeading{color:#395fd2;font-size:1.875rem!important;font-weight:600!important;line-height:normal!important}.ConstituentsTable,.StatisticsTable{margin-top:23px}.ConstituentsTableBox,.StatisticsTableBox{margin-top:4.438rem}.css-1bqy5f7.MuiTableCell-head,.css-1nslmh4-MuiTableCell-root.MuiTableCell-head,.css-1wvnaxz-MuiTableCell-root.MuiTableCell-head,.css-sofy6n.MuiTableCell-head{background-color:#515151!important}.css-1enotpu-MuiTableRow-root:nth-of-type(odd),.css-1kxl50g:nth-of-type(odd){background-color:#ccc!important}.css-1enotpu-MuiTableRow-root:nth-of-type(2n),.css-1kxl50g:nth-of-type(2n){background-color:#eee!important}.StatisticsbaseText{font-size:10px;line-height:normal!important}.GraphBox{border:1px solid #ccc;border-radius:5px 5px 0 0;margin-top:3.75rem;padding:0 1rem}.PoweredByBox{border-top:1px solid #ccc;padding:23px 20px}.PoweredByUpperText{font-size:.625rem;line-height:normal!important}.PoweredByLowerText{font-size:.563rem;line-height:normal!important;margin-top:1rem!important}.IndxxLogo{width:3rem}.Tab .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{background-color:#ff3e3c!important}.Tab .css-1aquho2-MuiTabs-indicator{background-color:#0000!important}.Tab{border-bottom:1px solid #ccc}.TabM{margin:.5rem .5rem 0!important}.Tab .Mui-selected{background-color:#ed3125!important;border-radius:10px 10px 0 0!important;color:#fff!important;height:2.75rem}.TabNonSelected{background-color:#fff!important;color:#000!important}.TabNonSelected,.TabSelected{border-radius:10px 10px 0 0!important;height:2.75rem;margin:.5rem .5rem 0!important;width:5rem}.TabSelected{background-color:#395fd2!important;color:#fff!important}.Tab .css-ttwr4n{background-color:#0000!important}@media screen and (max-width:1200px){.IndexWhiteBox{width:180px!important}}@media screen and (max-width:900px){.IndexContainer,.StatisticsTableBox{margin-top:1rem!important}.IndivisualIndexNameBannerText{font-size:3rem!important}.IndexWhiteBox{margin:15px 0!important;width:90%!important}.IndivisualBoxContactus,.IndivisualBoxContactusTextArea,.IndivisualContactBoxSubmitBtn,.IndivisualCookieBox{width:90%}.IndivisualIndxxCatchpa{margin-right:50%}}
/*# sourceMappingURL=main.dfbe9938.css.map*/