:root {
  --dark: #1d1b22;
  --body: Biryani, sans-serif;
  --light-0-75: rgba(255, 255, 255, .75);
  --headers: "Nasalization Rg", sans-serif;
  --light-0-85: rgba(255, 255, 255, .85);
  --highlight: rgba(255, 255, 255, 0);
  --border-radius: 2px;
  --site-spacing: 24px;
  --light-0-1: rgba(255, 255, 255, .1);
  --blue: #789bce;
  --light-0-2: rgba(255, 255, 255, .2);
  --orange: #f2887e;
  --purple: #fff;
  --turquoise: #5bdfe7;
  --yellow: #f2ae72;
  --content-width: 1440px;
  --light-0-5: rgba(255, 255, 255, .5);
  --light-0-3: rgba(255, 255, 255, .3);
  --pink-0: #e65b9a;
  --grey: #5c5c5c;
  --content-wrapper-border-radius: 0px;
  --purple-0: rgba(135, 104, 166, 0);
  --turquoise-0: rgba(91, 223, 231, 0);
  --blue-0: rgba(120, 155, 206, 0);
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

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

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

body {
  background-color: var(--dark);
  font-family: var(--body);
  color: var(--light-0-75);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8;
}

h1 {
  font-family: var(--headers);
  color: var(--light-0-85);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.4;
}

h2 {
  font-family: var(--headers);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  font-family: var(--headers);
  color: var(--light-0-85);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-family: var(--headers);
  color: var(--light-0-85);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  font-family: var(--headers);
  color: var(--light-0-85);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-family: var(--headers);
  color: var(--light-0-85);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

img {
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

blockquote {
  font-family: var(--headers);
  color: var(--light-0-85);
  border: 0 solid #000;
  margin-bottom: 16px;
  padding: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.8;
}

figure {
  margin-bottom: 10px;
}

.section {
  z-index: 1;
  padding-top: 96px;
  position: relative;
}

.section.hero {
  z-index: 1;
  background-color: var(--dark);
  color: var(--light-0-85);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 90vh;
  padding-top: 175px;
  display: flex;
  position: relative;
}

.section.hero.short {
  min-height: 50vh;
}

.section.footer {
  color: var(--light-0-85);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  overflow: hidden;
}

.section.sub-hero {
  grid-column-gap: var(--site-spacing);
  grid-row-gap: var(--site-spacing);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 200px;
  display: flex;
}

.section.hero {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 175px;
  display: block;
  position: relative;
}

.section.faqs, .section.cta-option, .section.section-hide {
  display: none;
}

.section.services {
  padding-top: 200px;
}

.section.about-hero {
  padding-top: 0;
}

.section.home-contact, .section.icp-hide {
  display: none;
}

.divider {
  background-color: var(--light-0-1);
  width: 100%;
  height: 1px;
  margin-top: 96px;
  margin-bottom: 96px;
}

.divider.dark {
  background-color: rgba(255, 255, 255, .1);
}

.divider.small {
  background-color: var(--light-0-1);
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider.extra-small {
  margin-top: 24px;
  margin-bottom: 24px;
}

.empty-cover {
  background-color: var(--light-0-1);
  flex: 1;
  width: 100%;
  height: 100%;
}

.empty-cover.highlight {
  background-color: var(--highlight);
}

.empty-cover.blue {
  background-color: var(--blue);
}

.empty-cover.dark {
  border: 1px solid var(--light-0-1);
  background-color: var(--dark);
}

.empty-cover.light-0-75 {
  background-color: var(--light-0-75);
}

.empty-cover.light-0-2 {
  background-color: var(--light-0-2);
}

.empty-cover.light-0-1 {
  background-color: var(--light-0-1);
}

.empty-cover.orange {
  background-color: var(--orange);
}

.empty-cover.purple {
  background-color: var(--purple);
}

.empty-cover.turquoise {
  background-color: var(--turquoise);
}

.empty-cover.yellow {
  background-color: var(--yellow);
}

._2-grid {
  grid-column-gap: var(--site-spacing);
  grid-row-gap: var(--site-spacing);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

._2-grid.icp-hide {
  display: none;
}

.class-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
}

._1-2-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-box._600 {
  max-width: 600px;
}

.text-box._800 {
  max-width: 800px;
}

.text-box._400 {
  max-width: 400px;
}

.text-box.left {
  margin-left: 0;
}

.text-box._900 {
  max-width: 900px;
}

.text-box._300 {
  max-width: 300px;
}

.class-tag-text {
  font-size: 12px;
}

.spacer {
  height: 64px;
}

.spacer._32 {
  height: auto;
}

.spacer._256 {
  height: 256px;
}

.spacer._16 {
  width: 16px;
  height: 16px;
}

.spacer._48 {
  height: 48px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  width: 100%;
  height: 96px;
}

.spacer._128 {
  height: 128px;
}

.spacer._12 {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.spacer._5 {
  width: 5px;
  height: 5px;
}

.spacer._96 {
  height: 96px;
}

.spacer._24 {
  height: 24px;
}

.spacer._48 {
  width: 48px;
  height: 48px;
}

.container {
  max-width: var(--content-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.container.teamhome {
  margin-top: 140px;
}

.container.testi-section {
  background-color: rgba(255, 255, 255, .01);
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

._3-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-grid.margin-btm {
  margin-top: 60px;
  margin-bottom: 140px;
}

._2-1-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1-2-1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._12-columns {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -24px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

._12-columns.align-top {
  align-items: flex-start;
  margin-top: 0;
}

._12-columns.align-top.models {
  justify-content: space-between;
  margin: 0 0 100px;
}

._12-columns.align-bottom {
  flex-direction: row;
  align-items: flex-end;
}

._12-columns.service-hero {
  margin-bottom: 220px;
}

._12-columns.services {
  justify-content: flex-start;
}

._12-columns.testi {
  justify-content: center;
  margin-top: 60px;
}

.column {
  padding: var(--site-spacing);
  flex-direction: column;
  min-height: 80px;
  display: flex;
}

.column._1-column {
  width: 8.33%;
}

.column._2-column {
  width: 16.66%;
}

.column._3-column {
  width: 25%;
  margin-left: 0;
}

.column._4-column {
  width: 30%;
}

.column._5-column {
  width: 41.66%;
}

.column._6-column {
  width: 50%;
}

.column._6-column.fixed-height {
  height: 480px;
  min-height: 0;
}

.column._6-column.testi {
  align-items: center;
  width: 40%;
}

.column._7-column {
  width: 58.33%;
}

.column._8-column {
  width: 66.66%;
}

.column._9-column {
  width: 75%;
}

.column._10-column {
  width: 83.33%;
}

.column._11-column {
  width: 91.66%;
}

.column._12-column {
  width: 100%;
}

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

.field {
  border: 1px solid var(--light-0-2);
  border-radius: var(--border-radius);
  box-shadow: -1px 3px 14px -16px var(--dark);
  color: var(--light-0-85);
  background-color: rgba(255, 255, 255, .05);
  height: 48px;
  margin-bottom: 0;
  padding: 14px 16px 12px;
}

.field:focus {
  border-color: var(--light-0-75);
}

.field::placeholder {
  color: var(--light-0-85);
}

.field.light {
  border-color: var(--light-0-2);
  color: var(--light-0-85);
  background-color: rgba(255, 255, 255, .05);
  font-weight: 300;
}

.field.light:focus {
  border-color: var(--light-0-5);
}

.field.light::placeholder {
  color: var(--light-0-3);
}

.field.textarea {
  height: 120px;
}

.field.form-inline {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 22px;
}

.button {
  border: 1px solid var(--pink-0);
  color: var(--light-0-85);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--pink-0);
  white-space: nowrap;
  border-radius: 100px;
  padding-right: 1.7em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--light-0-1);
}

.button.solid {
  border-color: var(--light-0-1);
  background-color: var(--light-0-1);
  padding-top: .8em;
  padding-bottom: .8em;
  padding-left: 1.7em;
}

.button.solid:hover {
  background-color: var(--light-0-2);
}

.button.solid.highlight {
  background-color: var(--pink-0);
  -webkit-text-stroke-width: 0px;
  transition-property: opacity;
}

.button.solid.highlight:hover {
  opacity: .9;
}

.button.highlight {
  border-color: var(--highlight);
  color: var(--light-0-85);
  font-weight: 300;
}

.button.form-inline {
  border-color: var(--highlight);
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  background-color: var(--highlight);
  height: 100%;
  padding-top: 17px;
  padding-bottom: 14px;
}

.button.submit {
  border-color: var(--light-0-1);
  border-radius: var(--border-radius);
  background-color: var(--orange);
  padding-top: 1em;
  padding-bottom: .8em;
  padding-left: 1.7em;
  transition-property: opacity;
}

.button.submit:hover {
  opacity: .9;
}

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

.rich-text {
  margin-bottom: -10px;
}

.rich-text ul {
  padding-left: 20px;
}

.rich-text ol {
  padding-left: 24px;
}

.rich-text figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text a {
  color: var(--highlight);
}

.page-container {
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.brand {
  max-width: 80px;
  margin-right: 50px;
}

.brand:hover {
  opacity: .8;
}

.header {
  z-index: 999;
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-columns {
  column-count: 2;
  column-gap: 50px;
}

.text-large {
  font-family: var(--headers);
  white-space: normal;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.text-large.test-text {
  text-align: center;
  font-size: 15px;
}

.arrow-link-icon {
  width: 12px;
  position: absolute;
}

.arrow-link-icon.flipped {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-small {
  font-family: var(--body);
  font-size: .9em;
  font-weight: 400;
}

.text-small.margin-btm {
  margin-bottom: 20px;
}

.text-small.margin-btm.note {
  color: var(--pink-0);
  font-style: italic;
  display: none;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.bg-image {
  z-index: -1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-image-overlay {
  z-index: -1;
  background-image: linear-gradient(30deg, rgba(0, 0, 0, .7), rgba(51, 51, 51, 0) 65%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image-overlay.darker {
  background-image: linear-gradient(30deg, var(--dark), rgba(29, 27, 34, .2));
}

.nav-menu {
  margin-right: 50px;
  padding-top: 4px;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .03);
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 96vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  display: flex;
  box-shadow: 0 50px 50px rgba(0, 0, 0, .03);
}

.inline-block {
  display: flex;
}

.collection-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -48px;
  margin-right: -48px;
  display: grid;
}

.collection-items.blog {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.details-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  border-top: 1px solid var(--grey);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 8px 16px;
  display: flex;
}

.details-wrap.extended {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--light-0-1);
  border-radius: var(--border-radius);
  flex-direction: column;
  align-items: stretch;
  margin-left: -48px;
  padding: 0;
  font-size: 1.2em;
  overflow: hidden;
}

.icon {
  width: 2.7em;
}

.icon.license {
  width: 3em;
}

.icon.s {
  width: 1.2em;
}

.detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
  font-size: .9em;
  display: flex;
}

.detail.extended {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--light-0-1);
  align-items: stretch;
  padding: 8px 12px 4px;
}

.collection-item-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-height: 300px;
}

.collection-item-image-link {
  width: 100%;
  transition: opacity .2s;
  overflow: hidden;
}

.collection-item-image-link:hover {
  opacity: .9;
}

.text-inline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--light-0-2);
  text-transform: lowercase;
  flex-wrap: wrap;
  font-size: .9em;
  display: flex;
}

.collection-item {
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  padding: 36px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item.blog {
  padding: 0;
}

.collection-item-content {
  margin-top: 24px;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  padding-bottom: 82px;
}

.hidden {
  display: none;
}

.mask {
  width: 100%;
  overflow: visible;
}

.arrow {
  border: 1px solid var(--light-0-2);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 1em;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
}

.arrow.right {
  left: 66px;
}

.logo {
  border-radius: 0;
  width: 170px;
  max-width: none;
}

.testimonial {
  border: 1px solid var(--light-0-1);
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, .03);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 16px 16px;
  display: flex;
}

.testimonial.test-box {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-credits {
  font-family: var(--body);
  color: var(--light-0-75);
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
}

.heading-large {
  font-family: var(--headers);
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

.contrast-block {
  background-color: var(--dark);
  color: var(--light-0-3);
  padding: 12px;
}

.form-inline-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: stretch;
  display: flex;
}

.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.unmarked-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-light {
  color: var(--light-0-85);
  transition: opacity .2s;
}

.link-light:hover {
  opacity: .75;
}

.link-light.to-blue:hover {
  color: var(--turquoise);
}

.link-light.to-blue.w--current {
  color: var(--light-0-3);
  text-decoration: line-through;
}

.footer-logo-frame {
  opacity: .8;
  width: 100%;
  max-width: 180px;
  margin-bottom: 10px;
  transition: opacity .2s;
}

.footer-logo-frame:hover {
  transform: translate(0);
}

.footer-logo-frame.w--current {
  margin-bottom: 20px;
}

.footer-logo-frame.w--current:hover {
  opacity: 1;
}

.footer-credits {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown {
  background-color: rgba(255, 255, 255, .02);
  width: 100%;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--light-0-85);
  justify-content: space-between;
  width: 100%;
  padding: 18px 24px 14px;
  display: flex;
}

.dropdown-toggle.nav {
  padding: 0;
}

.dropdown-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-icon {
  max-width: 16px;
  margin-bottom: 4px;
}

.dropdown-content-inner {
  color: var(--light-0-75);
  padding: 24px;
}

.icon-wrap {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(230, 91, 154, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 6px;
  display: flex;
}

.icon-wrap.purple {
  background-color: var(--purple);
}

.icon-wrap.blue {
  background-color: var(--light-0-85);
}

.icon-wrap.turquoise {
  background-color: #fff;
}

.feature-text {
  color: var(--highlight);
  font-size: 4em;
  line-height: 1;
}

.link-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--light-0-85);
  align-items: center;
  display: flex;
  position: relative;
}

.link-wrap.w--current {
  color: #82ffe6;
  text-decoration: line-through;
}

.link-wrap.light {
  color: var(--light-0-85);
}

.link-wrap.light.w--current {
  color: var(--highlight);
  text-decoration: none;
}

.link-wrap.nav {
  color: var(--light-0-85);
}

.link-wrap.nav.desktop-hide, .link-wrap.nav.hide {
  display: none;
}

.link-icon {
  max-width: 10px;
  margin-bottom: 2px;
  position: relative;
}

.menu-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: rgba(255, 255, 255, .15);
  align-items: center;
  display: flex;
}

.nav-link-divider {
  background-color: var(--light-0-1);
  width: 100%;
  height: 1px;
  margin-top: 96px;
  margin-bottom: 96px;
  display: none;
}

.content-wrapper {
  background-color: var(--dark);
  background-image: linear-gradient(to bottom, var(--dark), #151416);
}

.slide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-wrap {
  width: 600%;
  transform: translate(-33.3333%);
}

.slide-wrap.last {
  transform: translate(-16.6667%);
}

.lightbox-link {
  width: 16.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.slide-shadow {
  background-color: var(--dark);
  opacity: .5;
  filter: blur(90px);
  border-radius: 1000px;
  position: absolute;
  top: 80%;
  bottom: 5%;
  left: 10%;
  right: 10%;
}

.phantom-slide {
  opacity: 0;
}

.lightbox-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-height: 75vh;
}

.detail-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.sidebar {
  border-left: 1px solid var(--light-0-1);
  padding-left: 48px;
}

.sticky-card {
  border-radius: 10px;
  padding: 26px;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .2);
}

.tooltip {
  color: #fff;
  white-space: nowrap;
  background-color: #0073e6;
  border-radius: 3px;
  padding: 4px;
  font-size: .7em;
  line-height: 1;
  display: inline-block;
}

.tooltip.purple {
  background-color: #be4aa5;
}

.tooltip.green {
  background-color: #0da459;
}

.text-center {
  text-align: center;
}

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

.heading-extra-large {
  font-size: 10vw;
  line-height: 1.1em;
}

.heading-extra-large.blended {
  mix-blend-mode: overlay;
  margin-bottom: 0;
}

.heading-extra-large.blended.secondary {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-extra-large.grey {
  color: var(--light-0-2);
}

.heading-medium {
  font-family: var(--headers);
  color: var(--light-0-85);
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.3;
}

.heading-small {
  font-family: var(--headers);
  color: var(--light-0-85);
  font-size: 2em;
  line-height: 1.3;
}

.heading-extra-small {
  font-family: var(--headers);
  color: var(--light-0-85);
  width: auto;
  font-size: 1.6em;
  line-height: 1.4;
}

.bottom-bar {
  background-color: var(--dark);
  color: var(--light-0-85);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.link-yellow {
  color: var(--highlight);
}

.pagination {
  margin-top: 48px;
}

.empty-state {
  border: 1px solid var(--light-0-1);
  border-radius: var(--border-radius);
  text-align: center;
  background-color: rgba(255, 255, 255, .03);
  padding: 12px 16px;
}

.success-message {
  padding: var(--site-spacing);
  border-radius: var(--border-radius);
  background-color: var(--highlight);
  color: var(--light-0-85);
}

.error-message {
  border-radius: var(--border-radius);
  background-color: #c03c3c;
  padding: 12px 16px 10px;
  font-size: .8em;
}

.tags {
  grid-column-gap: 1em;
  grid-row-gap: .2em;
  text-transform: lowercase;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.tag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--light-0-3);
  text-transform: lowercase;
  flex-wrap: wrap;
  margin-left: -.75em;
  font-size: .9em;
  display: flex;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
}

.nowrap-overlay {
  background-image: linear-gradient(to right, rgba(29, 27, 34, 0) 80%, var(--dark));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 16px;
}

.utility-page-container {
  background-color: var(--dark);
  color: var(--light-0-85);
  flex-direction: column;
  justify-content: center;
  max-width: 100vw;
  min-height: 100vh;
  padding-top: 175px;
  padding-bottom: 175px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-content {
  max-width: var(--content-width);
  grid-column-gap: var(--site-spacing);
  grid-row-gap: var(--site-spacing);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: grid;
}

.menu-gap {
  display: none;
}

.notice {
  z-index: 998;
  border: 1px solid var(--light-0-1);
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--light-0-85);
  background-color: rgba(255, 255, 255, .03);
  max-width: 90vw;
  padding: 12px 24px 10px;
  position: fixed;
  top: auto;
  bottom: 2em;
  left: 2em;
  right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.notice-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grain-overlay {
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/grain-65a31468a0bce.webp');
  background-position: 0 0;
  background-size: 300px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-wrapper {
  z-index: -1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-wrapper.mouse-track {
  z-index: -2;
  justify-content: center;
  align-items: center;
  display: block;
}

.gradient {
  z-index: 5;
  background-image: radial-gradient(circle farthest-side at 20% 20%, var(--highlight), var(--pink-0)), radial-gradient(circle closest-corner at 60% 70%, var(--purple), var(--purple-0));
  filter: blur(35px);
  border-radius: 1000px;
  width: 90vh;
  height: 90vh;
  position: absolute;
}

.gradient.primary {
  z-index: -8;
  filter: blur(55px);
}

.gradient.secondary {
  z-index: 4;
  opacity: .65;
  filter: blur(80px);
}

.gradient.tertiary {
  z-index: 3;
  opacity: .5;
  filter: blur(150px);
  transform: none;
}

.gradient.alt {
  background-image: radial-gradient(circle farthest-side at 20% 20%, var(--turquoise), var(--turquoise-0)), radial-gradient(circle closest-corner at 60% 70%, var(--blue), var(--blue-0));
}

.blended-wrap {
  position: relative;
}

.bg-lines-wrap {
  pointer-events: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-line {
  background-color: var(--light-0-1);
  width: 1px;
  height: 100%;
}

.bg-lines {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.hero-content {
  z-index: 19;
  pointer-events: none;
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.load-reveal {
  z-index: 9999;
  pointer-events: none;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-container {
  max-width: var(--content-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.load-reveal-block {
  background-color: var(--dark);
  transform-origin: 50% 0;
  flex: 1;
}

.load-reveal-block.bottom {
  transform-origin: 50% 100%;
}

.line-reveal {
  z-index: 1;
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}

.feature-image {
  z-index: -999;
  pointer-events: none;
  cursor: auto;
  width: 45%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  right: 2em;
  transform: translate(0, -50%);
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 32px 24px;
  transition: border-color .2s;
  overflow: hidden;
}

.accordion-item:hover {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.accordion-heading {
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 1.4em;
}

.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.accordion.feature-images {
  width: 50%;
  max-width: 500px;
}

.relative {
  position: relative;
}

.hero-blurb {
  color: var(--light-0-75);
  max-width: 400px;
  margin-left: auto;
  line-height: 150%;
}

.arrow-link-wrap {
  background-color: var(--light-0-85);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-link-wrap.highlight {
  background-color: var(--highlight);
}

.button-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.nav-button-wrap {
  align-items: center;
  display: flex;
}

.button-text {
  padding-top: .25em;
}

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

.tab-show {
  display: none;
}

.border {
  border: 1px solid var(--light-0-1);
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, .03);
  padding: 16px;
}

.border.xl {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  padding: 40px;
}

.border.height-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-bottom: 16px;
  display: block;
}

.padded {
  padding: 40px;
}

.padded.bg {
  background-color: #1f1e23;
}

.link-icon-dropdown {
  max-width: 10px;
  margin-bottom: 2px;
  position: relative;
}

.dropdown-link {
  border-bottom: 1px solid var(--light-0-1);
  color: var(--light-0-75);
  padding-top: 12px;
  padding-bottom: 6px;
  transition: border-color .2s;
}

.dropdown-link:hover {
  border-bottom-color: var(--light-0-2);
}

.dropdown-link.w--current {
  color: var(--light-0-75);
  text-decoration: line-through;
}

.dropdown-list {
  border: 1px solid var(--light-0-1);
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, .03);
}

.collection-item-frame {
  z-index: -1;
  border: 1px solid var(--light-0-1);
  border-radius: var(--border-radius);
  pointer-events: none;
  background-color: rgba(255, 255, 255, .01);
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  overflow: hidden;
}

.collection-item-bubble {
  aspect-ratio: 1;
  filter: blur(100px);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 1000px;
  width: 50%;
}

.hero-h1 {
  color: var(--light-0-85);
  width: auto;
  font-size: 100px;
  font-weight: 400;
}

.image {
  width: 121px;
  max-width: none;
}

.model-h1 {
  text-align: center;
}

.model-h1.models {
  text-align: left;
  margin-bottom: 100px;
}

.model-p {
  text-align: center;
  width: 630px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.model-p.hide {
  display: none;
}

.team-h1-txt {
  font-family: var(--headers);
  text-align: center;
  font-size: 60px;
}

.team-btnbx {
  text-align: center;
}

.pay-bx {
  margin-bottom: 20px;
}

.who-block {
  margin-top: 130px;
}

.who-block.vision {
  display: none;
}

.bold-text {
  font-family: var(--headers);
  font-weight: 400;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 400;
}

.vision-img {
  margin-bottom: 60px;
  display: none;
}

.collection-team {
  display: none;
}

.team-circles {
  opacity: 1;
  background-color: #121113;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card.hide {
  display: none;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.test-avatar {
  text-align: left;
  width: 230px;
}

.avatar-block {
  text-align: center;
  align-self: center;
  margin-bottom: 40px;
}

.testtxt-header {
  font-family: var(--headers);
  text-align: center;
  align-self: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.div-block {
  align-self: center;
}

.text-block {
  text-decoration: none;
}

.image-2 {
  width: 450px;
}

.logo-img {
  width: 220%;
  max-width: none;
}

.contact-btnbox {
  margin-top: 20px;
}

.social-img {
  width: 30px;
}

@media screen and (min-width: 1440px) {
  ._12-columns.testi {
    justify-content: center;
  }

  .column._6-column.testi {
    width: 40%;
  }

  .testimonial.test-box {
    width: 100%;
  }

  .heading-extra-large {
    font-size: 10em;
  }

  .hero-blurb {
    font-size: 1em;
  }

  .heading {
    font-family: var(--headers);
    font-size: 7em;
    font-weight: 400;
  }

  .hero-h1 {
    font-size: 5em;
    font-weight: 400;
  }

  .image {
    max-width: none;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    overflow: hidden;
  }

  h2 {
    font-size: 2.2em;
  }

  .section {
    padding-top: 48px;
  }

  .section.sub-hero {
    padding-top: 140px;
  }

  .section.hero {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, var(--dark) 80%, transparent);
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.dark.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2-grid, ._1-2-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  ._1-2-grid.tab-1-grid {
    grid-template-columns: 1fr;
  }

  .spacer._96 {
    height: 48px;
  }

  .container {
    max-width: none;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  ._2-1-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  ._1-2-1-grid {
    grid-template-columns: 1fr;
  }

  .column._1-column, .column._2-column, .column._3-column, .column._4-column, .column._5-column {
    width: 50%;
  }

  .column._6-column {
    order: -1;
  }

  .column._6-column.tab-12 {
    width: 100%;
  }

  .column._6-column.tab-12.slide-up-trigger {
    order: 1;
  }

  .column._6-column.testi {
    width: 80%;
  }

  .column._7-column, .column._8-column, .column._9-column, .column._10-column, .column._11-column, .column.tab-12 {
    width: 100%;
  }

  .page-container {
    overflow: hidden;
  }

  .brand {
    border: 1px solid var(--light-0-1);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .05);
    max-width: 110px;
    margin-top: 0;
    padding: 12px 20px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 2em;
    right: auto;
    box-shadow: 0 50px 50px rgba(0, 0, 0, .03);
  }

  .brand.w--current {
    box-shadow: none;
    opacity: 1;
    outline-offset: 0px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-style: none;
    outline: 3px #fff;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-image-overlay {
    background-image: linear-gradient(30deg, rgba(0, 0, 0, .5) 20%, rgba(51, 51, 51, 0));
  }

  .nav-menu {
    z-index: -1;
    background-color: var(--dark);
    width: 100vw;
    height: 100vh;
    padding-top: 60px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .navbar {
    clear: none;
    border-radius: 11px;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .collection-items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .details-wrap.extended {
    margin-left: 0;
  }

  .icon.license {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item {
    height: 100%;
    padding: 0;
    overflow: visible;
  }

  .collection-item-content {
    flex: 1;
  }

  .mask {
    width: 100%;
  }

  .arrow {
    left: auto;
    right: 66px;
  }

  .arrow.right {
    left: auto;
    right: 0;
  }

  .tab-hide {
    display: none;
  }

  .footer-credits {
    order: -1;
  }

  .link-wrap.nav {
    justify-content: space-between;
    width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
    font-size: 3em;
  }

  .link-wrap.nav.desktop-hide {
    display: flex;
  }

  .link-wrap.nav.small {
    padding-left: 3.8em;
    padding-right: 3.8em;
    font-size: 2em;
  }

  .link-icon.nav {
    width: 28px;
    max-width: none;
  }

  .menu-button {
    border: 1px solid var(--light-0-1);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .05);
    padding: 12px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 2em;
    box-shadow: 0 50px 50px rgba(0, 0, 0, .03);
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, .05);
    border-width: 0 1px 1px;
  }

  .menu-contents {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
    display: flex;
    overflow: auto;
  }

  .nav-link-divider {
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .content-wrapper {
    border: 1px solid var(--light-0-1);
    border-radius: var(--content-wrapper-border-radius);
    height: 100vh;
    overflow: auto;
  }

  .sidebar {
    border-top: 0px solid var(--light-0-1);
    border-left-width: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .sticky-card {
    position: relative;
    top: 0;
  }

  .bottom-bar {
    padding-top: 48px;
  }

  .utility-page-container {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .utility-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .menu-gap {
    flex: 1 0 auto;
    display: block;
  }

  .gradient {
    width: 40vh;
    height: 40vh;
  }

  .hero-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .accordion-content {
    max-width: 400px;
  }

  .feature-image {
    aspect-ratio: 1;
    opacity: 1;
    object-fit: cover;
    width: 100%;
    max-width: 260px;
    margin-top: 24px;
    position: static;
    transform: none;
  }

  .accordion.feature-images {
    width: 100%;
    max-width: none;
  }

  .nav-button-wrap {
    align-items: center;
    display: none;
  }

  .tab-show {
    display: block;
  }

  .link-icon-dropdown {
    text-align: left;
    display: none;
  }

  .dropdown-link {
    border-bottom-width: 0;
    width: 100%;
    padding-left: 3.8em;
    padding-right: 3.8em;
    font-size: 2em;
  }

  .dropdown-list {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    flex-direction: column;
    display: flex;
    position: static;
  }

  .collection-item-frame {
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px;
  }

  .dropdown-wrap {
    width: 100%;
  }

  .hero-h1 {
    font-size: 77px;
  }

  .team-h1-txt {
    font-size: 48px;
    font-weight: 600;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .logo-img {
    width: 200%;
  }

  .body {
    aspect-ratio: auto;
    pointer-events: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .9em;
  }

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  .section.footer {
    padding-top: 48px;
  }

  .section.sub-hero {
    padding-top: 120px;
  }

  .divider.small {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .spacer._96 {
    height: 32px;
  }

  ._12-columns {
    margin: -16px;
  }

  .column {
    padding: 16px;
  }

  .column._1-column, .column._2-column, .column._3-column {
    width: 50%;
  }

  .column._4-column, .column._5-column, .column._6-column {
    width: 100%;
  }

  .column._6-column.fixed-height {
    height: auto;
  }

  .column._6-column.testi, .column.tab-12 {
    width: 100%;
  }

  .center-content {
    text-align: left;
    align-items: flex-start;
  }

  .brand.w--current {
    margin-top: 11px;
    padding-top: 0;
  }

  .header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-columns {
    column-count: 1;
  }

  .nav-menu {
    padding-top: 10px;
  }

  .collection-items {
    grid-template-columns: 1fr;
  }

  .icon.license {
    width: 4em;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item-image {
    max-height: 280px;
  }

  .slider {
    padding-bottom: 60px;
  }

  .arrow {
    width: 40px;
    height: 40px;
    right: 50px;
  }

  .mob-h-hide {
    display: none;
  }

  .heading-large {
    font-size: 2.4em;
  }

  .dropdown-toggle {
    padding: 16px 16px 12px;
  }

  .dropdown-icon {
    max-width: 12px;
  }

  .dropdown-content-inner {
    padding: 16px;
  }

  .link-wrap.nav {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 2.2em;
  }

  .link-wrap.nav.small {
    padding-left: 2.2em;
    padding-right: 2.2em;
    font-size: 1.6em;
  }

  .menu-contents {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 60px;
  }

  .text-center {
    text-align: center;
  }

  .empty-state {
    text-align: left;
  }

  .arrow-icon {
    transform: scale(.8);
  }

  .utility-page-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .utility-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordion-content {
    max-width: none;
  }

  .hero-blurb {
    margin-left: 0;
  }

  .border.height-100 {
    height: auto;
  }

  .dropdown-link {
    padding-left: 2.2em;
    padding-right: 2.2em;
    font-size: 1.6em;
  }

  .hero-h1 {
    font-family: Biryani, sans-serif;
    font-size: 69px;
    line-height: 129%;
  }

  .team-h1-txt {
    font-size: 40px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .85em;
  }

  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.8em;
  }

  .section.hero {
    min-height: auto;
    padding-top: 140px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.testi-section {
    background-color: rgba(255, 255, 255, 0);
  }

  .column._1-column, .column._2-column, .column._3-column {
    width: 100%;
  }

  .column._6-column.testi {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    left: 1em;
  }

  .brand.w--current {
    margin-top: 15px;
  }

  .collection-items {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .icon.license {
    width: 6em;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-image {
    max-height: 220px;
  }

  .collection-item-content {
    padding: 16px;
  }

  .heading-large {
    font-size: 2.2em;
  }

  .form-inline-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-wrap.nav {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.6em;
  }

  .link-wrap.nav.small {
    padding-left: 1.3em;
    padding-right: 1.3em;
    font-size: 1.3em;
  }

  .link-icon.nav {
    width: 18px;
  }

  .menu-button {
    border-right-width: 1px;
    right: 1em;
  }

  .lightbox-link {
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .heading-extra-large {
    font-size: 2.6rem;
  }

  .heading-extra-large.blended {
    font-size: 11vw;
  }

  .utility-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .notice {
    padding: 8px 12px 6px;
    bottom: 1em;
    left: 1em;
  }

  .bg-lines-wrap {
    right: 0%;
  }

  .hero-content {
    padding-left: 10px;
  }

  .hero-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .feature-image {
    max-width: 100%;
  }

  .accordion-item {
    padding: 24px 16px;
  }

  .dropdown-link {
    padding-left: 1.3em;
    padding-right: 1.3em;
    font-size: 1.3em;
  }

  .hero-h1 {
    font-size: 48px;
  }

  .model-h1.models {
    margin-bottom: 40px;
  }

  .team-h1-txt {
    font-size: 32px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .logo-img {
    width: 159%;
  }
}

#w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d90-bdf59069, #w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d92-bdf59069, #w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d96-bdf59069, #w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d8e-bdf59069, #w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d94-bdf59069, #w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d98-bdf59069, #w-node-e7f91cb0-377a-a36d-3efb-78dae1f96230-bdf59069, #w-node-_824f257c-1c33-9fa9-7257-149f8e7a393f-bdf59069, #w-node-_5c5f97ed-9b4b-0380-6ba3-d836c7188df6-bdf59069, #w-node-_2dd1ce69-7637-5163-62c3-574a04372101-bdf59069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-3.w-node-_62879089-905f-87d1-625f-8a024ca85914-bdf59069, #Message.w-node-_62879089-905f-87d1-625f-8a024ca85915-bdf59069, #w-node-_62879089-905f-87d1-625f-8a024ca85916-bdf59069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65dbab49-9f7d-ceb7-49f2-0985f7893ccc-f7893cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65445da4b8e3cb5c446a5c47000000000013-bdf5906c, #w-node-_65445da4b8e3cb5c446a5c47000000000014-bdf5906c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd4d5daf-986f-8174-6cae-df23aecbbcc4-bdf5906e, #w-node-bd4d5daf-986f-8174-6cae-df23aecbbccf-bdf5906e, #w-node-d110d9d7-3048-e354-a8c2-9a3521c27a9d-bdf59073, #w-node-_212a23dc-20d5-7aa9-cec7-35e8b69e88e5-bdf59073, #w-node-_43740538-7397-245d-59a4-dae40998f415-bdf59073, #w-node-_0998a10d-4629-7f4b-eaad-016bdc5c9734-bdf59076, #w-node-_2dd1ce69-7637-5163-62c3-574a04372101-bdf5907a, #w-node-fed66491-a6a5-bc5a-0492-fd583bd46c3e-bdf5907e, #w-node-_89ab9f81-1b01-60fc-9562-8759734643fb-bdf5907e, #w-node-_2e166cc9-ed77-0ad8-ea9f-17682689ef78-bdf5907e, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4495f85-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4495fae-bdf5907f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90d8a22f-f174-e3d7-2034-6dd3e4495fe2-bdf5907f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496027-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496029-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496030-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496032-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496034-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e449603b-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e449603d-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496044-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496046-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e449604d-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e449604f-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496051-bdf5907f, #w-node-_90d8a22f-f174-e3d7-2034-6dd3e4496106-bdf5907f, #w-node-_85bb4ea0-9a91-3aad-f15d-bc7c93599749-bdf59082, #w-node-dd3ddcea-4b72-be98-0606-339872765df1-bdf59082, #w-node-e7f91cb0-377a-a36d-3efb-78dae1f96230-bdf59082, #w-node-_824f257c-1c33-9fa9-7257-149f8e7a393f-bdf59082, #w-node-_5c5f97ed-9b4b-0380-6ba3-d836c7188df6-bdf59082, #w-node-f2c3bbce-d443-28e7-8dd5-1cfe9e93f01a-bdf59082, #w-node-_2dd1ce69-7637-5163-62c3-574a04372101-bdf59083, #w-node-e7f91cb0-377a-a36d-3efb-78dae1f96230-bdf59084, #w-node-_2dd1ce69-7637-5163-62c3-574a04372101-bdf59086, #w-node-_2dd1ce69-7637-5163-62c3-574a04372101-bdf59087, #w-node-e7f91cb0-377a-a36d-3efb-78dae1f96230-bdf59088, #w-node-_824f257c-1c33-9fa9-7257-149f8e7a393f-bdf59088, #w-node-_5c5f97ed-9b4b-0380-6ba3-d836c7188df6-bdf59088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d90-bdf59069, #w-node-_5f11437e-71a3-25db-f93f-ed0b84b69d92-bdf59069 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e7f91cb0-377a-a36d-3efb-78dae1f96230-bdf59069, #w-node-e3a70e77-7743-0a1d-21ae-5928e4df5b98-f7893cc3 {
    order: 9999;
  }

  #w-node-_89ab9f81-1b01-60fc-9562-8759734643fb-bdf5907e, #w-node-_2e166cc9-ed77-0ad8-ea9f-17682689ef78-bdf5907e {
    order: -9999;
  }
}


@font-face {
  font-family: 'Nasalization Rg';
  src: url('../fonts/nasalization-rg.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}