*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6,menu,ol,p,ul{margin:0;padding:0}menu,ol,ul{list-style:none}body,html{overflow:hidden}body{padding:0;margin:0;width:100%;height:100vh;font-family:Inter,sans-serif;color:var(--gray-500)}.container{max-width:1416px;width:100%;padding:0 16px;margin:auto}.page-container{max-height:100dvh;overflow:auto;scrollbar-gutter:stable;padding-top:72px}@media screen and (max-width:767px){.page-container{padding-top:60px}}@media screen and (max-width:600px){.page-container{padding-top:71px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:10px}::-webkit-scrollbar-thumb{background:var(--blue);border-radius:10px}:root{--backgroud-primary:#eef4ff;--purple-700:#6941c6;--blue:#05406b;--primary:#42ba78;--green-dark:#03997a;--white:#fff;--gray-900:#101828;--gray-500:#667085}.title__main{color:var(--gray-900,#101828);text-align:center;font-size:48px;font-weight:600;line-height:60px;letter-spacing:-.96px;margin-bottom:24px}@media screen and (max-width:1024px){.title__main{font-size:34px;line-height:40px}}@media screen and (max-width:600px){.title__main{font-size:28px;line-height:38px;margin-bottom:14px}}.title__sub{color:var(--gray-900,#101828);font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:600px){.title__sub{font-size:20px;line-height:24px}}.subtext__main{color:var(--gray-500,#667085);text-align:center;font-size:20px;line-height:30px;max-width:768px;margin:auto auto 40px}@media screen and (max-width:1024px){.subtext__main{font-size:17px;line-height:27px}}@media screen and (max-width:600px){.subtext__main{font-size:16px;line-height:24px}}.top-panel{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #eceff2;margin-bottom:16px;gap:32px}@media screen and (max-width:600px){.top-panel{padding-bottom:16px}}.search{display:flex;align-items:center;max-width:500px;width:100%;position:relative}.search input{font-size:16px;line-height:24px;font-weight:400;width:100%;color:#5d6f7e;border-radius:100px;border:1px solid #d9dfe7;background:#f7f8fa;padding:12px 60px 12px 24px;transition:all .2s linear}@media screen and (max-width:600px){.search input{padding:4px 50px 4px 12px;font-size:14px;list-style:1.2em}}.search input:focus,.search input:focus-visible,.search input:hover{border:1px solid #1e8fa3;background:#f7f8fa;outline:none}.search input::placeholder{color:rgba(102,112,133,.714)}.search__btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:20px;transform:translateY(-50%);cursor:pointer}@media screen and (max-width:600px){.search__btn{right:12px}}.search__close{right:45px}@media screen and (max-width:600px){.search__close{right:32px}}.header{position:fixed;top:0;left:0;width:100%;padding:16px 44px;background:#05406b;display:flex;align-items:center;justify-content:space-between;z-index:5}@media screen and (max-width:767px){.header{padding:16px}}.header__logo{display:flex;align-items:center}@media screen and (max-width:600px){.header__logo{width:140px}.header__logo img{width:100%}}.header__toggle{opacity:0;visibility:hidden;width:200px;display:none}@media screen and (max-width:767px){.header__toggle{opacity:1;display:block;visibility:visible;width:30px}}.header__bottom .navigation{display:flex;align-items:center;gap:10px}@media screen and (max-width:767px){.header__bottom .navigation{border-top:1px solid rgba(66,186,120,.1);position:absolute;top:56px;display:flex;flex-direction:column;background:var(--backgroud-primary);left:0;padding:0;width:100%;opacity:0;display:none;visibility:hidden;overflow:hidden;transition:all .2s ease;height:0}}.header__bottom .navigation.open{height:100vh;width:100%;padding:16px;opacity:1;display:block;visibility:visible;z-index:5}@media screen and (max-width:767px){.header__bottom .navigation{flex-direction:column}}.header__bottom .navigation__item{font-size:14px;font-weight:600;line-height:20px;padding:10px 16px;border-radius:8px;color:var(--blue);transition:all .3s ease;cursor:pointer}.header__bottom .navigation__item:hover{color:var(--primary)}.header__bottom .navigation__item.is-active{color:var(--primary);background:var(--white);box-shadow:0 1px 2px 0 rgba(16,24,40,.1)}.header__toggle span{display:block;width:100%;box-shadow:0 2px 10px 0 rgba(0,0,0,.3);border-radius:3px;height:4px;background:var(--blue);transition:all .2s;position:relative}.header__toggle span+span{margin-top:6px}.header__toggle span:first-child{animation:top-2 .7s ease forwards}.header__toggle span:nth-child(2){animation:scaled-2 .7s ease forwards}.header__toggle span:nth-child(3){animation:bottom-2 .7s ease forwards}.header__toggle.active span:first-child{animation:top .7s ease forwards}.header__toggle.active span:nth-child(2){animation:scaled .7s ease forwards}.header__toggle.active span:nth-child(3){animation:bottom .7s ease forwards}.header-actions{display:flex;align-items:center;gap:8px}@keyframes top{0%{top:0;transform:rotate(0)}50%{top:10px;transform:rotate(0)}to{top:10px;transform:rotate(45deg)}}@keyframes top-2{0%{top:10px;transform:rotate(45deg)}50%{top:10px;transform:rotate(0deg)}to{top:0;transform:rotate(0deg)}}@keyframes bottom{0%{bottom:0;transform:rotate(0)}50%{bottom:10px;transform:rotate(0)}to{bottom:10px;transform:rotate(135deg)}}@keyframes bottom-2{0%{bottom:10px;transform:rotate(135deg)}50%{bottom:10px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes scaled{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes scaled-2{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}.footer{display:flex;align-items:center;justify-content:center;background:#eef4ff;padding:5px 16px;color:var(--gray-900);font-weight:400;font-size:12px;line-height:28px}@media screen and (max-width:400px){.footer{display:flex;flex-direction:column;line-height:20px;padding:16px}}.landing{padding:32px 0 30px;min-height:calc(100vh - 115px)}@media screen and (max-width:600px){.landing{padding:30px 0 50px}}.content .title__sub{margin-bottom:32px}@media screen and (max-width:600px){.content .title__sub{margin-bottom:32px}}.content__wrapper{display:flex;gap:40px;flex-wrap:wrap}@media screen and (max-width:992px){.content__wrapper{gap:16px}}.content__tile{display:flex;flex-direction:column;gap:8px;border-radius:8px;cursor:pointer;width:calc(25% - 30px);padding:12px;border:1px solid transparent;transition:all .2s linear}.content__tile:hover{border:1px solid var(--interactive-20,#c4e2e8)}@media screen and (max-width:1024px){.content__tile{width:calc(33.67% - 30px)}}@media screen and (max-width:992px){.content__tile{width:calc(50% - 8px)}}@media screen and (max-width:500px){.content__tile{width:100%;border:1px solid var(--interactive-20,#c4e2e8)}}.content__tile-top{aspect-ratio:16/9;border-radius:8px;overflow:hidden}@media screen and (max-width:600px){.content__tile-top{height:auto;max-height:240px}}.content__tile-top img{width:100%;height:100%;object-fit:contain}.content__author{display:flex;align-items:center;gap:8px}.content__author .content__author-name{color:#354756;font-size:16px;font-weight:400;line-height:150%;text-transform:capitalize;flex-grow:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.content__author .date{color:#5d6f7e;text-align:right;font-size:14px;font-weight:400;line-height:150%;flex-shrink:0}.content__tile-bottom{display:flex;flex-direction:column;gap:8px}.content__tile-title{color:#354756;font-size:18px;font-weight:600;line-height:150%}.content__tile-text{color:#354756;font-size:14px;font-weight:400;line-height:150%}@media screen and (max-width:1024px){.content__tile-text{font-size:14px;line-height:24px}}a{color:inherit;text-decoration:none}.sign-in-msg{display:flex;justify-content:center;width:100%}#search::-webkit-search-cancel-button{display:none}.landing-loader{width:-moz-fit-content;width:fit-content;-webkit-clip-path:inset(0 1.6ch 0 0);clip-path:inset(0 1.6ch 0 0);animation:l4 1s steps(4) infinite}.landing-loader:before{content:"Searching..."}@keyframes l4{to{-webkit-clip-path:inset(0 -1ch 0 0);clip-path:inset(0 -1ch 0 0)}}.login-with-google-btn{transition:background-color .3s,box-shadow .3s;padding:12px 16px 12px 42px;border:none;border-radius:3px;box-shadow:0 -1px 0 rgba(0,0,0,.04),0 1px 1px rgba(0,0,0,.25);opacity:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);background-color:#fff;background-repeat:no-repeat;background-position:12px;color:#52b979;font-weight:600}.login-with-google-btn:hover{box-shadow:0 -1px 0 rgba(0,0,0,.04),0 2px 4px rgba(0,0,0,.25);color:#29af5c}.login-with-google-btn:active{background-color:#eee}.login-with-google-btn:focus{outline:none;box-shadow:0 -1px 0 rgba(0,0,0,.04),0 2px 4px rgba(0,0,0,.25),0 0 0 3px #c8dafc}.login-with-google-btn:disabled{filter:grayscale(100%);background-color:#ebebeb;box-shadow:0 -1px 0 rgba(0,0,0,.04),0 1px 1px rgba(0,0,0,.25);cursor:not-allowed}.login-with-google-btn{visibility:hidden}.login-with-google-btn.is-active{opacity:1;cursor:pointer;visibility:visible}.chatbot{position:absolute;right:0;bottom:0;width:768px;height:90%}.chatbox__button{text-align:right}@media(max-width:768px){.chatbox__button{display:none}}.chatbox__button button,.chatbox__button button:focus,.chatbox__button button:visited{position:absolute;right:30px;bottom:30px;padding:10px;background:#fff;border:none;outline:none;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;box-shadow:0 10px 15px rgba(0,0,0,.1);cursor:pointer;z-index:5}.chatbox_btn{background:none;border:none;display:flex}.chatbtn_img{height:38px;width:38px}.active{display:block}.active,.inactive{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:2;cursor:pointer}.inactive{display:none}.spinner{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.22)}.spinner:before{content:"";width:48px;height:48px;border:5px solid;border-color:#fff #fff #05406b;border-radius:50%;display:inline-block;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dropdown{position:relative}.dropdown__header{display:flex;align-items:center;padding:8px 16px;gap:8px;color:#354756;font-size:16px;font-weight:400;line-height:150%;cursor:pointer}@media screen and (max-width:600px){.dropdown__header{padding:0;font-size:14px}}.dropdown__header span{white-space:nowrap}.dropdown__menu{display:none;position:absolute;top:100%;right:0;border-radius:4px;border:1px solid #f7f8fa;background:#fff;padding:4px;box-shadow:0 8px 12px -4px rgba(13,22,29,.08),0 4px 8px -4px rgba(13,22,29,.12);transition:all .2s linear;min-width:200px}.dropdown__menu-item{display:flex;align-items:center;gap:8px;color:#354756;font-size:16px;font-weight:400;line-height:150%;padding:8px;border-bottom:1px solid #eceff2;transition:all .2s linear;cursor:pointer}.dropdown__menu-item:last-child{border-bottom-width:0}.dropdown__menu-item.is-active,.dropdown__menu-item:hover{background-image:linear-gradient(rgba(13,22,29,.05),rgba(13,22,29,.05))}.dropdown.is-active .dropdown__menu{display:block;max-height:350px;overflow-y:auto}.video{display:flex;flex-wrap:wrap;gap:16px;height:100%}.video-landing{padding:0;min-height:calc(100% - 38px);display:flex}.video-landing .container{margin:0 auto;flex:1 1;min-height:0;max-width:none;padding:0 8px 0 30px}@media screen and (max-width:600px){.video-landing .container{padding:16px}}.video__preview-section{flex:1 1;min-width:0;padding:16px 0;width:calc(100% - 450px);min-width:450px}@media screen and (max-width:600px){.video__preview-section{min-width:inherit}}.video__preview{aspect-ratio:16/9;border-radius:10px;overflow:hidden;max-height:calc(100vh - 220px)}.video__preview-content{margin-top:20px;display:flex;flex-direction:column;gap:8px}.video__preview-content .content__author,.video__preview-content .content__author .date,.video__preview-content .content__author-name{font-size:12px;font-weight:600;line-height:1;margin:0;color:#6941c6;text-transform:capitalize}.video__preview-content .video__list-title{margin-bottom:4px}.video__preview-content .video__list-text{line-height:24px}.video__list{max-width:450px;padding-right:16px;width:100%}@media screen and (max-width:600px){.video__list{max-width:100%}}.video__list .scroll-box{flex:1 1;min-height:0;height:100%;display:flex;flex-direction:column;gap:20px;padding:16px 0}.video__list-item{position:relative;display:flex;gap:12px;padding-left:14px}@media screen and (max-width:600px){.video__list-item{flex-direction:column}}.video__list-item:before{content:"";display:block;position:absolute;left:0;top:0;height:94px;margin:auto;width:5px;border-radius:4px;background:linear-gradient(0deg,#fff 50%,#52b979 0) bottom;background-size:100% 200%;transition:all .3s linear}.video__list-item.is-active:before{background-position:top}.video__list-image{height:94px;width:168px;border-radius:4px;overflow:hidden;aspect-ratio:16/9;flex-shrink:0}.video__list-image img{width:100%;height:100%}.video__list-content{overflow:hidden;display:flex;flex-direction:column;gap:6px}.video__list-content .content__author{margin:0}.video__list-content .content__author .date,.video__list-content .content__author-name{font-size:12px;font-weight:500;line-height:1;margin:0;color:#6941c6;text-transform:capitalize}.video__list-title{font-size:16px;font-weight:600;color:#101828;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.video__list-text{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#__next{height:100%;height:100dvh}.login{width:100%;height:100%;display:flex;transition:all .2s linear;overflow-y:auto}@media screen and (max-width:1024px){.login{flex-direction:column}}.login__banner{position:relative;width:50%;padding:100px;transition:all .2s linear;overflow:hidden;background:#05406b;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:1366px){.login__banner{gap:30px}}@media screen and (max-width:1024px){.login__banner{width:100%;height:50%;gap:16px;padding:16px}}@media screen and (max-width:900px)and (orientation:landscape){.login__banner{display:none}}@media screen and (max-width:1024px){.login__banner-image{width:50%}}@media screen and (max-width:600px){.login__banner-image{width:100%}}.login__banner-image img{width:100%;height:100%}.login__banner-text{display:flex;align-items:center;color:#fff;text-align:center;font-size:40px;font-weight:400;line-height:normal;letter-spacing:2px;gap:16px}@media screen and (max-width:1024px){.login__banner-text{font-size:32px;gap:10px}}@media screen and (max-width:600px){.login__banner-text{font-size:24px}}.login__banner-text span{white-space:nowrap}.login__banner-text .hilight{color:#42ba78;font-weight:700}.login__section{position:relative;width:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:50px;transition:all .2s linear}@media screen and (max-width:600px){.login__section{gap:20px}}@media screen and (max-width:1024px){.login__section{width:100%;height:50%;padding:16px}}@media screen and (max-width:900px)and (orientation:landscape){.login__section{height:100%}}.login__section-content{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:600px){.login__section-content{margin-bottom:40px}}.login__section-tile{align-items:center;display:flex;flex-direction:column;border-radius:8px;border:1px #d9dfe7;background:#fff;box-shadow:0 4px 10px 0 rgba(0,0,0,.1);padding:40px;max-width:400px;width:100%}@media screen and (max-height:600px){.login__section-tile{padding:16px}}.login__section-tile .google-logo{width:80px;height:80px;margin-bottom:16px}.login__section-tile .google-logo img{width:100%;height:100%}.login__section-button{text-align:center;margin-bottom:24px;width:100%}.login__section-button .login-with-google-btn{width:100%;min-width:150px;border-radius:4px;background:#4280ef;color:#fff;font-size:16px;font-weight:400;line-height:150%;transition:all .2s linear}.login__section-button .login-with-google-btn:hover{background:#256be8}.login__section-button .login-with-google-btn:focus{outline:none;box-shadow:none}.padding-top-32{padding-top:32px}.signout{gap:16px;flex-shrink:0}.signout,.signout__btn{display:flex;align-items:center}.signout__btn{cursor:pointer;transition:all .2s linear;gap:4px}.signout__btn:hover .signout__text{color:#fff}.signout__text{color:#d9dfe7;font-size:16px;font-weight:400;line-height:150%}.signout .avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#5d6f7e}.modal{position:relative}.modal__overlay{position:fixed;top:72px;left:0;width:100%;height:calc(100% - 72px);background:rgba(0,0,0,.314);z-index:1;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .2s linear;padding:16px}@media screen and (max-width:1120px){.modal__overlay{padding:16px 24px}}.modal__body{position:relative;max-width:1080px;width:100%;max-height:740px;height:100%}.modal__body:hover .modal__close{visibility:visible;opacity:1}.modal__content{position:relative;display:flex;flex-direction:column;padding:16px 16px 20px;gap:12px;border-radius:4px;background:#fff;height:calc(100% + 3px);margin:auto;overflow:hidden auto}@media screen and (max-width:1120px){.modal__content{height:auto}}.modal__content-top{display:flex;align-items:center;justify-content:space-between;color:#354756;font-size:14px;font-weight:400;line-height:150%;margin-bottom:8px}.modal__content-top .name{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal__content-top .date{flex-shrink:0}.modal__content-bottom{display:flex;flex-direction:column;gap:4px}.modal__content-text,.modal__content-title{font-size:18px;font-weight:600;color:#354756;line-height:150%}.modal__content-text{font-size:14px;font-weight:400}.modal__close{width:24px;height:24px;border-radius:50%;background:#d9dfe7;position:absolute;right:-10px;top:-10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s linear;opacity:0;visibility:hidden;z-index:1}.modal__close:hover{background:#f7f8fa}.modal__close:hover path{fill:#5d6f7e}@media screen and (max-width:1120px){.modal__close{visibility:visible;opacity:1}}.modal__video{margin-bottom:12px;aspect-ratio:16/9;flex-shrink:0}.modal.is-active .modal__overlay{opacity:1;visibility:visible}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;column-gap:12px;padding:12px;border-radius:33px;background:#edf7ff}.breadcrumb-item{color:#777;font-size:18px;line-height:18px}.breadcrumb-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:7px 20px;display:flex;justify-content:center;align-items:center;column-gap:12px;border-radius:27px;color:#05406b}.breadcrumb-button:hover{background:#dbefff}.breadcrumb-button.is-active{background:#42ba78;color:#fff}.breadcrumb>:last-child{font-weight:700}.bread-crumb-dropdown{position:relative}.bread-crumb-dropdown__header{display:flex;align-items:center;padding:8px 16px;gap:8px;color:#354756;font-size:16px;font-weight:400;line-height:150%;cursor:pointer}@media screen and (max-width:600px){.bread-crumb-dropdown__header{padding:0;font-size:14px}}.bread-crumb-dropdown__header span{white-space:nowrap}.bread-crumb-dropdown__menu{display:none;position:absolute;top:140%;right:100;border-radius:4px;border:1px solid var(--color-gray-5,#f7f8fa);background:var(--Greyscale-White,#fff);box-shadow:0 2px 4px -2px rgba(0,0,0,.16),0 4px 4px 0 rgba(0,0,0,.08);transition:all .2s linear;width:280px}.bread-crumb-dropdown__menu-item{display:flex;align-items:center;gap:8px;color:var(--color-greyscale-80,#354756);font-size:16px;font-weight:400;line-height:112.5%;border-radius:4px;padding:12px;border-bottom:1px solid #eceff2;transition:all .2s linear;cursor:pointer}.bread-crumb-dropdown__menu-item:last-child{border-bottom-width:0}.bread-crumb-dropdown__menu-item.is-active,.bread-crumb-dropdown__menu-item:hover{background-image:linear-gradient(rgba(13,22,29,.05),rgba(13,22,29,.05))}.bread-crumb-dropdown.is-active .bread-crumb-dropdown__menu{display:block}.dropdownIcon{width:16px;height:16px}.breadcrumb-search{display:flex;align-items:center;max-width:500px;width:100%;position:relative;padding:8px;border-bottom:1px solid #eceff2}.breadcrumb-search input{font-size:16px;height:18px;font-weight:400;width:100%;color:#5d6f7e;border-radius:100px;background:#f7f8fa;padding:14px;transition:all .2s linear;margin-bottom:3px;border:1px solid #d9dfe7;border-bottom-color:#eceff2}@media screen and (max-width:600px){.breadcrumb-search input{padding:4px 50px 4px 12px;font-size:14px;list-style:1.2em}}.breadcrumb-search input:focus,.breadcrumb-search input:focus-visible,.breadcrumb-search input:hover{border:1px solid #1e8fa3;background:#f7f8fa;outline:none}.breadcrumb-search input::placeholder{color:rgba(102,112,133,.714)}.breadcrumb-search__btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:20px;transform:translateY(-50%);cursor:pointer}@media screen and (max-width:600px){.breadcrumb-search__btn{right:12px}}.breadcrumb-search__close{right:45px}@media screen and (max-width:600px){.breadcrumb-search__close{right:32px}}.bread-crumb-dropdown__menu-list{max-height:300px;overflow-y:auto;padding:4px 8px}.dropDown-No-Result{height:50px;display:flex;justify-content:center;align-items:center}