
header div#ast-desktop-header .ast-custom-button {
    background: linear-gradient(90deg, #FF780B 0%, #EE132F 90%);
    overflow: hidden;
}

.gradient_bg {
    background: linear-gradient(270.01deg, #DDD24C -8.33%, #EE704A 20.63%, #F53A8B 49.58%, #7B40E4 78.54%, #3D9BFC 107.49%);
    box-shadow: 9px 5px 0 5px #fff;
}

button#active_class {
    background: linear-gradient(270deg, #DDD24C -6.87%, #EE704A 21.72%, #F53A8B 50.31%, #7B40E4 78.91%, #3D9BFC 107.5%);
}
.active_class a {
    background: linear-gradient(270deg, #DDD24C -6.87%, #EE704A 21.72%, #F53A8B 50.31%, #7B40E4 78.91%, #3D9BFC 107.5%);
}

.hover_card {
  position: relative;
  overflow: hidden;
}

.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
    padding: 0 15px;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0 !important;
}


.icon_invert img {
    filter: invert(1) !important;
}