.is-fullheight {
    height: 100%;
}

.is-fullwidth {
    width: 100%;
}

.is-fullscreen {
    width: 100%;
    height: 100%;
}

  .has-items-centered {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

.is-uppercase{
    text-transform: uppercase !important;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-half {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.is-white{
    background-color:#ffffff;
}

.is-white-ter{
    background-color:#f5f5f5;
}

.is-white-bis{
    background-color:#fafafa;
}

.is-black-ter {
    background-color: #1a1a1a;
}

.is-behind{
    z-index: -1000;
}