html{scroll-behavior:smooth}#header-container{width:100vw;position:fixed;top:0;left:0;z-index:12;background-color:#fff;color:#000;font-size:.7em}#header-container .top-header{width:100%;display:flex;justify-content:center;align-items:center;background-color:#f79932;color:#463e3d}#header-container .top-header .top-wrapper{width:60%;height:100%;display:flex;justify-content:space-around;align-items:center;padding:5px}#header-container .top-header .top-wrapper .vertical-line{display:inline-block;border-left:1px solid #000;margin:0 10px;height:100%}#header-container .middle-header{width:100%;height:25%;display:flex;justify-content:flex-end;align-items:center;border-bottom:1px solid rgba(0,0,0,.2)}#header-container .middle-header .middle-wrapper{width:70%;height:100%;display:flex;justify-content:space-around;align-items:center;padding:5px}#header-container .middle-header .middle-wrapper .icon-wrapper{width:15%;height:100%;display:flex;justify-content:space-around;align-items:center}#header-container .bottom-header{width:100%;display:flex;justify-content:flex-start;align-items:center}#header-container .bottom-header .bottom-wrapper{width:70%;height:100%;display:flex;justify-content:space-around;align-items:center;padding:5px}@media(orientation:landscape)and (min-width:1024px){#header-container{height:15vh;font-size:.8em}#header-container .bottom-header .bottom-wrapper,#header-container .middle-header .middle-wrapper{width:60%}}@media(orientation:landscape)and (min-width:1366px){#header-container{font-size:1em}}@media(orientation:landscape)and (min-width:1500px){#header-container .bottom-header .bottom-wrapper,#header-container .middle-header .middle-wrapper{width:50%}}@media(orientation:portrait){#header-container{height:15vh;font-size:.6em}#header-container .bottom-header .bottom-wrapper,#header-container .middle-header .middle-wrapper,#header-container .top-header .top-wrapper{width:100%}}@media(orientation:portrait)and (min-width:768px){#header-container{font-size:.8em}}@media(orientation:portrait)and (min-width:1024px){#header-container{font-size:1em}}#splash-wrapper{width:100vw;height:100vh;overflow:hidden}#splash-wrapper video{width:100%;height:100%;object-fit:cover}#loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f6efe2;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{width:50px;height:50px;border:5px solid #fff;border-top-color:#f79932;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){#splash-wrapper{width:100%;height:100vh;z-index:1;overflow:hidden}#splash-wrapper video{width:100%;height:100%;object-fit:cover;overflow:hidden}#splash-wrapper #splash-wrapper-mobile{display:none}}@media(max-width:575px){#splash-wrapper{display:none}#splash-wrapper-mobile{display:block;width:100%;height:100vh;z-index:1;overflow:hidden}#splash-wrapper-mobile video{width:100%;height:100%;object-fit:cover;overflow:hidden}}