:root {
  --black: black;
  --white-smoke: #e9e9e9;
  --black-2: #222;
  --template-1-bg: #f2d624;
}

body {
  color: var(--black);
  font-family: Space Mono;
  font-size: 20px;
  line-height: 120%;
}

a {
  color: var(--black);
  text-decoration: none;
}

.body {
  background-color: #222327;
}

.page-wrapper {
  width: 100%;
  position: relative;
}

.navigation {
  z-index: 100;
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.main-button {
  color: var(--black);
  background-color: #0000;
  border: 3px solid #000;
  padding: 15px 19px;
  transition: transform .2s;
}

.main-button:hover {
  transform: scale(.92);
}

.main-button.light-button {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  border-radius: 12px;
}

.main-wrapper {
  width: 100%;
  padding-top: 39px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section {
  width: 100%;
}

.section.main-section {
  margin-bottom: 100px;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.profile-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.profile-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 4px solid #000;
  border-radius: 100%;
  width: 210px;
  margin-bottom: 27px;
  transition: box-shadow .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.profile-image-container:hover {
  box-shadow: 5px 5px #000;
}

.profile-image-container.light-image-container {
  border-style: none;
}

.profile-image {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.profile-name {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.profile-name.light-profile-name {
  color: var(--white-smoke);
}

.all-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.all-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.your-link-block {
  background-color: #1a1a1d;
  border: 4px solid #000;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
  transition: transform .34s cubic-bezier(.23, 1, .32, 1), box-shadow .34s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.your-link-block:hover {
  transform: translate(-10px, -10px);
  box-shadow: 7px 7px #000;
}

.link-icon-container {
  width: 52px;
  height: 52px;
  margin-right: 0;
}

.link-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-name {
  color: var(--white-smoke);
  padding-left: 22px;
  font-family: Varela, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-icon-container {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.social-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.copyright-text {
  font-size: 14px;
}

.copyright-text.light-copyright-text {
  color: var(--white-smoke);
}

.template-2 {
  background-color: var(--black-2);
}

.light-link {
  color: var(--white-smoke);
}

.arrow-lottie-wrapper {
  filter: invert();
  color: var(--white-smoke);
  flex: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: none;
}

.arrow-lottie {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  color: var(--white-smoke);
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.light-all-link-container {
  background-color: var(--white-smoke);
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  transition: transform .34s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.light-all-link-container:hover {
  transform: scale(.95);
}

.light-image-wrapper {
  width: 52px;
  height: 52px;
  margin-right: 40px;
}

.light-image {
  width: 100%;
  height: 100%;
}

.arrow {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.light-arrow-wrapper {
  width: 50px;
  height: 50px;
  margin-left: auto;
}

.logo-sucesso {
  mix-blend-mode: hard-light;
  width: 100%;
}

.image-2 {
  width: 24px;
}

.bio-top-content {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  color: #fff;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.bio-top-content.mobile-none {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: static;
}

.tag-content-text-2 {
  z-index: 2;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.image-3 {
  width: 24px;
}

.iten02-subtitulo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitulo-sucesso {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  mix-blend-mode: difference;
  flex-flow: row;
  display: flex;
}

.logo-sucesso-wrap {
  z-index: 0;
  mix-blend-mode: normal;
  width: 300px;
  position: static;
  inset: 5% auto auto 0%;
}

.grain {
  z-index: 0;
  opacity: .63;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/GrainBackround-2.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  inset: 0%;
}

.your-link-block-copy {
  background-color: #1a1a1d;
  border: 4px solid #000;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
  transition: transform .34s cubic-bezier(.23, 1, .32, 1), box-shadow .34s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.your-link-block-copy:hover {
  transform: translate(-10px, -10px);
  box-shadow: 7px 7px #000;
}

.div-block {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-content-text-2-2 {
  z-index: 2;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.bold-text {
  color: #fff;
  font-size: .8rem;
  font-weight: 400;
}

.your-link-block-copy-copy {
  background-color: #1a1a1d;
  border: 4px solid #000;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding: 40px;
  transition: transform .34s cubic-bezier(.23, 1, .32, 1), box-shadow .34s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.your-link-block-copy-copy:hover {
  transform: translate(-10px, -10px);
  box-shadow: 7px 7px #000;
}

.graf {
  z-index: -2;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 30%;
  height: auto;
  margin-bottom: 88px;
  padding-right: 0;
  position: absolute;
  inset: 0% auto auto 33%;
  overflow: hidden;
}

.link-name-copy {
  color: var(--white-smoke);
  padding-left: 22px;
  font-family: Varela, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.link-name-copy-copy {
  opacity: .42;
  color: var(--white-smoke);
  text-align: center;
  padding-left: 22px;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.profile-image-copy {
  z-index: 2;
  opacity: .07;
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.profile-image-copy:hover {
  opacity: 76;
}

.rive {
  aspect-ratio: auto;
  object-fit: cover;
  height: 530px;
}

.div-block-3 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .your-link-block {
    padding: 20px;
  }

  .link-icon-container {
    margin-right: 0;
    display: flex;
  }

  .link-name {
    padding-left: 22px;
  }

  .arrow-lottie-wrapper, .arrow {
    display: none;
  }

  .logo-sucesso {
    mix-blend-mode: normal;
    width: 98%;
  }

  .image-2 {
    color: #fff;
  }

  .bio-top-content {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    margin-top: 10px;
    padding-left: 28px;
    position: absolute;
    inset: 5% 0% auto;
  }

  .bio-top-content.mobile-none {
    margin-top: -4px;
    display: flex;
  }

  .tag-content-text-2 {
    color: #acacac;
    margin-top: 0;
    font-weight: 700;
  }

  .iten02-subtitulo {
    color: #fff;
    mix-blend-mode: difference;
    justify-content: flex-start;
    align-items: center;
  }

  .subtitulo-sucesso {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    margin-top: 10px;
  }

  .logo-sucesso-wrap {
    mix-blend-mode: normal;
    width: 60%;
  }

  .grain {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .89;
    pointer-events: none;
    object-fit: fill;
    background-position: 0 0;
    background-size: 600px;
    background-attachment: scroll;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    text-decoration: none;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .your-link-block-copy {
    background-color: #1a1a1d;
    justify-content: center;
    padding: 10px;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tag-content-text-2-2 {
    color: #acacac;
    font-weight: 700;
  }

  .your-link-block-copy-copy {
    justify-content: center;
    padding: 10px;
  }

  .graf {
    max-width: 100%;
    margin-bottom: 0;
  }

  .link-name-copy {
    padding-left: 22px;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .link-name-copy-copy {
    padding-left: 22px;
    font-weight: 400;
  }

  .profile-image-copy:hover {
    opacity: .43;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    display: none;
  }

  .all-link-wrapper {
    top: -49px;
  }

  .link-icon-container {
    width: 35px;
    height: 35px;
  }

  .link-name {
    font-size: 20px;
  }

  .bio-top-content.mobile-none {
    padding-left: 0;
    bottom: 9%;
  }

  .tag-content-text-2 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 110%;
  }

  .image-3 {
    width: 20px;
  }

  .iten02-subtitulo {
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subtitulo-sucesso {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .logo-sucesso-wrap {
    width: 60%;
  }

  .your-link-block-copy {
    padding: 10px;
  }

  .tag-content-text-2-2 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 15px;
    line-height: 110%;
  }

  .bold-text {
    text-align: center;
  }

  .your-link-block-copy-copy {
    padding: 10px;
  }

  .graf {
    z-index: 0;
    max-width: 100%;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .link-name-copy {
    font-size: 20px;
    font-weight: 400;
  }

  .link-name-copy-copy {
    text-align: center;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    padding-bottom: 26px;
  }

  .all-link-wrapper {
    top: -46px;
  }

  .link-icon-container {
    margin-right: 0;
  }

  .link-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .link-name {
    font-size: 18px;
  }

  .bio-top-content.mobile-none {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
    bottom: 9%;
  }

  .tag-content-text-2 {
    text-align: center;
    align-self: center;
    font-size: 14px;
    font-weight: 400;
    overflow: visible;
  }

  .iten02-subtitulo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 14px;
  }

  .subtitulo-sucesso {
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .logo-sucesso-wrap {
    width: 50%;
  }

  .div-block {
    flex-flow: wrap;
  }

  .tag-content-text-2-2 {
    text-align: center;
    align-self: center;
    font-size: 14px;
    overflow: visible;
  }

  .bold-text {
    font-size: .7rem;
  }

  .graf {
    max-width: 100%;
    bottom: 18%;
    overflow: hidden;
  }

  .link-name-copy {
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
  }

  .link-name-copy-copy {
    font-size: 18px;
  }

  .rive {
    aspect-ratio: 1;
    height: 380px;
    overflow: hidden;
  }
}


