@font-face {
  font-family: 'BebasKai';
  src: url("../fonts/BebasKai.eot");
  src: url("../fonts/BebasKai.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasKai.woff") format("woff"), url("../fonts/BebasKai.ttf") format("truetype"), url("../fonts/BebasKai.svg#BebasKai") format("svg");
  font-weight: normal;
  font-style: normal;
}

.section-congrats-hero {
  background-color: #13111a;
  padding-bottom: 60px;
  background-image: url("../images/hero_bg_congrats.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 100vh;
}

.section-congrats-hero .logo-hero {
  margin-top: 54px;
  margin-bottom: 50px;
}

.section-congrats-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #ffdc6f;
  margin-bottom: 40px;
  line-height: normal;
  letter-spacing: 1px;
}


@media (min-width: 768px) {
  .section-congrats-hero h1 {
    font-size: 36px;
  }
}

.section-congrats-hero p.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.33;
}

.content-media--video {
  position: relative;
  margin-top: 55px;
}

.button-sign-up {
  font-family: 'BebasKai';
  font-size: 22px;
  font-weight: normal;
  line-height: 1.66;
  color: #8f5b00;
  display: block;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 20px 25px;
  /* border-bottom: 4px solid #d39d3f; */
  background-color: #ffdc6f;
  margin-top: 35px;
  letter-spacing:1px;

  -webkit-box-shadow: 0 4px 0 0 #d39d3f;
  box-shadow: 0 4px 0 0 #d39d3f;
  border: 0;
  transition: all 250ms linear;
}

@media (min-width: 768px) {
  .button-sign-up {
    font-size: 19px;
  }
}

.button-sign-up:hover {
  color: #8f5b00;
  text-decoration: none;
  /* border-color: #be8d3a; */
  background-color: #e8c56c;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: .9;
}
.button_p{
  max-width:none !important;
  margin-top: 40px !important;
}
.email-msg{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #776ca6;
  margin-top: 35px;
  margin-bottom: 0;
}
.email-msg img{
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.floating-text{
  position: absolute;
  font-family: 'Caveat', cursive;
  font-size: 24px;
  font-weight: normal;
  color: #ffdc6f;
  right: -50px;
  top: -60px;
}
.floating-text span{
  transform: rotate(5deg);
  display: inline-block;
}
.floating-text img{
  position: absolute;
  top: 30px;
  right: -30px;
}