#desktop-component{width:100%;height:185px;min-height:185px;position:relative}#desktop-component img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}#desktop-component .SlidingWord{background-color:var(--brand-color);border-radius:var(--borderRadius);padding:0 3px;transition:opacity .5s,transform .5s;display:inline-block}#desktop-component .fade-in{opacity:1;transform:translateY(0)}#desktop-component .fade-out{opacity:0;transform:translateY(-10px)}#desktop-component .cinematic-overlay{z-index:2;pointer-events:none;background:linear-gradient(135deg,#000000bf 0%,#0006 30%,#0000 70%),linear-gradient(#0000001a 0%,#00000063 20% 80%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}#desktop-component .DesktopContent{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}#desktop-component .DesktopContentContainer{flex-direction:column;justify-content:end;height:117%;display:flex}#desktop-component .DesktopSearchBarContainer{margin-top:20px}#desktop-component .MinimalSearchBarContainer{width:100%;max-width:400px;position:relative}#desktop-component .MinimalSearchBar{background:#fff;border-radius:100px;align-items:center;width:100%;padding:10px 18px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}#desktop-component .MinimalSearchBar:focus-within{box-shadow:0 8px 25px #00000026}#desktop-component .SuggestionsDropdown{z-index:100;background:#fff;border-radius:16px;width:100%;max-height:300px;padding:10px;position:absolute;top:calc(100% + 10px);left:0;overflow-y:auto;box-shadow:0 10px 30px #0003}#desktop-component .SuggestionItem{color:#333;cursor:pointer;border-radius:8px;padding:12px 15px;font-size:14px;transition:background .2s}#desktop-component .SuggestionItem:hover{background:#f5f5f5}#desktop-component .EmptySuggestions{flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;display:flex}#desktop-component .EmptyIcon{width:40px;height:40px;margin-bottom:12px}#desktop-component .EmptySuggestions span{color:#999;font-size:14px}#desktop-component .SearchIcon{color:#666;width:18px;height:18px;margin-right:10px}#desktop-component .MinimalSearchBar input{color:#333;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}#desktop-component .MinimalSearchBar input::placeholder{color:#aaa}@media (min-width:900px) and (max-width:1350px){#desktop-component{width:100%;height:185px;min-height:185px;position:relative}}@media (max-width:768px){#desktop-component .DesktopContentContainer{flex-direction:column;justify-content:end;height:90%;display:flex}}
