.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.text-sz-24 {
  font-size: 24px;
}

.text-sz-20 {
  font-size: 20px;
}

.text-sz-18 {
  font-size: 18px;
}

.text-sz-16 {
  font-size: 16px;
}

.text-sz-14 {
  font-size: 14px;
}

.text-sz-12 {
  font-size: 12px;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-reg {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.is-hidden {
  display: none !important;
}

.is-relative {
  position: relative !important;
}

@media (max-width: 991px) {
  .maintain-mobile-row .row.component.column-splitter {
    flex-flow: row wrap !important;
  }
}

@media (max-width: 991px) {
  .maintain-mobile-row .row.component.column-splitter::before {
    display: flex !important;
  }
}
