.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
}

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
}

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}/*# sourceMappingURL=intro.css.map */