.globalFromBtn{border-top:1px solid var(--lightGray,#c4c7c8);display:flex;gap:30px;padding-top:30px}.formbutton{align-items:center;background:var(--new,#f5f7f8);cursor:pointer;display:flex;position:relative;width:calc(50% - 15px)}.formbutton:hover{background:var(--blue,#004d9e)}.formbutton:hover a{color:#fff}.formbutton a{color:var(--text-title,#36424a);font-size:24px;font-style:normal;font-weight:700;line-height:36px;padding:50px}.formbutton span{width:100%}.formbutton img{height:32px;padding-top:2px;position:absolute;right:50px;width:32px}.formbutton img.hover{display:none}.formbutton:hover img.hover{display:flex}.formbutton:hover img.normal{display:none}@media screen and (max-width:768px){.globalFromBtn{flex-direction:column}.formbutton{width:100%}}