@font-face {
  font-family: "Geist";
  src: url("../webfonts/geist-regular.woff2") format("woff2");
}
@font-face {
  font-family: "GeistMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/geist-medium.woff2") format("woff2");
}
@font-face {
  font-family: "GeistLight";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/geist-light.woff2") format("woff2");
}
body {
  margin: 0px;
  padding: 0px;
  color: #18181B;
  font-family: "Geist";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: 40px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  h5 {
    font-size: 22px;
  }
}

.desc {
  font-size: 18px;
  color: #52525B;
}
.desc.small {
  font-size: 16px !important;
}

@keyframes ani-vert {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
  }
}
@keyframes ani-hori {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1966px);
  }
}
@keyframes ani-load {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.ani-load {
  opacity: 0;
}

.coin-ani {
  opacity: 1;
  transform: scale(1);
  transition-delay: 100ms;
  animation: 4.5s ease 0s infinite normal none running ani-vert;
}

.coin-ani-hori {
  opacity: 1;
  transform: scale(1);
  transition-delay: 100ms;
  animation: 4.5s ease 0s infinite normal none running ani-hori;
}

a {
  text-decoration: none;
  color: #18181B;
}

.header {
  display: flex;
  padding: 20px 16px 12px 16px;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 20px 108px 12px 108px;
  }
}
.header .hamburger {
  width: 49px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .header .hamburger {
    display: none;
  }
}
.header .hamburger button {
  padding: 12px 16px 10px 16px;
  background-color: #18181B;
  border-radius: 8px;
  border: none;
}
.header .hamburger button svg {
  width: 17px;
}
.header nav {
  display: none;
  position: relative;
  right: 0px;
}
@media screen and (min-width: 1024px) {
  .header nav {
    display: flex;
  }
}
.header nav a {
  padding: 10px 20px;
}
.header nav .btn-wrap {
  margin-left: 46px;
  display: flex;
}
.header nav .btn-wrap a {
  margin: 0 16px 16px 0;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  height: 20px;
  align-content: center;
}
.header nav .btn-wrap .login {
  background: #F4F4F5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header nav .btn-wrap .contact {
  background: #18181B;
  color: #fff;
}
.header nav .btn-wrap .contact:hover {
  background: #18181B;
}
.header nav.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 62px;
  background-color: #fff;
  right: 19px;
  box-shadow: 0px 3px 3px #F4F4F5;
  border: 1px #F4F4F5 solid;
  border-radius: 20px;
  padding: 20px;
  z-index: 1;
}
.header nav.active a:hover {
  background-color: #F4F4F5;
  border-radius: 20px;
}
.header nav.active div {
  display: flex;
  flex-direction: column;
  margin: 20px 20px 0 20px;
}
.header nav.active div button {
  margin-bottom: 20px;
}

footer {
  background-color: #18181B;
  padding: 36px 16px 44px 16px;
  color: #A1A1AA;
  font-family: "GeistLight";
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 108px;
  }
}
footer a {
  color: #A1A1AA;
  font-size: 14px;
  margin-right: 10px;
}
footer .copyright {
  margin-bottom: 22px;
}

.monetize {
  position: relative;
  padding: 20px 0;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .monetize {
    padding-top: 85px;
    box-shadow: none;
  }
}
.monetize .monetize-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .monetize .monetize-wrap {
    max-width: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .monetize-wrap {
    max-width: 928px;
  }
}
.monetize .creator-wrap {
  display: flex;
  justify-content: center;
}
.monetize .creator-wrap .container {
  width: 100%;
  background-color: #F4F4F5;
  border-radius: 2rem;
  padding: 6px;
  display: flex;
  max-width: 305px;
}
.monetize .creator-wrap .container .text {
  line-height: 28px;
  font-size: 14px;
  font-family: "GeistMedium";
  color: #52525B;
  padding: 0 6px 0 6px;
}
.monetize .monetize-txt-wrap {
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
  font-size: 36px;
  text-align: center;
  line-height: 67px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 425px) {
  .monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
    font-size: 78px;
    line-height: 82px;
  }
}
.monetize .monetize-txt-wrap div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.monetize .monetize-txt-wrap img {
  height: 52px;
  width: auto;
  line-height: 52px;
  padding: 0 10px;
}
.monetize .share-wrap {
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.monetize .share-wrap .share-wrap-cont {
  line-height: 28px;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .monetize .share-wrap .share-wrap-cont {
    max-width: 624px;
  }
}
.monetize .get-started-wrap {
  display: flex;
  justify-content: center;
}
.monetize .get-started-wrap .get-started-container {
  border: 1px #A1A1AA dashed;
  border-radius: 100px;
  padding: 10px;
}
.monetize .get-started-wrap a {
  font-family: "Geist";
  width: 185px;
  padding: 10px 10px 10px 24px;
  border-radius: 100px;
  background-color: #18181B;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  border: none;
  line-height: 40px;
}
.monetize .get-started-wrap a div {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.monetize .get-started-wrap a img {
  margin: 10px 0 0 10px;
}
.monetize .coin-1-blur {
  position: absolute;
  top: 470px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .monetize .coin-1-blur {
    top: 418px;
  }
}
.monetize .coin-bg-1 {
  position: absolute;
  right: 0px;
  top: 490px;
}
@media screen and (min-width: 768px) {
  .monetize .coin-bg-1 {
    top: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-bg-1 {
    display: none;
  }
}
.monetize .coin-desk-1, .monetize .coin-desk-2, .monetize .coin-desk-3 {
  display: none;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-1, .monetize .coin-desk-2, .monetize .coin-desk-3 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-1 {
    top: 137px;
    left: 182px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .coin-desk-1 {
    top: 137px;
    left: 282px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-2 {
    top: 150px;
    right: 247px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .coin-desk-2 {
    top: 163px;
    right: 347px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-3 {
    top: 215px;
    right: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .coin-desk-3 {
    top: 215px;
    right: 0px;
  }
}
.monetize .curved-arrow {
  position: relative;
  left: -50px;
}
@media screen and (min-width: 375px) {
  .monetize .curved-arrow {
    left: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .curved-arrow {
    display: none;
  }
}
.monetize .curved-arrow-desk {
  display: none;
  padding-left: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .monetize .curved-arrow-desk {
    display: block;
    top: -60px;
    right: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .curved-arrow-desk {
    display: block;
    top: -60px;
    right: 220px;
  }
}

.creator-profile {
  display: flex;
  justify-content: center;
  padding: 0px 16px 0 16px;
  background-position: 0 -250px;
  position: relative;
  width: calc(100% - 32px);
}
@media screen and (min-width: 768px) {
  .creator-profile {
    max-height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile {
    max-height: 450px;
  }
}
@media screen and (min-width: 1440px) {
  .creator-profile {
    max-height: 606px;
  }
}
.creator-profile .background {
  position: absolute;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  top: -100px;
}
@media screen and (min-width: 375px) {
  .creator-profile .background {
    top: -130px;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .background {
    display: none;
  }
}
.creator-profile .background-desktop {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .creator-profile .background-desktop {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile .background-desktop {
    top: -100px;
  }
}
.creator-profile .wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.creator-profile .wrap .coin-wrap {
  position: absolute;
  top: -50px;
  right: 10px;
}
@media screen and (min-width: 375px) {
  .creator-profile .wrap .coin-wrap {
    top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .coin-wrap {
    right: 90px;
    top: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile .wrap .coin-wrap {
    right: 120px;
    top: -60px;
  }
}
@media screen and (min-width: 1440px) {
  .creator-profile .wrap .coin-wrap {
    right: 150px;
    top: -65px;
  }
}
.creator-profile .wrap .profile-wrap {
  padding: 0 16px;
}
.creator-profile .wrap .profile-wrap img {
  max-width: 288px;
}
@media screen and (min-width: 375px) {
  .creator-profile .wrap .profile-wrap img {
    max-width: calc(100vw - 32px);
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .profile-wrap {
    display: none;
  }
}
.creator-profile .wrap .profile-wrap-desktop {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .profile-wrap-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .profile-wrap-desktop img {
    max-width: 700px;
    position: relative;
    top: 40px;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile .wrap .profile-wrap-desktop img {
    top: 20px;
    max-width: 980px;
  }
}
@media screen and (min-width: 1440px) {
  .creator-profile .wrap .profile-wrap-desktop img {
    max-width: 1296px;
    top: 0px;
  }
}

.info {
  padding: 64px 16px 0 16px;
}
.info h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
@media screen and (min-width: 375px) {
  .info h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .info h3 {
    font-size: 64px;
    max-width: 795px;
    padding-left: 92px;
    line-height: 1;
  }
}
.info .desc {
  margin-bottom: 44px;
}
@media screen and (min-width: 1024px) {
  .info .desc {
    padding-left: 92px;
    max-width: 795px;
  }
}
@media screen and (min-width: 1024px) {
  .info .income-help {
    display: flex;
    align-items: center;
    min-height: 945px;
  }
}
@media screen and (min-width: 1440px) {
  .info .income-help {
    min-height: 901px;
  }
}
.info .comment-wrap {
  display: none;
  max-width: 470px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .info .comment-wrap {
    display: block;
    max-width: 400px;
  }
}
.info .comment-wrap .comments {
  border: 1px solid #F4F4F5;
  border-radius: 12px;
  padding: 18px 20px 18px 52px;
  display: flex;
  max-width: 396px;
  margin-bottom: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-left: -55px;
}
.info .comment-wrap .comments:first-child {
  transform: rotate(-10deg);
}
.info .comment-wrap .comments:nth-child(2) {
  margin: 55px 0 55px -55px;
}
.info .comment-wrap .comments:last-child {
  transform: rotate(10deg);
}
.info .help-wrap {
  border-radius: 20px;
  background-color: #FAFAFA;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .info .help-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    max-width: 588px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1440px) {
  .info .help-wrap {
    max-width: 860px;
  }
}
.info .help-wrap div {
  padding: 20px;
  text-align: center;
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .info .help-wrap div {
    max-width: 240px;
    margin-bottom: 0px;
  }
  .info .help-wrap div:nth-child(odd) {
    margin-right: 24px;
  }
  .info .help-wrap div:nth-child(1) {
    margin-bottom: 24px;
  }
  .info .help-wrap div:nth-child(2) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .info .help-wrap div {
    max-width: 376px;
  }
}
.info .help-wrap div:hover img {
  transform: scale(0.9) translate(0, -1rem);
  transition: transform 0.3s;
}
.info .help-wrap div img {
  margin-bottom: 32px;
  max-width: 200px;
}
.info .help-wrap div h4 {
  color: #18181B;
  font-size: 20px;
  font-weight: bolder;
}
.info .help-wrap div p, .info .help-wrap div h4 {
  text-align: left;
}
.info .help-wrap div p {
  font-size: 16px;
  color: #52525B;
  margin: 20px 0;
}

.creator-fans {
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .creator-fans {
    padding: 0 64px;
    margin-top: 116px;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .creator-fans {
    padding: 0 108px;
  }
}
.creator-fans .creator-info, .creator-fans .creators-img {
  position: absolute;
  display: none;
}
@media screen and (min-width: 1440px) {
  .creator-fans .creator-info, .creator-fans .creators-img {
    display: block;
  }
}
.creator-fans .creator-info {
  left: 0;
  top: 175px;
}
.creator-fans .creators-img {
  right: 0;
  top: 0;
}
.creator-fans .wrap {
  background-color: #18181B;
  padding: 36px 16px 0 16px;
  border-radius: 8px;
  text-align: center;
  color: #E4E4E7;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 425px) {
  .creator-fans .wrap {
    padding: 36px 32px 0 32px;
  }
}
.creator-fans .wrap .container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .creator-fans .wrap .container .container-wrap {
    max-width: 700px;
  }
}
.creator-fans .wrap .star-wrap p {
  font-size: 14px;
  margin: 12px 0;
  font-family: "GeistMedium";
}
.creator-fans .wrap h4 {
  margin: 22px 0;
  font-size: 40px;
  color: #fff;
  line-height: 52px;
}
.creator-fans .wrap p {
  font-size: 16px;
  margin: 0px;
  line-height: 24px;
  color: #D4D4D8;
}
.creator-fans .wrap .profile-screen {
  display: none;
  margin-top: 72px;
  position: relative;
  bottom: -20px;
  min-height: 200px;
}
@media screen and (min-width: 1024px) {
  .creator-fans .wrap .profile-screen {
    display: block;
  }
}
.creator-fans .wrap .profile-screen img {
  width: 100%;
  min-height: 400px;
}
.creator-fans .wrap .profile-mobile {
  margin-top: 64px;
  position: relative;
  bottom: -10px;
  min-height: 100px;
}
@media screen and (min-width: 1024px) {
  .creator-fans .wrap .profile-mobile {
    display: none;
  }
}
.creator-fans .wrap .profile-mobile img {
  max-width: 250px;
  min-height: 120px;
}
@media screen and (min-width: 425px) {
  .creator-fans .wrap .profile-mobile img {
    max-width: 330px;
  }
}

.become-creator {
  padding: 64px 0 30px 0;
  background: linear-gradient(#fff, #fff, #FEF2F2);
}
@media screen and (min-width: 1024px) {
  .become-creator {
    padding: 20px 64px 0 64px;
    background: #fff;
    position: relative;
    margin-top: 158px;
    margin-bottom: 258px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator {
    padding: 20px 108px 0 108px;
  }
}
.become-creator h3 {
  padding: 0 16px;
  width: auto;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .become-creator h3 {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator h3 {
    max-width: 450px;
  }
}
.become-creator .desc {
  padding: 16px 16px 0 16px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .become-creator .desc {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .desc {
    max-width: 450px;
  }
}
.become-creator .wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 32px;
  display: flex;
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .become-creator .wrap {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .wrap {
    margin-bottom: 95px;
  }
}
.become-creator .slide-wrap {
  display: inline-block;
  border: 1px solid #E4E4E7;
  border-radius: 32px;
  padding: 20px;
  min-width: auto;
  max-width: 345px;
  margin-left: 8px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-wrap {
    border: 0px;
    border-bottom: 2px dotted #E4E4E7;
    border-radius: 0px;
  }
  .become-creator .slide-wrap:last-child {
    border-bottom: 0px;
  }
  .become-creator .slide-wrap:first-child .slide-container {
    display: block;
  }
  .become-creator .slide-wrap:first-child .desc {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .slide-wrap {
    max-width: 450px;
  }
}
.become-creator .slide-wrap h5 {
  align-items: center !important;
  display: flex;
  cursor: pointer;
}
.become-creator .slide-wrap h5 img {
  margin-right: 16px;
}
.become-creator .slide-wrap .desc {
  white-space: pre-wrap;
  margin: 16px 0 0 0;
  color: #52525B;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-wrap .desc {
    display: none;
  }
}
.become-creator .slide-container {
  border-radius: 14px;
  padding: 14px;
  margin-top: 32px;
  width: 244px;
}
@media screen and (min-width: 345px) {
  .become-creator .slide-container {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-container {
    width: 320px;
  }
}
.become-creator .slide-container img {
  width: 244px;
  min-height: 520px;
}
@media screen and (min-width: 345px) {
  .become-creator .slide-container img {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-container img {
    width: 320px;
    min-height: 400px;
  }
}
@media screen and (min-width: 375px) {
  .become-creator .slide-container {
    padding: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-container {
    display: none;
    position: absolute;
    right: 64px;
    top: 0px;
    margin-top: -90px;
    width: 450px;
    text-align: center;
    padding: 56px 0;
  }
  .become-creator .slide-container svg {
    width: 325px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .slide-container {
    right: 108px;
    width: 580px;
  }
}
.become-creator .slide-container svg {
  width: 100%;
}
.become-creator .signup .slide-container {
  background-color: #FCA5A5;
}
.become-creator .profile .slide-container {
  background-color: #F0ECFF;
}
.become-creator .verify {
  margin-right: 8px;
}
.become-creator .verify .slide-container {
  background-color: #FEF7EB;
}

.creative {
  background-color: #FEF2F2;
  background-size: contain;
  min-height: 618px;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .creative {
    padding-top: 50px;
  }
}
.creative .ani-marquee {
  animation: marquee 30s infinite linear;
  overflow: hidden;
  min-height: 180px;
}
.creative .wrap {
  border-bottom: 0px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .creative .wrap {
    border: 1px solid #E4E4E7;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 20px;
    background-color: #fff;
    border-bottom: 0px;
  }
}
.creative .cont {
  background: url("../images/icons/creativity-creator.svg") #fff no-repeat top;
  min-height: 804px;
  border-radius: 20px;
  padding: 40px 20px;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .creative .cont {
    padding: 92px 64px;
    background: url("../images/icons/creativity-creator-desktop.svg") #fff no-repeat top;
    border-radius: 20px;
    min-height: auto;
    min-width: auto;
    background-size: cover;
  }
}
.creative .creator-info {
  position: absolute;
}
.creative .creators-img {
  position: absolute;
}
.creative .head {
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
}
.creative .testimony {
  padding: 394px 10px 0 10px;
  color: #fff;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.125;
}
@media screen and (min-width: 375px) {
  .creative .testimony {
    font-size: 32px;
  }
}
@media screen and (min-width: 425px) {
  .creative .testimony {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .creative .testimony {
    padding: 196px 0px 0 0px;
  }
}
.creative .creator-name {
  margin-top: 16px;
  font-size: 20px;
  color: #D4D4D8;
  line-height: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 425px) {
  .creative .creator-name {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .creative .creator-name {
    padding: 0;
  }
}

.supercharge {
  background: url("../images/supercharge.png") no-repeat;
  background-position: 0% -100%;
  background-size: cover;
  margin-top: 88px;
  padding-bottom: 58px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .supercharge {
    background: url("../images/superchage-bg-desktop.png") no-repeat bottom;
  }
}
.supercharge .sup-wrap {
  max-width: 795px;
}
.supercharge h6 {
  font-size: 50px;
  padding: 0 16px;
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 425px) {
  .supercharge h6 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .supercharge h6 {
    font-size: 114px;
  }
}
.supercharge h6 span {
  background: #EF4444;
  background: linear-gradient(to bottom, #EF4444 0%, #D71111 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.supercharge .supercharge-right {
  right: 0;
  top: 170px;
  position: absolute;
}
@media screen and (min-width: 425px) {
  .supercharge .supercharge-right {
    top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .supercharge .supercharge-right {
    top: 110px;
  }
}
.supercharge .supercharge-left {
  left: 0;
  top: 270px;
  position: absolute;
}
@media screen and (min-width: 425px) {
  .supercharge .supercharge-left {
    top: 300px;
  }
}
@media screen and (min-width: 768px) {
  .supercharge .supercharge-left {
    top: 220px;
  }
}
.supercharge .get-wrap {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.supercharge .get-wrap a {
  background-color: #18181B;
  border-radius: 100px;
  color: #fff;
  border: none;
  padding: 22px 36px;
}
.supercharge .login-txt {
  text-align: center;
  margin-top: 20px;
  color: #3F3F46;
  font-size: 16px;
}

.footer-nav {
  padding: 16px;
  margin-top: 20px;
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-nav .wrap {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  padding: 24px 20px 32px 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    border-radius: 1000px;
    max-width: 1224px;
  }
  .footer-nav .wrap div:nth-child(2) {
    order: 2;
  }
  .footer-nav .wrap div:last-child {
    order: 1;
  }
}
.footer-nav .wrap .logo {
  padding-bottom: 20px;
  border-bottom: 1px dashed #E4E4E7;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .logo {
    border-bottom: 0px;
    padding: 0px;
  }
}
.footer-nav .wrap .nav {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.footer-nav .wrap .nav a {
  padding-right: 5px;
}
@media screen and (min-width: 425px) {
  .footer-nav .wrap .nav a {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .nav a {
    padding-right: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .nav {
    padding: 0px;
  }
}
.footer-nav .wrap .social {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .social {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-nav .wrap .social {
    margin-left: 140px;
  }
}
.footer-nav .wrap .social a {
  margin-right: 20px;
}
.footer-nav .wrap .social a:last-child {
  margin-right: 0px;
}
.footer-nav .wrap .social img {
  width: 24px;
}