.header{width:100%;height:80px;background-color:#283149;position:absolute;z-index:9;top:0;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;padding:0 0 0 30px}.header .left-header-container{display:flex;justify-content:space-between;align-items:center}.header .left-header-container .login-btn{background-color:transparent;border:solid 2px #fff;color:#fff}.header .left-header-container .login-btn.hide{display:none}.header .left-header-container .login-section{width:180px;margin-right:20px;position:relative}.header .left-header-container .user-logged-in{display:flex;width:100%;align-items:center;cursor:pointer;display:none}.header .left-header-container .user-logged-in.show-logged{display:flex;position:relative}.header .left-header-container .user-logged-in.show-logged:after{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;width:11px;height:7px;background-repeat:no-repeat;background-size:11px;background-image:url("images/down-arrow.png");filter:brightness(0) invert(1)}.header .left-header-container .user-logged-in .user-name{color:#fff;line-height:26px;font-family:'Moses';font-weight:600}.header .left-header-container .user-logged-in .user-icon{width:35px;height:35px;background-repeat:no-repeat;background-size:35px;background-image:url("images/user.png");background-repeat:no-repeat;margin-left:10px;flex-shrink:0;background-size:cover;border-radius:50%;background-position:center top;filter:brightness(0) invert(1)}.header .right-header-container{display:flex;align-items:center;justify-content:space-between;position:relative}.header .right-header-container .logo-header-link img{max-height:60px;margin-right:20px}.header .right-header-container h1{color:#fff;margin:auto}.header .mobile-menu-container{display:none}.base-btn{width:180px;height:50px;border-radius:4px;font-size:20px;font-family:'Moses';font-weight:600;font-style:normal;font-stretch:normal;line-height:26px;letter-spacing:normal;text-align:center;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#268c51;transition:color 100ms}.base-btn:hover,.base-btn:focus{background-color:#1db85e}.base-select::after{content:"";position:absolute;left:22px;width:11px;height:7px;background-repeat:no-repeat;background-size:11px;background-image:url("images/down-arrow.png")}.table{display:table;text-align:center;margin:auto;border-collapse:separate;font-weight:400}.table .theader{display:table-row}.table .theader .table-header{display:table-cell;border-bottom:#ccc 1px solid;border-top:#ccc 1px solid;background:#268c51;color:#e5e5e5;padding-top:10px;padding-bottom:10px;font-weight:700}.table .theader .table-header:first-child{border-right:#ccc 1px solid;border-top-right-radius:5px}.table .theader .table-header:last-child{border-left:#ccc 1px solid;border-top-left-radius:5px}.table .table-row{display:table-row}.table .table-row .table-small{display:table-cell}.table .table-row .table-small .table-cell:nth-child(odd){display:none;background:#268c51;color:#e5e5e5;padding-top:10px;padding-bottom:10px}.table .table-row .table-small .table-cell{padding-top:3px;padding-bottom:3px;color:#5b5b5b;border-bottom:#ccc 1px solid}.table .table-row .table-small .table-cell .table-button{border-radius:5px;color:#fff;background-color:#268c51;width:50%;cursor:pointer;margin:auto}.table .table-row .table-small:first-child .table-cell{border-right:#ccc 1px solid}.table .table-row .table-small:last-child .table-cell{border-left:#ccc 1px solid}.table .table-row:last-child .table-small:first-child .table-cell:last-child{border-bottom-right-radius:5px}.table .table-row:last-child .table-small:last-child .table-cell:last-child{border-bottom-left-radius:5px}.table .table-row:nth-child(2n+3){background:#e9e9e9}@media screen and (max-width:1024px){.header{width:100%;height:15.625vw;padding:0 4.0625vw 0 3.125vw;position:fixed}.header .left-header-container{width:5.15625vw;min-width:5.15625vw}.header .right-header-container{display:flex;right:0;left:0;margin:auto;position:absolute}.header .right-header-container .logo-header-link img{max-height:9.375vw;margin:unset}.header .mobile-menu-container{display:block}.header .mobile-menu-container .menu-wrapper{opacity:0;width:100vw;height:100%;min-height:100%;position:fixed;top:17.1875vw;right:0;background-color:rgba(0,0,0,.5);transform:translateX(100%);transition:opacity .3s;z-index:-1}.header .mobile-menu-container .hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;cursor:none;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.header .mobile-menu-container .hamburger .hamburger-box{position:relative;display:inline-block;width:5.3125vw;height:4.375vw}.header .mobile-menu-container .hamburger .hamburger-inner{display:block;margin-top:-.3125vw;top:.3125vw;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.header .mobile-menu-container .hamburger .hamburger-inner:after,.header .mobile-menu-container .hamburger .hamburger-inner:before{display:block;content:""}.header .mobile-menu-container .hamburger .hamburger-inner:before{top:1.5625vw;transition:opacity .125s ease .275s}.header .mobile-menu-container .hamburger .hamburger-inner:after{bottom:-1.5625vw;top:3.125vw;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.header .mobile-menu-container .hamburger .hamburger-inner,.header .mobile-menu-container .hamburger .hamburger-inner:after,.header .mobile-menu-container .hamburger .hamburger-inner:before{position:absolute;width:5.3125vw;height:.625vw;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#fff}.header .mobile-menu-container .mobile-menu{display:flex;position:absolute;transform:translateX(100%);transition:transform 1s;flex-direction:column;right:0;height:calc(100% - 15.625vw);width:78.125vw;background-color:#fbfbfb;align-items:center;overflow-y:auto;overflow-x:hidden;direction:ltr;padding-top:3.125vw}.header .mobile-menu-container .mobile-menu li{position:relative;width:100%;padding-right:4.6875vw;font-size:4.6875vw;line-height:10.9375vw;color:#182850;direction:rtl;text-align:center}.header .mobile-menu-container .mobile-menu li.forms-pages{font-size:3.4375vw;line-height:9.375vw}.header .mobile-menu-container .mobile-menu li.forms-pages a{color:#747474}.header .mobile-menu-container .mobile-menu li a{color:#182850}.header .mobile-menu-container .mobile-menu li .login{position:relative;padding-right:9.375vw;width:80%}.header .mobile-menu-container .mobile-menu li .login .user-name-mobile{display:flex;justify-content:space-between;padding-left:3.125vw}.header .mobile-menu-container .mobile-menu li .login .user-name-mobile .logout{text-decoration:underline}.header .mobile-menu-container .mobile-menu li .login .login-btn{background-color:transparent;font-weight:normal;text-align:right;display:block;font-size:4.6875vw;color:#283149}.header .mobile-menu-container .mobile-menu li .login::before{content:"";position:absolute;right:0;top:2.8125vw;bottom:unset;margin:auto;width:6.25vw;height:6.25vw;background-repeat:no-repeat;background-size:6.25vw;background-image:url("images/user.png")}.header .mobile-menu-container .mobile-menu li .login .user-icon{width:6.25vw;height:6.25vw;background-repeat:no-repeat;margin-left:10px;background-size:cover;border-radius:50%;background-position:center top;position:absolute;right:0;top:2.8125vw}.header .mobile-menu-container .mobile-menu li:nth-last-child(2){margin-bottom:1.5625vw;padding-bottom:1.5625vw}.header .mobile-menu-container .mobile-menu li:nth-last-child(2)::after{content:"";position:absolute;bottom:0;right:0;width:100%;height:1px;background-color:#e4e4e4}.header.menu-show .header{background-color:#283149}.header.menu-show .header .mobile-menu-container .hamburger-inner,.header.menu-show .header .mobile-menu-container .hamburger-inner:after,.header.menu-show .header .mobile-menu-container .hamburger-inner:before{background-color:#fff}.header.menu-show .mobile-menu-container .mobile-menu{transform:translateX(0)}.header.menu-show .mobile-menu-container .menu-wrapper{transform:translateX(0%);opacity:1}.header.menu-show .mobile-menu-container .hamburger .hamburger-inner{transition-delay:75ms;transform:translate3d(0,1.5625vw,0) rotate(135deg);top:.3125vw;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.header.menu-show .mobile-menu-container .hamburger .hamburger-inner:before{transition-delay:0s;opacity:0}.header.menu-show .mobile-menu-container .hamburger .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-3.125vw,0) rotate(-270deg)}.base-select::after{content:"";position:absolute;left:2.34375vw;width:3.20312vw;height:1.875vw;background-repeat:no-repeat;background-size:3.20312vw;background-image:url("images/down-arrow-medium.png")}.base-btn{width:64.84375vw}.table{display:block}.table .theader{display:none}.table .table-row:nth-child(2n+3){background:none}.table .table-row{display:table;width:100%;border-collapse:separate;padding-bottom:20px;text-align:center}.table .table-row .table-small{display:table-row}.table .table-row .table-small .table-cell{display:table-cell;width:50%}.table .table-row .table-small .table-cell:first-child{border-left:#ccc 1px solid}.table .table-row .table-small .table-cell:nth-child(odd){display:table-cell;width:50%}.table .table-row .table-small .table-cell:last-child{border-left:#ccc 1px solid;background-color:#000;color:#fff}.table .table-row .table-small:first-child .table-cell:first-child{border-top-right-radius:5px;border-top:#ccc 1px solid}.table .table-row .table-small:first-child .table-cell:last-child{border-right:none;border-top-left-radius:5px;border-top:#ccc 1px solid;background-color:#000;color:#fff}.table .table-row .table-small:last-child .table-cell:first-child{border-right:none;border-bottom-right-radius:5px}.table .table-row .table-small:last-child .table-cell:last-child{border-bottom-left-radius:5px}}