.gw-mega-menu .ux-menu-link__link {
	align-items: center;
	column-gap: 9px;
}

.gw-mega-menu .gw-before-link-text {
	    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 9px;
    background-color: #f1f2fb;
    color: #18258f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    direction: ltr;
    unicode-bidi: isolate;
    text-transform: uppercase;
    white-space: nowrap;
}