.Heading5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #333333;
  font-family: Bukra-Medium;
}
.Heading6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #333333;
  font-family: Bukra-Medium;
}
.Paragraph2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #333333;
}
.Paragraph3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #333333;
}
.Paragraph4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #333333;
}
.Paragraph5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration-skip-ink: none;
}
.Subtitle1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-decoration-skip-ink: none;
}
.Subtitle2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-decoration-skip-ink: none;
  font-family: Bukra-Medium;
  color: #333333;
}
.Subtitle3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.Caption {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  text-decoration-skip-ink: none;
}
.Caption1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.Caption3 {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  text-decoration-skip-ink: none;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mt30 {
  margin-top: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.static{
  position: static !important;
}
.displayBlock {
  display: block;
}
.textAlignCenter {
  text-align: center;
}
.textAlignRight {
  text-align: right;
}
.bold{
  font-family: Bukra-Medium
}