.get-started-dropdown-wrapper{display:flex;flex-direction:column;justify-content:space-between;position:absolute;right:0;top:100%;width:300px;height:400px;max-height:0px;background:white;border-radius:16px 0px 16px 16px;-webkit-box-shadow:0px 16px 26px -15px rgba(0,0,0,0.51);-moz-box-shadow:0px 16px 26px -15px rgba(0,0,0,0.51);box-shadow:0px 16px 26px -15px rgba(0,0,0,0.51);overflow:hidden;transition:.05s;z-index:99999}.get-started-dropdown-wrapper .accent-banner{width:100%;height:75px;background:var(--main-accent-color);display:flex;justify-content:center;align-items:center;color:white;font-size:22px;padding:0 20px;text-align:center}.get-started-dropdown-wrapper .content-container{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:space-evenly;padding:20px 0;font-size:22px;line-height:1}.get-started-dropdown-wrapper .button{padding:10px 20px;background:var(--main-accent-color);border-radius:99px;color:white !important;margin-bottom:20px;font-size:24px;transition:.2s}.get-started-dropdown-wrapper .button:hover{background:#fabf57}.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{transition:.05s;background:var(--main-accent-color) !important}