.white {
  color: #FFF;
}

.gray-dark {
  color: #939393;
}

.blue {
  color: #3860be;
}

.red {
  color: #E20F0F;
}

.black {
  color: #000;
}

.bg-white {
  background-color: #FFF;
}
.bg-gray-light {
  background-color: #FAFAFA;
}

.f12 {
  font-size: 0.75rem !important;
}
.f14 {
  font-size: 0.875rem !important;
}
.f15 {
  font-size: 0.9375rem !important;
}
.f16 {
  font-size: 1rem !important;
}
.f18 {
  font-size: 1.125rem !important;
}
.f20 {
  font-size: 1.25rem !important;
}
.f21 {
  font-size: 1.3125rem !important;
}
.f22 {
  font-size: 1.375rem !important;
}
.f24 {
  font-size: 1.5rem !important;
}
.f25 {
  font-size: 1.5625rem !important;
}
.f28 {
  font-size: 1.75rem !important;
}
.f30 {
  font-size: 1.875rem !important;
}
.f32 {
  font-size: 2rem !important;
}
.f35 {
  font-size: 2.1875rem !important;
}
.f36 {
  font-size: 2.25rem !important;
}
.f40 {
  font-size: 2.5rem !important;
}
.f48 {
  font-size: 3rem !important;
}
.f60 {
  font-size: 3.75rem !important;
}
.f64 {
  font-size: 4rem !important;
}
@media screen and (max-width: 767px) {
  .f64 {
    font-size: 3rem !important;
  }
}

.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}

.l72 {
  line-height: 4.5rem !important;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "futura-pt", sans-serif;
  overflow-x: hidden;
  color: #000;
}

#app {
  overflow: hidden;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2rem;
  margin: 1.5rem 0 1rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

strong, b {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.border-bottom {
  border-bottom: 1px solid #BEBEBE;
}

.fade-enter-active, .fade-leave-active {
  transition: 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}
