img:not(.full-width) {
  max-width: 100%;
  margin: 20px 0;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #373737;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}


header {
  display: flex;
  flex-direction: column;
}

header .header .content {
  margin: 2em 0 3em 0;
}

.advertorial {
    width: 100%;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 4px 0;
    color: #ddd;
    z-index: 100;
}

@media screen and (min-width: 992px) {
  header .header .content {
    margin: 3em 0 0em;
  }
}

header .header h1 {
  font-size: 30px;
  font-weight: 700;
  color: #292744;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 411px) {
  header .header h1 {
    font-size: 41px;
  }
}

@media screen and (min-width: 768px) {
  header .header h1 {
    font-size: 46px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  header .header h1 {
    font-size: 57px;
  }
}

@media screen and (min-width: 1400px) {
  header .header h1 {
    font-size: 62.1257px;
  }
}

header .header p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #313131;
  line-height: 1.4em;
  text-align: center;
}

@media screen and (min-width: 411px) {
  header .header p {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  header .header p {
    font-size: 17px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  header .header p {
    font-size: 23px;
  }
}

@media screen and (min-width: 1400px) {
  header .header p {
    font-size: 25px;
  }
}

header .header .purple {
  color: #5057f5;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 411px) {
  header .header .purple {
    font-size: 21px;
  }
}

@media screen and (min-width: 768px) {
  header .header .purple {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  header .header .purple {
    font-size: 20px;
  }
}

@media screen and (min-width: 1400px) {
  header .header .purple {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  header .coins {
    margin-left: -20%;
  }
}

@media screen and (min-width: 992px) {
  header .coins {
    margin-left: -12%;
  }
}

@media screen and (min-width: 1200px) {
  header .coins {
    margin-left: -6%;
  }
}

@media screen and (min-width: 1400px) {
  header .coins {
    margin-left: -10%;
  }
}

header .right {
  display: none;
}

@media screen and (min-width: 1400px) {
  header .right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 375px;
    height: 615px;
  }
}

@media screen and (min-width: 1600px) {
  header .right {
    width: 450px;
    height: 700px;
  }
}

@media screen and (min-width: 1800px) {
  header .right {
    width: 530px;
    height: 700px;
  }
}

main .btc-section {
  margin-top: 50px;
  margin-bottom: 30px;
}

main .btc-section .box {
  background: #f5f5f5;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 0px 10px 15px 10px;
}

@media screen and (max-width: 991px) {
  main .btc-section .box {
    display: block;
    margin: 0 auto;
  }
}

main .btc-section .box p {
  font-size: 18px;
  font-weight: 500;
}

main .btc-section .box p .green {
  color: #10c200;
}

@media screen and (min-width: 992px) {
  main .btc-section .box p {
    font-size: 21px;
  }
}

main .btc-section .box .percent {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 411px) {
  main .btc-section .box .percent {
    font-size: 15px;
  }
}

main .btc-section .line {
  border-top: 1px solid #c9c9c9;
}

main .btc-section .cta-mini {
  background: #f7931a;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 24px;
  max-width: 139px;
}

@media screen and (min-width: 411px) {
  main .btc-section .cta-mini {
    padding: 8px 30px;
  }
}

@media screen and (min-width: 992px) {
  main .btc-section .cta-mini {
    padding: 8px 35px;
  }
}

main .white-section {
  background-color: #fff;
  padding: 3em 0;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 575px) {
  main .white-section .col-md-2 {
    padding: 0 2em;
  }
}

@media screen and (min-width: 576px) {
  main .white-section {
    margin-top: 0;
  }
}

main .white-section h3 {
  color: #313131;
  font-weight: 600;
  margin-bottom: 3em;
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  main .white-section h3 {
    font-size: 30px;
  }
}

main .white-section img {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

main .white-section p {
  color: #292744;
  text-align: center;
  font-size: 18px;
}

main .gray-section {
  background-color: #f1f1f1;
  padding: 3em 0;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
  padding-bottom: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 575px) {
  main .gray-section .col-md-2 {
    padding: 0 2em;
  }
}

@media screen and (min-width: 576px) {
  main .gray-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  main .gray-section {
    padding: 3em 0;
  }
}

@media screen and (min-width: 768px) {
  main .gray-section .container {
    padding-bottom: 215px;
  }
}

@media screen and (min-width: 992px) {
  main .gray-section .container {
    padding-bottom: 0;
  }
}

main .gray-section h3 {
  color: #313131;
  font-weight: 600;
  margin-bottom: 3em;
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  main .gray-section h3 {
    font-size: 30px;
  }
}

main .gray-section img {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

main .gray-section p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #292744;
}

main .gray-section .line {
  border-top: 1px solid #c9c9c9;
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  main .gray-section .first {
    margin-left: 100px;
  }
}

@media screen and (min-width: 992px) {
  main .gray-section .last {
    margin-right: 100px;
  }
}

main .gray-section .austronaut-desktop {
  position: absolute;
  bottom: 0;
  right: -100px;
  margin-bottom: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  main .gray-section .austronaut-desktop {
    right: 10%;
    display: block;
  }
}

@media screen and (min-width: 850px) {
  main .gray-section .austronaut-desktop {
    right: 14%;
  }
}

@media screen and (min-width: 992px) {
  main .gray-section .austronaut-desktop {
    right: -100px;
  }
}

@media screen and (min-width: 1400px) {
  main .gray-section .austronaut-desktop {
    right: 0;
  }
}

@media screen and (min-width: 1920px) {
  main .gray-section .austronaut-desktop {
    right: 10%;
  }
}

.cta-btn {
  padding: 15px 10px;
  color: #fff;
  border: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin: auto;
  margin-bottom: 1em;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 15.6622px;
  background: #f7931a;
  border-radius: 100px;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
  .cta-btn {
    padding: 15px 20px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .cta-btn {
    font-size: 24px;
    padding: 15px 50px;
    width: 555px;
  }
}

.cta-btn:hover {
  transition: 0.1s all linear;
  transform: scale(1.03);
	text-decoration: none;
}

footer {
  background: #f5f5f5;
  padding: 30px 0;
  text-align: center;
  color: #979797;
}

footer .nav-row a {
  color: #979797 !important;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  footer .nav-row a {
    display: inline-block;
  }
}

footer div.disclaimer > div {
  font-family: 'Roboto', sans-serif;
  line-height: 23px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #979797;
}

footer div.disclaimer > div a {
  color: #979797;
  text-decoration: underline;
}

.lp-action {
  cursor: pointer;
}

.form-container {
  margin: 0px auto;
  max-width: 325px;
  z-index: 10;
}

.form-container#desktopForm .close-popUpForm {
  display: none;
}

@media screen and (min-width: 768px) {
  .form-container {
    box-shadow: none;
    position: absolute;
    top: 68px;
    right: 25px;
  }
}

@media screen and (min-width: 992px) {
  .form-container {
    top: 80px;
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .form-container {
    right: 15%;
  }
}

@media screen and (min-width: 1400px) {
  .form-container {
    right: 27%;
  }
}

@media screen and (min-width: 1600px) {
  .form-container {
    right: 29%;
  }
}

@media screen and (min-width: 1800px) {
  .form-container {
    right: 31%;
  }
}

@media screen and (min-width: 2200px) {
  .form-container {
    right: 33%;
  }
}

.form-container #mainForm {
  background: #fff;
  border-radius: 0px;
  margin: 0px auto;
  background: url('https://cms-res.com/wp-content/uploads/2024/10/ge_opera_es/images/img-phone.png') no-repeat;
  background-size: 100% 100%;
}

.form-container h2 {
  font-size: 20px;
  text-align: center;
  color: #5057f5;
  font-weight: bold;
  padding: 15px 0px 10px 0 !important;
  margin: 0;
}

.user-inputs {
  padding: 15px;
}

.form-wrapper {
  /* Custom checkbox */
}

.form-wrapper .form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-wrapper .form-control {
  background: #f5f5f5;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 0px;
  color: #464646;
}

.form-wrapper .form-control:focus {
  border: 1px solid #5057f5;
  box-shadow: none;
}

.form-wrapper .form-control[readonly] {
  background: #f5f5f5;
  border: 1px solid #c9c9c9;
  color: #464646;
}

.form-wrapper .form-control-lg {
  border-radius: 4px;
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  min-width: 243px;
  padding-left: 15px;
}

.form-wrapper .cfd {
  color: #424242;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}

.form-wrapper .reg-btn {
  border: 0;
  border-radius: 100px;
  background: #f7931a;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 10px;
  white-space: normal;
  width: 100%;
}

.form-wrapper .reg-btn:hover {
  transition: 0.1s all linear;
  transform: scale(1.03);
}

.form-wrapper .form-group label {
  color: #464646;
  position: absolute;
  z-index: 200;
  left: 15px;
  top: 13px;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  font-size: 14px;
  margin: 0;
}

.form-wrapper .selected.form-group label {
  top: -16px;
  left: 0px;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  font-size: 12px;
}

.form-wrapper .selected.form-group label[for='mobile'] {
  left: 0;
}

.form-wrapper .active.form-group label {
  top: -8px;
  left: 13px;
  background-color: #fff;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  font-size: 12px;
}

.form-wrapper .active.form-group label[for='mobile'] {
  left: 0;
}

.form-wrapper .form-group label[for='mobile'],
.form-wrapper .form-group label[for='mobile_1'] {
  left: calc(34% + 15px);
}

.form-wrapper .form-group.selected label[for='mobile'],
.form-wrapper .form-group.selected label[for='mobile_1'] {
  left: calc(34% + 15px);
}

.form-wrapper .form-group.selected label,
.form-wrapper .form-group.active label {
  font-size: 13px;
  transition: 0.1s all;
  top: -8px;
  left: 8px;
  background-color: #fff;
  padding: 0 7px;
}

.form-wrapper .form-group.selected .form-control {
  background-color: #fff;
  border: 1px solid #5057f5;
  box-shadow: none;
}

.form-wrapper .form-group.active > .form-control {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #5057f5;
}

.form-wrapper .form-control.custom-select {
  color: #464646;
  border-radius: 4px;
}

.form-wrapper .form-control:focus {
  box-shadow: none;
  border: none;
}

.form-wrapper .custom-select-lg {
  border-radius: 0;
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 15px;
}

.form-wrapper .nxreg-sign-up-phone-number-wrapper label {
  left: 60px;
}

.form-wrapper .invalid-feedback {
  margin-top: 0;
  font-size: 14px;
}

.form-wrapper .custom-control {
  padding-left: 5px;
}

.form-wrapper .check-box {
  margin-top: 10px;
}

.form-wrapper .custom-checkbox .checkbox-terms {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  padding-left: 47px;
  color: #424242;
  line-height: 140%;
  text-align: left;
  /* or 17px */
}

.form-wrapper .custom-checkbox .checkbox-terms a {
  color: #424242;
  font-weight: 300;
  text-decoration: underline;
}

.form-wrapper input:checked + .switch .slider::after {
  content: '';
  color: #fff;
  left: 20%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-wrapper input:focus + .switch .slider {
  -webkit-box-shadow: 0 0 1px #008dde;
  box-shadow: 0 0 1px #008dde;
}

.form-wrapper input:checked + .switch .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.form-wrapper .slider.round {
  -webkit-border-radius: 34px;
  border-radius: 34px;
}

.form-wrapper .slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form-wrapper .switch {
  position: relative !important;
  top: 30px !important;
  left: 0 !important;
  display: inline-block;
  width: 38px;
  height: 18px;
  margin: 0;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 5px;
}

.form-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #696969;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form-wrapper .slider:before {
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form-wrapper input:checked + .switch .slider {
  background-color: #f7931a;
}

.form-wrapper input:checked + .switch .slider::before {
  background-color: #fff;
}

.form-wrapper #msgContainer {
  color: red;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
}

.form-wrapper #msgContainer a {
  color: red;
  text-decoration: underline;
}

.iti__country-list {
  font-size: 14px;
}

.iti--container {
  z-index: 9999;
}

/* Thank you msg */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  color: #585858;
  display: none;
}

.overlay .container {
  height: 100%;
}

.overlay .container .thank-you-msg {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  border-radius: 25px;
  padding: 35px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .overlay .container .thank-you-msg {
    padding: 35px;
    text-align: left;
  }
}

.overlay .container .thank-you-msg .img-wrapp {
  padding: 0;
}

.overlay .container .thank-you-msg .img-wrapp img {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg .img-wrapp img {
    width: 150px;
  }
}

@media screen and (min-width: 992px) {
  .overlay .container .thank-you-msg .img-wrapp img {
    width: 180px;
  }
}

.overlay .container .thank-you-msg h3 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  color: #06a2e4;
  font-weight: 700;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg h3 {
    font-size: 30px;
  }
}

.overlay .container .thank-you-msg p {
  font-family: 'Roboto', sans-serif;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg p {
    font-size: 20px;
  }
}

.overlay .container .thank-you-msg .confirm {
  background: #06a2e4;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 80px;
  font-weight: 100;
  text-shadow: none;
  opacity: 9;
  line-height: 1.5em;
}

@media screen and (min-width: 576px) {
  .overlay .container .thank-you-msg .confirm {
    padding: 10px 100px;
  }
}

.overlay .container .thank-you-msg .confirm:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* RESPONS CARD */
#msgContainer {
  color: red;
}

.respond-card {
  padding: 0 35px;
  background: #fff;
}

.card-respond-wrapper {
  text-align: center;
  padding-top: 50px;
}

.respond-header {
  font-size: 20px;
  padding: 12px 0px !important;
}

.respond-body {
  display: inline-block;
  padding: 15px !important;
  font-size: 18px;
  border-style: groove;
}

.card-body {
  padding: 0 !important;
  word-break: break-all !important;
}

.respond-btn {
  width: 100% !important;
  max-width: 360px !important;
  display: inline-block !important;
  background: #00d1ff !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: white !important;
  margin: 20px 0 !important;
  color: white !important;
  text-transform: uppercase !important;
  padding: 10px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: 0.3s all ease-in-out !important;
  transform-origin: 50% 50% 50% !important;
  backface-visibility: hidden !important;
}

@media (min-width: 992px) {
  .respond-card {
    min-height: 480px;
  }
}

/* END RESPONS CARD */
.focusForm {
  animation: focusForm 0.7s ease-in-out 2;
}

@keyframes focusForm {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

.overlay-1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(53, 59, 66, 0.9);
  padding: 15px;
  display: none;
  text-align: center;
  z-index: 9999;
  overflow: auto;
}

.overlay-1 .form-container,
.overlay-1 .form-wrapper {
  max-width: none;
}

.overlay-1 .form-container .invalid-feedback,
.overlay-1 .form-wrapper .invalid-feedback {
  text-align: left;
}

.open-popUpForm {
  cursor: pointer;
}

.form-container-popUp {
  position: relative;
  margin: 0 auto;
  right: 0;
}

.close-popUpForm {
  border-radius: 50%;
  border: none;
  font-size: 0;
  line-height: 0;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 25px;
  height: 30px;
  width: 30px;
  z-index: 2;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.close-popUpForm img {
  margin: 0;
}

.close-popUpForm:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: white;
  background-color: #5057f5;
}
