@charset 'utf-8';
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-iblock {
  display: inline-block;
}
.w-20 {
  width: 20px;
}
.w-30 {
  width: 30px;
}
.w-50 {
  width: 50px;
}
.w-70 {
  width: 70px;
}
.w-100 {
  width: 100px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
.w-400 {
  width: 400px;
}
.h-20 {
  height: 20px;
}
.h-30 {
  height: 30px;
}
.h-50 {
  height: 50px;
}
.h-70 {
  height: 70px;
}
.h-100 {
  height: 100px;
}
.h-200 {
  height: 200px;
}
.h-300 {
  height: 300px;
}
.h-400 {
  height: 400px;
}
.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.sound_only {
  display: none!important;
}
