@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--primary-color:#ffffff;--secondary-color:#171c39;--accent-color:#39b54a;--hover-color:#00aeef;--text-muted:#6b7280}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;background-color:#f9f9f9;font-family:'Poppins',sans-serif}p,h1,h2,h3,h4,h5{color:var(--infinity-blue)}button{margin-top:10px;padding:5px 10px;color:#fff;background-color:var(--infinity-blue);border:none;border-radius:5px;cursor:pointer;transition:background-color 0.4s ease,transform 0.3s ease}button:hover{color:#fff;background-color:rgb(242 142 44 / .8)}main a:hover{color:#162532;background-color:rgb(242 142 44 / .8);border-color:#fff}@media screen and (max-width:500px){.whatsapp_floating_btn{bottom:20px;right:20px;width:52px;height:52px;font-size:26px}}@media screen and (max-width:450px){input,textarea,button,select,a,*{-webkit-tap-highlight-color:#fff0}a:focus,a:active{outline:none}}