.new-gen-button {
  font-family: 'SFR-Black', arial;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* UI ICONS */
/* ICONS */
.g8 {
  background-color: #170717; }
  @media (min-width: 768px) {
    .g8__stack--h-screen {
      height: 100vh; } }
  .g8__stack--dark-background {
    background-color: #170717; }
  .g8__stack--white-background {
    background-color: #EFEFEF; }

.color-white {
  color: #ffffff; }

.new-gen-button {
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background-color: #E2001A;
  color: #ffffff; }
  .new-gen-button span {
    position: relative; }
  .new-gen-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    background: linear-gradient(to right, #9E007F 0%, transparent 90%);
    transform: translateX(100%);
    transition: all 0.3s ease-out; }
  .new-gen-button:hover {
    background-color: #E2001A; }
    .new-gen-button:hover:before {
      transform: translateX(0%); }
  .new-gen-button--M {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 10px; }
    
.title_black {
    color: #000 !important;
}




















