:root {
  --ultragrey: #f4f4f7;
  --black: #1a1a1a;
  --read-grey: #929292;
  --solo-blue: #3673fc;
  --light-grey: #b6b6b6;
  --bkg-black: #2a2a2a;
  --white: white;
  --off-black: #333;
  --ultrawhite: #fcfcfc;
  --void: #0e0e0e;
  --toggle-grey: #e4e4e4;
  --indian-red: #ee4266;
  --spring-green: #1fcc6d;
  --white-smoke: #f7f7fa;
  --medium-slate-blue: #7f7eff;
  --light-green: #2ee07e;
  --mid-grey: #e1e1e8;
  --yellow: #f2ff49;
  --dark-mode-inactive: #494949;
  --dim-theme: #2c313d;
}

@font-face {
  font-family: "San Francisco Pro";
  src: url("/fonts/SF-Pro-Display-Regular.woff2") format("woff2"),
    url("/fonts/SF-Pro-Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "San Francisco Pro";
  src: url("/fonts/SF-Pro-Display-Medium.woff2") format("woff2"),
    url("/fonts/SF-Pro-Display-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "San Francisco Pro";
  src: url("/fonts/SF-Pro-Display-Semibold.woff2") format("woff2"),
    url("/fonts/SF-Pro-Display-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "San Francisco Pro";
  src: url("/fonts/SF-Pro-Display-Bold.woff2") format("woff2"),
    url("/fonts/SF-Pro-Display-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: var(--ultragrey);
  color: var(--black);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: linear-gradient(-45deg, #a2c4e3, #bfaee3, #b0ebe0);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  background-attachment: fixed;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

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

a:focus {
  border: 0 #000;
}

a:visited {
  color: white;
}

ul {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  border: 0 transparent;
  margin-bottom: 0;
  padding: 0;
}

figure {
  margin-top: 15px;
  margin-bottom: 15px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.success-message {
  color: #fff;
  background-color: #fe6667;
  border-radius: 4px;
  font-weight: 300;
}

.form {
  align-items: stretch;
}

.profile-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.01);
}

.profile-name {
  max-width: 340px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 29px;
}

.profile-bio {
  max-width: 340px;
  text-align: center;
  margin-bottom: 10px;
}

.profile-location-box {
  color: var(--off-black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -5px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.location-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.link-item-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
  background: rgba(244, 244, 247, 0.7);;
  opacity: 90%;
  padding-left: 7px;
  margin-right: 10px;
  border-radius: 15px;
}

.link-button {
  width: 98%;
  height: 80px;
  color: var(--black);
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 14px 30px -5px rgba(0, 0, 0, 0.13);
}

.link-icon-float {
  width: 60px;
  height: 40px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: -10px;
  box-shadow: 0 9px 14px -4px rgba(82, 82, 82, 0.65);
}

.link-block-text-wrapper {
  position: relative;
  overflow: hidden;
}

.link-name {
  margin-bottom: 2px;
  color: black;
}

.link-url {
  color: var(--off-black);
  font-size: 16px;
  font-weight: 300;
}

.link-arrows {
  height: 12px;
}

.brand {
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-bkg-hero-wrapper {
  height: 460px;
  background-color: transparent; /* Reset to transparent */
  /* background-image: none; Removed previous styles */
  position: relative;
  overflow: hidden;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.section-container {
  z-index: 2;
  width: 90%;
  max-width: 1500px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.profile-info-wrapper {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  margin-top: -225px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.13);
}

.profile-info-wrapper.profile-info-wrapper-dark {
  background-color: rgba(244, 244, 247, 0.8);
  border-radius: 15px;
  color: var(--black);
  backdrop-filter: blur(10px);
}

.profile-info-top-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.profile-info-bottom-wrapper {
  max-width: 340px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-wrapper {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.page-wrapper.page-wrapper-linkpage {
  margin-bottom: -45px;
  display: block;
}

.section {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

.section.info-card {
  padding-top: 0;
  padding-bottom: 0;
}

.section.link-section {
  flex: 1;
  padding-top: 45px;
  padding-bottom: 70px;
}

.profile-link-wrapper {
  width: 100%;
  max-width: 1000px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-image {
  width: auto;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
}

.image {
  width: 40px;
}

.profile-image-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  align-items: flex-end;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.21);
}

.button {
  height: 70px;
  background-color: var(--solo-blue);
  color: #fff;
  text-align: center;
  border-radius: 1px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 14px 30px -5px rgba(0, 0, 0, 0.13);
}

.button.button-full-width {
  width: 100%;
}

.message-text {
  font-size: 14px;
  display: inline-block;
}

.body-dark {
  background-color: var(--bkg-black);
}

.toggle-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.38);
}

.toggle-checkbox {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.slice-div {
  height: 200px;
  background-color: var(--ultragrey);
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 0;
  right: 0;
  transform: skew(-10deg) rotate(-6.5deg);
}

.slice-div.slice-div-large {
  height: 100%;
  top: 345px;
  bottom: auto;
  left: 0;
  right: 0;
  transform: skew(-7deg) rotate(-6.5deg);
}

.slice-div.slice-div-large.slice-div-large-dark {
  background-color: var(--bkg-black);
}

.rich-media-wrapper {
  width: 85%;
  box-shadow: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-icon-float-image {
  border-radius: 2px;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.link-arrow-wrapper {
  height: 100%;
  flex: none;
  align-items: center;
  padding-left: 10px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.heading {
  margin-bottom: 20px;
  font-weight: 500;
}

.legal-wrapper {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.social-button-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.social-button-wrapper.social-button-wrapper-action {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.social-button {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.contact-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.contact-button {
  border: 1px solid var(--toggle-grey);
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 13px 9px;
  font-weight: 400;
  transition: all 0.2s;
  display: flex;
  position: relative;
  border-radius: 5px;
}

.contact-button:hover {
  border-color: var(--light-grey);
}

.contact-button:focus {
  border: 1px solid var(--toggle-grey);
}

.action-icon {
  height: 22px;
  margin-right: 10px;
  position: relative;
}

.contact-button-image {
  height: 18px;
  margin-right: 10px;
  position: relative;
}

.contact-button-text {
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  position: relative;
}

.consent {
  z-index: 1000;
  width: 275px;
  background-color: var(--white);
  border: 1px solid #f4f4f7;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.upgrade {
  display: flex;
}

.minimal-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--toggle-grey);
  border-radius: 50%;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  transition: all 0.2s;
  position: relative;
}

.minimal-button:hover {
  border-color: var(--light-grey);
}

.minimal-button:focus {
  border: 1px solid var(--toggle-grey);
}

.profile-location-text {
  max-width: 340px;
  text-align: center;
}

.compare {
  max-width: 900px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
  box-shadow: 0 20px 50px rgba(189, 189, 191, 0.15);
}

.key {
  min-height: 500px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.review {
  width: 24%;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 40px rgba(51, 51, 51, 0.08);
}

.review-text {
  color: var(--solo-blue);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5em;
}

.platform {
  color: var(--light-grey);
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 9px 12px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.platform:focus {
  border: 1px solid var(--toggle-grey);
}

.twitch-chat-open {
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.capture-wrapper {
  width: 80%;
  border-bottom: 4px solid var(--solo-blue);
  background-color: var(--white);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  position: relative;
  box-shadow: 0 14px 30px -5px rgba(0, 0, 0, 0.13);
}

.capture-success {
  height: 60px;
  border: 1px solid var(--toggle-grey);
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.blank-success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.capture-legal {
  color: var(--read-grey);
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.3em;
}

.capture-legal-wrapper {
  display: none;
  position: relative;
}

.profile-name-wrapper {
  display: flex;
  position: relative;
}

.capture-multi-field {
  background-color: var(--ultragrey);
  flex-direction: row;
  flex: 1;
  display: flex;
}

.divider-wrapper {
  width: 80%;
  text-align: center;
  margin: 20px auto 40px;
}

.divider-wrapper.divider-wrapper-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.divider-wrapper.divider-wrapper-top {
  margin-top: 0;
}

.divider-title {
  color: var(--black);
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4em;
}

.divider-title.divider-title-white {
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.divider-line {
  width: 100%;
  height: 2px;
  background-color: var(--black);
}

.divider-line.divider-line-dark {
  background-color: var(--white);
}

.rotate,
.slider {
  height: 20px;
}

.linkpage-cta {
  color: var(--off-black);
  white-space: nowrap;
  flex: none;
  align-items: center;
  transition: all 0.3s;
  display: flex;
}

.linkpage-cta:hover {
  color: var(--black);
}

.linkpage-cta.linkpage-cta-dark {
  color: var(--off-black);
}

.linkpage-cta.linkpage-cta-dark:hover {
  color: var(--ultrawhite);
}

.profile-search-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.profile-search-clear-button {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.profile-search-clear-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.page-footer {
  height: 45px;
  justify-content: center;
  align-items: flex-start;
  font-family: Graphik, sans-serif;
  display: flex;
  position: relative;
}

.contact-button-copy-overlay {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-title-copy-overlay {
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 19px;
  bottom: auto;
  left: 70px;
  right: auto;
  overflow: hidden;
}

.seated-load-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.page-cta {
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.action-button {
  height: 28px;
  cursor: pointer;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-button.action-button-round {
  border-radius: 20px;
}

@media screen and (min-width: 1920px) {

  .slice-div.slice-div-large {
    left: -1%;
    transform: skew(-10deg) rotate(-4deg);
  }
}

@media screen and (max-width: 991px) {
  ul {
    padding-left: 30px;
  }

  .profile-image {
    height: 150px;
  }

  .profile-location-box,
  .profile-name {
    margin-bottom: 15px;
  }

  .link-item-wrapper {
    width: 100%;
  }

  .link-button.link-button-full-width {
    width: 98%;
    padding-left: 0px;
  }

  .link-block-text-wrapper {
    opacity: 1;
  }

  .link-url {
    width: 100%;
  }

  .profile-bkg-hero-wrapper {
    height: 200px;
    text-align: center;
  }

  .profile-info-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-bottom: 0;
  }

  .profile-info-wrapper.profile-info-wrapper-dark,
  .profile-info-wrapper.profile-info-wrapper-void {
    background-color: rgba(0, 0, 0, 0);
  }

  .page-wrapper {
    position: relative;
  }

  .page-wrapper.page-wrapper-linkpage {
    margin-bottom: -100px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.info-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.link-section {
    padding-top: 15px;
    padding-bottom: 125px;
  }

  .image {
    width: 30px;
  }

  .profile-image-wrapper {
    width: 150px;
    height: 150px;
  }

  .menu-button {
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .slice-div {
    display: none;
  }

  .rich-media-wrapper {
    width: 100%;
  }

  .contact-button-wrapper {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .action-icon {
    margin-bottom: 10px;
  }

  .contact-button {
    margin-bottom: 10px;
  }

  .upgrade {
    flex-direction: column-reverse;
  }

  .key {
    flex-direction: column;
  }

  .review {
    width: 49%;
    margin-bottom: 20px;
  }

  .capture-wrapper {
    width: 100%;
    padding-bottom: 20px;
  }

  .capture-success {
    height: 50px;
  }

  .divider-wrapper,
  .divider-wrapper.divider-wrapper-title {
    width: 90%;
  }

  .page-footer {
    height: 100px;
  }

  .page-cta {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {

  .profile-bkg-hero-wrapper {
    height: 125px;
  }

  .rich-media-wrapper {
    box-shadow: 0 14px 30px -5px rgba(0, 0, 0, 0.13);
  }

  .social-button-wrapper {
    flex-wrap: wrap;
    margin-bottom: 3px;
  }

  .social-button {
    width: 49%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .review {
    width: 100%;
  }

  .capture-multi-field {
    height: 50px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }

  .link-title-copy-overlay {
    right: 49px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: var(--ultragrey);
  }

  ul {
    padding-left: 20px;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .profile-image {
    height: 120px;
  }

  .profile-name {
    max-width: 320px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
  }

  .profile-bio {
    max-width: 320px;
    margin-bottom: 15px;
  }

  .profile-location-box {
    border: 1px none var(--read-grey);
    color: var(--read-grey);
    border-radius: 20px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    display: flex;
  }

  .location-icon {
    height: 20px;
    margin-right: 8px;
  }

  .link-item-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
    display: flex;
  }

  .link-button {
    width: 90%;
    padding-left: 50px;
  }

  .link-button.link-button-full-width {
    width: 90%;
  }

  .link-icon-float {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: -10%;
  }

  .link-arrows {
    opacity: 0.5;
  }

  .section-container {
    width: 85%;
  }

  .profile-info-bottom-wrapper {
    max-width: 320px;
  }

  .page-wrapper {
    min-height: 100vh;
  }

  .section.link-section {
    padding-top: 15px;
  }

  .profile-image-wrapper {
    width: 120px;
    height: 120px;
  }

  .button {
    position: relative;
  }

  .menu-button {
    margin-right: 0;
  }

  .link-arrow-wrapper {
    padding-right: 20px;
  }

  .social-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .social-button {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .consent {
    width: 100%;
    border-style: solid none none;
    bottom: 0;
    left: 0;
  }

  .minimal-button {
    flex: none;
    margin: 5px 5px 0;
  }

  .profile-location-text {
    max-width: 320px;
  }

  .review-text {
    font-size: 18px;
  }

  .capture-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blank-success-message {
    padding: 0;
  }

  .divider-title {
    font-size: 19px;
    line-height: 1.4em;
  }

  .link-title-copy-overlay {
    left: 50px;
  }
}

button:focus,
input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--off-black);
}

select:-moz-focusring * {
  color: var(--off-black);
  text-shadow: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  resize: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

@keyframes circle {
  0% {
    stroke-dashoffset: calc(-1 * var(--total-length));
  }

  30%,
  50% {
    stroke-dashoffset: 0;
  }

  100%,
  80% {
    stroke-dashoffset: var(--total-length);
  }
}

@keyframes circle-once {
  0% {
    stroke-dashoffset: calc(-1 * var(--total-length));
  }

  30%,
  50% {
    stroke-dashoffset: 0;
  }
}

.point {
  cursor: pointer;
}

.id {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.id:hover {
  border-bottom-color: var(--solo-blue);
  color: #2566fa;
}

.active-username,
.analytics-card-list-item-title,
.analytics-card-list-item-url,
.collab-email,
.domain-visit-link,
.edit-link-url,
.link-url,
.list-item-text,
.page-switch-button-text,
.user-item.text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

#card-holder-name {
  font-family: "Roboto Mono", sans-serif;
}

@-webkit-keyframes op {
  from {
    opacity: 0.85;
  }

  to {
    opacity: 0;
  }
}

@keyframes op {
  from {
    opacity: 0.85;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes tr {
  from {
    transform: scaleX(1) scaleY(1);
  }

  to {
    transform: scaleX(2.5) scaleY(2.5);
  }
}

@keyframes tr {
  from {
    transform: scaleX(1) scaleY(1);
  }

  to {
    transform: scaleX(2.5) scaleY(2.5);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.profile-bio,
.profile-location-text,
.profile-name {
  overflow-wrap: break-word;
}

.link-button > .link-arrow-wrapper,
.link-button > .link-icon-float {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.link-button:hover > .link-arrow-wrapper {
  -webkit-transform: translateX(5px) translateY(0) translateZ(0);
  transform: translateX(5px) translateY(0) translateZ(0);
}

.link-button:hover > .link-icon-float {
  -webkit-transform: translateX(0) translateY(-5px) translateZ(0);
  transform: translateX(0) translateY(-5px) translateZ(0);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tiktok {
  height: 613px;
  text-align: center;
}

.seated-event-row:nth-child(n + 6),
.seated-follow-box {
  display: none;
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 346px) {
  .tiktok {
    height: 568px;
  }
}

@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn.solo.to/fonts/Graphik-300.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Graphik-300.woff") format("woff");
}

@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.solo.to/fonts/Graphik-400.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Graphik-400.woff") format("woff");
}

@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 500;
  src: url("https://cdn.solo.to/fonts/Graphik-500.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Graphik-500.woff") format("woff");
}

@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 600;
  src: url("https://cdn.solo.to/fonts/Graphik-600.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Graphik-600.woff") format("woff");
}

@font-face {
  font-family: Graphik;
  font-style: normal;
  font-weight: 700;
  src: url("https://cdn.solo.to/fonts/Graphik-700.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Graphik-700.woff") format("woff");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn.solo.to/fonts/Roboto-Mono-300.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Roboto-Mono-300.woff") format("woff");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.solo.to/fonts/Roboto-Mono-400.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Roboto-Mono-400.woff") format("woff");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url("https://cdn.solo.to/fonts/Roboto-Mono-500.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Roboto-Mono-500.woff") format("woff");
}

@font-face {
  font-family: Maitree;
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn.solo.to/fonts/Maitree-300.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Maitree-300.woff") format("woff");
}

@font-face {
  font-family: Maitree;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.solo.to/fonts/Maitree-400.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Maitree-400.woff") format("woff");
}

@font-face {
  font-family: Maitree;
  font-style: normal;
  font-weight: 500;
  src: url("https://cdn.solo.to/fonts/Maitree-500.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Maitree-500.woff") format("woff");
}

@font-face {
  font-family: Chillax;
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn.solo.to/fonts/Chillax-300.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Chillax-300.woff") format("woff");
}

@font-face {
  font-family: Chillax;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.solo.to/fonts/Chillax-400.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Chillax-400.woff") format("woff");
}

@font-face {
  font-family: Chillax;
  font-style: normal;
  font-weight: 500;
  src: url("https://cdn.solo.to/fonts/Chillax-500.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Chillax-500.woff") format("woff");
}

@font-face {
  font-family: Nippo;
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn.solo.to/fonts/Nippo-300.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Nippo-300.woff") format("woff");
}

@font-face {
  font-family: Nippo;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.solo.to/fonts/Nippo-400.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Nippo-400.woff") format("woff");
}

@font-face {
  font-family: Nippo;
  font-style: normal;
  font-weight: 500;
  src: url("https://cdn.solo.to/fonts/Nippo-500.woff2") format("woff2"),
    url("https://cdn.solo.to/fonts/Nippo-500.woff") format("woff");
}
