@import url("https://nx.betuscdn.com/cdn/libs/css/fonts.css");
@font-face {
  font-family: Roboto;
  src: url("https://nx.betuscdn.com/cdn/libs/webfonts/Roboto-Regular.eot") format("eot"), url("https://nx.betuscdn.com/cdn/libs/webfonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
.font-nexaBold {
  font-family: Nexa-bold, Roboto;
}
.font-nexaHeavy {
  font-family: Nexa-heavy, Roboto;
}
.font-nexaRegular {
  font-family: Nexa-regular, Roboto;
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 16px;
  height: 100%;
}
#bodyQuickJoin {
  height: 100%;
}
#bodyQuickJoin .field-form-group {
  margin-bottom: 28px;
}
#bodyQuickJoin .captcha-red-button-border .cf-turnstile-wrapper {
  background-color: #ec0100;
  border-radius: 8px;
}
#bodyQuickJoin .captcha-red-button-border .captcha-error-message {
  width: 100%;
  max-width: 300px;
}
.main-wrapper {
  background: radial-gradient(50% 50% at 50% 50%, #1B3C72 0%, #091A36 100%);
  width: 100%;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
}
.quick-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 58px 0 30px 0;
  display: flex;
  box-sizing: border-box;
  flex-flow: column;
}
#quickJoinWizardContainer {
  width: 100%;
  max-width: 490px;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.quick-header {
  margin: 0 auto;
  max-width: 654px;
  width: 100%;
  position: relative;
}
.quick-header .header-logo {
  text-align: center;
}
.quick-header .back-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}
.quick-header .back-btn img {
  margin-right: 5px;
  vertical-align: middle;
}
.quick-header .back-btn a {
  cursor: pointer;
}
.quick-header .back-btn i {
  font-style: normal;
}
.quick-header .go-back button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 16px;
}
.quick-header .go-back button:focus {
  background: transparent;
}
.quick-header .go-back i {
  background: url(../../img/quickJoin/back-arrow.svg) no-repeat;
  background-position: center left !important;
  padding-left: 25px;
}
.quick-header .close-btn i {
  background: url(../../img/quickJoin/exit-white.svg) no-repeat;
  background-position: center left !important;
  padding-left: 25px;
  color: transparent;
}
.join-view-promo-text {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  color: #DDE3ED;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  height: 42px;
  font-family: Kommissar-Condensed;
}
.main-form-wrapper {
  width: 100%;
  height: auto;
  max-width: 654px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 22px auto 50px auto;
  padding: 43px 0 40px 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.quick-footer {
  display: flex;
  max-width: 1004px;
  margin: 0 auto;
  width: 100%;
}
.quick-footer .section {
  flex-grow: 1;
}
.quick-footer .section img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  vertical-align: sub;
}
.quick-footer .section p {
  font-family: Nexa-bold, Roboto;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  display: inline-block;
}
.display-none {
  display: none;
}
.quick-join-loader {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  flex-direction: column;
  z-index: 3;
  bottom: 0;
  top: 0;
  border-radius: 20px;
}
.quick-join-loader .loader-msg {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 28px;
  color: #0e2857;
  font-weight: 400;
  font-style: normal;
}
.quick-join-loader img {
  margin-top: 50px;
}
.quick-join-loader.display-none {
  display: none;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@media screen and (max-width: 480px) {
  .join-view-promo-text {
    color: #7393CE;
    font-size: 24px;
    margin-top: 10px;
    border-top: 0.25px solid #C1C9D9;
    border-bottom: 0.25px solid #C1C9D9;
    background: #F2F5F9;
    height: 30px;
    line-height: 28px;
  }
  .main-wrapper {
    background: #FFFFFF;
  }
  .quick-footer {
    display: none;
  }
  .quick-wrapper {
    padding: 22px 0;
  }
  .main-form-wrapper {
    margin: 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
  }
  .go-back i {
    background: url(../../img/quickJoin/back-arow-black-icon.svg) no-repeat !important;
    margin-left: 30px;
    color: transparent;
  }
  .close-btn i {
    background: url(../../img/quickJoin/exit-black.svg) no-repeat !important;
    margin-left: 30px;
    color: transparent;
  }
  .quick-join-loader {
    width: 100%;
    height: 100%;
  }
  #quickJoinWizardContainer {
    overflow-x: hidden;
  }
  .quick-header .header-logo img {
    height: 32px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .quick-wrapper {
    padding: 40px 0;
  }
}
.cloudflare-captcha {
  margin-top: 40px;
}
