*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #d5d5d5;
  box-sizing: border-box;
  color: #000;
  font-family: "Arial,Helvetica Neue,Helvetica", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.text-black {
  color: #111;
  font-weight: 600;
}
.required {
  background: #f00;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}
.button {
  background-color: #ed1d4f;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  line-height: 50px;
  margin: 0;
  margin-right: 0px;
  -moz-border-radius: 5px;
  outline: none;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  width: 40%;
}
.button-female {
  background-color: #f03e69;
}
.button-man,
.button-woman {
  display: flex;
  flex-direction: column;
}
.button-man i,
.button-woman i {
  font-size: 6rem;
  padding: 1.5rem;
}
.button-next {
  height: 6rem !important;
  line-height: 1 !important;
  margin: 0.5rem 0 !important;
  width: 100% !important;
}
.button:hover {
  background: #d51140;
}
.form-img {
  display: none;
  position: relative;
}
.form-img--box {
  bottom: 0;
  display: flex;
  justify-content: space-around;
  position: absolute;
  width: 100%;
}
.form-img--box-p {
  background-color: #eeeeee;
  color: #515151;
  font-size: 14px;
  margin: 1rem;
  padding: 10px;
}
.form-box {
  align-items: center;
  display: none;
  flex-direction: column;
}
.form-box--finish_p {
  margin: 10px 0 !important;
}
.form-box--finish_span {
  color: #515151;
  font-size: 11px;
  margin: 10px 0;
}
.form-input {
  font-size: 19px;
  padding: 2rem 1rem;
  width: 100%;
}
.form-select {
  font-size: 16px;
  padding: 1rem 3.2rem 1rem 1rem;
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-img img {
  height: 100%;
  width: 100%;
}
.content {
  background-color: #eeeeee;
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.content__box-1 {
  display: flex;
  justify-content: center;
  width: 55%;
}
.content__box-1--box {
  background-color: #ed1d4f;
  box-shadow: 14px 0 0 -8px rgba(0, 0, 0, 0.3);
  color: #515151;
  height: 105%;
  margin: -15px 0;
  -moz-box-shadow: 14px 0 0 -8px rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 14px 0 0 -8px rgba(0, 0, 0, 0.3);
  width: 80%;
}
.content__box-1--box::before {
  border-color: transparent;
  border-left-color: #dc0318 !important;
  border-style: solid;
  border-width: 0 0 15px 15px;
  bottom: 0;
  content: "";
  position: absolute;
  right: -15px;
}
.content__box-1--box::after {
  border-color: transparent;
  border-left-color: #dc0318 !important;
  border-style: solid;
  border-width: 15px 0 0 15px;
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
}
.content__box-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  width: 40%;
}
.content__box-2--span {
  color: #515151;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 30px 0;
  padding: 0;
}
.content__box-2--button {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.content__box-2--ibutton {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.arrow {
  font-size: 1.2em;
  line-height: 16px;
  position: relative;
  text-align: center;
}
.arrow img {
  width: 28rem;
}
.arrow-span {
  left: 40%;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}
.footer {
  display: flex;
  justify-content: center;
}
.footer-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 7rem 5rem;
}
.footer i {
  font-size: 3.5rem;
  margin: 0.8rem;
}
.footer span {
  font-size: 14px;
}
.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  padding: 4rem;
}
.header-text {
  display: block;
  font-size: 14px;
}
.header-text-1 {
  font-size: 18px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 700px) {
  .content {
    align-items: center;
    flex-direction: column-reverse;
    height: 100%;
  }
  .content__box-1 {
    width: 100%;
  }
  .content__box-2 {
    width: 100%;
  }
  .footer-box {
    padding: 3rem;
    text-align: center;
  }
  .form-img img {
    width: 100%;
  }
  .form-box {
    margin: 3rem 0;
  }
  .arrow {
    display: none;
  }
  .content__box-1--box {
    width: 90%;
  }
  .content__box-2--span {
    margin: 15px 0;
  }
  .content__box-1--box::before {
    display: none;
  }
  .content__box-1--box::after {
    display: none;
  }
}
.arrow-span {
  left: 28% !important;
}
.button {
  font-size: 15px;
  width: 48%;
}
@media only screen and (max-width: 700px) {
  .content__box-2--span {
    margin: 15px 0;
    padding: 0px 20px;
  }
}
