: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:hsla(0,0%,100%,.7);--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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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)}}.header-main{position:fixed;z-index:999;width:100%;transition:all .3s;box-shadow:0 3px 16px 4px rgba(0,0,0,.07)}.header-main_inner{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:8px}.header-main_inner__left .svgLogo{cursor:pointer}.header-main_inner__center{color:#fff;max-width:730px;width:100%;display:flex;justify-content:center}.darkTheme .header-main_inner__center .ant-dropdown-trigger>div,.lightTheme .header-main_inner__center .ant-dropdown-trigger>div{color:#000}.header-main_inner__center ul{padding:8px 15px;display:flex;min-height:50px;justify-content:space-between;width:100%;gap:20px;border-radius:20px;border:1px solid;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);box-shadow:0 0 12px 0 hsla(0,0%,100%,.2);align-items:center}.darkTheme .header-main_inner__center ul{background:#fff;border:1px solid rgba(0,0,0,.212)}.lightTheme .header-main_inner__center ul{background:rgba(234,236,239,.7);border:1px solid #0190ff}@media(max-width:1199px){.header-main_inner__center ul{gap:15px}}@media(max-width:991px){.header-main_inner__center ul{display:none}}.header-main_inner__center ul a,.header-main_inner__center ul li{cursor:pointer;list-style:none;text-decoration:none;text-align:right;font-style:normal;font-weight:400;transition:all .3s;white-space:nowrap}.darkTheme .header-main_inner__center ul a,.darkTheme .header-main_inner__center ul li,.lightTheme .header-main_inner__center ul a,.lightTheme .header-main_inner__center ul li{color:#000}.header-main_inner__center ul a,.header-main_inner__center ul li{font-size:13px}@media screen and (min-width:320px){.header-main_inner__center ul a,.header-main_inner__center ul li{font-size:calc(13px + 1*(100vw - 320px)/1600)}}@media screen and (min-width:1920px){.header-main_inner__center ul a,.header-main_inner__center ul li{font-size:14px}}.header-main_inner__center ul a.active a,.header-main_inner__center ul a:hover,.header-main_inner__center ul li.active a,.header-main_inner__center ul li:hover{color:#0074ff}.header-main_inner__center ul a .ant-select-selection-item,.header-main_inner__center ul li .ant-select-selection-item{font-size:13px}@media screen and (min-width:320px){.header-main_inner__center ul a .ant-select-selection-item,.header-main_inner__center ul li .ant-select-selection-item{font-size:calc(13px + 2*(100vw - 320px)/1600)}}@media screen and (min-width:1920px){.header-main_inner__center ul a .ant-select-selection-item,.header-main_inner__center ul li .ant-select-selection-item{font-size:15px}}.header-main_inner__right{display:flex;gap:20px}@media(max-width:991px){.header-main_inner__right .meta_list{display:none}}@media(max-width:1399px){.header-main_inner__right .meta_list{padding-right:10px}}.header-main_inner__right .daylighticons{display:none}@media(max-width:991px){.header-main_inner__right .daylighticons{display:block}}.header-main_inner__right ul{display:flex;gap:21px;align-items:center}@media(max-width:991px){.header-main_inner__right ul{gap:10px}}.header-main_inner__right ul .daynight svg{height:29px;width:29px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-main_inner__right ul .hammburgerIcon{cursor:pointer;display:none;transition:all .3s}@media(max-width:991px){.header-main_inner__right ul .hammburgerIcon{display:block;margin-left:12px}.header-main_inner__right ul .hammburgerIcon:hover svg g,.header-main_inner__right ul .hammburgerIcon:hover svg path{stroke:#000}}.header-main_inner__right ul li{list-style:none}.header-main_inner__right ul li .ourNetwork_btn{display:inline-flex;padding:10.237px 22.041px 10.237px 12.433px;align-items:center;gap:4px;border-radius:20px;border:1px solid #0074ff;color:#000;background-color:rgba(32,132,255,.062);height:50px;font-style:normal;font-weight:600;line-height:11px;cursor:pointer;white-space:nowrap;transition:all .3s;font-size:14px}@media screen and (min-width:320px){.header-main_inner__right ul li .ourNetwork_btn{font-size:calc(14px + 2*(100vw - 320px)/1600)}}@media screen and (min-width:1920px){.header-main_inner__right ul li .ourNetwork_btn{font-size:16px}}.header-main_inner__right ul li .ourNetwork_btn:hover{border-color:#0074ff}.header-main_inner__right ul li .ant-dropdown-trigger{min-width:122px;padding:14px 16.959px;justify-content:center;align-items:center;color:#348cf5;border-radius:20px;border:1px solid #0068ff;background:rgba(0,104,255,.2);height:50px;cursor:pointer;font-size:14px}@media screen and (min-width:320px){.header-main_inner__right ul li .ant-dropdown-trigger{font-size:calc(14px + 2*(100vw - 320px)/1600)}}@media screen and (min-width:1920px){.header-main_inner__right ul li .ant-dropdown-trigger{font-size:16px}}.header-main_inner__right ul li .ant-dropdown-trigger .ant-space-item{font-weight:600}#header{background-color:#fff}.sticky{top:0}.darkTheme .sticky{background-color:#121212}.lightTheme .sticky{background-color:#fff}.ant-drawer-content-wrapper{z-index:99999!important}.ant-drawer-header-title .ant-drawer-close svg,.ant-drawer-header-title .ant-drawer-title{color:#000}.drawer_main{background:linear-gradient(88deg,hsla(0,0%,100%,.89) 1.62%,#fffefe 98.38%)!important;color:#000;border-image-source:linear-gradient(101.15deg,hsla(0,0%,100%,0) 1.66%,hsla(0,0%,100%,.167) 14.93%,hsla(0,0%,100%,.153) 52.51%,hsla(0,0%,100%,.024) 91.84%);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px)}.drawer_main .ant-drawer-body{padding-left:0}.drawer_main__side ul li{list-style:none;margin-bottom:5px;padding:15px;width:100%;display:block;color:#000;border-radius:0 8px 8px 0;cursor:pointer}.drawer_main__side ul li.active,.drawer_main__side ul li:hover{background:linear-gradient(88deg,rgba(1,124,201,.15) 3.13%,rgba(8,147,234,.35) 48.43%,rgba(1,138,224,.17) 98.38%);color:#000}.drawer_main__side ul li a{color:#000}.ant-dropdown-menu{border-radius:10px}.darkTheme .ant-dropdown-menu,.lightTheme .ant-dropdown-menu{background:#fff!important}.ant-dropdown-menu li{font-size:14px;font-style:normal;font-weight:400;line-height:38px;border-bottom:1px solid hsla(0,0%,100%,.1)}.ant-dropdown-menu li:last-child{border-bottom:0}.darkTheme .ant-dropdown-menu li .ant-dropdown-menu-title-content,.darkTheme .ant-dropdown-menu li .ant-dropdown-menu-title-content a,.lightTheme .ant-dropdown-menu li .ant-dropdown-menu-title-content,.lightTheme .ant-dropdown-menu li .ant-dropdown-menu-title-content a{color:#000}.meta_list .ant-space .headerSelect.ant-select .ant-select-selection-item,.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item{font-size:13px}@media screen and (min-width:320px){.meta_list .ant-space .headerSelect.ant-select .ant-select-selection-item,.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item{font-size:calc(13px + 2*(100vw - 320px)/1600)}}@media screen and (min-width:1920px){.meta_list .ant-space .headerSelect.ant-select .ant-select-selection-item,.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item{font-size:15px}}.meta_list .ant-space .headerSelect.ant-select .ant-select-selection-item:hover,.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item:hover{color:#000}.meta_list .ant-space .headerSelect.ant-select.active .ant-select-selector .ant-select-selection-item a,.meta_list .ant-space .headerSelect.ant-select:hover .ant-select-selector .ant-select-selection-item a,.mob__List .ant-space .headerSelect.ant-select.active .ant-select-selector .ant-select-selection-item a,.mob__List .ant-space .headerSelect.ant-select:hover .ant-select-selector .ant-select-selection-item a{color:#000!important}@media(max-width:991px){.meta_list .ant-space .headerSelect.ant-select.active .ant-select-selector .ant-select-selection-item a,.meta_list .ant-space .headerSelect.ant-select:hover .ant-select-selector .ant-select-selection-item a,.mob__List .ant-space .headerSelect.ant-select.active .ant-select-selector .ant-select-selection-item a,.mob__List .ant-space .headerSelect.ant-select:hover .ant-select-selector .ant-select-selection-item a{color:#000!important}}.meta_list .ant-space .headerSelect.ant-select.active .ant-select-arrow .anticon,.meta_list .ant-space .headerSelect.ant-select.active .ant-select-selection-item,.meta_list .ant-space .headerSelect.ant-select:hover .ant-select-arrow .anticon,.meta_list .ant-space .headerSelect.ant-select:hover .ant-select-selection-item,.mob__List .ant-space .headerSelect.ant-select.active .ant-select-arrow .anticon,.mob__List .ant-space .headerSelect.ant-select.active .ant-select-selection-item,.mob__List .ant-space .headerSelect.ant-select:hover .ant-select-arrow .anticon,.mob__List .ant-space .headerSelect.ant-select:hover .ant-select-selection-item{color:#0074ff}@media(max-width:991px){.meta_list .ant-space .headerSelect.ant-select.active .ant-select-arrow .anticon,.meta_list .ant-space .headerSelect.ant-select:hover .ant-select-arrow .anticon,.mob__List .ant-space .headerSelect.ant-select.active .ant-select-arrow .anticon,.mob__List .ant-space .headerSelect.ant-select:hover .ant-select-arrow .anticon{color:transparent!important}}.mob__List{display:flex;flex-direction:column-reverse}.mob__List .ant-space{width:100%;margin-bottom:5px}.mob__List .ant-space .ant-space-item{width:100%!important}.mob__List .ant-space .headerSelect.ant-select{height:auto;width:100%;border-radius:0 8px 8px 0;padding:11px 15px}.mob__List .ant-space .headerSelect.ant-select.active,.mob__List .ant-space .headerSelect.ant-select:hover{background:linear-gradient(88deg,rgba(19,20,20,.15) 3.13%,rgba(0,0,0,.35) 48.43%,rgba(30,30,31,.17) 98.38%);color:#000!important;border-radius:15px}.mob__List .ant-space .headerSelect.ant-select.active a,.mob__List .ant-space .headerSelect.ant-select:hover a{color:#000!important}.mob__List .ant-space .headerSelect.ant-select .ant-select-selector{background:transparent;border:0;color:#000;padding:0;width:100%}.mob__List .ant-space .headerSelect.ant-select .ant-select-arrow .anticon{color:#000}.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item{width:100%;height:-moz-fit-content;height:fit-content;line-height:normal;cursor:pointer;font-size:13px}@media screen and (min-width:320px){.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item{font-size:calc(13px + 2*(100vw - 320px)/1600)}}@media screen and (min-width:1920px){.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item{font-size:15px}}.mob__List .ant-space .headerSelect.ant-select .ant-select-selection-item a{color:#000!important}@media(max-width:991px){.ourNetwork_btn{transition:all .3s;margin-top:15px;width:100%;color:#000!important}.ourNetwork_btn:hover{color:#0074ff}}.marqueeStyle{margin-top:-15px;margin-bottom:20px;padding:12px;font-size:20px;line-height:20px;color:#000;background:#fff}@media(max-width:991px){.marqueeStyle{font-size:16px}}@media(max-width:767px){.marqueeStyle{font-size:14px}}.drawerSelect ul{width:100%}.drawerSelect .ant-space{margin-bottom:0}.drawerSelect .ant-space .ant-select:hover{background:transparent!important}