.bolded-text-bg {padding:100px 0;background-size:cover !important;}
.bolded-text-bg p {max-width: 570px;margin:0 auto 30px auto;color:#FFF;text-align: center;font-family: 'Graphie Bold',sans-serif;font-size: 24px;font-weight: 600;}
.bolded-text-bg p strong.labs {font-size:35px;position:relative;margin-right:60px;margin-left:10px;line-height:150%;font-family: "Graphie Light",sans-serif;}
.bolded-text-bg p strong.labs::after {content: 'LABS'; display: inline-block;  vertical-align: top; color: #FFF;font-family: 'Graphie Bold',sans-serif;font-size: 14px;letter-spacing: 3.6px;position: absolute;top: -12px;margin-left: 10px;}

.bolded-text-bg a.cta {position:relative;font-family: 'Graphie Bold',sans-serif;font-size: 24px;line-height: 60px;height: 60px;padding:0 50px 0 24px;background:#FFF;color:#161F2D;text-decoration: none;display: table;white-space: nowrap;margin:0 auto;}
.bolded-text-bg a.cta::after {content: "";display: block;position:absolute; top:22px; right:15px; width: 13px;height: 19px;background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="19" viewBox="0 0 13 19" fill="none"><path d="M3 16.5L10 9.5L3 2.5" stroke="%23161F2D" stroke-width="3" stroke-linecap="square"/></svg>');background-size: contain;background-repeat: no-repeat;}
.bolded-text-bg a.cta:hover {background: var(--synmax-Gradient-Accent, linear-gradient(90deg, #00EB6C 0%, #0094FF 100%));}
.bolded-text-bg a.cta {position: relative;transition: background 1s ease;overflow: hidden;z-index: 1;}
.bolded-text-bg a.cta::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg, #0094FF 0%, #00EB6C 100%);z-index: -1;opacity: 0;transition: opacity 1s ease;}
.bolded-text-bg a.cta:hover::before {opacity: 1;}

.bolded-text-bg.blue a.cta {background:#00A1E1;}
.bolded-text-bg.green a.cta {background:#00E96C;}
.bolded-text-bg.lightblue a.cta {background:#69E0F5;}
.bolded-text-bg.orange a.cta {background:#F85849;}
.bolded-text-bg.white a.cta {background:#fff;}
