*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scrollbar-color: #6b698e #0a0559;
  scroll-behavior: smooth;
}
body {
  background: #2b2e37;
  box-sizing: border-box;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.background {
  align-items: center;
  background: #2b2e37;
  background-position: top;
  background-size: cover;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 17%;
  position: relative;
  width: 100%;
}
.required {
  background-color: #f34134;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}
.btn {
  align-items: center;
  background: #f2b420;
  border: 0;
  border-radius: 35px;
  color: white !important;
  display: flex;
  font-size: 22px;
  line-height: 45px;
  margin: 5px 0;
  padding: 10px 30px;
  position: relative;
  transition: all 0.1s;
  width: 100%;
}
.btn:hover {
  background-color: #f5c450;
  cursor: pointer;
}
.btn__white {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 100%;
  color: white !important;
  display: flex;
  height: 75px;
  justify-content: center;
  margin: 5px 0;
  position: relative;
  transition: all 0.1s;
  width: 75px;
}
.btn__white:hover {
  cursor: pointer;
}
.btn__white--img {
  width: 50%;
}
.form-select {
  background-color: #fff;
  border: 1.5px solid #eee;
  border-radius: 5px;
  font-size: 18px;
  margin: 5px 1%;
  outline: 0;
  padding: 1rem;
  width: 100%;
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form--img {
  border-radius: 100%;
  width: 25rem;
}
.form--image {
  width: 100%;
}
.form__module--box {
  align-items: center;
  display: none;
  flex-direction: column;
  margin: 2.5rem 0;
}
.form__module--button {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
  width: 60%;
}
.form__module--box-1 {
  color: #9b9b9b;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
}
.form__module--box-2 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 1rem 0;
  text-align: center;
}
.form__module--box-3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}
.form__module--box-4 {
  color: #f5a623;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
select {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 18px;
  height: 4rem;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  width: 26%;
}
input {
  appearance: none;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  line-height: 2.0625rem;
  margin: 2rem 0;
  padding: 1rem;
  width: 100%;
}
input:focus {
  outline: 0;
}
.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 500px;
  z-index: 0;
}
.header--copy {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 2rem;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 1000px) {
  .background {
    justify-content: center;
    padding: 0px 5%;
  }
  .header {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .btn {
    font-size: 16px;
  }
}
a {
  color: inherit;
  text-decoration: none !important;
}
