:root {
  --colour-4: #fff;
  --colour-1: #6eccff;
  --colour-2: #ffc983;
  --colour-3: #8b6eff;
  --colour-0: #6effbb;
  --colour-5: #c5beb4;
  --input-user-text: #06ffac;
  --gg-primary-btn: #2d69c6;
  --border-grey: #292929;
  --avatar: #ff354d;
  --colour-1-darker: #4389af;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gg-body {
  background-color: #000;
}

.gg-header {
  z-index: 1;
  outline-offset: -1px;
  background-color: #252525;
  background-image: none;
  border-radius: 60px;
  outline: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-header.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.gg-menu-open {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 50px;
  align-items: center;
  padding: 10px 14px;
  display: flex;
}

.gg-nav {
  z-index: 2550;
  align-items: center;
  margin-top: 50px;
  margin-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.gg-nav.fixed,
.gg-nav.share {
  position: absolute;
}

.gg-menu-text {
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}

.gg-menu-text.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.gg-menu-text.black {
  color: #000;
  font-weight: 400;
}

.gg-menu-text.halftime {
  opacity: .5;
}

.gg-menu-text.green {
  color: #06ffac;
}

.gg-menu-text.plus {
  margin-top: -4px;
  margin-bottom: -2px;
  margin-right: 10px;
  font-size: 16px;
}

.gg-menu-text.red {
  color: #ff4c61;
}

.text-span {
  font-weight: 700;
}

.text-span.black {
  color: #000;
  font-family: inter-variable, sans-serif;
}

.gg-bullet-shell {
  border: 2px solid var(--colour-4);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  display: flex;
}

.gg-main-video {
  z-index: -10;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-main-video.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gg-main-video.backup {
  display: block;
}

.gg-faq {
  flex-flow: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.of-diagram {
  aspect-ratio: 16 / 9;
  outline-offset: -2px;
  background-image: url('../images/OF-Diagram.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 27px;
  outline: 2px solid #141414;
  margin-top: -20px;
  margin-bottom: 60px;
  padding: 28px 30px 30px 31px;
  position: relative;
}

.film-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  padding: 0;
}

.film-stack.risks {
  margin-top: -20px;
  margin-bottom: 100px;
}

.warning-dialog {
  background-color: #c3beb500;
  border: 2px solid #ffffff40;
  border-radius: 12px;
  margin-top: 100px;
  margin-bottom: 140px;
  padding: 24px;
}

.button-composition {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.company-data-hr {
  background-color: #ffffff40;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.arrow {
  width: 20px;
}

.div-block-9 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-9.footed {
  margin-top: 60px;
}

.r-d-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 100;
  line-height: 26px;
}

.r-d-title.hue {
  color: #fff;
}

.category-link {
  color: #c3beb5;
  text-decoration: none;
}

.category-link:hover {
  color: #c3beb5;
}

.category-link._50per {
  opacity: .5;
}

.category-link._50per.whitish {
  color: #fff;
}

.accordion-arrow {
  z-index: 200;
  opacity: .25;
  width: 16px;
  max-width: none;
  margin-top: -1px;
  position: relative;
}

.div-block-38 {
  align-items: center;
  display: flex;
}

.accordian-title {
  z-index: 200;
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
}

.accordian-title.colour {
  color: #444;
}

.accordian-title.colour.hide {
  opacity: 0;
}

.accordian-title.grey {
  opacity: .27;
}

.accordian-title.smaller {
  color: #68ff7c80;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.accordian-title.smaller.bf {
  color: #fff;
}

.accordian-title.smaller.bf.share {
  opacity: 100;
}

.accordian-title.smaller.bf.black {
  filter: invert();
}

.accordian-title.smaller.bf.gt {
  color: #5b6368;
}

.accordian-title.b {
  color: #8a949b;
}

.company-data {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.7fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 14px;
  font-size: 36px;
  display: grid;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #0000;
  border-radius: 14px;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.p-accordion-answer {
  z-index: 100;
  color: #a0a0a0;
  max-width: 50vw;
  margin-bottom: 0;
  margin-left: -89px;
  padding-top: 6px;
  padding-bottom: 36px;
  padding-right: 0;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.p-accordion-answer.lp {
  padding-right: 140px;
}

.quick-stack-8 {
  margin-bottom: 40px;
  padding: 0;
}

.card-stack {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 40px;
  position: relative;
}

.subtle-texts {
  color: #736e64;
  font-size: 12px;
  line-height: 17px;
}

.subtle-texts._50perc {
  opacity: .5;
  color: #fff;
}

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-6-copy {
  color: #c3beb5;
}

.of-body-copy-temp {
  color: #fff;
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-44 {
  width: 100%;
  margin-top: 20px;
}

.button-label {
  color: #b8a88f;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.film-image {
  border-radius: 10px;
  width: 100%;
  transform: translate(0);
}

.cell-11 {
  flex-flow: row;
  align-items: center;
}

.gold-link-copy {
  color: #fff;
  cursor: crosshair;
  font-weight: 500;
  text-decoration: none;
}

.gold-link-copy:hover {
  color: #b8a88f;
  text-decoration: none;
}

.div-block-41 {
  outline-offset: -2px;
  border-radius: 27px;
  outline: 2px solid #141414;
  margin-top: -20px;
}

.crad-videos {
  background-image: linear-gradient(#ffffff08, #ffffff08);
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-6 {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.heading-6.grey {
  color: #a0a0a0;
  margin-bottom: 40px;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #272727;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.accordion-item.ui-example {
  border-top-style: none;
  width: 100%;
  margin-bottom: 60px;
}

.accordion-item.gt {
  border-top-color: #e5e6e7;
}

.accordion-item-bottom-wrapper {
  padding-left: 27.5%;
  font-size: 16px;
  overflow: hidden;
}

.accordion-item-bottom-wrapper.full {
  padding-left: 0%;
}

.div-block-45 {
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.shiny {
  z-index: 1000;
  aspect-ratio: 1;
  opacity: .1;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle farthest-side, #fff, #fff0);
  width: 60%;
  position: absolute;
  transform: translate3d(0, 0, 25px);
}

.of-body-copy {
  color: #fff;
  margin-bottom: 60px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.of-body-copy._30b {
  margin-bottom: 90px;
  font-size: 12px;
  line-height: 18px;
}

.of-body-copy._30b._50per {
  opacity: .5;
  color: #c3beb5;
}

.of-body-copy._30b._0below {
  margin-bottom: 0;
}

.of-body-copy._30b._0below.half-alive {
  opacity: .5;
  text-align: center;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
}

.of-body-copy._30b._0below.ggg {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: cofo-raffine, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.of-body-copy._30b._0below.ggg.bbbb {
  margin-bottom: 20px;
  font-family: ellograph-cf, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 60px;
}

.of-body-copy._30b._0below.ggg.bbbb.dfsdf {
  color: #fff;
  letter-spacing: -2px;
  font-family: Droid Serif, serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

.of-body-copy._30b._0below.ggg.bbbb.dfsdf.nelli {
  font-size: 41px;
}

.of-body-copy._30b._0below.ggg.bbbb.dfsdf.lola {
  font-family: Exo, sans-serif;
}

.of-body-copy._30b._0below.ggg.tess {
  opacity: 1;
  margin-top: -4px;
  font-family: Vollkorn, serif;
  font-size: 41px;
  font-weight: 400;
}

.of-body-copy._30b._0below.ggg.page {
  opacity: 1;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.of-body-copy._30b.intro {
  color: #a0a0a0;
  margin-bottom: 60px;
}

.of-body-copy._30b.intro.content {
  margin-bottom: 0;
}

.of-body-copy.byline {
  width: 29ch;
  margin-right: -31%;
  font-size: 14px;
  line-height: 20px;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #0000;
  border-radius: 14px;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.film-a-title {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 25px);
}

.r-d-text {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.r-d-text._50p {
  color: #fff;
  width: 50%;
}

.r-d-text.blk {
  color: #fff;
  margin-bottom: -3px;
}

.r-d-text.blk.half-alive {
  opacity: .5;
}

.card-title {
  z-index: 10;
  color: #c3beb5;
  margin-top: 2px;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  position: relative;
}

.div-block-47 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.cover-composition {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: scale3d(1, 1, .7);
}

.film-thumbnail {
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.film-thumbnail:hover {
  outline-offset: 2px;
  outline: 2px #20201f;
  transform: scale3d(1, 1, 1.7);
}

.film-thumbnail._50per {
  opacity: .75;
  filter: saturate(0%);
}

.heading-4 {
  z-index: 2;
  color: #c3beb5;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-right: 25%;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.heading-4.white {
  color: #fff;
}

.button {
  background-color: #b8a88f;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 30px;
  padding-right: 11px;
  display: flex;
}

.button.dark {
  background-color: #252422;
}

.warning-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 100;
  line-height: 17px;
}

.warning-title.blk {
  color: #fff;
  margin-bottom: 14px;
  font-weight: 400;
  position: relative;
  inset: 0% auto auto 0%;
}

.page-card {
  z-index: 1;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #242424;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-card.of {
  outline-offset: 0px;
  border: 2px solid #20201f;
  outline: 1px #242424;
  width: 770px;
  margin-bottom: 100px;
  padding: 0;
  display: none;
}

.page-card.of.topadd {
  margin-top: 60px;
}

.r-d-section {
  border-bottom: 2px solid #20201f;
  margin-bottom: 60px;
  padding: 0 0 40px;
}

.definitions {
  margin-top: 80px;
  margin-bottom: 80px;
}

.r-d-container {
  width: 100%;
}

.r-d-container._50po {
  opacity: .25;
}

.resonant-model {
  width: 700px;
  padding: 60px;
}

.of-device {
  aspect-ratio: 16 / 9;
  outline-offset: -2px;
  background-image: url('../images/One-Device.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 27px;
  outline: 2px solid #141414;
  margin-top: -20px;
  margin-bottom: 60px;
  padding: 28px 30px 30px 31px;
  position: relative;
}

._w-page-700px {
  flex-flow: column;
  align-items: flex-start;
  width: 1200px;
  padding-bottom: 20px;
  display: flex;
}

._w-page-700px.content {
  padding-bottom: 0;
}

._w-page-700px.content.press {
  margin-top: -40px;
  margin-bottom: 60px;
}

.text-block-5 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.text-block-5._50per {
  opacity: .5;
  color: #c3beb5;
}

.proposition-title {
  opacity: .5;
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 100;
  line-height: 26px;
}

.proposition-title.mup {
  margin-top: 100px;
}

.card-text {
  z-index: 10;
  color: var(--colour-4);
  padding: 0;
  font-size: 14px;
  position: relative;
}

.card-text._50per {
  opacity: .5;
  color: #c3beb5;
}

.image-133 {
  height: 14px;
  margin-right: 10px;
}

.image-130 {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.image-132 {
  margin-right: 10px;
}

.div-block-49 {
  align-items: center;
  display: flex;
}

.cell-12 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.bold-text {
  color: var(--colour-4);
  text-align: left;
}

.gg-me {
  transform-style: preserve-3d;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 138px);
}

.gg-hr {
  background-color: #0e0e0e;
  border-radius: 50px;
  width: 1200px;
  height: 10px;
  margin-top: 140px;
  margin-bottom: -5px;
}

.gg-hr.half-alive {
  opacity: .5;
}

.gg-hr.footer {
  background-color: #4d4d4d;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gg-hr.last {
  margin-top: 100px;
  margin-bottom: 30px;
}

.section-label {
  background-color: #3f3f3f;
  border-radius: 50px;
  align-items: center;
  margin-top: 200px;
  margin-left: 5%;
  padding: 8px 11px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-label.colour-1 {
  background-color: var(--colour-1);
}

.section-label.colour-2 {
  background-color: var(--colour-2);
  color: var(--colour-2);
}

.section-label.colour-3 {
  background-color: var(--colour-3);
}

.section-label.clr {
  background-color: #d1996e;
  margin-top: 100px;
}

.section-label.gren {
  background-color: var(--colour-0);
}

.gg-me-graphics {
  height: 200px;
  margin-bottom: 60px;
}

.gg-me-face {
  z-index: -1;
  opacity: .25;
  filter: grayscale();
  background-image: radial-gradient(circle, #0000, #000), linear-gradient(#000, #0000 35% 65%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-whatsthis {
  perspective: 1000px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.gg-avatar-1 {
  aspect-ratio: 16 / 9;
  outline-offset: 0px;
  background-image: url('../images/0_0-2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  outline: 3px solid #202020;
  width: 800px;
  margin-bottom: 60px;
  overflow: hidden;
}

.gg-digit-heading {
  z-index: 2;
  color: #fff;
  width: 34ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.gg-digit-heading.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-digit-heading.v1 {
  width: 53ch;
}

.gg-digit-heading.sdddd {
  margin-top: 60px;
}

.text-span-2 {
  color: #c5beb4;
}

.italic-text {
  color: #6eccff;
}

.gg-me-graphic {
  outline-offset: 0px;
  mix-blend-mode: screen;
  border-radius: 200px;
  outline: 3px #202020;
  width: 600px;
  margin-top: 0;
  margin-bottom: 100px;
  overflow: hidden;
}

.gg-join-beta {
  background-color: var(--colour-0);
  border-radius: 50px;
  align-items: center;
  margin-right: 18px;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.colour-2,
.italic-text-2 {
  color: #ffd66e;
}

.colour-1 {
  color: var(--colour-1);
}

.colour-1.half-alive {
  color: var(--colour-4);
}

.text-span-3 {
  color: var(--colour-2);
}

.gg-footer {
  width: 100%;
  padding: 40px;
}

.gg-footer-block {
  background-color: #6effbbbf;
  border-radius: 110px 20px 20px 110px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.gg-logo-black {
  filter: invert();
  margin-right: 40px;
}

.gg-footer-video {
  border-radius: 110px 20px 20px 110px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  z-index: 200;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.gg-signup {
  background-color: var(--colour-4);
  filter: invert();
  border-radius: 50px;
  align-items: center;
  margin-top: 10px;
  margin-right: 0;
  padding: 10px 14px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.suggestions {
  z-index: 1000000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: none;
  position: relative;
}

.suggestions-title {
  z-index: 10;
  color: #ffffff80;
  text-align: center;
  margin-top: -220px;
  font-size: 17px;
  line-height: 21px;
  position: relative;
}

.suggestions-slider {
  z-index: 1000;
  background-color: #ddd0;
  width: 100%;
  height: 120px;
  position: absolute;
}

.cs-centre {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  display: flex;
}

.typing-text {
  color: #6efffa;
  text-align: right;
  width: auto;
  font-family: input-mono;
  font-size: 28px;
  line-height: 28px;
}

.gg-conversations {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-nav-links {
  z-index: 1000;
  opacity: 0;
  margin-top: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-nav-links.chat {
  opacity: 0;
  margin-top: 40px;
}

.gg-nav-link {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link.top-spacer {
  margin-top: 30px;
}

.gg-nav-link.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link.modal-spacing:hover,
.gg-nav-link.modal-spacing.active {
  opacity: 100;
}

.gg-bullet {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-1 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-1.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-2 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-2.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-3 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-3.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-4 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-4.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-main-avatar {
  opacity: 0;
  width: 1200px;
}

.quick-stack-9 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: screen;
  width: 1200px;
  margin-top: 100px;
  padding: 0;
  position: relative;
}

.bg-stack {
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  mix-blend-mode: screen;
  border-radius: 12px;
  outline: 3px #ffffff0f;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: visible;
}

.bg-stack._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.bg-stack._3 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/Sample-Boy.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-stack.conf {
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.cell-13 {
  align-items: center;
}

.gg-main-avatar-container {
  background-image: linear-gradient(#000, #0000 13%);
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
}

.gg-main-avatar-shader {
  z-index: 1;
  background-image: linear-gradient(#0000 80%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.half-alive {
  opacity: .5;
  margin-left: 10px;
  font-family: inter-variable, sans-serif;
}

.image-134 {
  transform-style: preserve-3d;
  width: 100%;
  transform: translate3d(0, 0, 65px);
}

.initiate {
  z-index: 100;
  filter: none;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.initiate-dialog {
  z-index: 10000000;
  cursor: e-resize;
  background-color: #0000;
  background-image: none;
  border-radius: 14px;
  margin-bottom: -17%;
  margin-left: 52%;
  padding: 12px;
  display: inline-block;
  position: relative;
}

.initiate-dialog:hover {
  background-color: #00000040;
}

.terminal {
  filter: hue-rotate(16deg);
  width: 330px;
  margin-top: 20px;
}

.initiate-red {
  z-index: 101;
  opacity: 0;
  filter: hue-rotate(216deg) blur(10px);
  mix-blend-mode: lighten;
  background-color: #302f2e;
  background-image: radial-gradient(circle, #302f2e00 69%, #302f2e80), url('../images/ST44.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.initiate-blue {
  z-index: 101;
  opacity: 0;
  filter: hue-rotate(58deg) blur(10px);
  mix-blend-mode: lighten;
  background-color: #302f2e;
  background-image: radial-gradient(circle, #302f2e00 69%, #302f2e80), url('../images/ST44.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tap-screen {
  display: none;
}

.gg-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 100px;
  display: flex;
}

.gg-digit-heading-side {
  z-index: 2;
  color: #fff;
  transform-style: preserve-3d;
  width: 400px;
  margin-top: -337px;
  margin-bottom: 100px;
  margin-left: 400px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  transform: translate3d(0, 0, 120px);
}

.gg-digit-heading-side.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-resonance {
  background-color: #fff;
  border-radius: 100px;
}

.image-135 {
  opacity: .66;
  filter: invert();
  mix-blend-mode: screen;
  width: 70%;
  margin-top: -25%;
  margin-right: -1359px;
}

.image-135.b {
  margin: -30% 50% 2px 0%;
}

.gg-video-display {
  aspect-ratio: 16 / 9;
  background-color: #c3beb500;
  border: 2px #fff;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-136 {
  width: 500px;
}

.gg-cusp-heading {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: azo-mono;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.gg-cusp-heading.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-digit-heading-simple {
  z-index: 2;
  color: #fff;
  width: 19ch;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 59px;
  position: relative;
}

.gg-digit-heading-simple.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.text-block-6 {
  color: #fff;
  margin-top: 100px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.gg-spead {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-6-copy {
  color: #fff;
  margin-top: -141px;
  margin-left: -815px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.arti {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -41%;
  margin-left: 10%;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bold-text-2 {
  color: #8d8d8d;
}

.image-137 {
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
}

.gg-header-colour {
  z-index: 10;
  outline-offset: -1px;
  background-color: #000000eb;
  background-image: none;
  border-radius: 100px 30px 30px;
  outline: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-digit-heading-simple-2 {
  z-index: 2;
  color: #fff;
  width: 17ch;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: quiet-sans;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.gg-digit-heading-simple-2.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.arti-normalish {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.gg-model-card-video {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-model-card-video.sdf {
  filter: blur(8px);
}

.gg-model-card-video.spad {
  width: 98%;
  height: 98%;
  padding: 10px;
}

.gg-model-card-video.conf {
  position: relative;
}

.gg-model-card-video.backdrop {
  margin-top: -50px;
}

.gg-cat-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: nasalization, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.gg-cat-2.zene {
  opacity: 1;
  margin-top: 7px;
  font-family: tt-commons-pro, sans-serif;
}

.text-span-4 {
  color: #ffc983;
}

.gg-digit-heading-simpleddddd {
  z-index: 2;
  color: var(--colour-0);
  width: 14ch;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: input-mono;
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
  position: relative;
}

.gg-digit-heading-simpleddddd.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-digit-heading-simpleddddd-copyffff {
  z-index: 2;
  color: #42ff00;
  width: 14ch;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: input-mono;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.gg-digit-heading-simpleddddd-copyffff.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-pick-me-scene {
  z-index: 1;
  background-image: radial-gradient(circle, #000000b8, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gg-pick-me-scene.overlay {
  background-image: radial-gradient(circle, #00000070, #000), linear-gradient(#000 9%, #c57f2f00 38%, #7d511e00 54%, #000 82%);
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-dream-landing {
  z-index: -10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-top: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ice-cream-city {
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  outline: 3px solid #ffffff0f;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.ice-cream-city._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.ice-cream-city._3 {
  background-image: none;
}

.gg-the-signal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gg-pick-me-scene-colour {
  z-index: 1;
  background-image: radial-gradient(circle, #000000b8, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gg-pick-me-scene-colour.overlay {
  z-index: 0;
  background-image: linear-gradient(#1430ff5e, #ff4d008c);
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  z-index: -10;
  filter: blur(17px);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gg-me-face-colour {
  z-index: 1000;
  opacity: 1;
  background-image: radial-gradient(circle closest-corner, #0003, #000), linear-gradient(#000, #0000 35% 65%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-51 {
  width: 700px;
}

.different {
  opacity: 0;
  color: var(--colour-5);
  text-align: center;
  mix-blend-mode: overlay;
  margin-top: 178px;
  margin-right: -656px;
  font-family: p22-cusp-round, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.warning-title-up {
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 100;
  line-height: 17px;
}

.warning-title-up.blk {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 14px;
  margin-left: 40px;
  font-weight: 400;
  position: relative;
  inset: 0% auto auto 0%;
}

.text-block-8 {
  color: #a89287a6;
  margin-top: -261px;
  font-family: ellograph-cf, sans-serif;
  font-size: 40px;
}

.background-video-4 {
  z-index: -220;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gg-ui-logo {
  z-index: 1000;
  opacity: .25;
  filter: saturate(0%);
  width: 70px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.gg-ui-logo:hover {
  opacity: 1;
}

.gg-header-ui {
  z-index: 1000;
  outline-offset: -1px;
  border-radius: 30px;
  outline: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.gg-chat-input {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff0d;
  border: 1px #2c2c2c;
  border-radius: 20px;
  align-items: flex-start;
  width: 100%;
  height: 90px;
  padding: 14px 23px 18px 20px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gg-chat-input:hover {
  background-color: #fff3;
  border-style: none;
  border-color: #282b2a;
}

.gg-chat-input.response {
  justify-content: space-between;
  height: 120px;
  padding-left: 16px;
  padding-right: 10px;
}

.gg-nav-ui {
  z-index: 10;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.gg-menu-open-ui {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 50px;
  align-items: center;
  padding: 8px 10px 8px 12px;
  display: flex;
}

.text-block-ui {
  color: #727577;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.text-block-ui.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.text-block-ui.black {
  color: #7e7e7e;
}

.gg-join-beta-ui {
  background-color: var(--colour-0);
  border-radius: 50px;
  align-items: center;
  margin-right: 15px;
  padding: 8px 12px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-chat-messaging {
  z-index: 10000000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.arti-ui {
  z-index: 100;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gg-menu-open-ui-middle {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 50px;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 10px 8px 12px;
  display: flex;
}

.ice-cream-city-ui {
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  outline: 3px #ffffff0f;
  width: 13%;
  margin-bottom: 40px;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.ice-cream-city-ui._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.ice-cream-city-ui._3 {
  background-image: none;
}

.div-block-54 {
  z-index: 1000000;
  opacity: .25;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-54:hover {
  opacity: 100;
}

.div-block-54.sdvsdvsd {
  opacity: .37;
  mix-blend-mode: exclusion;
}

.background-video-copyxx {
  opacity: .18;
  filter: contrast(114%) hue-rotate(305deg) saturate(200%);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  margin-left: -4px;
  position: absolute;
  inset: 0%;
}

.text-responses {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.text-responses.response {
  align-items: flex-end;
  margin-bottom: 50px;
}

.text-block-9 {
  color: #fff;
  padding-left: 27px;
  font-family: inter-variable, sans-serif;
  line-height: 30px;
}

.input-text {
  color: #7a7d7e;
  font-family: input-mono;
}

._w-page-700px-copyggg {
  width: 700px;
  margin-bottom: 60px;
}

.text-span-5 {
  color: #ffffff80;
}

._w-page-700px-copy {
  width: 700px;
  margin-top: -60px;
  margin-bottom: -100px;
}

.image-138 {
  width: 15px;
  margin-left: 8px;
}

.image-138.sfsd {
  width: 15px;
  margin-left: 7px;
}

.gg-chat-background-video {
  z-index: -100;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
}

.gg-chat-background {
  z-index: 75;
  cursor: default;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-logo-btn {
  z-index: 130;
  opacity: .25;
  mix-blend-mode: screen;
  align-items: center;
  margin-top: 36px;
  margin-left: 40px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-logo-btn:hover {
  opacity: .75;
}

.div-block-56 {
  background-color: #000;
  width: 100%;
  height: 100svh;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100svh;
}

.gg-logo {
  z-index: 100;
  mix-blend-mode: screen;
  width: 380px;
  height: 220px;
  position: absolute;
}

.gg-logo.smaller {
  width: 294px;
  height: 170px;
  margin-top: 20px;
  margin-left: 20px;
}

.gg-logo.smaller.landed.conf {
  margin-top: -40px;
  margin-left: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-logo-animation {
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
}

.gg-chat-bubble-stack {
  width: 500px;
  padding: 0;
}

.gg-chat-bubble-stack._2 {
  width: 430px;
}

.cell-14 {
  align-items: flex-end;
}

.gg-bubble-text {
  color: #fff;
  padding-top: 18px;
  padding-left: 26px;
  font-family: inter-variable, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: 0%;
}

.gg-bubble-text.black {
  color: #000;
  padding-top: 17px;
  padding-left: 37px;
}

.gg-speech-bubble {
  position: relative;
}

._w-page-700px-centre {
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-57 {
  width: 100%;
  height: 60svh;
  position: relative;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.gg-avatar-card {
  z-index: 100000;
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  mix-blend-mode: screen;
  border-radius: 20px;
  outline: 3px #ffffff0f;
  width: 200px;
  margin-bottom: 40px;
  margin-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gg-avatar-card:hover {
  outline-offset: 0px;
  outline: 3px solid #ffffff0f;
}

.gg-avatar-card._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.gg-avatar-card._3 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/Sample-Boy.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_signup {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.signup_yellow-mobile {
  z-index: 2;
  background-color: #eee59c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup_title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 6px;
  display: flex;
}

.signup_right-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto auto;
}

.text-size-large {
  font-size: 2rem;
}

.text-size-large.text-weight-normal {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 36px;
}

.signup_button-text {
  z-index: 2;
  position: relative;
}

.signup_left-mobile {
  background-image: url('../images/Frame-4-2.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 213px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.signup_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.signin_button-background {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: .75rem;
  position: absolute;
  inset: 100% 0% 0%;
}

.signin_button-background.is-google {
  background-color: #fff;
}

.signup_yellow-div {
  z-index: 2;
  background-color: #eee59c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_blur-mobile {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_option-border {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
}

.text-size-medium {
  font-size: 1.25rem;
}

.signup_plus-image {
  opacity: .2;
  width: 160px;
}

.signup_purple-mobile {
  z-index: 2;
  background-color: #aa7df7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_purple-mobile.is-center {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
}

.signup_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  min-height: 765px;
}

.signup_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.signup_right-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto auto;
}

.signup_details-wrap {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.signup_blur-div {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_plus-mobile {
  opacity: .2;
  width: 160px;
}

.signup_option-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup_details {
  z-index: 10000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.signup_button-google {
  color: #fff;
  text-align: center;
  background-color: #313131;
  border-radius: 9px;
  width: 48%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .75rem;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.signup_button-google:hover {
  background-color: #000;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.signup_text-field {
  color: var(--input-user-text);
  background-color: #0000;
  border: 2px solid #ffffff26;
  border-radius: 9px;
  margin-bottom: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 16px;
  font-family: tt-commons-pro, sans-serif;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
}

.signup_text-field:hover {
  border-width: 2px;
  border-color: var(--input-user-text);
}

.signup_text-field::placeholder {
  color: #ffffff73;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.signup_left-wrap {
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.signup_form-block {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
}

.signup_purple-div {
  background-color: #aa7df7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
}

.signup_purple-div.is-center {
  justify-content: center;
  align-items: center;
}

.signup_submit-button {
  color: #fff;
  background-color: #ffffff40;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .5s;
}

.signup_submit-button:hover {
  background-color: var(--input-user-text);
  color: #000;
}

.signup_singleplus-image {
  width: 25px;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-gray {
  width: 281px;
  font-family: inter-variable, sans-serif;
}

.text-size-small.text-color-gray.or {
  color: #ffffff80;
  width: auto;
  font-family: tt-commons-pro, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.gg-signup-visuals {
  z-index: 1;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.gg-signup-video {
  border-radius: 27px;
  width: 100%;
  height: 100%;
}

.gg-signup-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gg-signin-icon {
  width: 16px;
  margin-right: 8px;
}

.gg-share-btn {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.gg-share-btn.homepage.share {
  opacity: .5;
}

.gg-share-btn.homepage.share:hover {
  opacity: 100;
}

.gg-share-btn.share {
  margin-right: 10px;
}

.gg-ui-font {
  color: #fff;
  font-family: inter-variable, sans-serif;
}

.gg-ui-font.share.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font.share.horizontal.label {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.gg-ui-font.share.placeholder {
  opacity: .15;
}

.gg-ui-font.share.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font.black {
  color: #000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
}

.gg-ui-font.black.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font.black.horizontal.label {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.gg-ui-font.black.placeholder {
  opacity: .15;
}

.gg-ui-font.black.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font.morebtn {
  opacity: .5;
}

.gg-share-icon-bottom {
  width: 19px;
}

.gg-more-btn {
  align-items: center;
  height: 20px;
  margin-left: 30px;
  display: flex;
}

.gg-more-btn.chat {
  opacity: .5;
  justify-content: flex-end;
  width: 80px;
  height: 40px;
  margin-top: -20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-more-btn.chat:hover {
  opacity: 100;
}

.gg-more-dot {
  background-color: #fff;
  border-radius: 50px;
  width: 4px;
  height: 4px;
  margin-left: 5px;
}

.gg-models {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.gg-models.conf {
  z-index: 1;
  mix-blend-mode: screen;
  border-radius: 30px;
  justify-content: center;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.gg-intro-title-subheading {
  z-index: 10;
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.gg-intro-title-subheading.black {
  color: #000;
}

.gg-intro-title-subheading.white {
  opacity: 100;
  margin-top: 220px;
}

.gg-intro-title-subheading.fff {
  font-size: 14px;
}

.gg-intro-title-subheading.conf {
  opacity: .5;
  text-align: right;
  width: 15ch;
  font-size: 18px;
}

.gg-intro-title-subheading.half-alive-center {
  opacity: .5;
}

.gg-girl-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 78%;
  margin-top: 100px;
  padding: 0;
  position: relative;
}

.gg-girlcell {
  opacity: 1;
  align-items: center;
}

.gg-girlcell._1,
.gg-girlcell._2 {
  opacity: 100;
}

.gg-subtext {
  z-index: 2;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.gg-subtext.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-subtext.v1 {
  width: 53ch;
}

.gg-subtext.sdddd {
  margin-top: 60px;
}

.gg-subtext.black {
  color: #000;
}

.gg-model-name-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.gg-model-name-container.conf {
  align-items: flex-start;
}

.gg-model-card {
  border: 2px solid #fff0;
  border-radius: 20px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-model-card:hover {
  border-color: #fff0;
}

.gg-model-card.hide {
  opacity: .1;
}

.gg-model-card.conf {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gg-choose-model {
  background-color: #262626;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-choose-model:hover,
.gg-choose-model.active {
  background-color: var(--gg-primary-btn);
}

.gg-choose-model.conf-info {
  background-color: #ffffff40;
}

.gg-exclusive {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
}

.gg-exclusive-models {
  border: 2px none var(--border-grey);
  border-radius: 20px;
  width: 1200px;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gg-exclusive-models-video {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-exclusive-models-video.frosted {
  z-index: -1;
  border-radius: 10px;
}

.div-block-61 {
  z-index: 100;
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.gg-em-btn {
  z-index: 10;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #00000040;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  padding: 16px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gg-em-btn:hover {
  background-color: #000;
}

.gg-table-data {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 40px;
  padding: 0;
}

.gg-cell-check {
  aspect-ratio: 1;
  border: 2px solid gray;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  display: flex;
}

.gg-data-cell {
  flex-flow: row;
  align-items: center;
}

.gg-data-cell._1,
.gg-data-cell._2,
.gg-data-cell._3,
.gg-data-cell._4,
.gg-data-cell._5 {
  opacity: .5;
}

.gg-subtext-data {
  z-index: 2;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.gg-subtext-data.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-subtext-data.v1 {
  width: 53ch;
}

.gg-subtext-data.sdddd {
  margin-top: 60px;
}

.gg-data-check {
  width: 8px;
}

.gg-signup-icon {
  opacity: 0;
  width: 16px;
  margin-right: 10px;
}

.gg-login-icon {
  opacity: 0;
  width: 12px;
  margin-right: 10px;
}

.gg-login-icon.show {
  opacity: 100;
  width: 16px;
}

.gg-login-icon.show-2 {
  opacity: 100;
  width: 13px;
}

.gg-share-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  display: flex;
}

.gg-share-container.unique {
  margin-right: 0;
}

.gg-share-icon-top {
  width: 19px;
  margin-top: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.gg-menu-text-50p {
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.gg-menu-text-50p.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.gg-menu-text-50p.black {
  color: #000;
  font-weight: 400;
}

.quick-stack-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-63 {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gg-exclusive-models-container {
  cursor: pointer;
  background-color: #80808040;
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 100%;
  padding: 70px 784px 70px 70px;
  position: relative;
}

.gg-em-colour {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-footer-panel {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.gg-footer-panel.conf {
  opacity: .5;
  filter: saturate(0%);
  transition: filter .5s cubic-bezier(.25, .46, .45, .94), opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-footer-panel.conf:hover {
  opacity: 100;
  filter: saturate();
}

.gg-footer-items {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.gg-logo-footer-static {
  opacity: .25;
  filter: saturate(0%);
  width: 140px;
  margin-right: 100px;
  display: none;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-143 {
  width: 13px;
  margin-left: 8px;
}

.gg-smalllinks {
  opacity: .25;
  cursor: pointer;
  margin-right: 30px;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-smalllinks:hover {
  opacity: 100;
}

.gg-smalllinks.final {
  margin-right: 60px;
}

.gg-smalllinks.last {
  margin-right: 50px;
}

.gg-smalllinks.share {
  opacity: .5;
}

.gg-smalllinks.share:hover {
  opacity: 100;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.div-block-70 {
  z-index: -5;
  background-image: radial-gradient(circle, #70707000 75%, #50505026);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-scene {
  z-index: -1000;
  aspect-ratio: 16 / 9;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.gg-scene.conf {
  display: none;
}

.gg-dream-landing-new {
  z-index: -10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-scene-shade {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#000, #000000bf 59%, #000), linear-gradient(#2042d6, #5c6083);
  position: absolute;
  inset: 0%;
}

.gg-scene-shade.conf {
  background-image: linear-gradient(#000, #000000c9 69%, #000000de 76%, #000);
}

.text-field {
  color: var(--input-user-text);
  cursor: auto;
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  padding-top: 0;
  padding-left: 8px;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
}

.submit-button {
  opacity: .25;
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/GG-Share-Top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: -30px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.submit-button:hover {
  opacity: 100;
  margin-bottom: -24px;
}

.form-block {
  width: 100%;
}

.form-block.response {
  margin-bottom: 60px;
}

.text-span-6 {
  color: var(--colour-0);
}

.bold-text-3 {
  color: var(--colour-1);
}

.gg-arti-nametag {
  z-index: 100;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.gg-nametags {
  z-index: 2147483647;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gg-nametag-link {
  z-index: 1000;
  margin-top: 20px;
  padding-left: 40px;
  text-decoration: none;
  position: relative;
}

.gg-nametag-link.up {
  margin-bottom: 20px;
}

.gg-switch-avatar-container {
  opacity: 0;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 64px;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-switch-avatar-container:hover {
  opacity: 100;
}

.gg-switch-icon {
  width: 17px;
  margin-right: 10px;
}

.gg-switch-icon.hidden {
  opacity: 0;
}

.layer--base {
  z-index: 1;
  opacity: 0;
  outline-offset: -1px;
  border-radius: 12px;
  outline: 2px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layer--base.sdf {
  filter: blur(8px);
}

.layer--base.switch {
  opacity: 0;
  display: block;
}

.layer--base.switch.spad {
  padding: 10px;
}

.layer--base.blur {
  z-index: 2;
  opacity: .02;
  filter: blur(50px) hue-rotate(7deg);
  mix-blend-mode: screen;
}

.layer--base.conf {
  aspect-ratio: 9 / 16;
  opacity: 100;
  width: 60%;
  height: auto;
  position: relative;
}

.say-hello-btn {
  z-index: 80;
  width: 50%;
  height: 50%;
  text-decoration: none;
  position: relative;
}

.say-hello-btn.temphide {
  display: none;
}

.gg-say-hello-image {
  width: 120px;
}

.gg-chat-font {
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.gg-chat-bubble-div {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff0d;
  border-radius: 12px;
  margin-bottom: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.gg-chat-bubble-div:hover {
  background-color: #ff354d;
}

.gg-chat-bubble-div.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-chat-bubble-div.half-alive:hover {
  opacity: 100;
}

.gg-chat-bubble-div.response {
  background-color: #559e754d;
}

.gg-chat-bubble-div.response:hover {
  background-color: #00ffaa61;
}

.text-field-2 {
  filter: brightness(200%);
  background-color: #fff0;
  border: 1px #000;
  height: 120px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.gg-nametag-edit {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 49px;
  display: flex;
}

.gg-chat-profile-icon {
  aspect-ratio: 1;
  opacity: 1;
  border: 2px solid #06ffac;
  border-radius: 20px;
  width: 11px;
  margin-right: 16px;
}

.gg-chat-profile-icon.her,
.gg-chat-profile-icon.red {
  border-color: #ff354d;
}

.gg-title-heading {
  z-index: 10;
  color: #fff;
  margin-bottom: 20px;
  font-family: canada-type-gibson;
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
  display: none;
  position: relative;
}

.gg-title-heading.black {
  color: #000;
}

.gg-title-heading.white {
  opacity: 100;
  margin-top: 220px;
}

.gg-intro-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gg-intro-title.conf {
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0;
}

.gg-intro-title.content {
  margin-bottom: 80px;
}

.text-span-7 {
  color: var(--colour-1);
  text-decoration: underline;
}

.text-span-8 {
  text-decoration: underline;
}

.gg-intro-title-copy11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-bottom: 0;
  margin-right: 110px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-71 {
  z-index: 1000000;
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  position: relative;
}

.image-144 {
  width: 17px;
}

.gg-initialising-container {
  z-index: 100;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-initialising-video {
  width: 600px;
  height: 600px;
}

.gg-chat-loadin {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: -20px;
  display: flex;
  position: absolute;
}

.gg-shade {
  z-index: 90;
  background-color: #08080880;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-chat-ui {
  z-index: 110;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.gg-nametag {
  color: #fff;
  cursor: s-resize;
  margin-bottom: 20px;
  margin-left: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.gg-nametag._2 {
  cursor: auto;
}

.text-span-9 {
  color: #a0a0a0;
}

.div-block-72 {
  width: 260px;
  height: 260px;
  margin-left: -30px;
  margin-right: 0;
  position: relative;
}

.gg-logo-footer-3d {
  width: 100%;
  height: 100%;
}

.div-block-73 {
  border: 2px solid #68ff7c80;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 34px;
  padding: 2px 9px 3px;
  display: flex;
}

.text-block-12 {
  color: #000;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-74 {
  border: 2px solid #68ff7c80;
  border-radius: 50px;
  width: 11px;
  height: 11px;
  margin-right: 8px;
}

.div-block-75 {
  align-items: center;
  display: flex;
}

.image-145 {
  width: 33px;
  margin-right: 4px;
}

.gg-chat-logo-animated {
  mix-blend-mode: screen;
  width: 100px;
  height: 47px;
  object-fit: contain;
  vertical-align: middle;
}

.slider {
  mix-blend-mode: screen;
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slider.choose {
  margin-bottom: 140px;
}

.slide-nav {
  display: none;
}

.gg-slider-innercontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.girls-1 {
  height: auto;
}

.left-arrow {
  opacity: 0;
  background-image: url('../images/GG-Left-Arrow.svg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 15%;
  display: none;
}

.left-arrow:hover {
  opacity: 100;
}

.right-arrow {
  width: 13%;
}

.icon,
.icon-2 {
  display: none;
}

.gg-em-info {
  width: 290px;
}

.image-146 {
  opacity: 0;
  width: 360px;
}

.gg-textzoom-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.say-hello-btn-mobile {
  z-index: 1000000;
  width: 50%;
  height: 50%;
  display: none;
  position: relative;
}

.gg-identity-map {
  z-index: 3000;
  width: auto;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.gg-arti-map {
  z-index: 91;
  opacity: 0;
  background-image: url('../images/GG-Profile-Maps-Arti.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 900px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-76 {
  cursor: none;
  width: 100%;
  height: 100svh;
  margin-right: 10px;
  padding-right: 10px;
}

.code-embed-3 {
  width: 100%;
  height: 100svh;
}

.div-block-77 {
  z-index: 0;
  opacity: 1;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 50svh;
  margin-bottom: -240px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.gg-editions-bg {
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-78 {
  z-index: 25;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.heading-7 {
  z-index: 25;
  color: #fff;
  width: 11ch;
  font-family: tt-commons-pro, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  position: relative;
}

.text-block-13 {
  z-index: 375;
  color: #fff;
  margin-top: 20px;
  margin-left: 6px;
  font-size: 25px;
  line-height: 28px;
  position: relative;
}

.text-span-10 {
  font-family: tt-commons-pro-thin, sans-serif;
  font-size: 22px;
}

.text-span-11 {
  color: #ffffff82;
  font-family: tt-commons-pro-thin, sans-serif;
  font-style: italic;
}

.gg-editions-shade {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#000, #0000 40% 78%, #000);
  position: absolute;
  inset: 0%;
}

.text-span-12 {
  color: #002fff;
}

.quick-stack-13 {
  margin-bottom: 0;
  padding: 0;
}

.div-block-79 {
  background-color: #080808;
  border-radius: 20px;
  width: 100%;
  padding: 42px;
}

.text-block-11-copyfrff {
  z-index: 10;
  opacity: .75;
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.text-block-11-copyfrff.black {
  color: #000;
}

.text-block-11-copyfrff.white {
  opacity: 100;
  margin-top: 220px;
}

.text-block-11-copyfrff.fff {
  font-size: 14px;
}

.div-block-80 {
  z-index: 500;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-14 {
  color: var(--colour-1);
  width: 12ch;
  font-family: tt-commons-pro, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.text-block-14._2 {
  color: #6effd3;
}

.text-block-14._3 {
  color: #ffa86e;
}

.div-block-80-copyhhh {
  z-index: 500;
  background-color: #6eccff40;
  border-radius: 21px;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 110px;
  padding: 29px;
  display: flex;
}

.div-block-80-copyhhh-copykkkk {
  z-index: 500;
  background-color: #6eccff26;
  border-radius: 21px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 110px;
  padding: 29px;
  display: flex;
}

.div-block-80-copyhhh-copykkkk._2 {
  background-color: #6effd326;
}

.div-block-80-copyhhh-copykkkk._3 {
  background-color: #ffa86e26;
}

.gg-card-info-pad {
  opacity: 1;
  padding: 20px;
  text-decoration: none;
}

.gg-card-info-pad._2.up,
.gg-card-info-pad._3.up,
.gg-card-info-pad._4.up,
.gg-card-info-pad._1.up,
.gg-card-info-pad._5.up,
.gg-card-info-pad._6.up,
.gg-card-info-pad._7.up,
.gg-card-info-pad._8.up,
.gg-card-info-pad._9.up {
  padding-top: 0;
}

.audio-btn {
  opacity: 0;
  mix-blend-mode: screen;
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% 0% auto auto;
}

.audio-btn:hover {
  opacity: 100;
}

.gg-model-card-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.gg-model-card-relative.conf {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.layer--overlay {
  z-index: 3;
  opacity: 0;
  filter: brightness(173%) contrast(78%) blur(40px) hue-rotate(7deg);
  mix-blend-mode: screen;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.layer--overlay.sdf {
  filter: blur(8px);
}

.layer--overlay.switch {
  opacity: 0;
}

.layer--overlay.blur {
  z-index: 2;
  opacity: .02;
  filter: blur(50px) hue-rotate(7deg);
  mix-blend-mode: screen;
}

.gg-namecard-arti {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 20px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 60px;
  line-height: 45px;
}

.heading-6-copy {
  z-index: 2;
  color: #fff;
  margin-top: 220px;
  margin-bottom: 40px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
}

.image-147 {
  opacity: .25;
  filter: saturate(0%);
  width: 100px;
  margin-left: 2px;
}

.gg-play {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-play-icon {
  width: 50px;
}

.gg-logo-btn-footer {
  z-index: 130;
  opacity: .25;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-logo-btn-footer:hover {
  opacity: .75;
}

.gg-logo-btn-footer.w--current {
  width: 100px;
  height: 76px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.gg-logo-btn-footer.share {
  opacity: .5;
}

.gg-logo-btn-footer.share:hover {
  opacity: 100;
}

.gg-chat-logo-animated-footer {
  width: 100px;
  height: 47px;
}

.gg-goboyfriend {
  opacity: .5;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-goboyfriend:hover {
  opacity: 100;
}

.image-148 {
  opacity: .5;
  width: 12px;
  margin-right: 10px;
}

.gg-secure {
  opacity: 1;
  cursor: pointer;
  margin-right: 60px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-secure:hover {
  opacity: 100;
}

.gg-secure.final {
  margin-right: 80px;
}

.gg-thinking-frame {
  z-index: 1005;
  cursor: default;
  mix-blend-mode: screen;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.gg-thinking {
  opacity: .25;
  margin-bottom: 40px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.gg-thinking:hover {
  opacity: 100;
}

.gg-thinking.video {
  z-index: 210;
  width: 280px;
  height: 75px;
  display: block;
}

.gg-girl-signatures {
  opacity: .5;
}

.gg-girl-signatures.conf {
  opacity: .5;
  margin-bottom: 20px;
}

.gg-intro-title-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.gg-intro-title-heading.conf {
  text-align: right;
  margin-bottom: 10px;
}

.gg-intro-title-heading.conf-info {
  opacity: .5;
  margin-bottom: 0;
}

.gg-brand {
  display: flex;
  position: absolute;
  inset: 0%;
}

.avatars-mobile {
  display: none;
}

.gg-brand-cs {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  border: 2px solid #3300ffba;
  border-radius: 12px;
  flex-flow: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.field-label {
  display: none;
}

.text-field-3 {
  color: #3300ffba;
  background-color: #fff0;
  border: 1px #000;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 40px;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
}

.submit-button-2 {
  background-color: #292929;
  background-image: linear-gradient(#3300ffba, #3300ffba), url('../images/Terminal.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px #000;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 40px;
  font-family: tt-commons-pro, sans-serif;
}

.gg-black--body {
  background-color: #000;
}

.gg-brand-password {
  z-index: -1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.gg-brand-landed {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.error-message {
  background-color: #86002b00;
  width: 300px;
  margin-top: 0;
}

.text-block-15 {
  color: #3300ffba;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-81 {
  background-color: #0000000d;
  border-radius: 200px;
  padding: 11px;
}

.gg-country {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cities-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px #5e5e5e;
  border-bottom: 1px #5e5e5e;
  width: 1200px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 0 0;
}

.city-link-hover {
  opacity: .25;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.city-link-hover:hover {
  color: #fff;
}

.lg-link {
  color: #736e64;
  text-decoration: none;
}

.lg-link:hover {
  color: #b8a88f;
}

.city-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.flag {
  width: 24px;
  margin-top: 4px;
  margin-right: 14px;
}

.gg-countries {
  opacity: .75;
  flex-flow: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 140px;
  padding: 0 68px;
  display: flex;
}

.city-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.city-container.footer-spacing {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.city-info {
  color: #736e64;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.city-info.lg {
  color: #736e64;
}

.subtle-text-link {
  color: #736e64;
  text-decoration: none;
}

.subtle-text-link:hover {
  color: #b8a88f;
}

.subtle-text-link.lg {
  color: #c3beb5;
}

.cities {
  aspect-ratio: auto;
  opacity: .5;
  background-image: linear-gradient(#000, #000);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cities:hover {
  opacity: 100;
}

.text-span-13 {
  font-size: 12px;
}

.gg-country-microtext {
  color: #ffffff80;
  font-size: 10px;
  line-height: 6px;
}

.gg-country-microtext.green {
  color: #68ff7c80;
}

.div-block-82 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.accordion-item-static {
  cursor: pointer;
  border-top: 1px solid #272727;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.accordion-item-static.gt {
  border-top-color: #e5e6e7;
}

.say-hello-btn-m {
  z-index: 80;
  width: 50%;
  height: 50%;
  display: none;
  position: relative;
}

.gg-identity-map-container {
  width: 300px;
  height: 100%;
  margin-right: -300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-identity-map-panel {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff12;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 20px 20px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.gg-panel-title {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.gg-panel-title.top-spacer {
  margin-top: 30px;
}

.gg-panel-category {
  border: 2px solid #ffffff14;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 4px;
  padding: 1px 10px 2px;
  display: flex;
}

.gg-identity-map-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.gg-question-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 12px 4px;
  display: flex;
}

.gg-question-row.more {
  margin-top: 10px;
}

.gg-question-row.heading {
  margin-top: 2px;
}

.gg-panel-close-icon {
  opacity: .5;
  width: 8px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-panel-close-icon:hover {
  opacity: 100;
}

.gg-progress-indicator {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50px;
  width: 8px;
  margin-right: 10px;
}

.gg-progress-indicator.hide {
  opacity: 0;
}

.gg-progress-indicator.green {
  background-color: #06ffac;
}

.gg-progress-indicator.amber {
  background-color: #ffa264;
}

.gg-progress-indicator.amber._2r {
  margin-right: 8px;
}

.gg-progress-indicator.red {
  background-color: #b6afaf;
}

.gg-progress-indicator.gold {
  background-color: #fd7;
}

.gg-progress-indicator.redish {
  background-color: #ff4c61;
}

.gg-question {
  align-items: center;
  display: flex;
}

.image-150 {
  width: 4px;
}

.gg-question-btn {
  opacity: .5;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-question-btn:hover {
  opacity: 100;
}

.body {
  background-color: #000;
}

.gg-behavioural-map {
  z-index: 3000;
  width: auto;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.gg-behavioural-map-container {
  width: 300px;
  height: 100%;
  margin-right: -300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-83 {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #5f767e12;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  padding: 10px 30px 14px;
}

.gg-chat-font-response-stimuli {
  opacity: .5;
  color: #fff;
  padding: 0 2px 1px 15px;
  font-family: inter-variable, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
}

.gg-pretext {
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff08;
  border: 1px solid #ffffff12;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 12px;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-pretext:hover {
  background-color: #ffffff40;
  border-color: #fff0;
}

.gg-pretext-guide {
  z-index: -1;
  width: 100%;
  padding: 12px;
  position: absolute;
  inset: 0%;
}

.voice-button {
  opacity: .25;
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/GG-Voice.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-top: 10px;
  margin-bottom: -15px;
  margin-right: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.voice-button:hover {
  opacity: 100;
  margin-top: 10px;
  margin-bottom: -6px;
}

.div-block-86 {
  opacity: .62;
  border: 1px solid #616161;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 2px 6px 3px 7px;
  display: flex;
}

.text-block-16 {
  color: #616161;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.gg-reply-icon {
  opacity: .5;
  width: 15px;
  margin-top: 1px;
  margin-left: -3px;
  position: absolute;
}

.gg-thinking-demo {
  z-index: 120;
  width: 280px;
  height: 75px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
}

.gg-thinking-a,
.gg-thinking-b,
.gg-thinking-c {
  width: 280px;
  height: 75px;
  overflow: visible;
}

.gg-tlink-a {
  opacity: 1;
  border: 2px #ff3232;
  width: 280px;
  height: 75px;
  position: absolute;
  inset: 0%;
}

.gg-tlink-b {
  opacity: .5;
  border: 2px #2bff00;
  width: 280px;
  height: 75px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0%;
}

.gg-tlink-b:hover {
  opacity: 1;
}

.gg-tlink-c {
  opacity: .5;
  border: 2px #1e00ff;
  width: 280px;
  height: 75px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0%;
}

.gg-tlink-c:hover {
  opacity: 100;
}

.gg-t1 {
  width: 280px;
  height: 75px;
}

.gg-reply-close {
  aspect-ratio: 1;
  opacity: 1;
  background-color: #0000004d;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  margin-top: -5px;
  margin-left: -4px;
  margin-right: 12px;
  padding: 5px;
  display: flex;
  position: absolute;
}

.link-block {
  cursor: auto;
  width: 15px;
  height: 15px;
}

.div-block-87 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gg-panel-progress {
  border: 2px #ffffff14;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 27px;
  margin-bottom: 11px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-151 {
  aspect-ratio: 1;
  height: 100%;
}

.gg-panel-shade {
  background-image: linear-gradient(#21232300, #1a1b1b 75%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 270px;
  height: 40px;
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.gg-panel-explainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  min-height: 120px;
  display: flex;
}

.gg-explain-btn {
  opacity: .25;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-explain-btn:hover {
  opacity: 100;
}

.playbutton {
  z-index: 1000;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 9px;
  margin-top: 120px;
  padding: 3px 6px 4px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
}

.playbutton:hover {
  opacity: 100;
}

.gg-connect {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
}

.div-block-89 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-im-here {
  z-index: 90;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.gg-start {
  z-index: 700;
  width: 100%;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.container {
  z-index: 1000;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-avatar-code {
  z-index: 800;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.gg-avatar-code-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-splash-shade {
  z-index: 850;
  background-color: #08080866;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 1000;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 9px;
  margin-top: 120px;
  padding: 3px 6px 4px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
}

.cursor:hover {
  opacity: 100;
}

.gg-initialising-container-hold {
  z-index: 100;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-reply-close-icon {
  width: 10px;
}

.div-block-90 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border-radius: 12px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 4px;
}

.gg-drawer {
  z-index: 200;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff0d;
  border-radius: 20px;
  width: 270px;
  height: 94%;
  padding: 20px 30px 30px;
  display: none;
  position: absolute;
}

.gg-question-heading {
  color: #ffffffbf;
  width: 12ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 27px;
}

.gg-question-subtext {
  color: #ffffff80;
  width: 13ch;
  margin-bottom: 70px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}

.text-field-4 {
  opacity: .75;
  color: #fff;
  background-color: #ffffff03;
  border: 2px solid #ffffff12;
  border-radius: 12px;
  width: 100%;
  height: 250px;
  min-height: 400px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.gg-panel-back {
  margin-right: 16px;
}

.gg-identity-map-back {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.gg-panel-back-icon {
  opacity: .5;
  width: 13px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-panel-back-icon:hover {
  opacity: 100;
}

.gg-identity-map-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-91 {
  width: 100%;
  height: 100%;
  padding: 20px 30px 30px;
  position: relative;
}

.gg-names {
  width: 80px;
  margin-bottom: 20px;
}

.gg-names.aiko {
  width: 100px;
}

.gg-names.yuna {
  width: 90px;
}

.gg-names.tali {
  margin-bottom: 26px;
}

.gg-name {
  width: 106px;
  margin-bottom: 6px;
}

.gg-name.tory {
  margin-bottom: -4px;
}

.gg-name.lola {
  width: 100px;
}

.gg-name.mimi {
  width: 116px;
}

.gg-name.zene {
  width: 100px;
}

.gg-name.abby {
  width: 96px;
}

.gg-name.tali {
  width: 88px;
  margin-bottom: 10px;
}

.gg-name.aiko {
  width: 112px;
}

.gg-name.yuno {
  width: 100px;
}

.gg-name.conf {
  width: auto;
  height: 60px;
  margin-bottom: 0;
}

.gg-nametag-name {
  width: 180px;
  margin-bottom: 50px;
  margin-left: 60px;
}

.gg-hero-description {
  margin-top: 200px;
  margin-left: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-hero-description-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.gg-brand-confirmation {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-92 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-92.conf {
  position: relative;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 600;
}

.gg-features {
  width: 100%;
  margin-bottom: 70px;
}

.div-block-93 {
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 20%;
}

.gg-window {
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  overflow: scroll;
}

.gg-window.conf {
  border-radius: 30px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: scroll;
}

.gg-conf-girls {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  order: 9999;
  width: 3500px;
  margin: 120px 220px 120px 3%;
}

.gg-conf-girls.choosey {
  width: 3500px;
  margin: 2% 1% 220px;
}

.div-block-95 {
  padding-top: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.gg-example-slides {
  width: 100%;
}

.gg-example-slide-1 {
  z-index: 1000;
  border: 1px solid #272727;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-examples-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.accordion-item-open {
  cursor: pointer;
  border-top: 1px solid #272727;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.accordion-item-open.ui-example {
  border-top-style: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}

.gg-generic-content {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.gg-generic-content.conf {
  z-index: 1;
  background-image: linear-gradient(270deg, #000 65%, #00000080), url('../images/06.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-14 {
  font-size: 17px;
  line-height: 22px;
}

.bold-text-4,
.bold-text-5,
.bold-text-6,
.bold-text-7,
.bold-text-8,
.bold-text-9,
.bold-text-10,
.bold-text-11,
.bold-text-12,
.bold-text-13,
.bold-text-14 {
  color: #fff;
}

.text-span-15 {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.quick-stack-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 2px solid var(--border-grey);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px;
}

.quick-stack-16.white {
  border-color: #696969;
}

.gg-press-headline {
  z-index: 2;
  opacity: .5;
  color: #fff;
  margin-top: -2px;
  margin-bottom: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.gg-press-headline.white {
  opacity: 100;
  margin-top: -2px;
  font-size: 35px;
  line-height: 40px;
}

.gg-press-copy {
  opacity: .5;
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.gg-press-copy._30b {
  margin-bottom: 90px;
  font-size: 12px;
  line-height: 18px;
}

.gg-press-copy._30b._50per {
  opacity: .5;
  color: #c3beb5;
}

.gg-press-copy._30b._0below {
  margin-bottom: 0;
}

.gg-press-copy._30b._0below.half-alive {
  opacity: .5;
  text-align: center;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
}

.gg-press-copy._30b._0below.ggg {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: cofo-raffine, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.gg-press-copy._30b._0below.ggg.bbbb {
  margin-bottom: 20px;
  font-family: ellograph-cf, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 60px;
}

.gg-press-copy._30b._0below.ggg.bbbb.dfsdf {
  color: #fff;
  letter-spacing: -2px;
  font-family: Droid Serif, serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

.gg-press-copy._30b._0below.ggg.bbbb.dfsdf.nelli {
  font-size: 41px;
}

.gg-press-copy._30b._0below.ggg.bbbb.dfsdf.lola {
  font-family: Exo, sans-serif;
}

.gg-press-copy._30b._0below.ggg.tess {
  opacity: 1;
  margin-top: -4px;
  font-family: Vollkorn, serif;
  font-size: 41px;
  font-weight: 400;
}

.gg-press-copy._30b._0below.ggg.page {
  opacity: 1;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.gg-press-copy._30b.intro {
  color: #a0a0a0;
  margin-bottom: 60px;
}

.gg-press-copy._30b.intro.content {
  margin-bottom: 0;
}

.gg-press-copy.byline {
  width: 29ch;
  margin-right: -31%;
  font-size: 14px;
  line-height: 20px;
}

.gg-press-copy.white {
  opacity: 100;
}

.div-block-98 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #ffffff0d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-99 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gg-download-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gg-download-btn.horizontal {
  flex-flow: row;
  margin-bottom: -16px;
}

.gg-download-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 12px;
  display: flex;
}

.gg-download-icon-top {
  text-align: center;
  width: 19px;
  margin-top: 1px;
  margin-bottom: -17px;
  position: relative;
  inset: 0%;
}

.gg-press-category {
  background-color: var(--colour-3);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 7px 16px;
  display: inline-block;
}

.gg-press-category._2 {
  background-color: var(--colour-1);
}

.gg-press-category._3 {
  background-color: var(--colour-2);
}

.gg-press-category._4 {
  background-color: var(--colour-0);
}

.div-block-101 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.background-video-5 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-press-links {
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.gg-press-links-btn {
  background-color: #666;
  border-radius: 12px;
  align-items: center;
  margin-right: 16px;
  padding: 3px 10px 4px 12px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-press-links-btn:hover {
  background-color: #fff;
}

.gg-press-links-btn._2 {
  background-color: var(--colour-1);
}

.gg-press-links-btn._3 {
  background-color: var(--colour-2);
}

.gg-press-links-btn._4 {
  background-color: var(--colour-0);
}

.gg-download-item {
  filter: invert();
  text-align: center;
  width: 15px;
  margin-bottom: -4px;
  margin-left: 7px;
  position: relative;
  inset: 0%;
}

.gg-share-panel {
  align-items: center;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.of-header-div {
  z-index: 1;
  filter: hue-rotate(354deg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.of-cloud-container {
  outline-offset: -3px;
  background-image: linear-gradient(0deg, #0d0c0ff2, #070609f2 11% 25%, #0000), radial-gradient(circle, #000000f2, #000000c7 50%, #0000);
  border-radius: 60px;
  outline: 6px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cloud-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cloud-video.tunnel {
  z-index: 1;
}

.gg-clouds-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-clouds-video.tunnel {
  z-index: 1;
}

.gg-confirmation-bg {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-103 {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.code-embed-4 {
  width: 100%;
  height: 100%;
}

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

.gg-spotlight {
  z-index: -1;
  aspect-ratio: 9 / 16;
  opacity: 1;
  object-fit: cover;
  height: 140%;
  margin-top: -40%;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.gg-spotlight:hover {
  opacity: 100;
}

.div-block-105 {
  width: 25vw;
}

.gg-featured-model {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.gg-share-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.share-cell-1 {
  justify-content: center;
  align-items: center;
}

.share-cell-3 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 25%;
}

.gg-home-btn {
  text-decoration: none;
}

.gg-more-models {
  background-color: #26262640;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-more-models:hover {
  background-color: var(--gg-primary-btn);
}

.gg-hero-description-conf {
  opacity: .5;
  margin-top: 30px;
  margin-left: 35px;
  text-decoration: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-model-lineup {
  width: 100%;
  height: auto;
  position: relative;
  overflow: clip;
}

.gg-hr-placement {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gg-website-cta {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.gg-intro-title-phrase {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.gg-intro-title-phrase.conf {
  align-items: flex-start;
  width: 280px;
  margin-bottom: 100px;
  margin-left: 130px;
  margin-right: 50px;
  padding-bottom: 0;
  padding-right: 0;
}

.gg-intro-title-phrase.content {
  margin-bottom: 100px;
}

.gg-visit-the-website {
  background-color: var(--gg-primary-btn);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-visit-the-website.active {
  background-color: var(--gg-primary-btn);
}

.gg-visit-the-website.conf-info {
  background-color: #ffffff40;
}

.gg-share-models {
  align-items: center;
  width: 100%;
  height: 110svh;
  display: flex;
  position: relative;
}

.gg-share-models.choose {
  height: auto;
}

.div-block-107 {
  background-image: linear-gradient(270deg, #000, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-right-arrow {
  filter: invert();
  width: 13px;
  margin-left: 10px;
}

.gg-scroll-tip {
  opacity: .5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gg-spotlight-container {
  z-index: -1;
  opacity: .75;
  background-image: url('../images/GG-Spotlight.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: auto 130%;
  position: absolute;
  inset: 0%;
}

.gg-signup-modal {
  z-index: 2147483647;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-signup-standard {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff40;
  border-radius: 30px;
  width: 290px;
  margin-right: 465px;
  padding: 20px 26px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.gg-signup-standard:hover {
  background-color: #fff6;
}

.div-block-110 {
  z-index: -1;
  background-image: url('../images/02.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.gg-model-scroll-tip {
  align-items: center;
  padding-bottom: 8%;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-model-scroll-tip-btn {
  background-color: var(--colour-3);
  border-radius: 100px;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.gg-unique-share-btn {
  z-index: 1000;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-unique-share-btn.homepage.share {
  opacity: .5;
}

.gg-unique-share-btn.homepage.share:hover {
  opacity: 100;
}

.gg-unique-share-btn.share {
  margin-right: 10px;
}

.quick-stack-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: -4px;
  padding: 0;
}

.cell-18 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-19 {
  align-items: flex-start;
}

.gg-girls-list {
  z-index: 1000;
  opacity: 0;
  border-right: 1px solid #ffffff40;
  margin-top: 104px;
  margin-right: 70px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-girls-list.chat {
  opacity: 0;
  margin-top: 40px;
}

.gg-girl-text {
  opacity: .5;
  color: #fff;
  margin-right: 0;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-girl-text:hover {
  opacity: 100;
  margin-right: 4px;
}

.gg-girl-text.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.gg-girl-text.black {
  color: #000;
  font-weight: 400;
}

.gg-girl-text.halftime {
  opacity: .5;
}

.gg-girl-text.green {
  color: #06ffac;
}

.gg-girl-text.plus {
  margin-top: -4px;
  margin-bottom: -2px;
  margin-right: 10px;
  font-size: 16px;
}

.gg-girl-text.red {
  color: #ff4c61;
}

.gg-girl-text.active {
  opacity: 100;
}

.gg-nav-link-b {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link-b.top-spacer {
  margin-top: 30px;
}

.gg-nav-link-b.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link-b.modal-spacing:hover,
.gg-nav-link-b.modal-spacing.active {
  opacity: 100;
}

.gg-nav-link-c {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link-c.top-spacer {
  margin-top: 30px;
}

.gg-nav-link-c.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link-c.modal-spacing:hover,
.gg-nav-link-c.modal-spacing.active {
  opacity: 100;
}

.gg-nav-link-d {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link-d.top-spacer {
  margin-top: 30px;
}

.gg-nav-link-d.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link-d.modal-spacing:hover,
.gg-nav-link-d.modal-spacing.active {
  opacity: 100;
}

.gg-fullbody-view {
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-main-video-fresher {
  z-index: -10;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-main-video-fresher.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gg-main-video-fresher.backup {
  display: block;
}

.gg-models-next {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gg-models-next-btn {
  z-index: -1;
  opacity: .5;
  background-color: #2d69c600;
  border: 2px solid #7379ad;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 36px;
  margin-bottom: 280px;
  display: flex;
  position: relative;
}

.gg-pale-blue-arrow {
  width: 18px;
}

.gg-example-slider {
  background-color: #ddd0;
  width: 80%;
  height: auto;
}

.slide-nav-2,
.right-arrow-2,
.left-arrow-2 {
  display: none;
}

.gg-example-slide {
  z-index: 1000;
  aspect-ratio: 16 / 9;
  border: 1px solid #272727;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-examples {
  width: 100%;
  height: 100%;
}

.white {
  color: #fff;
}

.gg-text-or-voice {
  z-index: 1000;
  cursor: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gg-ui-helper-button {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 12px;
  align-items: center;
  padding: 4px 4px 4px 2px;
  text-decoration: none;
  display: flex;
}

.gg-ui-helper-button:hover {
  border-color: var(--gg-primary-btn);
}

.gg-ui-helper-button.type {
  cursor: pointer;
  padding-left: 4px;
  text-decoration: none;
}

.gg-ui-font-2 {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.gg-ui-font-2.half {
  opacity: .5;
}

.gg-ui-font-2.or {
  opacity: .5;
  padding: 10px 14px;
  font-size: 13px;
}

.gg-ui-icon {
  width: 10px;
}

.gg-ui-icon-container {
  background-color: #ffffff1f;
  border-radius: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  display: flex;
}

.gg-helper-frost {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff1a;
  border-radius: 0 0 20px 20px;
  align-items: center;
  padding: 12px 12px 11px;
  display: flex;
}

.gg-voice {
  z-index: 1000;
  opacity: 0;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-voice-art {
  margin-bottom: 20px;
}

.gg-voice-btn {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  cursor: auto;
  background-color: #ffffff0d;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.gg-voice-btn:hover {
  background-color: var(--gg-primary-btn);
}

.gg-voice-btn.inner-padding {
  cursor: pointer;
  margin-left: 20px;
}

.gg-voice-btn-icon {
  opacity: .5;
  width: 13px;
}

.gg-voice-btn-icon.pause {
  width: 9px;
}

.gg-voice-buttons {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.quick-stack-18 {
  padding: 0;
}

.text-block-17 {
  color: #ffffffbf;
  font-family: tt-commons-pro, sans-serif;
  font-size: 11px;
}

.cell-20 {
  align-items: center;
}

.gg-button-label {
  opacity: 0;
  background-color: #ffffff1a;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 2px 6px 2px 7px;
}

.gg-account-btn {
  z-index: 20000;
  background-color: var(--gg-primary-btn);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-account-btn:hover {
  background-color: #3e7ee0;
}

.text-block-18 {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.audio-button {
  opacity: .25;
  filter: saturate(0%) brightness(200%);
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/GG-Audio-On.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-top: 10px;
  margin-bottom: -14px;
  margin-right: 82px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.audio-button:hover {
  opacity: 100;
  margin-top: 10px;
  margin-bottom: -6px;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5%;
  display: flex;
}

.paragraph {
  color: #ffffff80;
  text-align: center;
  width: 60ch;
  font-family: tt-commons-pro, sans-serif;
}

.div-block-112 {
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-152 {
  width: 100%;
}

.gotel-video {
  z-index: -10;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gotel-video.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gotel-video.backup {
  display: block;
}

.gotel-header {
  z-index: 1;
  outline-offset: -1px;
  background-image: url('../images/Aspi.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  outline: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gotel-header.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.image-153 {
  width: 130px;
}

.gotel-body {
  background-color: #fff;
}

.gotel-information {
  flex-flow: column;
  align-items: center;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.gt-heading {
  z-index: 2;
  color: #303436;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.gt-heading.grey {
  color: #a0a0a0;
  margin-bottom: 40px;
}

.gotel-hr {
  background-color: #0e0e0e;
  border-radius: 50px;
  width: 1200px;
  height: 10px;
  margin-top: 140px;
  margin-bottom: -5px;
}

.gotel-hr.half-alive {
  opacity: .5;
}

.gotel-hr.footer {
  background-color: #4d4d4d;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gotel-hr.last {
  background-color: #f7f7f7;
  margin-top: 100px;
  margin-bottom: 0;
}

.text-span-16 {
  color: #303436;
}

.text-span-17 {
  color: #30343600;
}

.text-span-18 {
  color: #b9bfc2;
}

.image-154 {
  margin-top: 20px;
  margin-bottom: 100px;
}

.image-155 {
  width: 60px;
}

.div-block-113 {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-bottom: 80px;
  display: flex;
}

.gotel-hero-description {
  margin-top: 170px;
  margin-left: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gt-text {
  color: #000;
  margin-right: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.gt-text.sub {
  color: #9fa5a8;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.gt-text.white {
  color: #fff;
  margin-right: 10px;
}

.gt-text.white.ai {
  color: #fff;
  margin-right: 0;
  font-size: 17px;
  line-height: 17px;
}

.quick-stack-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-bottom: 120px;
  padding: 0;
}

.cell-21 {
  background-color: #fff;
  border: 1px solid #dbe0e4;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 41px;
}

.cell-21.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.gt-btn {
  cursor: pointer;
  background-color: #262626;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gt-btn:hover {
  background-color: #50575a;
}

.gt-btn.active {
  background-color: var(--gg-primary-btn);
}

.gt-btn.conf-info {
  background-color: #ffffff40;
}

.gt-btn.light {
  background-color: #dbe0e440;
}

.gt-btn.light:hover {
  background-color: #dbe0e4bd;
}

.gt-btn.light.smaller {
  padding: 8px 16px;
}

.gt-btn.small:hover {
  background-color: #000;
}

.gt-btn-font {
  color: #fff;
  font-family: inter-variable, sans-serif;
}

.gt-btn-font.share.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gt-btn-font.share.horizontal.label {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.gt-btn-font.share.placeholder {
  opacity: .15;
}

.gt-btn-font.share.contains {
  opacity: .5;
  font-size: 12px;
}

.gt-btn-font.black {
  color: #000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
}

.gt-btn-font.black.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gt-btn-font.black.horizontal.label {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.gt-btn-font.black.placeholder {
  opacity: .15;
}

.gt-btn-font.black.contains {
  opacity: .5;
  font-size: 12px;
}

.gt-btn-font.morebtn {
  opacity: .5;
}

.gt-btn-font.dark {
  color: #000;
}

.image-156 {
  opacity: 1;
  width: 41px;
  margin-right: 40px;
}

.text-span-19 {
  font-weight: 600;
}

.image-157 {
  filter: invert();
  width: 60px;
  margin-bottom: 2px;
  margin-right: 18px;
}

.image-157.inv {
  filter: none;
}

.div-block-114 {
  align-items: center;
  display: flex;
}

.gt-body-text {
  z-index: 2;
  color: #303436;
  margin-top: 0;
  margin-bottom: 150px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.gt-body-text.grey {
  color: #a0a0a0;
  margin-bottom: 40px;
}

.gt-body-text.faded {
  opacity: .5;
  margin-bottom: 70px;
}

.gotel-hero-description-text {
  color: #000;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.gotel-hero-description-text.cta {
  color: #000;
  cursor: pointer;
  margin-top: 213px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gotel-hero-description-text.cta:hover {
  color: #000;
  margin-left: 14px;
}

.div-block-115 {
  width: 60%;
}

.div-block-116 {
  align-items: center;
  display: flex;
}

.quick-stack-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.cx {
  justify-content: center;
  align-items: flex-start;
}

.cx.last {
  align-items: flex-end;
}

.cx.lp {
  padding-left: 40px;
}

.quick-stack-19-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 60%;
  margin-bottom: 10px;
  padding: 0;
}

.image-158 {
  opacity: .48;
  filter: none;
  mix-blend-mode: screen;
  width: 100%;
  margin-top: -250px;
  position: absolute;
  inset: 0%;
}

.div-block-117 {
  opacity: .1;
  filter: blur(20px);
  mix-blend-mode: hard-light;
  background-image: radial-gradient(circle, #fff 44%, #19334b 85%), url('../images/First-Step-White.gif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-entities {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.gg-entities.empty {
  margin-bottom: 40px;
}

.div-block-118 {
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-entity-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-entity-video.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gg-entity-video.backup {
  display: block;
}

.gg-ev-cell {
  background-color: #fff;
  border: 1px solid #dbe0e4;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.gg-ev-cell.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block-119 {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-120 {
  align-items: center;
  display: flex;
}

.gt-starfield {
  opacity: 1;
  mix-blend-mode: screen;
  background-image: url('../images/GOTEL-Mockup-Stars.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-121 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff3;
  background-clip: border-box;
  border-radius: 7px;
  padding: 2px 7px 4px 6px;
}

.gg-chat-global {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-account-heading {
  z-index: 10;
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}

.gg-account-heading.black {
  color: #000;
}

.gg-account-heading.white {
  opacity: 100;
  margin-top: 220px;
}

.gg-account-heading.fff {
  font-size: 14px;
}

.gg-account-heading.conf {
  opacity: .5;
  text-align: right;
  width: 15ch;
  font-size: 18px;
}

.gg-account-heading.half-alive-center {
  opacity: .5;
}

.gg-account-info {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  width: 50%;
  padding: 50px;
}

.div-block-122 {
  z-index: -1;
  opacity: .5;
  color: #000;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.gg-account-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 770px;
  display: flex;
}

.gg-account-info-center {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.gg-account-info-center.content {
  padding-bottom: 0;
}

.gg-account-info-center.content.press {
  margin-top: -40px;
  margin-bottom: 60px;
}

.gg-account-info-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.gg-account-info-text.sub {
  color: #a0a0a0;
  margin-bottom: 20px;
}

.gg-input-container {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.gg-acc-item-header {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.gg-input-font {
  color: var(--input-user-text);
  padding-left: 17px;
  padding-right: 17px;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.gg-input-font.blue {
  color: #669ff8;
}

.gg-input-font.grey {
  color: #a0a0a0;
}

.gg-input {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff0d;
  border: 1px solid #3f3f3f;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 14px 14px 16px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gg-input:hover {
  background-color: #fff3;
  border-style: solid;
  border-color: #767a7a;
}

.gg-input.response {
  justify-content: space-between;
  height: 120px;
  padding-left: 16px;
  padding-right: 10px;
}

.gg-input-button {
  background-color: var(--gg-primary-btn);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-input-button:hover,
.gg-input-button.active {
  background-color: var(--gg-primary-btn);
}

.gg-input-button.conf-info {
  background-color: #ffffff40;
}

.gg-input-button.orange {
  background-color: #525252;
}

.gg-input-button.orange:hover {
  background-color: #c57a2e;
}

.gg-input-button.red {
  background-color: #525252;
}

.gg-input-button.red:hover {
  background-color: #bd3636;
}

.gg-account-item {
  width: 100%;
}

.gg-account-title-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.gg-account-title-heading.conf {
  text-align: right;
  margin-bottom: 10px;
}

.gg-account-title-heading.conf-info {
  opacity: .5;
  margin-bottom: 0;
}

.quick-stack-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-123 {
  background-color: var(--input-user-text);
  border-radius: 50px;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  margin-right: 4px;
}

.div-block-123.grey {
  background-color: #a0a0a0;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.gg-radio-cell {
  flex-flow: row;
  align-items: center;
}

.gg-selection-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  padding-top: 7.5%;
  display: flex;
}

.gg-chat-response {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.gg-chat-bubble-div-response {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #19c58c;
  border-radius: 12px;
  margin-bottom: 60px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.gg-chat-bubble-div-response:hover {
  background-color: var(--input-user-text);
}

.gg-chat-bubble-div-response.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-chat-bubble-div-response.half-alive:hover {
  opacity: 100;
}

.gg-chat-bubble-div-response.response {
  background-color: #559e754d;
}

.gg-chat-bubble-div-response.response:hover {
  background-color: #00ffaa61;
}

@media screen and (min-width: 1920px) {
  .category-link {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-4 {
    padding-right: 30%;
  }

  .suggestions-title {
    margin-top: -100px;
    font-size: 16px;
    line-height: 26px;
  }

  .suggestions-slider {
    height: 140px;
  }

  .typing-text {
    width: 420px;
    font-size: 26px;
    line-height: 36px;
  }

  .gg-start {
    display: none;
  }

  .gg-conf-girls {
    width: 3200px;
  }
}

@media screen and (max-width: 991px) {
  .gg-header {
    height: 65svh;
  }

  .category-link {
    font-size: 22px;
    line-height: 30px;
  }

  .accordian-title {
    font-size: 17px;
    line-height: 23px;
  }

  .p-accordion-answer {
    max-width: 60vw;
    margin-left: -53px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 23px;
  }

  .r-d-text {
    margin-top: 0;
    padding-left: 0;
  }

  .r-d-text._50p {
    padding-left: 0;
  }

  .film-thumbnail.w--current {
    border-radius: 20px;
  }

  .heading-4 {
    padding-right: 0%;
    font-size: 16px;
  }

  ._w-page-700px {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-page-700px.share {
    justify-content: center;
    display: flex;
  }

  .gg-hr {
    width: 5%;
  }

  .gg-hr.last {
    width: 75%;
  }

  .gg-digit-heading {
    font-size: 22px;
    line-height: 23px;
  }

  .suggestions-title {
    margin-bottom: 20px;
  }

  .initiate-dialog {
    margin-bottom: 34%;
    margin-left: 44%;
  }

  .gg-digit-heading-side,
  .gg-cusp-heading,
  .gg-digit-heading-simple,
  .gg-digit-heading-simple-2,
  .gg-digit-heading-simpleddddd,
  .gg-digit-heading-simpleddddd-copyffff {
    font-size: 22px;
    line-height: 23px;
  }

  ._w-page-700px-copyggg,
  ._w-page-700px-copy,
  ._w-page-700px-centre {
    width: auto;
    padding-left: 34px;
    padding-right: 34px;
  }

  .section_signup {
    padding-top: 3rem;
  }

  .signup_grid {
    grid-template-columns: 1fr;
  }

  .signup_details {
    width: 50%;
    min-width: 378px;
  }

  .gg-models {
    margin-bottom: 220px;
  }

  .gg-models.conf {
    margin-bottom: 0;
  }

  .gg-girl-cards {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    width: 80%;
    margin-top: 140px;
  }

  .gg-subtext {
    width: 27ch;
    font-size: 16px;
    line-height: 23px;
  }

  .gg-model-card {
    border-style: none;
  }

  .gg-exclusive-models {
    width: 90%;
  }

  .gg-subtext-data {
    font-size: 14px;
    line-height: 16px;
  }

  .gg-exclusive-models-container {
    padding: 40px;
  }

  .gg-footer-items {
    flex-flow: column;
    width: 90%;
  }

  .gg-logo-footer-static {
    width: 90px;
    margin-right: 50px;
  }

  .gg-smalllinks.final {
    margin-right: 20px;
  }

  .gg-smalllinks.share {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .gg-scene,
  .say-hello-btn {
    display: none;
  }

  .gg-intro-title.content {
    margin-top: 60px;
  }

  .div-block-73 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-75 {
    flex-flow: column;
  }

  .slider {
    display: none;
  }

  .gg-card-info-pad {
    padding: 0;
  }

  .heading-6-copy {
    font-size: 48px;
    line-height: 44px;
  }

  .gg-play-icon {
    opacity: 0;
  }

  .gg-logo-btn-footer {
    margin-bottom: 140px;
  }

  .gg-chat-logo-animated-footer {
    aspect-ratio: 100 / 47;
    width: 180px;
    height: auto;
  }

  .gg-goboyfriend {
    margin-top: 20px;
  }

  .gg-secure {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .avatars-mobile {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cities-stack {
    width: 100%;
    margin-bottom: 40px;
  }

  .gg-countries {
    padding-bottom: 0;
    padding-left: 34px;
    padding-right: 34px;
  }

  .say-hello-btn-m,
  .container {
    display: none;
  }

  .gg-window.conf {
    justify-content: center;
    overflow: hidden;
  }

  .gg-conf-girls {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 80%;
    margin-left: 0%;
    margin-right: 0;
  }

  .gg-generic-content {
    margin-bottom: 220px;
  }

  .gg-press-headline {
    font-size: 22px;
    line-height: 23px;
  }

  .gg-share-panel {
    justify-content: center;
    width: 100%;
  }

  .gg-share-panel.main {
    width: 100%;
  }

  .of-header-div {
    padding-left: 0;
    padding-right: 0;
  }

  .gg-clouds-video {
    inset: 0%;
  }

  .gg-confirmation-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .share-cell-1 {
    display: none;
  }

  .share-cell-3 {
    padding-left: 0%;
  }

  .gg-intro-title-phrase.conf {
    display: none;
  }

  .gg-intro-title-phrase.content {
    margin-top: 60px;
  }

  .gg-share-models {
    height: auto;
  }

  .gg-spotlight-container {
    background-position: 190% 100%;
    width: 100%;
    display: flex;
  }

  .gg-model-scroll-tip {
    display: none;
  }

  .gotel-header {
    height: 65svh;
  }

  .gt-heading {
    font-size: 22px;
    line-height: 23px;
  }

  .gotel-hr {
    width: 5%;
  }

  .gotel-hr.last {
    width: 75%;
  }

  .gt-body-text {
    font-size: 22px;
    line-height: 23px;
  }

  .gg-account-info-center {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .gg-account-info-center.share {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .film-stack {
    margin-top: 40px;
  }

  .accordian-title,
  .accordian-title.grey {
    margin-top: 0;
    margin-bottom: 0;
  }

  .p-accordion-answer {
    margin-left: -37px;
  }

  .heading-6 {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .shiny {
    width: 60%;
  }

  .film-thumbnail {
    margin-bottom: 0;
  }

  .heading-4 {
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  ._w-page-700px {
    padding-left: 34px;
    padding-right: 34px;
  }

  .gg-digit-heading {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .initiate-dialog {
    margin-left: 29%;
  }

  .gg-digit-heading-side,
  .gg-cusp-heading,
  .gg-digit-heading-simple,
  .gg-digit-heading-simple-2,
  .gg-digit-heading-simpleddddd,
  .gg-digit-heading-simpleddddd-copyffff {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  ._w-page-700px-copyggg,
  ._w-page-700px-copy,
  ._w-page-700px-centre {
    padding-left: 34px;
    padding-right: 34px;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-weight-normal {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gg-subtext {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .gg-model-name-container.conf {
    align-items: center;
  }

  .gg-model-card.conf {
    width: 360px;
  }

  .gg-subtext-data {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gg-exclusive-models-container {
    padding-right: 219px;
  }

  .gg-logo-footer-static {
    margin-right: 20px;
  }

  .say-hello-btn,
  .slider {
    display: none;
  }

  .heading-6-copy {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .avatars-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .cities-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .city-link-hover {
    font-size: 16px;
  }

  .city-info {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .say-hello-btn-m,
  .container {
    display: none;
  }

  .gg-press-headline {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .of-header-div,
  .gg-confirmation-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .share-cell-3 {
    align-items: center;
  }

  .gt-heading,
  .gt-body-text {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .gg-account-info-center {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media screen and (max-width: 479px) {
  .gg-header {
    border-radius: 20px;
    height: 100svh;
    padding: 19px;
  }

  .gg-nav {
    margin-top: 30px;
    margin-right: 30px;
    display: flex;
    position: absolute;
  }

  .gg-menu-text {
    font-size: 16px;
    line-height: 16px;
  }

  .gg-main-video {
    border-radius: 20px;
  }

  .gg-faq {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .of-diagram {
    width: 100%;
  }

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

  .warning-dialog {
    margin-top: 20px;
  }

  .button-composition {
    display: flex;
  }

  .div-block-9.footed {
    margin-top: 0;
  }

  .category-link {
    font-size: 20px;
    line-height: 20px;
  }

  .category-link.w--current {
    color: #c3beb5;
    font-size: 20px;
  }

  .accordion-arrow {
    opacity: 100;
    width: 12px;
    margin-top: 10px;
  }

  .accordian-title {
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 1px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .accordian-title.colour {
    color: #fff;
  }

  .accordian-title.smaller {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .accordion-item-top-wrapper {
    padding-top: 14px;
  }

  .p-accordion-answer {
    color: #fff;
    margin-left: -22px;
    font-size: 16px;
    line-height: 22px;
  }

  .p-accordion-answer.lp {
    padding-right: 0;
  }

  .card-stack {
    padding: 16px;
  }

  .subtle-texts {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-6 {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .accordion-item {
    width: 100%;
    margin-bottom: 0;
  }

  .shiny {
    display: none;
  }

  .of-body-copy {
    margin-bottom: 50px;
  }

  .of-body-copy._30b.intro {
    color: #fff;
    font-family: inter-variable, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .film-a-title {
    z-index: 100;
    transform: translate3d(0, 0, 75px);
  }

  .r-d-text {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .r-d-text._50p {
    width: 100%;
    padding-left: 0;
  }

  .r-d-text.blk {
    padding-right: 0;
  }

  .film-thumbnail {
    margin-bottom: 30px;
  }

  .film-thumbnail.w--current {
    margin-bottom: 22px;
  }

  .heading-4 {
    margin-top: 4px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 0%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .button.dark {
    display: none;
  }

  .page-card {
    outline-offset: 0px;
    border: 1px solid #242424;
    border-radius: 12px;
    outline: 2px #242424;
    margin-bottom: 60px;
    padding: 20px;
  }

  .page-card.of {
    margin-bottom: 90px;
  }

  .r-d-container {
    flex-flow: column;
  }

  .resonant-model {
    padding: 28px;
  }

  .of-device {
    width: 100%;
  }

  ._w-page-700px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._w-page-700px._20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5,
  .gg-hr,
  .section-label,
  .section-label.clr,
  .section-label.gren {
    display: none;
  }

  .gg-whatsthis {
    padding-top: 60px;
  }

  .gg-digit-heading {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 14px;
    line-height: 23px;
  }

  .gg-footer {
    display: none;
  }

  .suggestions {
    margin-top: 0%;
    display: flex;
  }

  .suggestions-title {
    margin-top: -120px;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 24px;
  }

  .suggestions-slider {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .cs-centre {
    padding-left: 50%;
    padding-right: 20px;
  }

  .typing-text {
    color: #fff;
    width: 130%;
    font-size: 20px;
    line-height: 20px;
  }

  .typebox-embed {
    margin-bottom: 0;
  }

  .gg-nav-links {
    opacity: 0;
    width: 120px;
    margin-top: 0;
    margin-right: 50px;
  }

  .gg-nav-links.chat {
    margin-right: 0;
  }

  .gg-nav-link {
    margin-bottom: 13px;
  }

  .quick-stack-9 {
    width: 100%;
  }

  .bg-stack {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .gg-main-avatar-container {
    margin-bottom: 60px;
  }

  .initiate {
    display: flex;
  }

  .initiate-dialog {
    opacity: 0;
    width: 100%;
    height: 65%;
    margin-bottom: 15%;
    margin-left: 14px;
    margin-right: 14px;
  }

  .initiate-red,
  .initiate-blue {
    background-image: radial-gradient(circle, #302f2e00 69%, #302f2e80), url('../images/M–Avatar-Still.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: flex;
  }

  .tap-screen {
    z-index: -10;
    color: #fff;
    text-align: left;
    cursor: none;
    border: 1px #fff;
    border-radius: 7px;
    align-items: flex-start;
    margin-top: -20%;
    padding: 3px 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    position: absolute;
  }

  .tap-screen.tsc {
    z-index: 1;
    cursor: default;
    border-style: solid;
    margin-top: 0%;
    margin-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 18px;
    display: block;
    position: relative;
  }

  .gg-video {
    margin-top: 20px;
  }

  .gg-digit-heading-side {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

  .gg-video-display {
    margin-top: 20px;
  }

  .gg-cusp-heading,
  .gg-digit-heading-simple {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

  .arti {
    margin-left: 20px;
    font-size: 70px;
  }

  .gg-digit-heading-simple-2 {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

  .arti-normalish {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .arti-normalish.b {
    font-size: 50px;
  }

  .gg-model-card-video {
    z-index: 1;
  }

  .gg-digit-heading-simpleddddd,
  .gg-digit-heading-simpleddddd-copyffff {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

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

  .gg-chat-messaging {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-responses {
    margin-bottom: 30px;
  }

  ._w-page-700px-copyggg,
  ._w-page-700px-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .gg-logo-btn {
    opacity: 100;
    mix-blend-mode: screen;
    margin-top: 20px;
    margin-left: 20px;
  }

  .gg-logo {
    width: 100%;
  }

  .gg-logo.smaller {
    aspect-ratio: 45 / 26;
    width: 65%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10%;
    margin-left: 0;
  }

  .gg-logo.smaller.password,
  .gg-logo.smaller.landed {
    mix-blend-mode: normal;
  }

  .gg-logo.smaller.generic-content {
    inset: 0% auto auto 0%;
  }

  .gg-logo-animation {
    width: 100%;
    margin-top: 4px;
  }

  .gg-chat-bubble-stack,
  .gg-chat-bubble-stack._2 {
    width: 100%;
  }

  .gg-bubble-text {
    padding-top: 10px;
    padding-left: 17px;
    font-size: 13px;
  }

  .gg-bubble-text.black {
    padding-top: 8px;
    padding-left: 24px;
  }

  ._w-page-700px-centre {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-139,
  .image-140,
  .image-141 {
    height: 39px;
  }

  .signup_yellow-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_right-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .signup_left-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 65%;
    display: none;
  }

  .signup_yellow-div {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_blur-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
  }

  .text-size-medium.text-color-black,
  .text-size-medium.text-color-black.is-mobile {
    font-size: .8rem;
  }

  .signup_plus-image {
    width: 100px;
  }

  .signup_purple-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_grid {
    place-items: center;
  }

  .signup_right-grid {
    opacity: 0;
    justify-content: center;
  }

  .signup_details-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .signup_blur-div {
    width: 125px;
    height: 100%;
    min-height: 125px;
  }

  .signup_plus-mobile {
    width: 100px;
  }

  .signup_details {
    width: auto;
    min-width: 69%;
  }

  .signup_left-wrap {
    border-radius: 27px;
    width: 100%;
  }

  .signup_purple-div {
    background-color: #aa7df7;
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gg-share-btn {
    display: flex;
  }

  .gg-share-btn.homepage {
    justify-content: center;
    display: flex;
  }

  .gg-ui-font.share,
  .gg-ui-font.black {
    display: none;
  }

  .gg-share-icon-bottom {
    width: 22px;
    max-width: none;
  }

  .gg-more-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .gg-more-btn.chat {
    opacity: 100;
  }

  .gg-more-dot._1 {
    width: 4px;
    margin-left: 0;
  }

  .gg-models {
    margin-bottom: 100px;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .gg-intro-title-subheading {
    opacity: .25;
  }

  .gg-girl-cards {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .gg-subtext {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 14px;
    line-height: 23px;
  }

  .gg-model-card {
    border-style: none;
    position: relative;
  }

  .gg-choose-model.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-exclusive {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gg-exclusive-models {
    border-style: none;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 80px;
    padding: 0;
  }

  .gg-exclusive-models-video {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }

  .gg-exclusive-models-video.frosted {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  .div-block-61 {
    align-items: flex-start;
  }

  .gg-cell-check {
    margin-right: 14px;
  }

  .gg-data-cell._1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gg-data-cell._1.mobile,
  .gg-data-cell._2.mobile {
    opacity: 100;
  }

  .gg-data-cell._3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gg-data-cell._3.mobile {
    opacity: 100;
  }

  .gg-data-cell._4 {
    align-items: flex-start;
  }

  .gg-data-cell._4.mobile {
    opacity: 100;
  }

  .gg-subtext-data {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    font-size: 14px;
    line-height: 18px;
  }

  .gg-share-container {
    margin-right: 0;
  }

  .gg-share-icon-top {
    width: 22px;
    max-width: none;
    margin-bottom: -20px;
    position: relative;
  }

  .div-block-63 {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    height: 400px;
  }

  .gg-exclusive-models-container {
    border-radius: 20px;
    align-items: flex-end;
    height: 90svh;
    padding: 30px;
    display: flex;
  }

  .gg-em-colour {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  .gg-footer-panel {
    margin-top: 100px;
  }

  .gg-footer-items {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-67 {
    flex-flow: column;
  }

  .gg-smalllinks {
    margin-bottom: 17px;
    margin-right: 0;
    display: flex;
  }

  .gg-smalllinks.final {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .gg-smalllinks.last {
    margin-right: 0;
  }

  .div-block-70 {
    border-radius: 20px;
    overflow: hidden;
  }

  .gg-nametags {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .gg-nametag-link.up {
    padding-left: 0;
  }

  .gg-nametag-link.remaining {
    opacity: 0;
  }

  .layer--base {
    z-index: 2;
    aspect-ratio: 9 / 16;
    opacity: 0;
    width: 100%;
    height: auto;
    position: relative;
    inset: 0%;
    box-shadow: 0 0 20px 7px #000000a3;
  }

  .say-hello-btn {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-bottom: 30px;
    margin-right: 30px;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .cursor-gif {
    z-index: 80;
    position: relative;
  }

  .gg-intro-title {
    margin-bottom: 40px;
  }

  .gg-chat-loadin {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-shade {
    background-color: #00000080;
    background-image: linear-gradient(#0000 50%, #000000e6);
  }

  .gg-nametag._2 {
    margin-left: 0;
  }

  .div-block-72 {
    width: 320px;
    height: 320px;
    margin-left: 0;
  }

  .div-block-73 {
    margin-top: 60px;
    margin-bottom: 27px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-75 {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 160px;
  }

  .slider {
    margin-bottom: 120px;
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    background-position: 50%;
    width: 100%;
    height: 120px;
    margin-bottom: -120px;
    display: flex;
    inset: auto 0% 0%;
  }

  .gg-em-info {
    width: 100%;
  }

  .image-146 {
    width: 96%;
    margin-top: 40px;
  }

  .gg-textzoom-container.generic-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .say-hello-btn-mobile {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: block;
  }

  .audio-btn {
    z-index: 1000;
    opacity: 100;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 30px;
    display: flex;
  }

  .layer--overlay {
    display: none;
  }

  .heading-6-copy {
    width: 10ch;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 37px;
    line-height: 35px;
  }

  .gg-play {
    background-color: #0000;
  }

  .gg-play-icon {
    display: none;
  }

  .gg-logo-btn-footer {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gg-chat-logo-animated-footer {
    aspect-ratio: 100 / 47;
    width: 200px;
    height: auto;
  }

  .gg-goboyfriend {
    display: flex;
  }

  .gg-secure {
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .gg-thinking-frame {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .gg-girl-signatures.mobile {
    opacity: 100;
  }

  .gg-intro-title-heading {
    text-align: center;
    width: 10ch;
  }

  .gg-intro-title-heading.conf {
    text-align: center;
  }

  .gg-brand {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .avatars-mobile {
    width: 90%;
    padding-bottom: 60px;
    display: block;
  }

  .gg-brand-cs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 33%;
  }

  .utility-page-wrap {
    z-index: 1000;
    align-items: flex-end;
    padding-bottom: 33%;
    position: relative;
  }

  .field-label {
    display: none;
  }

  .gg-brand-password {
    z-index: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 50%;
  }

  .gg-brand-landed {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .error-message {
    background-color: #86002b;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    margin: 40px 20px 20px;
    padding: 12px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-block-15 {
    color: #3300ffba;
    font-family: tt-commons-pro, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .quick-stack-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 22px;
  }

  .cell-15,
  .cell-16 {
    align-items: center;
  }

  .gg-country {
    margin-top: 2px;
    font-size: 16px;
    line-height: 16px;
  }

  .cities-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .city-link-hover {
    font-size: 15px;
    line-height: 15px;
  }

  .flag {
    width: 25px;
    margin-right: 12px;
  }

  .gg-countries {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .city-info.lg {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 17px;
  }

  .cities {
    margin-bottom: 20px;
  }

  .accordion-item-static {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .gg-audio-off {
    width: 30px;
  }

  .gg-audio-on {
    width: 30px;
    margin-top: -30px;
    display: none;
  }

  .gg-close-icon {
    opacity: .75;
    width: 12px;
  }

  .gg-tap-activate {
    z-index: 3;
    align-items: center;
    margin-top: 50%;
    margin-right: 20%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .gg-tap-dot {
    background-color: var(--colour-3);
    border-radius: 50px;
    width: 6px;
    height: 6px;
  }

  .gg-tap-inner {
    border: 2px solid var(--colour-3);
    border-radius: 20px;
    padding: 4px;
  }

  .gg-tap-outer {
    border: 2px solid var(--colour-3);
    border-radius: 50px;
    padding: 4px;
  }

  .gg-tap-text {
    color: var(--colour-3);
    margin-left: 12px;
    font-family: tt-commons-pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .say-hello-btn-m {
    z-index: 80;
    aspect-ratio: 473 / 182;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 120px;
    height: auto;
    margin-bottom: 30px;
    margin-right: 30px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .cursor-gif-m,
  .cursor-gif-m-static {
    z-index: 80;
    position: absolute;
  }

  .gg-panel-title {
    margin-bottom: 13px;
  }

  .gg-chat-font-response-stimuli {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 20px;
  }

  .gg-thinking-demo {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .gg-start {
    display: flex;
  }

  .container {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .cursor {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .gg-nametag-name {
    width: 90px;
    margin-left: 30px;
  }

  .gg-hero-description {
    display: none;
  }

  .gg-hero-description-text {
    text-align: center;
    width: 10ch;
  }

  .gg-brand-confirmation {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .gg-example-slide-1 {
    width: 100%;
  }

  .accordion-item-open {
    width: 100%;
    margin-bottom: 0;
  }

  .gg-generic-content {
    margin-bottom: 100px;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .gg-press-headline {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .gg-press-copy {
    margin-bottom: 50px;
  }

  .gg-press-copy._30b.intro {
    color: #fff;
    font-family: inter-variable, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .gg-download-btn {
    display: flex;
  }

  .gg-download-btn.homepage {
    justify-content: center;
    display: flex;
  }

  .gg-download-container {
    margin-right: 0;
  }

  .gg-download-icon-top,
  .gg-download-item {
    width: 22px;
    max-width: none;
    margin-bottom: -20px;
    position: relative;
  }

  .of-header-div {
    padding-left: 0;
    padding-right: 0;
  }

  .of-cloud-container {
    background-image: linear-gradient(0deg, #0d0c0ff2, #070609f2 11% 25%, #0000), radial-gradient(circle at 50% 0, #000000f2, #000000c7 50%, #0000);
    height: 100svh;
  }

  .gg-confirmation-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .gg-more-models.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-intro-title-phrase {
    margin-bottom: 40px;
  }

  .gg-visit-the-website.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-signup-standard {
    display: none;
  }

  .gg-unique-share-btn {
    display: flex;
  }

  .gg-unique-share-btn.homepage {
    justify-content: center;
    display: flex;
  }

  .gg-girls-list {
    opacity: 0;
    width: 120px;
    margin-top: 0;
    margin-right: 50px;
  }

  .gg-girls-list.chat {
    margin-right: 0;
  }

  .gg-girl-text {
    font-size: 16px;
    line-height: 16px;
  }

  .gg-nav-link-b,
  .gg-nav-link-c,
  .gg-nav-link-d {
    margin-bottom: 13px;
  }

  .gg-main-video-fresher {
    border-radius: 20px;
  }

  .gg-example-slide {
    border-radius: 6px;
    width: 100%;
  }

  .gotel-video {
    border-radius: 20px;
  }

  .gotel-header {
    border-radius: 20px;
    height: 100svh;
    padding: 19px;
  }

  .gotel-information {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gt-heading {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .gotel-hr,
  .gotel-hero-description {
    display: none;
  }

  .gt-btn.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gt-btn-font.share,
  .gt-btn-font.black {
    display: none;
  }

  .gt-body-text {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .gotel-hero-description-text {
    text-align: center;
    width: 10ch;
  }

  .gg-entity-video {
    border-radius: 20px;
  }

  .gg-account-heading {
    opacity: .25;
  }

  .gg-account-container.generic-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gg-account-info-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .gg-account-info-center._20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-input-container {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-input-button.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-account-title-heading {
    text-align: center;
    width: 10ch;
  }

  .gg-account-title-heading.conf {
    text-align: center;
  }
}

#w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-1fd19d65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c706c297-8bc7-d947-e384-134d535483f3-1fd19d65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bdf6af0-88c5-b584-b2dc-184a51a324ce-1fd19d65,
#w-node-a87692cf-eee9-bfac-9893-6ac72980f9c2-1fd19d65,
#w-node-c4401b53-e332-444b-9694-c7cd907a0bd9-1fd19d65 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb371-1fd19d65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7110a28f-791c-3b64-6262-01b1d0bbc11a-1fd19d65,
#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb3aa-1fd19d65,
#w-node-_275faee7-8e9f-fda5-9ca8-81404a593377-1fd19d65 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_586dd834-886e-972a-5fa3-5230f2694776-1fd19d65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_586dd834-886e-972a-5fa3-5230f2694783-1fd19d65,
#w-node-_586dd834-886e-972a-5fa3-5230f26947a9-1fd19d65,
#w-node-_586dd834-886e-972a-5fa3-5230f26947ce-1fd19d65 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_038e6620-6b8b-eb8a-0a12-c4616bd4ba2b-1fd19d65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_038e6620-6b8b-eb8a-0a12-c4616bd4ba39-1fd19d65,
#w-node-dba0669f-3bf0-e5ea-a1af-ae5b8c5b519a-1fd19d65,
#w-node-_038e6620-6b8b-eb8a-0a12-c4616bd4ba87-1fd19d65 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_99992885-9a2a-b275-e1d9-60b524178c9e-1fd19d65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_22550a64-1086-bcb4-4aa3-b32223b59732-1fd19d65,
#w-node-_2f8278aa-2c9a-c8c4-c91e-59e09b48672f-1fd19d65,
#w-node-a0d8ef32-8c9d-26d4-a3c5-a0946f410d7b-1fd19d65 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f87d1b64-ccfe-8eae-af19-e58943cea7c8-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a992139-6c5e-c1be-4d78-a726d1cdf207-1fd19d65 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553c9-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553cd-1fd19d65 {
  place-self: start end;
}

#w-node-_5d3580b8-7182-f145-a6fb-a520944b4019-1fd19d65,
#w-node-af462504-e468-ee48-c8d6-df1d998553d7-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553db-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855409-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985540e-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855421-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855426-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985543c-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855441-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855451-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855456-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855466-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985546b-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985547d-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855482-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855495-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985549a-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554b9-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554be-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554d1-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554d6-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554ec-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554f1-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985550a-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985550f-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855541-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855546-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985556e-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855573-1fd19d65 {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985557d-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855582-1fd19d65 {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855595-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985559a-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555a7-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555ac-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555c5-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555ca-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555d7-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555dc-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555f5-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555fa-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855604-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855609-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855616-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985561b-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985562b-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855630-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985563d-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855642-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985565b-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855660-1fd19d65 {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855670-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855675-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855685-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985568a-1fd19d65 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985569a-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985569f-1fd19d65 {
  place-self: start end;
}

#w-node-_424983e5-9581-1e58-19e1-334abeda51a8-1fd19d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4186a8e0-8761-fa53-fcf1-1722f720a6db-1fd19d65,
#w-node-_4186a8e0-8761-fa53-fcf1-1722f720a726-1fd19d65,
#w-node-_4186a8e0-8761-fa53-fcf1-1722f720a76f-1fd19d65,
#w-node-_4186a8e0-8761-fa53-fcf1-1722f720a7b8-1fd19d65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f7247dd6-ecc0-466f-5cd6-59c476c80aba-76c80aaf,
#w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ac6-76c80aaf,
#w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ace-76c80aaf,
#w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ad6-76c80aaf,
#w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ade-76c80aaf,
#w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ae6-76c80aaf {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_36739807-a936-28be-375e-4f02b3665fca-b3665fca {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36739807-a936-28be-375e-4f02b3665fdf-b3665fca,
#w-node-_36739807-a936-28be-375e-4f02b366600b-b3665fca,
#w-node-_36739807-a936-28be-375e-4f02b3666036-b3665fca {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5dfec126-823a-1a0e-bef1-0220379aa5f4-379aa5f1,
#w-node-_93ea5370-cbc6-807e-7ad1-299726393d0f-d3afb63d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b0cea49-34ac-a615-2276-c258132d6c38-ff4eb9c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c706c297-8bc7-d947-e384-134d535483f3-bdc0260d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c706c297-8bc7-d947-e384-134d53548404-bdc0260d,
#w-node-c706c297-8bc7-d947-e384-134d5354842c-bdc0260d,
#w-node-c706c297-8bc7-d947-e384-134d53548454-bdc0260d {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb371-bdc0260d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb382-bdc0260d,
#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb3aa-bdc0260d,
#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb3d2-bdc0260d {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7a992139-6c5e-c1be-4d78-a726d1cdf207-bdc0260d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553c9-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553cd-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553d7-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553db-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855409-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985540e-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855421-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855426-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985543c-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855441-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855451-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855456-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855466-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985546b-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985547d-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855482-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855495-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985549a-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554b9-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554be-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554d1-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554d6-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554ec-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554f1-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985550a-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985550f-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855541-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855546-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985556e-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855573-bdc0260d {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985557d-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855582-bdc0260d {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855595-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985559a-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555a7-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555ac-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555c5-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555ca-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555d7-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555dc-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555f5-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555fa-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855604-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855609-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855616-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985561b-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985562b-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855630-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985563d-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855642-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985565b-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855660-bdc0260d {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855670-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855675-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855685-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985568a-bdc0260d {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985569a-bdc0260d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985569f-bdc0260d {
  place-self: start end;
}

#w-node-c706c297-8bc7-d947-e384-134d535483f3-0891f604 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bdf6af0-88c5-b584-b2dc-184a51a324ce-0891f604,
#w-node-a87692cf-eee9-bfac-9893-6ac72980f9c2-0891f604,
#w-node-_9b78af0b-732a-58a3-d710-0f71ecde99e9-0891f604 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb371-0891f604 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb382-0891f604,
#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb3aa-0891f604,
#w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb3d2-0891f604 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7a992139-6c5e-c1be-4d78-a726d1cdf207-0891f604 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553c9-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553cd-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553d7-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998553db-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855409-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985540e-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855421-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855426-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985543c-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855441-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855451-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855456-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855466-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985546b-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985547d-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855482-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855495-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985549a-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554b9-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554be-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554d1-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554d6-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554ec-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998554f1-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985550a-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985550f-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855541-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855546-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985556e-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855573-0891f604 {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985557d-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855582-0891f604 {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855595-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985559a-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555a7-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555ac-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555c5-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555ca-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555d7-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555dc-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555f5-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d998555fa-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855604-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855609-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855616-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985561b-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985562b-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855630-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985563d-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855642-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985565b-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855660-0891f604 {
  place-self: center end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855670-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855675-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d99855685-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985568a-0891f604 {
  place-self: start end;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985569a-0891f604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af462504-e468-ee48-c8d6-df1d9985569f-0891f604 {
  place-self: start end;
}

#w-node-_82fe8f90-1b8a-32af-2e37-a8394a62633b-4a62633b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-8559df56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-8559df56 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-8559df56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d0198ae8-af57-f1fd-eafb-72e90f0387ec-0f0387ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-6078edf0,
#w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-b05236c7,
#w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-f08d8891 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5121ced-a7eb-8eed-d765-2d9fcf9989a4-f08d8891,
#w-node-_05c04ae2-2420-59f4-25ff-0d7a084d288a-f08d8891,
#w-node-_85d91403-d986-bc39-3994-727917b3d15b-f08d8891,
#w-node-_73293c7e-1296-0166-8a3a-3979fb8ad2a1-f08d8891,
#w-node-_73293c7e-1296-0166-8a3a-3979fb8ad2b1-f08d8891,
#w-node-_73293c7e-1296-0166-8a3a-3979fb8ad2c2-f08d8891,
#w-node-_703f25ac-4f73-1e6b-6258-435fde171ecb-f08d8891,
#w-node-_703f25ac-4f73-1e6b-6258-435fde171ee8-f08d8891,
#w-node-_703f25ac-4f73-1e6b-6258-435fde171f05-f08d8891,
#w-node-f6612919-3226-a5de-724a-0810caf3e73e-f08d8891,
#w-node-f6612919-3226-a5de-724a-0810caf3e75b-f08d8891,
#w-node-f6612919-3226-a5de-724a-0810caf3e778-f08d8891,
#w-node-f44c31b5-881a-f2a7-a663-c2875b536055-f08d8891,
#w-node-f44c31b5-881a-f2a7-a663-c2875b536072-f08d8891,
#w-node-f44c31b5-881a-f2a7-a663-c2875b53608f-f08d8891,
#w-node-_30b0b87c-835b-8dc7-a5be-9e11b2c4a942-f08d8891,
#w-node-_30b0b87c-835b-8dc7-a5be-9e11b2c4a95f-f08d8891,
#w-node-_30b0b87c-835b-8dc7-a5be-9e11b2c4a97c-f08d8891,
#w-node-_2bcafc57-2d4e-3164-8f1d-af4269fa70cc-f08d8891,
#w-node-_2bcafc57-2d4e-3164-8f1d-af4269fa70e9-f08d8891,
#w-node-_2bcafc57-2d4e-3164-8f1d-af4269fa7106-f08d8891,
#w-node-_4376a576-a417-bf5c-22fc-affc59ea2865-f08d8891,
#w-node-_4376a576-a417-bf5c-22fc-affc59ea2882-f08d8891,
#w-node-_4376a576-a417-bf5c-22fc-affc59ea289f-f08d8891,
#w-node-d882e6e2-2334-51a4-4854-8ccc4e8a90e1-f08d8891,
#w-node-d882e6e2-2334-51a4-4854-8ccc4e8a90fe-f08d8891,
#w-node-d882e6e2-2334-51a4-4854-8ccc4e8a911b-f08d8891,
#w-node-_4f50b8fb-aab7-1f2c-4ce3-74b42b70c30b-f08d8891,
#w-node-_4f50b8fb-aab7-1f2c-4ce3-74b42b70c328-f08d8891,
#w-node-_4f50b8fb-aab7-1f2c-4ce3-74b42b70c345-f08d8891,
#w-node-_48f7e56b-3968-482c-2d4b-a39ab91db5bd-f08d8891,
#w-node-_48f7e56b-3968-482c-2d4b-a39ab91db5da-f08d8891,
#w-node-_48f7e56b-3968-482c-2d4b-a39ab91db5f7-f08d8891,
#w-node-b66c3f1e-afb3-2162-fc8c-1d81788d60bf-f08d8891,
#w-node-b66c3f1e-afb3-2162-fc8c-1d81788d60dc-f08d8891,
#w-node-b66c3f1e-afb3-2162-fc8c-1d81788d60f9-f08d8891,
#w-node-ae2d3902-dbcf-e02e-b268-304359ea62b1-f08d8891,
#w-node-ae2d3902-dbcf-e02e-b268-304359ea62ce-f08d8891,
#w-node-ae2d3902-dbcf-e02e-b268-304359ea62eb-f08d8891,
#w-node-_88199294-2fc2-8afa-6dc4-2e0aa6924a43-f08d8891,
#w-node-_88199294-2fc2-8afa-6dc4-2e0aa6924a60-f08d8891,
#w-node-_88199294-2fc2-8afa-6dc4-2e0aa6924a7d-f08d8891,
#w-node-_8d0f5f59-f465-360d-0bb7-d8dbe99368f2-f08d8891,
#w-node-_8d0f5f59-f465-360d-0bb7-d8dbe993690f-f08d8891,
#w-node-_8d0f5f59-f465-360d-0bb7-d8dbe993692c-f08d8891,
#w-node-_3230a1b6-5b5a-288e-da2b-a0aaa8ffa1c8-f08d8891,
#w-node-_3230a1b6-5b5a-288e-da2b-a0aaa8ffa1e5-f08d8891,
#w-node-_3230a1b6-5b5a-288e-da2b-a0aaa8ffa202-f08d8891,
#w-node-_6e5a5153-8bc8-70cf-5b3a-7cecfd122cc4-f08d8891,
#w-node-_6e5a5153-8bc8-70cf-5b3a-7cecfd122ce1-f08d8891,
#w-node-_6e5a5153-8bc8-70cf-5b3a-7cecfd122cfe-f08d8891,
#w-node-a0d0c140-a7f4-75a1-80e8-4aca7142deb3-f08d8891,
#w-node-fc9f14d4-db33-b98d-5372-b0b869102069-f08d8891,
#w-node-_574cbc55-ed30-d47f-aabf-4069f99026a5-f08d8891,
#w-node-_7bd411a7-a383-f01b-2f06-b72d7ba771ae-f08d8891,
#w-node-_2ace81c6-eb26-e8b9-0dfb-29a6acc086de-f08d8891,
#w-node-_2ace81c6-eb26-e8b9-0dfb-29a6acc086fb-f08d8891,
#w-node-_2ace81c6-eb26-e8b9-0dfb-29a6acc08718-f08d8891,
#w-node-_74b0f1dc-05fb-0d8e-079b-083ebaa3d1c0-f08d8891,
#w-node-acafc0bb-95e6-ea54-8907-743c8005cc41-f08d8891 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-2299a060 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-2299a060 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-2299a060 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-6d698e6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-6d698e6d {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-6d698e6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-bebe06c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-bebe06c3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-bebe06c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-89d31066 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-89d31066 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-89d31066 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-1bd65d14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-1bd65d14 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-1bd65d14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-33bd9bcf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-33bd9bcf {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-33bd9bcf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-60f1c592 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-60f1c592 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-60f1c592 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-39c8f466 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-da62b668-1853-98f0-7250-e4b53b9b24b4-39c8f466 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-39c8f466 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a36bb447-b583-217c-0c43-87352278161d-aa323a78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a36bb447-b583-217c-0c43-873522781628-aa323a78,
#w-node-a36bb447-b583-217c-0c43-87352278164f-aa323a78,
#w-node-a36bb447-b583-217c-0c43-873522781676-aa323a78 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a36bb447-b583-217c-0c43-873522781695-aa323a78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a36bb447-b583-217c-0c43-8735227816a0-aa323a78,
#w-node-a36bb447-b583-217c-0c43-8735227816c7-aa323a78,
#w-node-a36bb447-b583-217c-0c43-8735227816ee-aa323a78 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a36bb447-b583-217c-0c43-87352278170d-aa323a78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a36bb447-b583-217c-0c43-873522781718-aa323a78,
#w-node-a36bb447-b583-217c-0c43-87352278173f-aa323a78,
#w-node-a36bb447-b583-217c-0c43-873522781766-aa323a78 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-e21a32bd,
#w-node-_7ee673d1-8e37-7cca-6bee-d1b6a517b44b-e21a32bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9f47d576-cada-6da8-304f-0bf63e268edc-e21a32bd,
#w-node-_9648670b-e4c6-940b-0ced-58dae08431e8-e21a32bd,
#w-node-_6e650084-3bcf-7169-6823-50d7df93e59a-e21a32bd,
#w-node-abcd3cb5-e335-6bfa-a0c1-49d901b9d184-e21a32bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7a992139-6c5e-c1be-4d78-a726d1cdf207-e21a32bd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-aaf20206 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8521bcf5-a284-6903-7a92-f61c9452ad22-aaf20206,
#w-node-_30a81107-df55-097d-318e-39e98e760ca1-aaf20206 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

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

  #w-node-c706c297-8bc7-d947-e384-134d535483f3-1fd19d65,
  #w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb371-1fd19d65,
  #w-node-_586dd834-886e-972a-5fa3-5230f2694776-1fd19d65,
  #w-node-_038e6620-6b8b-eb8a-0a12-c4616bd4ba2b-1fd19d65,
  #w-node-_99992885-9a2a-b275-e1d9-60b524178c9e-1fd19d65 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a6db-1fd19d65,
  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a726-1fd19d65,
  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a76f-1fd19d65,
  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a7b8-1fd19d65 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_36739807-a936-28be-375e-4f02b3665fca-b3665fca,
  #w-node-c706c297-8bc7-d947-e384-134d535483f3-bdc0260d,
  #w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb371-bdc0260d,
  #w-node-c706c297-8bc7-d947-e384-134d535483f3-0891f604,
  #w-node-_0b6a3e0f-dd28-6532-c49e-12c8551fb371-0891f604 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-8559df56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-8559df56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-8559df56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-2299a060 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-2299a060 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-2299a060 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-6d698e6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-6d698e6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-6d698e6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-bebe06c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-bebe06c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-bebe06c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-89d31066 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-89d31066 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-89d31066 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-1bd65d14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-1bd65d14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-1bd65d14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-33bd9bcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-33bd9bcf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-33bd9bcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-60f1c592 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-60f1c592 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-60f1c592 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-39c8f466 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-39c8f466 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-39c8f466 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a36bb447-b583-217c-0c43-87352278161d-aa323a78,
  #w-node-a36bb447-b583-217c-0c43-873522781695-aa323a78,
  #w-node-a36bb447-b583-217c-0c43-87352278170d-aa323a78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-8559df56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-8559df56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-2299a060 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-2299a060 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-6d698e6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-6d698e6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-bebe06c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-bebe06c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-89d31066 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-89d31066 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-1bd65d14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-1bd65d14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-33bd9bcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-33bd9bcf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-60f1c592 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-60f1c592 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018ba-39c8f466 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a68cedc-60ff-da0d-9fb2-8c52e3c018bb-39c8f466 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-1fd19d65 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b144-1fd19d65 {
    order: 9999;
  }

  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a6db-1fd19d65,
  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a726-1fd19d65,
  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a76f-1fd19d65,
  #w-node-_4186a8e0-8761-fa53-fcf1-1722f720a7b8-1fd19d65 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-f7247dd6-ecc0-466f-5cd6-59c476c80aba-76c80aaf,
  #w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ac6-76c80aaf,
  #w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ace-76c80aaf,
  #w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ad6-76c80aaf,
  #w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ade-76c80aaf,
  #w-node-f7247dd6-ecc0-466f-5cd6-59c476c80ae6-76c80aaf,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-8559df56,
  #w-node-d0198ae8-af57-f1fd-eafb-72e90f0387ec-0f0387ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0198ae8-af57-f1fd-eafb-72e90f0387ed-0f0387ea {
    order: 9999;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-6078edf0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b144-6078edf0 {
    order: 9999;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-b05236c7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b144-b05236c7 {
    order: 9999;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-f08d8891 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b144-f08d8891 {
    order: 9999;
  }

  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-2299a060,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-6d698e6d,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-bebe06c3,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-89d31066,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-1bd65d14,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-33bd9bcf,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-60f1c592,
  #GG-Conf-Girls.w-node-_76e1c186-5ec5-3e21-4db3-eb1e5b394ad7-39c8f466,
  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-e21a32bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b144-e21a32bd {
    order: 9999;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b143-aaf20206 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69facbe9-7f25-e1eb-6c51-0f84c0d7b144-aaf20206 {
    order: 9999;
  }
}

/* ===================================================================
   GLOBAL MENU OVERRIDE (Requested: make menus fully white, even on hover)
   =================================================================== */
.gg-more-btn.chat,
.gg-more-btn.chat:hover {
  opacity: 1 !important;
}

.gg-nav-links.chat .gg-nav-link,
.gg-nav-link.modal-spacing,
.gg-login-icon.show,
.gg-menu-text {
  opacity: 1 !important;
  color: #ffffff !important;
}

.gg-nav-link:hover .gg-menu-text,
.gg-nav-links.chat .gg-nav-link:hover .gg-menu-text,
.gg-nav-link.modal-spacing:hover .gg-menu-text {
  color: #ffffff !important;
  opacity: 1 !important;
}