.Container{display:flex;justify-content:center;min-height:100vh;padding:0 20px;gap:40px;font-family:Arial,sans-serif;margin-top:6rem;margin-bottom:6rem;@media (max-width:768px){flex-direction:column-reverse;height:auto}}.PageHero{background-repeat:no-repeat;background-position:50%;background-color:#002956;border-bottom:3px solid #ff7a00;background-size:cover;width:100%;height:500px;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px;text-align:center;@media (max-width:767px){.PageHero{height:200px}.PageHero h1{font-weight:400px;font-size:16px}}}.RowOne{padding:1rem;.RowOne *{width:100%}.RowOne input{@media (max-width:767px){height:30px}}}.heading3{text-align:center;color:#fff;font-weight:700;font-size:35px}.Sidebar{width:30%;position:sticky;top:0;height:fit-content;overflow-y:auto;display:flex;flex-direction:column;gap:10px;overflow:hidden;@media (max-width:768px){width:100%;height:auto;position:relative}}.Content{padding:0 20px 20px;width:65%;min-height:100vh;overflow-y:auto;scroll-behavior:smooth;overflow-x:hidden;gap:50px;display:flex;flex-direction:column;&::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none;@media (max-width:768px){margin-left:0;width:100%}}.ListItem{display:flex;padding:20px 10px;color:#000;cursor:pointer;text-decoration:none;align-items:center;gap:10px;&:hover{background-color:#FFEBD9}}.Section{padding-top:0;display:flex;flex-direction:column;gap:30px;scroll-margin-top:100px}