* {
  box-sizing: border-box;
  font-family: Roboto;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}
#sence {
  position: relative;
  padding: 0 24px 24px;
  margin: 45px 0 20px;
  border: 2px solid #bebebe;
  border-radius: 16px;
}
#sence .sence-content {
  margin-top: 15px;
}
#sence .sence-content.content1 {
  margin-top: 40px !important;
}
#sence .sence-content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#sence .sence-options {
  display: flex;
  align-items: center;
  column-gap: 1%;
}
#sence .sence-options.not-active .sence-option {
  opacity: 0.4;
  pointer-events: none;
  background: #f2f2f2;
}
#sence .sence-option {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1;
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
#sence .sence-option .sence-option-emoji {
  font-size: 28px;
  line-height: 40px;
  width: 28px;
  height: 40px;
}
#sence .sence-option:hover {
  background-color: #592c81;
  color: #fff;
}
#sence .sence-option.active {
  background-color: #592c81 !important;
  color: #fff;
  opacity: 1 !important;
}
#sence .line-arrow {
  width: 430px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#sence .try-again {
  height: 61px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
#sence .result-wrapper {
  display: block;
  align-items: center;
  border-radius: 12px;
  margin: 15px 0 20px 0;
  padding-bottom: 30px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #bebebe;
}
#sence .result-wrapper a img {
  width: 100%;
  height: auto;
  padding: 10px;
}
#sence .result-wrapper .result-title {
  padding: 10px 30px 17px 30px;
  margin: 0 !important;
  color: #000;
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  font-style: normal;
}
#sence .result-wrapper .result-title-info {
  padding: 0 30px 17px 30px;
  margin: 0 !important;
  color: #1d9cf3;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  font-style: normal;
}
#sence .result-wrapper .result-info {
  padding: 0 30px 17px 30px;
  margin: 0 !important;
  color: #344d5e;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
#sence .result-wrapper .discover-now {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  background: #5a2d82;
  padding: 11px 30px;
  max-width: 190px;
  border-radius: 8px;
  margin-left: 30px;
}
