:root {
  --dark-purple: #1e1322;
  --deep-dark-purple: #040205;
  --white: white;
  --black: black;
  --mid-grey: #676767;
  --emphasis-yellow: #dcb961;
  --text-grey: #898787;
  --work-hint-top-bar: 50px;
  --bright-red: #9f3131;
  --form-input-height: 3rem;
  --form-border-radius: .5rem;
  --green: #325a26;
  --final-highlight: #d7d7d7;
  --dark-grey: #111;
  --cm-button-radius: 4px;
  --robin-s-egg: #7da5b0;
  --cm-panel-radius: 8px;
  --eggshell: #f6f4ec8c;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: none;
}

._3d-logo {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 35px;
}

.h1-heading {
  color: #18d9ce;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 210px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.h1-heading.marquee {
  white-space: nowrap;
}

.services-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.about-card-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.service-box {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.scene-wrapper {
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 150px 50px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scene-wrapper._1st {
  padding-left: 0;
  display: none;
}

.scene-wrapper._4th {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: auto;
  padding-top: 0;
  display: none;
}

.scene-wrapper._2nd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 150px;
  display: none;
}

.scene-wrapper._3rd {
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 150px;
  display: none;
}

.h4-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.sticky-wrapper {
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-box-wrapper {
  flex-direction: column;
  display: flex;
}

.text-scene {
  grid-row-gap: 20px;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  font-weight: 500;
  display: flex;
}

.hero-marquee {
  grid-column-gap: 50px;
  display: none;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 1;
  color: #000;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-container {
  z-index: 0;
  grid-row-gap: 0px;
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--dark-purple), var(--deep-dark-purple));
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

._3d-wrapper {
  width: 100vw;
  height: 489px;
  overflow: hidden;
}

.scene-inner {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  min-width: 320px;
  display: flex;
}

.home-hero-shade {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.scene-scroll-button {
  color: #000;
  letter-spacing: .02em;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 20px;
  font-weight: 500;
  display: flex;
}

.about-card-buttom {
  text-align: justify;
  width: 90%;
  font-size: 13px;
}

.h2-fill-wrapper {
  color: #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-card-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h3-fill-inner {
  text-align: left;
  letter-spacing: -.01em;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-size: 110px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.paragraph-box {
  text-align: justify;
  max-width: 268px;
  overflow: hidden;
}

.paragraph-12px {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-12px.caps {
  text-transform: uppercase;
}

.button-text-absolute {
  color: #cf0;
  position: absolute;
  inset: 0%;
}

.point {
  background-color: #fff;
  border-radius: 100%;
  width: 13px;
  height: 13px;
}

.card-title {
  letter-spacing: .02em;
}

.button {
  pointer-events: auto;
  color: #000;
  letter-spacing: .01em;
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px 18px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-paragraph-margin {
  margin-left: 50px;
}

.button-fill {
  background-color: #0d09bd;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.about-card {
  background-color: #0d09bd4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 430px;
  min-height: 380px;
  padding: 20px;
  display: flex;
}

.sticky-inner {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 460vh;
  display: flex;
}

.services-header {
  letter-spacing: .01em;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 300;
  line-height: 100%;
}

.h3-heading._2nd, .h3-heading._3rd, .h3-heading._1st {
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-card-inner {
  grid-row-gap: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container.hero {
  z-index: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  padding: 0 0 150px;
  display: flex;
  position: relative;
  overflow: visible;
}

.brillnt-body {
  background-color: var(--deep-dark-purple);
  border-radius: 3px;
}

.brillnt-body.white {
  background-color: var(--white);
}

.long-section {
  height: 750vh;
}

.script-heading {
  opacity: 0;
  color: #684c74;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: orpheuspro, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 220px;
}

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

.main-section {
  width: 100vw;
  height: 100vh;
}

.main-section.bottom-mod {
  color: var(--mid-grey);
  font-family: Inter, sans-serif;
  position: relative;
  overflow: hidden;
}

.full-container {
  width: 100%;
  height: 100%;
}

.content-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.words {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.middle {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bottom {
  height: 20vh;
}

.word-wrap {
  text-align: center;
  line-height: 200%;
  display: block;
  overflow: hidden;
}

.word-wrap._1, .word-wrap._2 {
  display: none;
}

.word-wrap._3 {
  justify-content: center;
}

.word-wrap._1-5 {
  display: none;
}

.word-wrap.align-alt {
  display: inline-block;
}

.welcome-text {
  color: var(--white);
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  display: inline-block;
}

.welcome-text.creative {
  display: inline-block;
}

.welcome-text.one-by-one {
  padding-right: .5rem;
}

.welcome-text.one-by-one.very {
  color: var(--emphasis-yellow);
}

.welcome-text.one-by-one.websites, .welcome-text.one-by-one.you {
  padding-right: 0;
}

.scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%);
}

.scroll-hint {
  color: var(--mid-grey);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.logo {
  justify-content: center;
  display: inline-flex;
  overflow: hidden;
}

.bottom-content-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.brillnt-logo {
  width: 120px;
  max-width: none;
}

.bottom-content {
  flex-flow: column;
  align-items: center;
  height: 75vh;
  display: flex;
}

.bottom-body {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 3rem;
  padding-top: 2rem;
  display: flex;
}

.final-text {
  color: var(--text-grey);
  text-align: center;
  font-family: Inter, sans-serif;
}

.final-text.link {
  color: var(--emphasis-yellow);
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
}

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

.final-text.final-emp {
  font-weight: 700;
}

.text-span {
  color: #d7d7d7;
}

.final-cta {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  display: flex;
}

.scroll-icon {
  color: var(--mid-grey);
  width: 24px;
}

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

.final-adventure {
  cursor: pointer;
}

.final-adventure.work {
  height: 150px;
}

.final-adventure.work-alt {
  height: auto;
}

.fa-text {
  color: var(--text-grey);
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.fa-text:hover {
  color: var(--white);
}

.social-section {
  background-color: var(--white);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 100%;
}

.social-wrap {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.social-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.social-heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
}

.social-heading._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.social-link {
  color: var(--mid-grey);
}

.social-link._4 {
  position: relative;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
}

.close-icon {
  align-self: center;
  width: 1rem;
  height: 1rem;
}

.close-icon-wrap {
  cursor: pointer;
  align-self: center;
  padding: 2rem;
  transform: translate(0, -25px);
}

.bottom-scroll-icon-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40%;
  overflow: hidden;
}

.grey {
  color: var(--mid-grey);
  font-family: Inter, sans-serif;
}

.grey.hide {
  display: none;
}

.emp {
  color: var(--emphasis-yellow);
}

.mars {
  width: 24px;
  transform: translate(0, 2px);
}

.social-heading-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: baseline;
  margin-top: 1rem;
  display: flex;
}

.work-section {
  background-color: var(--emphasis-yellow);
  flex-flow: column;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  top: 100%;
  transform: none;
}

.work-hint-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.work-hint-teaser {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.work-hint-top-bar {
  height: var(--work-hint-top-bar);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-color {
  color: var(--bright-red);
  font-weight: 700;
}

.black-bar {
  background-color: var(--black);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 50%;
  overflow: hidden;
}

.centered-column {
  width: 990px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-column.flex-vertical {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.white-paragraph {
  color: var(--white);
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.conditional {
  text-align: center;
}

.conditional.flex-vertical-alt {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.work {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: absolute;
  top: 0;
}

.work-item {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.yellow {
  color: var(--emphasis-yellow);
}

.green {
  color: #81c994;
}

.link-line {
  background-color: var(--black);
  width: 0%;
  height: 3px;
  margin-top: .5rem;
}

.link-line.home {
  background-color: var(--text-grey);
  height: 1px;
  margin-top: .125rem;
}

.work-link {
  text-decoration: none;
}

.close-work-button {
  cursor: pointer;
  margin-top: -1rem;
  padding: 1.6rem;
  position: relative;
}

.work-close-btn-icon {
  width: 24px;
}

.form-wrap {
  width: 75vw;
  max-width: 500px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.submit {
  height: var(--form-input-height);
  border-top-right-radius: var(--form-border-radius);
  border-bottom-right-radius: var(--form-border-radius);
  background-color: var(--emphasis-yellow);
  color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-input {
  height: var(--form-input-height);
  border-radius: var(--form-border-radius);
  color: var(--black);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.form {
  height: var(--form-input-height);
  display: block;
  position: relative;
  overflow: hidden;
}

.success-text {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.success-message {
  border-radius: var(--form-border-radius);
  background-color: var(--green);
}

.error-text {
  color: var(--white);
}

.error-message {
  border-radius: var(--form-border-radius);
  background-color: var(--bright-red);
}

.social-title {
  color: #31799f;
  letter-spacing: 3px;
  font-family: Inter, sans-serif;
  font-size: .756rem;
}

.the-work-title {
  color: var(--white);
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.fa-text-color {
  color: var(--emphasis-yellow);
}

.kbye {
  opacity: 0;
  color: var(--bright-red);
  text-align: center;
  position: absolute;
  inset: 0%;
}

.adventures {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--text-grey);
  font-family: Inter, sans-serif;
}

.final-emp {
  color: var(--final-highlight);
}

.final-adventure-title {
  margin-bottom: 1rem;
}

.black-bar-top {
  flex-flow: column;
  justify-content: center;
  height: 67%;
  margin-top: 2rem;
  display: flex;
}

.black-bar-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  display: flex;
}

.lighter {
  color: #cbc8c8;
}

.adventure-eyebrow {
  color: var(--text-grey);
  text-align: left;
  font-size: .66rem;
}

.cm-heading {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 200;
}

.cm-heading.h3-mod {
  font-size: .875rem;
}

.cm-heading.h3-mod.ua-mod {
  color: var(--dark-purple);
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 400;
}

.cm-heading.ma-mod {
  color: var(--dark-grey);
  letter-spacing: -2px;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 700;
}

.client-sign-up-img {
  height: 61px;
}

.cm-label {
  color: var(--mid-grey);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: block;
}

.cm-label.ua-mod {
  margin-bottom: 1.25rem;
}

.cm-submit {
  border-radius: var(--cm-button-radius);
  background-color: var(--emphasis-yellow);
  text-transform: lowercase;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .75s cubic-bezier(.165, .84, .44, 1);
}

.cm-submit:focus-visible {
  box-shadow: 0 2px 17px -3px var(--robin-s-egg);
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.cm-submit[data-wf-focus-visible] {
  box-shadow: 0 2px 17px -3px var(--robin-s-egg);
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.cm-submit.ua-mod {
  margin-top: 0;
  margin-right: 1.33rem;
}

.cm-link {
  color: #7da5b0;
  transition: border-radius 4ms cubic-bezier(.215, .61, .355, 1);
}

.cm-link:focus-visible {
  border-radius: var(--cm-button-radius);
  outline-offset: 3px;
  outline: 1.5px dashed #dcb961ba;
  text-decoration: none;
}

.cm-link[data-wf-focus-visible] {
  border-radius: var(--cm-button-radius);
  outline-offset: 3px;
  outline: 1.5px dashed #dcb961ba;
  text-decoration: none;
}

.cm-link.ua-mod {
  color: #497a87;
  margin-bottom: .62rem;
  display: block;
}

.cm-basic-text {
  color: var(--mid-grey);
}

.cm-input {
  border-radius: 4px;
  height: 3rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  transition: all .4s;
}

.cm-input:focus-visible {
  border: 1px solid var(--emphasis-yellow);
  outline-color: var(--emphasis-yellow);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
  box-shadow: 0 2px 18px 11px #dcb96140;
}

.cm-input[data-wf-focus-visible] {
  border: 1px solid var(--emphasis-yellow);
  outline-color: var(--emphasis-yellow);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
  box-shadow: 0 2px 18px 11px #dcb96140;
}

.user-account-wrapper {
  background-color: var(--white);
  flex-flow: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.block-content {
  border-right-color: var(--mid-grey);
  border-bottom-color: var(--mid-grey);
  border-left-color: var(--mid-grey);
  border-bottom-left-radius: var(--cm-panel-radius);
  border-bottom-right-radius: var(--cm-panel-radius);
  background-color: var(--eggshell);
}

.block-header {
  border-color: var(--mid-grey);
  border-top-left-radius: var(--cm-panel-radius);
  border-top-right-radius: var(--cm-panel-radius);
  background-color: var(--eggshell);
}

.cm-page-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.client-header-logo {
  height: 61px;
}

.cm-btn {
  border-radius: var(--cm-button-radius);
  text-transform: lowercase;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.cm-btn.ua-mod {
  margin-top: 0;
}

.cm-marketing-check {
  margin-right: .5rem;
}

.cm-wrap-marketing-check {
  color: var(--mid-grey);
  margin-bottom: 1rem;
}

.cm-log-out {
  border-radius: var(--cm-button-radius);
  color: var(--white);
  text-transform: lowercase;
  background-color: #b56061;
  height: 3rem;
  padding: 0 .8rem;
}

.cm-word-wrap {
  overflow: hidden;
}

.cm-ua-group {
  margin-bottom: 1rem;
}

.cm-ua-page-footer {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
}

.cm-thank-you {
  color: #a6a4a4;
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
}

.cmua-footer-row {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.cm-success-p {
  color: var(--green);
  margin-top: 1.25rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.error-mod {
  border-radius: var(--form-border-radius);
  margin-top: 1rem;
}

.secret-client-login {
  z-index: 99;
  position: absolute;
  inset: 0% 0% auto auto;
}

.secret-login-link {
  color: #0000;
  cursor: pointer;
  padding: 2rem;
  font-family: Inter, sans-serif;
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.secret-login-link:hover {
  color: #656565;
  font-family: Inter, sans-serif;
}

.cm-checks:focus-visible {
  outline-color: var(--robin-s-egg);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  box-shadow: 0 2px 14px 2px #7da5b0c9;
}

.cm-checks[data-wf-focus-visible] {
  outline-color: var(--robin-s-egg);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  box-shadow: 0 2px 14px 2px #7da5b0c9;
}

.client-id-wrap {
  display: flex;
}

.cm-ua-page-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.bonus-flag {
  color: var(--bright-red);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: none;
  position: absolute;
  transform: translate(0, -25%);
}

.access-denied-lock {
  filter: invert();
}

.section {
  width: 100%;
  height: 100%;
}

.brillnt-logo-temp {
  width: 200px;
}

.client-details-temp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.restricted-page {
  color: var(--emphasis-yellow);
  font-family: Inter, sans-serif;
}

@media screen and (max-width: 991px) {
  ._3d-logo {
    position: absolute;
  }

  .h1-heading {
    font-size: 200px;
  }

  .h1-heading.marquee {
    font-size: 150px;
  }

  .h4-heading {
    font-size: 60px;
  }

  ._3d-wrapper {
    pointer-events: none;
    width: 100%;
    position: relative;
    transform: translate(0);
  }

  .h3-fill-inner {
    font-size: 80px;
  }

  .button.mobile-hide {
    display: none;
  }

  .h3-heading {
    font-size: 80px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brillnt-body {
    background-color: var(--deep-dark-purple);
  }

  .work-hint-top-bar {
    cursor: pointer;
  }

  .centered-column {
    width: 700px;
  }

  .close-work-button {
    cursor: pointer;
  }

  .form-wrap {
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    font-size: 110px;
  }

  .about-card-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .scene-wrapper._4th {
    grid-column-gap: 16px;
    grid-row-gap: 200px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .scene-wrapper._2nd {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .scene-wrapper._3rd {
    height: auto;
  }

  .h4-heading {
    font-size: 50px;
  }

  .text-scene {
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .scene-inner {
    min-width: 100%;
  }

  .scene-scroll-button {
    margin-top: 150px;
  }

  .h3-fill-inner {
    font-size: 55px;
  }

  .button.mobile-hide {
    display: none;
  }

  .sticky-inner {
    height: 100vh;
  }

  .h3-heading {
    font-size: 55px;
  }

  .about-card-inner {
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .container.hero {
    padding-bottom: 0;
  }

  .bottom-content {
    height: 80vh;
  }

  .centered-column {
    width: 450px;
  }

  .white-paragraph {
    font-size: 1.25rem;
  }

  .close-work-button {
    margin-top: 0;
  }

  .submit {
    border-top-left-radius: var(--form-border-radius);
    border-bottom-left-radius: var(--form-border-radius);
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .875rem;
    inset: auto 0% auto auto;
  }

  .form {
    overflow: visible;
  }

  .cm-ua-page-footer {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  ._3d-logo {
    padding-left: 0;
  }

  .h1-heading {
    font-size: 100px;
  }

  .scene-wrapper._1st {
    background-image: radial-gradient(circle, #090682, #000 94%);
  }

  .scene-wrapper._4th {
    background-image: radial-gradient(circle at 187% 79%, #0d09bd, #000 41%);
  }

  .scene-wrapper._2nd {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: radial-gradient(circle at -50%, #0d09bd, #0a0791 0%, #000 73%);
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .scene-wrapper._3rd {
    padding-bottom: 90px;
  }

  .h4-heading {
    font-size: 35px;
  }

  .text-scene {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._3d-wrapper {
    justify-content: center;
    align-items: center;
    width: 120%;
    padding-left: 29px;
    display: flex;
  }

  .scene-scroll-button {
    margin-top: 30px;
  }

  .h3-fill-inner {
    font-size: 35px;
  }

  .hero-paragraph-margin {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .about-card {
    min-height: 290px;
  }

  .h3-heading {
    font-size: 35px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .script-heading {
    font-size: 24px;
    top: 175px;
  }

  .welcome-text {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .welcome-text.one-by-one {
    padding-right: .25rem;
  }

  .social-section {
    transform: none;
  }

  .close-icon-wrap {
    margin-top: -100px;
  }

  .centered-column {
    width: auto;
  }

  .white-paragraph {
    font-size: 1rem;
  }

  .conditional.flex-vertical-alt {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .work-item {
    font-size: 1.25rem;
  }

  .close-work-button {
    margin-top: 2rem;
  }

  .form-wrap {
    margin-top: 0;
  }

  .cm-heading.ma-mod {
    font-size: 1.5rem;
    line-height: 100%;
  }

  .cm-label.ua-mod {
    margin-bottom: .75rem;
  }

  .cm-wrap-marketing-check {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}


