:root {
  --body: #fdfbfb;
  --text-dark: #31343c;
  --desktop--h1: 3.5rem;
  --desktop--h2: 2rem;
  --desktop--p-base: 1rem;
  --selection-purple: #8364ff;
  --desktop--p-xl: 1.5rem;
  --pastel-yellow: #f6ca53;
  --pastel-turquoise: #58d3b9;
  --pastel-blue: #6dace8;
  --pastel-brown: #de9389;
  --pastel-green: #84d25f;
  --blueish-grey: rgba(230, 235, 243, .8);
  --text-light: #69737e;
  --desktop--p-s: .875rem;
  --light-grey: #f9f9f9;
  --mid-grey: #eff1f4;
  --dark-grey: #dee1e8;
  --user-green: #c1e068;
  --normal: "DM Sans", sans-serif;
  --text-link: #0057ff;
  --desktop--p-m: 1.25rem;
  --animated: "Changa One", Impact, sans-serif;
  --user-green-transparent: rgba(193, 224, 104, .6);
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--body);
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--text-dark);
  font-family: DM Sans, sans-serif;
  font-size: var(--desktop--h1);
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  font-size: var(--desktop--h2);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  font-family: DM Sans, sans-serif;
  font-size: var(--desktop--p-base);
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

p {
  font-family: DM Sans, sans-serif;
  font-size: var(--desktop--p-base);
  margin-bottom: 20px;
  line-height: 150%;
}

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

a:hover {
  color: #4b3dcc;
}

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

.body {
  cursor: default;
  background-color: #fdfbfb;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.heading {
  font-weight: 500;
}

.logo {
  pointer-events: none;
  font-size: var(--desktop--p-xl);
  text-align: center;
  letter-spacing: -.5px;
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

.basic_container {
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.basic_container.header {
  z-index: 5;
  height: 100px;
}

.basic_container.text-page {
  max-width: 680px;
}

.basic_container.text-page.m-top-70 {
  margin-top: 70px;
}

.basic_container.text-page.m-top-20 {
  margin-top: 20px;
}

.basic_container.text-page.m-top-10 {
  margin-top: 10px;
}

.basic_container.m-top-90 {
  margin-top: 90px;
}

.basic_container.off-grid {
  max-width: 900px;
}

.basic_container.off-grid.m-top-20 {
  margin-top: 20px;
}

.basic_container.floating {
  justify-content: flex-end;
  display: flex;
}

.basic_container.m-top-20, .first {
  margin-top: 20px;
}

.bit {
  border: 4px solid var(--pastel-yellow);
  background-color: #a09e9e;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -3px;
  display: flex;
  position: relative;
  overflow: visible;
}

.bit.turquoise {
  border-color: var(--pastel-turquoise);
}

.bit.blue {
  border-color: var(--pastel-blue);
}

.bit.brown {
  border-color: var(--pastel-brown);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.bit.green {
  border-color: var(--pastel-green);
}

.herowrapper {
  flex-direction: column;
  justify-content: center;
  height: 700px;
  display: flex;
  position: relative;
}

.herowrapper.policy {
  height: auto;
}

.bitswrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.basic_section.footer {
  background-image: linear-gradient(to bottom, rgba(253, 251, 251, 0), var(--blueish-grey));
  margin-top: 90px;
  padding-bottom: 50px;
}

.basic_section.footer.error-page {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  min-height: 250px;
  margin-top: 0;
  padding-bottom: 30px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.basic_section.hero {
  background-image: linear-gradient(to bottom, var(--blueish-grey), rgba(253, 251, 251, 0));
  position: relative;
  overflow: hidden;
}

.basic_section.apps {
  margin-top: 90px;
}

.spline-scene {
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
}

.headerwrapper {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.nodecorationlink {
  border-bottom: 1px solid var(--text-dark);
  color: var(--text-light);
  align-self: flex-start;
  text-decoration: none;
}

.nodecorationlink:hover {
  border-bottom-color: var(--text-dark);
  color: var(--text-dark);
}

.addressheader {
  color: var(--text-light);
  font-size: var(--desktop--p-base);
  line-height: 130%;
}

.heading-2 {
  font-size: var(--desktop--h1);
  font-weight: 600;
  line-height: 110%;
}

.centerflag {
  z-index: 5;
  text-align: center;
  position: relative;
}

.centerflag.m-top-20 {
  margin-top: 20px;
}

.headingwrapper {
  justify-content: center;
  display: flex;
}

.headingwrapper.special {
  flex-direction: row;
  margin-top: -60px;
}

.headingwrapper.privacy {
  flex-direction: column;
}

.productgrid {
  flex-direction: column;
  align-items: center;
  padding-left: 160px;
  padding-right: 160px;
  display: block;
}

.row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-self: center;
  display: flex;
}

.row.nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.productcard {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--mid-grey));
  color: var(--text-dark);
  text-align: center;
  flex-direction: column;
  height: 260px;
  padding: 80px 30px 40px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.productcard.gifox {
  background-image: linear-gradient(#fff1e2, #fc8967);
}

.productcard.gifox:hover {
  background-image: linear-gradient(#fff7ee, #fc8967);
  box-shadow: 0 20px 60px #ff997f;
}

.productcard.secretly {
  background-image: linear-gradient(#f3f3ff, #9688e0);
}

.productcard.secretly:hover {
  box-shadow: 0 20px 60px #a78dff;
}

.topsection {
  border-radius: 18px;
  align-self: center;
  margin-top: -86px;
  overflow: hidden;
}

.topsection.overlay {
  z-index: 10000;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.topsection.inside {
  opacity: 0;
}

.bottomsection {
  align-items: flex-start;
}

.productcardtext {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.outerlinkicon {
  background-color: var(--dark-grey);
  color: var(--text-dark);
  border-radius: 20px;
  flex: none;
  align-self: flex-start;
  padding: 15px 15px 11px;
}

.linkwrapper {
  width: 430px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.linkwrapper:hover {
  z-index: 1000;
  transform: scale(1.03);
}

.linkwrapper.gifox {
  background-image: linear-gradient(#ffe9e0, #ff7046);
}

.linkwrapper.disabled {
  filter: grayscale(60%);
  pointer-events: none;
  cursor: default;
}

.linkwrapper.disabled:hover {
  transform: none;
}

.linkwrapper.secretly:hover {
  box-shadow: 0 20px 60px #a78dff;
}

.footerwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.footercta {
  font-size: var(--desktop--h2);
}

.footercta.centerflag {
  letter-spacing: -1px;
}

.footnotes {
  color: var(--text-light);
  justify-content: center;
  align-items: center;
  display: flex;
}

.iconwrapper {
  color: var(--text-light);
  padding: 5px 5px 0;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.iconwrapper.heart {
  position: static;
}

.animationwrapper {
  z-index: 99;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.avatar {
  border-radius: 40px;
}

.nametooltip {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--pastel-yellow);
  font-size: var(--desktop--p-s);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 9px;
  line-height: 130%;
  display: flex;
  position: absolute;
  top: 90px;
}

.nametooltip.turquoise {
  background-color: var(--pastel-turquoise);
}

.nametooltip.blue {
  background-color: var(--pastel-blue);
  color: var(--text-dark);
}

.nametooltip.brown {
  background-color: var(--pastel-brown);
}

.nametooltip.green {
  background-color: var(--pastel-green);
}

.tooltiptip {
  color: #dee1e8;
  position: absolute;
  top: -12px;
}

.tooltiptip.turquoise {
  color: var(--pastel-turquoise);
}

.tooltiptip.blue {
  color: var(--pastel-blue);
}

.tooltiptip.brown {
  color: var(--pastel-brown);
}

.tooltiptip.green {
  color: var(--pastel-green);
}

.tooltiptip.yellow {
  color: var(--pastel-yellow);
}

.tooltiptip.dark {
  color: #f5f5f5;
  top: 5%;
  bottom: auto;
  left: auto;
  right: -9px;
}

.tooltiptip.dark.noborder {
  color: #e9edf1;
  right: -8px;
}

.usercursor {
  color: var(--text-dark);
  font-size: var(--desktop--p-s);
  background-color: #c1e068;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.usercursor.desktop {
  background-color: var(--user-green);
  margin-bottom: -60px;
  margin-right: -190px;
}

.cursorwrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursorwrapper.desktoponly {
  position: fixed;
}

.nickanimation {
  z-index: 10;
  color: var(--pastel-brown);
  white-space: nowrap;
  flex-direction: column;
  width: 60px;
  display: flex;
  position: absolute;
}

.nickanimation.textappears {
  width: auto;
  margin-left: 442px;
  padding-top: 17px;
  display: flex;
  position: absolute;
}

.nametag {
  color: var(--text-dark);
  font-size: var(--desktop--p-s);
  background-color: #c1e068;
  border-radius: 8px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 15px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.nametag.brown {
  background-color: var(--pastel-brown);
}

.nametag.brown.message {
  background-color: #ecbdb7;
  font-weight: 400;
}

.nametag.blue {
  background-color: var(--pastel-blue);
  color: var(--text-dark);
  justify-content: flex-start;
  align-self: flex-end;
}

.nametag.blue.message {
  background-color: #bedffd;
  justify-content: flex-end;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.nametag.green {
  z-index: 2;
  grid-column-gap: 5px;
  background-color: var(--pastel-green);
  align-self: flex-start;
  transition: flex-grow .2s cubic-bezier(.77, 0, .175, 1);
}

.nametag.green.message {
  z-index: 2;
  background-color: #b7e5a1;
}

.nametag.turquoise {
  background-color: var(--pastel-turquoise);
  align-self: flex-end;
}

.nametag.turquoise.message {
  background-color: #9ef1e0;
}

.nametag.yellow {
  z-index: 1;
  background-color: var(--pastel-yellow);
}

.nametag.yellow.message {
  grid-column-gap: 5px;
  white-space: nowrap;
  background-color: #fde5a2;
  font-weight: 400;
}

.nametag.travolta {
  background-color: var(--text-dark);
  margin-left: 35px;
}

.nametag.soon {
  color: #4e4685;
  background-color: #8f85ce;
  border: 1px solid #a29ebc;
  align-self: center;
  width: 130px;
  height: 32px;
  margin-top: 3px;
}

.nametag.soon.hidden {
  display: none;
}

.animatedword {
  z-index: 0;
  font-family: var(--normal);
}

.cursor {
  z-index: 2;
  margin-bottom: -12px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.cursor.reverted {
  flex: none;
  align-self: flex-end;
  margin-bottom: -95px;
  margin-left: 0;
  margin-right: -15px;
}

.cursor.bottomleft {
  margin-bottom: -95px;
}

.leraanimation {
  z-index: 10;
  color: var(--pastel-blue);
  text-align: right;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.leraanimation.textappears {
  margin-left: 442px;
  padding-top: 17px;
  display: flex;
  position: absolute;
}

.leraanimation.alert {
  align-items: center;
  width: 24px;
  position: relative;
}

.leraanimation.alert.deskop {
  position: absolute;
}

.text-block {
  white-space: nowrap;
  font-weight: 400;
}

.div-block {
  display: flex;
}

.mailwrapper {
  grid-column-gap: 5px;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  width: 24px;
}

.alerttooltip {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-dark);
  font-size: var(--desktop--p-s);
  text-align: center;
  white-space: nowrap;
  background-color: #dee1e8;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 9px;
  line-height: 130%;
  display: flex;
  position: absolute;
  top: 61px;
  right: -95.25px;
}

.alerttooltip.turquoise {
  background-color: var(--pastel-turquoise);
}

.alerttooltip.blue {
  background-color: var(--pastel-blue);
}

.alerttooltip.brown {
  background-color: var(--pastel-brown);
}

.alerttooltip.green {
  background-color: var(--pastel-green);
}

.alerticon {
  position: relative;
  top: -10px;
  left: 127px;
}

.mityaanimation {
  z-index: 10;
  color: var(--pastel-green);
  flex-direction: column;
  flex: none;
  width: 89px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: auto;
}

.mityaanimation.textappears {
  margin-left: 442px;
  padding-top: 17px;
  display: flex;
  position: absolute;
}

.mityaanimation.alert {
  align-items: center;
  width: 24px;
  position: relative;
}

.soundwave {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--body), var(--pastel-green));
  opacity: .5;
  border-radius: 50%;
  flex: none;
  align-self: center;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 5px;
}

.soundwave.yellow {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--body), var(--pastel-yellow));
}

.soundwaveanimation {
  opacity: .5;
  position: absolute;
  top: 89px;
  left: -5px;
}

.soundwaveanimation.yellow {
  z-index: 0;
  top: 42px;
  left: -26px;
}

.callalert {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: 0%;
}

.mikeanimation {
  z-index: 10;
  color: var(--pastel-turquoise);
  flex-direction: column;
  flex: none;
  width: 89px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 517px;
  right: auto;
}

.mikeanimation.textappears {
  margin-left: 442px;
  padding-top: 17px;
  display: flex;
  position: absolute;
}

.mikeanimation.alert {
  align-items: center;
  width: 24px;
  position: relative;
}

.codeanimation {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 155px;
  left: -376px;
}

.codecontainer {
  border-radius: 8px;
  width: 260px;
  position: relative;
  top: 50px;
  left: 3px;
}

.codecontainer.desktop {
  font-family: Roboto Mono, sans-serif;
  top: 0;
}

.div-block-3 {
  grid-column-gap: 10px;
  background-color: #f6f8fa;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  height: 130px;
  padding: 0 0 0 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(140, 149, 159, .15);
}

.paragraph-2 {
  color: #8a949e;
  font-size: var(--desktop--p-s);
  margin-top: -80px;
  padding-top: 10px;
  line-height: 150%;
}

.explosion {
  z-index: 100;
  width: 180%;
  position: absolute;
}

.button {
  color: var(--light-grey);
  background-color: #1a7f37;
  border: 1px solid rgba(31, 35, 40, .15);
  border-radius: 6px;
  margin-top: 5px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
}

.iananimation {
  z-index: 10;
  color: var(--pastel-brown);
  flex-direction: column;
  width: 60px;
  display: flex;
  position: absolute;
  top: 200px;
  right: 100px;
}

.iananimation.textappears {
  width: auto;
  margin-left: 442px;
  padding-top: 17px;
  display: flex;
  position: absolute;
}

.blue {
  color: var(--pastel-blue);
}

.string {
  color: #1f2328;
}

.string.first {
  padding-left: 15px;
}

.commenttag, .comment {
  color: var(--text-light);
}

.hidden {
  display: inline;
}

.grey {
  color: #939da8;
  text-align: right;
}

.button-2 {
  color: var(--text-light);
  background-color: #e5e5e5;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 1px 11px 3px;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: auto;
  bottom: 157px;
  left: auto;
  right: 53px;
}

.utility-page-wrap {
  z-index: 10;
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 260px;
  display: flex;
  overflow: visible;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link {
  color: var(--text-link);
}

.paragraph-3 {
  color: #8a949e;
  font-size: var(--desktop--p-s);
  min-width: 201px;
  margin-top: -80px;
  padding-top: 10px;
  line-height: 150%;
}

.header-button {
  background-color: var(--selection-purple);
  font-size: var(--desktop--p-s);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.header-button:hover {
  color: var(--light-grey);
  background-color: #8a31e2;
}

.header-button.w--current {
  flex: none;
  position: relative;
}

.header-button.desktop {
  width: 140px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.header-button.desktop:hover {
  background-color: #6745ee;
}

.app_icon {
  z-index: 1000;
  width: 164px;
  position: relative;
}

.pill {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-light);
  background-color: #d7dee9;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 70px;
  padding: 18px 40px;
  font-size: 20px;
  display: flex;
}

.footnotes-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--text-light);
  display: flex;
}

.mobile-icon-wrapper {
  background-color: var(--selection-purple);
  color: var(--light-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.mobile-icon-wrapper.mobile {
  display: none;
}

.travolta {
  color: var(--light-grey);
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.travoltaanimation {
  z-index: 10;
  color: var(--text-dark);
  white-space: nowrap;
  flex-direction: column;
  width: 60px;
  display: flex;
  position: relative;
  top: 89px;
  left: 122px;
}

.travoltaanimation.textappears {
  width: auto;
  margin-left: 442px;
  padding-top: 17px;
  display: flex;
  position: absolute;
}

.corner {
  position: absolute;
}

.corner.bottom-left {
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-4 {
  z-index: 1000000;
  opacity: .2;
  pointer-events: none;
  background-image: url('../images/grid.png');
  background-position: 50%;
  background-size: 10px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-overlay {
  z-index: 999;
  opacity: 1;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-image: url('../images/grid_transparent.png');
  background-position: 0 0;
  background-size: 10px;
  background-clip: content-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper {
  margin-bottom: 50px;
  position: relative;
}

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

.grid-overlay-body {
  z-index: 10000;
  opacity: .3;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/grid.png');
  background-position: 50%;
  background-size: 10px;
  background-attachment: scroll;
  margin: -30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6, .icon-link-wrapper {
  position: relative;
}

.geo-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.bg-section {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-section.grid {
  background-image: linear-gradient(to bottom, var(--blueish-grey), rgba(230, 235, 243, 0) 30%), linear-gradient(to bottom, rgba(249, 249, 249, 0), var(--body)), url('../images/grid.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, 10px;
  height: 120vh;
}

.bg-section.gradient {
  background-image: linear-gradient(#000, #fff);
}

.leed {
  font-size: var(--desktop--p-m);
}

.callout {
  font-family: DM Sans, sans-serif;
  font-size: var(--desktop--p-s);
  background-image: linear-gradient(#f8f7fc, #e8e3ff);
  border-radius: 10px;
  padding: 30px;
}

.callout-paragraph {
  font-size: var(--desktop--p-s);
  margin-bottom: 0;
}

.ui-card {
  color: #9993b4;
  font-family: DM Sans, sans-serif;
  font-size: var(--desktop--p-s);
  background-color: #f3f1f8;
  border: 1px solid #f3f1f8;
  border-radius: 10px;
  width: 200px;
  height: 220px;
  padding: 20px 25px 20px 20px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.ui-card:hover {
  background-color: #e8e3ff;
  border: 1px solid #dfdcef;
  box-shadow: 0 2px 6px rgba(36, 32, 54, .15);
}

.purple {
  color: var(--selection-purple);
}

.p-s {
  font-size: var(--desktop--p-s);
}

.ui-card-icon {
  margin-bottom: 10px;
}

.heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.heading-wrapper.with-icon {
  margin-left: -35px;
}

.h-text-page {
  margin-bottom: 0;
}

.bold {
  display: block;
}

.fixed-section {
  z-index: 1000;
  display: block;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.floating-button {
  background-color: var(--text-light);
  color: var(--light-grey);
  font-size: var(--desktop--p-s);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.floating-button:hover {
  color: var(--light-grey);
  background-color: #4f5861;
}

.floating-button.w--current {
  flex: none;
  position: relative;
}

.floating-button.desktop {
  width: 140px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.floating-button.desktop:hover {
  background-color: #6745ee;
}

.to-top-trigger {
  z-index: 0;
  width: 100%;
  height: 150svh;
  position: absolute;
}

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

@media screen and (max-width: 991px) {
  p {
    font-size: var(--desktop--p-base);
  }

  .logo {
    z-index: 10;
  }

  .basic_container {
    max-width: 680px;
    padding-left: 0;
    padding-right: 0;
  }

  .basic_container.text-page, .basic_container.off-grid {
    max-width: 640px;
  }

  .basic_container.floating {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .herowrapper {
    z-index: 100;
    position: relative;
  }

  .productgrid {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .row.nav {
    flex-direction: row;
    justify-content: flex-start;
  }

  .productcard {
    height: 270px;
  }

  .bottomsection {
    justify-content: center;
    display: flex;
  }

  .productcardtext {
    max-width: 90%;
  }

  .outerlinkicon {
    padding: 10px 10px 4px;
  }

  .outerlinkiconsvg {
    transform: scale(.8);
  }

  .animationwrapper {
    z-index: 99;
  }

  .heading-3 {
    font-size: var(--desktop--h2);
  }

  .usercursor.desktop, .cursorwrapper.desktoponly {
    display: none;
  }

  .nickanimation {
    margin-bottom: 94px;
    margin-left: 661px;
  }

  .nametag.brown.message.desktop {
    display: none;
  }

  .nametag.blue.message.desktop {
    opacity: 0;
  }

  .nametag.green.message.desktop {
    display: none;
  }

  .nametag.turquoise.message.desktop {
    opacity: 0;
  }

  .nametag.yellow.message.desktop {
    display: none;
  }

  .nametag.yellow.message.hiden {
    opacity: 0;
  }

  .animationimage.v1.desktop, .animationimage.v2.desktop {
    display: none;
  }

  .leraanimation {
    margin-bottom: -114px;
    margin-left: 512px;
    left: -558px;
  }

  .leraanimation.alert.deskop {
    display: none;
  }

  .mityaanimation {
    margin-bottom: 103px;
    margin-left: -208px;
    bottom: -8px;
  }

  .soundwaveanimation.yellow.desktop, .callalert.desktop {
    display: none;
  }

  .mikeanimation {
    margin-bottom: 81px;
    margin-left: -538px;
  }

  .codecontainer.desktop {
    display: none;
  }

  .iananimation {
    margin-bottom: 60px;
  }

  .button-2.desktop {
    display: none;
  }

  .utility-page-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .travoltaanimation {
    position: relative;
  }

  .image-2 {
    z-index: 100;
    position: relative;
  }

  .ui-card {
    width: 31%;
  }

  .fixed-section {
    bottom: 3%;
  }
}

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

  .logo {
    left: 0;
    right: 0;
  }

  .basic_container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .basic_container.text-page.m-top-70 {
    margin-top: 50px;
  }

  .basic_container.text-page.m-top-20 {
    margin-top: 10px;
  }

  .basic_container.off-grid {
    max-width: none;
  }

  .basic_container.floating {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herowrapper {
    height: 750px;
  }

  .basic_section.apps {
    margin-top: 90px;
  }

  .nodecorationlink {
    align-self: center;
  }

  .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .productcard {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: flex-end;
    height: 220px;
    padding-top: 40px;
  }

  .topsection {
    margin-top: 0;
  }

  .topsection.overlay {
    justify-content: flex-start;
    left: 30px;
    right: auto;
  }

  .bottomsection {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .productcardtext {
    width: 250px;
  }

  .linkwrapper {
    align-self: center;
    width: 490px;
  }

  .footercta.centerflag {
    font-size: var(--desktop--p-xl);
  }

  .nickanimation {
    margin-bottom: 141px;
    margin-left: 415px;
  }

  .nickanimation.textappears {
    margin-top: 61px;
    margin-left: 0;
  }

  .leraanimation {
    margin-bottom: -139px;
    margin-left: 487px;
  }

  .leraanimation.textappears {
    margin-top: 61px;
    margin-left: 0;
  }

  .mityaanimation {
    margin-bottom: 28px;
    margin-left: 288px;
    bottom: 51px;
  }

  .mityaanimation.textappears {
    margin-top: 61px;
    margin-left: 0;
  }

  .mikeanimation {
    margin-bottom: 94px;
    margin-left: -377px;
  }

  .mikeanimation.textappears {
    margin-top: 61px;
    margin-left: 0;
  }

  .iananimation {
    margin-bottom: 0;
    margin-left: -440px;
  }

  .iananimation.textappears {
    margin-top: 61px;
    margin-left: 0;
  }

  .utility-page-wrap {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-button.desktop {
    width: 120px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pill {
    width: 390px;
  }

  .footnotes-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .travoltaanimation {
    top: -300px;
    left: 166px;
  }

  .travoltaanimation.textappears {
    margin-top: 61px;
    margin-left: 0;
  }

  .text-block-4, .text-block-5 {
    font-size: 16px;
  }

  .ui-card {
    width: 47%;
  }

  .heading-wrapper.with-icon {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: var(--desktop--h2);
  }

  ul {
    padding-left: 30px;
  }

  .basic_container {
    max-width: 440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .basic_container.header {
    height: 80px;
  }

  .basic_container.text-page.m-top-70 {
    margin-top: 40px;
  }

  .basic_container.off-grid {
    max-width: 440px;
  }

  .basic_container.m-top-20 {
    margin-top: 40px;
  }

  .herowrapper {
    height: 600px;
    overflow: visible;
  }

  .bitswrapper {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .basic_section.footer {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .basic_section.footer.error-page {
    position: fixed;
  }

  .basic_section.hero {
    background-image: linear-gradient(to bottom, var(--blueish-grey), rgba(253, 251, 251, 0));
  }

  .basic_section.apps {
    margin-top: 90px;
  }

  .headerwrapper {
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .nodecorationlink {
    color: var(--text-light);
    font-size: var(--desktop--p-s);
    text-align: center;
    order: -1;
    align-self: center;
  }

  .addressheader {
    color: var(--text-light);
    font-size: var(--desktop--p-s);
    text-align: center;
  }

  .centerflag {
    font-size: 2.3rem;
  }

  .row.nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .productcard {
    flex-direction: column;
    height: 340px;
    padding: 20px 25px 30px;
  }

  .productcard.secretly {
    height: 380px;
  }

  .topsection.overlay {
    justify-content: center;
    top: 20px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .bottomsection {
    align-items: center;
    display: flex;
  }

  .linkwrapper {
    width: 100%;
    min-width: 300px;
    max-width: 460px;
  }

  .footerwrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footercta {
    font-size: var(--desktop--h2);
  }

  .animationwrapper {
    pointer-events: none;
  }

  .nametooltip {
    z-index: 100;
    margin-top: -5px;
  }

  .nickanimation {
    margin-bottom: 0;
    margin-left: 241px;
  }

  .nickanimation.textappears {
    margin-top: 24px;
    transform: scale(.55);
  }

  .leraanimation {
    margin-bottom: -88px;
    margin-left: 290px;
  }

  .leraanimation.textappears {
    margin-top: 24px;
    transform: scale(.55);
  }

  .leraanimation.alert {
    margin-left: 0;
  }

  .alerttooltip {
    z-index: 100;
    margin-top: -5px;
  }

  .mityaanimation {
    margin-bottom: -23px;
    margin-left: 83px;
    bottom: 70px;
    left: 133px;
  }

  .mityaanimation.textappears {
    margin-top: 24px;
    transform: scale(.55);
  }

  .mikeanimation {
    margin-bottom: -20px;
    margin-left: -268px;
    bottom: 535px;
  }

  .mikeanimation.textappears {
    margin-top: 24px;
    transform: scale(.55);
  }

  .iananimation {
    margin-left: 0;
    top: 130px;
    right: 0;
  }

  .iananimation.textappears {
    margin-top: 24px;
    transform: scale(.55);
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .header-button.desktop {
    display: none;
  }

  .pill {
    width: auto;
    font-weight: 500;
  }

  .footnotes-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .text-block-3 {
    font-size: var(--desktop--p-s);
  }

  .mobile-icon-wrapper.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed {
    width: 24px;
    height: 24px;
  }

  .travoltaanimation {
    margin-bottom: 0;
    margin-left: 241px;
    top: -250px;
    left: -155px;
  }

  .travoltaanimation.textappears {
    margin-top: 24px;
    transform: scale(.55);
  }

  .h2 {
    width: 111%;
  }

  .wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 460px;
  }

  .icon-link-wrapper {
    flex: none;
  }

  .button-wrapper {
    padding: 10px;
  }

  .leed {
    font-size: var(--desktop--p-base);
  }

  .leed.centerflag.m-top-20 {
    font-size: var(--desktop--p-base);
    margin-top: 10px;
  }

  .ui-card {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .floating-button {
    width: 100%;
  }

  .floating-button.desktop {
    display: none;
  }

  .div-block-7 {
    width: 100%;
  }
}


