.dreamland {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 64px;
  background-color: #000;
}

@media screen and (min-width: 48em) {
  .dreamland {
    padding: 0 0 96px;
  }
}

@media screen and (min-width: 64em) {
  .dreamland {
    padding: 3px 0 96px;
  }
}

.dreamland-bar {
  width: 100%;
  border-bottom: 1px solid #fba204;
}

.dreamland-bar--inner {
  gap: 18px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1036px;
  height: 67px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .dreamland-bar--inner {
    gap: 22px;
    padding: 0 30px;
  }
}

.dreamland-bar--logo {
  display: flex;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.dreamland-bar--logo img {
  width: 56px;
  height: 56px;
}

.dreamland-bar--join {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 46px;
  padding: 8px 10px;
  border: 1px solid #fba204;
  border-radius: 9px;
  color: #fba204;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-bar--join {
    width: 299px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 17px;
    white-space: nowrap;
  }
}

.dreamland-bar--social {
  gap: 25px;
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media screen and (min-width: 48em) {
  .dreamland-bar--social {
    margin-left: 17px;
  }
}

.dreamland-bar--link {
  display: flex;
  width: 35px;
  height: 35px;
}

.dreamland-bar--icon {
  --i-color1: #fba204;
  width: 35px;
  height: 35px;
}

.dreamland-head {
  margin: 0 0 74px;
}

@media screen and (min-width: 64em) {
  .dreamland-head {
    margin: 0;
  }
}

.dreamland-head--inner {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .dreamland-head--inner {
    padding: 0 30px;
  }
}

@media screen and (min-width: 64em) {
  .dreamland-head--inner {
    display: grid;
    grid-template-columns: 432fr 711fr;
    align-items: center;
  }
}

@media screen and (min-width: 70.625em) {
  .dreamland-head--inner {
    width: calc(50% + 518px);
    max-width: 1203px;
    margin-right: auto;
    margin-left: calc((100% - 1036px) / 2);
  }
}

.dreamland-head--intro {
  display: flex;
  flex-direction: column;
  margin-top: -42px;
}

@media screen and (min-width: 64em) {
  .dreamland-head--intro {
    margin-top: 0;
  }
}

.dreamland-head--title {
  z-index: 1;
  margin: 0 0 32px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
  text-shadow: 10px 10px 40px rgba(0, 0, 0, .57);
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-head--title {
    margin: 0 0 37px;
    font-size: 70px;
    line-height: 72px;
  }
}

.dreamland-head--title span {
  color: #fda000;
}

.dreamland-head--leads {
  gap: 12px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 48em) {
  .dreamland-head--leads {
    gap: 13px;
  }
}

.dreamland-head--lead {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

@media screen and (min-width: 48em) {
  .dreamland-head--lead {
    font-size: 24px;
    line-height: 25px;
  }
}

.dreamland-head--lead span {
  color: #fda307;
}

.dreamland-head--media {
  width: 100%;
  max-width: 711px;
  overflow: hidden;
}

.dreamland-head--media img {
  display: block;
  width: 100%;
  height: auto;
}

.dreamland-stats {
  margin: 0 0 33px;
}

@media screen and (min-width: 48em) {
  .dreamland-stats {
    margin: 0 0 50px;
  }
}

.dreamland-stats--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .dreamland-stats--inner {
    padding: 0 30px;
  }
}

.dreamland-stats--heading {
  margin: 0 0 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-stats--heading {
    margin: 0 0 32px;
    font-size: 45px;
    line-height: 48px;
  }
}

.dreamland-stats--heading span {
  color: #fca001;
}

.dreamland-stats--strip {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.dreamland-stats--chart {
  display: block;
  width: 100%;
  height: auto;
}

.dreamland-setup {
  margin-bottom: 50px;
}

@media screen and (min-width: 48em) {
  .dreamland-setup {
    margin-bottom: 104px;
  }
}

.dreamland-setup--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--inner {
    padding: 25px 30px 0;
  }
}

@media screen and (min-width: 64em) {
  .dreamland-setup--inner {
    gap: 56px;
    display: grid;
    grid-template-columns: 350px 1fr;
    align-items: start;
  }
}

.dreamland-setup--heading {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--heading {
    margin: 0 0 32px;
    font-size: 45px;
    line-height: 48px;
  }
}

@media screen and (min-width: 64em) {
  .dreamland-setup--heading {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin: 0;
  }
}

.dreamland-setup--heading span {
  color: #fba204;
}

.dreamland-setup--split {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  border: 2px solid transparent;
  border-radius: 9px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(214deg, #fba204 14%, #6d4b0e 34%, #956002 64%, #f7a004 78%) border-box;
}

@media screen and (min-width: 64em) {
  .dreamland-setup--split {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
}

.dreamland-setup--split .dreamland-setup--glow {
  top: 0;
  left: calc(100% - 93px);
  width: 44px;
  height: 111px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (min-width: 48em) {
  .dreamland-setup--split .dreamland-setup--glow {
    top: 0;
    left: calc(100% - 151px);
    width: 47px;
    height: 155px;
  }
}

.dreamland-setup--glow {
  z-index: 2;
  position: absolute;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}

.dreamland-setup--glow img {
  display: block;
  width: 100%;
  height: 100%;
}

.dreamland-setup--half {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 16px 10px;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--half {
    padding: 34px 16px 32px;
  }
}

.dreamland-setup--half_sep::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(0deg, #fba204, #6d4b0e);
  content: "";
}

.dreamland-setup--caption {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--caption {
    margin-bottom: 28px;
  }
}

.dreamland-setup--shield {
  --i-color1: #fba204;
  flex-shrink: 0;
  width: 25px;
  height: 30px;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--shield {
    width: 35px;
    height: 42px;
  }
}

.dreamland-setup--tag {
  color: #fba204;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--tag {
    font-size: 20px;
    line-height: 21px;
  }
}

.dreamland-setup--makeup {
  max-width: 160px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--makeup {
    max-width: 250px;
    font-size: 18px;
    line-height: 26px;
  }
}

.dreamland-setup--text {
  margin: 0 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--text {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 19px;
  }
}

.dreamland-setup--text strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--text strong {
    font-size: 16px;
    line-height: 19px;
  }
}

.dreamland-setup--text span {
  color: #fba204;
  font-weight: 700;
}

.dreamland-setup--text:last-child {
  margin-bottom: 0;
}

.dreamland-setup--cards {
  gap: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .dreamland-setup--cards {
    gap: 30px;
    grid-column: 1/-1;
    flex-direction: row;
  }
}

.dreamland-setup--card {
  position: relative;
  width: 100%;
  padding: 20px 0 0 10px;
  border: 2px solid transparent;
  border-radius: 9px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(214deg, #fba204 14%, #6d4b0e 34%, #956002 64%, #f7a004 78%) border-box;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--card {
    padding: 20px 0 0 16px;
  }
}

.dreamland-setup--card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  border-radius: 7px 0 0 7px;
  background-image: linear-gradient(180deg, #fba204, #956002);
  content: "";
}

@media screen and (min-width: 48em) {
  .dreamland-setup--card::before {
    width: 16px;
  }
}

.dreamland-setup--card .dreamland-setup--glow {
  top: 0;
  left: calc(100% - 78px);
  width: 47px;
  height: 131px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (min-width: 48em) {
  .dreamland-setup--card .dreamland-setup--glow {
    left: calc(100% - 102px);
    height: 159px;
  }
}

.dreamland-setup--card + .dreamland-setup--card .dreamland-setup--glow {
  top: 90px;
  left: 100%;
  width: 45px;
  height: 155px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 48em) {
  .dreamland-setup--card + .dreamland-setup--card .dreamland-setup--glow {
    width: 47px;
  }
}

.dreamland-setup--name {
  margin: 0 0 16px;
  padding: 0 0 0 16px;
  color: #fba204;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--name {
    padding: 0 0 0 24px;
    font-size: 28px;
    line-height: 29px;
  }
}

.dreamland-setup--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dreamland-setup--list li {
  padding: 14px 16px;
  background-image: linear-gradient(90deg, rgba(251, 162, 4, .3), rgba(149, 96, 2, .3) 58%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (min-width: 48em) {
  .dreamland-setup--list li {
    padding: 14px 24px;
  }
}

.dreamland-train {
  margin-bottom: 50px;
}

@media screen and (min-width: 48em) {
  .dreamland-train {
    margin-bottom: 64px;
  }
}

.dreamland-train--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .dreamland-train--inner {
    padding: 0 30px;
  }
}

.dreamland-train--heading {
  margin: 0 0 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-train--heading {
    margin: 0 0 32px;
    font-size: 45px;
    line-height: 48px;
  }
}

.dreamland-train--heading span {
  color: #fba204;
}

.dreamland-train--note {
  margin: 0 0 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .dreamland-train--note {
    margin: 0 0 64px;
    font-size: 20px;
    line-height: 23px;
  }
}

.dreamland-train--slider {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding-bottom: 35px;
  overflow: hidden;
}

.dreamland-train--slider .swiper-notification {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dreamland-train--track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dreamland-train--coach {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 146px;
  height: 364px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 13px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(241deg, #fba204 14%, #6d4b0e 34%, #956002 64%, #f7a004 78%) border-box;
}

.dreamland-train--photo {
  position: relative;
  width: 100%;
  height: 232px;
  overflow: hidden;
}

.dreamland-train--photo img {
  display: block;
  width: 100%;
  height: 232px;
  object-fit: cover;
  object-position: 50% 20%;
}

.dreamland-train--photo_transform img {
  transform: scale(1.2) translateY(15px);
}

.dreamland-train--badge {
  z-index: 1;
  position: absolute;
  top: 19px;
  left: 50%;
  width: 98px;
  height: 26px;
  margin-left: -49px;
  border-radius: 15px;
  background-color: #fba204;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.dreamland-train--body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  padding: 18px 4px 12px;
  background-color: #000;
}

.dreamland-train--nick {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

.dreamland-train--nick::after {
  display: block;
  width: 62px;
  height: 1px;
  margin: 8px auto 0;
  background-color: #fff;
  content: "";
}

.dreamland-train--role {
  margin: auto;
  color: #c7c7c7;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}

.dreamland-train--abi {
  margin: 0;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

.dreamland-train--sum {
  margin: 0;
  color: #fba204;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

.dreamland-train--dots {
  gap: 6px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 10px;
}

@media screen and (min-width: 70.625em) {
  .dreamland-train--dots {
    visibility: hidden;
  }
}

.dreamland-train--dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background-color: #616161;
  opacity: 1;
}

.dreamland-train--dots .swiper-pagination-bullet-active {
  background-color: #fff;
}

.dreamland-apply--anchor {
  scroll-margin-top: 67px;
  display: block;
}

@media screen and (min-width: 64em) {
  .dreamland-apply--anchor {
    scroll-margin-top: 0;
  }
}

.dreamland-apply--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--inner {
    padding: 0 30px;
  }
}

.dreamland-apply--heading {
  margin: 0 0 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--heading {
    margin: 0 0 17px;
    font-size: 45px;
    line-height: 48px;
  }
}

.dreamland-apply--mark {
  color: #fba204;
}

.dreamland-apply--note {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--note {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 23px;
  }
}

.dreamland-apply--time {
  gap: 8px;
  display: flex;
  align-items: center;
  margin: 0 0 44px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--time {
    margin: 0 0 79px;
  }
}

.dreamland-apply--time span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--time span {
    font-size: 20px;
    line-height: 23px;
  }
}

.dreamland-apply--clock {
  --i-color1: #fff;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.dreamland-apply--form {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 628px;
  padding: 32px 15px 24px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(256deg, #fba204 14%, #6d4b0e 34%, #956002 64%, #f7a004 78%) border-box;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--form {
    padding: 52px 54px 40px;
  }
}

.dreamland-apply--form .form-error {
  margin: 8px 0 0;
  padding: 4px 8px;
  border-left: 2px solid #ff002e;
  background-color: #3a3a3a;
  color: #ff002e;
  font-size: 12px;
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--form .form-error {
    font-size: 16px;
  }
}

.dreamland-apply--glow {
  z-index: 0;
  position: absolute;
  top: -320px;
  left: 8px;
  width: 400px;
  height: 600px;
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--glow {
    top: -300px;
    left: -8px;
  }
}

.dreamland-apply--glow img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  opacity: .35;
}

.dreamland-apply--head {
  margin: 0 0 45px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--head {
    font-size: 36px;
    line-height: 38px;
  }
}

@media screen and (min-width: 48em) {
  .dreamland-apply--head br {
    display: none;
  }
}

.dreamland-apply--field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--field {
    margin-bottom: 31px;
  }
}

.dreamland-apply--row {
  gap: 10px;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--row {
    gap: 19px;
  }
}

.dreamland-apply--row .dreamland-apply--field {
  width: 50%;
}

.dreamland-apply--label {
  margin: 0 0 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--label {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 24px;
  }
}

.dreamland-apply--input {
  width: 100%;
  height: 43px;
  padding: 0 11px;
  border: 1px solid #6a6a6a;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--input {
    height: 50px;
    font-size: 20px;
    line-height: 23px;
  }
}

.dreamland-apply--input::-moz-placeholder {
  color: #6a6a6a;
}

.dreamland-apply--input::placeholder {
  color: #6a6a6a;
}

.dreamland-apply--input_choice {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 36px;
  background-image: url(/nimg/dreamland-chevron.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 11px 12px;
}

.dreamland-apply--switch {
  gap: 10px;
  display: flex;
  margin-bottom: 13px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--switch {
    gap: 19px;
  }
}

.dreamland-apply--toggle {
  gap: 8px;
  --i-color1: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 43px;
  border: 1px solid #6a6a6a;
  border-radius: 10px;
  background-color: transparent;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--toggle {
    height: 50px;
  }
}

.dreamland-apply--toggle span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--toggle span {
    font-size: 20px;
    line-height: 23px;
  }
}

.dreamland-apply--toggle.active {
  --i-color1: #000;
  border-color: #fba204;
  background-color: #fba204;
}

.dreamland-apply--toggle.active span {
  color: #000;
}

.dreamland-apply--dc {
  flex-shrink: 0;
  width: 26px;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--dc {
    width: 32px;
    height: 25px;
  }
}

.dreamland-apply--tg {
  flex-shrink: 0;
  width: 19px;
  height: 17px;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--tg {
    width: 27px;
    height: 23px;
  }
}

.dreamland-apply--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-bottom: 12px;
  border: 0;
  border-radius: 10px;
  background-color: #fba204;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--submit {
    height: 69px;
    font-size: 20px;
    line-height: 23px;
  }
}

.dreamland-apply--hint {
  margin: 0;
  color: #6a6a6a;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .dreamland-apply--hint {
    font-size: 16px;
    line-height: 19px;
  }
}
