.eon-de-note-box {
  position: fixed;
  z-index: -1;
  width: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0s ease 0s;
  -moz-transition: -moz-transform 0s ease 0s;
  -o-transition: -o-transform 0s ease 0s;
  transition: transform 0s ease 0s;
  /* modifier */
  /* modifier */
  /* modifier */
  /* modifier */
}
.eon-de-note-box__overlay {
  width: 2500px;
  left: -2500px;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.eon-de-note-box__wrapper {
  width: 430px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.eon-de-note-box__content {
  padding: 67px 30px 30px 30px;
  min-height: 400px;
  background-color: #1ea2b1;
  position: relative;
}
.eon-de-note-box__headline {
  text-align: right;
}
.eon-de-note-box p,
.eon-de-note-box__headline {
  color: #fff;
}
.eon-de-note-box__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.eon-de-note-box__close,
.eon-de-note-box__close:hover {
  color: #fff;
  opacity: 0.8;
}
.eon-de-note-box__loader {
  display: none;
}
.eon-de-note-box__confirm {
  display: none;
}
.eon-de-note-box__error {
  position: absolute;
  background-color: #b00402;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  display: none;
  color: #fff;
  padding: 15px 18px;
  line-height: 1.2;
  font-size: 1.8rem;
}
.eon-de-note-box__input-wrapper {
  width: 100%;
  padding-right: 142px;
  position: relative;
}
.eon-de-note-box__input-wrapper .eon-de-note-box__input {
  padding-right: 12px;
}
.eon-de-note-box__input-wrapper .eon-de-note-box__input + button {
  position: absolute;
  right: 0;
  top: 0;
}
.eon-de-note-box__input-wrapper .eon-de-note-box__input + button > span {
  width: 78px;
}
.eon-de-note-box__policy-text {
  padding: 2.5rem 0 0 0;
}
.eon-de-note-box__policy-text p {
  font-size: 1.4rem;
  margin: 0;
  margin-left: 2rem;
}
.eon-de-note-box__policy-text p a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.eon-de-note-box__policy-confirm {
  position: absolute;
}
.eon-de-note-box__input--error {
  color: #b00402;
}
.eon-de-note-box__error--visible {
  display: block;
}
.eon-de-note-box__error.eon-de-note-box__error--mobile {
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.eon-de-note-box.eon-de-note-box--visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.eon-de-note-box__error--visible.eon-de-note-box__error--mobile {
  display: none;
}
@media (max-width: 991px) {
  .eon-de-note-box__wrapper {
    min-height: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 90%;
  }
  .eon-de-note-box__input-wrapper {
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }
  .eon-de-note-box__input-wrapper .eon-de-note-box__input {
    padding-right: 12px;
  }
  .eon-de-note-box__input-wrapper .eon-de-note-box__input + button {
    margin-top: 10px;
    position: relative;
  }
  .eon-de-note-box__input-wrapper .eon-de-note-box__input + button > span {
    width: auto;
  }
  .eon-de-note-box__content {
    min-height: 0;
  }
  .eon-de-note-box.eon-de-note-box--hidden-s {
    display: none;
  }
  .eon-de-note-box__overlay {
    display: none;
  }
  .eon-de-note-box__error--visible {
    display: none;
  }
  .eon-de-note-box__error--visible.eon-de-note-box__error--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .eon-de-note-box__wrapper {
    min-height: 0;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 90%;
  }
  .eon-de-note-box__input-wrapper {
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }
  .eon-de-note-box__input-wrapper .eon-de-note-box__input {
    padding-right: 12px;
  }
  .eon-de-note-box__input-wrapper .eon-de-note-box__input + button {
    margin-top: 10px;
    position: relative;
  }
  .eon-de-note-box__input-wrapper .eon-de-note-box__input + button > span {
    width: auto;
  }
  .eon-de-note-box__content {
    min-height: 0;
  }
  .eon-de-note-box.eon-de-note-box--hidden-s {
    display: none;
  }
  .eon-de-note-box__overlay {
    display: none;
  }
  .eon-de-note-box__error--visible {
    display: none;
  }
  .eon-de-note-box__error--visible.eon-de-note-box__error--mobile {
    display: block;
  }
}

