.homepage{padding:10vh 8em;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.homepage{padding:2em;margin-top:3.3em;flex-direction:column;justify-content:center;gap:2.5rem}}.homepage .homepage__left{display:flex;flex-direction:column;gap:2em}.homepage .homepage__left a{text-decoration:none}.homepage .homepage__left a button{border:none;width:192px;height:56px;border:2px solid #6058ea;border-radius:10px;background-color:#fff;cursor:pointer;display:flex;align-items:center;gap:1em;justify-content:center;font-style:normal;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.75px;color:#6058ea}@media screen and (max-width: 768px){.homepage .homepage__left a{display:grid;place-items:center}}.homepage .homepage__left h1{font-weight:700;font-size:64px;line-height:80px;letter-spacing:.75px;color:#232536;width:582px}@media screen and (max-width: 768px){.homepage .homepage__left h1{width:100%;font-size:28px;line-height:32px;text-align:center}}.homepage .homepage__left p{font-family:Poppins;font-style:normal;font-weight:400;font-size:18px;line-height:30px;letter-spacing:.75px;color:#232536;width:582px}@media screen and (max-width: 768px){.homepage .homepage__left p{width:100%;text-align:center}}.homepage .homepage__right img{-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.top-navigation{background:#ffffff;box-shadow:0 6px 20px #c2c2c233;height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 8em}@media screen and (max-width: 768px){.top-navigation{padding:1em 2em;flex-direction:column}}.top-navigation .top-navigation-left h2{font-size:24px;font-weight:bolder;line-height:28px;color:#6058ea;margin:0;text-transform:uppercase}.top-navigation .top-navigation-right{display:flex;align-items:center;gap:2em}@media screen and (max-width: 768px){.top-navigation .top-navigation-right{gap:1em}}.top-navigation .top-navigation-right a{text-decoration:none;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.75px;color:#4b5766;font-family:Montserrat,sans-serif!important}.top-navigation .top-navigation-right button{border:none;width:192px;height:56px;border:2px solid #6058ea;border-radius:10px;background-color:#fff;cursor:pointer;display:flex;align-items:center;gap:1em;justify-content:center;font-style:normal;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.75px;color:#6058ea}@media screen and (max-width: 768px){.top-navigation .top-navigation-right button{display:none}}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}
