* {
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

body {
  font-family: 400;
  font-size: 20px;
  background-image: url('../assets/img/powerplay-background.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}

@media (max-width: 680px) {
  body {
    background-size: 250%;
    background-position: top center;
  }
}

::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

p.para {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #DCDCDC;
}

p.title {
  max-width: 553px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-transform:uppercase;
  color: #DCDCDC;
}

h5 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 45px 0 15px 0;
}

input[type="text"] {
  background-color: #DCDCDC;
  color: #393939;
  border-radius: 26px;
  border: 2px solid #FFF;
  padding: 13px 25px;
  outline: none;
  width: 328px;
  font-weight: 400;
  font-size: 14px;
  box-shadow: none;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.pp-logo img {
  max-width: 100%;
}

.pp-button {
  background-color: #00A80B;
  border-radius: 24px;
  font-size: 18px;
  height: 48px;
  padding: 13px 34px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

.pp-button:hover {
  background-color: #00c20d;
}

.container {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}

.pp-field input {
  transition: all 0.2s ease 0s;
}

.pp-field input:focus {
  border: 2px solid #00a80c;
}

.pp-field.submit {
  margin-top: 25px;
}

p.para, p.title {
  margin: 0px auto 20px;
}

p.para:last-child {
  margin-bottom: 46px;
}

.pp-logo {
  margin-top: 82px;
  margin-bottom: 24px;
}

.pp-image {
  max-width: 311px;
  margin: 0 auto 10px;
  position: relative;
}

.pp-image img {
  max-width: 100%;
  max-height: 235px;
}

.customer-support {
  max-width: 214px;
  margin: 0 auto;
}

.customer-support-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  ;
  margin-bottom: 17px;
}

.customer-support-head.affiliate-support-head {
  justify-content: flex-end;
}

.customer-support-head.affiliate-support-head img.closed {
  /* display: none; */
}

.customer-support-right-image {
  font-size: 0;
  position: relative;
}

.customer-support-right-image.support-right-space {
  margin-right: 41px;
}

.customer-support-right-image .sup-hours {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: -40px;
  font-size: 12px;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
}

.customer-support-right-image .sup-hours.sup-online {
  background: #00a80c;
}

.customer-support-right-image .sup-hours.sup-offline {
  background: #ba041f;
}

.support-img {
  position: relative;
  height: 70px;
  z-index: 2;
}

.customer-support-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  font-size: 12px;
  padding: 10px 15px;
  height: 36px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid #ba041f;
  border-radius: 29px;
  cursor: pointer;
  transition: background-color 0.2s ease 0s;
}

.customer-support-button:hover {
  background-color: #ba041f;
}

@media (max-width: 680px) {
  .pp-logo {
    margin-top: 25px;
    text-align: center;
  }

  .pp-logo img {
    max-width: 75%;
  }

  .pp-image img {
    max-width: 100%;
  }

  p.para {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  p.title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  h5 {
    font-size: 16px;
    margin-top: 25px;
  }

  .pp-content {
    padding: 0 10px;
  }

  .customer-support {
    margin-top: 20px;
  }

  .i-embedded-chat {
    width: 100% !important;
    height: 55% !important;
  }
}