body {
  background-color: #0d0d0d;
  font-family: "Red hat display";
  color: #fff;
  font-size: 1vw;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 9em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 6em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.5em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-bottom: 0px;
  padding-left: 20px;
}

ol {
  margin-bottom: 0px;
  padding-left: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 0px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-size: 4em;
  line-height: 1;
  font-weight: 300;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.section {
  padding-top: 9em;
  padding-bottom: 9em;
}

.section.padding-bottom-0 {
  min-width: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 9em;
  padding-bottom: 9em;
}

.section.padding-0 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 42em;
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5em;
}

.section.story {
  background-color: #121212;
}

.section.footer {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.section.hero {
  padding-top: 4em;
  padding-bottom: 0em;
}

.container {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
}

.container.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-quarters {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(49, 49, 49, 0.6);
  line-height: 1.4px;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.about {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.blog {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.licenses {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-display-1 {
  font-family: Aprello, sans-serif;
  font-size: 8em;
  text-transform: none;
}

.text-display-1.line-1 {
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.text-display-1.line-2 {
  line-height: 1.1;
  text-align: center;
  text-transform: lowercase;
}

.grid-thirds {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  margin-top: 3em;
  padding: 1.125em 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #d42121;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-family: Aprello, sans-serif;
  font-size: 2.5em;
  text-transform: none;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-family: Aprello, sans-serif;
  font-size: 2em;
  text-transform: none;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-family: Aprello, sans-serif;
  font-size: 1.75em;
  text-transform: none;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-family: Aprello, sans-serif;
  font-size: 1.5em;
  text-transform: none;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-family: Aprello, sans-serif;
  font-size: 1.25em;
  text-transform: none;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-family: Aprello, sans-serif;
  font-size: 1em;
  text-transform: none;
}

.rich-text p {
  margin-bottom: 32px;
  font-family: Aprello, sans-serif;
  color: #999;
  font-size: 1.125em;
  line-height: 1.5;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  margin-bottom: 32px;
  padding-left: 20px;
  font-family: Aprello, sans-serif;
  color: #999;
}

.rich-text ol {
  overflow: visible;
  font-family: Aprello, sans-serif;
  color: #999;
}

.rich-text figcaption {
  margin-top: 12px;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-family: Aprello, sans-serif;
  font-size: 2em;
  font-weight: 100;
}

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

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.accent-01 {
  background-color: #d42121;
}

.style-guide-color.black-01 {
  border-style: solid;
  border-width: 1px;
  border-color: #1c1c1c;
  background-color: #0d0d0d;
}

.style-guide-color.black-02 {
  background-color: #121212;
}

.style-guide-color.black-03 {
  background-color: #1c1c1c;
}

.style-guide-color.grey-01 {
  background-color: #999;
}

.style-guide-color.white-01 {
  background-color: #fff;
}

.style-guide-color.grey-02 {
  background-color: #3d3d3d;
}

.nav-link {
  margin-left: 1.5em;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #999;
}

.text-display-2 {
  font-family: Aprello, sans-serif;
  font-size: 6em;
  text-align: center;
  text-transform: none;
}

.text-display-3 {
  font-family: Aprello, sans-serif;
  font-size: 4em;
  text-align: center;
  text-transform: none;
}

.text-display-4 {
  font-family: Aprello, sans-serif;
  font-size: 3.5em;
  text-transform: none;
}

.text-display-5 {
  font-family: Aprello, sans-serif;
  font-size: 2.5em;
  text-transform: none;
}

.text-display-5.small-heading {
  text-align: center;
}

.text-display-6 {
  font-family: Aprello, sans-serif;
  font-size: 2em;
  text-transform: none;
}

.text-display-7 {
  font-family: Aprello, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: none;
}

.text-display-7.logo-heading {
  text-align: center;
}

.text-body-1 {
  font-family: Aprello, sans-serif;
  font-size: 4em;
  line-height: 1;
  font-weight: 100;
  letter-spacing: -0.03em;
}

.text-body-2 {
  font-family: Aprello, sans-serif;
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.paragraph {
  font-family: Aprello, sans-serif;
  letter-spacing: -0.01em;
}

.text-micro-1 {
  font-family: Aprello, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.text-micro-1.spaced {
  letter-spacing: 0.05em;
}

.text-micro-2 {
  font-family: Aprello, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.nav-btn {
  display: none;
}

.logo-img {
  height: 1.5em;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style-type: none;
}

.logo-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: Aprello, sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: auto;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gradient {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  -webkit-filter: blur(160px);
  filter: blur(160px);
}

.gradient.home-hero {
  position: absolute;
  width: 100%;
  height: 42em;
  -webkit-filter: blur(160px);
  filter: blur(160px);
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.gradient.cta {
  height: 50em;
  text-align: center;
}

.gradient.blog {
  height: 42em;
  margin-top: 5em;
  text-align: center;
}

.gradient.slide-wrap {
  height: 42em;
  text-align: center;
}

.reel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reel.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5em;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
}

.reel.work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
}

.reel.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)
  );
}

.title-1 {
  margin-bottom: 6em;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.spacer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer-icon {
  width: 1em;
  height: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.spacer-icon.rec {
  background-color: #d42121;
}

.spacer-line {
  height: 1px;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.col {
  width: 100%;
}

.col._11-20 {
  max-width: 55%;
}

.col._10-20 {
  max-width: 50%;
}

.col._6-20 {
  max-width: 30%;
}

.col._8-20 {
  max-width: 40%;
}

.col._3-20 {
  max-width: 15%;
}

.col._9-20 {
  max-width: 45%;
}

.col._5-20 {
  max-width: 25%;
}

.col._2-20 {
  max-width: 10%;
}

.col._12-20 {
  max-width: 60%;
}

.col._7-20 {
  max-width: 35%;
}

.col._1-20 {
  max-width: 5%;
}

.col._4-20 {
  max-width: 20%;
}

.col._13-20 {
  max-width: 65%;
}

.col._14-20 {
  max-width: 70%;
}

.col._15-20 {
  max-width: 75%;
}

.col._16-20 {
  max-width: 80%;
}

.col._17-20 {
  max-width: 85%;
}

.col._18-20 {
  max-width: 90%;
}

.col._19-20 {
  max-width: 95%;
}

.col._20-20 {
  max-width: 100%;
}

.style-guide-block {
  height: 4em;
  background-color: #999;
}

.o-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-right: 8em;
  padding-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.company {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.slider-wrap {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.story-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.story-title {
  margin-bottom: 5em;
}

.row.work {
  display: -ms-grid;
  display: grid;
  margin-top: 5em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row.hero-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.row.template {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.row.new {
  display: -ms-grid;
  display: grid;
  padding-right: 10em;
  padding-left: 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.company-title {
  margin-bottom: 2.5em;
}

.grey-01 {
  color: #999;
}

.company-text {
  width: 100%;
  max-width: 296px;
}

.about-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0em;
  background-color: transparent;
}

.track-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.track-icon {
  width: 0.75em;
  height: 0.75em;
  margin-right: 1.5em;
  margin-left: 1.5em;
  border-radius: 50%;
  background-color: #d42121;
}

.story-text {
  width: 100%;
  max-width: 296px;
}

.work-title {
  max-width: 47.75em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.work-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  padding-left: 2.5em;
  border-radius: 1.5em;
}

.work-text {
  overflow: hidden;
  width: 100%;
  max-width: 26.1em;
}

.logos-wrap {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1c1c;
  border-radius: 1.5em;
}

.lander-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11.25em;
  margin-top: -1px;
  margin-right: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}

.lander-logos.last {
  border-bottom-style: none;
}

.blog-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 25em;
  padding: 3.5em 2em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.5em;
  background-color: #1c1c1c;
}

.blog-card-bottom {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card-icon {
  width: 2em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog-card-top {
  position: relative;
  z-index: 10;
}

.blog-card-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 12.5em;
  height: 12.5em;
  opacity: 0.7;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.cta-title {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  margin-right: 0.375em;
  margin-left: 0.375em;
  padding-bottom: 1.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  -webkit-transition: background-color 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.social-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.logo-footer {
  width: 100%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  margin-top: 3.5em;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #3d3d3d;
  border-radius: 1.5em;
}

.footer-class {
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Aprello, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.footer-class.address:hover {
  color: #fff;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.slider-left-arrow {
  left: auto;
  top: -8.1em;
  right: 3.2em;
  bottom: auto;
  width: 2.5em;
  height: 2.5em;
  font-size: 1vw;
}

.slider-right-arrow {
  left: auto;
  top: -8.1em;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1vw;
}

.slide-nav {
  display: none;
}

.slider-arrow-icon.right {
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-arrow-icon.left {
  width: 2.5em;
  height: 2.5em;
}

.reel-title-mask {
  overflow: hidden;
  padding-right: 1em;
  padding-left: 1em;
}

.template-text {
  max-width: 37.5em;
  margin-bottom: 5em;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d42121;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.licenses-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 56.25em;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c1c1c;
}

.licenses-text {
  margin-top: 0.7em;
}

.block-quote {
  font-family: Aprello, sans-serif;
  font-weight: 100;
}

.link {
  font-family: Aprello, sans-serif;
}

.italic-text {
  font-family: Aprello, sans-serif;
  font-weight: 400;
}

.heading {
  font-family: Aprello, sans-serif;
  text-transform: none;
}

.heading-2 {
  font-family: Aprello, sans-serif;
  text-transform: none;
}

.heading-3 {
  font-family: Aprello, sans-serif;
  text-transform: none;
}

.heading-4 {
  font-family: Aprello, sans-serif;
  text-transform: none;
}

.heading-5 {
  font-family: Aprello, sans-serif;
  text-transform: none;
}

.heading-6 {
  font-family: Aprello, sans-serif;
  text-transform: none;
}

.text-block {
  font-family: Aprello, sans-serif;
}

.text-block-2 {
  font-family: Aprello, sans-serif;
}

.submit-button {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #fff;
  font-family: Aprello, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.submit-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #0d0d0d;
  color: #fff;
}

.form {
  display: -ms-grid;
  display: grid;
  max-width: 400px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.success-message {
  background-color: transparent;
  font-family: Aprello, sans-serif;
}

.text-block-3 {
  font-family: Aprello, sans-serif;
}

.error-message {
  background-color: rgba(212, 33, 33, 0.5);
}

.form-field {
  border-radius: 0em;
  font-family: Aprello, sans-serif;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.field-label {
  font-family: Aprello, sans-serif;
}

.logo-title {
  margin-bottom: 2rem;
}

.paragraph-2 {
  margin-top: 10px;
  font-family: Aprello, sans-serif;
  font-weight: 100;
}

.image {
  margin-bottom: 10px;
}

.heading-7 {
  font-family: Aprello, sans-serif;
  font-size: 2em;
  text-transform: none;
}

.text-block-4 {
  padding-top: 10px;
  font-family: Aprello, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 100;
}

.text-block-5 {
  font-family: Aprello, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25em;
  padding: 3.5em 2em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 1.5em;
  background-color: #1c1c1c;
}

.icons {
  padding-bottom: 10px;
}

.div-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-graphic {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 12.5em;
  height: 12.5em;
  opacity: 0.7;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.image-6 {
  width: 2em;
}

.div-block-2 {
  position: relative;
  z-index: 3;
}

.div-block-3 {
  position: relative;
  z-index: 3;
}

.div-block-4 {
  position: relative;
  z-index: 3;
}

.text-field {
  min-height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Aprello, sans-serif;
  color: #fff;
}

.text-field:focus-visible {
  border-style: solid;
  border-width: 1px;
  border-color: #2aa9a9;
}

.text-field[data-wf-focus-visible] {
  border-style: solid;
  border-width: 1px;
  border-color: #2aa9a9;
}

.text-field::-webkit-input-placeholder {
  font-family: Aprello, sans-serif;
  color: hsla(0, 0%, 100%, 0.45);
}

.text-field:-ms-input-placeholder {
  font-family: Aprello, sans-serif;
  color: hsla(0, 0%, 100%, 0.45);
}

.text-field::-ms-input-placeholder {
  font-family: Aprello, sans-serif;
  color: hsla(0, 0%, 100%, 0.45);
}

.text-field::placeholder {
  font-family: Aprello, sans-serif;
  color: hsla(0, 0%, 100%, 0.45);
}

.text-field.color {
  font-family: Aprello, sans-serif;
  color: #fff;
}

.text-field.color:focus {
  color: #fff;
}

.text-area.text-field {
  min-height: 104px;
}

.text-area.text-field:focus-visible {
  color: #fff;
}

.text-area.text-field[data-wf-focus-visible] {
  color: #fff;
}

.text-area.text-field.color {
  color: #fff;
}

.list-item {
  font-family: Aprello, sans-serif;
}

.list-item-2 {
  font-family: Aprello, sans-serif;
}

.list-item-3 {
  font-family: Aprello, sans-serif;
}

.list-item-4 {
  font-family: Aprello, sans-serif;
}

.list-item-5 {
  font-family: Aprello, sans-serif;
}

.list-item-6 {
  font-family: Aprello, sans-serif;
}

.text-block-6 {
  font-family: Aprello, sans-serif;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.circle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50vw;
  height: 50vh;
  border-radius: 50%;
  background-color: #e100f5;
}

.circle._1 {
  left: 1%;
  top: -25px;
  right: 0%;
  background-color: #e20000;
}

.circle._2 {
  top: -25%;
  right: -10%;
  background-color: #92fe9d;
}

.circle._3 {
  left: auto;
  top: auto;
  right: -10%;
  bottom: -25%;
  background-color: #456eff;
}

.circle._4 {
  left: -4%;
  top: auto;
  right: auto;
  bottom: -39%;
  background-color: #ff00b8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.link-block-2 {
  font-family: Aprello, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0em;
  }

  .section.padding-0 {
    margin-right: 1.5em;
    margin-left: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
  }

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

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

  .grid-quarters.style-guide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.blog {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    font-size: 4em;
  }

  .grid-thirds {
    grid-column-gap: 24px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0em;
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #1c1c1c;
  }

  .text-display-2 {
    font-size: 3.5em;
  }

  .text-display-3 {
    font-size: 3em;
  }

  .text-display-4 {
    font-size: 2.5em;
  }

  .text-display-5 {
    font-size: 2em;
  }

  .text-display-6 {
    font-size: 1.5em;
  }

  .text-display-7 {
    font-size: 1.25em;
  }

  .text-body-1 {
    font-size: 2em;
  }

  .nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }

  .header-nav {
    position: fixed;
    left: 0%;
    top: 4em;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0d0d0d;
  }

  .nav-btn-lottie {
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    z-index: 2000;
    height: 4em;
    border-bottom: 1px solid #1c1c1c;
    background-color: #0d0d0d;
  }

  .gradient.home-hero {
    height: 0em;
    padding-top: 56.25%;
  }

  .gradient.blog {
    height: 0em;
    margin-top: 3em;
    padding-top: 56.25%;
  }

  .gradient.slide-wrap {
    height: 28em;
  }

  .row {
    padding-right: 0em;
    padding-left: 0em;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .row.work {
    margin-top: 3em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .row.new {
    padding-right: 0em;
    padding-left: 0em;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logos-wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card-bg {
    width: 10em;
    height: 10em;
  }

  .footer-wrap {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .slider-left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -56px;
    width: 40px;
    height: 40px;
  }

  .slider-right-arrow {
    left: 56px;
    top: auto;
    right: auto;
    bottom: -56px;
    width: 40px;
    height: 40px;
  }

  .slider-arrow-icon.right {
    width: 40px;
    height: 40px;
  }

  .slider-arrow-icon.left {
    width: 40px;
    height: 40px;
  }

  .heading-7 {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .grid.blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .grid-thirds.style-guide {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-4 {
    font-size: 1.75em;
  }

  .text-display-5 {
    font-size: 1.5em;
  }

  .text-display-6 {
    font-size: 1.25em;
  }

  .text-display-7 {
    font-size: 1.125em;
  }

  .gradient.slide-wrap {
    height: 20em;
  }

  .reel.work {
    padding-right: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
  }

  .col._10-20 {
    max-width: 100%;
  }

  .row.story-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .row.new {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .story-text {
    max-width: 100%;
    margin-bottom: 1em;
  }

  .logos-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    padding-top: 2em;
  }

  .heading-7 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section.padding-bottom-0 {
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 3.75em;
    padding-right: 0em;
  }

  .section.padding-0 {
    height: 25em;
    margin-right: 1em;
    margin-left: 1em;
  }

  .section.about {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container.cta {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-quarters {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    font-size: 2.5em;
  }

  .grid-thirds {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-thirds.style-guide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: 0.75em;
  }

  .rich-text p {
    font-size: 1em;
  }

  .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .text-display-2 {
    font-size: 2em;
  }

  .text-display-7.logo-heading {
    padding-right: 1.25em;
    padding-left: 1.25em;
    font-size: 1.1em;
    line-height: 1.3;
  }

  .text-body-1 {
    font-size: 1.5em;
  }

  .text-micro-1.spaced {
    letter-spacing: 0em;
  }

  .logo-link {
    border-top: 1px none #c4c4c4;
  }

  .logo-link.w--current {
    border-top-style: none;
  }

  .header {
    padding: 0px;
  }

  .gradient.home-hero {
    padding-top: 100%;
  }

  .gradient.cta {
    height: 28em;
  }

  .gradient.slide-wrap {
    height: 14em;
  }

  .reel.home-hero {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .col._11-20 {
    max-width: 100%;
  }

  .col._6-20 {
    max-width: 100%;
  }

  .col._8-20 {
    max-width: 100%;
  }

  .col._3-20 {
    max-width: 100%;
  }

  .col._9-20 {
    max-width: 100%;
  }

  .col._5-20 {
    max-width: 100%;
  }

  .col._2-20 {
    max-width: 100%;
  }

  .col._12-20 {
    max-width: 100%;
  }

  .col._7-20 {
    max-width: 100%;
  }

  .col._1-20 {
    max-width: 100%;
  }

  .col._4-20 {
    max-width: 100%;
  }

  .col._13-20 {
    max-width: 100%;
  }

  .col._14-20 {
    max-width: 100%;
  }

  .col._15-20 {
    max-width: 100%;
  }

  .col._16-20 {
    max-width: 100%;
  }

  .col._17-20 {
    max-width: 100%;
  }

  .col._18-20 {
    max-width: 100%;
  }

  .col._19-20 {
    max-width: 100%;
  }

  .row.new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0em;
    padding-left: 0em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .work-title {
    max-width: 47.73em;
  }

  .logos-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .lander-logos {
    height: 8em;
  }

  .blog-card {
    height: 20em;
    padding-right: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
  }

  .blog-card-bg {
    width: 8em;
    height: 8em;
  }

  .social-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-wrap {
    padding-right: 1.25em;
    padding-left: 1.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-class.address {
    text-align: center;
  }

  .footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1em;
    grid-row-gap: 0em;
  }

  .reel-title-mask {
    width: 19em;
    padding-right: 0.4em;
    padding-left: 0.4em;
    font-size: 14px;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .licenses-item {
    padding: 24px;
  }

  .form {
    display: block;
    max-width: 100%;
  }

  .logo-title {
    max-width: 47.73em;
  }

  .heading-7 {
    font-size: 1.4em;
  }

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

#w-node-_39fdca48-8a8c-ff02-a7f5-82506b0e6bdc-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd56ca6e-7934-c775-6b0e-193297c1c6d4-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5063f33e-c9cd-a2e4-bd1a-2fca4e8aeb27-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0473834-6e6f-282f-b70c-15cec276a27a-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_058d3a3f-af44-42f8-0f75-d1f87eeaee6f-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abe71499-7bc6-7eea-94ae-fe8339ebd757-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6ef8996-ba6e-090a-c305-238357b84588-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c9eefad4-8ef0-7c6b-bcc5-5a6b970bcead-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8b4f459-1a62-1a9e-4276-9f92f56000bb-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b57475ec-798e-95af-30de-23dcffdaaa97-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0da3e74-faa9-5db8-8045-9ea2ea49460c-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f410b428-a0e2-c1c0-8bdd-f1aea36a5c92-08922fcf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Email-3.w-node-eee16ff4-60d0-f5bb-843e-81d2953bc865-ef2df215 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Phone-number.w-node-_39e3b6d9-debd-879b-b657-46167a4ff008-ef2df215 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#field.w-node-_52a912e1-8b89-802d-a338-3510bce5111e-ef2df215 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_579928d3-0fae-4fb1-18fb-db0ef89c78cf-ef2df215 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6ed0b872-a43b-3f09-5b08-9c107c57532a-ec922fd6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9c1cd67-2e60-8e72-ad27-cb227a1c5b6b-ec922fd6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_993d8232-f449-8cca-26aa-0a55ae7b77dd-ec922fd6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3280e10-6221-6c8a-ca61-eef1f553214b-ec922fd6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_55c97012-044b-0b6c-524b-45dc2ff5bdfb-ec922fd6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c31e9841-a24d-337c-dd3f-a0b44d897163-ec922fd6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-a0922fd7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-a0922fd7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_555938e2-1530-5faa-0b3c-645b9d516057-a0922fd7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6dcff6f-c454-effa-66ca-5cdd4ec33c05-a0922fd7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a4801e37-71dd-362e-d78b-54ca493cd522-a0922fd7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a029a75a-60a2-b997-f29d-22de39135e08-a0922fd7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7227ae0-3604-c604-eb23-237187d9ef91-a0922fd7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b512093b-625b-ea32-8835-eecc1d55929b-a0922fd7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-a0922fd7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-a0922fd7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-a0922fd7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-a0922fd7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-b512093b-625b-ea32-8835-eecc1d55929b-a0922fd7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-a0922fd7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-a0922fd7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #First-name-2.w-node-_579928d3-0fae-4fb1-18fb-db0ef89c78cb-ef2df215 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #Last-name-2.w-node-_579928d3-0fae-4fb1-18fb-db0ef89c78ce-ef2df215 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Medium-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Regular-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-SemiBold-Italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Thin-Italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Light-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aprello";
  src: url("../fonts/Aprello-Light-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
