@font-face {
  font-family: Bankgothic Md Bt;
  src: url('../fonts/BankGothic-Md-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #000;
  font-family: Bankgothic Md Bt, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.glow {
  z-index: 10;
  opacity: .87;
  filter: blur(210px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19%;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
}

.wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.gradient-half {
  filter: brightness(157%);
  width: 50%;
  height: 42rem;
}

.main-message {
  text-align: center;
  text-transform: capitalize;
  cursor: default;
  font-family: Great Vibes, cursive;
  font-size: 33px;
  line-height: 1.2;
}

.html-embed-14 {
  width: 100%;
  height: 100%;
}

.main-message-wrapper {
  z-index: 15;
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  height: 19%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 45% 0% 0%;
}

.css {
  display: none;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.logo {
  width: 150px;
  height: 150px;
}

.linear-grad {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 50%;
  padding-top: 80px;
  display: flex;
}

.radial-blur {
  z-index: 3;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .main-message-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main-message {
    font-size: 20px;
  }

  .main-message-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Bankgothic Md Bt';
  src: url('../fonts/BankGothic-Md-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}