@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');:root{--blue:#54a4d8;--gray:#8a8f9e;--darkgray:#3a455f;--orange:#fba61b;--red:#e21b52;--background:#f5f6f7;--background-lightblue:#d4e4f3;--gradient:linear-gradient(0,rgba(245,130,31,1) 0%,rgba(250,172,26,1) 100%);--font:Cairo,tahoma,helvetica,sans-serif}h1,h2,h3,h4,h5,h6,p{font-family:var(--font);margin:0px}h1{font-size:50px;color:var(--blue)}h2{font-weight:700;font-size:45px;color:var(--blue)}h3{font-weight:400;font-size:40px;color:var(--blue)}h4{font-weight:400;font-size:35px;color:var(--blue)}h5{font-weight:400;font-size:28px;color:var(--blue)}h6{font-weight:400;font-size:20px;color:var(--gray)}p{font-size:16px;font-weight:300}span{font-size:14px;font-weight:300}a{text-decoration:none}hr{background-color:transparent}.font-light{font-weight:300}.font-regular{font-weight:400}.font-semi{font-weight:600}.font-bold{font-weight:700}.custom-list li{font-family:var(--font);font-size:18px;font-weight:400}.custom-list{list-style:none;padding-left:0px;color:var(--gray)}.custom-list li{padding-left:35px;margin:3px 0;background:url('https://f.hubspotusercontent40.net/hubfs/8348193/img-Bullet.png') no-repeat left center}li span{color:var(--gray)}.left{text-align:left}.center{text-align:center}.right{text-align:right}.orange{color:var(--orange)}.blue{color:var(--blue)}.gray{color:var(--gray)}.darkgray{color:var(--darkgray)}.red{color:var(--red)}.white{color:#fff}.fill-orange{fill:var(--orange)}.fill-blue{fill:var(--blue)}.fill-gray{fill:var(--gray)}.fill-darkgray{fill:var(--darkgray)}.fill-red{fill:var(--red)}.fill-white{fill:#fff}.btn-custom--orange{background:var(--gradient);border-radius:30px;padding:15px 25px;border:0;color:#fff;margin:0px;transition:.3s}.btn-custom--orange:hover{cursor:pointer;border:0;color:#fff;text-decoration:none;-webkit-box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);transition:.3s}.btn-custom--white{background:#fff;border-radius:30px;padding:15px 25px;border:0;color:var(--orange);margin:0px;transition:.3s}.btn-custom--white:hover{background:#fff;border:0;color:var(--orange);cursor:pointer;text-decoration:none;-webkit-box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);transition:.3s}.btn-custom--blue{background:#54a4d8;border-radius:30px;padding:15px 25px;border:0;color:#fff;margin:0px;transition:.3s}.btn-custom--blue:hover{background:#54a4d8;border:0;color:#fff;cursor:pointer;text-decoration:none;-webkit-box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);transition:.3s}.btn-custom--red{background-color:var(--red);border-radius:30px;padding:15px 25px;border:0;color:#fff;margin:0px;transition:.3s}.btn-custom--red:hover{background-color:var(--red);border:0;color:#fff;cursor:pointer;text-decoration:none;-webkit-box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);box-shadow:4px 4px 16px -5px rgba(0,0,0,0.6);transition:.3s}