@charset "utf-8";
.switch-block-wrap{
  margin-top: 80px;
  margin-bottom: 80px;
}

.note {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.tab-buttons {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 50px;
}

.tab-buttons button {
  flex: 1;
  padding: 16px;
  font-size: 16px;
  border: none;
  background: #eee;
  cursor: pointer;
  transition: 0.3s;
}

.tab-buttons button.active {
  background: #3882c9;
  color: #fff;
  font-weight: bold;
}

.hidden {
  display: none;
}