html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ol, ul {
    list-style: none;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
button, label {
  cursor: pointer;
}
body {
  background: #F9D055;
  font-family: sans-serif;
}
.none {
  display: none!important;
  opacity: 0;
}
body .hidden {
  height: 0;
  opacity: 0;
}
body .hidden *{
  height: 0;
  opacity: 0;
  width: 0;
}
body fieldset {
  box-shadow: 0 8px 10px #E9B035;
}
body.error {
  background: #f04000;
}
body.error fieldset {
  box-shadow: 0 8px 10px #bd3200;
}
ul.items {
  display: none;
  position: absolute;
  width: 30px;
  height: auto;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
ul.items li {
  width: 8px;
  height: 8px;
  margin: 10px 0;
  background: white;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
}
ul.items li.active {
  opacity: 1;
}
form, form fieldset {
  width: 900px;
  height: 80vh;
}
form{
  max-width: 95%;
}
form fieldset {
  max-width: 95vw;
}
form fieldset:last-of-type {
  width: 300px;
  height: 60px;
  transform: translate(-50%, -50%)!important;
  top: 50%;
  left: 50%;
}
form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form fieldset {
  position: absolute;
  background: white;
  border-radius: 3px;
  opacity: 0;
  transform: scale(0.2);
  transition: all 0.4s ease-in-out;
}
form fieldset input, form fieldset p {
  display: inline-block;
  width: 200px;
  margin-left: 0px;
  color: #333333;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #bbb;
  font-weight: 300;
}
form fieldset p {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
form fieldset input {
  height: 40px;
  margin-top: 10px;
  border: none;
  outline: none;
}

form fieldset:last-of-type {
  background: transparent;
}
form fieldset:last-of-type .email-heading {
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #E9B035;
  color: #fff;
  font-weight: bold;
}
form fieldset:last-of-type  {
  box-shadow: none;
}
form fieldset:last-of-type .email-content {
  background: #fff;
  height: 60px;
  position: relative;
  box-shadow: 2px 2px 2px #E9B035;
}
form fieldset:last-of-type input{
  margin-left: 50px;
}
form fieldset .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  transition: all 0.4s ease;
}
form fieldset .icon i {
  position: absolute;
  display: block;
}
form fieldset .icon i::before, form fieldset .icon i::after {
  position: absolute;
  content: "";
}
form fieldset .icon.left {
  left: 10px;
}
form fieldset .icon.right {
  right: 10px;
  cursor: pointer;
}
form fieldset .icon.button:hover {
  background: #f2f2f2;
  border-radius: 3px;
  transition: all 0.4s ease;
}
form fieldset.enable {
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease-out 0.2s;
  transform: scale(1);
  animation: enable 0.5s ease-out 0.2s;
}
form fieldset.enable#end {
  height: auto;
}
form fieldset.disable {
  opacity: 0;
  transition: all 0.3s ease-in;
  transform: translateY(120px) scale(0.9);
}
body.error fieldset {
  transform-origin: 50% 100%;
  animation: error 0.3s ease-out;
}
@keyframes enable {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes error {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(3deg);
  }
}
/**
 * Icons in CSS, long as f****
 */
.icon .arrow {
  width: 2px;
  height: 17px;
  top: 5px;
  left: 14px;
  background: #333333;
}
.icon .arrow::before {
  width: 6px;
  height: 6px;
  bottom: -1px;
  left: -3px;
  border-color: #333333;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}
.icon .user {
  width: 20px;
  height: 10px;
  bottom: 5px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 6px 6px 3px 3px;
}
.icon .user::before {
  width: 10px;
  height: 10px;
  top: -9px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 50%;
}
.icon .letter {
  width: 20px;
  height: 12px;
  top: 9px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 3px;
}
.icon .letter::before, .icon .letter::after {
  width: 11px;
  height: 2px;
  top: 4px;
  background: #333333;
}
.icon .letter::before {
  left: 0;
  transform: rotate(30deg);
}
.icon .letter::after {
  right: 0;
  transform: rotate(-30deg);
}
.icon .lock {
  width: 20px;
  height: 16px;
  top: 9px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 3px;
}
.icon .lock::before {
  width: 8px;
  height: 8px;
  top: -4px;
  left: 4px;
  border: 2px solid transparent;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.icon .lock::after {
  width: 6px;
  height: 7px;
  top: 4px;
  left: 7px;
  box-shadow: 0 0 0 2px #333333 inset;
}
.icon .heart {
  width: 10px;
  height: 10px;
  top: 11px;
  left: 7px;
  background: #ff5233;
  transform: rotate(45deg);
}
.icon .heart::before, .icon .heart::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5233;
}
.icon .heart::before {
  left: -6px;
}
.icon .heart::after {
  top: -6px;
}
.heading3-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #F9D055;
  font-size: 1.6rem;
}
.step-wrapper {
  display: flex;
  /*height: 100%;*/
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.step-wrapper label{
  text-align: center;
  width: 47%;
}
.step-wrapper label:first-of-type{
  margin-right: 3%;
}
.step-wrapper label img{
  width: 100%;
}
.step {
  display: none;
}
.gyoshu-wrapper > div{
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gyoshu-wrapper > div > *{
  width: 100%;
  margin: 50px 0;
}
.gyoshu-wrapper .step-wrapper label{
  width: auto;
  display: inline-block;
}
.gyoshu-wrapper .step-wrapper label:first-of-type{
  margin-right: 10%;
}
.new-radio {
  cursor: pointer;
  line-height: 2.5;
  padding: 0 20px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid #fff;
  box-shadow: 0px 0px 4px #888;
  color: #555;
}
.new-radio .selected-maru {
  display: none;
}
.new-radio .maru {
  transition: 0.5s;
  color: #aaa;
}
.gyoshu-wrapper input:checked ~ .new-radio,
.gyoshu-wrapper input:hover ~ .new-radio{
  border: 2px solid #F9D055;
  box-shadow: 0px 0px 4px #D9C035;
}
.gyoshu-wrapper input:checked ~ .new-radio .maru{
  display: none;
}
.gyoshu-wrapper input:hover ~ .new-radio .maru{
  color: #F9D055;
}
.gyoshu-wrapper input:checked ~ .new-radio .selected-maru{
  display: inline-block;
  color: #F9D055;
}
.other-wrapper * {
  transition: 0.3s;
}
.other-wrapper {
  transition: 0.3s;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.other-wrapper label{
  margin-right: 20px;
  margin-bottom: 20px;
}
.gyoshu-wrapper .button-wrapper {
  margin-bottom: 0;
}
.gyoshu-wrapper .button-wrapper:first-of-type {
}
.back-button {
  position: absolute;
  left: 30px;
  bottom: 25px;
  line-height: 2;
  background: #ccc;
  color: #fff;
  padding: 0 20px;
  border-radius: 50px;
  border: none;
}
.loading-splash {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: #F9D055;
  z-index: 999;
  transition: opacity .2s .75s ease-in-out;
}
.loading-splash.loaded {
  opacity: 0;
}

.container-umbel-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}

.umbel-logo {
  width: 60px;
  height: 90px;
  fill: #fff;  
}

.umbel-logo .dot.animated {
  -webkit-animation: hop .3s ease-in alternate 2;
  transform-origin: center center;
}

.umbel-logo .dot-second.animated {
  -webkit-animation-delay: .15s;
}

.umbel-logo .dot-third.animated {
  -webkit-animation-delay: .3s;
}

.umbel-logo .u.animated {
  -webkit-animation: duck .5s ease-in-out 2 alternate;
  transform-origin: center center;
}

.loading-text {
  margin-top: 0;
  color: #fff;
  font-family: 'proxima-nova-2', Arial, sans-serif;
}

.loading-text .letter {
  display: inline-block;
  transition: transform .5s linear,
              opacity   .5s linear;
  opacity: 0;
  transform: rotate3d(.1, 1, 0, 90deg)
             translate3d(0, 15%, 0);
}

.loading-text .letter.visible {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 90deg)
             translate3d(0, 0, 0);
}

@-webkit-keyframes hop {
  0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
 100% { transform: scale3d(1.2, 1.2, 1) translate3d(0, -80%, 0); }
}

@-webkit-keyframes duck {
  0% { transform:  translate3d(0, 0, 0); }
 100% { transform: translate3d(0, 10%, 0); }

