.banner{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0}.banner,.banner a{width:100%}.banner img{width:100%;height:auto;object-fit:cover}.fade-img{opacity:0;transform:translateY(40px);transition:all .8s ease;filter:blur(6px)}.fade-img.show{opacity:1;transform:translateY(0);filter:blur(0)}@media (max-width:789px){.banner{padding:0 1rem;grid-template-columns:repeat(2,1fr)}}.features{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem 0}.features>p{font-size:1.2rem;margin-bottom:1.5rem}.features h2,.features>p{font-weight:700;color:#000;text-align:center}.features h2{font-size:2rem}.features_container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.features_list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center;width:40%}.features_item{width:150px;height:auto;text-align:center;border-radius:15px;padding:1rem 10px;background-color:#ecf8fe;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.features_item img,.features_item svg{padding:0;font-size:30px;margin-bottom:5px;width:auto;height:40px;color:#00283e;transition:transform .3s ease-in-out}.features_item h3{font-size:1rem;font-weight:600;color:#333}.features_item p{font-size:1rem;font-weight:400;color:#222}.features_content{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:1rem}.features_content_item{width:350px;background-color:#ecf8fe;border-radius:16px;box-shadow:1px 1px 10px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:10px}.features_content_top{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:1rem;border-bottom:2px solid #ccc;padding-bottom:10px}.features_content_top svg{background-color:#00283e;padding:9px;font-size:14px;border-radius:6px;color:#fff}.features_content_top h3{font-size:1rem;font-weight:600;color:#00283e}.features_content_item>p{font-size:.9rem;font-weight:400;color:#222;margin-top:10px}@media screen and (max-width:789px){.features_list{width:100%}.features_content{flex-direction:column;align-items:center;padding:10px}.features_content_item{width:100%;max-width:350px;margin-bottom:1rem}}.glow-cards{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.glow-cards h2{font-size:1.5rem;color:#001f3f;font-weight:700}.glow-cards_container{width:100%}.glow-cards_list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;width:100%;justify-items:center;padding:0 3rem}.cards_list>a{width:100%}.glow-cards_item{background-color:#fff;border-radius:1rem;box-shadow:0 4px 8px rgba(0,0,0,.2);padding:1rem;width:380px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px}.glow-cards_item img{width:100%;height:200px;border-radius:1rem}.glow-cards_item h3{font-size:1.25rem;margin:0;font-weight:700}.glow-cards_item p{font-size:1rem;margin:0;color:#555}.card_item_btn{width:100%;display:flex;justify-content:space-between;align-items:center}.card_item_btn span{font-weight:700;display:flex;gap:.5rem}.card_item_btn span img{width:20px;height:20px;margin-left:.5rem}.card_item_btn>button{background-color:#000;color:#fff;border:none;border-radius:.5rem;padding:.3rem 1rem;cursor:pointer}@keyframes fadeUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width:789px){.glow-cards_list>a{width:45%}.glow-cards_item{width:100%}.glow-cards_list{gap:1rem;padding:0}.glow-cards_item img{height:100px}.glow-cards_item h3{font-size:1rem}.card_item_btn span{font-size:.8rem}.card_item_btn button{font-size:.5rem;padding:.5rem .4rem}}