.material-icons {
  vertical-align: middle;
}

.fs32 {
  font-size: 32px !important;
}

/* Small Tooltip */
.Tt_Small_T {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 72px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 32px;
  font-size: 28px;
}

.Tt_Small_T:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 53%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #353941;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}

.Tt_Small_B {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 72px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 32px;
  font-size: 28px;
}

.Tt_Small_B:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 53%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #353941;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}

.Tt_Small_L {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 72px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 32px;
  font-size: 28px;
}

.Tt_Small_L:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 54%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #353941;
  border-left: 0;
  margin-top: -20px;
  margin-left: -20px;
}

.Tt_Small_R {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 72px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 32px;
  font-size: 28px;
}

.Tt_Small_R:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 54%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: #353941;
  border-right: 0;
  margin-top: -20px;
  margin-right: -20px;
}

/* Large Tooltip  */
.Tt_Large_T {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 168px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 0px 0px 0px 32px;
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.Tt_Large_T:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 52%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #353941;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px;
}

.Tt_Large_B {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 168px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 0px 0px 0px 32px;
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.Tt_Large_B:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 52%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #353941;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}

.Tt_Large_L {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 168px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 0px 0px 0px 32px;
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.Tt_Large_L:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 54%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #353941;
  border-left: 0;
  margin-top: -20px;
  margin-left: -20px;
}

.Tt_Large_R {
  position: relative;
  background: #353941;
  border-radius: 14px;
  width: 168px;
  color: #fff;
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 0px 0px 0px 32px;
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.Tt_Large_R:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 54%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: #353941;
  border-right: 0;
  margin-top: -20px;
  margin-right: -20px;
}

.Tt_Large_T span:first-child, .Tt_Large_B span:first-child, .Tt_Large_L span:first-child, .Tt_Large_R span:first-child {
  line-height: 50px;
  padding: 20px 0;
}
.Tt_Large_T span:last-child, .Tt_Large_B span:last-child, .Tt_Large_L span:last-child, .Tt_Large_R span:last-child {
  padding: 20px;
  font-size: 32px;
  line-height: 56px;
}