body {
  background: #ffffff;
}

.jss2 {
  flex: 1;
  display: flex;
  background: #1f222b;
  flex-direction: column;
  font-family: sans-serif;
}

.jss17 {
  height: calc(100vh - 16px);
  display: flex;
  position: relative;
  background: url(./bg-yuma.jpg) center center no-repeat;
  align-items: center;
  background-size: cover;
  justify-content: center;
}

.jss17:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.jss18 {
  width: 370px;
  display: flex;
  padding: 70px 0 0 0;
  max-width: 80vw;
  align-items: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
  z-index: 2;
}
.jss18 h1 {
  color: #1f222b;
  margin: 0 0 32px 0;
  text-align: center;
  font-size: 1.5em;
}

.css-10h5ke1 {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.75;
  min-width: 64px;
  padding: 6px 16px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(255, 255, 255);
  background-color: #ffa319;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px,
    rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
  font-family: sans-serif;
  font-size: 1rem;
  text-transform: none;
  border-radius: 3px;
}

.css-10h5ke1:hover {
  background-color: #2a3f6a;
}

.jss19 {
  color: #ffffff;
  width: 200px;
  display: flex;
  padding: 16px 32px;
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 1) !important;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  text-decoration: none;
  background-color: #fc543d;
  margin: 0 auto;
}

.jss20 {
  background-color: #2a3f6a;
  color: #ffffff;
  padding: 8px 16px;
  margin-top: 120px;
  font-size: 1rem;
  width: calc(100% - 32px);
}

.jss20 a {
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fc543d;
}

.jss20 a:hover {
  color: #ffbaae;
}

.jss21 {
  max-width: 65%;
  display: block;
  margin: 0 auto 40px auto;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 767px) {
  body {
    margin: 0;
    background: #ffffff;
  }
  .jss17 {
    background: #ffffff;
    position: relative;
  }
  .jss18 {
    width: 100vw;
    min-width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
  }
  .jss20 {
    position: absolute;
    bottom: -16px;
    left: 0;
    margin: 0;
  }
}
