* {
  box-sizing: border-box;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}

#sence {
  border: 2px solid #BEBEBE;
  border-radius: 16px;
  padding: 0 24px 24px 24px;
  position: relative;
  margin: 45px 0 20px 0;
}

#sence .sence-header{
  background: rgb(130,9,174);
  background: linear-gradient(90deg, rgba(130,9,174,1) 0%, rgba(70,10,84,1) 100%);
  color: #ffffff;
  text-align: center;
  padding: 24px;
  border-radius: 16px 16px 0 0;
  font-size: 16px;
  line-height: 1.8;
  margin: -2px -25px 30px -25px;
}
#sence .sence-header-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.3;
}
#sence .sence-content {
  margin-top: 15px;
}
#sence .sence-content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
#sence .sence-options {
  display: flex;
  align-items: center;
  column-gap: 1%;
}
#sence .sence-options.not-active .sence-option {
  opacity: .4;
  pointer-events: none;
  background: #bebebe;
}
#sence .sence-option {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  padding: 0 24px;
  cursor: pointer;
  transition: all .2s ease;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
}
#sence .sence-option:hover {
  background-color: #7E04A1;
  color: #ffffff;
}
#sence .sence-option.active {
  background-color: #7E04A1 !important;
  color: #ffffff;
  opacity: 1 !important;
}
#sence .line-arrow {
  width: 430px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#sence .cta-banner {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  margin-top: 10px;
}
#sence .try-again {
  height: 61px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
#sence .emoji {
  font-size: 26px;
  margin: 0 9px 0 0 !important;
}

/* MOBILE STYLES */
@media only screen and (max-width: 768px) {


}
