:root {
  --medium-black: #1a1a1b;
  --white: #fff;
  --dark-gray: #494949;
  --gray: #a3a3a3;
  --black: #000;
}

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

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

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

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

@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(--medium-black);
  color: var(--white);
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-family: Overused Grotesk, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-family: Overused Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-family: Overused Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-family: Overused Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-family: Overused Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-family: Overused Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 1.5rem;
}

a {
  text-decoration: underline;
  transition: opacity .35s;
}

a:hover {
  opacity: .76;
}

ul, ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 40px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.container {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 2rem;
  position: relative;
}

.container.style-guide {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.1rem;
  padding-bottom: 7.5rem;
}

.container.admin-hero {
  padding-top: 11.7rem;
  padding-bottom: 7rem;
}

.container.admin-hero.cms {
  padding-top: 9.8rem;
  padding-bottom: 7.8rem;
}

.container.home-hero {
  max-width: 100%;
  height: 100svh;
}

.container.below-hero-logos {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  max-width: 100%;
  padding: 0 0 0 1rem;
}

.container.home-intro {
  max-width: 100%;
  padding-bottom: 6rem;
}

.container.service-tabs {
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.works {
  max-width: 100%;
  padding: 3.6rem 0 0;
}

.container.reviews {
  padding-top: 11.9rem;
}

.container.inspiration-gallery {
  max-width: 100%;
  padding: 15rem 0 0;
}

.container.availability {
  padding-top: 9.9rem;
  padding-bottom: 4.3rem;
}

.container.hands {
  max-width: 100%;
  padding-top: 9.9rem;
  padding-left: 0;
  padding-right: 0;
}

.container.footer {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  max-width: 100%;
  padding: 0;
}

.container.bottom-cta {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.container.admin-body {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.1rem;
  padding-bottom: 7.5rem;
}

.section {
  position: relative;
}

.section.admin-hero {
  border-bottom: 1px solid var(--dark-gray);
  color: var(--white);
}

.section.home-hero {
  background-image: url('../images/sfdvsd_1sfdvsd.avif');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.overflow-hidden.footer {
  background-color: #2e2e2e;
}

.text-box._20rem {
  max-width: 20rem;
}

.text-box._20rem.tabs-services-sub {
  z-index: 4;
  margin-top: auto;
  position: relative;
}

.text-box.marquee-left-block {
  border-right: 1px solid var(--dark-gray);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.text-box.eyebrow-wrapper {
  margin-bottom: 14px;
}

.text-box.works-block-top {
  width: 100%;
}

.text-box.works-block-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-box._25rem.auto {
  margin-left: auto;
  margin-right: auto;
}

.text-box.home-intro-sub-paragraph {
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
}

.text-box.review {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.text-box._25rem {
  max-width: 25rem;
}

.text-box._33rem {
  max-width: 33rem;
}

.text-box._33rem.auto {
  margin-left: auto;
  margin-right: auto;
}

.style-guide-h2 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 55px;
  line-height: 1;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 5rem;
  line-height: 1;
}

.h1-heading.admin {
  margin-bottom: 1.2rem;
  font-size: 5rem;
  line-height: .9;
}

.h1-heading.no-margin, .h1-heading._404._02 {
  margin-bottom: 0;
}

.text-box-container.center-aligned {
  text-align: center;
}

.text-box-container.center-aligned.auto {
  margin-left: auto;
  margin-right: auto;
}

.text-box-container.home-hero {
  z-index: 5;
  margin-top: 31px;
  position: relative;
}

.spacer {
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.rich-text {
  text-align: left;
}

.style-guide-divider {
  background-color: #525252;
  width: 100%;
  height: 1px;
}

.detail-block {
  border-radius: 4px;
  padding: 34px 34px 34px 0;
}

.detail-block.medium-paddings {
  padding: 32px;
}

.detail-block.medium-paddings.template-tile {
  margin-top: 2rem;
  padding: 1rem;
}

.style-guide-subtext {
  opacity: .8;
  color: #c5c5c5;
  border-radius: 4px;
  margin-top: 26px;
  font-size: 14px;
}

.header-nav {
  z-index: 9999999;
  background-color: #ddd0;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.change-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 1.1rem;
  display: flex;
}

.paragraph.light-gray {
  color: #b8b8b8;
}

.buttons-holder {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.buttons-holder.inline {
  display: inline-block;
}

.button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #2c1457;
  text-align: center;
  background-color: #fff;
  border-radius: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper:hover {
  opacity: 1;
}

.button {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button:hover {
  opacity: 1;
}

.main-button-text {
  z-index: 10;
  background-color: #fff;
  border-radius: 100px;
  margin-right: -5px;
  padding: 11px 16px;
  font-family: Overused Grotesk, sans-serif;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.button-line-connector {
  z-index: 0;
  background-color: #fff;
  width: 16px;
  height: 12px;
  transition: transform 60ms;
  position: relative;
}

.round-icon-wrapper {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -5px;
  transition: transform 60ms;
  display: flex;
  position: relative;
}

.medium-black-circle {
  z-index: 0;
  background-color: var(--medium-black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 76%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plus-icon {
  width: 1.4rem;
  height: 1.4rem;
}

.image-wrapper.iphone-gif {
  max-width: 30rem;
  position: absolute;
  inset: 11% 0% auto auto;
  overflow: hidden;
}

.image-wrapper.iphone-hand {
  max-width: 90%;
  margin-right: auto;
  position: static;
  inset: auto 17% 0% auto;
}

.image-wrapper.angled-right-arrow {
  max-width: 1.1rem;
}

.image-wrapper.works-thumbnail {
  z-index: 5;
  width: 100%;
  height: 35rem;
  position: relative;
}

.image-wrapper.works-right-arrow {
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
}

.image-wrapper.review-logos {
  filter: invert();
  width: 6rem;
  max-width: 6rem;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.image-wrapper.app {
  min-width: 4rem;
  max-width: 4rem;
  min-height: 4rem;
  max-height: 4rem;
  position: absolute;
  overflow: hidden;
}

.image-wrapper.app._03 {
  inset: auto auto -14% 45%;
}

.image-wrapper.app._01 {
  inset: auto auto 0% 0%;
}

.image-wrapper.app._11 {
  inset: 0% 34% auto auto;
}

.image-wrapper.app._02 {
  inset: auto auto 13% 24%;
}

.image-wrapper.app._10 {
  inset: 13% auto auto 29%;
}

.image-wrapper.app._05 {
  inset: auto 14% 0% auto;
}

.image-wrapper.app._06 {
  inset: auto 6% 37% auto;
}

.image-wrapper.app._09 {
  inset: 3% auto auto 0%;
}

.image-wrapper.app._08 {
  inset: 8% 4% auto auto;
}

.content-image.flip-1 {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: relative;
}

.content-image.flip-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
}

.content-image.flip-3 {
  z-index: 4;
  width: 100%;
  height: 100%;
  display: none;
}

.content-image.flip-4 {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
}

.content-image.shadow {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-image._100 {
  width: 100%;
  height: 100%;
}

.content-image._100.cover-absolute {
  object-fit: cover;
  position: absolute;
}

.content-image._100.right-arrow {
  width: 1.5rem;
}

.content-image._100.block {
  display: block;
}

.content-image._100-width-height {
  width: 100%;
  height: 100%;
}

.content-image.right-arrow {
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
}

.marquee-horizontal-image {
  object-fit: cover;
  width: 100px;
  max-width: 100%;
  height: auto;
}

.marquee-horizontal-image.smallest {
  width: 100px;
}

.marquee-horizontal-image.smaller {
  width: 90px;
}

.grid-block._3d-rotating {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(.9);
}

.grid-block.relative {
  position: relative;
}

.grid-block.footer-get-in-touch {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.marquee-horizontal-panel-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.intro-logos-heading {
  color: var(--gray);
  font-size: 1.2rem;
  display: inline-block;
}

.marquee-horizontal-logo-holder {
  margin-right: 45px;
}

.marquee-horizontal-panel {
  opacity: .52;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.marquee-horizontal-panel._100-opacity {
  opacity: 1;
}

.intro-logos-grid {
  z-index: 6;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(265px, 1.75fr);
  max-width: 100%;
  position: relative;
}

.marquee-horizontal {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0%);
}

.heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.heading-grid.center-aligned {
  text-align: center;
}

.heading-grid.center-aligned.two-rows {
  grid-template-rows: auto auto auto;
}

.heading-grid.two-rows {
  grid-template-rows: auto auto;
}

.heading-grid.large-heading-bottom-padding {
  margin-bottom: 14.2rem;
}

.h2-heading {
  margin-top: 0;
  font-size: 5rem;
  line-height: 1;
}

.h2-heading.short-paragraph-size {
  font-size: 3.2rem;
}

.h2-heading.short-paragraph-size.larger-bottom-margin-intro {
  font-size: 4rem;
}

.eyebrow-dot {
  color: #a8a8a8;
  margin-left: 33px;
}

.light-gray {
  color: #a8a8a8;
}

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

.rotating-images-container {
  width: 18rem;
  height: 18rem;
  position: relative;
}

.rotating-images-wrapper {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0);
}

.rotating-image-item {
  background-color: #bebebe;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 22rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rotating-image-item._9 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._8 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._7 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._6 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._5 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._4 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._3 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 30rem);
}

.rotating-image-item._1 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 30rem);
}

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

._3d-rotating-grid-wrapper {
  transform: rotate(13deg);
}

._3d-rotating-grid-container {
  transform: scale(.7);
}

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

.vertical-features-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.vertical-features-block:hover {
  opacity: .79;
}

.vertical-features-block.not-active {
  opacity: .47;
}

.vertical-features-block.active {
  margin-top: 11px;
}

.vertical-feature-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.vertical-feature-grid-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border: 1px solid var(--dark-gray);
  flex-direction: column;
  width: 100%;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.features-content-grid-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.vertical-features-content-grid {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-features-grid-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.vertical-features-grid-block.left {
  border-right: 1px solid var(--dark-gray);
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem;
  position: relative;
}

.vertical-features-tab {
  font-family: Overused Grotesk, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

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

.button-container._100-width {
  justify-content: space-between;
  width: 100%;
}

.background-overlay-reveal {
  opacity: 0;
  height: 100%;
}

.button-02 {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding: .4rem .8rem .4rem .4rem;
  font-family: Overused Grotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-02._100-width {
  justify-content: space-between;
  width: 100%;
}

.button-02.gray {
  background-color: var(--gray);
}

.animated-button-text {
  z-index: 5;
  transition: transform 60ms;
  position: relative;
}

.animated-button-text._02 {
  position: absolute;
  top: 100%;
}

.works-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.content-block.works-grid-left {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--dark-gray);
  height: 100%;
  padding: 2rem;
}

.content-block.robot-hand {
  flex: 1;
}

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

.content-block.footer-middle-left {
  border-right: 1px solid var(--dark-gray);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.content-block.footer-middle-right {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/flag.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.works-grid-wrapper {
  margin-top: 6rem;
}

.works-content-block {
  border-top: 1px solid var(--dark-gray);
  border-right: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1.3rem;
  text-decoration: none;
  display: flex;
}

.works-content-block.no-bottom-border {
  color: var(--white);
  border-bottom-style: none;
  text-decoration: none;
}

.works-content-block.no-bottom-right-border {
  border-bottom-style: none;
}

.image-content-block.works {
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.h3-heading {
  margin-top: 0;
}

.h3-heading.works-title {
  margin-bottom: .6rem;
  font-size: 3rem;
}

.copyright {
  font-size: 1.6rem;
  top: -27px;
  left: 4px;
}

.type-of-work-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-top: 2rem;
  display: flex;
}

.type-of-work-bubble {
  color: #000;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 80px;
  padding: .4rem 1rem;
  font-size: .8rem;
  text-decoration: none;
}

.background-video-wrapper.promo-video {
  z-index: 5;
  width: 100%;
  height: 35rem;
  position: absolute;
}

.background-video._100.works {
  z-index: 15;
  height: 35rem;
}

.image-block-container.works {
  border-top: 1px solid var(--dark-gray);
  border-right: 1px solid var(--dark-gray);
  padding: 1rem;
}

.image-block-container.works.bottom-border {
  border-bottom: 1px solid var(--dark-gray);
}

.image-block-container.works.no-bottom-right-border {
  border-right-style: none;
}

._3d-rotating-holder {
  justify-content: flex-end;
  align-items: center;
  margin-top: 3.6rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky-text-box.services {
  z-index: 2;
  position: sticky;
  top: 24px;
}

.sticky-text-box.works {
  position: sticky;
  top: 26px;
}

.hidden-overlay-background {
  z-index: 3;
  background-color: var(--medium-black);
  pointer-events: none;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-paragraph {
  margin: 0;
  font-family: Overused Grotesk, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.testimonial-paragraph.homepage-01 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.review-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
}

.review-box-wrapper {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/black-white-grain-gradient-background-grunge-wall-texture-old-grunge-scratched-background.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.review-grid-02 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1rem;
  padding-bottom: 0;
}

.review-grids-container {
  margin-top: 5rem;
}

.review-middle-slider {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/black-white-grain-gradient-background-grunge-wall-texture-old-grunge-scratched-background.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.review-grid-03 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1rem;
  padding-bottom: 0;
}

.content-wrapper.app-list {
  padding-top: 19.8rem;
  padding-bottom: 18.9rem;
  position: relative;
}

.content-wrapper.robot-hands {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: 5rem;
  display: flex;
}

.content-wrapper.footer-slogan {
  justify-content: center;
  align-items: center;
  height: 19rem;
  padding: 2rem 3rem 3rem;
  display: flex;
}

.content-wrapper.footer-split-box {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  justify-content: center;
  align-items: center;
  height: 25rem;
  display: flex;
}

.content-wrapper.footer-bottom-menu {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.content-wrapper.footer-bottom-menu._02 {
  border-top-style: none;
}

.circle-button-text {
  text-align: center;
  letter-spacing: -.03em;
  font-size: 1.2rem;
  line-height: 1.1;
}

.background-color-overlay.circle-button-link-block {
  z-index: -1;
  opacity: 0;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 15rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-color-overlay.circle-button-link-block:hover {
  border-color: #fff;
}

.circle-button {
  z-index: 5;
  color: #000;
  background-color: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  text-decoration: none;
  transition: color .35s, border-color .35s, transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-button:hover {
  border-color: #fff;
}

.general-container-padding-left-right-padding {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sticky-text-box-wrapper.works {
  height: 100%;
  position: sticky;
  top: 0;
}

.inspiration-flex-mobile {
  width: 13.2vw;
}

.inspiration-list {
  transform-style: preserve-3d;
  flex-wrap: wrap;
  justify-content: center;
  width: 140%;
  display: flex;
  position: relative;
  left: -20%;
}

.inspiration-flex-aspect-desktop {
  padding-top: 61.5%;
  position: relative;
  overflow: hidden;
}

.inspiration-flex-item {
  flex: none;
  padding: 1%;
}

.inspiration-flex-image {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.inspiration-flex-wrapper {
  margin-top: 8.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inspiration-flex-card {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.inspiration-flex-aspect-mobile {
  padding-top: 188%;
  position: relative;
  overflow: hidden;
}

.inspiration-flex-desktop {
  width: 40vw;
}

.availability-boxes-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4.7rem;
}

.availability-box-wrapper {
  height: 14rem;
}

.availability-box-wrapper.taken {
  color: var(--black);
  background-image: url('../images/wefsd_1wefsd.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  padding: .6rem;
  display: flex;
}

.availability-box-wrapper.available {
  color: var(--white);
  background-color: #5882ff;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  padding: .6rem;
  display: flex;
}

.availability-title {
  color: #b1b1b1;
  flex-flow: column;
  font-family: Overused Grotesk, sans-serif;
  font-size: 3rem;
  line-height: .9;
  display: flex;
}

.availability-title.white {
  color: var(--white);
}

.availability-number {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.booked-bubble-wrapper {
  opacity: .35;
  border: 1px solid #000;
  border-radius: 80px;
  padding: .4rem 1.1rem;
}

.booked-bubble-wrapper.white {
  border-color: var(--white);
  opacity: 1;
}

.booked-bubble-container {
  margin-left: auto;
  display: inline-block;
}

.circle-button-container {
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
}

.marquee-horizontal-image-holder {
  width: 12rem;
  margin-right: 10px;
}

.marquee-horizontal-marquee-image {
  object-fit: cover;
  width: 100%;
}

.brand-slogan {
  letter-spacing: -.03em;
  font-family: Overused Grotesk, sans-serif;
  font-size: 8rem;
  line-height: 1;
}

.tm-symbol {
  letter-spacing: 0;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  top: -58px;
}

.footer-large-title {
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-family: Overused Grotesk, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.circle-arrow-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  min-height: 3rem;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.arrow-button-container {
  display: inline-block;
}

.contact-form-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-sub-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.social-link {
  color: #fff;
  background-color: #6b6b6b;
  border-radius: 80px;
  padding: 8px;
  transition: transform .35s, color .35s;
}

.social-link:hover {
  color: #000;
  transform: scale(1.1);
}

.footer-contact-form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  margin-top: .6rem;
  display: flex;
  overflow: hidden;
}

.footer-bottom-block {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.second-error-message {
  color: var(--black);
  border-radius: 5px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.cta {
  color: #fff;
  text-align: center;
  background-color: #2a3440;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 3.4rem;
  padding: 9px 26px;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .35s;
  display: flex;
}

.cta:hover {
  background-color: #fff;
}

.cta.footer-form {
  background-color: var(--medium-black);
  border-radius: 20px;
  margin-right: .4rem;
  transition: background-color .35s;
}

.cta.footer-form:hover {
  background-color: #3a3a3a;
}

.bottom-copyright-text-box {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  display: flex;
}

.footer-link-grid-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  display: flex;
}

.contact-icon-wrapper {
  color: #6173e5;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
  position: absolute;
  inset: 8px auto 8px 8px;
}

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

.social-group.blog {
  margin-top: 1.8rem;
}

.footer-contact-form-container {
  margin-bottom: 0;
}

.footer-contact-form-input {
  color: #2a3440;
  border: 1px #000;
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  padding: 12px 12px 12px 48px;
  font-size: 1rem;
  transition: border-color .2s, border .35s;
}

.footer-contact-form-input:focus {
  border-style: solid;
  border-color: #44c4ff;
}

.footer-contact-form-input::placeholder {
  color: #686868;
}

.footer-inner-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.9rem;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 4rem;
}

.success-message-02 {
  color: #fff;
  text-align: center;
  background-color: #4bbd7e;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-links-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.footer-links-wrapper.bottom {
  flex-flow: row;
}

.footer-link {
  color: #919191;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
  transition: color .35s;
}

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

.footer-link.small {
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
}

.field-input {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.field-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block {
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block.footer-copyright {
  color: #919191;
  margin-bottom: 0;
  font-size: .8rem;
  text-decoration: none;
}

.text-block.footer-contact-info {
  color: #919191;
}

.footer-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
}

.footer-form-wrap {
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link.gray {
  color: #8d8d8d;
  text-decoration: none;
}

.footer-bottom {
  width: 100%;
}

.navigation-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.header-navigation-button-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.header-navigation-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  display: flex;
}

.header-navigation-menu-dropdown {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 1.425rem;
  display: flex;
  position: relative;
}

.header-navigation-menu-container {
  z-index: 5;
  background-color: var(--black);
  border-radius: .625rem;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3.4rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-navigation-button {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #c33f40;
  background-color: #ebd8c1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-navigation-button.general {
  background-color: var(--white);
  color: var(--black);
  height: auto;
  padding: .6rem 2.5rem;
  transition: color .35s, background-color .35s;
}

.header-navigation-button.general:hover {
  opacity: 1;
  color: var(--white);
  background-color: #5a5a5a;
}

.nav-menu-line {
  background-color: #c33f40;
  width: 100%;
  height: .125rem;
}

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

.navbar-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  letter-spacing: .02rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1rem;
  font-family: Overused Grotesk, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar-link:hover {
  opacity: 1;
}

.header-navigation-overaly {
  z-index: 5;
  cursor: pointer;
  background-color: #ffffff4f;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-container.small-padding {
  padding-top: 1rem;
}

.header-navigation-toggle {
  z-index: 100;
  background-color: #ebd8c1;
  border: .0625rem #c33f40;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: flex;
}

.header-navigation-toggle.white-toggle {
  background-color: var(--white);
  flex: none;
  width: 3rem;
  height: 3rem;
}

.overflow-clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: .0625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.angled-right-arrow-button {
  justify-content: center;
  align-items: center;
  padding: .125rem;
  display: flex;
}

.angled-right-arrow-button.arrow-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.line-spacer {
  height: .325rem;
}

.header-navigation {
  z-index: 99999;
  opacity: 1;
  color: #000;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-menu-02 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.header-navigation-dropdown-list.w--open {
  background-color: #ddd0;
  margin-top: -1rem;
  margin-right: -1rem;
  position: absolute;
  bottom: auto;
}

.navigation-brand-logo-link {
  z-index: 100;
  color: #f5e2ca;
  font-variation-settings: "wght" 400;
  letter-spacing: .05rem;
  text-transform: uppercase;
  align-items: center;
  width: 3rem;
  padding-left: 0;
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.navigation-brand-logo-link.w--current {
  width: 9rem;
  transition: opacity .3s;
}

.navigation-brand-logo-link.w--current:hover {
  opacity: .63;
}

.header-navigation-menu-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  min-width: 25rem;
  display: grid;
}

.navigation-content {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 4rem;
  display: flex;
  position: static;
}

.navigation-content.left-block {
  z-index: 100;
  align-items: center;
  padding-top: 13px;
  position: relative;
}

.button-text {
  line-height: 1;
}

.button-text.dont-shrink {
  flex: none;
}

.above-footer-cta-container {
  max-width: 100%;
  min-height: 100%;
}

.form-personal-details-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
}

.form-field-heading {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1em;
}

.success-message-container {
  background-color: #ddd0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

.cta-form-grid {
  grid-column-gap: 93px;
  grid-template-rows: auto;
}

.check-box-text {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 24px;
  display: flex;
  position: relative;
}

.check-box-text:active {
  background-color: #8b54c21a;
  border-color: #8b54c2;
}

.checkbox-field {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 11px 32px;
  transition: opacity .2s;
  position: relative;
}

.checkbox-field:hover {
  opacity: .88;
}

.form-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.success-message-wrapper {
  color: #000;
  background-color: #fac3ff;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 57px;
}

.background-image-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.background-image-wrapper.footer-cta {
  background-color: var(--medium-black);
  color: #fff;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.success-message-text {
  font-size: 18px;
  line-height: 1.3em;
}

.checkbox {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .325s;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:hover {
  color: #000;
  background-color: #5f5f5f;
}

.checkbox:active {
  background-color: #464646;
}

.checkbox.w--redirected-checked {
  background-color: #5f5f5f;
  background-image: none;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #929292;
}

.error-message-02 {
  color: #000;
  text-align: center;
  background-color: #ff8383;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #2a3440;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.form-button.submit {
  color: #000;
  background-color: #cacaca;
  border-radius: 8px;
  margin-top: 2rem;
  font-weight: 400;
  transition: opacity .35s;
}

.form-button.submit:hover {
  opacity: .76;
}

.form-row-wrap {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.form-text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  transition: border-color .225s;
}

.form-text-field:focus {
  border: 2px solid #fff;
}

.form-text-field::placeholder {
  color: #fff;
}

.general-image-wrapper.license {
  border-radius: 11px;
  width: 115px;
  height: 115px;
  overflow: hidden;
}

.general-image-wrapper.license.inverted {
  filter: invert();
}

.admin-text-block {
  color: #2c1457;
  line-height: 145%;
}

.admin-content-wrapper {
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
}

.admin-sub-page-h2-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5.5rem;
}

.admin-sub-page-h2-heading.admin {
  font-size: 2.5rem;
  line-height: 1.1;
}

.admin-divider {
  background-color: #c4c4c4;
  width: 100%;
  height: .0625rem;
}

.admin-paragraph {
  margin-bottom: 0;
}

.admin-info-wrapper {
  border: 1px solid #a1a1a1;
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.admin-text-link:hover {
  color: #f54f95;
}

.admin-text-link.gray {
  color: #707070;
}

.admin-text-link.gray:hover {
  opacity: .69;
}

.admin-text-link.gray {
  color: #c4c4c4;
  transition: color .35s, opacity .35s;
}

.admin-text-link.gray:hover {
  opacity: .69;
  color: var(--white);
}

.license-images-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 41px;
  display: flex;
}

.license-images-container.invert {
  filter: invert();
}

.admin-content-image._100-width-height {
  width: 100%;
  height: 100%;
}

.admin-content-image._100-width-height.cover {
  object-fit: cover;
}

.admin-content-image._100-width-height.inverted {
  filter: invert();
}

.licenses-link-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 6px;
  display: flex;
}

.licenses-link-container.fonts {
  flex-flow: column;
}

.work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

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

.utility-page-content.password {
  width: 550px;
}

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

.utility-page-form.password {
  text-align: left;
}

.footer-logo {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    margin-top: 1rem;
    margin-bottom: 1.3rem;
  }

  .container.inspiration-gallery {
    padding-top: 6rem;
  }

  .navigation-brand-logo-link.w--current {
    width: 9rem;
  }

  .bold-text {
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 87.5rem;
  }

  .h1-heading {
    font-size: 5rem;
  }

  .image-wrapper.iphone-gif {
    max-width: 40rem;
  }

  .image-wrapper.iphone-hand {
    max-width: 85%;
  }

  .image-wrapper.works-thumbnail {
    height: 38rem;
  }

  .image-wrapper.app {
    min-width: 5rem;
    max-width: 5rem;
    min-height: 5rem;
    max-height: 5rem;
  }

  .h2-heading {
    font-size: 6rem;
    line-height: 1;
  }

  .image-content-block.works, .background-video-wrapper.promo-video, .background-video._100.works {
    height: 38rem;
  }

  .general-container-padding-left-right-padding {
    max-width: 87.5rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 5.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 122rem;
  }

  .container.home-intro {
    padding-bottom: 1rem;
  }

  .container.works {
    padding-top: 4rem;
  }

  .h1-heading {
    font-size: 6rem;
  }

  .image-wrapper.iphone-gif {
    max-width: 50rem;
    top: 5%;
  }

  .image-wrapper.iphone-hand {
    max-width: 70%;
    bottom: -5%;
    right: 8%;
  }

  .intro-logos-grid {
    grid-template-columns: .5fr minmax(265px, 3.5fr);
  }

  .h2-heading {
    font-size: 6.5rem;
  }

  .h2-heading.short-paragraph-size.larger-bottom-margin-intro {
    font-size: 5rem;
  }

  ._3d-rotating-grid-container {
    transform: scale(1);
  }

  .vertical-feature-grid-wrapper {
    margin-top: 9.4rem;
  }

  .vertical-features-content-grid {
    height: 65rem;
  }

  .vertical-features-grid-block.left {
    min-width: 70%;
    max-width: 100%;
  }

  .vertical-features-tab {
    font-size: 4.5rem;
  }

  ._3d-rotating-holder {
    margin-top: 6.6rem;
    margin-bottom: 9.6rem;
  }

  .content-wrapper.app-list {
    padding-top: 19.2rem;
    padding-bottom: 23.4rem;
  }

  .general-container-padding-left-right-padding {
    max-width: 122rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 6.5rem;
  }

  .utility-page-content.password {
    width: 650px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.admin-hero {
    padding-top: 9.9rem;
  }

  .container.apps {
    padding-bottom: 8.2rem;
  }

  .container.inspiration-gallery {
    padding-top: 9rem;
  }

  .section.no-overflow-tablet {
    overflow: hidden;
  }

  .text-box._25rem {
    min-width: 25rem;
  }

  .header-nav {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    top: 1%;
  }

  .image-wrapper.iphone-gif {
    inset: auto 0% 13% auto;
  }

  .image-wrapper.iphone-hand {
    width: 100%;
    right: 14%;
  }

  .image-wrapper.angled-right-arrow {
    margin-right: 1rem;
  }

  .image-wrapper.works-right-arrow {
    display: none;
  }

  .image-wrapper.app._11 {
    top: -71%;
    right: 7%;
  }

  .image-wrapper.app._06 {
    display: none;
  }

  .marquee-horizontal-image {
    width: 115px;
  }

  .marquee-horizontal-image.smallest, .marquee-horizontal-image.smaller {
    width: 90px;
  }

  .marquee-horizontal-logo-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .marquee-horizontal-panel {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .marquee-horizontal-panel._100-opacity {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .intro-logos-grid {
    grid-template-columns: 1.25fr minmax(265px, 1.75fr);
  }

  .marquee-horizontal.homepage-01 {
    display: block;
  }

  .h2-heading {
    font-size: 4rem;
  }

  .vertical-feature-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .75fr 1fr;
  }

  .vertical-features-content-grid {
    height: 38rem;
  }

  .vertical-features-tab {
    font-size: 2.2rem;
  }

  .button-02._100-width {
    padding-right: 0;
  }

  .works-grid-wrapper {
    margin-top: 9.2rem;
  }

  .content-wrapper.footer-bottom-menu, .general-container-padding-left-right-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .inspiration-flex-wrapper {
    margin-top: 5rem;
  }

  .availability-title {
    font-size: 2.3rem;
  }

  .availability-number {
    font-size: 1.5rem;
  }

  .marquee-horizontal-image-holder {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .marquee-horizontal-marquee-image {
    width: 115px;
  }

  .brand-slogan {
    font-size: 4.5rem;
  }

  .tm-symbol {
    font-size: 1.5rem;
    top: -46px;
  }

  .footer-link-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner-content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-links-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cta-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-content-wrapper {
    padding-top: 3.1rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 5rem;
  }

  .admin-info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.style-guide {
    padding-bottom: 4.9rem;
  }

  .container.admin-hero {
    padding-top: 9.1rem;
    padding-bottom: 5.7rem;
  }

  .container.admin-hero.cms {
    padding-bottom: 7.6rem;
  }

  .container.below-hero-logos {
    padding-left: 0;
  }

  .container.reviews {
    padding-top: 7.4rem;
  }

  .container.admin-body {
    padding-bottom: 4.9rem;
  }

  .text-box.marquee-left-block {
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .h1-heading {
    font-size: 4rem;
  }

  .h1-heading.admin {
    font-size: 6rem;
  }

  .spacer {
    height: 32px;
  }

  .image-wrapper.iphone-hand {
    position: static;
  }

  .image-wrapper.iphone-hand._02 {
    display: none;
  }

  .image-wrapper.works-thumbnail {
    height: 20rem;
  }

  .image-wrapper.app._03 {
    bottom: -4%;
    left: 60%;
  }

  .image-wrapper.app._11 {
    right: 33%;
  }

  .image-wrapper.app._02 {
    bottom: 17%;
    left: 30%;
  }

  .image-wrapper.app._05 {
    bottom: 15%;
  }

  .grid-block.display-none-large-mobile {
    display: none;
  }

  .intro-logos-grid {
    grid-template-columns: 1.25fr;
    padding-bottom: 19px;
  }

  .marquee-horizontal.homepage-01 {
    padding-top: .9em;
    padding-bottom: 0;
  }

  .heading-grid.large-heading-bottom-padding.center-aligned {
    margin-bottom: 0;
  }

  .h2-heading {
    font-size: 3.5rem;
  }

  .h2-heading.short-paragraph-size.larger-bottom-margin-intro {
    font-size: 3.2rem;
  }

  .vertical-feature-grid {
    grid-column-gap: 5rem;
    grid-row-gap: .4rem;
    grid-template-columns: 1fr;
  }

  .vertical-feature-grid-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 5.1rem;
    padding-bottom: 0;
  }

  .features-content-grid-block {
    flex: 0 auto;
    height: 31rem;
    padding-bottom: 0;
  }

  .features-content-grid-block._3, .features-content-grid-block._2 {
    display: none;
  }

  .vertical-features-content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 100%;
    overflow: visible;
  }

  .vertical-features-tab {
    font-size: 3rem;
  }

  .works-content-block, .works-content-block.no-bottom-border {
    border-right-style: none;
  }

  .image-content-block.works, .background-video-wrapper.promo-video, .background-video._100.works {
    height: 20rem;
  }

  .image-block-container.works {
    border-right-style: none;
  }

  .image-block-container.works.bottom-border {
    border-top-style: none;
  }

  .sticky-text-box.services {
    margin-bottom: 1.4rem;
    position: static;
  }

  .testimonial-paragraph.homepage-01 {
    font-size: 1.3rem;
  }

  .content-wrapper.footer-slogan {
    height: 14rem;
  }

  .content-wrapper.footer-bottom-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .circle-button {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    inset: auto auto 27% 0%;
  }

  .general-container-padding-left-right-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inspiration-list {
    transform: scale3d(1none, 1none, 1none);
  }

  .availability-boxes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-slogan {
    font-size: 3rem;
  }

  .tm-symbol {
    font-size: 1.2rem;
    top: -28px;
  }

  .footer-large-title {
    font-size: 2.6rem;
  }

  .footer-link-grid-block {
    grid-column-gap: 0px;
    grid-row-gap: 41px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 34px;
    display: grid;
  }

  .footer-inner-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .footer-links-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-form-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 26px;
  }

  .admin-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 5rem;
  }

  .license-images-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .work-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.style-guide {
    padding-bottom: 3.6rem;
  }

  .container.admin-hero {
    padding-top: 8.5rem;
    padding-bottom: 3.2rem;
  }

  .container.admin-hero.cms {
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
  }

  .container.home-hero {
    height: 130svh;
    padding-top: 2.9rem;
  }

  .container.home-intro {
    padding-top: 3.7rem;
  }

  .container.service-tabs {
    padding-top: 1.3rem;
  }

  .container.works {
    padding-top: 2.8rem;
  }

  .container.reviews {
    padding-bottom: 1.2rem;
  }

  .container.inspiration-gallery {
    padding-top: 1.4rem;
  }

  .container.availability {
    padding-top: 4.2rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container.hands {
    padding-top: 4.9rem;
  }

  .container.admin-body {
    padding-bottom: 3.6rem;
  }

  .text-box {
    grid-template-columns: 1fr 1fr;
  }

  .text-box._25rem {
    min-width: auto;
  }

  .text-box.mobile-right-container-padding {
    padding-right: 1rem;
  }

  .style-guide-h2 {
    font-size: 42px;
  }

  .h1-heading {
    font-size: 3rem;
  }

  .h1-heading.admin {
    font-size: 3.2rem;
  }

  .change-text-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph.light-gray.no-margin-mobile {
    margin-bottom: 0;
  }

  .button-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-wrapper.iphone-gif {
    bottom: 10%;
  }

  .image-wrapper.iphone-hand {
    width: auto;
    max-width: 23rem;
  }

  .image-wrapper.app._03 {
    bottom: -2%;
    left: 72%;
  }

  .image-wrapper.app._11 {
    display: none;
  }

  .image-wrapper.app._02 {
    bottom: 19%;
    left: 7%;
  }

  .image-wrapper.app._05 {
    bottom: 10%;
    right: 46%;
  }

  .image-wrapper.app._06 {
    display: block;
    inset: 0% 39% auto auto;
  }

  .grid-block.display-none-mobile {
    display: none;
  }

  .intro-logos-heading {
    padding-left: 81px;
    font-size: 1.1rem;
  }

  .marquee-horizontal.homepage-01 {
    margin-left: -20px;
  }

  .h2-heading {
    font-size: 3rem;
  }

  .h2-heading.short-paragraph-size.larger-bottom-margin-intro {
    font-size: 2.5rem;
  }

  .vertical-features-block.not-active {
    opacity: 1;
  }

  .vertical-feature-grid-wrapper {
    padding-top: 1.6rem;
  }

  .features-content-grid-block {
    justify-content: space-between;
    height: 20rem;
    padding-top: 1rem;
  }

  .vertical-features-tab {
    font-size: 2.3rem;
  }

  .works-grid {
    display: flex;
  }

  .content-block.footer-middle-left {
    border-right-style: none;
    width: 100%;
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .content-block.footer-middle-right {
    width: 100%;
    min-height: 20rem;
  }

  .works-grid-wrapper {
    margin-top: 4.6rem;
  }

  ._3d-rotating-holder {
    margin-top: 1.2rem;
  }

  .testimonial-paragraph.homepage-01 {
    font-size: 1.4rem;
  }

  .review-grid-01 {
    flex-flow: column;
    display: flex;
  }

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

  .review-middle-slider.display-none-mobile, .review-grid-03 {
    display: none;
  }

  .content-wrapper.app-list {
    padding-top: 15rem;
    padding-bottom: 16.6rem;
  }

  .content-wrapper.robot-hands {
    flex-flow: column;
  }

  .content-wrapper.footer-split-box {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .inspiration-flex-mobile {
    width: 18.5vw;
  }

  .inspiration-list {
    width: 155%;
  }

  .inspiration-flex-aspect-desktop {
    padding-top: 65.5%;
  }

  .inspiration-flex-desktop {
    width: 55vw;
  }

  .availability-boxes-grid {
    padding-bottom: 17px;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .availability-box-wrapper.taken, .availability-box-wrapper.available {
    width: 200px;
  }

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

  .footer-large-title {
    font-size: 2.3rem;
  }

  .footer-contact-form-wrapper {
    background-color: #fff0;
    border-style: none;
    flex-direction: column;
    width: 100%;
  }

  .footer-bottom-block {
    padding-bottom: 0;
  }

  .cta.footer-form {
    width: 100%;
    margin-top: .6rem;
  }

  .cta.footer-form:hover {
    color: #000;
    background-color: #fff;
  }

  .bottom-copyright-text-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-link-grid-block {
    grid-column-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-contact-form-container {
    width: 100%;
  }

  .footer-contact-form-input {
    border-width: 1px;
    border-color: #2a3440;
    border-radius: 20px;
  }

  .footer-links-wrapper.bottom {
    justify-content: space-between;
  }

  .field-input {
    width: 100%;
  }

  .header-navigation-menu-dropdown {
    margin-left: 0;
  }

  .header-navigation-menu-container {
    padding-top: 1.8rem;
  }

  .header-navigation-button.general {
    display: none;
  }

  .navbar-link {
    flex-flow: row-reverse;
    display: flex;
  }

  .header-navigation-dropdown-list {
    width: 100svw;
    min-width: 100%;
    margin-right: 1rem;
    right: 1rem;
  }

  .header-navigation-dropdown-list.w--open {
    margin-top: 3.5rem;
    padding-left: .8rem;
  }

  .navigation-brand-logo-link.w--current {
    width: 7rem;
  }

  .header-navigation-menu-grid {
    flex-flow: column;
    min-width: auto;
    display: flex;
  }

  .navigation-content {
    height: 3rem;
  }

  .navigation-content.left-block {
    height: 3rem;
    padding-top: 0;
  }

  .form-personal-details-grid {
    grid-template-columns: 1fr;
  }

  .cta-form-grid {
    flex-flow: column;
    display: flex;
  }

  .checkbox-field {
    width: 100%;
    margin-bottom: 12px;
  }

  .success-message-wrapper {
    max-width: 100%;
  }

  .form-row-wrap {
    margin-bottom: 0;
  }

  .general-image-wrapper.license {
    width: 90px;
    height: 90px;
  }

  .admin-content-wrapper {
    padding-bottom: 3.1rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 3.5rem;
  }

  .admin-sub-page-h2-heading.admin {
    font-size: 1.8rem;
  }

  .admin-info-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .license-images-container {
    grid-column-gap: 19px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .licenses-link-container {
    flex-direction: column;
  }

  .work-grid {
    width: 100%;
  }
}

#w-node-f49e2f74-23e2-72f8-426a-cf10c4c4d949-b4f127be, #w-node-f49e2f74-23e2-72f8-426a-cf10c4c4d94f-b4f127be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_94455406-ce5c-9f75-3913-14179999ddd7-b4f127be {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_3cdf68fe-abf6-9074-36ce-d35baaf3dda9-b4f127be {
  grid-area: span 1 / span 13 / span 1 / span 13;
}

#w-node-c4b29b3c-6a75-f0f8-b6e8-bc363ea25a32-b4f127be {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-b2886123-e61a-0b57-4d4b-bb4123ae9a37-b4f127be {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-b378df0f-0d95-bd12-d9c3-c7756e6bf7be-b4f127be {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6cb88d13-517d-d753-3e17-8ac3c1d93614-b4f127be {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b44033f5-d41b-4e1b-de21-cfec5afecc29-b4f127be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f52d98a6-4e45-bfda-1e3f-cdc5447adbd5-b4f127be {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_1409d665-d607-1118-7eed-3cfbfe4b122b-fe4b1196, #w-node-_1409d665-d607-1118-7eed-3cfbfe4b122c-fe4b1196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1409d665-d607-1118-7eed-3cfbfe4b1239-fe4b1196 {
  justify-self: end;
}

#w-node-e4fbf0eb-6cd8-20f2-18f6-3d40e47bef58-e47bef2c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4fbf0eb-6cd8-20f2-18f6-3d40e47bef5d-e47bef2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4fbf0eb-6cd8-20f2-18f6-3d40e47bef61-e47bef2c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4fbf0eb-6cd8-20f2-18f6-3d40e47bef66-e47bef2c, #w-node-_533bfd4a-708f-f734-40e4-91f6ad9583d4-b4f127c0, #w-node-_533bfd4a-708f-f734-40e4-91f6ad9583d5-b4f127c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533bfd4a-708f-f734-40e4-91f6ad9583e2-b4f127c0 {
  justify-self: end;
}

#w-node-_533bfd4a-708f-f734-40e4-91f6ad9583d4-b4f127c1, #w-node-_533bfd4a-708f-f734-40e4-91f6ad9583d5-b4f127c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533bfd4a-708f-f734-40e4-91f6ad9583e2-b4f127c1 {
  justify-self: end;
}

#w-node-b3077553-bb30-2107-3514-238658a4507f-58a45061, #w-node-b3077553-bb30-2107-3514-238658a45080-58a45061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3077553-bb30-2107-3514-238658a4508d-58a45061 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-b2886123-e61a-0b57-4d4b-bb4123ae9a37-b4f127be {
    grid-area: 1 / 4 / 2 / 11;
  }

  #w-node-b378df0f-0d95-bd12-d9c3-c7756e6bf7be-b4f127be {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-f52d98a6-4e45-bfda-1e3f-cdc5447adbd5-b4f127be {
    grid-area: 1 / 4 / 2 / 11;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_94455406-ce5c-9f75-3913-14179999ddd7-b4f127be {
    grid-area: 1 / 3 / 2 / 12;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b2886123-e61a-0b57-4d4b-bb4123ae9a37-b4f127be {
    grid-area: 1 / 1 / 2 / 14;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b378df0f-0d95-bd12-d9c3-c7756e6bf7be-b4f127be {
    grid-area: span 1 / span 13 / span 1 / span 13;
  }

  #w-node-b3101567-c9b3-2213-dc55-234cb3e85f03-b4f127be, #w-node-b44033f5-d41b-4e1b-de21-cfec5afecc34-b4f127be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f52d98a6-4e45-bfda-1e3f-cdc5447adbd5-b4f127be {
    grid-area: 1 / 1 / 2 / 14;
  }

  #w-node-_1409d665-d607-1118-7eed-3cfbfe4b1239-fe4b1196, #w-node-_533bfd4a-708f-f734-40e4-91f6ad9583e2-b4f127c0, #w-node-_533bfd4a-708f-f734-40e4-91f6ad9583e2-b4f127c1, #w-node-b3077553-bb30-2107-3514-238658a4508d-58a45061 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94455406-ce5c-9f75-3913-14179999ddd7-b4f127be {
    grid-area: 1 / 1 / 2 / 14;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/OverusedGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/OverusedGrotesk-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}