*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  font-family: sans-serif;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  font-size: 1em;
}

h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h3 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h4 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h5 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

summary,
figure {
  padding: 0;
  margin: 0;
}

summary {
  outline: none;
}
summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  display: none;
  content: "";
}

input,
button,
textarea,
select {
  font: inherit;
}

@keyframes laui1-loader {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateX(50px);
  }
  80% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
@keyframes laui1-loader-mobile {
  0% {
    transform: translateX(60vw);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateX(10vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-10vw);
  }
  100% {
    transform: translateX(-60vw);
    opacity: 0;
  }
}
.laui1 .section {
  margin: 1em 0;
}
.laui1 .section.double {
  margin: 2em 0;
}
.laui1 a,
.laui1 a:link,
.laui1 a:visited {
  color: rgb(24, 182, 255);
}
.laui1 a:hover,
.laui1 a:link:hover,
.laui1 a:visited:hover {
  color: rgb(78, 199, 255);
}
.laui1 .input-text {
  border: 1px solid #cccccc;
  background-color: #000000;
  color: #ffffff;
  padding: 0.5em;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
.laui1 .loader {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 0px;
  overflow: visible;
  margin: -12.5px 0;
}
.laui1 .loader span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 5px;
  animation-name: laui1-loader;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .laui1 .loader span {
    animation-name: laui1-loader-mobile;
  }
}
.laui1 .loader span:nth-child(2) {
  animation-delay: 0.2s;
}
.laui1 .loader span:nth-child(3) {
  animation-delay: 0.4s;
}
.laui1 .notice {
  padding: 1em;
  text-align: center;
  font-weight: 700;
  background-color: #333333;
  color: #ffffff;
}
.laui1 .notice.danger {
  background-color: rgb(224, 0, 82);
}
.laui1 .notice.warning {
  background-color: rgb(255, 94, 0);
}
.laui1 .ta-center {
  text-align: center;
}
.laui1 .button {
  background-color: #5d5d5d;
  cursor: pointer;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 0.5em 2em;
  text-align: center;
}
.laui1 .button:hover {
  transform: scale(1.025);
  background-color: #444444;
}
.laui1 .button:active {
  transform: scale(1);
}
.laui1 .button.color-primary {
  background-color: rgb(0, 114, 245);
}
.laui1 .buttons {
  display: flex;
  margin: -0.5em;
  justify-content: center;
}
.laui1 .buttons button {
  margin: 0.5em;
  width: 50%;
}
.laui1 .markup h1, .laui1.markup h1 {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 0;
}
.laui1 .markup h1:not(:first-child), .laui1.markup h1:not(:first-child) {
  margin-top: 1.5em;
}
.laui1 .markup h2, .laui1.markup h2 {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0;
}
.laui1 .markup h2:not(:first-child), .laui1.markup h2:not(:first-child) {
  margin-top: 1.5em;
}
.laui1 .markup h3, .laui1.markup h3 {
  font-weight: 700;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.5em rgba(0, 0, 0, 0.5);
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.laui1 .markup h3:not(:first-child), .laui1.markup h3:not(:first-child) {
  margin-top: 1.5em;
}
.laui1 .markup h4, .laui1.markup h4 {
  font-weight: 700;
  font-size: 1.15em;
  margin-bottom: 0;
}
.laui1 .markup h4:not(:first-child), .laui1.markup h4:not(:first-child) {
  margin-top: 1.5em;
}
.laui1 .markup h5, .laui1.markup h5 {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0;
}
.laui1 .markup h5:not(:first-child), .laui1.markup h5:not(:first-child) {
  margin-top: 1.5em;
}
.laui1 .markup h6, .laui1.markup h6 {
  font-weight: 700;
  font-size: 1.05em;
  margin-bottom: 0;
}
.laui1 .markup h6:not(:first-child), .laui1.markup h6:not(:first-child) {
  margin-top: 1.5em;
}
.laui1 .markup p, .laui1.markup p {
  font-size: 1em;
  margin: 1em 0;
}
.laui1 .markup p:first-child, .laui1.markup p:first-child {
  margin-top: 0;
}
.laui1 .markup ol, .laui1.markup ol {
  list-style-type: decimal;
}
.laui1 .markup ul, .laui1.markup ul {
  list-style-type: disc;
}
.laui1 .markup ul,
.laui1 .markup ol, .laui1.markup ul,
.laui1.markup ol {
  margin: 0.5em 0 0.5em 1.5em;
}
.laui1 .markup ul li,
.laui1 .markup ol li, .laui1.markup ul li,
.laui1.markup ol li {
  margin: 0.5em 0;
  padding: 0 0 0 0.25em;
}
.laui1 .markup ul li p,
.laui1 .markup ol li p, .laui1.markup ul li p,
.laui1.markup ol li p {
  margin: 0;
}

body {
  background-size: cover;
  overflow: hidden;
}

html {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

.background-video {
  position: fixed;
  z-index: 2;
  object-fit: cover;
  width: 102%;
  height: 102%;
  top: 51%;
  left: 51%;
  transform: translate(-51%, -51%);
}
.background-video::-webkit-media-controls {
  display: none !important;
}

.body-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  transform: rotate(0deg);
  background-size: cover;
  background-position: center center;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: 3;
  transform: rotate(0deg);
}

.page {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: overlay;
  height: -webkit-fill-available;
}

/* very basic modal styles for brevity */
.app {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.1s ease;
  pointer-events: none;
}
.app.active {
  pointer-events: auto;
  opacity: 1;
}
.app.active .app-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.app-float {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60%;
  padding: 2em;
}
@media only screen and (max-width: 600px) {
  .app-float {
    height: 100%;
    padding: 0;
  }
}
.app-box {
  transition: all 0.1s ease;
  opacity: 0;
  transform: scale(0.9) translateY(10em);
  width: 100%;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border-radius: 2em;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-height: calc(100vh - 4em);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .app-box {
    height: 100%;
    border-radius: 0;
    max-height: none;
  }
}
.app-head {
  text-align: center;
}
.app-content {
  flex-grow: 1;
  min-height: 0%;
  overflow-y: auto;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .app-content {
    padding: 0em 0.5em;
  }
}

@media only screen and (min-width: 600px) {
  #userlite:not(.open) {
    display: block;
    width: 1.5em;
    height: 1.5em;
    z-index: 100;
    left: 2em;
    bottom: 2em;
    position: fixed;
    background-image: url("https://usain.userlite.com/cdn/image/_assets/userlite_logomark_overlay.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.4;
    color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 600px) {
  #userlite:not(.open) {
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("https://usain.userlite.com/cdn/image/_assets/userlite_logomark_overlay.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.4;
    color: rgba(0, 0, 0, 0);
    margin: 0 auto;
  }
}
@keyframes link-star {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  21% {
    transform: scale(1.015);
  }
  22% {
    transform: scale(1.015) rotate(1deg);
  }
  23% {
    transform: scale(1.015) rotate(-1deg);
  }
  24% {
    transform: scale(1.015) rotate(1deg);
  }
  25% {
    transform: scale(1.015) rotate(-1deg);
  }
  26% {
    transform: scale(1.015) rotate(1deg);
  }
  27% {
    transform: scale(1.015) rotate(-1deg);
  }
  28% {
    transform: scale(1.015) rotate(1deg);
  }
  29% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.socials {
  display: flex;
  justify-content: center;
  padding: 0 0 1em 0;
}

.social {
  display: block;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 80vh;
  padding: 0 0 3em 0;
}
.links-footertext {
  text-align: center;
  padding: 1em;
}
.links-head {
  padding-top: 12vw;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .links-head {
    padding-top: 7vw;
  }
}
@media only screen and (max-width: 600px) {
  .links-head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .links-head-image {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 600px) {
  .links-head-image {
    margin-right: 1em;
  }
}
.links-head-name {
  text-align: center;
  line-height: 115%;
}
@media only screen and (max-width: 600px) {
  .links-head-name {
    margin-top: 0.25em;
  }
}
@media only screen and (min-width: 600px) {
  .links-head-name {
    margin-left: 0.25em;
  }
}
.links-head.using-logo {
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .links-head.using-logo .links-head-image {
    margin-bottom: 0em;
  }
}
@media only screen and (min-width: 600px) {
  .links-head.using-logo .links-head-image {
    margin-right: 0em;
  }
}
@media only screen and (min-width: 600px) {
  .links-head.using-logo .links-head-name {
    margin-left: 0;
  }
}
.links-head.hide-name .links-head-name {
  display: none;
}
.links-nobio {
  height: 0.5em;
}
.links-bio {
  padding: 0em 2em;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.links-contents {
  display: none;
}
.links-items {
  padding: 1em 1em 1em 1em;
}
.links-items .links-items-item {
  margin: 1em auto;
}
.links-items-item {
  background-color: rgb(255, 255, 255);
}
.links-items-item span:first-child, .links-items-item span:last-child {
  border-radius: 10em;
}
.links-items-item.star {
  animation-name: link-star;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.app.active .links-items-item.star {
  animation: none;
}
.links-items-item-name-pre {
  display: block;
  font-size: 0.8em;
  font-weight: 700;
}
.links-items-item-name-main {
  display: block;
  line-height: 115%;
}
.links-items-item {
  border-color: rgba(0, 0, 0, 0);
}
.links-items-item, .links-items-item:link, .links-items-item:visited {
  border-radius: 2em;
  border-style: solid;
  color: #000000;
  width: 100%;
  display: block;
  max-width: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 4px;
  transition: all 0.1s ease;
}
.links-items-item.open, .links-items-item:link.open, .links-items-item:visited.open {
  opacity: 0.2;
  filter: brightness(0.45) saturate(1.5) contrast(1.5) blur(2px);
}
.app.active .links-items-item, .app.active .links-items-item:link, .app.active .links-items-item:visited {
  padding: 8px;
  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media only screen and (max-width: 600px) {
  .app.active .links-items-item, .app.active .links-items-item:link, .app.active .links-items-item:visited {
    border-radius: 0px;
  }
}
.app.active .links-items-item:hover, .app.active .links-items-item:link:hover, .app.active .links-items-item:visited:hover {
  transform: scale(1) !important;
}
.links-items-item > span:first-child, .links-items-item > span:last-child, .links-items-item:link > span:first-child, .links-items-item:link > span:last-child, .links-items-item:visited > span:first-child, .links-items-item:visited > span:last-child {
  width: 3em;
  height: 3em;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
}
.app.active .links-items-item > span:first-child, .app.active .links-items-item > span:last-child, .app.active .links-items-item:link > span:first-child, .app.active .links-items-item:link > span:last-child, .app.active .links-items-item:visited > span:first-child, .app.active .links-items-item:visited > span:last-child {
  background-color: rgba(0, 0, 0, 0) !important;
}
.app.active .links-items-item > span:first-child > i, .app.active .links-items-item > span:last-child > i, .app.active .links-items-item:link > span:first-child > i, .app.active .links-items-item:link > span:last-child > i, .app.active .links-items-item:visited > span:first-child > i, .app.active .links-items-item:visited > span:last-child > i {
  font-size: 1.25em;
}
.links-items-item > span:first-child, .links-items-item:link > span:first-child, .links-items-item:visited > span:first-child {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.links-items-item > span.ind, .links-items-item:link > span.ind, .links-items-item:visited > span.ind {
  background-color: rgba(0, 0, 0, 0.05);
}
.links-items-item > span.ind:hover, .links-items-item:link > span.ind:hover, .links-items-item:visited > span.ind:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.links-items-item > span:nth-child(2), .links-items-item:link > span:nth-child(2), .links-items-item:visited > span:nth-child(2) {
  flex-grow: 1;
  text-align: center;
  padding: 0 2em;
}

.body-background {
  background-size: cover;
  background-position: center center;
}

.body-overlay {
  background-color: rgb(2, 103, 154);
  background-image: linear-gradient(rgb(2, 103, 154), rgb(0, 72, 108));
}

.links-head-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 5em;
  border: 0px solid rgba(0, 0, 0, 0.5);
  background-image: url("https://usain.userlite.com/cdn/image/transform/small_q6/fa222/jnmEH/58f1d0b176498b28a22081d11c12a884.jpg");
  border-width: 0em;
  border-color: rgb(255, 255, 255);
  border-radius: 0.45em;
  font-size: 2em;
}

.links-head-name {
  font-size: 2em;
  font-family: Roboto;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.links-bio-text {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-footertext-text {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-bio-text a {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-footertext-text a {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-bio-text a:link {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-footertext-text a:link {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-bio-text a:visited {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-footertext-text a:visited {
  font-size: 1em;
  font-family: Roboto;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.links-items-item {
  font-family: Roboto;
  font-weight: normal;
  color: rgb(2, 103, 154);
}

.links-items-item:link {
  font-family: Roboto;
  font-weight: normal;
  color: rgb(2, 103, 154);
}

.links-items-item:visited {
  font-family: Roboto;
  font-weight: normal;
  color: rgb(2, 103, 154);
}

.links-items-item:hover {
  color: rgb(0, 145, 218);
  transform: scale(1.02);
}

.links-items-item:link:hover {
  color: rgb(0, 145, 218);
  transform: scale(1.02);
}

.links-items-item:visited:hover {
  color: rgb(0, 145, 218);
}

.social {
  transition: all 0.1s ease;
  margin: 0 0.5em;
}

.social i {
  color: rgb(255, 255, 255);
}

.links-items-item:visted:hover {
  transform: scale(1.02);
}

.social:hover {
  transform: scale(1.06);
}

.social:hover:active {
  transform: scale(0.98);
}