<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Akshar&amp;family=Lato&amp;family=Nunito&amp;family=Nunito+Sans&amp;family=Open+Sans&amp;family=Poppins&amp;family=Roboto&amp;family=Roboto+Condensed&amp;family=Roboto+Flex:opsz@8..144&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10px;
}

.swal2-popup {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 500 !important;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  border: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

body {
  font-size: 16px;
  margin: auto;
  font-family: "Roboto", sans-serif;
}
body::-webkit-scrollbar {
  width: 0.45em;
}
body::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.6039215686);
  border-radius: 3em;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 128, 128, 0.8823529412);
}
body a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: orangered;
  cursor: pointer;
}
body a:hover {
  color: #772000;
}
body button {
  transition: all 0.5s ease-in-out;
}
body p::first-letter {
  text-transform: capitalize;
}
body .moderateWidth {
  margin: auto;
  width: 96.8%;
}
body .moderatePadding {
  padding: 0 1em !important;
}
body .linkHover {
  display: inline-block;
  position: relative;
}
body .linkHover:after {
  content: "";
  position: absolute;
  width: 40%;
  transform: scaleX(0);
  height: 0.12em;
  bottom: 0;
  left: 0.4em;
  background-color: #0087ca;
  transform-origin: left;
  transition: transform 0.35s ease-out;
  border-radius: 3em;
}
body .linkHover:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
body h1 {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.2em 0 0.5em;
  font-family: "Roboto Condensed", sans-serif;
}
body form .inputWrapper input::-ms-reveal, body form .inputWrapper input::-ms-clear {
  display: none !important;
}
body form .inputWrapper input[data-autocompleted] {
  background-color: transparent !important;
}
body form .inputWrapper input:disabled {
  pointer-events: none;
  color: rgba(197, 197, 197, 0.8235294118) !important;
}
body form .inputWrapper input:-moz-read-only {
  pointer-events: none;
}
body form .inputWrapper input:read-only {
  pointer-events: none;
}
body form .inputWrapper input[type=submit] {
  text-transform: uppercase !important;
  font-size: 0.98rem !important;
  font-family: "Roboto Condensed", sans-serif;
  padding: 1em 0 !important;
}
body form .inputWrapper input:-webkit-autofill, body form .inputWrapper textarea:-webkit-autofill, body form .inputWrapper select:-webkit-autofill {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
body form .inputWrapper input:-webkit-autofill:hover, body form .inputWrapper textarea:-webkit-autofill:hover, body form .inputWrapper select:-webkit-autofill:hover {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
body form .inputWrapper input:-webkit-autofill:focus, body form .inputWrapper textarea:-webkit-autofill:focus, body form .inputWrapper select:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
body form .inputWrapper input[data-autocompleted] {
  background-color: transparent !important;
}
body a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: #0065e9;
  cursor: pointer;
}
body a:hover {
  color: #0058cc;
}
body p::first-letter {
  text-transform: capitalize;
}
body .moderateWidth {
  margin: auto;
  width: 96.8%;
}
body .moderatePadding {
  padding: 0 1em !important;
}
body #pageHero {
  width: 100%;
  height: 90vh;
  position: relative;
}
body #pageHero h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.4em;
  width: 100%;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

#index #myPageHero {
  width: 100%;
  height: 100vh;
  position: relative;
}
#index #myPageHero .slideShow {
  display: flex;
  align-items: flex-start;
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#index #myPageHero .slideShow .slide img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118));
  backface-visibility: hidden;
  transform: scale(1.6) rotate(15deg);
  animation: slowFade 50s linear 0s infinite alternate;
}
#index #myPageHero .slideShow .slide:nth-child(3) img {
  animation-delay: 8s;
}
#index #myPageHero .slideShow .slide.slide:nth-child(2) img {
  animation-delay: 16s;
}
#index #myPageHero .slideShow .slide:nth-child(1) img {
  animation-delay: 4s;
}
#index #myPageHero #pageHeroContent {
  min-width: 100%;
}
#index #myPageHero #pageHeroContent .pageHeroContent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1024px;
  margin: auto;
  width: 100%;
}
#index #myPageHero #pageHeroContent .pageHeroContent h1 {
  color: #ffffff;
  font-size: 2.7rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0.4em 0.3em 0.2em;
  width: 100%;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#index #myPageHero #pageHeroContent .pageHeroContent .tagline {
  color: rgba(255, 255, 255, 0.9058823529);
  text-align: center;
  font-size: 0.92rem;
  font-family: "Poppins", sans-serif;
  padding: 0 1em;
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto;
  padding: 0 0.5em;
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a {
  padding: 0.98em 2em;
  font-size: 0.94rem;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 3em;
  color: #ffffff;
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a:nth-child(1) {
  margin: 0 1em 0 0;
  background: #1D2671; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a:last-child {
  border: 0.1em solid #ffffff;
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a:last-child:hover {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a:hover i {
  animation: wiggle 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a i {
  font-size: 0.9rem;
  margin: 0 0.2em 0 0;
  font-weight: 500;
}
#index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a:active {
  scale: 0.9;
}
#index #priceCharts {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/businessman-gea0935063_1920.jpg") no-repeat center/cover fixed;
}
#index #priceCharts .priceWrapper {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  padding: 2em 1em 3em;
}
#index #priceCharts .priceWrapper .cardsWrapper {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: auto;
}
#index #priceCharts .priceWrapper .cardsWrapper .cards {
  font-size: 2.4rem;
  padding: 2em 1.5em;
  width: 50%;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 0.5em 0.01em rgba(0, 0, 0, 0.8078431373);
  background: rgba(255, 255, 255, 0.0901960784);
  border-radius: 0.1em;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
#index #priceCharts .priceWrapper .cardsWrapper .cards:last-child {
  background: rgba(66, 19, 196, 0.0941176471);
}
#index #priceCharts .priceWrapper .cardsWrapper .cards i {
  font-size: 2.6rem;
}
#index #about {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/pexels-kostiantyn-stupak-599982.jpg") no-repeat center/cover fixed;
}
#index #about .aboutWrapper {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  text-align: center;
  padding: 2em 1em 2.5em;
}
#index #about .aboutWrapper h2 {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.45rem;
  padding: 0 0 0.4em;
}
#index #about .aboutWrapper .aboutText {
  font-size: 0.87rem;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8078431373);
  max-width: 820px;
  width: 100%;
  margin: 0 auto 1.5em;
}
#index #about .aboutWrapper a {
  padding: 0.94em 2em;
  font-size: 0.94rem;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 3em;
  color: #ffffff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #1D2671; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin: auto;
}
#index #about .aboutWrapper a:hover i {
  animation: wiggle 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#index #about .aboutWrapper a i {
  font-size: 0.9rem;
  margin: 0 0.2em 0 0;
  font-weight: 500;
}
#index #about .aboutWrapper a:active {
  scale: 0.9;
}
#index #features {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/bitcoin-g534c928a3_1920.jpg") no-repeat center/cover fixed;
}
#index #features .featuresWrapper {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  text-align: center;
  padding: 2em 1em 3em;
}
#index #features .featuresWrapper h2 {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.45rem;
  padding: 0 0 0.4em;
}
#index #features .featuresWrapper .featuresText {
  font-size: 0.87rem;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8078431373);
  max-width: 820px;
  width: 100%;
  margin: 0 auto 1.5em;
}
#index #features .featuresWrapper .cardsWrapper {
  display: flex;
  justify-content: space-evenly;
  width: 88%;
  padding: 0 1em 0;
  margin: 0 auto 2em;
}
#index #features .featuresWrapper .cardsWrapper .cards {
  width: 25%;
  background: rgba(255, 255, 255, 0.0470588235);
  padding: 2em 3em;
  margin: 0 1em 0 0;
  border-radius: 0.9em;
  box-shadow: 0.1em 0 1.4em 0 rgba(0, 0, 0, 0.8078431373);
  min-width: 230px;
}
#index #features .featuresWrapper .cardsWrapper .cards:last-child {
  margin-right: 0;
}
#index #features .featuresWrapper .cardsWrapper .cards h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  padding: 0.5em 0;
  font-size: 1.1rem;
}
#index #features .featuresWrapper .cardsWrapper .cards h4 {
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.3em 0 0;
  font-size: 1.03rem;
}
#index #features .featuresWrapper a {
  padding: 0.94em 2em;
  font-size: 0.94rem;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 3em;
  color: #ffffff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #1D2671; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin: auto;
}
#index #features .featuresWrapper a:hover i {
  animation: wiggle 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#index #features .featuresWrapper a i {
  font-size: 0.9rem;
  margin: 0 0.2em 0 0;
  font-weight: 500;
}
#index #features .featuresWrapper a:active {
  scale: 0.9;
}
#index #earn {
  background: linear-gradient(rgba(0, 0, 0, 0.8235294118), rgba(0, 0, 0, 0.7411764706)), url("../images/bitcoin-gad1022a62_1920.jpg") no-repeat center/cover fixed;
}
#index #earn .earnWrapper {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  text-align: center;
  padding: 2em 1em 3em;
}
#index #earn .earnWrapper h2 {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.45rem;
  padding: 0 0 0.4em;
}
#index #earn .earnWrapper .cardsWrapper {
  display: flex;
  justify-content: space-evenly;
  max-width: 1024px;
  padding: 0 0 0;
  margin: 0 auto;
}
#index #earn .earnWrapper .cardsWrapper .cards {
  width: 48%;
  padding: 2em 1em;
  margin: 0 1em 0 0;
  border-radius: 0.9em;
  min-width: 318px;
}
#index #earn .earnWrapper .cardsWrapper .cards:last-child {
  margin-right: 0;
}
#index #earn .earnWrapper .cardsWrapper .cards .imgWrapper {
  width: 75px;
  margin: auto;
}
#index #earn .earnWrapper .cardsWrapper .cards .imgWrapper img {
  width: 100%;
}
#index #earn .earnWrapper .cardsWrapper .cards h3 {
  color: #ffffff;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  padding: 0.5em 0 0.4em;
  font-size: 1.2rem;
}
#index #earn .earnWrapper .cardsWrapper .cards .earnText {
  color: rgba(255, 255, 255, 0.8549019608);
  font-weight: 500;
  font-family: "Roboto Flex", sans-serif;
  padding: 0.3em 0 0;
  font-size: 0.96rem;
  margin: 0 0 1.5em;
}
#index #earn .earnWrapper .cardsWrapper .cards a {
  padding: 0.93em 2em;
  font-size: 0.94rem;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 3em;
  color: #ffffff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #1D2671; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin: auto;
}
#index #earn .earnWrapper .cardsWrapper .cards a:hover i {
  animation: wiggle 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#index #earn .earnWrapper .cardsWrapper .cards a i {
  font-size: 0.9rem;
  margin: 0 0.2em 0 0;
  font-weight: 500;
}
#index #earn .earnWrapper .cardsWrapper .cards a:active {
  scale: 0.9;
}
#index #plans {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/stock-g786995761_1920.jpg") no-repeat center/cover fixed;
}
#index #plans .plansWrapper {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  text-align: center;
  padding: 2em 1em 3em;
}
#index #plans .plansWrapper h2 {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.45rem;
  padding: 0 0 0.4em;
}
#index #plans .plansWrapper .cardsWrapper {
  margin: 2em auto 2em;
  display: flex;
  justify-content: space-between;
  max-width: 920px;
}
#index #plans .plansWrapper .cardsWrapper .cards1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards {
  padding: 0.8em 0.8em 1em;
  width: 50%;
  max-width: 200px;
  margin: 0 1em 0 0;
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
  box-shadow: 0 0 0.5em 0.01em rgba(0, 0, 0, 0.8078431373);
  color: rgba(255, 255, 255, 0.8078431373);
  background: rgba(255, 255, 255, 0.0745098039);
  border-radius: 1em;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards:last-child {
  margin: 0;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .imgWrapper {
  background: rgba(0, 0, 0, 0.568627451);
  padding: 1.5em 1.5em;
  border-radius: 1em;
  margin: 0 0 0.4em;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .imgWrapper img {
  transition: all 0.5s ease-in-out;
  scale: 0.94;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .planName {
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  padding: 0.3em 0 0.2em;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .percentage {
  font-family: "Nunito", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  padding: 0.1em 0 0.3em;
  color: #c4c4c4;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .percentage span {
  font-size: 0.92rem;
  padding: 0.2em 0;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .amountStatus {
  display: flex;
  justify-content: space-between;
  padding: 0.4em 0.05em 0;
  border-bottom: 0.1em dashed #999999;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .amountStatus span {
  font-size: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #c4c4c4;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards .amountStatus span:first-child {
  font-size: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards:hover {
  background: rgba(60, 19, 173, 0.0549019608);
}
#index #plans .plansWrapper .cardsWrapper .cards1 .cards:hover .imgWrapper img {
  scale: 1.1;
}
#index #referrals {
  background: linear-gradient(rgba(0, 0, 0, 0.8235294118), rgba(0, 0, 0, 0.7411764706)), url("../images/man-gd19eb8b40_1920.jpg") no-repeat center/cover fixed;
}
#index #referrals .referralsWrapper {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  text-align: center;
  padding: 2em 1em 3em;
}
#index #referrals .referralsWrapper h2 {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.45rem;
  padding: 0 0 0.4em;
}
#index #referrals .referralsWrapper .referralsText {
  font-size: 0.87rem;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8078431373);
  max-width: 820px;
  width: 100%;
  margin: 0 auto 1.5em;
}
#index #referrals .referralsWrapper .cardsWrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  padding: 0 1em 0;
  margin: 0 auto 2em;
}
#index #referrals .referralsWrapper .cardsWrapper .cards {
  width: 50%;
  background: rgba(255, 255, 255, 0.0901960784);
  padding: 2.8em 3em;
  margin: 0 1em 0 0;
  border-radius: 0.9em;
  min-width: 300px;
}
#index #referrals .referralsWrapper .cardsWrapper .cards:last-child {
  margin-right: 0;
}
#index #referrals .referralsWrapper .cardsWrapper .cards h3 {
  color: #ffffff;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  padding: 0.5em 0;
  font-size: 1.1rem;
}
#index #referrals .referralsWrapper .cardsWrapper .cards h4 {
  color: rgba(255, 255, 255, 0.8078431373);
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.3em 0 0;
  font-size: 1rem;
}
#index #payments {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/coins-g7c3fdce9e_1920.jpg") no-repeat center/cover fixed;
}
#index #payments .paymentsWrapper {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  text-align: center;
  padding: 2.4em 1em 3em;
}
#index #payments .paymentsWrapper h2 {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.45rem;
  padding: 0 0 0.4em;
}
#index #payments .paymentsWrapper .cardsWrapper {
  display: flex;
  max-width: 620px;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1em auto 3em;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper {
  margin: 0 0.5em 0 0;
  border: 0.15em solid rgba(255, 255, 255, 0.8078431373);
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  width: 60px;
  height: 60px;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper:last-child {
  margin: 0;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper img {
  width: 100%;
  scale: 1.1;
  border-radius: 50%;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper:nth-child(2) img {
  scale: 0.62;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 0.3em 0.1em 0 0;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper:nth-child(4) img {
  scale: 0.6;
  display: flex;
  align-items: center;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper:nth-child(5) img {
  scale: 0.6;
  display: flex;
  align-items: center;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper:nth-child(6) img {
  scale: 0.65;
  display: flex;
  align-items: center;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper:nth-child(7) img {
  scale: 0.65;
  display: flex;
  align-items: center;
}
#index #payments .paymentsWrapper .cardsWrapper .imgWrapper:nth-child(8) img {
  scale: 0.65;
  display: flex;
  align-items: center;
  border-radius: none;
}
#index .mainAreaWrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.8235294118), rgba(0, 0, 0, 0.8156862745)), url("../images/pexels-pixabay-460672.jpg") no-repeat center/cover fixed;
}

@keyframes slowFade {
  25% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  40% {
    opacity: 0;
  }
}
.authSuccessMessage {
  color: green;
  padding: 0 0 0.8em;
  margin: 0em 0 0.15em;
  font-size: 1.1rem;
  font-family: "Roboto Condensed", sans-serif;
}

.authErrorMessage {
  color: red;
  padding: 0 0 0.8em;
  margin: 0em 0 0.15em;
  font-size: 1.1rem;
  font-family: "Roboto Condensed", sans-serif;
}

@keyframes wiggle {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@media all and (max-width: 1024px) {
  #index #earn .earnWrapper .cardsWrapper {
    flex-wrap: wrap;
  }
  #index #earn .earnWrapper .cardsWrapper .cards {
    width: 48%;
    min-width: 318px;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:nth-child(2) {
    margin-right: 0;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:last-child {
    margin: 0 0 0 1em;
  }
}
@media all and (max-width: 1000px) {
  #index #features .featuresWrapper .cardsWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1em 0;
    margin: 0 auto 2em;
  }
  #index #features .featuresWrapper .cardsWrapper .cards {
    width: 25%;
    flex-basis: 25%;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:last-child {
    margin: 1em 0 0 0;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:nth-child(3) {
    margin: 0 0;
  }
}
@media all and (max-width: 920px) {
  #index #priceCharts .priceWrapper .cardsWrapper {
    width: 100%;
  }
}
@media all and (max-width: 820px) {
  #index #plans .plansWrapper .cardsWrapper .cards1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards {
    width: 30%;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(3) {
    margin: 0;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards:last-child {
    margin: 1.5em 0 0;
  }
}
@media all and (max-width: 780px) {
  #index #features .featuresWrapper .cardsWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:nth-child(3), #index #features .featuresWrapper .cardsWrapper .cards:last-child {
    margin: 1em 0 0 0;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:nth-child(3) {
    margin: 1em 1em 0 0;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:nth-child(2) {
    margin: 0 0 0 0;
  }
}
@media all and (max-width: 768px) {
  #index #priceCharts .priceWrapper .cardsWrapper {
    flex-direction: column;
  }
  #index #priceCharts .priceWrapper .cardsWrapper .cards {
    font-size: 2rem;
    width: 100%;
  }
  #index #priceCharts .priceWrapper .cardsWrapper .cards:first-child {
    margin: 0 0 0.5em;
  }
  #index #priceCharts .priceWrapper .cardsWrapper .cards i {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 768px) {
  body i, body button, body a, body #navBtn, body div, body li, body input[type=submit] {
    cursor: default !important;
  }
  body #pageHero {
    width: 100%;
    height: 75vh;
    position: relative;
  }
}
@media all and (max-width: 720px) {
  #index #earn .earnWrapper .cardsWrapper {
    flex-wrap: wrap;
  }
  #index #earn .earnWrapper .cardsWrapper .cards {
    width: 48%;
    min-width: 318px;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:first-child {
    margin: 0;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:nth-child(2) {
    margin: 0 0 0;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:last-child {
    margin: 0 0 0;
  }
  #index #referrals .referralsWrapper .cardsWrapper {
    flex-direction: column;
    max-width: 300px;
    padding: 0;
  }
  #index #referrals .referralsWrapper .cardsWrapper .cards {
    width: 100%;
    padding: 3em 3em;
    margin: 0 0 0;
    min-width: unset;
  }
  #index #referrals .referralsWrapper .cardsWrapper .cards:last-child {
    margin-top: 1em;
  }
  #index #referrals .referralsWrapper .cardsWrapper .cards:first-child {
    margin-top: 1em;
  }
}
@media all and (max-width: 620px) {
  #index #plans .plansWrapper .cardsWrapper {
    margin-bottom: 0;
    margin-top: 1em;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards {
    width: 48%;
    max-width: 200px;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(2) {
    margin-right: 0;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(3), #index #plans .plansWrapper .cardsWrapper .cards1 .cards:last-child {
    margin: 1em 0 0;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(3) {
    margin-right: 1em;
  }
}
@media all and (max-width: 538px) {
  #index #features .featuresWrapper .cardsWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #index #features .featuresWrapper .cardsWrapper .cards {
    flex-basis: 100%;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:nth-child(2), #index #features .featuresWrapper .cardsWrapper .cards:nth-child(3), #index #features .featuresWrapper .cardsWrapper .cards:last-child {
    margin: 1em 0 0 0;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:nth-child(2), #index #features .featuresWrapper .cardsWrapper .cards:nth-child(3) {
    margin: 1em 1em 0 0 0;
  }
  #index #features .featuresWrapper .cardsWrapper .cards:nth-child(1) {
    margin: 0 0 0 0;
  }
}
@media all and (max-width: 434px) {
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards {
    width: 100%;
    max-width: 190px;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(1), #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(3) {
    margin-right: 0;
  }
  #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(1), #index #plans .plansWrapper .cardsWrapper .cards1 .cards:nth-child(2), #index #plans .plansWrapper .cardsWrapper .cards1 .cards:last-child {
    margin: 1em 0 0;
  }
}
@media all and (max-width: 368px) {
  #index #myPageHero #pageHeroContent .pageHeroContent h1 {
    font-size: 2.55rem;
  }
}
@media all and (max-width: 350px) {
  #index #earn .earnWrapper .cardsWrapper {
    flex-wrap: wrap;
  }
  #index #earn .earnWrapper .cardsWrapper .cards {
    width: 100%;
    min-width: unset;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:first-child {
    margin: 0;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:nth-child(2) {
    margin: 0 0 0;
  }
  #index #earn .earnWrapper .cardsWrapper .cards:last-child {
    margin: 0 0 0;
  }
}
@media all and (max-width: 340px) {
  #index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper {
    flex-direction: column;
  }
  #index #myPageHero #pageHeroContent .pageHeroContent .linksWrapper a:nth-child(1) {
    margin: 0 0 1em;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>