.trust_nav{background-color:white;display:flex;align-items:center;justify-content:space-between;padding:1rem clamp(1rem,5vw,3rem);box-shadow:0 0 5px rgba(0,0,0,.3);position:fixed;width:100%;top:0;z-index:10}h1{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:800}h2{font-size:clamp(1.3rem,3vw,2.1rem)}h2,h3{font-weight:700}h3{font-size:clamp(1.2rem,3vw,1.7rem)}.trustNav_right{display:flex;align-items:center;gap:clamp(.5rem,3vw,2rem)}.trust_nav_logo{width:clamp(5rem,10vw,8rem)}.nav_txt{color:#a35be1}.nav_backBtn{padding:.3rem .5rem;color:white;background-color:#591a8f;border-radius:.5rem;cursor:pointer}.trust_header{margin-top:clamp(6rem,10vw,9rem);background-size:cover;background-position:50%;position:relative;min-height:20rem}.trust_headerImg{width:100%;height:auto}.trust_header_overlay{color:white;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:clamp(5rem,15vw,10rem) clamp(1rem,15vw,13rem);position:absolute;top:0;width:100%;height:100%}.trust_header_overlay p{text-align:center}.trust_header_overlay h1 span{color:#dabef3;font-weight:600}h1.noBold{font-weight:100;text-align:center;font-size:clamp(1.5rem,5vw,3.5rem)}.trust_main{padding:1rem clamp(1rem,15vw,13rem)}.ourCompliance{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ourCompliance h2{white-space:nowrap;text-align:center}.compliance_img{max-width:35rem;min-width:19rem}.trust_overview{margin-top:3rem;display:flex;gap:clamp(1rem,3vw,2rem);align-items:center;justify-content:center;flex-wrap:wrap}.trust_overview_txt{display:flex;flex-direction:column;gap:1rem;width:50%;flex-grow:1}.overview_img{max-width:32rem;min-width:19rem}.trust_cardCont{display:flex;margin-top:5rem;align-items:stretch;flex-wrap:wrap;justify-content:center;gap:1.5rem}.trust_card{width:21rem;min-width:18rem;padding:1rem;box-shadow:0 0 5px grey;border-radius:.5rem;display:flex;flex-direction:column}.trustCard_imgCont{display:flex;align-items:center;justify-content:center}.trustCard_imgCont .card_img{width:5rem;height:auto}.card_txt{margin-top:1rem;display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.card_txt b{margin-bottom:1rem}.card_txt ul{list-style-type:disc;padding-left:1rem;width:100%}.card_link{flex-grow:1;display:flex;align-items:flex-end;justify-content:flex-end}.card_link .link{color:#591a8f;width:max-content;height:max-content}.report_section{margin-top:5rem;justify-content:space-between;margin-bottom:3rem}.reportLeft,.report_section{display:flex;align-items:center}.reportLeft{gap:1rem}.reportLeft p{width:65%}#reportImg{width:3rem}.report_btn{background-color:#ff5449;color:white;padding:.3rem 1rem;border-radius:.3rem;cursor:pointer}.report_btn:active{transform:scale(.95)}.copyright{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:1.5rem 0;background-color:#e0cbf2}.copyRight_icon{font-size:1.3rem}@media (max-width:40rem){.trust_nav_logo{display:none}.report_section{flex-direction:column;align-items:center;justify-content:center;gap:2rem}.reportLeft p{width:90%}}@media (max-width:50rem){.trust_header{background-image:url(/images/trust_header_bg.png)}.trust_headerImg{display:none}.trust_header_overlay,.trust_main{padding:clamp(1rem,5vw,3rem)}}@media (max-width:65rem){.ourCompliance{flex-direction:column}}.slide_cont{width:100%;height:100vh;position:fixed;top:0;z-index:15;background-color:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:flex-end}.trust_slide_card{width:50%;background-color:white;height:100%;overflow:hidden;position:relative;display:flex;flex-direction:column}.card_head{padding:1rem;box-shadow:0 0 3px grey;position:static;top:0;display:flex;justify-content:flex-end}#cancelIcon{color:#8c1823;font-size:clamp(2rem,4vw,2.5rem);cursor:pointer}#cancelIcon:active{transform:scale(.95)}.trust_slide_card main{flex-grow:1;overflow:auto;display:flex;align-items:center;flex-direction:column;padding:1rem clamp(1rem,3vw,1.5rem);gap:1rem}.txts_,.txts_ ul{width:100%}.txts_ ul{list-style-type:disc;padding:.5rem clamp(1rem,3vw,1.5rem)}.trust_slide_card.slide-in{animation:slide-in .4s ease-in forwards}.trust_slide_card.slide-out{animation:slide-out .4s ease-in forwards}@keyframes slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out{0%{transform:translateX(0)}to{transform:translateX(100%)}}.formCont{height:100vh;width:100%;position:fixed;top:0;z-index:100;background-color:rgba(0,0,0,.4);justify-content:center;padding:1rem}.formCont,.report_form{display:flex;align-items:center}.report_form{background-color:white;padding:2rem clamp(1rem,3vw,2rem);flex-direction:column;gap:1rem;border-radius:1rem}.cancelForm{width:100%;display:flex;justify-content:flex-end;font-size:clamp(1.5rem,3vw,2rem)}.inputSection_{width:100%;display:flex;flex-direction:column}.inputSection_ input,.inputSection_ textarea{padding:.2rem .5rem;border-radius:.5rem;border:2px solid #b5b3b3}#submitComplaint{background-color:#591a8f;color:white;width:100%;padding:.3rem;border-radius:.5rem;cursor:pointer}#submitComplaint:active{transform:scale(.95)}