* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.nav-menu .ham-menu {
  display: none;
}

.transition, .faq-p, .faq-wrapper .faq-box i:before, .faq-wrapper .faq-box i:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, .faq-wrapper .faq-box {
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both;
}

button {
  outline: none;
}

.nav-menu {
  -webkit-box-shadow: 5px 10px 18px #cecece;
          box-shadow: 5px 10px 18px #cecece;
  height: 13vh;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  opacity: .9;
  z-index: 10;
}

.nav-menu .nav-wrapper {
  width: 84%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto auto;
  z-index: 10;
}

.nav-menu .nav-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-menu .nav-wrapper .logo img {
  height: 88px;
  width: 88px;
}

.nav-menu .nav-wrapper .logo h3 {
  font-weight: 900;
  color: #26312c;
}

.nav-menu .nav-wrapper .menu_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.nav-menu .nav-wrapper .menu_links a {
  color: black;
}

.nav-menu .nav-wrapper .menu_links a li {
  font-size: 18px;
  list-style: none;
  font-weight: light;
}

.nav-menu .nav-wrapper .menu_links .cta button {
  height: 46px;
  width: 159px;
  border-radius: 20px;
  border: none;
  background: transparent;
  background-color: #73DCA8;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.menu {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  background-color: #73DCA8;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  will-change: transform;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  list-style: none;
  z-index: 10;
}

.menu .close-btn {
  font-size: 44px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: .4em;
  outline: none;
}

.menu .links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .links li {
  margin: 1.5em;
}

.menu .links li a {
  font-size: 28px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: white;
}

.menu .links li a:hover {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-size: 40px;
  color: #ff4a77;
}

.menu .links li .dropbtn {
  color: white;
  font-size: 22px;
}

.menu .links li .dropbtn:hover {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #ff4a77;
}

.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.lock-scroll {
  overflow: hidden;
}

.ham-hide {
  display: none;
}

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  color: black;
  font-family: Poppins;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #ececec;
}

.fanClub_container .head_wrapper {
  height: 100vh;
  -webkit-box-shadow: 5px 10px 18px #f1f1f1;
          box-shadow: 5px 10px 18px #f1f1f1;
  line-height: 140%;
}

.fanClub_container .head_wrapper .nav-menu {
  height: 10vh;
  width: 84%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 10px 18px #f1f1f1;
          box-shadow: 5px 10px 18px #f1f1f1;
}

.fanClub_container .head_wrapper .nav-menu .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fanClub_container .head_wrapper .nav-menu .logo img {
  height: 88px;
  width: 88px;
}

.fanClub_container .head_wrapper .nav-menu .logo h3 {
  font-weight: 900;
  color: #26312c;
}

.fanClub_container .head_wrapper .nav-menu .menu_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.fanClub_container .head_wrapper .nav-menu .menu_links a {
  color: black;
}

.fanClub_container .head_wrapper .nav-menu .menu_links a li {
  font-size: 18px;
  list-style: none;
  font-weight: light;
}

.fanClub_container .head_wrapper .nav-menu .menu_links .cta button {
  height: 46px;
  width: 159px;
  border-radius: 20px;
  border: none;
  background: transparent;
  background-color: #73DCA8;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.fanClub_container .head_wrapper .banner_section {
  height: 90vh;
  margin-top: 3.5em;
}

.fanClub_container .head_wrapper .banner_section .hero-section {
  width: 84%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 {
  padding-bottom: 10em;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 .heading {
  padding-top: 2em;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 .heading h1 {
  font-size: 40px;
  font-weight: 900;
  color: #73DCA8;
  padding-bottom: 10px;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 .heading h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: .5em;
  padding-bottom: 10px;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 .heading p {
  font-size: 15px;
  margin-bottom: 1.5em;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 .cta button {
  font-size: 18px;
  height: 52px;
  width: 184px;
  border-radius: 4px;
  color: white;
  background-color: #73DCA8;
  border: none;
  outline: none;
  cursor: pointer;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 .pics {
  margin-top: 1.2em;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_1 .pics img {
  height: 100vh;
  width: 100%;
}

.fanClub_container .head_wrapper .banner_section .hero-section .part_2 img {
  height: 100vh;
  width: 100%;
  margin-bottom: 2em;
}

.fanClub_container .section_1 {
  height: 90vh;
  width: 84%;
  margin: auto;
  margin-top: 3em;
}

.fanClub_container .section_1 .head_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fanClub_container .section_1 .head_two h1 {
  font-size: 35px;
  margin: 20px 0px;
}

.fanClub_container .section_1 .head_two h1 span {
  color: #73DCA8;
}

.fanClub_container .section_1 .mid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fanClub_container .section_1 .mid-wrapper .mid_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fanClub_container .section_1 .mid-wrapper .mid_pic img {
  height: 90vh;
  width: 100%;
}

.fanClub_container .section_1 .mid-wrapper .mid-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.fanClub_container .section_1 .mid-wrapper .mid-head h1 {
  font-size: 32px;
  margin-bottom: .5em;
}

.fanClub_container .section_1 .mid-wrapper .mid-head h1 span {
  color: #73DCA8;
}

.fanClub_container .section_1 .mid-wrapper .mid-head .cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4em;
}

.fanClub_container .section_1 .mid-wrapper .mid-head .cta-2 button {
  font-size: 18px;
  height: 52px;
  width: 184px;
  border-radius: 4px;
  color: white;
  background-color: #73DCA8;
  border: none;
  outline: none;
  cursor: pointer;
}

.fanClub_container .section_2 {
  height: 80vh;
  width: 84%;
  margin: auto;
  margin-top: 3em;
}

.fanClub_container .section_2 .head_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fanClub_container .section_2 .head_two h1 {
  font-size: 35px;
  margin: 20px 0px;
}

.fanClub_container .section_2 .head_two h1 span {
  color: #73DCA8;
}

.fanClub_container .section_2 .mid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fanClub_container .section_2 .mid-wrapper .mid_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fanClub_container .section_2 .mid-wrapper .mid_pic img {
  height: 90vh;
  width: 100%;
}

.fanClub_container .section_2 .mid-wrapper .mid-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.fanClub_container .section_2 .mid-wrapper .mid-head h1 {
  font-size: 32px;
  margin-bottom: .5em;
}

.fanClub_container .section_2 .mid-wrapper .mid-head h1 span {
  color: #73DCA8;
}

.fanClub_container .section_2 .mid-wrapper .mid-head .cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4em;
}

.fanClub_container .section_2 .mid-wrapper .mid-head .cta-2 button {
  font-size: 18px;
  height: 52px;
  width: 184px;
  border-radius: 4px;
  color: white;
  background-color: #73DCA8;
  border: none;
  outline: none;
  cursor: pointer;
}

.fanClub_container .section_3 {
  height: 80vh;
  width: 84%;
  margin: auto;
}

.fanClub_container .section_3 .head_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fanClub_container .section_3 .head_two h1 {
  font-size: 35px;
  margin: 20px 0px;
}

.fanClub_container .section_3 .head_two h1 span {
  color: #73DCA8;
}

.fanClub_container .section_3 .mid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fanClub_container .section_3 .mid-wrapper .mid_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fanClub_container .section_3 .mid-wrapper .mid_pic img {
  height: 90vh;
  width: 100%;
}

.fanClub_container .section_3 .mid-wrapper .mid-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.fanClub_container .section_3 .mid-wrapper .mid-head h1 {
  font-size: 32px;
  margin-bottom: .5em;
}

.fanClub_container .section_3 .mid-wrapper .mid-head h1 span {
  color: #73DCA8;
}

.fanClub_container .section_3 .mid-wrapper .mid-head .cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4em;
}

.fanClub_container .section_3 .mid-wrapper .mid-head .cta-2 button {
  font-size: 18px;
  height: 52px;
  width: 184px;
  border-radius: 4px;
  color: white;
  background-color: #73DCA8;
  border: none;
  outline: none;
  cursor: pointer;
}

.fanClub_container .section_4 {
  height: 100%;
  width: 100%;
  background-color: #73DCA8;
}

.fanClub_container .section_4 .mid-content {
  width: 84%;
  margin: auto;
}

.fanClub_container .section_4 .mid-content .head-s4 {
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px 0px 0px;
  margin-top: 2em;
}

.fanClub_container .section_4 .mid-content .download-box {
  height: 60vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(290px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 1.4em;
  text-align: center;
  place-content: center;
  place-items: center;
}

.fanClub_container .section_4 .mid-content .download-box .box-1, .fanClub_container .section_4 .mid-content .download-box .box-2, .fanClub_container .section_4 .mid-content .download-box .box-3 {
  height: 150px;
  width: 290px;
  background-color: white;
  border-radius: 14px;
  color: black;
  padding: 20px 0px 20px 0px;
  cursor: pointer;
  -webkit-box-shadow: 5px 10px 16px #585858;
          box-shadow: 5px 10px 16px #585858;
  font-family: Poppins;
}

.fanClub_container .section_4 .mid-content .download-box .box-1 i, .fanClub_container .section_4 .mid-content .download-box .box-2 i, .fanClub_container .section_4 .mid-content .download-box .box-3 i {
  font-size: 44px;
  color: black;
}

footer {
  line-height: 22px;
}

footer .foot-content {
  height: 50vh;
  background-color: #2b323b;
  color: white;
}

footer .foot-content .footer-info {
  font-size: 14px;
  color: white;
  height: 44vh;
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  place-content: center;
  padding: 30px 0px 0px 0px;
}

footer .foot-content .footer-copyright {
  height: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.green {
  color: #73DCA8;
}

.hero-section-about {
  padding-top: 4.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-section-about .about-head {
  margin-bottom: 1.9em;
}

.hero-section-about .about-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84%;
  margin: auto;
}

.hero-section-about .about-hero-content .hero-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hero-section-about .about-hero-content .hero-detail .cta-about-btn {
  margin-top: 1.2em;
}

.hero-section-about .about-hero-content .hero-detail .cta-about-btn button {
  font-size: 18px;
  height: 48px;
  width: 174px;
  border-radius: 4px;
  color: white;
  background-color: #73DCA8;
  border: none;
  outline: none;
  cursor: pointer;
}

.hero-section-about .about-hero-content .hero-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hero-section-about .about-hero-content .hero-img img {
  height: 450px;
  width: 450px;
}

.no-select, h2 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.faq-container {
  height: 207vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-container .faq-wrapper {
  width: 60%;
  margin: auto;
}

h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

h2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}

.faq-p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.faq-wrapper {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0;
  margin: 0;
}

.faq-wrapper .faq-box {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}

.faq-wrapper .faq-box:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.faq-wrapper .faq-box:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.faq-wrapper .faq-box:nth-of-type(3) {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}

.faq-wrapper .faq-box:nth-of-type(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.faq-wrapper .faq-box:nth-of-type(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.faq-wrapper .faq-box:nth-of-type(6) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.faq-wrapper .faq-box:nth-of-type(7) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.faq-wrapper .faq-box:nth-of-type(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.faq-wrapper .faq-box:nth-of-type(9) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.faq-wrapper .faq-box:nth-of-type(10) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.faq-wrapper .faq-box:nth-of-type(11) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.faq-wrapper .faq-box:nth-of-type(12) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.faq-wrapper .faq-box:nth-of-type(13) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.faq-wrapper .faq-box:nth-of-type(14) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.faq-wrapper .faq-box:nth-of-type(15) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.faq-wrapper .faq-box:last-of-type {
  padding-bottom: 0;
}

.faq-wrapper .faq-box i {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}

.faq-wrapper .faq-box i:before, .faq-wrapper .faq-box i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}

.faq-wrapper .faq-box i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
          transform: translate(-2px, 0) rotate(45deg);
}

.faq-wrapper .faq-box i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
          transform: translate(2px, 0) rotate(-45deg);
}

.faq-wrapper .faq-box input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.faq-wrapper .faq-box input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.faq-wrapper .faq-box input[type=checkbox]:checked ~ i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
          transform: translate(2px, 0) rotate(45deg);
}

.faq-wrapper .faq-box input[type=checkbox]:checked ~ i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
          transform: translate(-2px, 0) rotate(-45deg);
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.earning-container h1 {
  padding-top: 4em;
}

.earning-container .earning-wrapper {
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84%;
  margin: auto;
}

.earning-container .earning-wrapper .earning-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.earning-container .earning-wrapper .earning-info .earning-cta {
  margin-top: 1.2em;
}

.earning-container .earning-wrapper .earning-info .earning-cta button {
  height: 52px;
  width: 169px;
  border: none;
  border-radius: 4px;
  background: transparent;
  background-color: #73DCA8;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.earning-container .earning-wrapper .earning-img {
  line-height: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2em;
}

.earning-container .earning-wrapper .earning-img img {
  height: 500px;
  width: 430px;
}

.earning-container-2 .earning-wrapper-2 {
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84%;
  margin: auto;
}

.earning-container-2 .earning-wrapper-2 .earning-info-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.earning-container-2 .earning-wrapper-2 .earning-info-2 .earning-cta-2 {
  margin-top: 1.2em;
}

.earning-container-2 .earning-wrapper-2 .earning-info-2 .earning-cta-2 button {
  height: 52px;
  width: 169px;
  border: none;
  border-radius: 4px;
  background: transparent;
  background-color: #73DCA8;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.earning-container-2 .earning-wrapper-2 .earning-img-2 {
  line-height: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2em;
}

.earning-container-2 .earning-wrapper-2 .earning-img-2 img {
  height: 500px;
  width: 430px;
}

.earning-container-3 .earning-wrapper-3 {
  width: 84%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.4em;
}

.earning-container-3 .earning-wrapper-3 .earning-info-3-box {
  width: 300px;
  height: 280px;
  display: -ms-grid;
  display: grid;
  margin-bottom: 1.6em;
  place-content: center;
  place-items: center;
  background-color: #73DCA8;
  border-radius: 10px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 71%, 75% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 71%, 75% 100%, 0% 100%);
}

.earning-container-3 .earning-wrapper-3 .earning-info-3-box h2 {
  margin-bottom: 1.2em;
  background-color: #73DCA8;
}

.earning-container-3 .earning-wrapper-3 .earning-info-3-box .ul-1 {
  padding: 0px 44px;
}

.earning-container-3 .earning-wrapper-3 .earning-info-3-box .ul-2 {
  padding: 10px 45px;
}

.earning-container-3 .earning-wrapper-3 .earning-info-3-box .ul-3 {
  padding: 18px 37px;
}

.joinUs-container {
  margin-top: 2em;
}

.joinUs-container .join-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.joinUs-container .join-us .join-img img {
  height: 430px;
  width: 430px;
}

.joinUs-container .join-us .join-info {
  text-align: center;
}

.joinUs-container .join-us .join-info .cta-join {
  margin-top: 1.1em;
}

.joinUs-container .join-us .join-info .cta-join button {
  height: 52px;
  width: 189px;
  border: none;
  border-radius: 4px;
  background: transparent;
  background-color: #73DCA8;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.blog-container {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
  font-family: "adelle-sans", sans-serif;
  font-weight: 100;
  margin: 48px auto;
  width: 20rem;
}

@media screen and (min-width: 480px) {
  .blog-container {
    width: 28rem;
  }
}

@media screen and (min-width: 767px) {
  .blog-container {
    width: 40rem;
  }
}

@media screen and (min-width: 959px) {
  .blog-container {
    width: 50rem;
  }
}

.blog-container a {
  color: #4d4dff;
  text-decoration: none;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.blog-container a:hover {
  border-color: #ff4d4d;
  color: #ff4d4d;
}

.blog-cover {
  background: url("https://picsum.photos/200/300");
  background-size: cover;
  border-radius: 5px 5px 0 0;
  height: 15rem;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 64px 64px 16px;
          box-shadow: inset rgba(0, 0, 0, 0.2) 0 64px 64px 16px;
}

.blog-author,
.blog-author--no-cover {
  margin: 0 auto;
  padding-top: .125rem;
  width: 80%;
}

.blog-author h3::before,
.blog-author--no-cover h3::before {
  background: url("https://picsum.photos/200");
  background-size: cover;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 32px;
  margin-right: .5rem;
  position: relative;
  top: 8px;
  width: 32px;
}

.blog-author h3 {
  color: #fff;
  font-weight: 100;
}

.blog-author--no-cover h3 {
  color: #999999;
  font-weight: 100;
}

.blog-body {
  margin: 0 auto;
  width: 80%;
}

.video-body {
  height: 100%;
  width: 100%;
}

.blog-title h1 a {
  color: #333;
  font-weight: 100;
}

.blog-summary p {
  color: #4d4d4d;
}

.blog-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.blog-tags li + li {
  margin-left: .5rem;
}

.blog-tags a {
  border: 1px solid #999999;
  border-radius: 3px;
  color: #999999;
  font-size: .75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0 .5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}

.blog-footer {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding-bottom: .125rem;
  width: 80%;
}

.blog-footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row wrap;
          flex: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
}

.blog-footer li:first-child {
  margin-right: auto;
}

.blog-footer li + li {
  margin-left: .5rem;
}

.blog-footer li {
  color: #999999;
  font-size: .75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.blog-footer li a {
  color: #999999;
}

.comments {
  margin-right: 1rem;
}

.published-date {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 0 .5rem;
}

.numero {
  position: relative;
  top: -0.5rem;
}

.icon-star,
.icon-bubble {
  fill: #999999;
  height: 24px;
  margin-right: .5rem;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  width: 24px;
}

.icon-star:hover,
.icon-bubble:hover {
  fill: #ff4d4d;
}

@media (max-width: 380px) {
  .earning-container .earning-wrapper .earning-info .earning-cta .btn-1 {
    display: none;
  }
  .earning-container-2 .earning-wrapper-2 .earning-info-2 .earning-cta-2 .btn-2 {
    display: none;
  }
}

@media (max-width: 890px) {
  .nav-menu .nav-wrapper {
    display: none;
  }
  .nav-menu .ham-menu {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 84%;
    margin: auto;
    height: 13vh;
  }
  .nav-menu .ham-menu .ham .ham-btn {
    font-size: 29px;
    cursor: pointer;
  }
  .section_4 {
    height: 100vh;
    width: 100%;
  }
  .section_4 .mid-content .head-s4 {
    height: 10vh;
  }
  .section_4 .mid-content .head-s4 h1 {
    font-size: 20px;
  }
  .section_4 .mid-content .download-box {
    height: 90vh;
  }
  .earning-container {
    margin-bottom: 2.2em;
  }
  .earning-container h1 {
    padding-top: 4em;
  }
  .earning-container .earning-wrapper {
    height: 50vh;
  }
  .earning-container .earning-wrapper .earning-img {
    display: none;
  }
  .earning-container-2 .head-abt {
    display: none;
  }
  .earning-container-2 .earning-wrapper-2 {
    height: 50vh;
  }
  .earning-container-2 .earning-wrapper-2 .earning-img-2 {
    display: none;
  }
  .earning-container-3 {
    display: none;
  }
}

@media (max-width: 680px) {
  .fanClub_container .head_wrapper {
    height: 70vh;
  }
  .fanClub_container .head_wrapper .banner_section {
    height: 70vh;
  }
  .fanClub_container .head_wrapper .banner_section .hero-section .part_1 .heading {
    margin-top: 5.4em;
  }
  .fanClub_container .head_wrapper .banner_section .hero-section .part_1 .heading h1 {
    font-size: 40px;
    padding-bottom: .6em;
  }
  .fanClub_container .head_wrapper .banner_section .hero-section .part_1 .heading p {
    padding-bottom: .3em;
  }
  .part_2 {
    display: none;
  }
  .mid-pic {
    display: none;
  }
  .mid-2 {
    margin-top: 1.2em;
  }
  .mid-2 .section_1 {
    height: 50vh;
  }
  .mid-2 .section_1 .head_two {
    display: none;
  }
  .mid-2 .section_1 .mid-wrapper .mid_pic {
    display: none;
  }
  .mid-3 .section_2 {
    height: 60vh;
  }
  .mid-3 .section_2 .mid-wrapper .mid_pic {
    display: none;
  }
  .mid-4 {
    height: 50vh;
  }
  .mid-4 .section_3 .mid-wrapper .mid_pic {
    display: none;
  }
  .fanClub_container .section_4 {
    height: 75vh;
  }
  footer .foot-content {
    height: 10vh;
    width: 100%;
  }
  footer .foot-content .footer-info {
    display: none;
  }
  footer .foot-content .footer-copyright p {
    padding: 30px 0px 0px 0px;
  }
  .about-container-wrapper {
    height: 100%;
  }
  .hero-section-about .about-head {
    text-align: center;
  }
  .hero-section-about .about-hero-content .hero-img {
    display: none;
  }
  .joinUs-container {
    margin-bottom: 2em;
  }
  .joinUs-container .join-us .join-img {
    display: none;
  }
  .faq-container {
    height: 100%;
  }
  .earning-container {
    margin-bottom: 2.2em;
  }
  .earning-container .earning-wrapper {
    height: 50vh;
  }
  .earning-container .earning-wrapper .earning-img {
    display: none;
  }
  .earning-container-2 .head-abt {
    display: none;
  }
  .earning-container-2 .earning-wrapper-2 {
    height: 50vh;
  }
  .earning-container-2 .earning-wrapper-2 .earning-img-2 {
    display: none;
  }
  .earning-container-3 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1030px) {
  .fanClub_container .head_wrapper {
    height: 50vh;
  }
  .fanClub_container .head_wrapper .banner_section .hero-section .part_2 img {
    height: 60vh;
  }
  .fanClub_container .mid-2 {
    height: 50vh;
  }
  .fanClub_container .section_1 {
    height: 60vh;
  }
  .fanClub_container .section_1 .mid-wrapper .mid_pic img {
    height: 50vh;
  }
  .fanClub_container .mid-3 {
    height: 50vh;
  }
  .fanClub_container .section_2 {
    height: 60vh;
  }
  .fanClub_container .section_2 .mid-wrapper .mid_pic img {
    height: 50vh;
  }
  .fanClub_container .mid-4 {
    height: 50vh;
  }
  .fanClub_container .section_3 .mid-wrapper .mid_pic img {
    height: 50vh;
  }
  .fanClub_container .section_4 {
    height: 100%;
  }
  .fanClub_container .section_4 .mid-content .download-box {
    height: 100%;
  }
  .fanClub_container .social-initiative-container {
    height: 100%;
  }
  .fanClub_container footer {
    text-align: center;
  }
  .fanClub_container footer .foot-content {
    text-align: center;
    height: 35vh;
  }
  .fanClub_container footer .foot-content .footer-info {
    height: 28vh;
  }
  .fanClub_container footer .footer-copyright {
    height: 7vh;
  }
  .earning-container {
    margin-bottom: 2.2em;
  }
  .earning-container h1 {
    padding-top: 6em;
  }
  .earning-container .earning-wrapper {
    height: 40vh;
  }
  .earning-container-2 .earning-wrapper-2 {
    height: 40vh;
  }
  .earning-container-3 .earning-wrapper-3 {
    grid-gap: 1.9em;
  }
  .earning-container-3 .earning-wrapper-3 .earning-info-3-box h2 {
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */