.font-bold {
        font-weight: 700!important;
}

.razzmatazz {
    color:#f42d56!important;
}

.splash {
    color:#24f3ed!important;
}

.tt4b-titles {
    font-weight: 700!important;
}

.tt4b-subtitles {
    font-weight: 400!important;
}

.gmkRJC {
    background-color:#f7f9fb!important;
}

.SuiField {
    background-color:#f0f0f0!important;
    border-radius:100px!important;
    color:#333!important;
    font-weight: 400!important;
    line-height: 22px!important;
    font-size: 14px!important;
}

.SuiField:hover {
    background-color:#ebebeb!important;
    border-radius:100px!important;
    color:#333!important;
    font-weight: 400!important;
    line-height: 22px!important;
    font-size: 14px!important;
    border-bottom:none!important;
}

div[data-qa="FormHeadline"] p {
    font-size: 30px!important;
    line-height: 140%!important;
    color: #000!important;
}

.SuiLabel p {
  font-family: 'TikTokSansTextRegular', sans-serif!important;
  font-size: 16px!important;
  font-weight: 800!important;
  color: #121212!important;
  margin: 0!important; /* remove default p tag margin */
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}

.SuiField--has-form-el, .SuiField__placeholder {
  font-family: 'TikTokSansTextRegular', sans-serif!important;
  font-size: 16px!important;
  font-weight: 400!important;
  color: #a9a9a9!important; /* or a very light gray */
  margin: 0!important; /* remove default p tag margin */
  opacity: 1!important; /* important: default browser opacity is sometimes less than 1 */
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}

.SuiTextInput-input, .SuiField__current, .SuiRadio__input, .SuiCheckbox, .SuiCheckbox__label {
  font-family: 'TikTokSansTextRegular', sans-serif!important;
  font-size: 16px!important;
  font-weight: 500!important;
  color: #121212!important;
  margin: 0!important; /* remove default p tag margin */
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
}

.SuiButton {
  font-family: 'TikTokSansTextRegular', sans-serif!important;
  font-size: 16px!important;
  font-weight: 800!important;
  color: #FFF!important;
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
    
}

.no-word-break {
    word-break: normal!important;
}

.tt4b-goals__goalsCard {
    text-decoration: none;
    background-color: #f1dadf;
    border-radius: 16px;
    color: #000;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 34px;
    padding-bottom: 34px;
    width: 326px;
}

@media (max-width: 1280px) {
  .hero-headline {
    font-size: 2.5rem!important;
    line-height: 1.2!important;
  }
  .hero-subtitle {
    font-size: 1rem!important;
    line-height: 1!important;
  }
}

.transparent-bg {
  background-color: #000000!important;
  background-color: rgba(0, 0, 0, 1)!important;
}