.thank-you-page {
  background: url("../images/bg-tips-16-full.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0 bottom 0;
}

.thank-you-page .ty-wrapper {
  max-width: 1040px;
  padding: 0 35px 100px;
  margin: auto;
  position: relative;
}

.thank-you-page .ty-wrapper > div {
  padding-top: 20%;
}

.thank-you-page .ty-wrapper .ty-img {
  position: relative;
  text-align: center;
}

.thank-you-page .ty-wrapper .ty-img .g-ty {
  width: 100%;
}

.thank-you-page .ty-wrapper .ty-img .ty-mbl {
  display: none;
}

.thank-you-page .ty-wrapper .ty-img .ty-panggang {
  position: absolute;
  right: 0;
  bottom: 0;
}

.thank-you-page .ty-wrapper .ty-desc {
  font-family: "Nunito Sans - Light", "Nunito Sans";
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  text-align: center;
  width: 70%;
  margin: 25px auto 45px;
}

.thank-you-page .ty-wrapper a {
  text-decoration: none;
}

.thank-you-page .ty-wrapper a .ty-btn {
  margin: 40px auto 0;
  border: 1px solid #e62332;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 13px 10px;
  color: #ffffff;
  font-family: "Nunito Sans - Light", "Nunito Sans";
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  z-index: 1;
  border-left: 10px solid #e62332;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e62332), color-stop(50%, transparent));
  background: linear-gradient(to right, #e62332 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background .5s ease-out;
  transition: background .5s ease-out;
}

.thank-you-page .ty-wrapper a .ty-btn:hover {
  background-position: top left;
}

@media (max-width: 768px) {
  .thank-you-page .ty-wrapper > div {
    padding-top: 200px;
  }
  .thank-you-page .ty-wrapper .ty-img .g-ty {
    display: none;
  }
  .thank-you-page .ty-wrapper .ty-img .ty-mbl {
    display: block;
    margin: auto;
  }
  .thank-you-page .ty-wrapper .ty-desc {
    font-size: 15px;
    width: 70%;
    line-height: 1.6;
  }
  .thank-you-page .ty-wrapper a .ty-btn {
    font-size: 13px;
  }
}

@media (min-width: 1049px) {
  .thank-you-page {
    background-size: 175%;
  }
}
/*# sourceMappingURL=thank-you.css.map */