@import url("https://fonts.googleapis.com/css?family=K2D:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i");
body {
  background: #4b0441;
  background: #101012;
  background: linear-gradient(348deg, rgba(16, 16, 18, 0.0200281) 0%, black 0%, #862052 100%);
  font-family: 'K2D', sans-serif;
  color: #222;
  font-size: 1.3rem;
  min-height: 100vh;
  margin: 20px auto;
  width: 66%; }
  @media only screen and (max-width: 768px) {
    body {
      width: 100%; } }

.logo-wrap {
  margin: 0 auto;
  width: 200px; }

.logo {
  width: 200px; }

h2 {
  color: #222;
  text-align: left;
  letter-spacing: -2px; }

#mc_embed_signup_scroll {
  background: #fff;
  padding: 10px 30px 30px 30px; }
  #mc_embed_signup_scroll .mc-field-group {
    padding-right: 20px; }
    #mc_embed_signup_scroll .mc-field-group label {
      width: 100%;
      display: block;
      padding: 10px 0 5px 0px; }
    #mc_embed_signup_scroll .mc-field-group input {
      padding: 10px;
      width: 100%;
      display: block;
      border: 2px solid #333;
      border-radius: 4px; }
  #mc_embed_signup_scroll .form {
    width: 60%;
    margin: 100px auto; }
  #mc_embed_signup_scroll .btn {
    margin-top: 20px;
    background: #222;
    color: #fff;
    font-size: 1em;
    padding: 10px 50px; }

a {
  color: #862052;
  text-decoration: underline; }
  a:hover {
    color: #fff; }

.mail-wrap {
  width: 90%;
  margin: 30px auto;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.mail-btn {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-decoration: none;
  width: 240px;
  text-align: center;
  font-size: .8em; }
  .mail-btn:hover {
    color: #862052;
    border: 2px solid #862052; }

.intro {
  background: #000;
  padding: 40px;
  opacity: .7;
  margin: 20px 0; }
  @media only screen and (max-width: 480px) {
    .intro {
      padding: 20px; } }

h1 {
  margin: 0px;
  padding: 0;
  color: #fff;
  font-size: 1.3em; }

p {
  color: #fff;
  opacity: 1 !important;
  margin: 0px; }

.social-wrap {
  margin: 5px auto;
  width: 230px; }

.social {
  width: 230px; }
  .social a {
    color: #fff;
    padding: 5px;
    font-size: 1.7em; }
    .social a:hover {
      color: #862052; }

.PopupWraper .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .PopupWraper .box {
      width: 90%;
      padding: 5px; } }

.PopupWraper .indicates-required {
  font-size: .6em; }

.PopupWraper .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out; }

.PopupWraper .button:hover {
  background: #862052; }

.PopupWraper .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; }

.PopupWraper .overlay:target {
  visibility: visible;
  opacity: 1; }

.PopupWraper .popup {
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out; }

.PopupWraper .popup h2 {
  margin-top: 0;
  color: #333; }
  @media screen and (max-width: 768px) {
    .PopupWraper .popup h2 {
      font-size: 1.4em; } }
  @media screen and (max-width: 480px) {
    .PopupWraper .popup h2 {
      font-size: 1em;
      padding: 0px;
      margin: 2px 0px; } }

.PopupWraper .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333; }
  @media screen and (max-width: 480px) {
    .PopupWraper .popup .close {
      top: 10px;
      right: 15px; } }

.PopupWraper .popup .close:hover {
  color: #862052; }

.PopupWraper .popup .content {
  max-height: 30%;
  overflow-y: auto; }

@media screen and (max-width: 480px) {
  .PopupWraper label {
    font-size: .8em;
    padding: 0px; } }

@media screen and (max-width: 768px) {
  .PopupWraper .box {
    width: 70%; }
  .PopupWraper .popup {
    width: 90%;
    padding: 10px; } }

.PopupWraper #mc_embed_signup_scroll {
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .PopupWraper #mc_embed_signup_scroll {
      padding: 10px; } }
  @media screen and (max-width: 480px) {
    .PopupWraper #mc_embed_signup_scroll {
      padding: 10px;
      overflow-y: auto; } }

.PopupWraper #mc_embed_signup_scroll .btn:hover {
  background: #862052; }
