@font-face {
  font-family: 'Nimbus';
  src: url("fonts/Nimbus-Sans.ttf"); }

@font-face {
  font-family: 'Nimbus Bold';
  src: url("fonts/Nimbus-Sans-Bold-Extended.ttf"); }

@font-face {
  font-family: 'Nimbus Black';
  src: url("fonts/Nimbus-Sans-Black-Extended.ttf"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  background-image: url("bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left; }

.bodyText p {
  margin: 0; }

.podcast-wrapper {
  padding: 0 30px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.podcast-content {
  max-width: 900px;
  margin-right: 50px;
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff; }

.podcast-right {
  width: 280px;
  padding-top: 100px;
  padding-bottom: 80px; }
  .podcast-right img {
    max-width: 100%;
    -webkit-animation: reveal forwards 0.6s ease-in-out;
    animation: reveal forwards 0.6s ease-in-out; }
    .podcast-right img:first-of-type {
      margin-bottom: 150px; }

.logo {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  margin-bottom: 80px;
  -webkit-animation: reveal forwards 0.6s ease-in-out;
  animation: reveal forwards 0.6s ease-in-out; }
  .logo img {
    width: 190px;
    margin-bottom: 23px;
    display: block; }

.soon {
  font-family: 'Nimbus Black', sans-serif;
  font-size: 34px;
  line-height: 36px;
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  display: inline-block; }

.logo-name {
  font-size: 35px;
  line-height: 41px;
  font-weight: 700;
  margin: 0; }
  .logo-name span {
    color: #B16EFF;
    margin: 0 10px; }
    .logo-name span.orange {
      color: #FE5E50;
      text-transform: uppercase;
      margin: 0; }
  .logo-name small {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8); }

.title {
  font-family: 'Nimbus Bold', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 35px;
  opacity: 0;
  -webkit-animation: reveal forwards 0.6s 0.3s ease-in-out;
  animation: reveal forwards 0.6s 0.3s ease-in-out; }

p {
  font-family: 'Nimbus', sans-serif;
  margin: 0 0 60px;
  font-size: 24px;
  line-height: 30px;
  max-width: 630px;
  opacity: 0;
  -webkit-animation: reveal forwards 0.6s 0.35s ease-in-out;
  animation: reveal forwards 0.6s 0.35s ease-in-out; }

.af-form-wrapper {
  opacity: 0;
  -webkit-animation: reveal forwards 0.6s 0.6s ease-in-out;
  animation: reveal forwards 0.6s 0.6s ease-in-out; }

.form-input {
  background-color: #fff;
  color: #000;
  font-family: 'Nimbus Bold', sans-serif;
  font-size: 24px;
  line-height: 26px;
  padding: 20px 20px 20px 25px;
  font-weight: 700;
  margin-right: 20px;
  border: none;
  outline: none;
  width: 500px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px; }
  .form-input._has_error {
    background-color: #FFB2B2; }

.btn {
  background-color: #000;
  font-family: 'Nimbus Black', sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  padding: 19.5px 40px;
  width: 500px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative; }
  .btn:before {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#F93625), to(#9036F9));
    background-image: -webkit-linear-gradient(left, #F93625, #9036F9);
    background-image: -o-linear-gradient(left, #F93625, #9036F9);
    background-image: linear-gradient(to right, #F93625, #9036F9);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-radius: 10px;
    z-index: -1; }
  .btn:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
    .btn:hover:before {
      opacity: 1; }

.podcast-bg {
  position: absolute;
  width: 920px;
  right: -20px;
  bottom: -300px;
  pointer-events: none;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -webkit-animation: reveal forwards 0.3s 0.6s ease-in-out;
  animation: reveal forwards 0.3s 0.6s ease-in-out; }

._error {
  position: absolute;
  bottom: -30px; }

._error-inner {
  margin-top: 10px; }

.podcast-horia {
  position: absolute;
  width: 1100px;
  right: -30px;
  bottom: 0; }

._form-thank-you {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700; }

.cu-horia-mobile {
  display: none; }

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (max-height: 780px) {
  body, html {
    overflow-y: visible; }
  body {
    min-height: 100vh;
    padding-bottom: 60px; }
  .podcast-bg {
    position: fixed;
    right: -250px;
    bottom: -200px;
    width: 700px; }
  .podcast-content {
    height: auto; } }

@media screen and (max-width: 1100px) and (max-height: 815px) {
  body, html {
    overflow-y: visible; }
  body {
    min-height: 100vh;
    padding-bottom: 60px; }
  .podcast-content {
    height: auto; }
  .podcast-bg {
    position: fixed;
    right: -250px;
    bottom: -200px;
    width: 700px; } }

@media screen and (max-width: 1600px) {
  .podcast-horia {
    width: 65vw; } }

@media screen and (max-width: 1400px) {
  .podcast-bg {
    right: -270px;
    bottom: -400px; }
  .podcast-right {
    min-width: 260px; }
  .podcast-horia {
    width: 62vw;
    right: -70px; }
  .podcast-content {
    padding-bottom: 30px; } }

@media screen and (max-width: 1200px) {
  .podcast-horia {
    width: 60vw;
    right: -90px; } }

@media screen and (max-width: 1100px) {
  .logo img {
    width: 125px;
    margin-bottom: 15px; }
  .soon {
    font-size: 22px;
    line-height: 24px; }
  .logo {
    margin-bottom: 50px; }
  .title {
    font-size: 28px;
    line-height: 32px;
    max-width: 520px; }
  p {
    font-size: 16px;
    line-height: 22px;
    max-width: 400px; }
  .form-input {
    font-size: 18px;
    line-height: 20px;
    padding: 14px 20px;
    margin-bottom: 15px;
    width: 340px; }
  .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 16px 20px 12px;
    width: 340px; }
  .podcast-right {
    min-width: 200px; }
  .podcast-right img:first-of-type {
    margin-bottom: 80px; }
  .podcast-content {
    padding-bottom: 50px; } }

@media screen and (max-width: 750px) {
  .podcast-right {
    display: none; }
  .cu-horia-mobile {
    display: block;
    position: absolute;
    right: 30px;
    top: 50px;
    max-width: 130px; }
  .podcast-content {
    padding-top: 50px;
    padding-bottom: 10px; }
  .podcast-horia {
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 530px; } }

@media screen and (max-width: 600px) {
  body {
    background-position: 30% 100%; } }

@media screen and (max-width: 450px) {
  .podcast-content {
    max-width: 100%; }
  .podcast-horia {
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .btn {
    font-size: 16px; }
  .form-input {
    font-size: 16px; } }

.body-thanks {
  min-height: 100vh; }
