<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.markup-interactive {
  position: relative;
}
.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  color: grey;
  position: absolute;
  top: 60%;
  left: -100%;
  width: 100%;
  transform: translate(0px, -50%);
  opacity: 1;
  transition: all 250ms ease 0s;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    left: -84%;
  }
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.apple-pickers {
  width: 42%;
  margin-left: 24px;
  margin-top: 61px;
  margin-bottom: 0;
  float: right;
  shape-outside: inset(30% 0% 0% 11%);
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .apple-pickers {
    width: 47%;
    margin-top: 85px;
    margin-bottom: 14px;
    shape-outside: inset(33% 0% 0% 14%);
  }
}
.apple-pickers {
  shape-outside: inset(32% 0% 0% 11%);
}
@media screen and (min-width: 436px) {
  .apple-pickers {
    shape-outside: inset(40% 0% 0% 20%);
  }
}
.for-float-wrapper .card__text {
  text-align: start;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-around;
}

.changer {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 63px 15px 18px;
}
.arrow {
  display: none; /* Hide the arrow */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.up-arrow::after,
.down-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 1;
}
.up-arrow::after {
  border-width: 0 25px 43.3px 25px; /* 43.3 = 25 * tan(30Â°) */
  border-color: transparent transparent green transparent;
  top: -21.6px;
  left: -25px;
}
.down-arrow::after {
  border-width: 43.3px 25px 0 25px; /* 43.3 = 25 * tan(30Â°) */
  border-color: green transparent transparent transparent;
  bottom: -21.6px;
  left: -25px;
}
.digit {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* Prevent text selection */
  color: navy;
}
.digit-x {
  position: absolute;
  color: silver;
  top: 50%;
  -webkit-transform: translate(39px, -50%);
  -ms-transform: translate(39px, -50%);
  transform: translate(39px, -50%);
}
.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: relative;
  cursor: pointer;
}
.triangle.up {
  border-bottom: 37px solid green; /* 43.3 = 25 * tan(30Â°) */
  margin-bottom: 5px;
}
.triangle.down {
  border-top: 37px solid green; /* 43.3 = 25 * tan(30Â°) */
  margin-top: 5px;
}
@media screen and (min-width: 436px) {
  .triangle {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .triangle.up {
    border-bottom: 31px solid green; /* 43.3 = 25 * tan(30Â°) */
    margin-bottom: 5px;
  }
  .triangle.down {
    border-top: 31px solid green; /* 43.3 = 25 * tan(30Â°) */
    margin-top: 5px;
  }
}
.digit-container {
  min-width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}
.moveable {
  position: absolute;
}
#moveable-image1 {
  cursor: pointer;
  width: 45px;
  height: 82px;
  top: 20%;
  left: 98px;
  z-index: 30;
}
@media screen and (min-width: 436px) {
  #moveable-image1 {
    top: 17%;
    left: 104px;
  }
}
</pre></body></html>