:root {
  --gray-1: black;
  --moonless-night: black;
  --white: white;
  --gray-2: #62636b;
  --gray-3: #e4e0dd;
  --gray-4: #f4f1ee;
  --primary-1: #041e3d;
  --primary-2: #052c25;
  --primary-3: #d2c0a6;
  --primary-4: #d79f6e;
  --success: #24da78;
  --warning: #ff9f1c;
  --danger: #da2424;
  --info: #adeef8;
  --white-smoke: #efefef;
  --tomato: #f24941;
}

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

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

body {
  color: var(--gray-1);
  font-family: Tahi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Tahi, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Tahi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Tahi, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 39px;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Tahi, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h5 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

p {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 28px;
}

a {
  color: var(--gray-1);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

li {
  list-style-type: none;
}

blockquote {
  border-top: 1px solid var(--gray-1);
  letter-spacing: -.02em;
  border-left: 5px #e2e2e2;
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 26px 0 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
}

figure {
  margin-top: 26px;
  margin-bottom: 26px;
}

figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  line-height: 22px;
}

.section {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
}

.section.no-bottom-space {
  background-color: rgba(0, 0, 0, 0);
}

.section.additional-bottom-space {
  padding-bottom: 156px;
}

.section.additional-bottom-space.additional-top-space {
  padding-top: 156px;
}

.section.bg-white {
  z-index: 5;
}

.section.bg-white.full-height {
  height: 100vh;
}

.section.bg-white.text-center.additional-top-space.additional-bottom-space.full-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bg-dark {
  background-color: var(--moonless-night);
  color: var(--white);
}

.section.bg-dark.client-logos-section {
  height: 150vh;
}

.section.bg-dark.client-logos-section.track {
  height: 125vh;
}

.section.track {
  height: 400vw;
  padding-top: 0;
  padding-bottom: 0;
}

.section.sticky-top.top-0px {
  top: 0;
}

.section.full-height {
  height: 100vh;
}

.section.full-height.overflow-hidden.sticky-top.top-0px.flex-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}

.container.text-center.flex-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.text-center.flex-container.justify-center {
  justify-content: center;
  position: relative;
}

.h6-small {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.text-lead {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  position: static;
}

.text-lead.no-bottom-space.max-width-01 {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.text-lead.no-margin-bottom {
  margin-bottom: 0;
}

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

.text-small.text-muted {
  color: var(--gray-2);
}

.text-small-caps {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Tahi, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.row {
  direction: ltr;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row.style-guide-content-row {
  margin-bottom: 13px;
}

.row.style-guide-icons-row {
  flex-direction: row;
  align-items: stretch;
  width: auto;
  padding: 13px 13px 0;
  display: flex;
}

.link-lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.style-guide-title {
  width: 25%;
  margin-right: 26px;
  padding-top: 0;
  padding-bottom: 26px;
  padding-right: 26px;
  position: relative;
}

.style-guide-content {
  flex: 1;
  min-width: 640px;
}

.text-muted {
  color: var(--gray-2);
}

.button {
  border: 1px solid var(--gray-1);
  background-color: var(--gray-1);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.button.button-large {
  min-width: 241px;
  height: 63px;
}

.button.button-small {
  height: 42px;
}

.button.button-outline {
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.button.button-outline:hover {
  background-color: var(--gray-1);
  color: var(--white);
}

.button.icon-button {
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button.icon-button:hover {
  border-color: var(--gray-1);
}

.button.button-circle-small {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 0;
  height: 28px;
  padding: 4px;
  display: flex;
}

.button.bg-white {
  border-color: var(--white);
  color: var(--gray-1);
}

.button.bg-white:hover {
  border-color: var(--white);
  background-color: var(--gray-3);
  color: var(--gray-1);
}

.button.bg-white.disabled {
  background-color: var(--white);
  transition-property: none;
}

.button.bg-white.disabled:hover {
  background-color: var(--white);
  color: var(--gray-1);
  transition-property: none;
}

.button.disabled {
  background-color: var(--gray-1);
  opacity: .5;
  transition-property: none;
}

.button.disabled:hover {
  background-color: var(--gray-1);
  opacity: .5;
  color: var(--white);
  transition-property: none;
}

.style-guide-content-item {
  margin-bottom: 13px;
  margin-right: 13px;
}

.styleguide-content-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 52px;
  display: flex;
}

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

.text-white.scroll-down-text {
  font-size: 16px;
  line-height: 1;
}

.button-icon {
  flex: none;
}

.button-icon.button-icon-large {
  width: 33px;
  height: 33px;
}

.bg-gray-1 {
  background-color: var(--gray-1);
  color: var(--white);
}

.bg-gray-2 {
  background-color: #62636b;
}

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

.bg-gray-3 {
  background-color: var(--gray-3);
}

.bg-gray-4 {
  background-color: var(--gray-4);
}

.grid-quarters {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.card {
  background-color: var(--white);
  color: var(--gray-1);
  flex-direction: column;
  display: flex;
}

.card.style-guide-color-card {
  min-width: 104px;
  overflow: hidden;
}

.card.card-medium-height {
  min-height: 416px;
}

.style-guide-color {
  width: 100%;
  height: 104px;
}

.style-guide-color.bg-primary-1 {
  background-color: var(--primary-1);
  width: 100%;
}

.style-guide-color.bg-gray-4 {
  border: 1px solid var(--gray-3);
}

.style-guide-color.bg-success {
  background-color: #51d37e;
}

.style-guide-color.bg-warning {
  background-color: #fab14e;
}

.style-guide-color.bg-danger {
  background-color: #fc4343;
}

.style-guide-color.bg-info {
  background-color: #8ae2f0;
}

.card-body {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  padding: 39px;
  display: flex;
}

.card-body.align-left {
  align-items: flex-start;
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
}

.bg-primary-1 {
  background-color: var(--primary-1);
  color: var(--white);
}

.bg-primary-3 {
  background-color: var(--primary-3);
}

.bg-primary-4 {
  background-color: var(--primary-4);
  color: var(--white);
}

.bg-success {
  background-color: var(--success);
}

.bg-warning {
  background-color: var(--warning);
}

.bg-danger {
  background-color: var(--danger);
}

.bg-info {
  background-color: var(--info);
}

.space-bottom {
  margin-bottom: 26px;
}

.large-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Tahi, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.subheading {
  margin-bottom: 26px;
}

.justify-column-between {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.link-underline {
  background-color: rgba(17, 17, 18, .1);
  height: 2px;
  position: relative;
}

.underlined-link.space-left {
  margin-left: 19px;
}

.link-underline-animation {
  background-color: var(--gray-1);
  width: 0%;
  height: 2px;
}

.border-bottom {
  border-bottom: 1px solid #000;
  border-radius: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.display-2 {
  letter-spacing: -.03em;
  margin-bottom: 26px;
  font-family: Tahi, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.display-1 {
  letter-spacing: -.03em;
  margin-bottom: 26px;
  font-family: Tahi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.display-1.no-space-bottom {
  margin-bottom: 0;
  font-family: Tahi, sans-serif;
  line-height: 1.3;
}

.centered-marquee {
  position: absolute;
}

.centered-marquee.display-2.text-white {
  z-index: 2;
  color: var(--white);
  white-space: nowrap;
}

.content-width-small {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.content-width-small.footer-2-cta {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.section-title {
  margin-bottom: 76px;
}

.grid-halves {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

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

.no-bottom-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.navbar-container {
  background-color: var(--white);
}

.navbar-container.border-bottom {
  background-color: var(--moonless-night);
  border-bottom-color: rgba(17, 17, 18, .1);
}

.navbar-container.border-bottom.fixed-top {
  z-index: 30;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: grid;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  padding: 0 13px;
}

.brand.navbar-2-brand {
  margin-right: 26px;
}

.menu-button {
  margin-left: 0;
}

.nav-dropdown-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-menu-wrapper {
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-left: 4px;
}

.footer {
  padding-top: 104px;
  padding-bottom: 52px;
}

.footer.bg-primary-2 {
  z-index: 5;
  position: relative;
}

.footer.bg-primary-2.compact-footer {
  padding-top: 52px;
}

.footer-1-top-row {
  justify-content: space-between;
  margin-bottom: 104px;
  display: flex;
}

.medium-heading {
  letter-spacing: -.03em;
  margin-bottom: 13px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  display: block;
}

.medium-heading.text-link-white {
  opacity: 1;
  color: var(--white);
  transition: opacity .2s;
}

.medium-heading.text-link-white:hover {
  opacity: .5;
}

.vertical-link-menu {
  flex-direction: column;
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
}

.vertical-link-item {
  opacity: 1;
  margin-bottom: 13px;
  transition: opacity .2s;
}

.vertical-link-item:hover {
  opacity: .5;
}

.footer-menus-wrapper {
  margin-left: 76px;
  display: flex;
}

.footer-subscribe {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 26px;
  display: grid;
}

.footer-1-bottom-row {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.social-list {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.button-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  display: flex;
}

.button-round.social-button {
  background-color: var(--gray-1);
  margin-left: 6px;
  margin-right: 6px;
  transition: transform .2s;
}

.button-round.social-button:hover {
  transform: scale(1.2);
}

.button-round.social-button.bg-white {
  background-color: var(--white);
}

.button-round-icon {
  max-height: 18px;
}

.footer-1-menus {
  flex: 1;
  display: flex;
}

.footer-fine-print {
  flex-direction: column;
  max-width: 60%;
  display: flex;
}

.form-input {
  border: 1px solid var(--gray-3);
  background-color: rgba(0, 0, 0, 0);
  height: 52px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 18px;
  line-height: 26px;
}

.form-input:focus {
  border-color: var(--gray-1);
}

.form-input.form-input-large {
  height: 63px;
}

.form-input.form-input-white {
  border-color: var(--white);
  color: var(--white);
}

.form-input.form-input-white::placeholder {
  color: var(--white);
}

.form-input.textarea-input {
  height: auto;
  min-height: 150px;
}

.form-input.form-input-small {
  height: 42px;
  font-size: 16px;
}

.form-input.space-bottom {
  margin-bottom: 13px;
}

.nav-link-text {
  color: var(--white);
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link-text:hover {
  opacity: .5;
}

.button-circle {
  background-color: var(--gray-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .2s;
  display: flex;
}

.button-circle:hover {
  transform: scale(1.1);
}

.button-circle.button-circle-small {
  width: 26px;
  height: 26px;
}

.button-circle.button-circle-small.bg-white {
  background-color: var(--white);
}

.button-circle.button-circle-large {
  width: 63px;
  height: 63px;
}

.button-icon-small {
  width: 16px;
  height: 16px;
}

.announcement-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.announcement-dismiss {
  margin-left: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.horizontal-rule {
  border-top: 1px solid var(--gray-1);
  margin-top: 26px;
  margin-bottom: 26px;
}

.footer-subscribe-wrapper {
  flex: 1;
}

.accordion-title-panel {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-success {
  background-color: var(--success);
}

.form-success.footer-form-message {
  margin-top: 13px;
}

.form-error {
  background-color: var(--danger);
  color: var(--white);
  text-align: center;
  padding: 19px;
}

.badge {
  justify-content: center;
  align-items: center;
  height: 26px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.badge.bg-gray-2, .badge.bg-danger {
  color: var(--white);
}

.blog-image-link {
  background-color: var(--gray-1);
  display: block;
  overflow: hidden;
}

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

.custom-checkbox {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 26px;
  height: 26px;
  margin-top: 0;
}

.custom-checkbox.w--redirected-checked {
  border-color: var(--gray-1);
  background-color: var(--gray-1);
  background-image: url('../images/check_1.svg');
  background-size: 19px 19px;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 13px;
}

.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;
  align-items: center;
  width: 100%;
  max-width: 391px;
  display: flex;
}

.footer-2-top-row {
  border-bottom: 1px solid var(--gray-1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
  padding-bottom: 52px;
  display: flex;
}

.footer-2 {
  padding-top: 59px;
  padding-bottom: 59px;
}

.footer-2.bg-white {
  z-index: 5;
  position: relative;
}

.footer-2-middle-row {
  justify-content: space-between;
  margin-bottom: 104px;
  display: flex;
}

.footer-2-bottom-row {
  font-size: 14px;
  line-height: 22px;
}

.case-study-bg {
  opacity: .05;
  filter: saturate(0%);
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-content {
  background-color: var(--white);
  border: 1px solid rgba(17, 17, 18, .1);
  min-width: 150px;
  padding: 13px 26px;
}

.dropdown-content.w--open {
  opacity: 1;
}

.dropdown-link {
  opacity: .4;
  padding: 6px 0;
  transition: transform .2s, opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  transform: translate(6px);
}

.dropdown-link.w--current {
  opacity: 1;
  color: var(--gray-1);
}

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

.dropdown-column {
  min-width: 150px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

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

.style-guide-color-text {
  background-color: var(--gray-4);
  padding: 13px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 26px;
}

.sticky-top.top-0px {
  top: 0;
}

.custom-radio {
  width: 26px;
  height: 26px;
  margin-top: 0;
}

.custom-radio.w--redirected-checked {
  border-width: 8px;
  border-color: var(--gray-1);
}

.split-section-scrollable-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  display: flex;
  overflow: hidden;
}

.back-to-top-button-container {
  z-index: 99;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 26px;
  right: 26px;
}

.demo-link {
  border: 1px solid var(--gray-3);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  max-width: 598px;
  display: flex;
  position: relative;
}

.navbar-2-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.navbar-2-menu, .navbar-controls {
  display: flex;
}

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

.style-guide-note {
  background-color: var(--gray-4);
  width: 100%;
  margin-top: 13px;
  margin-bottom: 13px;
  padding: 13px;
}

.text-gray {
  opacity: .5;
  color: var(--white-smoke);
}

.text-block, .link {
  font-weight: 700;
}

.horizontal-section-trigger, .horizontal-scroll-section-trigger {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-width-custom-02 {
  direction: ltr;
  width: 100%;
  max-width: 930px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.content-width-custom-02.no-margin-bottom {
  max-width: 930px;
  margin-bottom: 0;
}

.flex-hero {
  z-index: 1;
  background-color: var(--moonless-night);
  color: var(--white);
  align-items: flex-end;
  width: 60%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
  box-shadow: 5px 0 150px rgba(51, 48, 44, .05);
}

.flex-hero.section {
  z-index: 1;
  background-color: var(--moonless-night);
  align-items: center;
  width: auto;
  padding-bottom: 52px;
  display: flex;
}

.block-hero {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 52vw;
  margin-top: 90px;
  margin-bottom: 4vw;
  display: flex;
}

.block-hero.container {
  width: 50vw;
  margin: 0;
}

.heading-hero {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
  line-height: 1.15;
}

.heading-hero.max-width-01 {
  max-width: 520px;
  line-height: 1.2;
}

.grid-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  max-width: 520px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  border-bottom-style: none;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.circle {
  background-color: var(--tomato);
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-right: 12px;
}

.text-link {
  color: #151414;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

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

.transformed-hero {
  background-color: var(--moonless-night);
  perspective: 1700px;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.section-hero {
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  transform: translate(40%);
}

.grid-hero {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  min-height: 100vh;
}

.grid-hero---row-1 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-hero {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.grid-hero---row-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 12vh;
}

.container-fluid {
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}

.camera {
  z-index: 5;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 104px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.camera.bg-dark {
  background-color: var(--moonless-night);
}

.frame {
  align-items: stretch;
  max-width: 930px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.frame-item {
  z-index: 0;
  border-right: 1px rgba(212, 216, 221, .5);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 25vw;
  display: flex;
}

.frame-item:hover {
  z-index: 10;
  position: relative;
}

.frame-item.frame-spacer {
  min-width: 12.5vw;
}

.col-inner {
  color: #787878;
  flex: 0 auto;
  padding: 20px 50px 50px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
}

.col-link {
  z-index: 3;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  top: 120px;
}

.image-holder {
  z-index: 2;
  background-image: url('../images/30234801997_86f8232201_z_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 55vw;
  height: 70vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-holder.img-3 {
  background-image: url('../images/airbnb_1.webp');
  height: 55vh;
  top: 45%;
}

.image-holder.img-2 {
  background-image: url('../images/apple_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vh;
  top: 45%;
}

.image-holder.img-5 {
  background-image: url('../images/vogue_1.webp');
  height: 55vh;
  top: 45%;
}

.image-holder.img-4 {
  background-image: url('../images/tesla_1.webp');
  height: 55vh;
  top: 45%;
}

.col-title {
  z-index: 3;
  color: #d4d8dd;
  letter-spacing: -.04em;
  font-size: 56px;
  line-height: 100px;
  position: relative;
}

.track.bg-dark {
  z-index: 3;
  background-color: var(--moonless-night);
  height: 125vh;
  margin-top: 0;
  position: relative;
}

.fullscreen-wrapper {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 13px 52px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.fullscreen-wrapper.no-top-space {
  z-index: 6;
  padding-top: 0;
  padding-bottom: 54px;
}

.fullscreen-wrapper.no-top-space.horizontal {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1680px;
}

.products-image-1 {
  width: 100%;
  height: 100%;
}

.image-height-100 {
  width: 100%;
  height: auto;
  display: block;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image-cover.image-fit {
  object-fit: contain;
}

.deployment-logos {
  z-index: -1;
  width: 100%;
  height: 75%;
  position: relative;
}

.artisan-3 {
  width: 225px;
  height: 340px;
}

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

.artisan-2 {
  width: 300px;
  height: 200px;
}

.social-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.scrolling-sections-wrapper {
  z-index: 5;
  background-color: var(--moonless-night);
  width: 100%;
  position: relative;
}

.artisan-1 {
  width: 200px;
  height: 300px;
}

.full-screen-wrapper-content {
  z-index: 1;
  flex-direction: column;
  width: 95%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.full-screen-wrapper-content.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.full-screen-wrapper-content.grid.special-1 {
  z-index: 6;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: var(--gray-2);
  color: var(--white);
  border-radius: 0;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 104px 26px;
}

.full-screen-wrapper-content.grid.special-3 {
  z-index: 6;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: var(--gray-2);
  color: var(--white);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 104px 26px;
}

.full-screen-wrapper-content.grid.special-2 {
  grid-column-gap: 14px;
  background-color: var(--gray-2);
  color: var(--white);
  z-index: 6;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  margin-left: 0;
  margin-right: 0;
  padding: 104px 26px;
}

.platform-image-2 {
  width: 285px;
  height: 285px;
  position: relative;
}

.products-image-2 {
  width: 200px;
  height: auto;
}

.special-line-break {
  display: block;
}

.layouts-left {
  z-index: -1;
  width: 100%;
  max-width: 35vw;
  position: absolute;
  top: 25vh;
  left: 2.5vw;
  right: auto;
}

.layouts-right {
  z-index: -1;
  width: 100%;
  max-width: 35vw;
  position: absolute;
  bottom: 25vh;
  left: auto;
  right: 2.5vw;
}

.layout {
  width: 35vw;
  margin-bottom: 5vw;
}

.layout.last {
  margin-bottom: 0;
}

.layouts-section {
  z-index: 5;
  height: 300vh;
  position: relative;
}

.layouts-section.bg-white {
  z-index: 4;
  height: 250vh;
}

.layout-asset {
  width: 100%;
}

.darkness {
  z-index: 5;
  background-color: var(--moonless-night);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  display: flex;
  position: absolute;
}

.darkness-content {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
}

.darkness-content.text-center {
  opacity: 0;
  cursor: default;
  flex: none;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

.special-dot-1 {
  opacity: .8;
  color: var(--white);
}

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

.services-text.large-heading.special-line-height.no-margin-bottom {
  z-index: -1;
  cursor: default;
  margin-bottom: 0;
  line-height: 1.25;
  position: relative;
}

.footer-disclaimer {
  margin-bottom: 6px;
}

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

.content-width-custom-03 {
  direction: ltr;
  width: 100%;
  max-width: 870px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.client-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 10vw;
  display: flex;
}

.client-logo.first {
  width: 25vw;
  margin-left: 0;
}

.client-logo-image {
  flex: none;
  max-width: none;
  height: 60px;
  max-height: 80px;
  display: block;
}

.client-logo-image.client-logo-samsung {
  height: 32px;
}

.client-logo-image.client-logo-nsw {
  flex: none;
  height: 85px;
  max-height: 130px;
}

.client-logo-image.client-logo-nike {
  height: 55px;
}

.client-logo-image.client-logo-gadgetguy {
  height: 47.5px;
}

.button-group {
  display: inline-block;
}

.scroll-down-button-container {
  z-index: 99;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 13px;
  left: 0%;
  right: 0%;
}

.logos-grid {
  flex-flow: wrap;
  align-content: space-around;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 26px;
  display: flex;
}

.logo-grid-item {
  object-fit: contain;
  width: 27.5%;
  height: auto;
  max-height: 40px;
  margin-top: 26px;
}

.cta {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.last-sections {
  position: relative;
}

@media screen and (min-width: 1920px) {
  .section.bg-dark.client-logos-section.track {
    height: 75vh;
  }

  .text-lead.no-bottom-space.max-width-01 {
    max-width: 700px;
  }

  .navbar-container.border-bottom.fixed-top {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-width-custom-02 {
    max-width: 930px;
  }

  .flex-hero.section {
    align-items: center;
  }

  .heading-hero {
    max-width: 630px;
    font-size: 60px;
  }

  .heading-hero.max-width-01, .grid-links {
    max-width: 700px;
  }

  .transformed-hero {
    overflow: visible;
  }

  .grid-hero {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .frame {
    margin-left: auto;
  }

  .hero-section {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .fullscreen-wrapper, .fullscreen-wrapper.no-top-space.horizontal {
    max-width: 1680px;
  }

  .image-cover.image-fit {
    object-fit: contain;
  }

  .deployment-logos {
    height: 50%;
  }

  .artisan-3 {
    width: 100%;
  }

  .artisan-2 {
    width: 100%;
    height: 300px;
  }

  .artisan-1 {
    width: 80%;
  }

  .full-screen-wrapper-content.grid.special-1 {
    max-width: 100%;
    max-height: 800px;
  }

  .full-screen-wrapper-content.grid.special-3, .full-screen-wrapper-content.grid.special-2 {
    max-width: 100%;
  }

  .special-line-break {
    display: block;
  }

  .content-width-custom-03 {
    max-width: 1200px;
  }

  .client-logo-image {
    height: 70px;
  }

  .client-logo-image.client-logo-samsung {
    height: 35px;
  }

  .client-logo-image.client-logo-nsw {
    height: 110px;
  }

  .client-logo-image.client-logo-nike {
    height: 65px;
  }

  .client-logo-image.client-logo-gadgetguy {
    height: 55px;
  }

  .button-group {
    display: inline-block;
  }

  .logos-grid {
    align-content: space-between;
  }

  .bg-dark {
    background-color: var(--moonless-night);
  }
}

@media screen and (max-width: 991px) {
  .section.additional-bottom-space {
    padding-bottom: 104px;
  }

  .text-lead {
    font-size: 20px;
    line-height: 1.4;
  }

  .text-lead.no-bottom-space.max-width-01 {
    max-width: 100%;
  }

  .style-guide-title {
    width: 100%;
    min-width: 0;
    margin-bottom: 52px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid-quarters {
    grid-column-gap: 13px;
  }

  .card-body {
    padding: 26px;
  }

  .large-heading {
    font-size: 44px;
    line-height: 1.2;
  }

  .large-heading.smaller-on-phablet {
    font-size: 36px;
  }

  .display-2 {
    font-size: 48px;
    line-height: 1.4;
  }

  .content-width-small {
    width: 100%;
  }

  .content-width-small.footer-2-cta {
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
    margin-left: auto;
    display: flex;
  }

  .grid-halves {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar-content {
    justify-content: flex-end;
    display: flex;
  }

  .nav-link {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0;
  }

  .brand {
    flex: 1;
  }

  .menu-button {
    margin-left: 0;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
    font-size: 16px;
  }

  .footer-1-top-row {
    flex-direction: column;
  }

  .footer-menus-wrapper.footer-2-menus-wrapper {
    margin-left: 0;
  }

  .footer-1-menus {
    justify-content: center;
    margin-bottom: 56px;
  }

  .footer-fine-print {
    max-width: 75%;
  }

  .footer-2-middle-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
  }

  .footer-2-bottom-row {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nav-menu {
    border: 1px solid rgba(17, 17, 18, .1);
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .split-section-scrollable-wrapper {
    height: 580px;
  }

  .navbar-controls {
    display: flex;
  }

  .content-width-custom-02 {
    width: 100%;
    max-width: 100%;
  }

  .flex-hero {
    width: 100%;
    min-height: 60vh;
    padding: 130px 10% 90px;
    position: relative;
  }

  .flex-hero.section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-hero {
    width: 100%;
    max-width: 550px;
    margin: 0;
  }

  .block-hero.container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-hero {
    max-width: 100%;
    font-size: 54px;
    line-height: 1.15;
  }

  .heading-hero.max-width-01 {
    max-width: 100%;
    font-size: 48px;
    line-height: 1.2;
  }

  .grid-links {
    max-width: 100%;
  }

  .transformed-hero {
    overflow: hidden;
  }

  .section-hero {
    padding-left: 26px;
    padding-right: 26px;
    transform: none;
  }

  .grid-hero {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    min-height: auto;
    margin-top: -130px;
  }

  .grid-hero---row-1 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: -7vh;
  }

  .grid-hero---row-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 6vh;
  }

  .frame {
    margin-left: 26px;
  }

  .image-holder.img-5 {
    width: 65vw;
  }

  .fullscreen-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-image-1 {
    width: 100%;
  }

  .image-cover {
    object-fit: cover;
  }

  .deployment-logos {
    height: auto;
  }

  .artisan-3 {
    width: 100%;
    height: 300px;
  }

  .artisan-2 {
    width: 100%;
    height: 300px;
    margin-left: auto;
  }

  .artisan-1 {
    width: 100%;
    height: 300px;
  }

  .full-screen-wrapper-content.grid.special-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: auto;
    padding: 76px 20px;
  }

  .full-screen-wrapper-content.grid.special-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: start;
    min-height: auto;
    padding: 76px 26px;
  }

  .full-screen-wrapper-content.grid.special-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-height: auto;
    padding: 76px 26px;
  }

  .platform-image-2 {
    width: 100%;
  }

  .products-image-2 {
    width: auto;
    height: 300px;
  }

  .darkness {
    width: 50vw;
    height: 50vw;
  }

  .darkness-content.text-center {
    left: 0;
    right: 0;
  }

  .no-margin-bottom.paragraph-margin-mobile {
    margin-bottom: 13px;
  }

  .content-width-custom-03 {
    width: 100%;
    max-width: 100%;
  }

  .client-logo {
    width: auto;
  }

  .logos-grid {
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
  }

  .logo-grid-item {
    width: 45%;
    margin-top: 39px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    margin-bottom: 24px;
  }

  blockquote {
    letter-spacing: -.01em;
    margin-top: 39px;
    margin-bottom: 39px;
    font-size: 28px;
    line-height: 32px;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section.no-bottom-space {
    padding-bottom: 0;
  }

  .section.additional-bottom-space {
    padding-bottom: 76px;
  }

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

  .text-lead {
    font-size: 18px;
    line-height: 1.6;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .style-guide-content {
    width: 100%;
    min-width: 0;
  }

  .style-guide-content-item {
    margin-bottom: 13px;
  }

  .grid-quarters {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .card.card-medium-height {
    min-height: auto;
  }

  .style-guide-color {
    width: 100%;
  }

  .large-heading {
    font-size: 36px;
    line-height: 1.2;
  }

  .large-heading.smaller-on-phablet {
    font-size: 34px;
  }

  .display-2, .display-1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .content-width-small.footer-2-cta {
    margin-bottom: 26px;
  }

  .section-title {
    margin-bottom: 52px;
  }

  .section-title.no-bottom-space.no-margin-bottom, .section-title.content-width-custom-02 {
    margin-bottom: 39px;
  }

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

  .brand.w--current {
    flex: 1;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer {
    padding-top: 76px;
  }

  .footer-1-top-row {
    margin-bottom: 76px;
  }

  .medium-heading {
    font-size: 36px;
    line-height: 39px;
  }

  .footer-menus-wrapper {
    margin-top: 39px;
    margin-left: 0;
  }

  .footer-1-menus {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-fine-print {
    flex-direction: column;
    max-width: 65%;
  }

  .form-input.textarea-input {
    min-height: 150px;
    margin-top: 13px;
  }

  .form-grid-thirds {
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .footer-2-top-row {
    flex-direction: column;
    margin-bottom: 39px;
    padding-bottom: 39px;
  }

  .footer-2-logo {
    margin-bottom: 26px;
  }

  .nav-menu {
    border-style: none;
    padding: 0 13px 0 0;
  }

  .split-section-scrollable-wrapper {
    height: 420px;
  }

  .back-to-top-button-container {
    display: none;
  }

  .navbar-right-menu {
    flex: 1;
  }

  .content-width-custom-02 {
    margin-bottom: 26px;
  }

  .flex-hero {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .block-hero.container {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading-hero {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-hero.max-width-01 {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 1.2;
  }

  .grid-links {
    margin-top: 30px;
  }

  .section-hero {
    padding-top: 20px;
    padding-left: 13px;
    padding-right: 2%;
  }

  .grid-hero {
    margin-top: -110px;
  }

  .grid-hero---row-1 {
    margin-top: -5vh;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .frame {
    margin-left: 13px;
  }

  .image-holder.img-3, .image-holder.img-2, .image-holder.img-5, .image-holder.img-4 {
    width: 75vw;
  }

  .fullscreen-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .products-image-1 {
    display: block;
  }

  .deployment-logos {
    height: auto;
  }

  .artisan-2 {
    height: 300px;
  }

  .artisan-1 {
    display: block;
  }

  .full-screen-wrapper-content.grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .full-screen-wrapper-content.grid.special-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: start;
    min-height: auto;
    padding: 76px 13px;
  }

  .full-screen-wrapper-content.grid.special-3 {
    align-content: start;
    min-height: auto;
    padding: 76px 13px;
  }

  .full-screen-wrapper-content.grid.special-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: start;
    min-height: auto;
    margin-top: 0;
    padding: 76px 13px;
  }

  .products-image-2 {
    height: 400px;
    display: block;
  }

  .darkness-content.text-center {
    left: 0;
    right: 0;
  }

  .client-logo {
    width: auto;
    margin-right: 15vw;
  }

  .client-logo.first {
    width: auto;
    margin-right: 10vw;
  }

  .client-logo-image {
    height: 50px;
  }

  .client-logo-image.client-logo-nsw {
    height: 74px;
  }

  .client-logo-image.client-logo-nike {
    height: 45px;
  }

  .scroll-down-button-container {
    display: flex;
  }

  .logos-grid {
    align-content: space-between;
    margin-top: -26px;
  }

  .logo-grid-item {
    margin-top: 39px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 39px;
  }

  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }

  blockquote {
    margin-top: 2px;
    margin-bottom: 26px;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section.additional-bottom-space {
    padding-bottom: 52px;
  }

  .section.bg-dark.client-logos-section.track {
    z-index: 5;
  }

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

  .text-lead {
    font-size: 18px;
    line-height: 1.4;
  }

  .text-lead.no-bottom-space {
    font-size: 18px;
  }

  .text-lead.no-bottom-space.max-width-01 {
    line-height: 1.4;
  }

  .link-lead {
    font-size: 16px;
    line-height: 26px;
  }

  .button.button-large {
    width: 100%;
    min-width: auto;
  }

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

  .grid-quarters {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .card-body {
    padding: 19px;
  }

  .space-bottom {
    margin-bottom: 19px;
    line-height: 1.4;
  }

  .large-heading {
    font-size: 32px;
    line-height: 1.2;
  }

  .display-2, .display-1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .section-title {
    margin-bottom: 26px;
  }

  .section-title.no-bottom-space.no-margin-bottom {
    margin-bottom: 0;
  }

  .grid-halves {
    grid-template-columns: minmax(100%, 1fr);
  }

  .navbar-content {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand.w--current {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer {
    padding-top: 52px;
    padding-bottom: 26px;
  }

  .footer.bg-primary-2.compact-footer {
    padding-top: 26px;
  }

  .footer-1-top-row {
    margin-bottom: 39px;
  }

  .footer-menus-wrapper {
    flex-direction: column;
    margin-top: 26px;
  }

  .footer-1-bottom-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-1-menus {
    flex: none;
    margin-bottom: 39px;
  }

  .footer-fine-print {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 26px;
  }

  .nav-link-text {
    font-size: 14px;
  }

  .announcement-dismiss {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .horizontal-rule {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .footer-2-top-row {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }

  .footer-2-middle-row {
    margin-bottom: 26px;
  }

  .dropdown-content {
    padding: 6px 13px;
  }

  .dropdown-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .split-section-scrollable-wrapper {
    height: 380px;
  }

  .navbar-right-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .content-width-custom-02 {
    margin-bottom: 26px;
  }

  .flex-hero.section {
    z-index: 5;
    padding-top: 104px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-hero.container {
    width: 100%;
    max-width: none;
  }

  .heading-hero {
    font-size: 36px;
    line-height: 39px;
  }

  .heading-hero.max-width-01 {
    margin-bottom: 26px;
    font-size: 32px;
  }

  .transformed-hero {
    z-index: 5;
    perspective: none;
    perspective-origin: 0%;
    transform-origin: 0%;
    flex-flow: column wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .section-hero {
    padding-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .grid-hero {
    margin-top: -76px;
    position: relative;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .camera {
    top: 36px;
  }

  .col-inner {
    padding-left: 0;
    padding-right: 0;
    font-size: 80px;
  }

  .image-holder.img-3, .image-holder.img-2, .image-holder.img-5, .image-holder.img-4 {
    width: 65vw;
  }

  .fullscreen-wrapper {
    padding-bottom: 26px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .fullscreen-wrapper.no-top-space.horizontal {
    padding-bottom: 26px;
  }

  .products-image-1 {
    height: 250px;
  }

  .artisan-3 {
    object-fit: cover;
    height: 150px;
  }

  .artisan-2, .artisan-1 {
    height: 150px;
  }

  .full-screen-wrapper-content.grid {
    grid-column-gap: 0px;
  }

  .full-screen-wrapper-content.grid.special-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding: 65px 13px;
  }

  .full-screen-wrapper-content.grid.special-3 {
    padding: 65px 13px;
  }

  .full-screen-wrapper-content.grid.special-2 {
    margin-top: 0;
    padding: 65px 13px;
  }

  .special-line-break {
    display: none;
  }

  .layouts-left {
    max-width: 100vw;
    left: -60vw;
  }

  .layouts-right {
    max-width: 100vw;
    right: -60vw;
  }

  .layout {
    width: 100vw;
  }

  .layouts-section.bg-white {
    z-index: 4;
  }

  .darkness {
    border-radius: 50%;
    width: 55vw;
    height: 55vw;
  }

  .darkness-content.text-center {
    max-width: 100%;
    padding-left: 13px;
    padding-right: 13px;
  }

  .services-text.large-heading.special-line-height.no-margin-bottom {
    z-index: -1;
    position: relative;
  }

  .how-we-can-help-text {
    max-width: 90%;
  }

  .client-logo, .client-logo.first {
    width: auto;
  }

  .client-logo-image {
    height: 45px;
  }

  .client-logo-image.client-logo-samsung {
    height: 25px;
  }

  .client-logo-image.client-logo-nsw {
    height: 70px;
  }

  .client-logo-image.client-logo-nike, .client-logo-image.client-logo-gadgetguy {
    height: 40px;
  }

  .scroll-down-button-container {
    display: flex;
  }

  .logos-grid {
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
  }

  .logo-grid-item.logo-outseta {
    display: none;
  }

  .image {
    max-height: 40px;
  }
}

#w-node-_137ab228-7915-3a40-5b28-539c47476adf-12e4b56e {
  grid-area: 1 / 1 / 4 / 7;
  align-self: center;
}

#w-node-_137ab228-7915-3a40-5b28-539c47476ae8-12e4b56e {
  grid-area: 1 / 7 / 3 / 10;
  justify-self: end;
}

#w-node-_137ab228-7915-3a40-5b28-539c47476aec-12e4b56e {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-_137ab228-7915-3a40-5b28-539c47476aea-12e4b56e {
  grid-area: 1 / 10 / 4 / 13;
}

#w-node-_6c513cef-d3df-9632-b208-392bc3369efc-12e4b56e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_6c513cef-d3df-9632-b208-392bc3369f05-12e4b56e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5227-12e4b56e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5233-12e4b56e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: auto;
  justify-self: auto;
}

#w-node-_7bb586e1-09fb-3a6a-b733-ad8bfaac4077-faac4073 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_137ab228-7915-3a40-5b28-539c47476adf-12e4b56e {
    grid-area: 1 / 2 / 4 / 6;
    align-self: center;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476ae8-12e4b56e {
    grid-area: 1 / 6 / 3 / 10;
    justify-self: end;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476aec-12e4b56e {
    grid-area: 3 / 6 / 4 / 10;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476aea-12e4b56e {
    grid-area: 1 / 9 / 4 / 13;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369efc-12e4b56e {
    grid-area: 1 / 2 / 2 / 6;
    align-self: center;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369f05-12e4b56e {
    grid-area: 1 / 6 / 2 / 12;
  }

  #w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5227-12e4b56e {
    grid-area: 1 / 2 / 2 / 6;
    align-self: center;
  }

  #w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5233-12e4b56e {
    grid-area: 1 / 6 / 2 / 12;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_137ab228-7915-3a40-5b28-539c47476adf-12e4b56e {
    grid-area: span 2 / span 12 / span 2 / span 12;
    align-self: center;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476ae8-12e4b56e {
    grid-area: 3 / 1 / 4 / 7;
    justify-self: end;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476aec-12e4b56e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476aea-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: start;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369efc-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369f05-12e4b56e {
    grid-area: span 3 / span 12 / span 3 / span 12;
  }

  #w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5227-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5233-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_137ab228-7915-3a40-5b28-539c47476adf-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476ae8-12e4b56e {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: end;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476aec-12e4b56e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476aea-12e4b56e {
    grid-area: span 2 / span 12 / span 2 / span 12;
    align-self: center;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369efc-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369f05-12e4b56e {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5227-12e4b56e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-a227aadd-9cb6-6c6e-0f1b-b4934ceb5233-12e4b56e {
    grid-area: 2 / 1 / 5 / 5;
    align-self: end;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_137ab228-7915-3a40-5b28-539c47476adf-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_137ab228-7915-3a40-5b28-539c47476aea-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: start;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369efc-12e4b56e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_6c513cef-d3df-9632-b208-392bc3369f05-12e4b56e {
    grid-area: 2 / 1 / 3 / 13;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Tahi';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tahi';
  src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tahi';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tahi';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}