.notFound .error {
  height: 100%;
  min-height: 450px;
  font-size: 32px;
  font-weight: 500;
  color: #5d7399;
  padding-top: 0;
  overflow: hidden;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.notFound .error .content {
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #d2e1ec;
  background-image: -webkit-linear-gradient(top, #bbcfe1 0%, #e8f2f6 80%);
  background-image: linear-gradient(to bottom, #bbcfe1 0%, #e8f2f6 80%);
  overflow: hidden;
  padding-bottom: 310px;
}

.notFound .error h1 {
  font-size: 24px;
  line-height: 1.5;
}

.notFound .error .snow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 20;
}

.notFound .button {
  background: #6e6f70;
  padding: 0.3rem 1.5rem;
  color: #4285f4 !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50rem;
  text-decoration: none;
  font-size: 1rem;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.notFound .error .main-text {
  padding: 10vh 20px 0;
  text-align: center;
  line-height: 2em;
  font-size: 5vh;
}

.notFound .error .ground {
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f6f9fa;
  box-shadow: 0 0 10px 10px #f6f9fa;
}

.notFound .error .ground:before,
.notFound .error .ground:after {
  content: '';
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -62.5px;
  z-index: -1;
  background: transparent;
  -webkit-transform: scaleX(0.2) rotate(45deg);
  transform: scaleX(0.2) rotate(45deg);
}

.notFound .error .ground:after {
  left: 50%;
  margin-left: -166.66667px;
  box-shadow: -315px 285px 15px #7e90b0, -640px 560px 15px #b4bed1, -920px 880px 15px #b0bccf, -1185px 1215px 15px #aab6cb, -1485px 1515px 15px #a1aec6, -1835px 1765px 15px #aab6cb,
    -2120px 2080px 15px #a4b1c8, -2350px 2450px 15px #8193b2, -2685px 2715px 15px #8798b6, -2955px 3045px 15px #8496b4, -3335px 3265px 15px #8496b4, -3620px 3580px 15px #bac4d5,
    -3895px 3905px 15px #9aa9c2, -4175px 4225px 15px #8193b2, -4460px 4540px 15px #bac4d5, -4785px 4815px 15px #b4bed1;
}

.notFound .error .ground:before {
  right: 50%;
  margin-right: -166.66667px;
  box-shadow: 285px -315px 15px #7e90b0, 590px -610px 15px #97a6c0, 855px -945px 15px #8a9bb8, 1185px -1215px 15px #bac4d5, 1465px -1535px 15px #a7b4c9, 1825px -1775px 15px #adb9cd,
    2060px -2140px 15px #7e90b0, 2400px -2400px 15px #aab6cb, 2675px -2725px 15px #9aa9c2, 3030px -2970px 15px #94a3be, 3285px -3315px 15px #8193b2, 3650px -3550px 15px #aab6cb,
    3950px -3850px 15px #adb9cd, 4250px -4150px 15px #a1aec6, 4540px -4460px 15px #9dabc4, 4755px -4845px 15px #a7b4c9;
}

.notFound .error .mound {
  font-weight: 800;
  font-size: 180px;
  text-align: center;
  color: #dd4040;
  pointer-events: none;
  margin-top: -70px;
}

.notFound .error .mound_text_sub {
  margin-top: -135px;
}

.notFound .error .mound:before {
  content: '';
  display: block;
  width: 600px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50px;
  z-index: 1;
  border-radius: 100%;
  background-color: #e8f2f6;
  background-image: -webkit-linear-gradient(top, #dee8f1, #f6f9fa 60px);
  background-image: linear-gradient(to bottom, #dee8f1, #f6f9fa 60px);
}

.notFound .error .mound:after {
  content: '';
  display: block;
  width: 28px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 68px;
  z-index: 2;
  background: #dd4040;
  border-radius: 100%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  box-shadow: -56px 12px 0 1px #dd4040, -126px 6px 0 2px #dd4040, -196px 24px 0 3px #dd4040;
}

.notFound .error .mound_text {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  font-weight: 600;
  font-family: Dosis, sans-serif;
}

.notFound .error .mound_spade {
  display: block;
  width: 35px;
  height: 30px;
  position: absolute;
  right: 50%;
  top: 38%;
  margin-right: -250px;
  z-index: 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  background: #dd4040;
}

.notFound .error .subtext {
  font-size: 16px;
  margin: 0 auto;
}

.notFound .error .mound_spade:before,
.notFound .error .mound_spade:after {
  content: '';
  display: block;
  position: absolute;
}

.notFound .error .mound_spade:before {
  width: 40%;
  height: 30px;
  bottom: 98%;
  left: 50%;
  margin-left: -20%;
  background: #dd4040;
}

.notFound .error .mound_spade:after {
  width: 100%;
  height: 30px;
  top: -55px;
  left: 0;
  box-sizing: border-box;
  border: 10px solid #dd4040;
  border-radius: 4px 4px 20px 20px;
}

.notFound .error .subtextsub {
  padding: 0 36%;
}

.notFound .shadow-custom {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .notFound .error .subtext {
    font-size: 12px;
    line-height: 1.5;
  }

  .notFound .error h1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .notFound .error .mound {
    margin-top: -20px;
  }

  .notFound .error .mound_text {
    font-size: 60%;
  }

  .notFound .error .mound_spade {
    left: 70%;
  }

  .notFound .error .subtextsub {
    padding: 0 20px;
  }

  .notFound .error .mound_text_sub {
    margin-top: -62px;
  }

  .notFound .error .content {
    padding-bottom: 190px;
  }
}
