
.flex-bcl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.flex-bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-ac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-acl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-ccl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flex-cs {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.flex-scw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.g-20 {
  gap: 20px
}
.g-32 {
  gap: 32px;
}

.ptb-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-40 {
  padding: 40px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-32 {
  padding-top: 32px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-40 {
  margin-left: 40px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}
.mt-148 {
  margin-top: 148px;
}
.w-80 {
  width: 80px;
}
.w-1200 {
  width: 1200px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-24 {
  font-size: 24px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-32 {
  font-size: 32px !important;
}

.fs-50 {
  font-size: 50px;
}

.fs-64 {
  font-size: 64px;
}

.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

.bd-1 {
  border: 1px solid #D2DBF8;
}

.w100 {
  width: 100%;
}

.w-900 {
  width: 900px;
}

.w-120 {
  width: 120px;
}

.bg-cDefault {
  background: #132046;
}