@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap");:root{--primary-color:#014086;--secondary-color:#f58634}html{scroll-behavior:smooth;background:#fff}@font-face{font-family:PolySans;font-weight:400;src:url(https://db.onlinewebfonts.com/t/d8a4964eec2c4a693d6722609068043c.woff) format("woff")}@font-face{font-family:PolySans;font-weight:700;src:url(https://db.onlinewebfonts.com/t/cec88e5a4cf367c4620cd23c5a184439.woff) format("woff")}@font-face{font-family:PolySans;font-weight:900;src:url(https://db.onlinewebfonts.com/t/3e474a09226e19ab5228436820318a72.woff) format("woff")}*{margin:0;padding:0;box-sizing:border-box;font-family:PolySans;font-weight:400}button,h1,h2,h3,h4,h5,h6{font-family:PolySans;font-weight:700!important;text-transform:capitalize}body,html{overflow-x:hidden}button{cursor:pointer;font-family:PolySans}footer{margin:60px auto 40px;max-width:950px;width:100%;border-radius:20px;padding:40px}footer .footer_content{display:flex;justify-content:space-between}footer .footer_content .logo_container img{width:200px;height:-moz-fit-content;height:fit-content;-o-object-fit:contain;object-fit:contain}footer .footer_content .logo_container p{max-width:350px;color:#686868;line-height:1.6;margin-top:10px}footer .footer_content .link_container{display:flex;justify-content:space-between;gap:50px}footer .footer_content .link_container ul{list-style:none;display:flex;flex-direction:column;gap:20px}footer .footer_content .link_container ul a{text-decoration:none;color:#686868}footer .footer_bottom{padding:20px 0;text-align:center;margin-top:40px}footer .footer_bottom h1{font-size:25px;color:var(--primary-color);margin-bottom:10px}footer .footer_bottom a{margin-top:20px;text-decoration:none;display:flex;justify-content:center}footer .footer_bottom a button{padding:15px 25px;border-radius:50px;border:none;background-color:var(--primary-color);color:#fff;font-weight:700}footer .copy_socials{display:flex;justify-content:space-between;margin-top:40px}footer .copy_socials a{text-decoration:none;color:inherit}footer .social_container{display:flex;gap:20px}footer .social_container svg{font-size:20px;color:#686868;fill:#686868}@media screen and (max-width:800px){footer .footer_content{flex-direction:column}footer .footer_content .link_container{margin-top:20px;gap:30px}footer .footer_bottom h1{font-size:20px}footer .copy_socials{display:grid;grid-template-columns:repeat(3,1fr)}footer .copy_socials p:first-child{grid-row:2;grid-column:1/span 3;margin-top:20px;text-align:center}}@media screen and (max-width:500px){footer .footer_content .logo_container p{max-width:100%}footer .footer_content .link_container{display:grid;grid-template-columns:repeat(2,1fr)}}.add_1{display:flex;align-items:center;justify-content:center;padding:0 5%}.add_1,.add_1 .add_container{width:100%}.add_1 .content{max-width:950px;width:100%;margin:0 auto;height:-moz-max-content;height:max-content;background:linear-gradient(175deg,#6094cf,#484892);border-radius:20px;position:relative;display:flex;align-items:flex-end;justify-content:center;padding:30px 30px 0;gap:30px;color:#fff}.add_1 .content .img_container{width:300px;height:100%;transform:translateY(10px)}.add_1 .content .img_container img{width:100%;height:100%}.add_1 .content .text{max-width:350px;height:240px;max-height:320px}.add_1 .content .text .btn_container{display:flex;gap:10px;margin-top:10px}.add_1 .content .text .btn_container button{color:var(--primary-color);background-color:#fff;border:none;padding:15px 20px;border-radius:50px;font-size:16px}@media screen and (max-width:800px){.add_1 .content{flex-direction:column-reverse;gap:0;align-items:center;text-align:center}.add_1 .content .text{height:-moz-max-content;height:max-content;margin-bottom:20px}.add_1 .content .text h1{font-size:28px}.add_1 .content .text .btn_container button{font-size:14px;padding:10px 15px}.add_1 .content .text .btn_container{justify-content:center}}header{padding:10px 20px;background-color:hsla(0,0%,100%,.749);box-shadow:0 0 50px rgba(0,0,0,.091);border-radius:50px;-webkit-backdrop-filter:blur(150px);backdrop-filter:blur(150px);position:fixed;top:10px;width:100%;max-width:950px;margin:0 auto;left:50%;transform:translateX(-50%);z-index:10;overflow:hidden;min-height:65px}.top_nav{justify-content:space-between}.top_nav,header nav{display:flex;align-items:center}header nav{gap:50px}header nav ul{display:flex;align-items:center;gap:20px;list-style:none}header nav ul li a{text-decoration:none;color:#1d1d1d;font-size:14px}header nav button{padding:12px 22px;border-radius:50px;border:none;background-color:var(--primary-color);color:#fff;font-weight:700;font-size:14px}.mobile_nav,header .burger{display:none}.mobile_nav ul{list-style:none;text-align:center;margin-top:10px}.mobile_nav ul a{width:100%;text-decoration:none;color:#1d1d1d;font-size:14px;display:block;padding:5px}@media screen and (max-width:990px){header{max-width:95%}}@media screen and (max-width:800px){.mobile_nav{display:block}.top_nav{align-items:center;height:55px;position:absolute;top:0;left:0;width:100%;padding:0 20px}header nav .a_btn{position:absolute;left:54%;top:8px;transform:translateX(-50%)}header{transition:.3s ease-in-out;min-height:auto}header nav ul{display:none}header .burger{display:block}header nav button{font-size:12px;padding:10px 20px}}@media screen and (max-width:600px){header .logo_container a img{width:80px;height:100%}}