.headerPage{height:var(--space-value-125);display:flex;align-items:center;z-index:999;position:relative;background:#161e2a}.headerPage.show{background-color:transparent}.headerPage .container-fluid{max-width:calc(var(--base) * 193.5)!important;padding-right:calc(var(--base) * 6);padding-left:calc(var(--base) * 6)}.PrifileImg h5{font-size:calc(var(--base) * 1.8);font-family:FranklinGothicATF_Medium,sans-serif}.PrifileImg p{font-size:calc(var(--base) * 1.6);font-family:FranklinGothicATF,sans-serif;color:var(--body-color)}.defaultProfilePic{border:calc(var(--base) * .4) solid var(--primary-color);border-radius:1000px;display:flex;align-items:center;justify-content:center;width:calc(var(--base) * 5.4);height:calc(var(--base) * 5.4);padding:calc(var(--base) * .5)}.defaultProfilePic.collapsed{border:calc(var(--base) * .4) solid #fff}.defaultProfilePic img{padding:calc(var(--base) * .02);width:calc(var(--base) * 4.35);height:calc(var(--base) * 4.35);min-width:calc(var(--base) * 4.35);min-height:calc(var(--base) * 4.35);border-radius:1000px;display:block;object-fit:cover}.LargelLogo{height:calc(var(--base) * 3.9);max-width:calc(var(--base) * 20);width:100%}.profileMenu .ProfileDropDwn{position:absolute;right:calc(var(--base) * 6);z-index:15;min-width:calc(var(--base) * 14);border-radius:calc(var(--base) * 2);top:0;background:transparent;transition:transform all .3s ease}.ProfileDropDwn .card{border-radius:calc(var(--base) * 1);border:0;background-color:#38435100;box-shadow:0 calc(var(--base) * .2) calc(var(--base) * .6) 0 #0000001a;min-width:calc(var(--base) * 18)}.ProfileDropdown.card-body{padding:calc(var(--base) * 1.6)}.menu-toggle{all:unset}.menu-toggle img{filter:brightness(0) invert(1);width:calc(var(--base) * 3)}.navMenu{position:fixed;top:calc(var(--base) * 12.7);right:-100%;height:calc(100vh - var(--base) * 12.7);width:100%;background:#ffffffe5;-webkit-backdrop-filter:blur(calc(var(--base) * 1));backdrop-filter:blur(calc(var(--base) * 1));padding:calc(var(--base) * 2) calc(var(--base) * 7);transition:right .3s ease-in-out;z-index:100;justify-content:center;background-repeat:no-repeat;background-position:bottom;background-size:contain;display:flex;flex-direction:column;align-items:stretch}.navMenu.open{right:0}.navLink{color:#171b22;text-decoration:none;font-size:calc(var(--base) * 2);line-height:calc(var(--base) * 2.5);transition:all .3s ease;position:relative;letter-spacing:calc(var(--base) * .05);border-bottom:calc(var(--base) * .1) solid #c8c8c8;padding-block:calc(var(--base) * 2.5)}@media (min-width:661px){.navMenu{max-width:calc(var(--base) * 76)}}