#header-container{width:100%;height:65px;max-height:80px}#header-spacer{width:100%;height:100%}#header{position:fixed;top:0;left:0;width:100%;height:65px;background-color:#ff8618;z-index:1000;display:flex;align-items:center;justify-content:center;padding:0 0 0 30px}#header .header-container{width:100%;max-width:1400px;display:flex;align-items:center;height:65px}#header .burger-button{width:40px;height:40px}#header .logo-pp{margin:auto;cursor:pointer}#header .logo-pp img{height:50px}#header .sections{margin:0;height:100%;display:flex;border-left:solid white 1px}#header .sections .section{display:grid;place-items:center;padding:0 20px;min-width:130px;border-right:solid white 1px;height:100%;text-decoration:none;color:white;font-weight:600;cursor:pointer;text-shadow:2px 2px 2px #6e6e6e,-10px -10px 0px rgba(206,89,55,0)}#header .sections .section.selected,#header .sections .section:hover{background:#294796;border-right:solid #294796 1px;text-shadow:none;box-shadow:#294796 -1px 0px 0px 0px}#header .sections-profile{display:flex;align-items:center;justify-content:space-around;background-color:white;height:100%;width:130px}#header .sections-profile .section-profile{position:relative;color:#ff8618;text-decoration:none;cursor:pointer}#header .sections-profile .section-profile .section-profile-icon{height:30px;width:30px}#header .sections-profile .login-window{position:absolute;right:0;background-color:white;margin-top:17px;width:400px;box-shadow:0 5px 15px rgba(0,0,0,0.4)}#header .sections-profile .login-window .login-window-body{display:flex;flex-direction:column;padding:1.5rem 4rem}#header .sections-profile .login-window .login-window-body input{font-size:13px;background:white;padding:0.5rem;border:1px solid lightgray;border-radius:4px;height:30px}#header .sections-profile .login-window .login-window-body input::placeholder{color:#aba7a7;font-size:13px;font-style:italic}#header .sections-profile .login-window .login-window-body label{color:#514f4f;font-size:14px;padding-top:15px;font-weight:bolder}#header .sections-profile .login-window .login-window-body-login-email{color:#294796;text-align:center;font-size:12px;padding-top:5px;margin:0;cursor:pointer}#header .sections-profile .login-window .login-window-body-login-password{color:#294796;text-align:right;text-decoration:underline;font-size:12px;padding-top:5px;cursor:pointer}#header .sections-profile .login-window .login-window-body-error{font-size:13px;color:red}#header .sections-profile .login-window .login-window-body-forgot-password{color:#514f4f;text-align:right;font-size:12px;padding-top:5px}#header .sections-profile .login-window .login-window-body-forgot-password a{color:#294796}#header .sections-profile .login-window .login-window-body-title{color:#ff8618;text-align:center;font-weight:bolder;font-size:18px;margin:0}#header .sections-profile .login-window .login-window-header{display:flex;justify-content:center;align-items:center;background-color:#294796;color:white;padding:1rem;margin:0;height:2.5rem}#header .sections-profile .login-window .login-window-header p{margin:0}#header .sections-profile .login-window .login-window-header-close{text-align:center;width:10%}#header .sections-profile .login-window .login-window-header-close i{cursor:pointer}#header .icons{display:flex;align-items:center;justify-content:space-around;width:170px;margin-left:20px}#header .icons .icon-container{position:relative}#header .icons .icon-container a{text-decoration:none;color:black}#header .icons .icon{width:30px;height:30px;cursor:pointer}#header .icons .icon-container:hover .caret{display:block}#header .icons .icon-container:hover .icon-content{display:block}#header .icons .icon-container .caret{display:none;position:absolute;left:50%;transform:translateX(-50%);top:30px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white}#header .icons .icon-container .caret:hover{display:block}#header .icons .icon-container .icon-content:hover{display:block}#header .icons .icon-container .icon-content{display:none;position:absolute;top:40px;transform:translateX(-70%);background:white;padding:10px 15px;width:max-content;color:black;text-decoration:none;border-radius:0.5rem;z-index:12100}#header .icons .icon-container .icon-content .submenu-item{position:relative;display:flex;justify-content:start;gap:1rem;padding:1rem 0}#header .icons .icon-container .icon-content .submenu-item:first-child{border-radius:0.5rem 0.5rem 0 0}#header .icons .icon-container .icon-content .submenu-item:first-child:hover .caret{border-bottom:10px solid #294796}#header .icons .icon-container .icon-content .submenu-item:last-child{border-radius:0 0 0.5rem 0.5rem}#header .icons .icon-container .icon-content .submenu-item:hover{background-color:#294796;color:white;cursor:pointer}#header .icons .icon-container .icon-content .submenu-item:hover a{color:white}#header .icons .icon-container .icon-content .submenu-item:hover img{filter:brightness(0) invert(1)}#header .icons .icon-container hr{width:100%;margin:0}#header .icons .icon-container .icon-content .submenu-item .caret{position:absolute;top:-10px;left:75%}#menu .sidebar-container{position:absolute;top:0;left:0;width:100vw;height:100vh}#menu .sidebar{position:absolute;background-color:white;width:600px;height:100vh;padding:20px;z-index:1002;overflow:scroll}#menu .sidebar-background{position:absolute;top:0;left:0;background-color:black;opacity:.5;width:100vw;height:100vh;z-index:1001}#menu{display:none}#menu .promotions img{width:100%}#menu .sidebar-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.sidebar-title p{font-size:35px;font-weight:bold;color:#294796}#header .close-modal{position:relative;display:flex;flex-direction:column;width:40px;height:40px;cursor:pointer}#header .close-modal div{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:4px;background:gray;border-radius:1rem}#header .close-modal div:first-child{left:0;transform:rotate(45deg)}#header .close-modal div:last-child{right:0;transform:rotate(-45deg)}#menu .shortcut-container{display:flex;width:100%;height:100px;border-radius:.5rem;overflow:hidden;box-shadow:rgba(0,0,0,0.24) 0 3px 3px;align-items:center;margin:30px 0;cursor:pointer;text-decoration:none}#menu .img-container{width:100px;height:100%;background:#294796;display:flex;justify-content:center;align-items:center}#menu .img-container img{filter:brightness(0) invert(1)}#menu .shortcut-info{padding:10px 20px}#menu .shortcut-container .shortcut-title{color:#ff8618;font-weight:bold;font-size:20px}#menu .shortcut-container .sub-title{margin:10px 0 0 0}#menu .next-arrow{position:relative;width:20px;height:20px;cursor:pointer;margin:0 20px 0 auto}#menu .menu-footer{margin:3rem 0}#menu .next-arrow div{position:absolute;width:100%;height:4px;background:#294796;border-radius:1rem}#menu .next-arrow div:first-child{transform-origin:bottom right;top:50%;transform:translateY(-50%);transform:rotate(45deg)}#menu .search-container{display:none}#menu .next-arrow div:last-child{transform-origin:top right;top:50%;transform:translateY(-50%);transform:rotate(-45deg)}#menu .shortcut-container.shortcut-section{text-decoration:none;display:none}#menu .shortcut-container.shortcut-section .img-container{background:#ff8618}#menu .shortcut-container.shortcut-section .shortcut-info .shortcut-title{font-weight:600}#menu input[type=text]{display:none}@media screen and (max-width: 1000px){#header .sections{display:none}#header .icons{margin:0}#menu .shortcut-container.shortcut-section{display:flex}}@media screen and (max-width: 800px){.sidebar-background{display:none}#header .icons .icon-container:last-child{display:none}#menu .sidebar-container{top:65px}#menu .sidebar-container .sidebar .sidebar-title{display:none}#menu .sidebar{position:fixed;padding:20px 0 100px 0;width:100%;top:65px}#menu .shortcut-container{background:#f3f3f3;box-shadow:none;width:100%;height:70px;border-radius:0;margin:5px 0}#menu .shortcut-container.shortcut-section{background:transparent;border-bottom:1px solid lightgray}#menu .shortcuts{margin-bottom:40px}#menu .shortcut-container .shortcut-info .sub-title{display:none}#menu .shortcut-container .shortcut-info{padding:10px 0}#menu .shortcut-container .shortcut-info .shortcut-title{color:#0c2863;font-weight:500}#menu .shortcut-container.shortcut-section .shortcut-info .shortcut-title{color:#ff8618;font-weight:500}#menu .shortcut-container .img-container{width:60px;background:transparent;fill:#0c2863;margin:0 10px}#menu .img-container i{color:#0c2863 !important}#menu .shortcut-container .img-container img{width:30px}#menu .shortcut-container img{filter:invert(85%) sepia(53%) saturate(3208%) hue-rotate(211deg) brightness(100%) contrast(97%)}#menu .shortcut-container.shortcut-section img{filter:none}#menu .menu-footer{margin:1rem 0}#menu .shortcut-container.shortcut-section .img-container{background:transparent}#menu .sidebar-container .next-arrow{display:none}#menu input[type=text]{display:flex;margin:10px auto;padding:5px 10px 5px 50px;width:95%;height:50px;border:1px solid lightgray}#menu .search-container{display:block;position:relative;margin-bottom:2rem}#menu .search-container img{position:absolute;width:25px;top:50%;left:30px;transform:translateY(-50%);filter:invert(50%)}#menu .menu-footer{margin-left:1.5rem}}@media screen and (max-width: 500px){#header{padding:0 0 0 10px}#header .logo-pp{margin:auto}#header .icons{width:100px;gap:10px}#header .sections-profile .login-window{width:100%}#header .sections-profile .login-window .login-window-body{padding:1.5rem}}@media (max-width: 350px){#header .icons .icon{width:25px;height:25px}}
