.rdm-header {
  width: 100%;
  padding: 30px 24px;
  background-color: #146057;
  color: #fff;
}

@media screen and (min-width: 48em) {
  .rdm-header {
    padding: 60px 84px 80px 84px;
  }
}

@media screen and (min-width: 64em) {
  .rdm-header {
    display: none;
  }
}

.rdm-header__title {
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rdm-header__title {
    font-size: 32px;
  }
}

.rdm-header__text {
  max-width: 900px;
}

.rdm-header__text p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 48em) {
  .rdm-header__text {
    font-size: 18px;
    text-align: left;
  }
}

.rdm-main-wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #0f0f0f;
}

@media screen and (min-width: 64em) {
  .rdm-main-wrap {
    background-color: #146057;
  }
}

.rdm-main {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  height: 100%;
  margin: 0 auto;
  background-color: #0f0f0f;
}

@media screen and (min-width: 64em) {
  .rdm-main {
    gap: 24px;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 70px;
    background-color: #146057;
  }
}

@media screen and (min-width: 79.375em) {
  .rdm-main {
    padding: 60px 136px;
  }
}

.rdm-main__screen-icon {
  aspect-ratio: 1/1;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .rdm-main__screen-icon {
    display: none;
  }
}

.rdm-main__description {
  display: none;
}

@media screen and (min-width: 64em) {
  .rdm-main__description {
    display: inline-block;
    max-width: 520px;
    color: #fff;
  }
}

.rdm-main__title {
  margin-bottom: 32px;
  font-family: "PT Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.rdm-main__text p:not(:last-child) {
  margin-bottom: 1em;
}

.rdm-app {
  gap: 14px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  max-width: 375px;
}

.rdm-app__screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  padding: 40px 40px 32px;
  overflow: hidden;
  background-color: #0f0f0f;
}

@media screen and (max-width: 340px), (max-height: 417px) {
  .rdm-app__screen {
    padding: 9vmin;
  }
}

@media screen and (min-width: 64em) {
  .rdm-app__screen {
    width: 375px;
    margin: 0;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    background: #000;
  }
}

@media screen and (max-height: 300px) {
  .rdm-app__controls {
    align-items: center;
  }
}

.rdm-app__title {
  margin-bottom: 24px;
  color: #8e8e8e;
  text-align: center;
}

@media screen and (max-width: 200px), (max-height: 400px) {
  .rdm-app__title {
    display: none;
  }
}

.rdm-app__popup {
  display: none;
}

@media screen and (min-width: 64em) {
  .rdm-app__popup {
    gap: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}

.rdm-app__popup-text {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 16px;
}

.rdm-app__popup-icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.rdm-digit {
  margin: 0 auto;
  margin-bottom: 32px;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  text-align: center;
}

@media screen and (max-width: 300px), (max-height: 400px) {
  .rdm-digit {
    margin-bottom: calc(5vmin + 12px);
    font-size: 45vmin;
    line-height: 34vmin;
  }
}

.rdm-button {
  gap: 8px;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 26px;
  transform: scale(1);
  border-radius: 10px;
  background-color: #e51e25;
  cursor: pointer;
  transition: all .2s;
}

@media screen and (max-width: 300px), (max-height: 400px) {
  .rdm-button {
    margin-bottom: 5vmin;
    padding: 5vmin;
  }
}

@media screen and (max-width: 200px), (max-height: 300px) {
  .rdm-button {
    flex-shrink: 0;
    border-radius: 3vmin;
  }
}

@media screen and (max-height: 220px) {
  .rdm-button {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .rdm-button {
    width: 100%;
  }
}

.rdm-button__icon {
  flex-shrink: 0;
  width: 20px;
  height: 19px;
}

.rdm-button__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 300px) {
  .rdm-button__text {
    display: none;
  }
}

.rdm-button.clicked .rdm-button__icon {
  transform-origin: 9px 10px;
  animation: rotateOnce .2s linear;
}

.rdm-button:active {
  transform: scale(.97);
}

@keyframes rotateOnce {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rdm-range {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 200px), (max-height: 400px) {
  .rdm-range {
    display: none;
  }
}

.rdm-range-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.rdm-range .noUi-target {
  position: relative;
  flex: 1;
  border-radius: 50px;
  background: #e3e3e3;
}

.rdm-range .noUi-target.noUi-horizontal {
  height: 10px;
}

@media screen and (max-width: 300px) {
  .rdm-range .noUi-target.noUi-horizontal {
    height: 3vmin;
  }
}

.rdm-range .noUi-target .noUi-base,
.rdm-range .noUi-target .noUi-connects {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.rdm-range .noUi-target .noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 3px;
  background-color: #4b4b4b;
}

.rdm-range .noUi-target .noUi-connects .noUi-connect {
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transform-style: preserve-3d;
  transform-style: flat;
  background-color: #188b7e;
}

.rdm-range .noUi-target .noUi-origin {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  will-change: transform;
}

.rdm-range .noUi-target .noUi-origin .noUi-handle {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translate(50%, -14px);
  border-radius: 50px;
  backface-visibility: hidden;
  background-color: #188b7e;
  box-shadow: 0 0 20px rgba(0, 0, 0, .45);
  cursor: pointer;
}

@media screen and (max-width: 300px) {
  .rdm-range .noUi-target .noUi-origin .noUi-handle {
    width: 10vmin;
    height: 10vmin;
    transform: translate(50%, -32%);
  }
}

.rdm-range .noUi-target .noUi-origin .noUi-handle:after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background-color: #188b7e;
  box-shadow: 0 0 20px rgba(0, 0, 0, .45);
  content: '';
}

@media screen and (max-width: 300px) {
  .rdm-range .noUi-target .noUi-origin .noUi-handle:after {
    width: 9vmin;
    height: 9vmin;
  }
}

.rdm-range .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
}

.rdm-range .noUi-draggable {
  cursor: ew-resize;
}

.rdm-range .noUi-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 300px) {
  .rdm-range .noUi-tooltip {
    font-size: 3.8vmin;
    line-height: 0;
  }
}

.rdm-timer {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 32px;
}

@media screen and (max-height: 220px) {
  .rdm-timer {
    display: none;
  }
}

.rdm-timer__inner {
  gap: 8px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 300px), (max-height: 400px) {
  .rdm-timer__inner {
    gap: 2vmin;
    position: relative;
  }
}

.rdm-timer__switch {
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  cursor: pointer;
}

.rdm-timer__switch i {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 17px;
  border-radius: 23px;
  vertical-align: text-bottom;
}

.rdm-timer__switch i::before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 14px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, .3);
  content: '';
  transition: all .25s linear;
}

.rdm-timer__switch i::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  transform: translateX(0) scale(1.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
  content: '';
  transition: all .2s ease-in-out;
}

.rdm-timer__switch input {
  display: none;
}

.rdm-timer__switch input:checked + i::before {
  border: 1px solid #fff;
  background-color: transparent;
}

.rdm-timer__switch input:checked + i::after {
  transform: translateX(10px) scale(1);
  background-color: #fff;
}

.rdm-timer__time {
  gap: 4px;
  display: flex;
  position: relative;
  align-items: center;
  color: rgba(255, 255, 255, .5);
}

.rdm-timer__text {
  white-space: nowrap;
}

@media screen and (max-width: 300px), (max-height: 300px) {
  .rdm-timer__text:first-child {
    display: none;
  }
}

.rdm-timer__input {
  display: inline-block;
  width: 20px;
  height: 32px;
  padding: 4px 0;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  color: rgba(255, 255, 255, .5);
  font-weight: 700;
  text-align: center;
  transition: all .3s;
}

.rdm-timer__error {
  position: absolute;
  top: -47px;
  right: -20px;
  padding: 5px 10px;
  border: 1px solid #f00;
  border-radius: 5px;
  background: #fff;
  color: #000;
}

.rdm-timer_active .rdm-timer__input {
  width: 32px;
  border: 1px solid rgba(255, 255, 255, .5);
}

.rdm-faq {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 24px 0;
  background-color: var(--layer-2a-color, #fff);
}

@media screen and (min-width: 48em) {
  .rdm-faq {
    padding: 80px 30px;
  }
}

.rdm-faq__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1034px;
  border-bottom: 1px solid var(--line-1-color, #e7e7e7);
}

.rdm-faq__heading {
  margin: 0 0 24px;
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rdm-faq__heading {
    margin: 0 0 40px;
    font-size: 32px;
  }
}

.rdm-faq__item {
  border-top: 1px solid var(--line-1-color, #e7e7e7);
}

.rdm-faq__item a {
  color: var(--text-2-color, #202020);
}

.rdm-faq__button {
  display: flex;
  width: 100%;
  padding: 21px 0 16px;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .rdm-faq__button {
    padding: 19px 16px;
    font-size: 18px;
  }
}

.rdm-faq__inner {
  flex-shrink: 0;
  margin: 0 0 0 auto;
  padding: 0 0 0 24px;
}

.rdm-faq__sign {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--text-3-color, #202020);
  border-radius: 50%;
}

.rdm-faq__sign svg {
  width: 14px;
  height: 14px;
}

.ui-state-active .rdm-faq__sign svg {
  --i-color2: transparent;
}

[theme='dark'] .ui-state-active .rdm-faq__sign svg {
  --i-color2: transparent;
}

[theme='dark'] .rdm-faq__sign svg {
  --i-color1: var(--text-3-color);
  --i-color2: var(--text-3-color);
}

@media screen and (max-height: 400px) {
  .rdm-app__title {
    display: none;
  }
}

@media screen and (max-width: 300px), (max-height: 300px) {
  .rdm-app,
.rdm-app__screen {
    width: 100%;
  }
  .rdm-main__screen-icon {
    display: none;
  }
}

.rdm-faq__content {
  display: none;
  padding: 0 0 24px;
}

@media screen and (min-width: 48em) {
  .rdm-faq__content {
    padding: 5px 68px 20px 16px;
  }
}

.rdm-faq__content p {
  margin: 0;
  color: var(--text-3-color, #666);
  font-size: 16px;
  line-height: 1.5;
}

.rdm-faq__content p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 48em) {
  .rdm-faq__content p {
    font-size: 18px;
  }
}

.rdm-faq__content p a {
  color: var(--text-1-color, #202020);
  text-decoration: underline;
}

.rdm-faq__content ol {
  margin: 20px 0;
  list-style-position: inside;
}

.rdm-faq__content ol li {
  color: #666;
  font-size: 18px;
  line-height: 1.5;
}

.rdm-article {
  position: relative;
  width: 100%;
  background-color: var(--layer-2a-color, #efefef);
}

[theme='dark'] .rdm-article {
  --custom-rdm-opacity-bg-image: .02;
}

@media screen and (min-width: 48em) {
  .rdm-article {
    padding: 24px 30px;
  }
}

.rdm-article::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/nimg/pattern-welcome.svg);
  background-size: 300px;
  content: '';
  opacity: var(--custom-rdm-opacity-bg-image, .04);
}

.rdm-article__wrap {
  gap: 34px;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding: 40px 24px;
  background-color: var(--layer-3-color, #fff);
  color: var(--text-2-color, #333);
  font-family: "PT Serif", serif;
}

@media screen and (min-width: 48em) {
  .rdm-article__wrap {
    gap: 46px;
    padding: 80px 30px;
  }
}

.rdm-article__heading {
  max-width: 994px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rdm-article__heading {
    font-size: 32px;
  }
}

.rdm-article__heading p {
  margin: 0;
}

.rdm-article__section {
  max-width: 994px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 64em) {
  .rdm-article__section {
    font-size: 17px;
    line-height: 28px;
  }
}

.rdm-article__section h3 {
  margin-bottom: 25px;
  color: inherit;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .rdm-article__section h3 {
    font-size: 28px;
    line-height: 28px;
  }
}

.rdm-article__section p {
  display: inline-block;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  word-break: inherit;
  overflow-wrap: inherit;
}

.rdm-article__section p:not(:last-child) {
  margin-bottom: 14px;
}

.rdm-article__section a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.rdm-article__section figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}

@media screen and (min-width: 64em) {
  .rdm-article__section figure img {
    max-width: 80%;
  }
}

.rdm-article__section figure:not(:last-child) {
  margin-bottom: 14px;
}

.rdm-article__section figcaption {
  margin-top: 8px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.rdm-article ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 18px;
  font-size: inherit;
  line-height: inherit;
  list-style-type: disc;
}

@media screen and (min-width: 64em) {
  .rdm-article ul {
    padding-left: 20px;
  }
}

.rdm-article ul:not(:last-child) {
  margin-bottom: 14px;
}

.rdm-article li {
  font-size: inherit;
  line-height: inherit;
}

.rdm-article li:not(:last-child) {
  margin-bottom: 14px;
}

.rdm-article li::marker {
  color: var(--text-4-color, #606060);
  font-size: 1.2em;
}
