: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:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{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-radius:100%;border:2px solid;border-right:2px solid 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)}}@font-face{font-family:revicons;fallback:fallback;src:url(/http/77726476706e69737468656265737421e7e056d220356d5b6d0e86be9f50263ed425f0ac9e/_next/static/media/revicons.ff59b316.woff) format("woff"),url(/http/77726476706e69737468656265737421e7e056d220356d5b6d0e86be9f50263ed425f0ac9e/_next/static/media/revicons.b96bdb22.ttf) format("ttf"),url(/http/77726476706e69737468656265737421e7e056d220356d5b6d0e86be9f50263ed425f0ac9e/_next/static/media/revicons.652e7269.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border:2px solid grey;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:"\e825"}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as{padding:24px 0;margin:0;border-top:1px solid #e4e4ea}body[data-theme=dark] .genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as{border-top:1px solid #494d51}@media(max-width:441px){.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as{padding:16px 0}}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}@media(max-width:441px){.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU{align-items:start}}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU .genericfaq_question__RQiXs{color:#0e0e12;font-family:var(--gfg-font-secondary);font-size:20px;font-style:normal;font-weight:600;line-height:30px;margin:0}body[data-theme=dark] .genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU .genericfaq_question__RQiXs{color:#e9e9ea}@media(max-width:441px){.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU .genericfaq_question__RQiXs{font-size:16px;line-height:24px}}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU .genericfaq_icon__BPZ5U{transition:all .2s linear}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU .genericfaq_icon__BPZ5U svg{width:24px;height:24px}@media(max-width:441px){.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_question_container__kiOrU .genericfaq_icon__BPZ5U svg{width:20px;height:20px}}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_answer__A_PAK{font-family:var(--gfg-font-primary);margin-top:12px;font-size:16px;line-height:24px;color:#1d1d1f}body[data-theme=dark] .genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_answer__A_PAK{color:#e9e9ea}@media(max-width:441px){.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as .genericfaq_answer__A_PAK{font-size:14px;line-height:21px}}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as:first-child,body[data-theme=dark] .genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as:first-child{padding-top:0;border-top:none}.genericfaq_faq_container__uiOKu .genericfaq_content__PJ6as.genericfaq_active__pusCr .genericfaq_icon__BPZ5U{transform:rotate(180deg);transform-origin:50% 40%}.gateLanding_gate_journey_counseling_CTA__urudr{position:fixed;bottom:2vh;right:1%;width:70px!important;height:70px!important;cursor:pointer;z-index:1001}.gateLanding_popup__dTUtn{position:fixed;bottom:calc(2vh + 80px);right:2%;background-color:#fff;border-radius:8px;box-shadow:0 10px 8px rgba(0,0,0,.1);padding:16px;z-index:1002;font-family:Source Sans\ 3,sans-serif;font-size:16px;font-weight:600;width:242px;height:95px;color:#41886c;cursor:pointer;transition:all .5s ease-in-out;transform-origin:bottom right}body[data-theme=dark] .gateLanding_popup__dTUtn{box-shadow:0 4px 8px hsla(0,0%,100%,.2);background-color:#171b1d;border:1px solid #494d51}.gateLanding_popup__dTUtn:after{content:"";position:absolute;bottom:-9px;left:85%;transform:translate(20%,-20%);width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:10px 10px 0;transition:opacity .3s ease-in-out}body[data-theme=dark] .gateLanding_popup__dTUtn:after{border-color:#171b1d transparent transparent}.gateLanding_transitioning__ab542 .gateLanding_popup__dTUtn:after{opacity:0}.gateLanding_popup__dTUtn .gateLanding_popupContent__UfyhZ{text-align:left;transition:opacity .3s ease-in-out}.gateLanding_popup__dTUtn .gateLanding_popupContent__UfyhZ p{padding-top:4px;color:#016ccc;display:flex;align-items:center;gap:3px}body[data-theme=dark] .gateLanding_popup__dTUtn .gateLanding_popupContent__UfyhZ p{color:#3584bd}.gateLanding_transitioning__ab542 .gateLanding_popup__dTUtn .gateLanding_popupContent__UfyhZ{opacity:0}.gateLanding_popup__dTUtn .gateLanding_closeButton__MS8dn{position:absolute;top:-2px;right:-8px;width:24px;height:24px;border:none;border-radius:50%;background-color:#41886c;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:background-color .3s ease}@media(max-width:441px){.gateLanding_popup__dTUtn .gateLanding_closeButton__MS8dn{right:-4px}}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi{position:fixed;top:16vh;left:35%;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:999}@media(max-width:1339px){.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi{bottom:10vh;left:30%}}@media(max-width:1000px){.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi{bottom:10vh;left:25%}}@media(max-width:789px){.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi{bottom:10vh;left:20%}}@media(max-width:650px){.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi{bottom:10vh;left:10%}}@media(max-height:750px){.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi{top:5vh}}@media(max-width:441px){.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi{top:5vh;left:0}}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD{position:fixed;display:flex;flex-direction:column;padding:24px 32px;border-radius:10px;width:369px;min-height:488px;font-family:Source Sans\ 3;font-weight:600;gap:25px;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1)}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD{background-color:#171b1d;border:1px solid #494d51}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_closeButton__MS8dn{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;font-weight:700;cursor:pointer;color:#6e6e73}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_gate_thank_you_modal__ah4_i{display:flex;padding-top:70px;flex-direction:column;justify-content:center;align-items:center;gap:30px}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_gate_thank_you_modal__ah4_i .gateLanding_heading__QWKeE{display:flex;flex-direction:column;gap:4px;color:#357960;margin:0;font-size:24px;font-weight:600}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_gate_thank_you_modal__ah4_i .gateLanding_heading__QWKeE{color:#357960}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_gate_thank_you_modal__ah4_i .gateLanding_sub_heading__kNKoO{color:#6e6e73;font-size:16px!important;text-align:center!important;font-weight:400!important}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_gate_thank_you_modal__ah4_i .gateLanding_sub_heading__kNKoO{color:#bebec2}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_gate_thank_you_modal__ah4_i img{width:165px;height:149.53px}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_heading__QWKeE{font-size:18px;font-weight:600;color:#357960;text-align:center;width:215px;display:flex;gap:0;flex-direction:column;align-items:center;margin-left:45px;margin-bottom:0}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_heading__QWKeE a{padding-top:4px;color:#016ccc}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_heading__QWKeE a{color:#3584bd}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_heading__QWKeE p{margin-bottom:0}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_heading__QWKeE{color:#148761}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_log_out_user__x7A5h{margin-top:50px;font-family:Source Sans\ 3;text-align:center;color:#357960}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_log_out_user__x7A5h{color:#148761}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s{color:#6e6e73!important;font-size:14px!important;font-weight:400!important}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s{color:#9299a1}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s label{color:#6e6e73;font-size:12px;margin-bottom:4px}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s label{color:#9299a1}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s input{border-radius:8px}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s input{background-color:#252b2e;border:1px solid #494d51;color:#bebec2}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s #dropDown{border-radius:8px}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s #dropDown{background-color:#252b2e;border:1px solid #666b71;color:#bebec2}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_fields__VaE4s #dropDown div{background-color:#252b2e;color:#bebec2;border:none;border-radius:10px}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_action_btn__FibWG{display:flex;justify-content:center;align-items:center;width:132px;height:42px;border-radius:8px;padding:16px 10px;color:#fff;font-weight:600;background-color:#357960;margin-left:90px}.gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_action_btn__FibWG:hover{background-color:#356f58;transform:scale(1.02)}body[data-theme=dark] .gateLanding_gate_journey_counseling_modalOverlay__Qa6Gi .gateLanding_gate_journey_counseling_modal__89APD .gateLanding_action_btn__FibWG{background-color:#148761}.gateLanding_gate_courses_container_wrapper__rtS97{display:flex;justify-content:center;align-items:center}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px;padding:30px 0;width:100%}@media(max-width:1237px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH{width:100%;gap:20px}}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH{width:100%;padding:10px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX{color:#1d1d1f;font-family:Source Sans\ 3;width:70%}@media(max-width:1237px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX{width:100%;padding-top:20px;gap:20px}}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX{width:100%;padding:10px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc{display:flex;flex-direction:column;justify-content:center;gap:10px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:24px;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:10px;z-index:1000;width:90%;max-width:611px;min-height:364px;border:1px solid #e4e4ea;font-family:Source Sans\ 3;color:#6e6e73}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc{background-color:#171b1d;border-color:#494d51}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_closeButton__MS8dn{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;font-weight:700;cursor:pointer;color:#6e6e73}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_courseTestimonialContent__yeMGT{font-weight:400;font-size:16px;margin:0;min-height:200px;font-family:Source Sans\ 3,sans-serif}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_courseTestimonialContent__yeMGT{color:#e9e9ea}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_courseTestimonialContent__yeMGT{max-height:500px;overflow:auto}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_divider__BsM1G{border-top:1px solid #e4e4ea;width:auto}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_divider__BsM1G{border-color:#252b2e}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_mentorInfo__00nz1{display:flex;flex-direction:row-reverse;text-align:end}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_mentorInfo__00nz1 .gateLanding_mentor_name__m0J3S{font-size:16px;font-weight:400;font-family:Source Sans\ 3,sans-serif;margin:0;padding-left:auto}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_mentorInfo__00nz1 .gateLanding_mentor_name__m0J3S{color:#9299a1}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_mentorInfo__00nz1 .gateLanding_mentor_achievements__bMT1N{font-size:14px;color:#1d1d1f;font-weight:600}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_modalOverlay___A6aT .gateLanding_testimonialsModal__gBkqc .gateLanding_mentorInfo__00nz1 .gateLanding_mentor_achievements__bMT1N{color:#e9e9ea}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_heading__QWKeE{font-size:20px;font-weight:600;margin:0!important}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_heading__QWKeE{font-size:18px}}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_heading__QWKeE{color:#e9e9ea}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_subHeading__q_FvB{font-size:32px;font-weight:600;color:#085ca0;margin:0!important}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_subHeading__q_FvB{font-size:24px}}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_subHeading__q_FvB{color:#1274b7}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_pills__LvzZb{display:flex;gap:8px;padding-top:10px}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_pills__LvzZb .gateLanding_contact_pill__xQzhZ{display:flex;justify-content:space-evenly;align-items:center;color:#6e6e73;font-size:14px;width:115px;height:29px;border-radius:50px;background-color:#f1f8f5}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_pills__LvzZb .gateLanding_contact_pill__xQzhZ{background-color:#171b1d;color:#bebec2}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_pills__LvzZb .gateLanding_refund_pill__saVBt{display:flex;justify-content:space-evenly;align-items:center;width:175px;height:29px;border-radius:29px;padding:4px 8px;background-color:#eceaf3;font-size:14px;color:#402e8a}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_pills__LvzZb .gateLanding_refund_pill__saVBt .gateLanding_certificateIcon__gefuh{position:relative;font-size:22px}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_pills__LvzZb .gateLanding_refund_pill__saVBt .gateLanding_certificateIcon__gefuh .gateLanding_percentageIcon__TpWlD{color:#fff;position:absolute;font-size:10px;left:8px;top:7px}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_pills__LvzZb .gateLanding_refund_pill__saVBt{background-color:#1f1b36;color:#b3abd0}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd{display:flex;flex-direction:row;padding-top:16px;gap:30px}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd{flex-direction:column!important}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW{width:100%;border-radius:10px;padding:16px;overflow:hidden}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW{border-color:#494d51;background-color:#171b1d}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW{width:auto!important;height:inherit}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_section_heading__V6JcU{font-size:20px;font-weight:600;font-family:Source Sans\ 3,sans-serif}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_section_heading__V6JcU h2{font-size:20px;font-weight:600;font-family:Source Sans\ 3,sans-serif;margin:0}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_section_heading__V6JcU{color:#bebec2}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_section_heading__V6JcU{font-size:16px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P{width:auto;height:500px;display:flex;flex-direction:row;margin-top:16px;gap:16px;align-items:center;justify-content:space-between;overflow:hidden}@media(max-width:1020px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P{flex-direction:column;height:auto}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_videoMentorDiv__xlQKL{width:60vw;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover}@media(max-width:1020px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_videoMentorDiv__xlQKL{width:90%}}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_videoMentorDiv__xlQKL{width:300px;height:187px;padding:10px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_videoMentorDiv__xlQKL .gateLanding_video__4A6cf{width:100%;height:100%;border-radius:7px;-o-object-fit:cover;object-fit:cover}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th{height:auto;padding:0;margin:0;overflow:hidden;border-radius:10px}@media(max-width:1020px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th{width:100%;height:auto}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw{display:flex;flex-direction:column;gap:16px;padding-top:150px}@keyframes gateLanding_slideInfiniteForMobile__hBw_Z{0%{transform:translateX(0)}to{transform:translateX(-3010%)}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw.gateLanding_startMentorAnimation__95OVw{animation:gateLanding_slide__RlSnK 300s linear infinite}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw:hover{animation-play-state:paused!important}@keyframes gateLanding_slide-horizontal__T2wrW{0%{transform:translateX(0)}6.66%{transform:translateX(-300px)}13.33%{transform:translateX(-600px)}20%{transform:translateX(-900px)}26.66%{transform:translateX(-1200px)}33.33%{transform:translateX(-1560px)}40%{transform:translateX(-1860px)}46.66%{transform:translateX(-2170px)}53.33%{transform:translateX(-2500px)}60%{transform:translateX(-2800px)}66.66%{transform:translateX(-3150px)}73.33%{transform:translateX(-3400px)}80%{transform:translateX(-3700px)}86.66%{transform:translateX(-4350px)}to{transform:translateX(-4400px)}}@media(max-width:1020px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw{flex-direction:row}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw.gateLanding_startMentorAnimation__95OVw{animation:gateLanding_slide-horizontal__T2wrW 200s linear infinite}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw:hover{animation-play-state:unset!important}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM{background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:auto;padding:8px;border-radius:10px;border:1px solid #e4e4ea;flex-shrink:0;gap:16px}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM{background-color:#252b2e;border-color:#494d51!important}@media(max-width:1020px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM{flex-direction:column;height:280px;width:186px;justify-content:flex-start}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_image_container__i2QQ_{display:flex;align-items:center;justify-content:center}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_image_container__i2QQ_ img{width:168px!important;height:126px!important;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid #e4e4ea}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_mentor_section_card_content__fPHqg{width:auto;text-align:justify;padding:8px;border-radius:10px;text-align:center}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_mentor_section_card_content__fPHqg{width:auto!important}}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_mentor_section_card_content__fPHqg{background-color:#252b2e;border-color:#494d51!important}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_mentor_section_card_content__fPHqg .gateLanding_mentor_name__m0J3S{font-size:16px;font-weight:600;margin:0;font-family:Source Sans\ 3,sans-serif}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_mentor_section_card_content__fPHqg .gateLanding_mentor_name__m0J3S{color:#e9e9ea}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_mentor_section_card_content__fPHqg .gateLanding_mentor_achievements__bMT1N{margin:0;font-weight:400;font-size:12px;color:#6e6e73}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_mentor_and_testimonials_section__43hyd .gateLanding_mentor_section__WTyrW .gateLanding_mentor_detail_and_video_section__MDA0P .gateLanding_mentor_section_sliding_carousel_wrapper__rl5th .gateLanding_mentor_section_sliding_carousel__UdDmw .gateLanding_mentor_section_card__WPlKM .gateLanding_mentor_section_card_content__fPHqg .gateLanding_mentor_achievements__bMT1N{color:#9299a1}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK{width:auto!important;height:390px;overflow:hidden;position:relative;padding-top:40px;margin:16px!important}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK{width:auto!important;padding-top:5px;height:300px!important}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK h2{font-size:20px;font-weight:600;font-family:Source Sans\ 3,sans-serif;margin:0}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN{display:flex;gap:10px;flex-direction:row;position:absolute;padding-top:16px;width:95%;transition:transform 2s ease-out}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN.gateLanding_startTestimonialsCarousel__IhhYU{animation:gateLanding_slide-horizontal__T2wrW 100s infinite}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN{flex-direction:row}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN.gateLanding_startTestimonialsCarousel__IhhYU{animation:gateLanding_slide-horizontal__T2wrW 100s infinite}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc{display:flex;flex-direction:column;justify-content:center;gap:16px;width:auto;min-width:400px;height:300px;border-radius:10px;padding:16px;border:1px solid #e4e4ea;position:relative;left:0;top:0;transform:translateY(0);transition:transform 1s ease-in-out;cursor:pointer}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc{border-color:#494d51;background-color:#0a0e0f}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc{height:240px;width:306px;padding:12px;gap:12px!important}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_content___Huk7{color:#6e6e73;max-height:90px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_content___Huk7 h2{font-size:16px;font-family:Source Sans\ 3,sans-serif;font-weight:400}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_content___Huk7{color:#bebec2}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_content___Huk7{font-size:14px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_divider__BsM1G{border-top:1px solid #e4e4ea}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_divider__BsM1G{border-color:#252b2e}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_quotes__aEWIn{align-items:center;cursor:pointer;line-height:19px}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_quotes__aEWIn{line-height:unset!important;width:20.44px!important;height:14px!important;padding-top:2px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_name__pd_Hm{display:flex;flex-direction:row-reverse;text-align:end}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_name__pd_Hm .gateLanding_name_and_rank__WnYcB .gateLanding_name__TuYwz{font-size:16px;font-weight:400;margin:0;color:#6e6e73;font-family:Source Sans\ 3,sans-serif}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_name__pd_Hm .gateLanding_name_and_rank__WnYcB .gateLanding_name__TuYwz{color:#9299a1}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_name__pd_Hm .gateLanding_name_and_rank__WnYcB .gateLanding_name__TuYwz{font-size:14px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_name__pd_Hm .gateLanding_name_and_rank__WnYcB .gateLanding_rank__zaP5H{font-size:14px;font-weight:600;margin:0}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_name__pd_Hm .gateLanding_name_and_rank__WnYcB .gateLanding_rank__zaP5H{color:#e9e9ea}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN .gateLanding_testimonials_card__NiCqc .gateLanding_testimonials_card_name__pd_Hm .gateLanding_name_and_rank__WnYcB .gateLanding_rank__zaP5H{font-size:12px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_hero_section__Q8jxX .gateLanding_testimonials_carousel__7ysyK .gateLanding_testimonials_wrapper__BFopN:hover{animation-play-state:paused!important}@keyframes gateLanding_slide__RlSnK{0%{transform:translateY(0)}6.66%{transform:translateY(-290px)}13.33%{transform:translateY(-580px)}20%{transform:translateY(-870px)}26.66%{transform:translateY(-1160px)}33.33%{transform:translateY(-1450px)}40%{transform:translateY(-1750px)}46.66%{transform:translateY(-2040px)}53.33%{transform:translateY(-2340px)}60%{transform:translateY(-2630px)}66.66%{transform:translateY(-2930px)}73.33%{transform:translateY(-3320px)}80%{transform:translateY(-3610px)}86.66%{transform:translateY(-3900px)}to{transform:translateY(-4200px)}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_faq_section__ORaz_{display:flex;flex-direction:column;justify-content:center;width:70%;font-family:Nunito;padding-top:30px}@media(max-width:1237px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_faq_section__ORaz_{width:100%;padding:20px;gap:20px}}@media(max-width:441px){.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_faq_section__ORaz_{width:100%;padding:10px}}.gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_faq_section__ORaz_ .gateLanding_faq_heading__3dET_{text-align:center;font-size:24px;font-weight:600;color:#1d1d1f;padding-bottom:40px}body[data-theme=dark] .gateLanding_gate_courses_container_wrapper__rtS97 .gateLanding_gate_courses_container__fXKFH .gateLanding_gate_faq_section__ORaz_ .gateLanding_faq_heading__3dET_{color:#e9e9ea}.gateLanding_DoubleBannerContainer__gFZKs{display:grid;grid-template-columns:repeat(2,1fr);padding:40px 20px 30px;grid-gap:16px;gap:16px}@media(max-width:1024px){.gateLanding_DoubleBannerContainer__gFZKs{grid-template-columns:1fr}}@media(max-width:441px){.gateLanding_DoubleBannerContainer__gFZKs{padding-left:10px;padding-right:10px}}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj{display:flex;justify-content:space-around;align-items:center;justify-items:center;background-color:#ecfcff;padding:20px;border-radius:10px;width:100%}body[data-theme=dark] .gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj{background-color:#0b3760}@media(max-width:1280px){.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj{padding:10px}}@media(max-width:1024px){.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj{min-height:220px;padding:20px}}@media(max-width:441px){.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj{flex-direction:column;gap:30px}}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj h3{color:#085ca0;font-family:var(--gfg-font-secondary);font-size:19px;font-weight:600;font-style:italic}body[data-theme=dark] .gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj h3{color:#b2f1ff}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj .gateLanding_timer_container__j0A7e{font-family:var(--gfg-font-secondary);display:flex;flex-direction:column;padding-top:10px}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj .gateLanding_timer_container__j0A7e .gateLanding_timer_text__gPG0j{font-weight:400;font-size:14px;color:#9597a1}body[data-theme=dark] .gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj .gateLanding_timer_container__j0A7e .gateLanding_timer_text__gPG0j{color:#e9e9ea}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj .gateLanding_image_container__i2QQ_{padding-left:20px;padding-right:20px}@media(max-width:1280px){.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_promotional_banner_container__PzMIj .gateLanding_image_container__i2QQ_ img{max-width:unset!important;min-height:unset!important;min-width:unset!important;max-height:unset!important;width:250px!important;height:160px!important}}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl{max-height:220px;width:50vw}@media(max-width:1024px){.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl{width:95vw}}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl .gateLanding_upcomingEventContainer__c_fVA{display:flex;height:100%;background-color:#e9f3ec;cursor:pointer}body[data-theme=dark] .gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl .gateLanding_upcomingEventContainer__c_fVA{background-color:var(--background-3)!important;color:var(--text-color)!important}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl .gateLanding_desktopViewBanner__aEXMq,.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl .gateLanding_mobileViewBanner__h75ts{border-radius:10px;overflow:hidden;height:220px}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl .gateLanding_desktopViewBanner__aEXMq img{width:100%;height:220px}.gateLanding_DoubleBannerContainer__gFZKs .gateLanding_dynamic_banner_container__Viwpl .gateLanding_mobileViewBanner__h75ts img{height:220px!important}.gateLanding_bannerContainer__Qd1Td{display:grid;grid-template-columns:repeat(1,1fr);padding-top:10px;background:var(--background)}.gateLanding_bannerContainer__Qd1Td .react-multi-carousel-dot button{background-color:var(--text-color)}.gateLanding_bannerContainer__Qd1Td .react-multi-carousel-dot--active button{background-color:#000}.gateLanding_bannerContainer__Qd1Td .react-multi-carousel-list.carousel-container{text-align:center!important}.gateLanding_bannerContainer__Qd1Td .gateLanding_bannerFull__z_U4i,.gateLanding_bannerContainer__Qd1Td .gateLanding_mobileBanner__Q4SLc{border-radius:5px!important}.gateLanding_bannerContainer__Qd1Td .gateLanding_desktopViewBanner__aEXMq{display:block!important;padding-bottom:30px;margin:0 5px}@media(max-width:900px){.gateLanding_bannerContainer__Qd1Td .gateLanding_desktopViewBanner__aEXMq{margin-top:20px}}@media(max-width:500px){.gateLanding_bannerContainer__Qd1Td .gateLanding_desktopViewBanner__aEXMq{display:none!important}}.gateLanding_bannerContainer__Qd1Td .gateLanding_mobileViewBanner__h75ts{display:none!important;padding-bottom:30px}@media(max-width:500px){.gateLanding_bannerContainer__Qd1Td .gateLanding_mobileViewBanner__h75ts{display:block!important;margin:20px;padding-bottom:5px}}@media(max-width:900px){.gateLanding_bannerContainer__Qd1Td{display:block;text-align:center}}.gateLanding_bulkPurchaseSectionContainer__Emv9_{display:flex;width:70%;justify-content:space-between;align-items:center;border:1px solid #e4e4ea;border-radius:20px;font-family:Source Sans\ 3,sans-serif;padding:15px;margin:80px auto 30px}@media(max-width:1024px){.gateLanding_bulkPurchaseSectionContainer__Emv9_{width:96%}}@media(max-width:600px){.gateLanding_bulkPurchaseSectionContainer__Emv9_{flex-direction:column}.gateLanding_bulkPurchaseSectionContainer__Emv9_ p{margin-bottom:10px;text-align:center}}body[data-theme=dark] .gateLanding_bulkPurchaseSectionContainer__Emv9_{background-color:#252b2e;border:1px solid #494d51}.gateLanding_bulkPurchaseSectionContainer__Emv9_ h3{font-weight:600;font-size:24px;color:var(--heading-color)}.gateLanding_bulkPurchaseSectionContainer__Emv9_ p{color:#6e6e73;font-weight:400;font-size:18px;word-break:break-word}body[data-theme=dark] .gateLanding_bulkPurchaseSectionContainer__Emv9_ p{color:#9299a1}.gateLanding_bulkPurchaseSectionContainer__Emv9_ .gateLanding_contactNumber___zPcQ{background-color:#fffcf6;display:block;height:46px;padding:20px;display:flex;justify-content:center;align-items:center;border-radius:10px;border:1px solid #ffc703}.gateLanding_bulkPurchaseSectionContainer__Emv9_ .gateLanding_contactNumber___zPcQ a{margin-left:5px;font-size:20px;text-decoration:none}body[data-theme=dark] .gateLanding_bulkPurchaseSectionContainer__Emv9_ .gateLanding_contactNumber___zPcQ{background-color:#494d51;color:#fff}.gateLanding_whatSetsUsApartContainer__Si_X6{display:flex;flex-direction:column;width:70%;margin:0 auto;padding-bottom:10px;padding-top:50px}@media(max-width:1024px){.gateLanding_whatSetsUsApartContainer__Si_X6{width:96%}}.gateLanding_whatSetsUsApartContainer__Si_X6 h3{font-family:var(--gfg-font-secondary);font-weight:600;font-size:24px;color:var(--heading-color)}.gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;align-items:center;grid-gap:10px;gap:10px}@media(max-width:768px){.gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}}.gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z .gateLanding_whatSetsUsApartCard__PlC6G{height:100%;width:100%;border:1px solid #e4e4ea;border-radius:10px;padding:12px 30px 12px 12px;background-color:var(--background-2)}body[data-theme=dark] .gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z .gateLanding_whatSetsUsApartCard__PlC6G{border-color:#494d51}.gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z .gateLanding_whatSetsUsApartCard__PlC6G h5{font-family:var(--gfg-font-secondary);font-weight:600;font-size:18px;color:#1d1d1f}body[data-theme=dark] .gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z .gateLanding_whatSetsUsApartCard__PlC6G h5{color:var(--meta-h1)}.gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z .gateLanding_whatSetsUsApartCard__PlC6G p{font-weight:400;font-size:14px;font-family:var(--gfg-font-secondary);color:#6e6e73;word-break:break-word}body[data-theme=dark] .gateLanding_whatSetsUsApartContainer__Si_X6 .gateLanding_cardsContainer__bha_Z .gateLanding_whatSetsUsApartCard__PlC6G p{color:#9299a1}.gateLanding_gate_category_section__P1_4R{display:flex;flex-direction:column;font-family:Source Sans\ 3;width:100%}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_batch_heading__p0BdM{color:#1d1d1f;font-family:Source Sans\ 3;font-size:24px;font-weight:600;width:70%;padding-left:15vw;margin:0;padding-bottom:10px}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_gate_batch_heading__p0BdM{color:#e9e9ea}@media(max-width:1237px){.gateLanding_gate_category_section__P1_4R .gateLanding_gate_batch_heading__p0BdM{width:100%;gap:10px;padding-left:10px}}@media(max-width:441px){.gateLanding_gate_category_section__P1_4R .gateLanding_gate_batch_heading__p0BdM{width:100%}}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0{display:flex;justify-content:center}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_text__yJP8_{padding-left:5px;font-family:Source Sans\ 3;font-size:14px;color:#6e6e73}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_text__yJP8_{color:#bebec2}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D{display:flex;gap:14px;align-items:center;width:70%}@media(max-width:1237px){.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D{width:100%;gap:10px}}@media(max-width:441px){.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D{width:95%}}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D .gateLanding_active_tab__xJ4_I{display:flex;justify-content:center;align-items:center;min-height:41px!important;background-color:#016ccc;color:#fff;font-weight:600;font-size:14px;border-top-left-radius:8px;border-top-right-radius:8px;padding:8px 20px;text-align:center;cursor:pointer;transition:background-color .3s ease,color .3s ease}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D .gateLanding_active_tab__xJ4_I h2{font-weight:600;font-family:Source Sans\ 3,sans-serif;font-size:14px;margin:0}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D .gateLanding_active_tab__xJ4_I{background-color:#105d95}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D .gateLanding_tab__HMUaM{display:flex;justify-content:center;align-items:center;min-height:41px!important;color:#016ccc;font-weight:600;font-size:14px;padding:8px 20px;text-align:center;cursor:pointer;border-top-left-radius:8px;border-top-right-radius:8px;transition:background-color .3s ease,color .3s ease}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D .gateLanding_tab__HMUaM:hover{background-color:rgba(1,108,204,.1)}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D .gateLanding_tab__HMUaM h2{font-weight:600;font-size:14px;margin:0;font-family:Source Sans\ 3,sans-serif}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_tabs__kKt0D .gateLanding_tab__HMUaM{color:#2092d7}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN{display:flex;gap:6px;justify-content:space-between;align-items:center;width:274px;height:37px;border:1px solid #6e6e73;border-radius:81px;font-size:12px;font-weight:600;color:#6e6e73;padding:8px 10px;position:relative}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN{color:#bebec2;border-color:#bebec2}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN .gateLanding_dropdown_menu__8VxQ4{display:flex;flex-direction:column;align-items:start;justify-content:space-between;position:absolute;z-index:3;top:48px;left:0;width:274px;height:151px;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid #e5e5e5;padding:16px 10px}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN .gateLanding_dropdown_menu__8VxQ4{background-color:#171b1d;color:#bebec2}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN .gateLanding_dropdown_menu__8VxQ4 .gateLanding_dropdown_item__FuWGD{text-align:left;font-size:12px;font-weight:600;color:#6e6e73;width:100%;cursor:pointer}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN .gateLanding_dropdown_menu__8VxQ4 .gateLanding_dropdown_item__FuWGD{background-color:#171b1d;color:#bebec2}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN .gateLanding_dropdown_menu__8VxQ4 .gateLanding_dropdown_item__FuWGD:hover{background-color:#f5f5f7}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN p{margin:0}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN .gateLanding_drop_down_arrow__8O5kr{transition:transform .3s ease}.gateLanding_gate_category_section__P1_4R .gateLanding_gate_category_section_filter_tabs__uUmd0 .gateLanding_course_type_drop_down_filter__XbKxN .gateLanding_rotated__9dzHW{transform:rotate(180deg);transition:transform .3s ease}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS{display:flex;flex-direction:column;background-color:#f1f9ff;width:100%}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS{background-color:#121e24;color:#e9e9ea}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji{width:100%;display:flex;flex-direction:column;padding:0 15%}@media(max-width:1237px){.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji{padding:10px}}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_divider__BsM1G{border-top:1px solid #e4e4ea;width:auto}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_divider__BsM1G{border-color:#494d51}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_year_heading__WRQga{color:#1d1d1f;font-size:16px!important;font-weight:600;font-family:Source Sans\ 3,sans-serif;padding-top:20px;padding-bottom:20px;margin:0;cursor:pointer}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_year_heading__WRQga{color:#e9e9ea}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga{display:flex;position:relative;flex-direction:column;gap:10px;margin:0 -21%}@media(max-width:1237px){.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga{margin:0}}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_navigation_container__DwVMm{display:flex;gap:8px;margin:0 14.5%;padding-bottom:15px}@media(max-width:1237px){.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_navigation_container__DwVMm{margin:0}}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_navigation_container__DwVMm .ui.icon.button{display:flex;background-color:#fff;color:#4b5563;cursor:pointer}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_navigation_container__DwVMm .ui.icon.button{color:#e9e9ea;background-color:#494d51}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_navigation_container__DwVMm .ui.icon.button:hover{background-color:#f9fafb}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_navigation_container__DwVMm .ui.icon.button:focus{outline:none}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm{overflow-x:auto;scroll-behavior:smooth;width:100%;padding-left:14.5vw;padding-bottom:20px;-ms-overflow-style:none;scrollbar-width:none}@media(max-width:1237px){.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm{padding-left:0}}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm::-webkit-scrollbar{display:none}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH{display:inline-flex;overflow-x:auto;gap:16px}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko{width:320px;min-height:450px;max-height:-moz-max-content;max-height:max-content;border-radius:10px;background-color:#fff;border:1px solid #e4e4ea;display:flex;flex-direction:column;justify-content:space-between;padding:16px;font-family:Source Sans\ 3}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko{background-color:#252b2e;border-color:#494d51}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY{display:flex;flex-direction:column;gap:5px}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_heading__lDMmH{font-weight:600;font-family:Source Sans\ 3,sans-serif;font-size:18px;min-height:50px;margin:unset;word-wrap:break-word;white-space:normal}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_info__3YNzB{display:flex;flex-direction:column;gap:16px;padding-bottom:15px;min-height:300px}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_info__3YNzB .gateLanding_card_batch_info__CFt5J{display:flex;gap:16px}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_info__3YNzB .gateLanding_card_batch_info__CFt5J img{width:40px;height:40px}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_info__3YNzB .gateLanding_card_batch_info__CFt5J .gateLanding_text__q_40w .gateLanding_heading__QWKeE{font-size:14px;color:#6e6e73;margin:0}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_info__3YNzB .gateLanding_card_batch_info__CFt5J .gateLanding_text__q_40w .gateLanding_heading__QWKeE{color:#9299a1}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_info__3YNzB .gateLanding_card_batch_info__CFt5J .gateLanding_text__q_40w .gateLanding_info__mm3Av{font-size:16px;color:#1d1d1f;margin:0}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_content__OZ9RY .gateLanding_card_info__3YNzB .gateLanding_card_batch_info__CFt5J .gateLanding_text__q_40w .gateLanding_info__mm3Av{color:#e9e9ea}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx{display:flex;justify-content:space-between;gap:12px}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx .gateLanding_more_info_btn__oHlkZ{background-color:#fff;border:1px solid #6e6e73;color:#6e6e73;width:70%;height:40px;border-radius:8px}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx .gateLanding_more_info_btn__oHlkZ{border:1px solid #bebec2;color:#bebec2;background-color:transparent}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx .gateLanding_more_info_btn__oHlkZ:active{background-color:#939399;transform:scale(.95);color:#fff}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx .gateLanding_enroll_btn__jyxBt{background-color:#41886c;width:70%;height:40px;border-radius:8px}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx .gateLanding_enroll_btn__jyxBt{background-color:#148761;color:#fff}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx .gateLanding_enroll_btn__jyxBt:hover{background-color:#356f58;transform:scale(1.05)}.gateLanding_gate_category_section__P1_4R .gateLanding_courseAccordion__Hd0sS .gateLanding_accordionItem__3Xuji .gateLanding_sliderContainer__9D6Ga .gateLanding_cardsWrapper__HTpTm .gateLanding_gate_category_section_cards__1VMDH .gateLanding_gate_card__yJ_ko .gateLanding_gate_card_action_btn__4a9xx .gateLanding_enroll_btn__jyxBt:active{background-color:#2a5345;transform:scale(1)}.gateLanding_gate_category_section__P1_4R .gateLanding_special_border__8Bkmy{border:2px solid #016ccc!important}.gateLanding_gate_category_section__P1_4R .gateLanding_promo_batch___nSoY{background-color:#fffcf5!important;border:1px solid #f79009!important}body[data-theme=dark] .gateLanding_gate_category_section__P1_4R .gateLanding_promo_batch___nSoY{background-color:#252b2e!important;border:1px solid #ba871d!important}