.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.landingpage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(122deg, #6935ec, #4a30cc);
  font-family: Graphik, Arial, sans-serif;
}

.landingpage_content {
  width: 640px;
  grid-row-gap: 30px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 49px 40px 90px 100px;
  grid-template-rows: 49px 40px 90px 100px;
}

.landingpage_slogan {
  margin-bottom: 30px;
  color: #ffea90;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1.4px;
}

.landingpage_text {
  margin-bottom: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.56px;
}

.landingpage_kiipo {
  position: absolute;
  left: auto;
  top: auto;
  right: 100px;
  bottom: 60px;
}

.landingpage_form {
  padding-right: 5px;
  padding-left: 5px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.63px;
}

.landingpage_form:focus {
  border-bottom-color: #ffea90;
}

.landingpage_form::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.landingpage_form:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.landingpage_form::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.landingpage_form::placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.landingpage_subscribe_btn {
  width: 120px;
  height: 40px;
  margin-top: 20px;
  border-radius: 2px;
  background-color: #ffea90;
  color: #363636;
  font-weight: 500;
  letter-spacing: 0.49px;
}

.success-message {
  padding-top: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.landingpage_smassege {
  grid-column-gap: 10px;
  -ms-grid-columns: 24px auto;
  grid-template-columns: 24px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success_content {
  color: #ffea90;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.63px;
}

.error-message {
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.landingpage_lona {
  margin-bottom: 40px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lona---a-kiipo-company {
  display: none;
}

@media screen and (max-width: 767px) {
  .landingpage {
    height: auto;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 42px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .landingpage_content {
    width: 320px;
  }

  .landingpage_slogan {
    margin-bottom: 13px;
    font-size: 32px;
    line-height: 49px;
    letter-spacing: 1.12px;
  }

  .landingpage_text {
    margin-bottom: 50px;
    line-height: 28px;
    font-weight: 400;
  }

  .landingpage_kiipo {
    position: static;
    display: none;
  }

  .landingpage_form {
    font-size: 16px;
    letter-spacing: 0.56px;
  }

  .landingpage_lona {
    margin-bottom: 20px;
  }

  .div-block {
    margin-top: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .lona---a-kiipo-company {
    display: block;
    color: hsla(0, 0%, 100%, 0.6);
    line-height: 28px;
    letter-spacing: 0.49px;
    text-decoration: none;
  }
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-700-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-400-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-500-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-600-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-300-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}