@keyframes scale-2 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(0.7);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes wave {
  50% {
    transform: scale(0.9); } }
@-webkit-keyframes autofill {
  to {
    background: transparent; } }
@keyframes pulseorange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes pulsered {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0); } }
@keyframes pulsegreen {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0); } }
@keyframes pulseyellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(233, 236, 12, 0.925); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0); } }
@keyframes pulseDeepSkyBlue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(10, 163, 214, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(10, 163, 214, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(10, 163, 214, 0); } }
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*Remove Autofill Bg Color*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s; }

.mobile_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-image: radial-gradient(at center center, #000F30 0%, #000000 100%);
  z-index: 99999;
  text-align: center;
  padding-top: 100px;
  font-size: 35px;
  display: none;
  overflow: none; }
  .mobile_menu a {
    padding: 10px 0; }
  .mobile_menu .general_buttons {
    font-size: 35px;
    border: 2px solid #22EBFF;
    color: #22EBFF; }

.responsive_buttons {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.close_menu {
  float: right;
  margin-right: 100px;
  font-size: 65px; }

.country_arrow {
  bottom: 36px !important; }

.desktop {
  display: flex; }

.mobile_nav {
  display: none; }

.typage_subs {
  font-size: 19px; }

.followus {
  padding: 9px 0px;
  font-size: 18px; }

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

.media_querie_change {
  width: 50%; }

.gif_tons {
  max-width: 60%; }

.nav {
  padding: 0px 30px; }

.nav_topo {
  z-index: 99999;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: black;
  justify-content: center; }
  .nav_topo .logo {
    margin-top: 13px;
    height: 22px;
    cursor: pointer; }

.categories {
  width: 30%;
  margin-top: 0px; }
  .categories .subtitles {
    font-size: 13px; }
  .categories .second_subtitles {
    font-weight: 600; }

.reset_padding {
  padding-left: 15px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0; }

.offer {
  font-size: 11px;
  text-align: center;
  margin-top: 20px; }

.make_sure {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 0; }

.categories:nth-child(1),
.categories:nth-child(2) {
  margin-right: 5%; }

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa; }

/* Hide all steps by default: */
.tab {
  display: none; }

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  background-color: black;
  border: 2px solid #22EBFF;
  border-radius: 50%;
  display: inline-block; }

/* Mark the active step: */
.step.active {
  background-color: #22EBFF; }

.barra {
  position: absolute;
  background-color: #22EBFF;
  width: 100%;
  height: 3px;
  left: 0;
  top: 7px;
  z-index: -1; }

.million50 {
  object-fit: contain;
  max-height: 245px;
  position: absolute; }

.intro_text {
  font-size: 17px; }

.feedback {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-top: 20px; }
  .feedback img {
    vertical-align: middle;
    max-width: 50%;
    margin: 10px; }
  .feedback .slider_divs_comments {
    border: 2px solid #22EBFF;
    padding: 10px;
    font-size: 11px;
    margin: 10px 0; }

.margin_reg {
  margin-top: 55px; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px black inset !important;
  /*use inset box-shadow to cover background-color*/
  -webkit-text-fill-color: white !important;
  /*use text fill color to cover font color*/ }

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border-bottom: 2px solid #ffdddd; }
  input.invalid ~ .form__label {
    color: #ffdddd; }

select.invalid ~ .form__label__select {
  color: #ffdddd; }

.warning {
  font-size: 11px;
  color: #FFAAAA;
  padding-top: 5px;
  letter-spacing: 1px;
  visibility: hidden; }

.form__group {
  position: relative;
  padding: 15px 0 0 0;
  margin-top: 20px;
  width: 100%; }

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid white;
  outline: 0;
  font-size: 15px;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  outline: none; }
  .form__field::placeholder {
    color: transparent; }
  .form__field:placeholder-shown ~ .form__label {
    font-size: 15px;
    cursor: text;
    top: 20px; }

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 15px;
  color: #999999; }

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: #22EBFF;
  border-image-slice: 1;
  border-bottom: 2px solid #22EBFF; }
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 15px;
    color: #22EBFF;
    font-weight: 700; }

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none; }

.form__field__select {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid white !important;
  outline: 0;
  font-size: 15px;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  outline: none; }
  .form__field__select::placeholder {
    color: transparent; }
  .form__field__select:placeholder-shown ~ .form__label__select {
    font-size: 15px;
    cursor: text;
    top: 20px; }

.form__label__select {
  position: absolute;
  bottom: 25px;
  display: block;
  transition: 0.2s;
  font-size: 15px;
  color: #999999;
  font-weight: 0; }

.form__label__select2 {
  position: absolute;
  bottom: 40px;
  display: block;
  transition: 0.2s;
  font-size: 15px;
  color: #999999;
  font-weight: 0; }

.form__field__select:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: #22EBFF;
  border-image-slice: 1;
  border-bottom: 2px solid #22EBFF !important; }
  .form__field__select:focus ~ .form__label__select {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 15px;
    color: #22EBFF;
    font-weight: 700; }

/* reset input */
.form__field__select:required, .form__field__select:invalid {
  box-shadow: none; }

body {
  background-color: #000000;
  height: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  color: #ffffff;
  font-family: "Gotham", "Roboto", Arial, sans-serif;
  background-attachment: fixed;
  background-image: radial-gradient(at center center, #000F30 0%, #000000 100%); }

.bg_dots {
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center; }

html {
  height: 100%; }

#hide_footer {
  display: none;
  padding: 0;
  width: 100%;
  border-top: 1px solid rgba(34, 235, 255, 0.24);
  height: 50px;
  justify-content: center;
  margin-top: 50px; }

.arrows_multiple {
  position: absolute;
  bottom: 55px;
  right: 15px;
  z-index: -1;
  cursor: pointer; }

.video_frame {
  -webkit-box-shadow: 0px 0px 54px 7px rgba(59, 151, 156, 0.43);
  -moz-box-shadow: 0px 0px 54px 7px rgba(59, 151, 156, 0.43);
  box-shadow: 0px 0px 54px 7px rgba(59, 151, 156, 0.43);
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
  height: 75%; }

.links_site .underline {
  margin: 15px 10px;
  font-size: 13px;
  cursor: pointer; }
  .links_site .underline:hover {
    color: white;
    border-bottom: 3px solid #22EBFF; }
.links_site button {
  height: 35px;
  padding: 5px;
  min-width: 100px;
  width: 100px;
  margin-top: 8px;
  border: 2px solid #22EBFF;
  color: #22EBFF;
  margin-left: 15px; }
  .links_site button:active, .links_site button:focus {
    height: 35px;
    padding: 5px;
    min-width: 100px;
    width: 100px;
    margin-top: 8px;
    border: 2px solid #22EBFF;
    color: #22EBFF;
    margin-left: 15px; }
  .links_site button:hover {
    height: 35px;
    padding: 5px;
    min-width: 100px;
    width: 100px;
    margin-top: 8px;
    border: 2px solid #22EBFF;
    color: black;
    margin-left: 15px; }

.footer_info {
  padding-top: 30px;
  padding-bottom: 50px;
  justify-content: space-between; }
  .footer_info p {
    font-size: 0.8rem;
    margin: 0; }
  .footer_info a > p {
    border-bottom: 3px solid transparent; }
    .footer_info a > p:hover {
      border-bottom: 3px solid #22EBFF; }
  .footer_info a:hover {
    color: white; }
  .footer_info .mini_titles {
    color: #FFFFFF;
    font-size: 1rem;
    margin-bottom: 5px; }
  .footer_info .signature {
    font-size: 11px; }
  .footer_info .sm {
    max-width: 18px;
    margin: 10px 5px 0 0; }
  .footer_info .email {
    margin-bottom: 20px; }
  .footer_info input {
    margin-top: 20px;
    background: transparent;
    border: 2px solid white;
    border-radius: 3px;
    color: white;
    font-size: 13px;
    max-width: 200px;
    outline: none;
    width: 200px;
    font-family: "Gotham", "Roboto", Arial, sans-serif; }
  .footer_info input::-webkit-input-placeholder {
    /* Edge */
    color: white; }
  .footer_info input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  .footer_info input::placeholder {
    color: white; }
  .footer_info button {
    padding: 7px;
    min-width: 200px;
    width: 200px;
    margin-top: 50px;
    border: 2px solid #22EBFF;
    color: #22EBFF; }
    .footer_info button:active, .footer_info button:focus {
      padding: 7px;
      min-width: 200px;
      width: 200px;
      margin-top: 50px;
      border: 2px solid #22EBFF;
      color: #22EBFF; }
    .footer_info button:hover {
      padding: 7px;
      min-width: 200px;
      width: 200px;
      margin-top: 50px;
      border: 2px solid #22EBFF;
      color: black; }

.titulo {
  font-family: "Gotham-Black", "Roboto", Arial, sans-serif;
  font-weight: 900;
  font-size: 29px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #19D5FD;
  text-shadow: 0px 4px 20px rgba(25, 213, 253, 0.5);
  text-transform: uppercase; }

.subtitulo {
  font-family: "Gotham-Medium", "Roboto", Arial, sans-serif;
  font-size: 20px; }

.warning_news,
.warning_terms {
  font-size: 12px;
  margin-left: 10px;
  font-family: "Gotham-Medium", "Roboto", Arial, sans-serif; }
  .warning_news a,
  .warning_terms a {
    padding: 0 10px;
    font-size: 13px; }
    .warning_news a:hover,
    .warning_terms a:hover {
      color: #22EBFF; }

.toggle-password {
  color: #999999;
  cursor: pointer;
  float: right;
  margin-top: -30px; }
  .toggle-password img {
    width: 22px; }

.categories {
  border: 5px solid #22EBFF;
  text-align: center;
  padding: 0; }
  .categories div {
    padding: 10px 0; }
    .categories div span {
      font-family: "Gotham", "Roboto", Arial, sans-serif; }

.bg {
  background-color: rgba(153, 219, 244, 0.2); }

.slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%; }
  .slick-dots button {
    border-radius: 50%;
    border: none;
    width: 10px;
    height: 10px;
    font-size: 0;
    background-color: #22EBFF;
    margin: 40px 10px;
    outline: none; }

.highperformance img {
  max-width: 45px; }
.highperformance .desc_text {
  font-size: 11px;
  text-align: center;
  margin-top: 10px; }

.paragrafo {
  margin-bottom: 0;
  font-size: 30px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  line-height: 33px; }

button
.bg_profit:hover {
  color: white !important; }

.follow:hover {
  color: white !important; }

.general_buttons {
  background: linear-gradient(180deg, #CD98FA 0%, #8D2BF0 100%);
  box-shadow: 0px 4px 30px rgba(152, 51, 255, 0.8);
  border-radius: 50px;
  padding: 7px 20px;
  color: white;
  text-shadow: 0px 4px 20px white;
  border: none;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  min-width: 400px;
  font-family: "Gotham-Bold", "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: center; }
  .general_buttons:focus {
    background: linear-gradient(180deg, #CD98FA 0%, #8D2BF0 100%);
    box-shadow: 0px 4px 30px rgba(152, 51, 255, 0.8);
    border-radius: 50px;
    padding: 7px 20px;
    color: white;
    text-shadow: 0px 4px 20px white;
    border: none;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    min-width: 400px;
    font-family: "Gotham-Bold", "Roboto", Arial, sans-serif;
    text-transform: uppercase;
    outline: none; }

.general_buttons2 {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 2px;
  border: 2px solid white;
  background: transparent;
  color: white;
  cursor: pointer;
  min-width: 235px;
  font-family: "Gotham-Bold", "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  outline: none; }
  .general_buttons2:focus {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 2px;
    border: 2px solid white;
    background: transparent;
    color: white;
    cursor: pointer;
    min-width: 235px;
    font-family: "Gotham-Bold", "Roboto", Arial, sans-serif;
    text-transform: uppercase;
    outline: none; }
  .general_buttons2:hover {
    border: 2px solid #22EBFF;
    background-color: #22EBFF;
    color: black; }
  .general_buttons2 a {
    padding: 0 10px;
    font-size: 13px; }
    .general_buttons2 a:hover {
      color: white; }

.goback {
  color: #22EBFF !important;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
  font-family: "Gotham-Bold", "Roboto", Arial, sans-serif;
  margin-top: 60px; }
  .goback:hover {
    color: white; }

/* width */
::-webkit-scrollbar {
  width: 3px; }

/* Track */
::-webkit-scrollbar-track {
  background: white; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 3px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #707070; }

#account_type {
  font-size: 16px;
  font-weight: 0 !important;
  font-family: "Gotham", "Roboto", Arial, sans-serif; }

@keyframes click-wave {
  0% {
    height: 15px;
    width: 15px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 70px;
    width: 70px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0; } }
.label_radio {
  font-family: "Gotham", "Roboto", Arial, sans-serif; }

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 4.33333px;
  right: 0;
  bottom: 0;
  left: 10px;
  height: 15px;
  width: 15px;
  transition: all 0.15s ease-out 0s;
  background: transparent;
  border: 3px solid white;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000; }

.option-input:checked {
  background: white; }

.option-input:checked::before {
  height: 15px;
  width: 15px;
  position: absolute;
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px; }

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: white;
  content: '';
  display: block;
  position: relative;
  z-index: 100; }

.option-input.radio {
  border-radius: 50%; }

.option-input.radio::after {
  border-radius: 50%; }

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer; }
  .cbx:hover span {
    border-color: #aaa; }
  .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    border-color: white;
    background: white;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    width: 18px;
    height: 18px;
    transform: scale(1);
    vertical-align: middle;
    border: 2px solid white;
    transition: all 0.2s ease; }
    .cbx span:before {
      content: "";
      width: 100%;
      height: 100%;
      background: white;
      display: block;
      transform: scale(0);
      opacity: 1;
      border-radius: 50%; }
    .cbx span span:last-child {
      padding-left: 8px; }
    .cbx span svg {
      width: 12px;
      height: 10px;
      position: absolute;
      top: 1px;
      left: 1px;
      fill: none;
      stroke: black;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 16px;
      stroke-dashoffset: 16px;
      transition: all 0.3s ease;
      transition-delay: 0.1s;
      transform: translate3d(0, 0, 0); }

.inp-cbx:checked + .cbx span {
  background: white;
  border-color: white;
  animation: wave 0.4s ease; }

.inp-cbx:checked + .cbx span svg {
  stroke-dashoffset: 0; }

.inp-cbx:checked + .cbx span:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px !important; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border-bottom: 2px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  color: black;
  outline: none;
  font-weight: 0;
  font-size: 12px;
  height: 30px;
  overflow: none;
  width: 100% !important;
  border-radius: 0;
  font-family: 'Gotham-Light', 'Roboto', Arial, sans-serif;
  padding-left: 5px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Gotham", "Roboto", Arial, sans-serif;
  outline: none; }

.select2-container,
.select2 .select2-container .select2-container--default,
.select2 .select2-container .select2-container--default .select2-container--focus,
.select2-container--default {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: black;
  font-size: 12px;
  background-color: #E3E2E2;
  font-family: 'Gotham-Light', 'Roboto', Arial, sans-serif; }

.select2-container--default .select2-results > .select2-results__options {
  color: black;
  font-weight: 0;
  font-size: 12px;
  font-family: "Gotham", "Roboto", Arial, sans-serif; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  border-radius: 0;
  background-color: #22EBFF;
  font-size: 13px;
  color: black;
  font-weight: 700;
  font-family: "Gotham", "Roboto", Arial, sans-serif;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
  font-size: 13px;
  font-weight: 0;
  font-family: 'Gotham-Light', 'Roboto', Arial, sans-serif;
  padding-left: 0;
  font-weight: 600; }

.select2-container--open .select2-dropdown--above {
  border-bottom: 2px solid #22EBFF; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #19191B;
  color: #22EBFF;
  font-family: "Gotham-Bold", "Roboto", Arial, sans-serif;
  font-size: 13px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid white;
  outline: 0; }

.profitimg {
  max-height: 150px;
  object-fit: contain;
  float: right; }

.sendmessage {
  font-weight: 400;
  padding-right: 15px;
  font-size: 15px;
  border-radius: 2px;
  border: 2px solid white;
  background: transparent;
  color: white;
  cursor: pointer;
  min-width: 235px;
  font-family: "Gotham-Bold", "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  margin-left: 15px;
  margin-top: 0px; }
  .sendmessage a:hover {
    color: #22EBFF; }
  .sendmessage i {
    font-size: 20px;
    margin: 10px 0 0 10px; }
  .sendmessage i:hover {
    color: #22EBFF; }
  .sendmessage .sendusamessage {
    padding: 0 15px !important;
    margin: 10px 0 0 20px;
    font-size: 17px; }

#telegram_copied {
  font-size: 18px;
  margin-top: 9px;
  position: absolute;
  background-color: black;
  color: white;
  font-weight: 600;
  display: none;
  padding: 5px 10px;
  top: -25px; }

.warningindividual {
  padding-left: 0;
  font-size: 13px;
  visibility: hidden;
  color: #999;
  margin-bottom: 0; }

.pay_method {
  display: flex;
  justify-content: flex-end;
  padding-right: 0; }
  .pay_method img {
    max-height: 35px;
    margin: 0 20px 0 0; }

.center_reg {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/*# sourceMappingURL=register.css.map */
