/* 
 * This file was built by the legacy marketing website pipeline.
 * To re-build it check out master at this commit (37721fe) and run `make build`.
 */

@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --vh: 100vh;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html.no-smooth-scroll {
  scroll-behavior: auto;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img:not([alt]) {
  box-shadow: 0 0 5px 5px red !important;
}

@font-face {
  font-family: 'Mark Pro';
  src: local('Mark Pro Heavy'), local('MarkPro-Heavy'),
    url('../fonts/MarkPro-Heavy.woff2') format('woff2'),
    url('../fonts/MarkPro-Heavy.woff') format('woff'),
    url('../fonts/MarkPro-Heavy.ttf') format('truetype'),
    url('../fonts/MarkPro-Heavy.eot?#iefix') format('embedded-opentype');
  font-display: block;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Mark Pro';
  src: local('Mark Pro Bold'), local('MarkPro-Bold'),
    url('../fonts/MarkPro-Bold.woff2') format('woff2'),
    url('../fonts/MarkPro-Bold.woff') format('woff'),
    url('../fonts/MarkPro-Bold.ttf') format('truetype'),
    url('../fonts/MarkPro-Bold.eot?#iefix') format('embedded-opentype');
  font-display: block;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pitch-Lato-UI';
  src: url('../fonts/lato-regular.woff2') format('woff2'),
    url('../fonts/lato-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pitch-Lato-UI';
  src: url('../fonts/lato-medium.woff2') format('woff2'),
    url('../fonts/lato-medium-source.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pitch-Lato-UI';
  src: url('../fonts/lato-bold.woff2') format('woff2'),
    url('../fonts/lato-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina01';
  src: local('Eina01-Regular'), local('3A2AFF_0_0'),
    url('../fonts/Eina01-Regular.woff2') format('woff2'),
    url('../fonts/Eina01-Regular.woff') format('woff'),
    url('../fonts/Eina01-Regular.ttf') format('truetype'),
    url('../fonts/Eina01-Regular.eot?#iefix') format('embedded-opentype');
  font-display: block;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Eina01';
  src: local('Eina01-Bold'), local('3A2AFF_0_1'), url('../fonts/Eina01-Bold.woff2') format('woff2'),
    url('../fonts/Eina01-Bold.woff') format('woff'),
    url('../fonts/Eina01-Bold.ttf') format('truetype'),
    url('../fonts/Eina01-Bold.eot?#iefix') format('embedded-opentype');
  font-display: block;
  font-weight: bold;
  font-style: normal;
}

.container-breakout,
.slider--breakout,
.templates-grid__slider,
.updates-slideshow__visual,
.video-story__chapters-wrapper,
.home-tabs__breakout,
.page-home__brand-styles-wrapper {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.read-more-link,
.arrow-button,
.job-positions__category-heading,
.job-positions__entry,
.slider__controls button,
.home-tabs__tab,
.sandwich-video-cta {
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
  border: none;
  background: none;
  appearance: none;
}
* .read-more-link:active,
* .arrow-button:active,
* .job-positions__category-heading:active,
* .job-positions__entry:active,
* .slider__controls button:active,
.slider__controls * button:active,
* .home-tabs__tab:active,
* .sandwich-video-cta:active,
* .read-more-link:focus,
* .arrow-button:focus,
* .job-positions__category-heading:focus,
* .job-positions__entry:focus,
* .slider__controls button:focus,
.slider__controls * button:focus,
* .home-tabs__tab:focus,
* .sandwich-video-cta:focus,
* .read-more-link:hover,
* .arrow-button:hover,
* .job-positions__category-heading:hover,
* .job-positions__entry:hover,
* .slider__controls button:hover,
.slider__controls * button:hover,
* .home-tabs__tab:hover,
* .sandwich-video-cta:hover {
  text-decoration: none;
}

.dragging {
  cursor: grabbing !important;
  user-select: none !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

.scroll-lock {
  overflow-y: hidden;
  height: 100%;
}

.svg-symbols {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

.emoji {
  visibility: hidden;
}
.emoji::before {
  position: absolute;
  visibility: visible;
  content: attr(data-content);
}

html {
  color: #2b2a35;
  font-family: 'Eina01', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 62.5%;
  line-height: 2;
}

body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 40em) {
  body {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #334ac0;
}
p a:focus,
p a:hover,
li a:focus,
li a:hover {
  text-decoration: underline;
}

a svg,
button svg {
  pointer-events: none;
}

p {
  word-break: break-word;
}
p + p {
  margin: 0 0 1em;
}
p.light {
  color: #8b96a2;
}
p.small {
  font-size: 1.2rem;
}

h1,
h2,
h3,
.page-heading,
.heading-large,
.signup-banner__title,
.templates-banner__title,
.landing-page__title,
.heading-medium {
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
}

h4,
h5,
h6 {
  font-family: 'Eina01', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
}

h1,
h2,
h3,
h4,
h5,
h6,
.tagline {
  margin: 0 0 1rem;
  line-height: 1.25;
}
@media (min-width: 40em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .tagline {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 60em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .tagline {
    margin-bottom: 2rem;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.tagline a {
  display: inline-block;
  color: inherit;
}
h1 a[id],
h2 a[id],
h3 a[id],
h4 a[id],
h5 a[id],
h6 a[id],
.tagline a[id] {
  position: absolute;
  display: block;
  margin-top: -12rem;
  padding-top: 12rem;
}
h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover,
.tagline a:focus,
.tagline a:hover {
  text-decoration: none;
  background-color: #334ac0;
  background-position: 0% 0;
}
.negative h1 a:focus,
.negative h1 a:hover,
.negative h2 a:focus,
.negative h2 a:hover,
.negative h3 a:focus,
.negative h3 a:hover,
.negative h4 a:focus,
.negative h4 a:hover,
.negative h5 a:focus,
.negative h5 a:hover,
.negative h6 a:focus,
.negative h6 a:hover,
.negative .tagline a:focus,
.negative .tagline a:hover {
  text-decoration: underline;
  color: inherit;
  background-position: 100% 0;
}
a h1:focus,
a h1:hover,
a h2:focus,
a h2:hover,
a h3:focus,
a h3:hover,
a h4:focus,
a h4:hover,
a h5:focus,
a h5:hover,
a h6:focus,
a h6:hover,
a .tagline:focus,
a .tagline:hover {
  text-decoration: underline;
}

h1,
.page-heading {
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 40em) {
  h1,
  .page-heading {
    font-size: 6rem;
  }
}
@media (min-width: 60em) {
  h1,
  .page-heading {
    font-size: 8rem;
  }
}
@media (min-width: 112.5em) {
  h1,
  .page-heading {
    font-size: 9rem;
  }
}

h2,
.heading-large,
.signup-banner__title,
.templates-banner__title,
.landing-page__title {
  font-size: 3.4rem;
  font-weight: 800;
}
@media (min-width: 40em) {
  h2,
  .heading-large,
  .signup-banner__title,
  .templates-banner__title,
  .landing-page__title {
    font-size: 4.2rem;
    line-height: 1.1;
  }
}
@media (min-width: 60em) {
  h2,
  .heading-large,
  .signup-banner__title,
  .templates-banner__title,
  .landing-page__title {
    font-size: 6rem;
    line-height: 1;
  }
}

h3,
.heading-medium {
  letter-spacing: -0.02em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 40em) {
  h3,
  .heading-medium {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
@media (min-width: 60em) {
  h3,
  .heading-medium {
    font-size: 3.6rem;
    line-height: 1.3;
  }
}
@media (min-width: 80em) {
  h3,
  .heading-medium {
    font-size: 4.2rem;
  }
}

h4,
.large-copy {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 40em) {
  h4,
  .large-copy {
    font-size: 2.1rem;
    line-height: 1.8;
  }
}

h4 {
  font-weight: 600;
}
@media (min-width: 60em) {
  h4 {
    font-size: 2.7rem;
    line-height: 1.5;
  }
}

h5,
h6 {
  font-size: inherit;
  line-height: inherit;
}

.tagline {
  display: block;
  margin-bottom: 1em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #334ac0;
  font-family: 'Eina01', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 60em) {
  .tagline {
    margin-bottom: 2em;
    font-size: 1.5rem;
  }
}
.negative .tagline {
  color: #fff;
}

.center {
  text-align: center;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.page-anchor {
  position: absolute;
  display: block;
  margin-top: -12rem;
  padding-top: 12rem;
}

:not(.negative) .section:not(.negative) .text:not(.negative) p,
:not(.negative) .section:not(.negative) .text:not(.negative) li {
  color: #545465;
}

.text ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
}
.text ul + p {
  margin-top: 0;
}

.negative {
  color: #fff;
}
.negative a,
.negative p,
.negative li {
  color: inherit;
}

strong {
  font-weight: 700;
}

figcaption {
  max-width: 80rem;
  margin: 0.5em auto 1em;
  text-align: center;
  color: #545465;
  font-size: 1.5rem;
  font-style: italic;
}

.read-more-link {
  display: inline-block;
  margin-top: 2rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.read-more-link svg {
  margin-left: 0.8rem;
  transition: 0.2s transform ease-in-out;
  fill: currentColor;
}
.read-more-link:hover .read-more-link__content,
.read-more-link:focus .read-more-link__content {
  color: #4c66f8;
  background-position: 0% 0%;
}
.negative .read-more-link:hover .read-more-link__content,
.negative .read-more-link:focus .read-more-link__content {
  color: white;
}
.read-more-link:hover svg,
.read-more-link:focus svg {
  transform: translateX(5px);
}

.read-more-link__content {
  transition: background-position 0.5s ease-out, color 0.5s ease-out;
  color: #9758fd;
  border-radius: 0.1rem;
  background-color: #9758fd;
  background-image: linear-gradient(90deg, #9758fd, #4c66f8, #9758fd);
  background-position: 100% 0%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.negative .read-more-link__content {
  color: rgba(255, 255, 255, 0.8);
  background: none;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
}

ol {
  counter-reset: item;
}
ol li {
  padding-left: 0.5rem;
  counter-increment: item;
}
ol ol {
  margin-left: -4.7rem;
  padding-left: 0;
}
ol ol li {
  padding-left: 4.7rem;
}

.long-list ol {
  padding: 0 0 0 4.7rem;
  list-style: none;
}
.long-list ol ol ol li {
  padding-left: 3.2rem;
}
.long-list ol ol ol li > :first-child::before {
  margin-left: -3.2rem;
  content: counter(item, lower-alpha) ')';
}

.long-list li {
  display: block;
}
.long-list li > :first-child::before {
  position: absolute;
  margin-left: -4.7rem;
  content: counters(item, '.') '. ';
}

.list-reset {
  padding: 0;
  list-style: none;
}
.list-reset li {
  list-style: none;
}

blockquote {
  margin: 4rem 0 4rem 10%;
}

.custom-bulleted-item {
  display: inline-block;
  padding: 0 0 0 calc(18px + 0.9rem);
  list-style: none;
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/checkmarks/checkmark-purple.png');
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  background-size: 18px 18px;
  font-size: 1.6rem;
  font-weight: 600;
}
.custom-bulleted-item.purple {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/checkmarks/checkmark-purple.png');
}
.custom-bulleted-item.white {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/checkmarks/checkmark-white.png');
}

.custom-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  padding: 0 1.6rem;
  padding-bottom: 0.25em;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.6rem;
  background: linear-gradient(90deg, #4c66f8, #9758fd);
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.3rem;
  font-weight: 700;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 4rem, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fadeInUp {
  animation: fadeInUp 0.3s ease-out;
  animation-fill-mode: both;
}

html {
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

iframe {
  border: 0;
}

.container,
.landing-page__hero-right,
.landing-page__block-body,
.landing-page__block-media,
.header-container {
  padding: 0 1.5rem;
}
@media (min-width: 40em) {
  .container,
  .landing-page__hero-right,
  .landing-page__block-body,
  .landing-page__block-media,
  .header-container {
    padding: 0 calc(18vw - 10rem);
  }
}
.container.gray,
.gray.landing-page__hero-right,
.gray.landing-page__block-body,
.gray.landing-page__block-media,
.header-container.gray {
  background-color: #f6f6f6;
}
.container.blue,
.blue.landing-page__hero-right,
.blue.landing-page__block-body,
.blue.landing-page__block-media,
.header-container.blue {
  background: #4966f7 linear-gradient(95.24deg, #4966f7 0%, #8253ff 122.55%);
}
.container.transparent,
.transparent.landing-page__hero-right,
.transparent.landing-page__block-body,
.transparent.landing-page__block-media,
.header-container.transparent {
  border: none;
  background: none;
}
.container.blue-gradient,
.blue-gradient.landing-page__hero-right,
.blue-gradient.landing-page__block-body,
.blue-gradient.landing-page__block-media,
.header-container.blue-gradient {
  background: #695bfb linear-gradient(91.56deg, #8253ff 0%, #4966f7 122.55%);
}
.container.green,
.green.landing-page__hero-right,
.green.landing-page__block-body,
.green.landing-page__block-media,
.header-container.green {
  background-color: #7dd2c7;
}
.container.black,
.black.landing-page__hero-right,
.black.landing-page__block-body,
.black.landing-page__block-media,
.header-container.black {
  background-color: #20202c;
}
.container.purple,
.purple.landing-page__hero-right,
.purple.landing-page__block-body,
.purple.landing-page__block-media,
.header-container.purple {
  background-color: #586ee0;
}
.container.separator,
.separator.landing-page__hero-right,
.separator.landing-page__block-body,
.separator.landing-page__block-media,
.header-container.separator {
  background-color: white;
  background-image: linear-gradient(white, #f6f6f6);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 12rem;
}

.container-inner {
  max-width: 138rem;
  margin: 0 auto;
}

.text,
.spacing {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 40em) {
  .text,
  .spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 60em) {
  .text,
  .spacing {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.spacing--bottom {
  width: 100%;
  padding-bottom: 3rem;
}
@media (min-width: 40em) {
  .spacing--bottom {
    padding-bottom: 5rem;
  }
}
@media (min-width: 60em) {
  .spacing--bottom {
    padding-bottom: 8rem;
  }
}

.to-edge {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.hidden {
  opacity: 0;
}

table {
  border-collapse: collapse;
}
table th,
table td {
  padding: 0.2em 0.5em;
  border: 0.1rem solid #dddfe5;
}

.break-out > img,
.break-out > video {
  display: block;
  width: 100%;
}

@media (min-width: 40em) {
  .break-out {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

@media (min-width: 60em) {
  .break-out {
    margin-right: -10rem;
    margin-left: -10rem;
  }
}

@media (min-width: 75em) {
  .break-out {
    margin-right: -20rem;
    margin-left: -20rem;
  }
}

.svg-filter {
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

[data-lazy-video],
img[data-src] {
  transition: opacity 0.3s;
  opacity: 0;
}

[data-lazy-video='loaded'],
img[data-lazyloaded='true'] {
  opacity: 1;
}

:focus,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 0.2rem solid #6b53ff;
  outline-offset: 0.3rem;
}

.negative * {
  outline-color: white;
}

body.is-outline-hidden *,
body.is-outline-hidden *:focus,
body.is-outline-hidden *:active {
  outline: none;
}

input[type='text'],
input[type='email'] {
  margin-right: 0.5rem;
  padding: 0.75em 1em 0.7em;
  transition: all 0.1s ease-in-out;
  border: none;
  border: 1px solid #dddfe5;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-appearance: none;
}
input[type='text']:hover,
input[type='email']:hover {
  border-color: #c0c4cf;
}
input[type='text']:focus,
input[type='email']:focus {
  border-color: #334ac0;
  outline: none;
}
.negative input[type='text'],
.negative input[type='email'] {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.negative input[type='text']::placeholder,
.negative input[type='email']::placeholder {
  color: white;
}
.negative input[type='text']::-ms-input-placeholder,
.negative input[type='email']::-ms-input-placeholder {
  color: white;
}
.negative input[type='text']:focus,
.negative input[type='email']:focus {
  border: 1px solid white;
  outline: none;
}

.buttons-social {
  display: flex;
}
.buttons-social > * {
  margin-right: 1rem;
}

.button-social {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.85;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-social:hover {
  opacity: 1;
}
.button-social.twitter {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/twitter-grey_ja7lze.svg');
}
.button-social.facebook {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/facebook-grey_ilxkqs.svg');
}
.button-social.instagram {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/instagram-grey_nvourp.svg');
}
.button-social.linkedIn {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/linkedin-grey_gzjql4.svg');
}
.button-social.tiktok {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/tiktok-grey_dyuhn7.svg');
}
.button-social.youtube {
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website/social-icons/youtube-grey_wybkbd.svg');
}

.text-button {
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #334ac0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.text-button:focus,
.text-button:hover {
  text-decoration: underline;
}
.negative .text-button {
  color: inherit;
}

.input-label {
  display: flex;
}
.input-label input {
  flex: 1 1 auto;
}
.input-label input::placeholder {
  opacity: 0;
}

.input-label__label {
  position: absolute;
  align-self: center;
  margin: 0 1em 1rem;
  transition: transform 0.3s;
  transform-origin: top left;
  pointer-events: none;
  opacity: 0.6;
}
@media (min-width: 24em) {
  .input-label__label {
    margin-bottom: 0;
  }
}
.input-label__label::after {
  content: ':';
  transition: opacity 0.3s;
}
:placeholder-shown + .input-label__label {
  transform: translateY(0);
}
:placeholder-shown + .input-label__label::after {
  opacity: 0;
}
.input-label__label,
:focus + .input-label__label {
  transform: translate(-1em, -2.4em) scale(0.7);
}
@media (min-width: 40em) {
  .input-label__label,
  :focus + .input-label__label {
    transform: translate(-1em, -2.3em) scale(0.7);
  }
}
.input-label__label::after,
:focus + .input-label__label::after {
  opacity: 1;
}

.article-slider__card {
  position: relative;
  width: 100%;
  padding-bottom: 71.43%;
}

.article-slider__card-content {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.article-slider__card-content > :first-child {
  margin-top: 0;
}

body.greetings-screen {
  padding: 0;
}

#user-info-first-name {
  width: 300px;
  height: 36px;
  margin-bottom: 12px;
}

#user-info-last-name {
  width: 300px;
  height: 36px;
  margin-bottom: 18px;
}

.greetings-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.greetings-page-wrapper .header {
  padding-top: 24px;
  padding-bottom: 24px;
}
.greetings-page-wrapper > .container.white,
.greetings-page-wrapper > .white.landing-page__hero-right,
.greetings-page-wrapper > .white.landing-page__block-body,
.greetings-page-wrapper > .white.landing-page__block-media {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.greetings-form-container {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.greetings-form-container .container-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  border: 1px solid #e6e9eb;
  border-radius: 16px;
}
.greetings-form-container .container-inner p {
  text-align: center;
}

.greetings-form {
  max-width: 480px;
  padding: 40px 20px;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 40em) {
  .greetings-form {
    padding: 120px 20px;
  }
}
.greetings-form h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 40em) {
  .greetings-form h1 {
    font-size: 33px;
  }
}
.greetings-form p {
  margin-bottom: 36px;
  text-align: left;
  color: #545465;
  font-size: 15px;
  line-height: 1.4;
}
.greetings-form .button {
  width: 300px;
  height: 36px;
  padding: 0;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #6b53ff;
  box-shadow: 0 1px 3px rgba(103, 110, 144, 0.2);
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}
.greetings-form .button:disabled {
  opacity: 0.6;
}
.greetings-form .checkbox {
  display: block;
  display: flex;
  align-items: center;
  width: 300px;
  margin: auto;
  margin-bottom: 18px;
  text-align: left;
  color: #545465;
  font-size: 13px;
  line-height: 1.4;
}
.greetings-form .checkbox a {
  text-decoration: none;
}
.greetings-form .checkbox input {
  margin-right: 12px;
  -webkit-appearance: checkbox;
  transform: scale(1.5);
}

.article-preview {
  position: relative;
  display: flex;
  flex-direction: column;
}
.slider .article-preview {
  width: 100%;
}

.article-preview__media {
  position: relative;
  order: -1;
  margin-bottom: 2rem;
  padding-bottom: 71.43%;
  border-radius: 0.6rem;
}

.article-preview__image {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  border-radius: 0.6rem;
  object-fit: contain;
}
a .article-preview__image:hover {
  opacity: 0.85;
}

.article-preview__categories {
  order: -1;
  list-style: none;
  text-transform: uppercase;
  color: #586ee0;
  font: 1.2rem 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
}

.article-preview__category {
  display: inline;
}
.article-preview__category:not(:first-child)::before {
  margin: 0 0.5rem;
  content: ' • ';
}

.article-preview__category-link {
  padding: 0.2em 0 0.1em;
  text-align: center;
  color: transparent;
  border-bottom: 0.15em solid;
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.article-preview__category-link:hover,
.article-preview__category-link:focus {
  border-bottom-color: #8d49f7;
}

.article-preview__header {
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (min-width: 40em) {
  .article-preview__header {
    font-size: 2.7rem;
  }
}

.article-preview__teaser-text {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 80em) {
  .article-preview__teaser-text {
    font-size: 1.6rem;
  }
}

.author {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 1.5rem;
  font-style: normal;
}

.author__info {
  color: #545465;
  font-weight: 300;
  line-height: 1.5;
}

.author__name {
  color: #545465;
  font-weight: bold;
}

.author__image {
  margin-right: 2rem;
}
.author__image img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  object-fit: cover;
}

.banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-radius: 0.6rem;
  background: #4966f7 linear-gradient(11.5deg, #4966f7 41.89%, #8253ff 93.69%);
}
.banner.newsletter {
  margin: 0;
}
.banner .banner__fields {
  justify-content: start;
  max-width: 49.8rem;
}
.banner input {
  flex: 1 1 auto;
}
.banner .button {
  white-space: nowrap;
}
.banner .legal-note {
  max-width: 49.8rem;
  text-align: left;
}
.banner .newsletter-response {
  position: static;
  max-width: 49.8rem;
}

.banner__content {
  padding: 3rem 3rem 1.5rem;
}
@media (min-width: 80em) {
  .banner__content {
    padding: 4.5rem 6rem 3.5rem;
  }
}

.banner__heading {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 2.4rem;
}
.banner__heading a:hover {
  text-decoration: none !important;
}
@media (min-width: 40em) {
  .banner__heading {
    font-size: 3.6rem;
  }
}
@media (min-width: 60em) {
  .banner__heading {
    font-size: 4.2rem;
  }
}
.banner__heading a {
  margin-bottom: -0.2em;
  padding-bottom: 0.2em;
}

.banner__subtext {
  margin: 0 0 1.5rem;
  line-height: 1.8;
}
.banner__subtext span {
  opacity: 0.5;
}
.banner__subtext a {
  opacity: 0.8;
  font-weight: 600;
}
.banner__subtext a:hover {
  text-decoration: none;
  opacity: 1;
}

.banner__media {
  position: absolute;
  right: 6rem;
  bottom: 0;
  display: none;
}
@media (min-width: 64em) {
  .banner__media {
    display: block;
  }
}
.banner__media img {
  width: 36vw;
  max-width: 36rem;
}

.blockquote--big {
  margin: 4rem 0;
  text-align: center;
}
@media (min-width: 40em) {
  .blockquote--big {
    margin: calc(5vw + 3rem) calc(-18vw + 11rem);
  }
}
@media (min-width: 75em) {
  .blockquote--big {
    margin: 9rem -20rem;
  }
}
.blockquote--big > p {
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: calc(5vw + 0.6rem);
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 55em) {
  .blockquote--big > p {
    font-size: 5.4rem;
  }
}
.blockquote--big footer {
  font-size: calc(2.5vw + 0.8rem);
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 40em) {
  .blockquote--big footer {
    line-height: 1.4;
  }
}
.blockquote--big footer::before {
  content: '― ';
}
@media (min-width: 55em) {
  .blockquote--big footer {
    font-size: 3rem;
  }
}

@media (min-width: 40em) {
  .blockquote--indented {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.blockquote--indented > p {
  font-size: calc(2.5vw + 0.8rem);
  line-height: 1.6;
}
@media (min-width: 40em) {
  .blockquote--indented > p {
    line-height: 1.4;
  }
}
@media (min-width: 55em) {
  .blockquote--indented > p {
    font-size: 3rem;
  }
}

.blockquote--indented footer {
  font-size: calc(2vw + 0.8rem);
  line-height: 1.6;
}
@media (min-width: 40em) {
  .blockquote--indented footer {
    line-height: 1.4;
  }
}
@media (min-width: 55em) {
  .blockquote--indented footer {
    font-size: 2.4rem;
  }
}
.blockquote--indented footer::before {
  content: '― ';
}

.brand-styles {
  --animation-duration: 0.6s;
  width: 100%;
  margin: 0 auto;
}
@media (prefers-reduced-motion: reduce) {
  .brand-styles {
    --animation-duration: 0s;
  }
}
@media (max-width: 45em) {
  .brand-styles {
    padding: 0;
  }
}
.brand-styles [data-styles-bump] {
  transform-origin: center center;
  animation: brand-styles__bump var(--animation-duration) ease-in-out;
  animation-play-state: paused;
}
.brand-styles [data-parallax-fact] {
  transform-origin: center center;
  backface-visibility: hidden;
}
.brand-styles [data-style='black'],
.brand-styles [data-style='colorful'] {
  z-index: 0;
  transition: opacity 0.3s 0.3s linear;
  opacity: 0;
}
.brand-styles[data-current-style='black'] [data-style='black'] {
  z-index: 1;
  transition: opacity 0.3s linear;
  opacity: 1;
}
.brand-styles[data-current-style='colorful'] [data-style='colorful'] {
  z-index: 1;
  transition: opacity 0.3s linear;
  opacity: 1;
}
@media (min-width: 50em) {
  .brand-styles .brand-styles__mobile,
  .brand-styles .brand-styles__mobile[data-gradient-content] {
    display: none;
  }
}
.brand-styles .brand-styles__desktop,
.brand-styles .brand-styles__desktop[data-gradient-content] {
  display: none;
}
@media (min-width: 50em) {
  .brand-styles .brand-styles__desktop,
  .brand-styles .brand-styles__desktop[data-gradient-content] {
    display: inline-block;
  }
}
.brand-styles .home-tabs img {
  width: 4.4rem;
  margin-right: 1.8rem;
  font-size: 0;
}

.brand-styles__content {
  position: relative;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
.brand-styles__content::before {
  display: block;
  padding-bottom: 93.75%;
  content: '';
}
@media (min-width: 45em) {
  .brand-styles__content::before {
    padding-bottom: 54.75177305%;
  }
}
.brand-styles__content picture {
  position: absolute;
}
.brand-styles__content picture img {
  width: 100%;
}

.brand-styles__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 91.3461538462%;
  margin: auto;
  transition: background 0.3s;
  border-radius: 0.4rem;
  background: #5653ff;
}
@media (min-width: 45em) {
  .brand-styles__background {
    width: 85.1063829787%;
    height: auto;
    border-radius: 0.6rem;
  }
}
.brand-styles__background::before {
  display: block;
  padding-bottom: 102.6315789474%;
  content: '';
}
@media (min-width: 45em) {
  .brand-styles__background::before {
    padding-bottom: 58.33333333%;
  }
}
.brand-styles[data-current-style='black'] .brand-styles__background {
  background: black;
}

.brand-styles__background-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-styles__foreground {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.brand-styles__heading {
  top: 0;
  right: 0;
  left: 0;
  width: 82.1052631579%;
  margin: auto;
  margin-top: 7.368421053%;
}
@media (min-width: 45em) {
  .brand-styles__heading {
    width: 82.5%;
    margin-top: 5%;
  }
}

.brand-styles__copy {
  position: absolute;
  top: 0;
  left: 7.8947368421%;
  width: 82.89473684%;
  max-width: 59.7rem;
  margin: auto;
  margin-top: 18.4210526316%;
  opacity: 0;
}
@media (min-width: 45em) {
  .brand-styles__copy {
    left: 8.5106382979%;
    width: 42.34042553%;
    margin-top: 22.0833333333%;
  }
}
.brand-styles .brand-styles__copy[data-style] {
  transition: opacity 0.3s, transform 0.4s;
  transform: translateY(20%);
}
.brand-styles[data-current-style='black'] .brand-styles__copy[data-style='black'],
.brand-styles[data-current-style='colorful'] .brand-styles__copy[data-style='colorful'] {
  transition: opacity 0.3s 0.3s, transform 0.4s 0.3s;
  transform: translateY(0%);
  opacity: 1;
}

.brand-styles__typo-right {
  position: absolute;
  top: 50%;
  right: 0.4807692308%;
  width: 39.1826923077%;
  max-width: 37.8rem;
  transform: translateY(-40%);
}
@media (min-width: 45em) {
  .brand-styles__typo-right {
    right: 0;
    width: 26.80851064%;
    transform: translateY(-100%);
  }
}

.brand-styles__floating-items {
  top: 0;
  left: 4.4736842105%;
  width: 76.8421052632%;
  margin-top: 52.6315789474%;
}
@media (min-width: 45em) {
  .brand-styles__floating-items {
    top: -5%;
    left: 1.4166666667%;
    width: 95.83333333%;
    margin-top: 0;
  }
}

.brand-styles__typo-left {
  position: absolute;
  bottom: 7.1794871795%;
  left: 1.9230769231%;
  width: 28.60576923%;
}
@media (min-width: 45em) {
  .brand-styles__typo-left {
    bottom: 0;
    left: 0;
    width: 21.9858156%;
    max-width: 31rem;
    margin-bottom: 0;
  }
}

@keyframes brand-styles__bump {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1, 1);
  }
}

.button {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  padding: 0 1.5em;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 1.1em;
}
.button:hover {
  text-decoration: none;
}
.button.small {
  height: 3.2rem;
  padding: 0 1em;
}
.button.big {
  height: 4.8rem;
  padding: 0 3em;
}
.button.outline {
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
}
.button.outline::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity 0.2s ease-in-out;
  border: 2px solid transparent;
  border-radius: inherit;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.button.outline .background {
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.button.outline:hover .background {
  opacity: 0;
}
.negative > .header:not(.toggle-active) .button.outline::before,
.negative > :not(.header) .button.outline::before {
  display: none;
}
.negative > .header:not(.toggle-active) .button.outline .background,
.negative > :not(.header) .button.outline .background {
  opacity: 1;
  border: none;
}
.button.gradient-blue,
.button.gradient-orange {
  --position-x: 0%;
  transform: translateZ(0);
}
.button.gradient-blue .background,
.button.gradient-orange .background {
  width: 200%;
  height: 100%;
  transform: translateX(var(--position-x));
  opacity: 0;
}
.button.gradient-blue .body,
.button.gradient-orange .body {
  background: none;
}
.button.gradient-blue:hover .background,
.button.gradient-blue:focus .background,
.button.gradient-orange:hover .background,
.button.gradient-orange:focus .background {
  opacity: 1;
}
.negative > .header:not(.toggle-active) .button.gradient-blue .background,
.negative > :not(.header) .button.gradient-blue .background,
.negative > .header:not(.toggle-active) .button.gradient-orange .background,
.negative > :not(.header) .button.gradient-orange .background {
  transform: translateX(0);
  opacity: 1;
}
.button.gradient-blue {
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
}
.button.gradient-blue .background {
  background-image: linear-gradient(90deg, #6b53ff, #8d49f7, #6b53ff);
}
.button.gradient-blue .body {
  color: white;
}
.button.gradient-orange {
  background-image: linear-gradient(90deg, #ffd02c, #ff9e2c);
}
.button.gradient-orange .background {
  background-image: linear-gradient(90deg, #ff9e2c, #ffd02c, #ff9e2c);
}
.button.gradient-orange .body {
  color: #371789;
}
.negative > .header:not(.toggle-active) .button,
.negative > :not(.header) .button,
.button .light,
.button {
  background: none;
}
.negative > .header:not(.toggle-active) .button .background,
.negative > :not(.header) .button .background,
.button .light .background,
.button .background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  pointer-events: none;
  border-radius: inherit;
  background-color: #fff;
  background-image: none;
}
.negative > .header:not(.toggle-active) .button .body,
.negative > :not(.header) .button .body,
.button .light .body,
.button .body {
  position: relative;
  display: block;
  padding: 0.2em 0 0.3em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  color: transparent;
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.negative > .header:not(.toggle-active) .button .body .emoji,
.negative > :not(.header) .button .body .emoji,
.button .light .body .emoji,
.button .body .emoji {
  color: #334ac0;
}
.negative > .header:not(.toggle-active) .button:hover .background,
.negative > .header:not(.toggle-active) .button:focus .background,
.negative > :not(.header) .button:hover .background,
.negative > :not(.header) .button:focus .background,
.button .light:hover .background,
.button .light:focus .background,
.button:hover .background,
.button:focus .background {
  background-color: #f6f6f6;
}
.button[disabled],
.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: none;
}
.button[disabled] .background,
.button.disabled .background {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
}
.button[disabled] .body,
.button.disabled .body {
  color: #fff;
  background: none;
}
.button[disabled]:hover .background,
.button[disabled]:focus .background,
.button.disabled:hover .background,
.button.disabled:focus .background {
  background-color: rgba(0, 0, 0, 0.1);
}

.arrow-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 50%;
}
.arrow-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: 0.2s background ease-in-out, 0.15s transform ease-out;
  border: 1px solid #dddfe5;
  border-radius: 50%;
}
.arrow-button:active::before {
  transform: scale(0.85);
  background: #f6f6f6;
}
@media (hover: hover) {
  .arrow-button:hover::before {
    background: #f6f6f6;
  }
}
.arrow-button .arrow-button__icon {
  position: relative;
  transition: 0.2s fill ease-in-out;
  fill: #2b2a35;
}

.arrow-button--light::before {
  border-color: rgba(255, 255, 255, 0.4);
}

.arrow-button--light .arrow-button__icon {
  fill: rgba(255, 255, 255, 0.4);
}

.arrow-button--light:active::before {
  background: #fff;
}

.arrow-button--light:active .arrow-button__icon {
  fill: #6b53ff;
}

@media (hover: hover) {
  .arrow-button--light:hover::before {
    background: #fff;
  }
  .arrow-button--light:hover .arrow-button__icon {
    fill: #6b53ff;
  }
}

.arrow-button--big {
  width: 5.6rem;
  height: 5.6rem;
}

.arrow-button--prev .arrow-button__icon {
  transform: scaleX(-1) translateX(1px);
}

.arrow-button--next .arrow-button__icon {
  transform: translateX(1px);
}

.columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 60em) {
  .columns {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 60em) {
  .columns {
    flex-direction: row;
  }
}
.columns .column {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 0 4rem;
}
@media (min-width: 40em) {
  .columns .column {
    margin: 2rem;
  }
}
.columns .column-card {
  display: flex;
  overflow: hidden;
  flex: 1;
  flex-direction: column;
  padding: 3.6rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 0 1px #dddfe5;
}
.columns .column-card.centered {
  align-items: center;
}
.columns .column-card.negative {
  background: linear-gradient(91.14deg, #4966f7 0%, #8253ff 122.55%);
  box-shadow: none;
}
.columns .column-card.gray {
  background-color: #f6f6f6;
}
.columns .column-card.centered-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.columns .column-card.centered-image img {
  min-width: 40%;
}
.columns .column-card.no-padding {
  padding: 0;
}
@media (min-width: 60em) {
  .columns h2,
  .columns .heading-large,
  .columns .signup-banner__title,
  .columns .templates-banner__title,
  .columns .landing-page__title {
    font-size: 4.2rem;
    line-height: 1.1;
  }
}
@media (min-width: 100em) {
  .columns h2,
  .columns .heading-large,
  .columns .signup-banner__title,
  .columns .templates-banner__title,
  .columns .landing-page__title {
    font-size: 6rem;
    line-height: 1;
  }
}

.column-card-top {
  flex: 1;
}
.column-card-top.getting-started {
  max-width: 46rem;
}

.column-meta {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.column-meta a:focus,
.column-meta a:hover {
  text-decoration: underline;
}

.company-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 4rem 2rem 4rem 1.5rem;
  color: white;
  border-radius: 2.6rem;
}
@media (min-width: 45em) {
  .company-stats {
    padding: 7.4rem 6rem 8rem 5rem;
  }
}

.company-stats__item {
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.company-stats__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 23em) {
  .company-stats__item {
    width: calc(50% - 4.5rem);
  }
  .company-stats__item:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (min-width: 86.25em) {
  .company-stats__item {
    width: auto;
    margin-bottom: 0;
  }
}
.company-stats__item:nth-child(1) {
  animation-delay: 250ms;
}
.company-stats__item:nth-child(2) {
  animation-delay: 400ms;
}
.company-stats__item:nth-child(3) {
  animation-delay: 550ms;
}
.company-stats__item:nth-child(4) {
  animation-delay: 700ms;
}
.company-stats__item dt {
  margin-bottom: 2rem;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 45em) {
  .company-stats__item dt {
    font-size: 8rem;
  }
}
.company-stats__item dt span {
  display: inline-block;
  margin-top: 0.16em;
  vertical-align: top;
  font-size: 0.6em;
}
.company-stats__item dd {
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 45em) {
  .company-stats__item dd {
    font-size: 1.6rem;
  }
}

body.consent-screen {
  padding: 0;
}

.consent-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.consent-page-wrapper .header {
  padding-top: 24px;
  padding-bottom: 24px;
}
.consent-page-wrapper > .container.white,
.consent-page-wrapper > .white.landing-page__hero-right,
.consent-page-wrapper > .white.landing-page__block-body,
.consent-page-wrapper > .white.landing-page__block-media {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.consent-form-container {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.consent-form-container a {
  text-decoration: underline;
  color: #576ee0;
}
.consent-form-container .container-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  border: 1px solid #e6e9eb;
  border-radius: 16px;
}

.consent-form {
  max-width: 480px;
  padding: 40px 20px;
  font-size: 15px;
}
@media (min-width: 40em) {
  .consent-form {
    padding: 120px 20px;
  }
}
.consent-form h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 40em) {
  .consent-form h1 {
    font-size: 30px;
  }
}
.consent-form p {
  margin-bottom: 36px;
  text-align: left;
  color: #545465;
  font-size: 15px;
  line-height: 1.4;
}
.consent-form .button {
  width: 100%;
  height: 36px;
  padding: 0;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #6b53ff;
  box-shadow: 0 1px 3px rgba(103, 110, 144, 0.2);
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}
.consent-form .button:disabled {
  opacity: 0.6;
}
.consent-form .checkbox {
  display: block;
  display: flex;
  align-items: center;
  margin-bottom: 42px;
  text-align: left;
  color: #545465;
  line-height: 1.4;
}
.consent-form .checkbox input {
  margin-right: 18px;
  -webkit-appearance: checkbox;
}

.cookies-wrapper {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
  max-width: 48rem;
  padding: 1.5rem;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: 0 2rem 9rem rgba(10, 3, 89, 0.3), 0 0 0 0.1rem rgba(0, 0, 0, 0.02);
}
@media (min-width: 38em) {
  .cookies-wrapper {
    right: 2rem;
    bottom: 2rem;
    left: auto;
    padding: 2rem;
  }
}
@media (min-width: 60em) {
  .cookies-wrapper {
    padding: 3rem;
  }
}

.cookies {
  display: flex;
  flex-direction: column;
  max-width: 80rem;
  text-align: left;
  font-size: 1.3rem;
}
@media (min-width: 40em) {
  .cookies {
    font-size: 1.5rem;
  }
}

@media (max-width: 40em) {
  .cookies-message {
    margin: 0 0 1.5rem 0;
    line-height: 1.5em;
  }
}

.cookies-message > p:first-child {
  margin-top: 0;
}

.cookie-actions {
  display: flex;
  justify-content: end;
}
.cookie-actions .text-button {
  margin-right: 1em;
}
.cookie-actions > :first-child {
  margin-left: auto;
}
.cookie-actions > :nth-child(2) {
  width: 50%;
}

.cookies-close {
  position: absolute;
  top: 1em;
  right: 1em;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-left: 1rem;
  cursor: pointer;
  border: 0;
  background: url('https://res.cloudinary.com/pitch-software/image/upload/website-images/images/close.svg')
    no-repeat center;
}
.cookies-close:hover {
  border-radius: 0.3rem;
  background-color: rgba(51, 74, 192, 0.04);
}

.cookie-options .modal-inner {
  display: block;
  text-align: left;
}
@media (min-width: 40em) {
  .cookie-options .modal-inner {
    padding: 4.5rem;
  }
}

.cookie-modal__heading {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .cookie-modal__heading {
    font-size: 4.2rem;
    line-height: 1.1;
  }
}

.cookie-category {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0 1.2rem;
}

.cookie-category__label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-weight: 600;
}
.cookie-category__label + p {
  margin-top: 0;
}

.cookie-category__check {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.4em 0;
  grid-row: 1 / span 2;
}

.cookie-modal__actions {
  position: sticky;
  bottom: 0;
  margin: 3rem -3rem -3rem;
  padding: 1.5rem 3rem;
  background: white;
  box-shadow: 0 0.2rem 1.5rem rgba(103, 110, 144, 0.2), 0 0 0 0.1rem rgba(103, 110, 144, 0.05);
}
@media (min-width: 40em) {
  .cookie-modal__actions {
    margin: 4.5rem -4.5rem -4.5rem;
    padding: 1.8rem 4.5rem;
  }
}

.not-found {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media (max-width: 40em) {
  .not-found {
    padding-top: 80%;
  }
}

.not-found-image {
  position: absolute;
}

.space-otto {
  z-index: 2;
  top: 13.3%;
  left: 24%;
  width: 33%;
  animation: space-otto 4s ease-in-out infinite;
}
@media (max-width: 40em) {
  .space-otto {
    top: 8.3%;
    left: 7.5%;
    width: 60%;
  }
}

@keyframes space-otto {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

.saturn-purple {
  z-index: 1;
  top: 18.7%;
  left: 35.7%;
  width: 34%;
  animation: saturn-purple 4.5s ease-in-out infinite;
}
@media (max-width: 40em) {
  .saturn-purple {
    top: 13.7%;
    left: 29%;
    width: 60%;
  }
}

@keyframes saturn-purple {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.planet-blue {
  top: 34%;
  left: 12.6%;
  width: 11%;
  animation: planet-blue 4s ease-in-out infinite;
}

@keyframes planet-blue {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.bone {
  z-index: 3;
  top: 25.2%;
  left: 50.4%;
  width: 10.3%;
  animation: bone 3.6s ease-in-out infinite;
}
@media (max-width: 40em) {
  .bone {
    top: 20.2%;
    left: 55%;
    width: 20%;
  }
}
.bone img {
  transition: 0.5s transform;
}
.bone:hover img,
.bone:focus img {
  transform: scale(1.1) rotate(8deg);
}

@keyframes bone {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.moon-pink {
  top: 0%;
  left: 71.4%;
  width: 15.6%;
  animation: moon-pink 4.8s ease-in-out infinite;
}

@keyframes moon-pink {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}

.sat {
  top: 50.8%;
  left: 76.6%;
  width: 9.9%;
  animation: sat 4s ease-in-out infinite;
}

@keyframes sat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.planet-yellow {
  top: 74.8%;
  left: 66.3%;
  width: 8.3%;
  animation: planet-yellow 4.8s ease-in-out infinite;
}

@keyframes planet-yellow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 40em) {
  .moon-pink,
  .planet-blue,
  .planet-yellow,
  .sat {
    display: none;
  }
}

.not-found__game-link {
  font-size: 1.4rem;
}
.not-found__game-link a::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  content: '';
  vertical-align: middle;
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website-images/images/arrow-ne.svg');
}

@media (min-width: 80em) {
  .feature-preview__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.feature-preview__body--inverted {
  flex-direction: row-reverse;
}

@media (min-width: 80em) {
  .feature-preview__content {
    width: 48rem;
    text-align: left;
  }
}

.feature-preview__title {
  font-weight: 700;
}

@media (min-width: 80em) {
  .feature-preview__description {
    max-width: 100%;
  }
}

.feature-preview__bulleted-list {
  padding: 0;
  list-style: none;
}

.feature-preview__bulleted-item:not(:first-child) {
  margin-top: 0.6rem;
}

.feature-preview__visual {
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
}
@media (min-width: 80em) {
  .feature-preview__visual {
    width: calc(100% - 48rem - 8rem);
    margin-top: 0;
  }
}

.feature-preview__visual--shadow {
  border-radius: 0.45rem;
  filter: drop-shadow(0 0 15px rgba(26, 32, 66, 0.26));
}

.feature-preview__visual--mask-left > * {
  -webkit-mask-image: linear-gradient(90deg, transparent, black 50%);
  mask-image: linear-gradient(90deg, transparent, black 50%);
}

.feature-preview__visual--mask-right > * {
  -webkit-mask-image: linear-gradient(90deg, black 50%, transparent);
  mask-image: linear-gradient(90deg, black 50%, transparent);
}

.feature-preview__image {
  width: 100%;
}

.feature-preview__video {
  width: 100%;
}

#usecase_pitchdecks-feature_2 .feature-preview__visual,
#usecase_salesdecks-feature_2 .feature-preview__visual {
  overflow: visible;
}
#usecase_pitchdecks-feature_2 .feature-preview__visual::before,
#usecase_salesdecks-feature_2 .feature-preview__visual::before {
  display: block;
  padding-bottom: 49.5%;
  content: '';
}
#usecase_pitchdecks-feature_2 .feature-preview__visual .feature-preview__image,
#usecase_salesdecks-feature_2 .feature-preview__visual .feature-preview__image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-52.5%);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.tagline a,
.gradient-hover {
  transition: background-position 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: currentColor;
  background-image: linear-gradient(
    90deg,
    #8d49f7 0%,
    #6b53ff 46%,
    currentColor 54%,
    currentColor 100%
  );
  background-position: 100% 0;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: 220% 100%;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
h1 a .emoji,
h2 a .emoji,
h3 a .emoji,
h4 a .emoji,
h5 a .emoji,
h6 a .emoji,
.tagline a .emoji,
.gradient-hover .emoji {
  -webkit-text-fill-color: currentColor;
  -moz-text-fill-color: currentColor;
}

@media (hover: hover) {
  .gradient-hover:hover {
    background-position: 0% 0;
  }
}

.footer {
  display: grid;
  grid-template-areas: 'product templates' 'legal company' 'divider divider' 'logo logo' 'social social';
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
  margin-top: -1px;
  padding: 8rem 0;
  text-align: left;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .footer {
    grid-template-areas: 'product product templates templates' 'legal legal company company' 'divider divider divider divider' 'logo logo logo social';
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 60em) {
  .footer {
    grid-template-areas: 'product templates legal company' 'divider divider divider divider' 'logo logo logo social';
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer .buttons-social {
  margin-top: -2px;
  padding-bottom: 2px;
}
.footer .buttons-social > * {
  margin-right: 1.5rem;
}
.footer .buttons-social > *:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .footer .buttons-social {
    justify-content: flex-end;
  }
}

.footer__header {
  display: block;
  margin: 0 0 1rem;
  letter-spacing: 0;
  font: inherit;
  font-weight: bold;
}

.footer__links > a {
  display: block;
  padding: 0.25ch 0;
}

.footer__links > a,
.footer__links button {
  color: inherit;
}
.footer__links > a:focus,
.footer__links > a:hover,
.footer__links button:focus,
.footer__links button:hover {
  text-decoration: underline;
}

.footer__links .external {
  padding-left: 0.8rem;
}

.footer__links--products {
  grid-area: products;
}

.footer__links--templates {
  grid-area: templates;
}

.footer__links--legal {
  grid-area: legal;
}

.footer__links--company {
  grid-area: company;
}

.footer__links--social-links {
  grid-area: social;
  align-self: center;
}

.footer__logo {
  display: flex;
  align-items: flex-end;
  align-self: center;
  flex-wrap: wrap;
  grid-area: logo;
  margin-top: -6px;
  padding-bottom: 6px;
}
.footer__logo p {
  margin: 0;
}
.footer__logo .logo {
  display: block;
  margin-right: 1.2rem;
  margin-bottom: 0.8rem;
  color: inherit;
}

.footer__divider {
  grid-area: divider;
  height: 1px;
  margin-top: 14px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12);
}

.founder {
  position: relative;
  text-align: left;
}
.founder::before {
  display: block;
  padding-bottom: 75%;
  content: '';
}

.founder__overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem 2rem 1.5rem;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  color: white;
  background: linear-gradient(180deg, rgba(47, 47, 48, 0) 0%, #262e38 100%);
}
.founder.toggle-active .founder__overlay,
.founder:hover .founder__overlay,
.founder:focus .founder__overlay,
.founder:focus-within .founder__overlay {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 40em) {
  .founder__overlay {
    padding: 1rem;
  }
}
.founder__overlay .founder__name,
.founder__overlay .founder__role,
.founder__overlay .founder__social {
  margin: 0;
  color: inherit;
}

.founder__name {
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
@media (max-width: 50em) {
  .founder__name {
    font-size: 1em;
  }
}

.founder__role {
  line-height: 1.4;
}
@media (max-width: 50em) {
  .founder__role {
    font-size: 0.875em;
  }
}

.founder__social {
  display: flex;
}

.founder__social-link {
  display: inline-flex;
  width: 1.75em;
  height: 1.75em;
  margin-bottom: -0.25em;
  margin-left: 0.5em;
  padding: 0.25em;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8);
}
.founder__social-link:first-child {
  margin-left: -0.25em;
}
.founder__social-link:hover,
.founder__social-link:focus {
  opacity: 1;
}

.founder__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gradient-block {
  --gradient-rotation: 0deg;
  background: linear-gradient(var(--gradient-rotation), #8d49f7, #6b53ff);
}

/**
 * Hamburger - adapted squeeze variant
 * https://jonsuh.com/hamburgers/
 * https://github.com/jonsuh/hamburgers
 * MIT license
 */
.hamburger {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 2.2rem;
  margin-left: 1.5rem;
  padding: 0.3rem;
  cursor: pointer;
  color: inherit;
  border: none;
  background: none;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -0.1rem;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.075s;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 2.6rem;
  height: 0.2rem;
  transition-property: transform;
  border-radius: 0.15rem;
  background-color: currentColor;
}
.hamburger-inner::before,
.hamburger-inner::after {
  display: block;
  content: '';
}
.hamburger-inner::before {
  top: -0.7rem;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-inner::after {
  bottom: -0.7rem;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.toggle-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.toggle-active .hamburger-inner::before {
  top: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  opacity: 0;
}
.toggle-active .hamburger-inner::after {
  bottom: 0;
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-90deg);
}

:root {
  --header-height: 7.2rem;
}
@media (max-width: 66em) {
  :root {
    --header-height: 6rem;
  }
}

body {
  padding-top: var(--header-height);
}

@media (max-width: 66em) {
  .lock {
    overflow: hidden;
    height: 100%;
  }
}

.header-scroll-trigger {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 1px;
}

.header-container {
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--header-height);
  padding: 0 1.5rem;
  transition: color 0.3s, background-color 0.3s;
  background-color: #fff;
}
@media (min-width: 80em) {
  .header-container {
    padding: 0 3rem;
  }
}
.header-container.blue-gradient {
  background: #695bfb linear-gradient(91.56deg, #8253ff 0%, #4966f7 122.55%);
}
.header-container.product-tour-gradient {
  background: #8d49f7 linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%);
}
.header-container.community-gradient {
  background: #8d49f7 linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%);
}
.header-container.jobs-gradient {
  background: #8d49f7 linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%);
}
.header-container.transparent {
  background-color: transparent;
}
.header-container.transparent::before {
  background-color: #fff;
}
.header-container::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: opacity 0.3s;
  opacity: 0;
  box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.15);
}
.header-container.scrolled::before {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .header-container {
    transition: none;
  }
}
.header-container .container-inner {
  position: relative;
  display: flex;
  height: 100%;
  margin: 0 auto;
}

.header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 66em) {
  .header {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 80em) {
  .header {
    grid-template-columns: auto auto auto;
  }
}
.header .logo {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  height: 3rem;
  color: inherit;
}
.header .hamburger {
  display: none;
}
@media (max-width: 66em) {
  .header .hamburger {
    display: block;
  }
}
.header .header-buttons {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-buttons > * + * {
  margin-left: 1.5rem;
}
@media (max-width: 66em) {
  .header .header-buttons > * + * {
    margin-left: 1rem;
  }
}
@media (max-width: 22em) {
  .header .header-buttons .button.header-login {
    display: none;
  }
}
@media (max-width: 40em) {
  .header .header-buttons .button {
    height: 3.2rem;
    padding: 0 1em;
  }
}
@media (max-width: 66em) {
  .header.toggle-active {
    color: #2b2a35;
  }
}
.header.toggle-active .hamburger-inner,
.header.toggle-active .hamburger-inner::before,
.header.toggle-active .hamburger-inner::after {
  background-color: #2b2a35;
}
.header.toggle-active .menu-blockout {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  height: var(--header-height);
  background-color: white;
}
@media (max-width: 66em) {
  .header.toggle-active .menu-blockout {
    display: block;
  }
}

.menu {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
.menu .menu-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 66em) {
  .menu {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    height: var(--vh);
    min-height: 100vh;
    min-height: var(--vh);
    padding: var(--header-height) 0 0;
    transition: opacity 0.2s;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    color: #2b2a35;
    -webkit-overflow-scrolling: touch;
  }
  .toggle-active .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .menu:focus-within {
    opacity: 1;
  }
  .menu .menu-inner {
    align-items: stretch;
    align-self: baseline;
    flex: 100%;
    flex-direction: column;
    justify-content: start;
    min-height: calc(100vh - var(--header-height));
    min-height: calc(var(--vh) - var(--header-height));
    padding: 3rem 4rem 2rem 4rem;
    background-color: #fff;
  }
}
.menu .menu-item {
  position: relative;
  display: block;
  margin-left: 4rem;
  padding: 0.5rem 0;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 66em) {
  .menu .menu-item,
  .menu .menu-item a {
    color: inherit;
  }
  .menu .menu-item.parent.active {
    color: #334ac0;
  }
}
.menu .menu-item:first-child {
  margin-left: 0;
}
.menu .menu-item .menu-item__inner {
  padding: 0;
}
@media (min-width: 66.0625em) {
  .menu .menu-item .menu-item__inner {
    padding: 0.5rem 0;
  }
}
.menu .menu-item .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  vertical-align: sub;
}
@media (max-width: 66em) {
  .menu .menu-item .icon {
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: middle;
  }
}
.menu .menu-item .external {
  margin-top: 1px;
  padding-left: 0.8rem;
  vertical-align: baseline;
}
.menu .menu-item:hover {
  box-shadow: none;
}
@media (min-width: 66.0625em) {
  .menu .menu-item:hover .submenu {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.menu .menu-item.jobs {
  position: relative;
  display: flex;
}
.menu .menu-item.jobs .jobs-count {
  position: absolute;
  left: 100%;
  display: inline-block;
  min-width: 1.8rem;
  margin: -1rem 0 0 0.6ch;
  padding: 0.3rem 0.5rem 0.5rem;
  transition: color 0.5s, background-color 0.5s;
  text-align: center;
  color: white;
  border-radius: 0.9rem;
  background: linear-gradient(90deg, #8d49f7, #6b53ff);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
}
@media (prefers-reduced-motion: reduce) {
  .menu .menu-item.jobs .jobs-count {
    transition: none;
  }
}
@media (min-width: 66.0625em) {
  .negative .menu .menu-item.jobs .jobs-count {
    color: #334ac0;
    background: #fff;
  }
}
@media (max-width: 66em) {
  .menu .menu-item.jobs {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .menu .menu-item.jobs .jobs-count {
    position: static;
    vertical-align: middle;
  }
}
.menu .menu-item.active .submenu-parent::after {
  right: 2rem;
}
@media (max-width: 66em) {
  .menu .menu-item.parent {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 66.0625em) {
  .menu .menu-item .menu-item__label {
    transition: background-position 0.3s ease-out;
    background-image: linear-gradient(180deg, black 0%, #344bc1 100%, #834bf3 200%);
    background-position: 0 0;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-size: 100% 300%;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  }
  .menu .menu-item.parent:hover,
  .menu .menu-item:hover .menu-item__label {
    background-position: 0 100%;
  }
  .header-container.negative .menu .menu-item.parent,
  .header-container.negative .menu .menu-item .menu-item__label {
    background: none;
    -webkit-background-clip: unset;
    -moz-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: initial;
    -moz-text-fill-color: initial;
  }
  .header-container.negative .menu .menu-item.parent,
  .header-container.negative .menu .menu-item .menu-item__label,
  .header-container.negative .menu .menu-item .submenu-arrow {
    transition: opacity 0.3s;
    opacity: 0.85;
  }
  .header-container.negative .menu .menu-item:hover.parent,
  .header-container.negative .menu .menu-item:hover .menu-item__label,
  .header-container.negative .menu .menu-item:hover .submenu-arrow {
    opacity: 1;
  }
}
@media (min-width: 66.0625em) {
  .menu .menu-item[data-active-child='true'] .menu-item__label,
  .menu .menu-item.active .menu-item__label {
    position: relative;
  }
  .menu .menu-item[data-active-child='true'] .menu-item__label::after,
  .menu .menu-item.active .menu-item__label::after {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    display: block;
    height: 1px;
    content: '';
    background-color: currentColor;
  }
  .menu .menu-item .menu-item__label::after,
  .menu .menu-item .submenu-arrow {
    transition: background-position 0.3s ease-out;
    background: none;
    background-image: linear-gradient(90deg, black 0%, #344bc1 70%, #834bf3 200%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  .header-container.negative .menu .menu-item .menu-item__label::after,
  .header-container.negative .menu .menu-item .submenu-arrow {
    background: currentColor;
  }
  .menu .menu-item:hover .menu-item__label::after,
  .menu .menu-item:hover .submenu-arrow {
    background-position: 100% 0;
  }
}
@media (max-width: 66em) {
  .menu .menu-item:not(.parent):not(:first-child) {
    margin-top: 2.4rem;
  }
}
@media (max-width: 66em) {
  .menu .menu-item {
    width: 20rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: left;
    line-height: 2;
  }
  .menu .menu-item:first-child {
    margin-left: auto;
  }
}
.menu .submenu {
  position: absolute;
  z-index: 12;
  left: 50%;
  visibility: hidden;
  width: 20rem;
  margin-left: -10rem;
  padding-top: 1.2rem;
  cursor: default;
  transition: all 125ms linear;
  transform: perspective(200px) rotateX(-15deg) rotateY(0deg) rotateZ(0deg);
  transform-origin: top center;
  opacity: 0;
}
@media (max-width: 66em) {
  .menu .submenu {
    position: relative;
    left: 0;
    visibility: visible;
    width: inherit;
    margin-left: 0;
    padding-top: 0;
    transform: rotateX(0);
    opacity: 1;
  }
}
@media (min-width: 66.0625em) {
  .menu .submenu.on {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.menu .submenu .submenu-inner {
  position: relative;
  z-index: 1;
  top: calc(100% + 1em);
  margin-top: 1.2rem;
  padding: 1.6rem 0;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(13, 23, 75, 0.25);
}
.menu .submenu .submenu-inner::before {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 12px;
  content: '';
  background-color: white;
}
@media (max-width: 66em) {
  .menu .submenu .submenu-inner::before {
    display: none;
  }
}
.menu .submenu .submenu-inner::after {
  position: absolute;
  z-index: -1;
  top: -0.4em;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  transform: translate3d(-50%, 0, 0);
  border-width: 0 0.5em 0.5em 0.5em;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-filter: drop-shadow(0 2px 6px rgba(13, 23, 75, 0.25));
  filter: drop-shadow(0 2px 6px rgba(13, 23, 75, 0.25));
}
@media (max-width: 66em) {
  .menu .submenu .submenu-inner::after {
    display: none;
  }
}
@media (max-width: 66em) {
  .menu .submenu .submenu-inner {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: inherit;
  }
  .menu .submenu .submenu-inner .menu-item {
    text-transform: none;
    font-weight: normal;
  }
}
.menu .submenu .menu-item__wrap {
  padding: 0.2rem 1.8rem;
}
@media (max-width: 66em) {
  .menu .submenu .menu-item__wrap {
    padding: 0;
  }
}
.menu .submenu a {
  display: block;
  margin: 0;
  padding: 0.7rem 1rem;
  transition: background-color 0.25s;
  color: #2b2a35;
  border-bottom: 0;
  border-radius: 0.6rem;
  font-size: 1.5rem;
}
.menu .submenu a:hover {
  background-color: #f5f6fd;
  box-shadow: none;
}
.menu .submenu a:focus {
  background-color: #ebeefb;
}
.menu .submenu a.active {
  color: #334ac0;
  background-color: #ebeefb;
  box-shadow: none;
}
@media (max-width: 66em) {
  .menu .submenu a.active {
    background-color: inherit;
  }
}
@media (max-width: 66em) {
  .menu .submenu a {
    display: block;
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 1.8rem;
  }
}
@media (max-width: 66em) {
  .menu a.menu-item {
    padding: 1rem;
  }
}
.menu .submenu-arrow {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
  background-color: currentColor;
  -webkit-mask: url('https://res.cloudinary.com/pitch-software/image/upload/website-images/images/icon-expand_q1p7ny.svg');
  mask: url('https://res.cloudinary.com/pitch-software/image/upload/website-images/images/icon-expand_q1p7ny.svg');
}
@media (min-width: 66.0625em) {
  .menu .submenu-arrow {
    display: inline-block;
  }
}
.menu .submenu-parent .icon {
  display: none;
}
@media (max-width: 66em) {
  .menu .submenu-parent {
    display: block;
    padding: 0 1rem;
    font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
      sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
    font-size: 30px;
    font-weight: 800;
  }
}
@media (min-width: 66.0625em) {
  .menu .parent .icon {
    display: none;
  }
}

.hero {
  z-index: 1;
  padding: 0;
  text-align: center;
}
.reduced-motion .hero {
  height: auto;
}
.hero .container-inner {
  max-width: none;
  height: 100%;
}

.hero-ui {
  position: absolute;
  z-index: -1;
  top: 0.6em;
  left: 50%;
  display: block;
  width: 16.25em;
  max-width: none;
  margin-top: -3.75em;
  margin-left: -8.75em;
  opacity: 0;
  will-change: opacity;
}

.hero-scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  height: calc(100vh + 5vw);
  margin-top: -7rem;
  margin-bottom: 0;
  animation: fadein 0.5s;
}
@media (max-width: 45em) {
  .hero-scroll-container {
    margin-top: -6rem;
  }
}

.hero-transform-target {
  height: 100%;
  transform-origin: 50% 40%;
  font-size: 12vw;
  will-change: transform;
}
@media (min-width: 80em) {
  .hero-transform-target {
    font-size: 10vw;
  }
}

.hero-headline {
  position: absolute;
  top: 26vh;
  right: 0;
  left: 0;
  max-width: 8ch;
  margin: 0 auto;
  color: black;
}

.hero-inverted {
  color: white;
  background-color: #334ac0;
}

.hero-headline-text {
  display: block;
}

.hero-intro {
  position: absolute;
  z-index: 1;
  top: 32vh;
  left: 50%;
  width: 80vw;
  max-width: 42ch;
  margin-top: calc(34vw - 2em);
  padding: 0 2rem;
  transform: translate(-50%, -50%);
  color: #545465;
  font: inherit;
  font-size: calc(0.125em + 0.8rem);
  line-height: 1.75;
}
@media (min-width: 80em) {
  .hero-intro {
    margin-top: 22vw;
    transform: translate(-50%, 0);
    font-size: calc(0.1em + 0.75rem);
  }
}

.hero-hand {
  position: absolute;
  top: -1.15em;
  left: 50%;
  width: 10em;
  max-width: none;
  margin-left: -5em;
  pointer-events: none;
}

.home-heading {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4.5rem;
  text-align: center;
}
@media (min-width: 60em) {
  .home-heading {
    margin-bottom: 5rem;
  }
}

.home-heading__title {
  display: block;
  width: 100%;
  max-width: 68rem;
}
@media (min-width: 32em) {
  .home-heading__title {
    width: 75%;
  }
}

.home-heading__paragraph {
  display: block;
  max-width: 56rem;
  margin-bottom: 0;
}

:root {
  --hero-size: calc(5vw + 1rem);
  --subtext-size: calc(1rem + 1vw);
  --ui-translateY: calc(var(--subtext-size) * 6 + 4 * var(--hero-size));
}
@media (min-width: 75em) {
  :root {
    --subtext-size: 2.2rem;
  }
}
@media (min-width: 137.5em) {
  :root {
    --hero-size: 12rem;
  }
}
@media (min-width: 60em) and (max-height: 50em) {
  :root {
    --hero-size: calc(9vh + 1rem);
  }
}

.home-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 0.5em 0 3rem;
  text-align: center;
  font-size: var(--hero-size);
}
@media (max-width: 15em) {
  .home-hero {
    --ui-translateY: calc(var(--subtext-size) * 7 + 4em);
  }
}

.home-hero__duration {
  height: calc(var(--ui-translateY) + 6rem);
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__duration {
    display: none;
  }
}

.home-hero__editor-1 {
  --avatar-color: #aab6fe;
  --animation-delay: 0s;
}

.home-hero__editor-2 {
  --avatar-color: #fdd60d;
  --animation-delay: 1s;
}

.home-hero__interaction {
  position: sticky;
  top: calc(var(--header-height) + 1vh);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em 0;
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__interaction {
    position: static;
  }
}

.home-hero__headline {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 93vw;
  min-height: 52vw;
  margin: 0 auto;
  transform: translate(0, -2.5em) scale(1);
  will-change: transform;
  backface-visibility: hidden;
  word-wrap: anywhere;
  font-size: 1em;
}
@media (min-width: 40em) {
  .home-hero__headline {
    max-width: 14.15em;
    min-height: 7.96em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__headline {
    transform: translate(0.69em, 0.25em) scale(0.8) !important;
    color: white;
  }
}

.home-hero__headline-line {
  position: relative;
  display: inline-block;
  margin: 0.2rem auto;
  backface-visibility: hidden;
  padding: 0 0.1em 0.15em;
  transition: color 0.3s;
  animation: fadeInUp 0.4s ease;
  animation-fill-mode: backwards;
  line-height: 1;
  will-change: opacity;
}
@supports (-moz-appearance: none) {
  .home-hero__headline-line {
    padding: 0.1em;
  }
}
.home-hero__headline-line::before {
  position: absolute;
  bottom: 100%;
  left: -1px;
  display: block;
  padding: 0.1em 0.4em;
  content: attr(data-editor);
  transition: opacity 0.1s 0.25s;
  opacity: 0;
  color: #000;
  border-radius: 0.3rem 0.3rem 0 0;
  background: var(--avatar-color);
  font: calc(0.8rem + 0.5vw) 'Eina01', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
    helvetica, arial, sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  line-height: 1.6;
}
@media (min-width: 87.5em) {
  .home-hero__headline-line::before {
    font-size: 1.5rem;
  }
}
.home-hero__headline-line::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  display: block;
  content: '';
  transition: opacity 0.1s 0.25s;
  opacity: 0;
  border: 1px dashed var(--avatar-color);
}
.home-hero__headline-line.home-hero__editor-2 {
  transition-delay: 0s, 0.3s, 0.3s;
  animation-delay: 0.2s;
}
.home-hero__headline-line.home-hero__editor-2::before,
.home-hero__headline-line.home-hero__editor-2::after {
  transition-delay: 0.3s;
}
.scrolled + .home-hero .home-hero__headline-line::before,
.scrolled + .home-hero .home-hero__headline-line::after {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .scrolled + .home-hero .home-hero__headline-line::before,
  .scrolled + .home-hero .home-hero__headline-line::after {
    opacity: 0;
  }
}
.home-hero__headline-line.home-hero__headline-line--in-frame {
  color: #fff;
}

@keyframes cursor-click {
  0% {
    transform: translate(0, 0) scale(1);
  }
  60% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(1);
  }
  100% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(0.9);
  }
}

@keyframes cursor-click-done {
  0% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(0.9);
  }
  40% {
    transform: translate(calc(0.6em * var(--cursor-direction)), -0.2em) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes cursor-entrance-left {
  0% {
    transform: translate3d(-1.7em, -0.8em, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes cursor-entrance-right {
  0% {
    transform: translate3d(1.7em, -0.8em, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.live-cursor {
  transition: transform 0.2s;
  will-change: transform;
  transform-origin: 0 0;
  backface-visibility: hidden;
}
@media not all and (prefers-reduced-motion: reduce) {
  .live-cursor {
    animation: cursor-entrance 0.6s linear;
  }
}
.live-cursor.home-hero__editor-1 {
  --cursor-direction: 1;
  top: 3.4em;
  left: 0.8em;
  animation: fadein 0.3s 0.3s ease-out backwards;
}
@media (min-width: 40em) {
  .live-cursor.home-hero__editor-1 {
    top: 3.8em;
    left: 1.2em;
    animation: cursor-entrance-left 0.6s 0.3s ease-out backwards;
  }
}
.live-cursor.home-hero__editor-2 {
  --cursor-direction: -1;
  top: 4.3em;
  right: 0.6em;
  animation: fadein 0.3s 0.4s ease-out backwards;
}
@media (min-width: 40em) {
  .live-cursor.home-hero__editor-2 {
    top: 4.9em;
    right: 1.7em;
    animation: cursor-entrance-right 0.5s 0.4s ease-out backwards;
  }
}
.home-hero--dragging .live-cursor {
  opacity: 1;
}
@media not all and (prefers-reduced-motion: reduce) {
  .home-hero--dragging .live-cursor {
    animation: cursor-click 0.3s both;
  }
}
.home-hero--dragging .live-cursor.home-hero__editor-2 {
  animation-delay: 0.06s;
}
.home-hero--dragging-done .live-cursor {
  opacity: 1;
}
@media not all and (prefers-reduced-motion: reduce) {
  .home-hero--dragging-done .live-cursor {
    animation: cursor-click-done 0.3s both;
  }
}
.home-hero--dragging-done .live-cursor.home-hero__editor-2 {
  animation-delay: 0.06s;
}

.home-hero__portrait {
  width: 4rem;
  height: 4rem;
  border: 0.3rem solid var(--avatar-color);
  border-radius: 50%;
}
@media (min-width: 40em) {
  .home-hero__portrait {
    width: 6rem;
    height: 6rem;
    border-width: 0.4rem;
  }
}
@media (min-width: 60em) {
  .home-hero__portrait {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 80em) {
  .home-hero__portrait {
    width: 10rem;
    height: 10rem;
    border-width: 0.5rem;
  }
}

.home-hero__subtext {
  position: absolute;
  top: calc(var(--hero-size) * 4.5);
  backface-visibility: hidden;
  align-self: center;
  max-width: 56ch;
  padding: 0 1ch;
  color: #545465;
  font-size: var(--subtext-size);
  line-height: 1.6;
  will-change: opacity;
}
.home-hero__subtext > * {
  animation: fadeInUp 0.5s ease;
  animation-delay: 0.8s;
  animation-fill-mode: backwards;
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__subtext {
    position: relative;
    top: 3rem;
    order: 1;
    opacity: 1 !important;
  }
}

.home-hero__ui {
  position: absolute;
  width: 96vw;
  max-width: none;
  backface-visibility: hidden;
  transition: opacity 0.8s 0.2s;
  transform: translate(0, 1em) scale(0.8);
  will-change: transform;
  pointer-events: none;
  opacity: 0;
  color: transparent;
  border-radius: 0.4rem;
  box-shadow: 0 calc(var(--hero-size) * 0.1) calc(var(--hero-size) * 0.5) rgba(26, 32, 66, 0.14),
    0 0 0 0.1rem rgba(103, 110, 144, 0.05);
  font-size: var(--ui-translateY);
}
@media (min-width: 40em) {
  .home-hero__ui {
    width: calc(var(--hero-size) * 15);
  }
}
@media (min-width: 60em) {
  .home-hero__ui {
    border-radius: 0.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__ui {
    transform: translate(0, 0) scale(1) !important;
  }
}
.home-hero__ui.loaded {
  opacity: 1;
}

.jobs-office {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 0 1.5rem 4rem;
  backface-visibility: hidden;
  cursor: grab;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
@media (min-width: 40em) {
  .jobs-office {
    padding: 2rem 0 5rem 0;
  }
}

.jobs-office__list {
  z-index: 0;
  display: inline-block;
  padding-left: 4rem;
  white-space: nowrap;
}
.jobs-office__list:nth-child(3) {
  transform: translate3d(-300%, 0, 0);
}

.jobs-office-card:nth-child(1) {
  z-index: 1;
}

.jobs-office-card:nth-child(2) {
  z-index: 2;
}

.jobs-office-card:nth-child(3) {
  z-index: 3;
}

.jobs-office-card:nth-child(4) {
  z-index: 4;
}

.jobs-office-card:nth-child(5) {
  z-index: 5;
}

.jobs-office-card:nth-child(6) {
  z-index: 6;
}

.jobs-office-card:nth-child(7) {
  z-index: 7;
}

.jobs-office-card:nth-child(8) {
  z-index: 8;
}

.jobs-office-card:nth-child(9) {
  z-index: 9;
}

.jobs-office-card:nth-child(10) {
  z-index: 10;
}

.jobs-office-card:nth-child(11) {
  z-index: 11;
}

.jobs-office-card:nth-child(12) {
  z-index: 12;
}

.jobs-office-card:nth-child(13) {
  z-index: 13;
}

.jobs-office-card:nth-child(14) {
  z-index: 14;
}

.jobs-office-card:nth-child(15) {
  z-index: 15;
}

.jobs-office-card {
  position: relative;
  display: inline-block;
  width: 24rem;
  height: 24rem;
  vertical-align: top;
  white-space: normal;
  border-radius: 0.6rem;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  backface-visibility: hidden;
  will-change: transform;
  backdrop-filter: blur(20px);
}
@media (min-width: 60em) {
  .jobs-office-card {
    width: 36rem;
    height: 36rem;
  }
}

.jobs-office-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}
.jobs-office-card__background + .jobs-office-card__content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 27.22%);
}

.jobs-office-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  letter-spacing: -0.03em;
  border-radius: 0.6rem;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.6rem;
  line-height: 1.1;
}
@media (min-width: 60em) {
  .jobs-office-card__content {
    padding: 3rem;
    font-size: 2.8rem;
  }
}
.jobs-office-card__content > div:first-child {
  color: white;
}
.jobs-office-card.jobs-office-card--image .jobs-office-card__content > div:first-child {
  color: black;
}
.jobs-office-card__content > div:last-child {
  color: black;
}
.jobs-office-card.jobs-office-card--image .jobs-office-card__content > div:last-child {
  color: white;
}
.jobs-office-card__content p {
  margin: 0 0 1rem 0;
}
.jobs-office-card__content strong,
.jobs-office-card__content b {
  font-weight: inherit;
}

/**
  Color variants
**/
.jobs-office-card.jobs-office-card--blue {
  background: rgba(90, 126, 255, 0.8);
  box-shadow: 0 18px 38px rgba(16, 26, 253, 0.3);
}
.jobs-office-card.jobs-office-card--blue strong {
  color: #2f49a8;
}

.jobs-office-card.jobs-office-card--purple {
  background: rgba(148, 124, 246, 0.8);
  box-shadow: 0 18px 38px rgba(108, 73, 242, 0.3);
}
.jobs-office-card.jobs-office-card--purple strong {
  color: #694ada;
}

.jobs-office-card.jobs-office-card--yellow {
  background: rgba(255, 199, 54, 0.8);
  box-shadow: 0 18px 38px rgba(255, 170, 5, 0.3);
}
.jobs-office-card.jobs-office-card--yellow strong {
  color: #cc9a15;
}

.jobs-office-card.jobs-office-card--red {
  background: rgba(255, 136, 136, 0.8);
  box-shadow: 0 18px 38px rgba(255, 160, 160, 0.5);
}
.jobs-office-card.jobs-office-card--red strong {
  color: #a74949;
}

/**
  Positions
**/
.jobs-office-card:nth-child(1) {
  margin-top: 1.5rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(1) {
    margin-top: 3rem;
  }
}

.jobs-office-card:nth-child(2) {
  margin-top: 16rem;
  margin-left: -12rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(2) {
    margin-top: 28rem;
    margin-left: -14rem;
  }
}
.jobs-office-card:nth-child(2) .job-office-card__decoration {
  z-index: -1;
  top: 12rem;
  right: -13rem;
  width: 31rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(2) .job-office-card__decoration {
    top: 18rem;
    right: -20rem;
    width: 42rem;
  }
}

.jobs-office-card:nth-child(3) {
  margin-top: 3rem;
  margin-left: 2rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(3) {
    margin-top: 9rem;
    margin-left: 5rem;
  }
}

.jobs-office-card:nth-child(4) {
  margin-top: 6rem;
  margin-left: 2rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(4) {
    margin-top: 21.5rem;
    margin-left: 5rem;
  }
}

.jobs-office-card:nth-child(5) {
  margin-left: -4rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(5) {
    margin-left: -2.6rem;
  }
}
.jobs-office-card:nth-child(5) .job-office-card__decoration {
  top: 0;
  right: -16rem;
  width: 20rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(5) .job-office-card__decoration {
    z-index: -1;
    right: -28rem;
    width: 30rem;
  }
}

.jobs-office-card:nth-child(6) {
  margin-top: 18rem;
  margin-left: -1rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(6) {
    margin-top: 29rem;
    margin-left: -5rem;
  }
}

.jobs-office-card:nth-child(7) {
  margin-top: 8rem;
  margin-left: 2.5rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(7) {
    margin-top: 10rem;
    margin-left: 5rem;
  }
}
.jobs-office-card:nth-child(7) .job-office-card__decoration {
  z-index: 1;
  top: -8rem;
  right: -10rem;
  width: 17rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(7) .job-office-card__decoration {
    right: -20rem;
    width: 28rem;
  }
}

.jobs-office-card:nth-child(8) {
  margin-top: 13rem;
  margin-left: 2.5rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(8) {
    margin-top: 26rem;
    margin-left: 5rem;
  }
}

.jobs-office-card:nth-child(9) {
  margin-top: 8rem;
  margin-left: -3rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(9) {
    margin-top: 16rem;
    margin-left: -5rem;
  }
}

.jobs-office-card:nth-child(10) {
  margin-top: 2rem;
  margin-left: 2.5rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(10) {
    margin-top: 8rem;
    margin-left: 5rem;
  }
}

.jobs-office-card:nth-child(11) {
  margin-top: 13rem;
  margin-left: -10rem;
}
@media (min-width: 60em) {
  .jobs-office-card:nth-child(11) {
    margin-top: 25rem;
    margin-left: -10rem;
  }
}

.job-office-card__decoration {
  position: absolute;
  display: block;
  pointer-events: none;
}

.job-positions__content {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 57.5em) {
  .job-positions__content {
    display: flex;
  }
}

.job-positions__error {
  display: none;
}

.job-positions__categories {
  position: relative;
  flex-grow: 1;
}

.job-positions__category {
  --content-height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.job-positions__category:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.job-positions__category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  line-height: 1;
}
.job-positions__category[data-open='true'] .job-positions__category-heading {
  opacity: 1;
}
@media (hover: hover) {
  .job-positions__category-heading:hover .job-positions__category-name {
    background-position: 0% 0%;
  }
  .job-positions__category-heading:hover .job-positions__toggle {
    opacity: 1;
  }
}

.job-positions__category-info {
  letter-spacing: -0.03em;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 2.8rem;
  font-weight: bold;
}
@media (min-width: 30em) {
  .job-positions__category-info {
    font-size: 4.6vw;
  }
}
@media (min-width: 94em) {
  .job-positions__category-info {
    font-size: 7rem;
  }
}

.job-positions__category-name {
  position: relative;
  display: inline-block;
  padding: 0.75em 0 0.75em;
  text-align: left;
}
@media (min-width: 57.5em) {
  .job-positions__category-name {
    padding: 0.5em 0 0.75em;
  }
}

.job-positions__category-count {
  margin-left: 0.5em;
  color: #cdcdcd;
  font-size: 0.8em;
}
@media (min-width: 57.5em) {
  .job-positions__category-count {
    font-size: 0.6em;
  }
}

.job-positions__toggle {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
  transition: opacity 0.2s ease-out, transform 0.3s ease-in-out;
  stroke: black;
}
@media (min-width: 57.5em) {
  .job-positions__toggle {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0;
    opacity: 0;
  }
}
.job-positions__toggle line {
  transition: opacity 0.15s ease-in-out, transform 0.3s ease-in-out;
  transform-origin: 0 0;
}
@media (hover: hover) {
  .job-positions__category[data-open='true'] .job-positions__toggle {
    transform: rotate(90deg);
    opacity: 1;
  }
  .job-positions__category[data-open='true'] .job-positions__toggle line:first-child {
    transition: opacity 0.15s ease-out 0.15s, transform 0.3s ease-in-out;
    transform: scaleX(0);
    opacity: 0;
  }
}

.job-positions__openings {
  flex: 0 0 auto;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
}
.job-positions__openings span {
  display: none;
  color: #cdcdcd;
}
@media (min-width: 57.5em) {
  .job-positions__openings {
    max-width: 11.5vw;
    margin-right: 3em;
    letter-spacing: inherit;
    text-transform: none;
    font-size: 3.47826087vw;
    font-weight: bold;
  }
  .job-positions__openings span {
    display: initial;
  }
}
@media (min-width: 86.25em) {
  .job-positions__openings {
    margin-right: 10rem;
    font-size: 4.8rem;
  }
}

.job-positions__category-content-wrapper {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
}
.job-positions__category[data-open='true'] .job-positions__category-content-wrapper {
  max-height: var(--content-height);
  opacity: 1;
}
.job-positions__category-content-wrapper li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.job-positions__category-content-wrapper ul {
  margin-bottom: 2rem;
}
.job-positions__category-content-wrapper ul:last-child {
  margin: 0;
}
.job-positions__category-content-wrapper ul:last-child li:last-child {
  border: none;
}

.job-positions__category-section {
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 3.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
}

.job-positions__entry {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (hover: hover) {
  .job-positions__entry:hover .gradient-hover {
    background-position: 0% 0%;
  }
}

.job-positions__entry-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 45em) {
  .job-positions__entry-info {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 0;
    font-size: 1.8rem;
  }
}
.job-positions__entry-info > span:last-child {
  flex-shrink: 0;
  margin-top: 0.8rem;
  color: #939da8;
  font-size: 0.9em;
}
@media (min-width: 45em) {
  .job-positions__entry-info > span:last-child {
    margin-top: 0;
    font-size: inherit;
  }
}

.job-positions__count {
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.5em 0.4em;
  text-align: center;
  vertical-align: text-bottom;
  white-space: nowrap;
  color: white;
  border-radius: 0.9rem;
  background: #939da8;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1em;
  -webkit-text-fill-color: currentColor;
  -moz-text-fill-color: currentColor;
}

.job-positions__entry-arrow {
  flex: 0 0 auto;
  width: 0.8rem;
  height: 1.6rem;
  margin-left: 1rem;
}
@media (min-width: 45em) {
  .job-positions__entry-arrow {
    margin-left: 3rem;
  }
}

.job-positions__cursor {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 18vw;
  max-width: 35rem;
  height: 18vw;
  max-height: 35rem;
  transition: opacity 0.15s;
  pointer-events: none;
  opacity: 0;
}
.job-positions__cursor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: transform 0.15s;
  transform: translate(20%, -50%) scale(0.8, 0.8);
  opacity: 0;
  object-fit: contain;
}
.job-positions__cursor img[data-shown='true'] {
  transform: translate(20%, -50%) scale(1, 1);
  opacity: 1;
}
.job-positions__cursor[data-shown='true'] {
  opacity: 1;
}
.job-positions__cursor[data-shown='false'] img[data-shown='false'] {
  transition: opacity 0.15s, transform 0.15s;
}
@media (min-width: 80em) and (min-height: 38em) {
  .job-positions__cursor {
    width: 25.4vw;
    height: 25.4vw;
  }
}

.job-positions__speculative {
  margin-top: 2rem;
  color: #545464;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}
@media (min-width: 57.5em) {
  .job-positions__speculative {
    font-size: 1.8rem;
  }
}
.job-positions__speculative a {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.jobs-benefits {
  margin-bottom: 6rem;
  text-align: center;
}
.jobs-benefits p {
  margin: 0;
  color: #545464;
}
.jobs-benefits h3 {
  font-weight: 600;
}
.jobs-benefits li {
  margin-bottom: 3rem;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 48em) {
  .jobs-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  .jobs-benefits li {
    flex: 0 0 auto;
    width: calc(50% - 4rem);
    margin-bottom: 4rem;
  }
  .jobs-benefits h3 {
    margin-bottom: 2.4rem;
    letter-spacing: -0.03em;
    font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
      sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
    font-size: 3rem;
    line-height: 1.1;
  }
  .jobs-benefits p {
    font-size: 1.8rem;
  }
}
@media (min-width: 80em) {
  .jobs-benefits li {
    width: calc(33.33% - 4rem);
    margin-bottom: 7rem;
  }
  .jobs-benefits li:nth-child(1) {
    animation-delay: 200ms;
  }
  .jobs-benefits li:nth-child(2) {
    animation-delay: 300ms;
  }
  .jobs-benefits li:nth-child(3) {
    animation-delay: 400ms;
  }
  .jobs-benefits li:nth-child(4) {
    animation-delay: 500ms;
  }
  .jobs-benefits li:nth-child(5) {
    animation-delay: 600ms;
  }
  .jobs-benefits li:nth-child(6) {
    animation-delay: 700ms;
  }
  .jobs-benefits li:nth-child(7) {
    animation-delay: 800ms;
  }
  .jobs-benefits li:nth-child(8) {
    animation-delay: 900ms;
  }
  .jobs-benefits li:nth-child(9) {
    animation-delay: 1000ms;
  }
  .jobs-benefits li:nth-child(10) {
    animation-delay: 1100ms;
  }
  .jobs-benefits li:nth-child(11) {
    animation-delay: 1200ms;
  }
  .jobs-benefits li:nth-child(12) {
    animation-delay: 1300ms;
  }
}

.jobs-globe {
  position: relative;
  height: 200vh;
  color: #fff;
  background: #8d49f7 linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%);
}

.jobs-globe__pointer-shadow {
  position: absolute;
  top: 0;
  left: 0;
}

.jobs-globe__inner {
  position: sticky;
  top: var(--header-height);
  overflow: hidden;
  height: calc(100vh - var(--header-height));
}

.jobs-globe[data-jobs-globe-fadein='true'] .jobs-globe__inner > *:not(.jobs-globe__loader) {
  transition: 0.3s opacity ease-in-out 0.1s;
}

.jobs-globe[data-jobs-globe='not-ready'] .jobs-globe__inner {
  pointer-events: none;
}
.jobs-globe[data-jobs-globe='not-ready'] .jobs-globe__inner > *:not(.jobs-globe__loader) {
  opacity: 0;
}

.jobs-globe__loader {
  position: absolute;
  top: calc(var(--header-height) * -1);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  padding: 4.6rem 0 1.5rem 0;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in;
  transform: translate(0, -5%);
  opacity: 0;
}

@keyframes rotation {
  from {
    transform: translateX(0);
  }
  from {
    transform: translateX(-50%);
  }
}
.jobs-globe__loader div {
  position: relative;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  transform: translateZ(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.jobs-globe__loader div::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(75, 44, 154, 0.75), #fff0, rgba(255, 255, 255, 0.6));
  box-shadow: inset 0 0 17px rgba(255, 255, 255, 0.5);
}
.jobs-globe__loader svg {
  width: 23rem;
  max-width: none;
  height: 6rem;
  animation-name: rotation;
  animation-duration: 3.5s;
  animation-play-state: paused;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  fill: #8052fb;
  animation-fill-mode: forwards;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__loader {
    height: 100vh;
  }
  .jobs-globe__loader div {
    width: 10rem;
    height: 10rem;
  }
  .jobs-globe__loader svg {
    width: 39rem;
    height: 10rem;
  }
}
.jobs-globe__loader[data-jobs-globe-loader='active'] {
  transform: translate(0, 0%);
  opacity: 1;
}
.jobs-globe__loader[data-jobs-globe-loader='active'] svg {
  animation-play-state: running;
}

.jobs-globe__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jobs-globe__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  will-change: transform;
}

.jobs-globe__header-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc((100vh - var(--header-height)) * 0.5);
}
.jobs-globe__header-inner > * {
  flex: 0 0 auto;
}

.jobs-globe__title {
  margin: 0 0 2rem 0;
}
@media (min-width: 100em) {
  .jobs-globe__title {
    margin: 0 0 3rem 0;
    font-size: 14rem;
  }
}

.jobs-globe__description {
  margin: 0 0 2rem 0;
}
@media (min-width: 100em) {
  .jobs-globe__description {
    margin: 0 0 3rem 0;
    font-size: 2.2rem;
  }
}

.jobs-globe__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 4rem);
  max-width: 40rem;
  height: calc((100vh - var(--header-height)) * 0.62);
  margin: 0 auto;
  pointer-events: none;
}
@media (min-width: 48em) and (orientation: portrait) {
  .jobs-globe__content {
    max-width: 50rem;
  }
}
@media (min-width: 60em) and (orientation: portrait) {
  .jobs-globe__content {
    max-width: 55rem;
  }
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__content {
    right: auto;
    width: calc(50% - 4rem);
    height: 100%;
    margin-left: 75%;
    transform: translateX(-50%);
  }
}
@media (min-width: 80em) {
  .jobs-globe__content {
    max-width: 60rem;
  }
}
@media (min-width: 100em) {
  .jobs-globe__content {
    max-width: 80rem;
  }
}

.jobs-globe__content-inner {
  position: relative;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(50%);
  pointer-events: auto;
  opacity: 0;
  will-change: transform;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__content-inner {
    transform: translateY(100%);
    opacity: 1;
  }
}

.jobs-globe__profiles {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.jobs-globe__profile {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile {
    padding: 2rem 0 0 0;
  }
}

.jobs-globe__avatar {
  position: relative;
  display: none;
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__avatar {
    display: block;
  }
}
@media (min-width: 100em) {
  .jobs-globe__avatar {
    width: 15rem;
    height: 15rem;
  }
}

.jobs-globe__avatar-pointer {
  position: absolute;
  top: -21px;
  left: -5px;
  display: flex;
  color: #ffd02c;
}
.jobs-globe__avatar-pointer svg {
  width: 30px;
  height: intrinsic;
}

.jobs-globe__avatar-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0.8rem solid #ffd02c;
  border-radius: 50%;
  background: #ffd02c;
}

.jobs-globe__avatar-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jobs-globe__avatar::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  animation: 5s infinite talking;
  opacity: 0.3;
  border-radius: 50%;
  background: #ffd02c;
}

@keyframes talking {
  0%,
  100% {
    transform: scale(1);
  }
  5%,
  20%,
  85% {
    transform: scale(1.15);
  }
  15%,
  30%,
  55%,
  75%,
  90% {
    transform: scale(1.05);
  }
  35%,
  45%,
  60%,
  70% {
    transform: scale(1.2);
  }
  40%,
  67%,
  95% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.jobs-globe__profile-content {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  color: #fff;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-content {
    margin-top: 2rem;
  }
}
@media (min-width: 80em) {
  .jobs-globe__profile-content {
    margin-top: 3rem;
  }
}
@media (min-width: 100em) {
  .jobs-globe__profile-content {
    margin-top: 4rem;
  }
}

.jobs-globe__profile-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 0.1em;
  font-size: 4.2rem;
  font-weight: 800;
}
@media (min-width: 48em) and (orientation: portrait) {
  .jobs-globe__profile-name {
    font-size: 6rem;
  }
}
@media (min-width: 60em) and (orientation: portrait) {
  .jobs-globe__profile-name {
    font-size: 8rem;
  }
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-name {
    left: 50%;
    margin-bottom: -0.37em;
    transform: translateX(-50%);
    font-size: 5rem;
    line-height: 1;
  }
}
@media (min-width: 100em) {
  .jobs-globe__profile-name {
    font-size: 8rem;
  }
}

@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-name::before,
  .jobs-globe__profile-name::after {
    width: 100%;
    height: 1px;
    height: 6px;
    margin-top: 0.35em;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-name::before {
    margin-right: 2rem;
    margin-left: 1px;
    border-top-left-radius: 8px;
  }
}

@media (min-width: 80em) {
  .jobs-globe__profile-name::before {
    margin-right: 3rem;
  }
}

@media (min-width: 100em) {
  .jobs-globe__profile-name::before {
    margin-right: 4rem;
  }
}

@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-name::after {
    margin-right: 1px;
    margin-left: 2rem;
    border-top-right-radius: 8px;
  }
}

@media (min-width: 80em) {
  .jobs-globe__profile-name::after {
    margin-left: 3rem;
  }
}

@media (min-width: 100em) {
  .jobs-globe__profile-name::after {
    margin-left: 4rem;
  }
}

.jobs-globe__profile-description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 48em) and (orientation: portrait) {
  .jobs-globe__profile-description {
    font-size: 1.8rem;
  }
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-description {
    flex: 1 1 auto;
    padding: 3.3rem 2rem 2rem 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1.6rem;
  }
}
@media (min-width: 80em) {
  .jobs-globe__profile-description {
    padding: 4rem 3rem 3rem 3rem;
  }
}
@media (min-width: 100em) {
  .jobs-globe__profile-description {
    padding: 6rem 4rem 4.5rem 4rem;
    font-size: 2.2rem;
  }
}

.jobs-globe__profile-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 48em) and (orientation: portrait) {
  .jobs-globe__profile-bottom {
    margin-top: 1rem;
  }
}

.jobs-globe__profile-role,
.jobs-globe__profile-location {
  text-align: center;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-role,
  .jobs-globe__profile-location {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 1rem 0;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 100em) {
  .jobs-globe__profile-role,
  .jobs-globe__profile-location {
    padding: 2rem 0;
    font-size: 2.2rem;
  }
}

.jobs-globe__profile-role {
  border-bottom-left-radius: 8px;
  font-weight: 700;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-role {
    font-weight: 400;
  }
}

.jobs-globe__profile-location {
  display: none;
}
@media (min-width: 60em) and (orientation: landscape) {
  .jobs-globe__profile-location {
    display: flex;
    border-left: none;
    border-bottom-right-radius: 8px;
  }
  .jobs-globe__profile-location svg {
    margin-right: 1rem;
    opacity: 0.2;
    fill: currentColor;
  }
}

.jobs-globe__controls {
  display: flex;
  align-self: center;
  justify-content: center;
  margin-top: 2rem;
}
.jobs-globe__controls > * {
  margin: 0 1.5rem;
}
@media (min-width: 48em) and (orientation: portrait) {
  .jobs-globe__controls {
    margin-top: 3.5rem;
  }
}
@media (min-width: 100em) {
  .jobs-globe__controls {
    margin-top: 3rem;
  }
}

.jobs-media {
  width: 100%;
}

.jobs-media__entry {
  width: 100%;
}
.jobs-media__entry:nth-child(even) {
  flex-direction: row-reverse;
}
.jobs-media__entry h3 {
  margin-bottom: 2rem;
  font-weight: bold;
}
.jobs-media__entry p {
  margin-bottom: 4rem;
}
@media (min-width: 60em) {
  .jobs-media__entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .jobs-media__entry h3 {
    margin-bottom: 0;
  }
  .jobs-media__entry p {
    margin-bottom: 0;
  }
}

.jobs-media__content {
  flex: 0 0 auto;
}
@media (min-width: 60em) {
  .jobs-media__content {
    width: calc(60% - 4rem);
    max-width: 48rem;
    margin-right: 4rem;
  }
  .jobs-media__entry:nth-child(even) .jobs-media__content {
    margin-right: 0;
    margin-left: 4rem;
  }
}
@media (min-width: 86.5em) {
  .jobs-media__content {
    width: calc(40% - 8rem);
    margin-right: 8rem;
  }
  .jobs-media__entry:nth-child(even) .jobs-media__content {
    margin-right: 0;
    margin-left: 8rem;
  }
}

.jobs-media__media {
  flex: 0 0 auto;
}
@media (min-width: 60em) {
  .jobs-media__media {
    align-self: stretch;
    flex-shrink: 1;
    width: 40%;
    max-width: 74rem;
  }
}
@media (min-width: 86.5em) {
  .jobs-media__media {
    width: 60%;
  }
}
.jobs-media__media img,
.jobs-media__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes noise {
  0%,
  4%,
  27%,
  64%,
  93% {
    transform: scale(1.15);
  }
  10%,
  14%,
  24%,
  37%,
  74%,
  83% {
    transform: scale(1.05);
  }
  21%,
  67%,
  47%,
  69%,
  77%,
  9%,
  30% {
    transform: scale(1);
  }
  5%,
  7%,
  12%,
  32%,
  54%,
  89% {
    transform: scale(1.1);
  }
}

.live-cursor {
  --avatar-loudness: 0.8rem;
  --border-width: 0.3rem;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.3rem 1.6rem;
  transition: top 200ms linear, left 200ms linear, opacity 125ms linear;
  white-space: nowrap;
  pointer-events: auto;
  border-radius: 2em;
  background-color: var(--avatar-color);
  box-shadow: 0 0.1rem 0.3rem rgba(25, 25, 25, 0.18);
  will-change: top, left;
}
@media (min-width: 40em) {
  .live-cursor {
    --avatar-loudness: 1rem;
    --border-width: 0.4rem;
  }
}
@media (min-width: 80em) {
  .live-cursor {
    --avatar-loudness: 1.5rem;
    --border-width: 0.6rem;
  }
}
@media (min-width: 112.5em) {
  .live-cursor {
    --avatar-loudness: 2rem;
    --border-width: 0.8rem;
  }
}
.live-cursor.video {
  padding: 0;
  border: var(--border-width) solid var(--avatar-color);
  border-radius: 50%;
}
.live-cursor.video::after {
  border-radius: 50%;
}
.live-cursor.speaking::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: calc(var(--border-width) * -1);
  content: '';
  animation: 3s noise var(--animation-delay) ease-in-out infinite alternate;
  opacity: 0.5;
  border-radius: 2em;
  background: var(--avatar-color);
}
@media (prefers-reduced-motion: reduce) {
  .live-cursor.speaking::before {
    transform: scale(1.1);
    animation: none;
  }
}

.live-cursor__video-wrapper {
  position: relative;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  transform: translateY(0);
  border-radius: 50%;
}
@media (min-width: 40em) {
  .live-cursor__video-wrapper {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 60em) {
  .live-cursor__video-wrapper {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 80em) {
  .live-cursor__video-wrapper {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 112.5em) {
  .live-cursor__video-wrapper {
    width: 14rem;
    height: 14rem;
  }
}
.live-cursor__video-wrapper video {
  display: none;
}
@media (min-width: 40em) {
  .live-cursor__video-wrapper video {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .live-cursor__video-wrapper video {
    display: none;
  }
}
.live-cursor__video-wrapper img {
  display: block;
}
@media (min-width: 40em) {
  .live-cursor__video-wrapper img {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .live-cursor__video-wrapper img {
    display: block;
  }
}
.live-cursor__video-wrapper img,
.live-cursor__video-wrapper video {
  background-color: var(--grey2);
  object-fit: cover;
}

.live-cursor__pointer {
  position: absolute;
  right: 90%;
  bottom: 90%;
  width: 1.8rem;
  height: 1.8rem;
  color: var(--avatar-color);
}
@media (min-width: 40em) {
  .live-cursor__pointer {
    right: 100%;
    bottom: 100%;
    width: 2.3rem;
    height: 2.3rem;
  }
}
@media (min-width: 60em) {
  .live-cursor__pointer {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 80em) {
  .live-cursor__pointer {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (min-width: 112.5em) {
  .live-cursor__pointer {
    width: 3.7rem;
    height: 3.7rem;
  }
}

.loader {
  position: relative;
  margin: 0.4em;
  font-size: 60px;
}
.loader::before,
.loader::after,
.loader > span::before,
.loader > span::after {
  position: absolute;
  top: 0;
  content: '';
}
.loader::before,
.loader::after,
.loader span span,
.loader > span::before,
.loader > span::after {
  display: block;
  width: 1em;
  height: 0.625em;
  animation-duration: 3.8s;
  animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  animation-iteration-count: infinite;
  border-radius: 0.075em;
}
.loader::before {
  animation-name: slide-1;
  background: #e141e5;
}
.loader > span::before {
  animation-name: slide-2, slide-opacity;
  background: #b14be3;
}
.loader span span {
  animation-name: slide-3, slide-opacity;
  background: #8355df;
}
.loader > span::after {
  animation-name: slide-4, slide-opacity;
  background: #5561dd;
}
.loader::after {
  animation-name: slide-5, slide-opacity;
  background: #2367dd;
}

@keyframes slide-opacity {
  0% {
    opacity: 1;
  }
  32% {
    opacity: 0.85;
  }
  67% {
    opacity: 0.85;
  }
  98% {
    opacity: 1;
  }
}

@keyframes slide-1 {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(0, 0);
  }
  32% {
    transform: translate(-0.4em, -0.4em);
  }
  46% {
    transform: translate(-0.4em, -0.4em) rotate(0deg);
  }
  58% {
    transform: translate(-0.4em, -0.4em) rotate(180deg);
  }
  67% {
    transform: translate(-0.4em, -0.4em) rotate(180deg);
  }
  98% {
    transform: translate(0, 0) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(180deg);
  }
}

@keyframes slide-2 {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(0, 0);
  }
  32% {
    transform: translate(-0.2em, -0.2em);
  }
  45% {
    transform: translate(-0.2em, -0.2em) rotate(0deg);
  }
  57% {
    transform: translate(-0.2em, -0.2em) rotate(180deg);
  }
  67% {
    transform: translate(-0.2em, -0.2em) rotate(180deg);
  }
  98% {
    transform: translate(0, 0) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(180deg);
  }
}

@keyframes slide-3 {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(0deg);
  }
  44% {
    transform: rotate(0deg);
  }
  56% {
    transform: rotate(180deg);
  }
  98% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes slide-4 {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(0, 0);
  }
  32% {
    transform: translate(0.2em, 0.2em);
  }
  43% {
    transform: translate(0.2em, 0.2em) rotate(0deg);
  }
  55% {
    transform: translate(0.2em, 0.2em) rotate(180deg);
  }
  67% {
    transform: translate(0.2em, 0.2em) rotate(180deg);
  }
  98% {
    transform: translate(0, 0) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(180deg);
  }
}

@keyframes slide-5 {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(0, 0);
  }
  32% {
    transform: translate(0.4em, 0.4em);
  }
  42% {
    transform: translate(0.4em, 0.4em) rotate(0deg);
  }
  54% {
    transform: translate(0.4em, 0.4em) rotate(180deg);
  }
  67% {
    transform: translate(0.4em, 0.4em) rotate(180deg);
  }
  98% {
    transform: translate(0, 0) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(180deg);
  }
}

.modal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation: fadein 0.3s;
  background: rgba(43, 42, 53, 0.3);
}

.modal {
  position: relative;
  display: none;
  overflow-y: auto;
  width: 96%;
  max-width: 32em;
  max-height: 80vh;
  border-radius: 6px;
  outline: none;
  background: white;
}
.modal.survey {
  max-width: 44em;
  height: 80%;
  max-height: 44em;
}
.modal img {
  width: 100%;
  max-width: 12em;
}

.modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 22em) {
  .modal-inner {
    padding: 3rem;
  }
}
@media (min-width: 40em) {
  .modal-inner {
    font-size: 1.6rem;
  }
}
.modal-inner h4 + p {
  margin-top: 0;
}
.modal-inner#modal_insert_typeform {
  align-items: inherit;
}

.modal-logo {
  margin-bottom: 4rem;
  opacity: 0.2;
}

.modal-close {
  position: sticky;
  z-index: 100;
  top: 1em;
  right: 1em;
  float: right;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: inherit;
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website-images/images/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.modal-close:hover {
  background-color: rgba(51, 74, 192, 0.04);
}

.show-modal {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.show-modal .modal-wrapper {
  display: flex;
}

.sandwich-video-modal {
  --width: calc((16 / 9) * 100vh);
  --height: 100vh;
  --padding-y: 3rem;
  --padding-x: calc(3rem * (16 / 9));
  overflow-y: visible;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.sandwich-video-modal .modal-close {
  position: absolute;
  top: var(--padding-y);
  right: var(--padding-x);
  transform: translate(40%, -40%);
}
.sandwich-video-modal .modal-inner {
  padding: 0;
}
.sandwich-video-modal iframe {
  width: var(--width);
  max-width: calc(1280px + var(--padding-x) * 2);
  height: var(--height);
  max-height: calc(720px + var(--padding-y) * 2);
  padding: var(--padding-y) var(--padding-x);
}
@media (max-aspect-ratio: 16 / 9) {
  .sandwich-video-modal {
    --width: 100vw;
    --height: calc((9 / 16) * 100vw);
    --padding-y: calc(1.5rem * (9 / 16));
    --padding-x: 1.5rem;
  }
}
@media (max-aspect-ratio: 16 / 9) and (min-width: 60em) {
  .sandwich-video-modal {
    --padding-y: calc(6rem * (9 / 16));
    --padding-x: 6rem;
  }
}

.greenhouse-listing-modal {
  overflow: hidden;
  max-width: 88rem;
  height: 80%;
}
.greenhouse-listing-modal iframe,
.greenhouse-listing-modal .modal-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal--transparent {
  background: none;
}
.modal--transparent .modal-close {
  background-color: #fff;
}
.modal--transparent .modal-close:hover {
  background-color: #dddfe5;
}

.job-faq h3 {
  margin-bottom: 4rem;
}

.job-faq-modal {
  max-width: 138rem;
}
.job-faq-modal h4 {
  margin-bottom: 3rem;
}
.job-faq-modal .modal-inner {
  width: 100%;
  margin-right: 0;
}

.job-faq__block {
  margin-bottom: 4rem;
}
@media (min-width: 62em) {
  .job-faq__block {
    margin-bottom: 8rem;
    padding: 0 8rem;
  }
}
.job-faq__block h5 {
  margin-bottom: 2rem;
}

.job-faq__list {
  text-align: left;
  columns: 1;
}
@media (min-width: 62em) {
  .job-faq__list {
    columns: 2;
    column-gap: 8rem;
  }
}
@media (min-width: 84em) {
  .job-faq__list {
    columns: 3;
  }
}
.job-faq__list > li {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 5.5rem;
  padding-top: 2.7rem;
  border-top: 1px solid #d2d2d2;
}
.job-faq__list ol {
  padding: 0;
  padding-left: 1.3em;
}
.job-faq__list ol li {
  margin-bottom: 0.5em;
  padding: 0;
  list-style: decimal;
}

.section.newsletter-signup .text {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.newsletter {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
h4 + .newsletter {
  margin-top: 0;
}
@media (max-width: 30em) {
  .newsletter input[type='text'],
  .newsletter input[type='email'],
  .newsletter button {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
.newsletter .button {
  padding-right: 4.8rem;
  padding-left: 4.8rem;
}
@media (max-width: 40em) {
  .newsletter .button {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
}
@media (max-width: 30em) {
  .newsletter .button {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.newsletter.connected .email {
  margin-right: 0;
  margin-bottom: 1rem;
}
@media (min-width: 24em) {
  .newsletter.connected .email {
    margin-bottom: 0;
    border-radius: 6px 0 0 6px;
  }
  .newsletter.connected .button {
    height: auto;
    margin-left: -1px;
    border-radius: 0 6px 6px 0;
  }
}

.newsletter-fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 24em) {
  .newsletter-fields {
    flex-direction: row;
  }
}

.newsletter-response {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  margin-top: 0.5em;
  padding: 1ch;
  border-radius: 0.6rem;
  font-size: 0.75em;
  line-height: 1.5;
}
.negative .newsletter-response {
  color: white;
}
.negative .newsletter-response a,
.negative .newsletter-response .text-button {
  font-weight: bold;
}
.newsletter-response.notice {
  display: block;
  border: 0.1rem solid #dddfe5;
}
.newsletter-response.error {
  display: block;
  color: white;
  background: #ff7673;
}

.legal-note {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 12px;
}
.legal-note span {
  opacity: 0.6;
}

.signup-banner {
  padding-top: 4rem;
  text-align: center;
  color: #fff;
  background: #6b53ff
    url(https://res.cloudinary.com/pitch-software/image/upload/f_auto/signup-banner/background.jpg)
    center center no-repeat;
  background-size: cover;
}
@media (min-width: 60em) {
  .signup-banner {
    padding-top: 8rem;
  }
}

.signup-banner__title {
  margin-bottom: 2.5rem;
}
@media (min-width: 60em) {
  .signup-banner__title {
    margin-bottom: 4rem;
  }
}

.signup-banner__bulleted-list {
  display: inline-block;
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 60em) {
  .signup-banner__bulleted-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.signup-banner__bulleted-item {
  margin: 0 2.5rem;
}

.signup-banner__image {
  position: relative;
  overflow: hidden;
  max-width: 116rem;
  margin: 4rem auto 0 auto;
}
.signup-banner__image::before {
  display: block;
  padding-bottom: 41.63%;
  content: '';
}
.signup-banner__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 98%;
  height: 20%;
  content: '';
  opacity: 0.2;
  background: linear-gradient(180deg, transparent, #7658fe);
}
.signup-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.overflow-content {
  overflow-x: auto;
  min-width: 0;
  max-width: 100vw;
  margin-right: -1.5rem;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  padding: 1.5rem;
}
.overflow-content table {
  min-width: 64rem;
}
.overflow-content th {
  white-space: nowrap;
}
@media (max-width: 40em) {
  .overflow-content {
    width: 100vw;
  }
}
@media (min-width: 40em) {
  .overflow-content.overflow-content--wide {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 75em) {
  .overflow-content.overflow-content--wide {
    margin-right: calc(50% - 60rem);
    margin-left: calc(50% - 60rem);
  }
}

.parallax {
  position: relative;
  z-index: 0;
}
.parallax + .container,
.parallax + .landing-page__hero-right,
.parallax + .landing-page__block-body,
.parallax + .landing-page__block-media {
  position: relative;
  z-index: 1;
}

.parallax__wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.parallax__content {
  position: relative;
}

.parallax__scroll-fix {
  display: none;
}
.js .parallax__background + .parallax__scroll-fix {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 40vh;
}
.js .parallax__background + .parallax__scroll-fix ~ .container,
.js .parallax__background + .parallax__scroll-fix ~ .landing-page__hero-right,
.js .parallax__background + .parallax__scroll-fix ~ .landing-page__block-body,
.js .parallax__background + .parallax__scroll-fix ~ .landing-page__block-media {
  background-color: white;
}

.section {
  position: relative;
}
.section .container-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.section .container-inverted {
  color: white;
  background-color: #334ac0;
}
.section .text {
  width: 100%;
  max-width: 80rem;
}
.section .stacked {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section .left {
  align-items: flex-start;
  text-align: left;
}
.section .wide {
  max-width: 77rem;
}
.section .full {
  align-items: initial;
  width: 64rem;
}
@media (max-width: 64rem) {
  .section .full {
    width: 100%;
  }
}
.section .border {
  border-bottom: 1px solid #dddfe5;
}
@media (min-width: 60em) {
  .section.text-media .container-inner,
  .section.media-text .container-inner {
    flex-direction: row;
    text-align: left;
  }
  .section.text-media .text,
  .section.media-text .text {
    max-width: 54rem;
  }
}
@media (min-width: 60em) {
  .section.media-text .media {
    order: -1;
  }
}

.slider {
  position: relative;
  overflow: -moz-scrollbars-none;
  overflow-x: scroll;
  padding-bottom: 7rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.slider::-webkit-scrollbar {
  width: 0 !important;
}

.slider__wrapper {
  margin-bottom: 3rem;
}

.slider--breakout .slider {
  padding-bottom: 0;
}

.slider .slider__list {
  display: flex;
  overflow-x: visible;
  align-items: flex-start;
  margin: 0;
  list-style: none;
}
.slider .slider__list::after {
  display: block;
  flex: 0 0 calc(50vw - 50%);
  margin-left: -6.25%;
  content: '';
}
@media (min-width: 60em) {
  .slider .slider__list::after {
    margin-left: -4.347826087%;
  }
}

.slider .slider__list .slider__item {
  display: inline-flex;
  flex: 0 0 80%;
  max-width: 42rem;
  margin: 0;
  margin-right: 6.25%;
  scroll-snap-align: center;
}
@media (min-width: 36em) {
  .slider .slider__list .slider__item {
    flex: 0 0 43.75%;
  }
}
@media (min-width: 60em) {
  .slider .slider__list .slider__item {
    flex: 0 0 30.434783%;
    margin-right: 4.347826087%;
  }
}

.slider__content {
  display: contents;
}

.slider__controls {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}

.slider__controls button svg {
  width: 4rem;
  height: 1.3rem;
}

.slider__next svg {
  transform: scale(-1);
}

.slider__next,
.slider__prev {
  transition: opacity 0.3s;
}
.slider__next[disabled],
.slider__prev[disabled] {
  opacity: 0.4;
}

.team-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

.team-logos__logo {
  flex: 0 0 auto;
  width: 40%;
  padding: 2rem 0;
}
.team-logos__logo span {
  position: relative;
  display: block;
  padding-bottom: 20%;
  content: '';
}
.team-logos__logo span.notion img {
  max-height: 4rem;
}
.team-logos__logo span.superhuman {
  width: 95%;
  margin: 0 auto;
}
.team-logos__logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  object-fit: contain;
}
@media (min-width: 32em) {
  .team-logos__logo {
    width: 33.332%;
    padding: 2rem 1rem;
  }
}
@media (min-width: 46em) {
  .team-logos__logo {
    width: 25%;
  }
}
@media (min-width: 73em) {
  .team-logos__logo {
    width: 16.666%;
    padding: 3rem 1rem;
  }
}

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

.templates-banner__grid {
  padding: 0;
  list-style: none;
}
@media (min-width: 60em) {
  .templates-banner__grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.templates-banner__header {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 55rem;
  margin: 0 auto;
  text-align: center;
}

.templates-banner__description {
  display: block;
  margin-bottom: 0;
}

.templates-banner__item {
  position: relative;
  margin-top: 4rem;
}
.templates-banner__item::before {
  display: block;
  width: 100%;
  padding-bottom: 56%;
  content: '';
}
@media (min-width: 40em) {
  .templates-banner__item {
    margin-top: 6rem;
  }
}
@media (min-width: 60em) {
  .templates-banner__item {
    width: calc(50% - 3rem);
  }
}

.templates-banner__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px #dddfe5 solid;
  border-radius: 6px;
  object-fit: cover;
}

.templates-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.15s opacity ease-in-out;
  opacity: 0;
}
.templates-banner__overlay:hover {
  text-decoration: none;
  opacity: 1;
}
.templates-banner__overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.8;
  border-radius: 6px;
  background: linear-gradient(95.14deg, #8d49f7, #6b53ff);
}
.templates-banner__overlay > * {
  position: relative;
}

.templates-grid {
  position: relative;
}

.templates-grid__category {
  position: relative;
}
.templates-grid__category:not(:first-child) {
  margin-top: 2.5rem;
}
@media (min-width: 40em) {
  .templates-grid__category:not(:first-child) {
    margin-top: 3rem;
  }
}

.templates-grid__title {
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 40em) {
  .templates-grid__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 90em) {
  .templates-grid__title {
    font-size: 2.8rem;
  }
}

.templates-grid__slider {
  overflow-x: scroll;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: -30px;
  padding-top: 30px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.templates-grid__slider::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 60em) {
  .templates-grid__slider {
    left: auto;
    display: contents;
    overflow-x: visible;
    width: auto;
  }
}

.templates-grid__items {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.templates-grid__items::after {
  display: block;
  flex: 0 0 auto;
  width: 1.5rem;
  content: '';
}
@media (min-width: 40em) {
  .templates-grid__items::after {
    width: calc(18vw - 10rem);
  }
}
@media (min-width: 60em) {
  .templates-grid__items::after {
    display: none;
  }
}

.templates-grid__item {
  position: relative;
  display: inline-block;
  flex: 0 0 62%;
  scroll-snap-align: center;
}
.templates-grid__item:not(:last-child) {
  margin-right: 1.5rem;
}
@media (min-width: 40em) {
  .templates-grid__item {
    flex: 0 0 42%;
  }
  .templates-grid__item:not(:last-child) {
    margin-right: 3rem;
  }
}
@media (min-width: 60em) {
  .templates-grid__item {
    flex: 1 1 auto;
    width: 33.33333%;
  }
}
@media (min-width: 80em) {
  .templates-grid__item:not(:last-child) {
    margin-right: 6rem;
  }
}

.templates-grid__visual {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.25s box-shadow ease-in-out;
  will-change: transform;
  border-radius: 0.6rem;
  box-shadow: 0 0 0 1px #dddfe5;
}
.templates-grid__visual::before {
  display: block;
  padding-bottom: 56.25%;
  content: '';
}
@media (hover: hover) {
  .templates-grid__visual:hover {
    box-shadow: 0 8px 26px rgba(103, 110, 144, 0.2);
  }
}

.templates-grid__image,
.templates-grid__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  object-fit: cover;
}

.templates-grid__video {
  transition: 0.25s opacity ease-in-out;
  opacity: 0;
}
@media (hover: hover) {
  .templates-grid__item:hover .templates-grid__video {
    opacity: 1;
  }
}

.templates-grid__caption {
  display: inline-block;
  margin-top: 1rem;
  padding-right: 1.6rem;
  text-decoration: none;
  color: #545465;
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/f_auto/templates-grid/arrow.png');
  background-repeat: no-repeat;
  background-position: 100% 0.8em;
  background-size: 12px 12px;
  font-size: 1.6rem;
}
.templates-grid__caption:hover {
  text-decoration: none;
}

.testimonial-quote {
  padding: 8rem 4rem 4rem 4rem;
  text-align: left;
  color: #fff;
  border-radius: 2.6rem;
}
@media (min-width: 40em) {
  .testimonial-quote {
    padding: 6rem 8rem 6rem 8rem;
  }
}
@media (min-width: 80em) {
  .testimonial-quote {
    padding-top: 6rem;
    padding-right: 16rem;
    padding-bottom: 5rem;
    padding-left: 16rem;
  }
}

.testimonial-quote__body {
  text-align: center;
}
@media (min-width: 80em) {
  .testimonial-quote__body {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    text-align: left;
  }
}
@media (min-width: 100em) {
  .testimonial-quote__body {
    justify-content: flex-end;
  }
}

@media (min-width: 80em) {
  .testimonial-quote__content {
    max-width: 50rem;
    margin-right: 10rem;
  }
}

@media (min-width: 100em) {
  .testimonial-quote__content {
    max-width: 70rem;
    margin-right: 16rem;
  }
}

.testimonial-quote__text {
  letter-spacing: -0.02em;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.8rem;
  line-height: 1.6em;
}
@media (min-width: 40em) {
  .testimonial-quote__text {
    font-size: 2.8rem;
    line-height: 135%;
  }
}

.testimonial-quote__link {
  display: block;
  margin-top: 3rem;
}
.testimonial-quote__link .read-more-link {
  margin-top: 0;
}
.testimonial-quote__link .read-more-link__content {
  color: #ffe600;
  background-color: #ffe600;
  background-image: linear-gradient(90deg, #ffe600, #ffae12, #ffe600);
}
.testimonial-quote__link .read-more-link__content:hover {
  color: #ffae12;
}

.testimonial-quote__subject {
  flex: 0 0 auto;
  width: 16rem;
  margin: 0 auto 3rem auto;
  text-align: center;
}
@media (min-width: 40em) {
  .testimonial-quote__subject {
    margin-bottom: 4rem;
  }
}
@media (min-width: 80em) {
  .testimonial-quote__subject {
    margin: 0;
  }
}

@keyframes talking {
  0%,
  100% {
    transform: scale(1);
  }
  5%,
  20%,
  85% {
    transform: scale(1.15);
  }
  15%,
  30%,
  55%,
  75%,
  90% {
    transform: scale(1.05);
  }
  35%,
  45%,
  60%,
  70% {
    transform: scale(1.2);
  }
  40%,
  67%,
  95% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.testimonial-quote__cursor {
  position: relative;
  width: 15rem;
  height: 15rem;
  margin: 0 auto;
}
.testimonial-quote__cursor::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  animation: 5s infinite talking;
  opacity: 0.3;
  border-radius: 50%;
  background: #ffd02c;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-quote__cursor::before {
    animation: none;
  }
}
.testimonial-quote__cursor .live-cursor__pointer {
  --avatar-color: #ffd02c;
  position: absolute;
  right: 92%;
  bottom: 92%;
  width: 3rem;
  height: 3.15rem;
  margin-left: -1.5rem;
  filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.25));
}

.testimonial-quote__photo {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 15rem;
  height: 15rem;
  border: 0.9rem solid #ffd02c;
  border-radius: 50%;
  background: #ffd02c;
}
.testimonial-quote__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-quote__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  white-space: nowrap;
}

.testimonial-quote__name {
  font-weight: 700;
}

.testimonial-quote__logo {
  height: 18px;
  opacity: 0.6;
}
@media (min-width: 40em) {
  .testimonial-quote__logo {
    height: 25px;
  }
}

.testimonials .slider .slider__list {
  padding-bottom: 0.2rem;
}

.testimonials .slider .slider__item {
  flex: 0 0 90%;
}
@media (min-width: 52.5em) {
  .testimonials .slider .slider__item {
    flex: 0 0 43.75%;
  }
}
@media (min-width: 87.5em) {
  .testimonials .slider .slider__item {
    flex: 0 0 30.434783%;
    margin-right: 4.347826087%;
  }
}

.testimonials .slider .testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 5.4rem 2.5rem 2.5rem;
  text-align: center;
  border: 1px solid #e6e9eb;
  border-radius: 12px;
}
@media (min-width: 40em) {
  .testimonials .slider .testimonial {
    padding: 5.4rem 3.2rem 3.2rem;
  }
}

.testimonials .testimonial__text,
.testimonials .testimonial__name,
.testimonials .testimonial__role {
  margin: 0;
}

.testimonials .testimonial__logo {
  max-width: 20rem;
  height: 2.6rem;
  margin-bottom: 3.4rem;
}

.testimonials .testimonial__name {
  font-size: 24px;
  line-height: 1.75;
}

.testimonials .testimonial__avatar {
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
  border-radius: 50%;
}

.testimonials .testimonial__text {
  text-align: left;
  color: #2b2a35;
  line-height: 2;
}

.testimonials .testimonial__top {
  margin-bottom: 60px;
}

.testimonials .testimonial__role {
  line-height: 2;
}

.tooltip__trigger {
  display: block;
  width: 16px;
  height: 16px;
  cursor: help;
}
.tooltip__trigger svg {
  width: 16px;
  height: 16px;
  vertical-align: initial;
}
.tooltip__trigger svg circle {
  fill: none;
}

.tooltip {
  display: block;
  width: 16px;
  height: 16px;
  cursor: help;
}

.tooltip:hover .tooltip__container,
.tooltip:focus-within .tooltip__container {
  visibility: visible;
  transition: opacity 0.3s, visibility 0s;
  opacity: 1;
}

.tooltip__container {
  position: absolute;
  top: 100%;
  right: 50%;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  transform: translate(50%, 8px);
  opacity: 0;
}
.tooltip__container::before {
  position: absolute;
  top: -3px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  transform: rotate(-45deg);
  border-radius: 1px;
  background: #2b2a35;
}
@media (min-width: 40em) {
  .tooltip[data-tooltip-size='large'] .tooltip__container {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 20px;
  }
  .tooltip[data-tooltip-size='large'] .tooltip__container::before {
    top: -4px;
    left: 16px;
  }
}

.tooltip__content {
  top: 0;
  display: block;
  width: 140px;
  margin: auto;
  padding: 6px 12px;
  text-align: left;
  color: white;
  border-radius: 6px;
  background: #2b2a35;
  font-family: 'Eina01', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 13px;
  font-weight: normal;
  line-height: 135%;
}
@media (min-width: 40em) {
  .tooltip[data-tooltip-size='large'] .tooltip__content {
    width: 220px;
    transform: translateY(-50%);
  }
}

.updates-slideshow {
  --transition-duration: 0ms;
  --half-transition-duration: 0ms;
}
.updates-slideshow[data-initialized] {
  --transition-duration: 400ms;
  --half-transition-duration: 200ms;
}
@media (min-width: 60em) {
  .updates-slideshow {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.updates-slideshow__content {
  overflow: hidden;
}
@media (min-width: 60em) {
  .updates-slideshow__content {
    width: calc(48% - 11.6%);
  }
}
.updates-slideshow__content > * {
  margin: 0.5rem;
}

.updates-slideshow__infos {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.1rem;
}

.updates-slideshow__info {
  width: 100%;
}
.updates-slideshow__info[data-position='0'] {
  order: 0;
  transition: opacity var(--half-transition-duration) ease-out var(--half-transition-duration),
    order 0s var(--half-transition-duration);
  opacity: 1;
}
.updates-slideshow__info:not([data-position='0']) {
  order: 1;
  transition: opacity var(--half-transition-duration) ease-in,
    order 0s var(--half-transition-duration);
  opacity: 0;
}

.updates-slideshow__cta .read-more-link {
  margin: 0;
}

.updates-slideshow__visual {
  overflow-x: hidden;
  margin-top: 3rem;
}
@media (min-width: 60em) {
  .updates-slideshow__visual {
    left: auto;
    overflow-x: visible;
    width: 52%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5.2rem;
  }
  .updates-slideshow__visual > .container,
  .updates-slideshow__visual > .landing-page__hero-right,
  .updates-slideshow__visual > .landing-page__block-body,
  .updates-slideshow__visual > .landing-page__block-media {
    display: contents;
  }
}

.updates-slideshow__images {
  position: relative;
  width: 93.5%;
  margin-left: 6.5%;
  cursor: grab;
}
.updates-slideshow__images:active {
  cursor: grabbing;
}
.updates-slideshow__images::before {
  display: block;
  padding-bottom: 56.25%;
  content: '';
}

.updates-slideshow__image {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity var(--transition-duration) ease-in-out,
    transform var(--transition-duration) ease-in-out;
  transform: scale(1.1) translateX(4%);
  transform-origin: center left;
  pointer-events: none;
  opacity: 0;
  border-radius: 0.6rem;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.12);
}
.updates-slideshow__image[data-position='0'] {
  z-index: 3;
  transform: scale(1) translateX(0%);
  pointer-events: auto;
  opacity: 1;
}
.updates-slideshow__image[data-position='1'] {
  z-index: 2;
  transform: scale(0.85) translateX(-4.2%);
  opacity: 1;
}
.updates-slideshow__image[data-position='2'] {
  z-index: 1;
  transform: scale(0.7225) translateX(-9.6%);
  opacity: 1;
}
.updates-slideshow__image[data-position='3'] {
  z-index: 0;
  transform: scale(0.6141) translateX(-12%);
  opacity: 0;
}
.updates-slideshow__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

.updates-slideshow__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
}
@media (min-width: 60em) {
  .updates-slideshow__controls {
    margin-left: 8%;
  }
}
.updates-slideshow__controls > * {
  margin: 0 1.5rem;
}

.video-story {
  --max-height: 0;
  width: 100%;
}

.video-story__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 80em) {
  .video-story__content {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.video-story__media-container {
  position: relative;
  flex: 0 0 auto;
  max-width: 104rem;
  margin-bottom: 4.6rem;
  cursor: grab;
}
.video-story__media-container:active {
  cursor: grabbing;
}
@media (min-width: 80em) {
  .video-story__media-container {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
  }
}
.video-story__media-container::before {
  display: block;
  padding-bottom: 53.46153846%;
  content: '';
}
.video-story__media-container img {
  pointer-events: none;
}

.video-story__media {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  object-fit: fill;
}
@media (min-width: 80em) {
  .video-story__media {
    margin: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-story__media {
    transition: none !important;
  }
}
.video-story__media,
.video-story__media[data-lazyloaded='true'] {
  transition: opacity 0.6s 0.6s linear, visibility 0s 0.6s, box-shadow 0s 0.6s;
  opacity: 0;
}
.video-story__media[data-editor='true'] {
  border-radius: 0.4rem;
  box-shadow: none;
}
@media (min-width: 70em) {
  .video-story__media[data-editor='true'] {
    border-radius: 0.6rem;
  }
}
.video-story__media[data-editor='true'][data-loaded='true'][data-active='true'],
.video-story__media[data-editor='true'][data-lazyloaded='true'][data-active='true'] {
  visibility: visible;
  transition: opacity 0.6s linear, visibility 0s, box-shadow 0s 0.6s;
  opacity: 1;
  box-shadow: 0 0 18px 0 rgba(33, 34, 43, 0.2);
}
@media (min-width: 80em) {
  .video-story__media[data-editor='true'][data-loaded='true'][data-active='true'],
  .video-story__media[data-editor='true'][data-lazyloaded='true'][data-active='true'] {
    box-shadow: 0 0 50px 0 rgba(33, 34, 43, 0.12);
  }
}

.video-story__chapters-wrapper .container,
.video-story__chapters-wrapper .landing-page__hero-right,
.video-story__chapters-wrapper .landing-page__block-body,
.video-story__chapters-wrapper .landing-page__block-media {
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.video-story__chapters-wrapper .container::-webkit-scrollbar,
.video-story__chapters-wrapper .landing-page__hero-right::-webkit-scrollbar,
.video-story__chapters-wrapper .landing-page__block-body::-webkit-scrollbar,
.video-story__chapters-wrapper .landing-page__block-media::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 80em) {
  .video-story__chapters-wrapper .container,
  .video-story__chapters-wrapper .landing-page__hero-right,
  .video-story__chapters-wrapper .landing-page__block-body,
  .video-story__chapters-wrapper .landing-page__block-media {
    display: contents;
  }
}

.video-story__chapters-wrapper .container-inner {
  position: relative;
}
@media (min-width: 80em) {
  .video-story__chapters-wrapper .container-inner {
    display: contents;
  }
}

@media (min-width: 80em) {
  .video-story__chapters-wrapper {
    left: 0;
    flex: 0 0 auto;
    flex-direction: column;
    width: 28rem;
    height: 100%;
    margin: 0;
    padding: 0 2rem 0 0;
  }
}

@media (min-width: 87.5em) {
  .video-story__chapters-wrapper {
    width: 34rem;
    padding: 0 3rem 0 0;
  }
}

.video-story__chapters {
  display: flex;
  list-style: none;
  text-align: left;
}
.video-story__chapters::before {
  display: block;
  flex: 0 0 auto;
  width: 1rem;
  content: '';
}
@media (min-width: 80em) {
  .video-story__chapters {
    left: 0;
    flex-direction: column;
  }
  .video-story__chapters::before {
    display: none;
  }
}

.video-story__chapter {
  position: relative;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85%;
  padding: 0;
}
@media (min-width: 32em) {
  .video-story__chapter {
    width: 50%;
  }
}
@media (min-width: 80em) {
  .video-story__chapter {
    padding: 0 0 0 2.6rem;
  }
}
.video-story__chapter h3 {
  display: block;
  max-width: 24rem;
  margin-bottom: 1.6rem;
  transition: opacity 0.3s, color 0.4s;
  opacity: 0.5;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 50em) {
  .video-story__chapter h3 {
    max-width: none;
  }
}
@media (min-width: 80em) {
  .video-story__chapter h3 {
    max-width: 24rem;
    opacity: 1;
  }
}
.video-story__chapter .video-story__chapter-description {
  display: block;
  width: 90%;
  max-width: 37rem;
  transition: opacity 0.3s;
  opacity: 0.5;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media (min-width: 80em) {
  .video-story__chapter .video-story__chapter-description {
    overflow: hidden;
    width: 100%;
    height: 0;
    margin-bottom: 5.2rem;
    transition: opacity 0.2s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out;
    transform: translateY(-2rem);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-story__chapter .video-story__chapter-description {
    transition: none !important;
  }
}
.video-story__chapter .video-story__chapter-description-content {
  margin: 0;
}
.video-story__chapter:last-child .video-story__chapter-description {
  margin-bottom: 0;
}
.video-story__chapter[data-active='true'] .video-story__trigger .video-story__label {
  color: #8d49f7;
  background-color: #8d49f7;
  background-image: linear-gradient(90deg, #6b53ff, #8d49f7);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.video-story__chapter[data-active='true'] .video-story__trigger .video-story__label > * {
  -webkit-text-fill-color: currentColor;
  -moz-text-fill-color: currentColor;
}
@media (min-width: 80em) {
  .video-story__chapter[data-active='true'] .video-story__chapter-description {
    height: var(--max-height);
    transition: opacity 0.2s 0.3s linear, height 0.4s ease-in-out, transform 0.2s 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
.video-story__chapter[data-active='true'] h3,
.video-story__chapter[data-past='true'] h3 {
  opacity: 1;
}
@media (max-width: 80em) {
  .video-story__chapter[data-active='true'] p,
  .video-story__chapter[data-past='true'] p {
    opacity: 1;
  }
}
@media (min-width: 80em) {
  .video-story__chapter {
    width: 100%;
    margin: 0;
  }
}

.video-story__trigger {
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  color: inherit;
  border: none;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.video-story__trigger .video-story__label {
  display: block;
}
.video-story__trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
}

.video-story__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 1.9rem;
  margin-bottom: 1rem;
  transition-property: transform;
}
@media (min-width: 80em) {
  .video-story__progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.9rem;
    height: 100%;
    margin-bottom: 0;
  }
}

.video-story__progress-track,
.video-story__progress-bar {
  position: absolute;
  top: 0.9rem;
  right: 0;
  left: 0.9rem;
  display: block;
  height: 0.1rem;
}
@media (min-width: 80em) {
  .video-story__progress-track,
  .video-story__progress-bar {
    top: 1.9rem;
    right: auto;
    bottom: -1.2rem;
    left: 0.9rem;
    width: 0.1rem;
    height: auto;
  }
}
.video-story__chapter:last-child .video-story__progress-track,
.video-story__chapter:last-child .video-story__progress-bar {
  display: none;
}

.video-story__progress-track {
  border-right: 0.1rem solid white;
  border-left: 0.1rem solid white;
  background: repeating-linear-gradient(
    to right,
    #ced6fe 0,
    #ced6fe 6px,
    transparent 6px,
    transparent 12px
  );
  background-repeat: repeat-x;
  background-size: 100% 100%;
}
@media (min-width: 80em) {
  .video-story__progress-track {
    border: none;
    border-top: 0.1rem solid white;
    border-bottom: 0.1rem solid white;
    background: repeating-linear-gradient(
      to bottom,
      #ced6fe 0,
      #ced6fe 6px,
      transparent 6px,
      transparent 12px
    );
    background-repeat: repeat-y;
  }
}

.video-story__progress-bar {
  transition: transform 0.3s linear, opacity 0.3s ease-out;
  transform: scale(0, 1);
  transform-origin: top left;
  opacity: 0;
  background-color: #334ac0;
}
@media (prefers-reduced-motion: reduce) {
  .video-story__progress-bar {
    transition-duration: 0s !important;
  }
}
.video-story__chapter[data-active='true'] .video-story__progress-bar {
  transition: transform 5s linear, opacity 0.3s ease-out;
}
.video-story__chapter[data-active='true'][data-loaded='true'] .video-story__progress-bar {
  transition-timing-function: linear;
  transition-duration: inherit;
  transition-property: transform;
  transform: scale(1, 1);
  opacity: 1;
}
.video-story__chapter[data-type='image'][data-active='true'] .video-story__progress-bar {
  transition: transform 5s linear;
  transform: scale(1, 1);
  opacity: 1;
}
.video-story__chapter[data-past='true'] .video-story__progress-bar {
  transition: none;
  transform: scale(1, 1);
  opacity: 1;
}
.video-story__chapter[data-active='true'][data-reset='true'] .video-story__progress-bar {
  transition: transform 0.3s, opacity 0.2s;
  transform: scale(0, 1);
  opacity: 0;
}
@media (min-width: 80em) {
  .video-story__progress-bar {
    transform: scale(1, 0);
  }
  .video-story__chapter[data-active='true'][data-reset='true'] .video-story__progress-bar {
    transform: scale(1, 0) !important;
  }
}

.video-story__progress-bullet {
  position: absolute;
  top: 0;
  left: -0.5rem;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  transition: opacity 0.3s;
  opacity: 0.2;
  border-radius: 50%;
}
@media (prefers-reduced-motion: reduce) {
  .video-story__progress-bullet {
    transition: none;
  }
}
@media (min-width: 80em) {
  .video-story__progress-bullet {
    top: 0.6rem;
    left: 0;
  }
}
.video-story__chapter:hover .video-story__progress-bullet {
  opacity: 0.6;
}
.video-story__progress-bullet::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.3s ease-in;
  transform: scale(0.3, 0.3);
  transform-origin: center center;
  border: 0.1rem solid #334ac0;
  border-radius: 50%;
  background-color: white;
}
@media (prefers-reduced-motion: reduce) {
  .video-story__progress-bullet::before {
    transition: none;
  }
}
.video-story__progress-bullet::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  content: '';
  border-radius: 50%;
  background: linear-gradient(91.46deg, #344bc1 0%, #834bf3 111.67%);
}
.video-story__chapter[data-active='true'] .video-story__progress-bullet,
.video-story__chapter[data-past='true'] .video-story__progress-bullet {
  opacity: 1;
}
.video-story__chapter[data-active='true'] .video-story__progress-bullet::before {
  transform: scale(1, 1);
}

.video-story__decorations {
  display: none;
}
@media (min-width: 80em) {
  .video-story__decorations {
    position: absolute;
    top: 0;
    right: 3rem;
    display: block;
    width: 25%;
    max-width: 22rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-story__decorations {
    display: none;
  }
}

.video-story__decoration {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  transform: translateY(10%);
  opacity: 0;
}
.video-story__decoration[data-lazyloaded] {
  transition: transform 0.4s, opacity 0.3s;
}
.video-story__decoration[data-lazyloaded='true'] {
  opacity: 0;
}
.video-story__decoration[data-active='true'] {
  transition: transform 0.4s 0.3s, opacity 0.4s 0.3s;
  transform: translateY(0%);
  opacity: 1;
}

.video-tabs__tabs {
  position: relative;
  margin-bottom: 2em;
  list-style: none;
}

.video-tabs__tab {
  display: inline;
  margin: 0 1em;
  padding: 0.5em 1em;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.video-tabs__content {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-tabs__button {
  z-index: 1;
  flex: 0 0 auto;
}

@media (max-width: 63.9375em) {
  .video-tabs__button {
    display: none;
  }
}

.video-tabs__button--prev {
  margin-right: 3.6rem;
}

.video-tabs__button--next {
  margin-left: 3.6rem;
}

.video-tabs__media-container {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 3.2rem;
  list-style: none;
  cursor: grab;
}
.video-tabs__media-container:active {
  cursor: grabbing;
}
.video-tabs__media-container::before {
  display: block;
  padding-bottom: 53.25%;
  content: '';
}
.video-tabs__media-container img {
  pointer-events: none;
}

.video-tabs__chapter {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s 0.1s, visibility 0s 0.6s;
  transform: translateX(0);
  opacity: 0;
}
.video-tabs__chapter[data-active='true'] {
  visibility: visible;
  transition: opacity 0.5s, visibility 0s;
  opacity: 1;
}

.video-tabs__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  border-radius: 0.4rem;
  box-shadow: 0 13px 43px rgba(0, 0, 0, 0.12);
  object-fit: fill;
}
@media (min-width: 70em) {
  .video-tabs__media {
    border-radius: 0.6rem;
  }
}

.video-tabs__descriptions {
  position: relative;
  padding-bottom: 8rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
}
@media (min-width: 50.25em) {
  .video-tabs__descriptions {
    padding-bottom: 4rem;
  }
}

.video-tabs__description {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  transition: visibility 0s 0.5s, opacity 0.5s, transform 0.3s 0s ease-in;
  transform: translateY(2rem);
  opacity: 0;
}
.video-tabs__description[data-active='true'] {
  visibility: visible;
  transition: visibility 0s 0.5s, opacity 0.5s 0.5s, transform 0.3s 0.5s ease-out;
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 50.25em) {
  .video-tabs__description {
    transform: translateY(0);
  }
  .video-tabs__description[data-position='prev'] {
    transform: translateX(4rem);
  }
  .video-tabs__description[data-position='next'] {
    transform: translateX(-4rem);
  }
}
.video-tabs__description .read-more-link {
  margin-top: 0;
}

.pitch-pro-label {
  margin: 0.5rem;
  padding: 0.1rem 0.6rem 0.2rem 0.7rem;
  vertical-align: 20%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  border-radius: 2rem;
  background: linear-gradient(87.29deg, #1243fd 6.02%, #df05da 94.19%);
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1rem;
  font-weight: bold;
}

.home-tabs__breakout {
  overflow: hidden;
}

.home-tabs {
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  max-width: 76rem;
  margin: auto;
  margin: 0 auto;
  margin-bottom: 4rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.home-tabs::-webkit-scrollbar {
  width: 0;
}
.home-tabs::before,
.home-tabs::after {
  display: block;
  flex: 0 0 auto;
  width: 2rem;
  content: '';
}
@media (min-width: 50em) {
  .home-tabs::before,
  .home-tabs::after {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 3rem;
    height: 0.1rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e9e9f0 100%);
  }
}
@media (min-width: 70em) {
  .home-tabs::before,
  .home-tabs::after {
    width: 15rem;
  }
}
@media (min-width: 50em) {
  .home-tabs::after {
    right: auto;
    left: 100%;
    background-image: linear-gradient(to right, #e9e9f0 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 35em) {
  .home-tabs {
    overflow: visible;
    margin-bottom: 6.5rem;
    -webkit-mask-image: none;
  }
}

.home-tabs__tab {
  position: relative;
  scroll-snap-align: start;
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 1.6rem 1.8rem;
  vertical-align: middle;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: black;
  border-bottom: 0.1rem solid #e9e9f0;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 30em) {
  .home-tabs__tab {
    flex: 1 1 auto;
    width: 100%;
    padding: 0 2.4rem 1.8rem;
    text-align: center;
    font-size: 1.5rem;
  }
}

.home-tabs__tab-content {
  transition: opacity 0.3s;
  white-space: nowrap;
  opacity: 0.5;
}
.home-tabs__tab:focus .home-tabs__tab-content,
.home-tabs__tab:hover .home-tabs__tab-content {
  opacity: 0.7;
}
.home-tabs__tab[data-active='true'] .home-tabs__tab-content {
  opacity: 1;
}
.home-tabs__tab-content[data-gradient-content],
.home-tabs__tab-content [data-gradient-content] {
  position: relative;
  display: inline-block;
  transition: opacity 0.3s, color 0.4s;
}
.home-tabs__tab-content[data-gradient-content]::before,
.home-tabs__tab-content [data-gradient-content]::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: attr(data-gradient-content);
  transition: opacity 0.4s;
  opacity: 0;
  background-image: linear-gradient(90deg, #344bc1 0%, #834bf3 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.home-tabs__tab-content .home-tabs__tab:focus[data-gradient-content],
.home-tabs__tab-content .home-tabs__tab:focus [data-gradient-content],
.home-tabs__tab-content .home-tabs__tab:hover[data-gradient-content],
.home-tabs__tab-content .home-tabs__tab:hover [data-gradient-content],
.home-tabs__tab[data-active='true'] .home-tabs__tab-content[data-gradient-content],
.home-tabs__tab[data-active='true'] .home-tabs__tab-content [data-gradient-content] {
  color: #344bc1;
}
@supports (-webkit-background-clip: text) or (-moz-background-clip: text) or (background-clip: text) {
  .home-tabs__tab-content .home-tabs__tab:focus[data-gradient-content],
  .home-tabs__tab-content .home-tabs__tab:focus [data-gradient-content],
  .home-tabs__tab-content .home-tabs__tab:hover[data-gradient-content],
  .home-tabs__tab-content .home-tabs__tab:hover [data-gradient-content],
  .home-tabs__tab[data-active='true'] .home-tabs__tab-content[data-gradient-content],
  .home-tabs__tab[data-active='true'] .home-tabs__tab-content [data-gradient-content] {
    color: transparent;
  }
  .home-tabs__tab-content .home-tabs__tab:focus[data-gradient-content]::before,
  .home-tabs__tab-content .home-tabs__tab:focus [data-gradient-content]::before,
  .home-tabs__tab-content .home-tabs__tab:hover[data-gradient-content]::before,
  .home-tabs__tab-content .home-tabs__tab:hover [data-gradient-content]::before,
  .home-tabs__tab[data-active='true'] .home-tabs__tab-content[data-gradient-content]::before,
  .home-tabs__tab[data-active='true'] .home-tabs__tab-content [data-gradient-content]::before {
    opacity: 1;
  }
}

.home-tabs__indicator {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  display: block;
  height: 0.3rem;
  content: '';
  transition: transform 0.5s ease-in-out, width 0.3s;
  transform: scaleX(1.3);
  transform-origin: center center;
  opacity: 1;
  background-image: linear-gradient(90deg, #344bc1 0%, #844bf3 100%);
}

.sandwich-video-cta {
  display: inline-block;
}
.sandwich-video-cta .sandwich-video-cta__wrapper {
  transition: background-position 0.5s ease-in, color 0.5s ease-in;
  color: #9758fd;
  background-color: #9758fd;
  background-image: linear-gradient(90deg, #9758fd, #4c66f8, #9758fd);
  background-position: 100% 0%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2em;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.sandwich-video-cta:hover .sandwich-video-cta__wrapper {
  color: #4c66f8;
  background-position: 0% 0%;
}
.sandwich-video-cta:hover .sandwich-video-cta__icon::before {
  opacity: 1;
}
.sandwich-video-cta > * {
  pointer-events: none;
}

.sandwich-video-cta__icon {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  margin: -0.3rem 1rem 0 0;
  content: '';
  vertical-align: middle;
}
.sandwich-video-cta__icon svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sandwich-video-cta__icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  transition: opacity 0.4s;
  opacity: 0;
  border-radius: 50%;
  background-image: linear-gradient(140.63deg, #504aff 13.61%, #a538ff 85.3%);
}
.sandwich-video-cta__icon path {
  fill: white;
}

.hero.about {
  position: relative;
  z-index: 0;
  padding-top: 0;
  font-size: calc(6.75vw + 1.5rem);
}
@media (min-width: 125em) {
  .hero.about {
    font-size: 15rem;
  }
}
.hero.about::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  display: block;
  height: 100vh;
  content: '';
  background: inherit;
}
.hero.about::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  height: 100%;
  content: '';
  background: white;
}
.hero.about .container-inner {
  position: relative;
  height: auto;
}
.hero.about .hero-headline {
  position: relative;
  top: 3rem;
  max-width: 14ch;
  margin-bottom: 0;
  will-change: transform;
}
@media (max-width: 40em) {
  .hero.about .hero-headline {
    transform: none !important;
  }
}
@media (min-width: 60em) {
  .hero.about .hero-headline {
    top: 6rem;
  }
}
@media (min-width: 80em) {
  .hero.about .hero-headline {
    max-width: 14.5ch;
  }
}
@media (max-width: 30em) {
  .hero.about .hero-headline {
    max-width: 10ch;
  }
}
.hero.about + .container,
.hero.about + .landing-page__hero-right,
.hero.about + .landing-page__block-body,
.hero.about + .landing-page__block-media {
  z-index: 1;
}
.hero.about + .container .text,
.hero.about + .landing-page__hero-right .text,
.hero.about + .landing-page__block-body .text,
.hero.about + .landing-page__block-media .text {
  padding-top: 0;
}
.hero.about .hero-headline-text {
  opacity: 1;
  will-change: transform;
}
.hero.about .hero-image-center {
  width: 8em;
  margin-top: 0.6em;
}

.about-scroll-fix {
  display: none;
}
.js .blue + .about-scroll-fix {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 40vh;
}
.js .blue + .about-scroll-fix ~ .container,
.js .blue + .about-scroll-fix ~ .landing-page__hero-right,
.js .blue + .about-scroll-fix ~ .landing-page__block-body,
.js .blue + .about-scroll-fix ~ .landing-page__block-media {
  background-color: white;
}

.beginning {
  margin-top: -0.5rem;
  padding: 5rem 5rem 0;
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/images/about/confetti.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 4.2rem;
  line-height: 1.2em;
}
@media (min-width: 40em) {
  .beginning {
    padding: 4rem 8rem 0;
    font-size: calc(5vw + 1rem);
  }
}
@media (min-width: 60em) {
  .beginning {
    padding: 8rem 6rem 0;
  }
}
@media (min-width: 92em) {
  .beginning {
    padding: 10rem 12rem 0;
    font-size: 9rem;
  }
}

.image-grid {
  display: grid;
  width: 100%;
  max-width: 120rem;
  margin-bottom: 1rem;
  list-style: none;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  grid-gap: 1.5rem;
}
@media (max-width: 40em) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-grid > * {
  grid-column: span 2;
  grid-row: span 1;
}
.image-grid .image-grid__big {
  grid-column: span 4;
  grid-row: span 2;
}
.image-grid .image-grid__wide {
  grid-column: span 4;
}
.image-grid .image-grid__medium {
  grid-column: span 3;
}
@media (max-width: 40em) {
  .image-grid .image-grid__medium {
    grid-column: span 2;
  }
}

.image-grid__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-grid__image-wrapper::before {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  content: '';
}
.image-grid__image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.investors {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
  grid-gap: 2rem;
}
@media (min-width: 60em) {
  .investors {
    grid-template-columns: repeat(3, 1fr);
  }
}
.investors .investor {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.3rem 0;
  line-height: 1.8em;
}
.investors .investor-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
  margin-bottom: 1.8rem;
}

.text-info {
  color: #8b96a2;
}

.statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0;
  text-align: center;
}

.statistics-item {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  padding: 0 2rem;
}
.statistics-item a:focus,
.statistics-item a:hover {
  text-decoration: underline;
}

.statistics-description {
  margin: 0;
  color: #8b96a2;
}

.statistics-value,
.glassdoor .statistics-description {
  order: -1;
  margin: 0;
  color: inherit;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .statistics-value,
  .glassdoor .statistics-description {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
@media (min-width: 60em) {
  .statistics-value,
  .glassdoor .statistics-description {
    font-size: 3.6rem;
    line-height: 2;
  }
}

.glassdoor {
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 3em;
}
.glassdoor .statistics-description,
.glassdoor .statistics-value {
  flex-grow: 1;
}
.glassdoor .statistics-value {
  order: 0;
  font: inherit;
}
.glassdoor a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: inherit;
}
.glassdoor .name {
  flex: 1;
  padding: 1rem;
  text-align: center;
}
.glassdoor .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 1rem;
  color: inherit;
}
.glassdoor .stars {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.glassdoor .stars img {
  width: 3.6rem;
}
.glassdoor .stars .number {
  flex: 1;
}

.benefits {
  width: 100%;
  max-width: 70ch;
}
@media (min-width: 34em) {
  .benefits {
    margin-top: 1rem;
  }
}
.benefits ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 34em) {
  .benefits ul {
    columns: 2 24ch;
    column-gap: 1em;
  }
}
@media (min-width: 40em) {
  .benefits ul {
    column-gap: 3.5em;
  }
}
.benefits ul li {
  position: relative;
  padding-bottom: 1rem;
  padding-left: 2rem;
  vertical-align: top;
}
@media (min-width: 34em) {
  .benefits ul li {
    display: inline-block;
    padding-bottom: 2rem;
  }
}
.benefits ul li::before {
  position: absolute;
  left: 0;
  content: '•';
  color: #334ac0;
}

.benefits__heading {
  margin-top: 2rem;
}

.benefits__cta {
  margin-top: 3rem;
}

.cards .card {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 2rem;
  cursor: pointer;
  transition: box-shadow 0.15s;
  text-align: left;
  color: #2b2a35;
  border-radius: 6px;
  box-shadow: 0 0.2rem 0.5rem rgba(103, 110, 144, 0.2), 0 0 0 0.1rem rgba(103, 110, 144, 0.05);
}
.cards .card:hover,
.cards .card:focus {
  box-shadow: 0 0.2rem 0.5rem rgba(103, 110, 144, 0.4), 0 0 0 0.1rem rgba(103, 110, 144, 0.05);
}
.cards .card .location {
  flex: 0 0 auto;
  margin-left: auto;
}
@media (min-width: 40em) {
  .cards .card .location {
    padding: 0 1em;
  }
}

.cards .info {
  flex: 1;
}
@media (min-width: 40em) {
  .cards .info {
    display: flex;
    align-items: center;
  }
}

.cards .arrow {
  width: 1rem;
}

.cards .title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 48em) {
  .cards .title {
    align-items: center;
    flex-direction: row;
  }
}
.cards .title .counter {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 1.8rem;
  margin: 0.3rem 0 0 0;
  padding: 0.3rem 0.5rem 0.5rem;
  text-align: center;
  white-space: nowrap;
  color: white;
  border-radius: 0.9rem;
  background: #8b96a2;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
}
@media (min-width: 48em) {
  .cards .title .counter {
    margin: 0 0 0 0.7rem;
  }
}

.cards-section {
  margin-bottom: 4rem;
}

.jobs-count {
  opacity: 0;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: initial;
  -moz-text-fill-color: initial;
}
.jobs-count.fadeIn {
  transition: opacity 200ms ease;
  opacity: 1;
}

.about__stats-title {
  margin-bottom: 3rem;
}
@media (min-width: 48em) {
  .about__stats-title {
    margin-bottom: 5rem;
  }
}

.article {
  display: flex;
  flex-direction: column;
}
@media (min-width: 90em) {
  .article figure.break-out {
    margin-right: -19rem;
    margin-left: -19rem;
  }
}
.article .twitter-tweet {
  margin: 0 auto !important;
}

.article-button {
  display: block;
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}

.article-intro .container-inner {
  max-width: 100rem;
}

.article-intro a {
  color: inherit;
}

.article__header {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 75em) {
  .article__header {
    letter-spacing: -0.01em;
    font-size: 6rem;
  }
}

.article__media {
  position: relative;
  right: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  align-self: center;
  justify-content: center;
  order: -1;
  width: 100%;
}
.article__media picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 90em) {
  .article__media.article__image--wide-image {
    max-height: 60rem;
  }
}

.article__image {
  object-fit: cover;
  max-height: 52rem;
}
@media (max-width: 40em) {
  .article__image {
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 90em) {
  .article__image--wide-image .article__image {
    object-fit: cover;
    width: 100%;
  }
}

.article__media--16-9 {
  position: relative;
}
.article__media--16-9::after {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  content: '';
}
.article__media--16-9 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
}

.article-date {
  display: block;
  order: -1;
  margin: 5vw auto -5vw;
  text-align: center;
  color: #545465;
}
@media (min-width: 70em) {
  .article-date {
    margin: 5.6rem auto -5.6rem;
  }
}

.article__content {
  margin-top: 5vw;
  line-height: 1.6;
}
@media (min-width: 70em) {
  .article__content {
    margin-top: 5.6rem;
  }
}

.article__text {
  max-width: 70rem;
  margin: 2rem auto 6rem;
  padding: 0;
}
.article__text p,
.article__text figure {
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .article__text figure {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.article__text > p:first-of-type {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.article__text h2,
.article__text h3,
.article__text h4,
.article__text h5,
.article__text h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 50em) {
  .article__text h2,
  .article__text h3,
  .article__text h4,
  .article__text h5,
  .article__text h6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.article__text img,
.article__text video {
  border-radius: 0.6rem;
  box-shadow: 0 0 0 0.1rem #f8f8fb;
}
.article__text video {
  display: block;
  width: 100%;
}
.article__text ul {
  margin-bottom: 2rem;
  padding-left: 2.3rem;
}
.article__text ul li {
  margin-bottom: 1em;
}
.article__text h2,
.article__text .heading-large,
.article__text .signup-banner__title,
.article__text .templates-banner__title,
.article__text .landing-page__title {
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 60em) {
  .article__text h2,
  .article__text .heading-large,
  .article__text .signup-banner__title,
  .article__text .templates-banner__title,
  .article__text .landing-page__title {
    font-size: 2.7rem;
  }
}
.article__text h3 {
  letter-spacing: -0.02em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .article__text h3 {
    font-size: 2.1rem;
  }
}
.article__text h4,
.article__text h5,
.article__text h6 {
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
}

.article__teaser .container-inner {
  max-width: 80rem;
}

.article-share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2rem;
}
.article-share img {
  vertical-align: baseline;
  box-shadow: none;
}
.article-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 1rem;
  margin: 0.6rem 1rem 0.6rem 0;
  border-radius: 50%;
}
.article-share a:focus,
.article-share a:hover {
  opacity: 0.85;
}
@media (min-width: 60em) {
  .article-share a {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.article-share-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6rem;
}
.article-share-bottom h5 {
  margin: 0;
}

.article-share-twitter {
  background-color: #14171a;
}

.article-share-facebook {
  background-color: #4367b0;
}

.article-share-linkedin {
  background-color: #3375b0;
}

@media (min-width: 60em) {
  .article-share--top {
    position: absolute;
    flex-direction: column;
    margin-left: -7.2rem;
  }
}

.blog-image {
  transition: opacity 0.3s;
  border-radius: 0.6rem;
}
a .blog-image:hover {
  opacity: 0.85;
}

.blog-highlight {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 60em) {
  .blog-highlight {
    flex-direction: row;
    width: 100%;
  }
}
.blog-highlight .media {
  flex: 0 0 100%;
  order: -1;
}
@media (min-width: 60em) {
  .blog-highlight .media {
    position: relative;
    align-items: stretch;
    align-self: stretch;
    flex-basis: 50%;
    order: 0;
    height: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 60.9%;
  }
  .blog-highlight .media,
  .blog-highlight .media picture {
    display: flex;
  }
  .blog-highlight .media picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 60em) {
  .blog-highlight .blog-image {
    align-self: center;
    object-fit: cover;
  }
}
.blog-highlight .text {
  flex: 0 0 100%;
}
@media (min-width: 60em) {
  .blog-highlight .text {
    flex-basis: 44%;
  }
}
@media (min-width: 60em) and (max-width: 80em) {
  .blog-highlight h2 {
    font-size: 4.8rem;
  }
}

.blog-highlight__link {
  margin-bottom: -0.3em;
  padding-bottom: 0.3em;
}

.blog-section {
  width: 100%;
  padding-bottom: 3rem;
}
@media (min-width: 40em) {
  .blog-section {
    padding-bottom: 5rem;
  }
}
@media (min-width: 60em) {
  .blog-section {
    padding-bottom: 8rem;
  }
}

.blog-section__header {
  width: 100%;
  margin-bottom: 3rem;
  padding: 1rem 0;
  text-align: left;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 60em) {
  .blog-section__header {
    margin-bottom: 4.2rem;
  }
}

.blog-essentials {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  grid-gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 32em) {
  .blog-essentials {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 68em) {
  .blog-essentials {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
}
@media (min-width: 100em) {
  .blog-essentials {
    grid-gap: 6rem;
  }
}

.blog-essentials__item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0 0 1.2rem;
}
.blog-essentials__item::before {
  order: -1;
  margin-bottom: 1rem;
  content: counter(item, decimal-leading-zero) '. ';
  color: #f1f1f2;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 4.8rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 60em) {
  .blog-essentials__item::before {
    font-size: 6.6rem;
  }
}
@media (min-width: 100em) {
  .blog-essentials__item::before {
    font-size: 9.6rem;
  }
}

.blog-essentials__item-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.blog-essentials__heading {
  line-height: 1.4;
}
@media (min-width: 40em) {
  .blog-essentials__heading {
    font-size: 2.7rem;
  }
}

.blog-essentials__category {
  order: -1;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.5rem;
  font-weight: 600;
}
.blog-essentials__category,
.section .blog-essentials__category {
  color: #586ee0;
}

.blog-feed {
  display: grid;
  padding: 2rem 0;
  list-style: none;
  text-align: left;
  grid-gap: 6rem 5%;
  grid-template-columns: 1fr;
}
@media (min-width: 32em) {
  .blog-feed {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .blog-feed {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 32em) {
  .blog-feed__item:nth-child(2n) {
    animation-delay: 150ms;
  }
}

@media (min-width: 60em) {
  .blog-feed__item:nth-child(3n + 2) {
    animation-delay: 150ms;
  }
  .blog-feed__item:nth-child(3n + 3) {
    animation-delay: 300ms;
  }
}

.blog-feed__category-container {
  position: sticky;
  z-index: 10;
  top: var(--header-height);
  height: 6rem;
  margin-top: -4rem;
}
.blog-feed__category-container::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 100vw;
  height: 100%;
  content: '';
  transform: translateX(-50vw);
  background: white;
}
.blog-feed__category-container.blog-feed__categories--sticky::before {
  box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.15);
}

.blog-feed__categories {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  max-width: 100vw;
  list-style: none;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 60em) {
  .blog-feed__categories {
    font-size: 1.6rem;
  }
}

.blog-feed__category {
  padding: 1.5rem 0.5rem;
  white-space: nowrap;
}

.blog-feed__categories-shadow {
  position: sticky;
  z-index: 10;
  top: calc(var(--header-height) + 4rem);
  width: 100vw;
  height: 2rem;
  animation: fadein 0.3s ease-out both;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.blog-feed__category-link {
  display: block;
  padding: 0.5rem 1rem;
  color: inherit;
  border-radius: 0.6rem;
}
.blog-feed__category-link:hover,
.blog-feed__category-link:focus {
  text-decoration: none;
  background-color: #f5f6fd;
}
.blog-feed__category--current .blog-feed__category-link {
  color: #334ac0;
  background-color: #ebedfb;
}

.blog-category__hero {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 60em) {
  .blog-category__hero {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}

.constant-change-header {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
}
.constant-change-header .constant-change-intro {
  position: relative;
  width: 100%;
  padding: 0;
  color: #545465;
  font: inherit;
  line-height: 1.75;
}
@media (min-width: 40rem) {
  .constant-change-header .constant-change-intro {
    width: 80vw;
    padding: 0 2rem;
  }
}
.constant-change-header .constant-change-headline {
  padding-top: 3rem;
}
@media (min-width: 60em) {
  .constant-change-header .constant-change-headline {
    padding-top: 6rem;
  }
}

.constant-change-signup {
  display: flex;
  margin-bottom: 2rem;
}
@media (min-width: 80em) {
  .constant-change-signup {
    margin-bottom: 0;
  }
}
.constant-change-signup .image {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 36%;
  max-width: 620px;
}
@media (min-width: 80em) {
  .constant-change-signup .image {
    display: block;
  }
}
.constant-change-signup .image img {
  width: 100%;
  height: auto;
}
.constant-change-signup .form {
  margin-left: 0;
  padding-top: 6rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 80em) {
  .constant-change-signup .form {
    margin-left: 24%;
  }
}

.constant-change-hero {
  padding-bottom: 2rem;
}
@media (min-width: 60em) {
  .constant-change-hero {
    padding-bottom: 7.2rem;
  }
}

.constant-change-hero .constant-change-signup {
  margin-bottom: 6rem;
}
@media (min-width: 80em) {
  .constant-change-hero .constant-change-signup {
    margin-bottom: 4rem;
  }
}

.constant-change-nav {
  display: none;
  max-width: 80vw;
  margin: 0 auto 4rem;
}
@media (min-width: 60em) {
  .constant-change-nav {
    display: block;
  }
}
.constant-change-nav h3 {
  margin-bottom: 3.2rem;
  font-size: 2.7rem;
}
.constant-change-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  list-style: none;
}
.constant-change-nav ul li {
  padding: 0 4rem;
}

.constant-change-nav__item {
  font-size: 1.3rem;
}
.constant-change-nav__item a {
  display: flex;
  align-items: center;
  color: #2b2a35;
}
.constant-change-nav__item a:hover {
  text-decoration: none;
  color: #334ac0;
}
.constant-change-nav__item span {
  padding-left: 1.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.constant-change-nav__item--image {
  overflow: hidden;
  width: 48px;
  height: 48px;
}
@media (min-width: 80em) {
  .constant-change-nav__item--image {
    width: 84px;
    height: 84px;
  }
}

.scroll-nav {
  position: fixed;
  z-index: 10;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  transition: all 125ms linear;
  opacity: 0;
  background: linear-gradient(180deg, #f5f7fd 0%, #fff 100%);
}
.scroll-nav.on {
  visibility: visible;
  overflow-x: auto;
  opacity: 1;
}

.scroll-nav .container-inner {
  position: relative;
  height: 72px;
}

.scroll-nav .scroll-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  width: 116rem;
}
@media (min-width: 80em) {
  .scroll-nav .scroll-wrap {
    width: 100%;
  }
}

.scroll-nav .constant-change-nav {
  display: block;
  margin: 0;
  padding: 1rem 0;
}
.scroll-nav .constant-change-nav ul {
  padding: 0;
}
.scroll-nav .constant-change-nav ul li {
  flex-shrink: 0;
  padding: 0 4.8rem 0 0;
}
.scroll-nav .constant-change-nav .constant-change-nav__item--image {
  width: 54px;
  height: 54px;
}

.scroll-nav .constant-change-nav__form,
.constant-change-email__header .constant-change-nav__form {
  padding-right: 4rem;
}
@media (min-width: 80rem) {
  .scroll-nav .constant-change-nav__form,
  .constant-change-email__header .constant-change-nav__form {
    padding-right: 0;
  }
}
.scroll-nav .constant-change-nav__form .newsletter,
.constant-change-email__header .constant-change-nav__form .newsletter {
  margin: 1rem 0;
}
.scroll-nav .constant-change-nav__form .newsletter.connected .email,
.constant-change-email__header .constant-change-nav__form .newsletter.connected .email {
  margin-bottom: 0;
}
.scroll-nav .constant-change-nav__form .newsletter-fields,
.constant-change-email__header .constant-change-nav__form .newsletter-fields {
  flex-direction: row;
}
.scroll-nav .constant-change-nav__form .newsletter-fields input,
.constant-change-email__header .constant-change-nav__form .newsletter-fields input {
  padding: 0.5em 1em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.scroll-nav .constant-change-nav__form .newsletter-fields button,
.constant-change-email__header .constant-change-nav__form .newsletter-fields button {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.scroll-nav .constant-change-nav__form .legal-note,
.constant-change-email__header .constant-change-nav__form .legal-note {
  display: none;
}
.scroll-nav .constant-change-nav__form :placeholder-shown + .input-label__label,
.constant-change-email__header .constant-change-nav__form :placeholder-shown + .input-label__label {
  opacity: 0.6 !important;
}
.scroll-nav .constant-change-nav__form .input-label__label,
.scroll-nav .constant-change-nav__form :focus + .input-label__label,
.constant-change-email__header .constant-change-nav__form .input-label__label,
.constant-change-email__header .constant-change-nav__form :focus + .input-label__label {
  opacity: 0 !important;
}
.scroll-nav .constant-change-nav__form .newsletter-response.notice,
.constant-change-email__header .constant-change-nav__form .newsletter-response.notice {
  background-color: #fff;
}

.scroll-nav .constant-change-nav__form {
  position: absolute;
  right: 0;
}
.scroll-nav .constant-change-nav__form .newsletter {
  position: static;
}
.scroll-nav .constant-change-nav__form .newsletter-response {
  position: fixed;
  top: 0;
  max-width: 372px;
  transform: translate(0, 12.4rem);
}

.constant-change-section {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media (min-width: 50rem) {
  .constant-change-section {
    padding-top: 12.4rem;
    padding-bottom: 19rem;
  }
}

.constant-change-section__header {
  position: relative;
}
.constant-change-section__header .intro {
  width: 100%;
  margin-bottom: 7.2rem;
}
@media (min-width: 80em) {
  .constant-change-section__header .intro {
    width: 56%;
  }
}
.constant-change-section__header p {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.constant-change-section__header h2 a[id] {
  margin-top: -30rem;
  padding-top: 30rem;
}

.constant-change-section__header--small {
  margin-bottom: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
}

.constant-change-list__wrap {
  position: relative;
}
.constant-change-list__wrap .constant-change-section__hand,
.constant-change-list__wrap .constant-change-section__phone,
.constant-change-list__wrap .constant-change-section__tea {
  position: absolute;
  z-index: 0;
  display: none;
}
@media (min-width: 80em) {
  .constant-change-list__wrap .constant-change-section__hand,
  .constant-change-list__wrap .constant-change-section__phone,
  .constant-change-list__wrap .constant-change-section__tea {
    display: block;
  }
}
.constant-change-list__wrap .constant-change-section__hand {
  top: -380px;
  right: -80px;
  width: 64%;
}
.constant-change-list__wrap .constant-change-section__phone {
  top: -380px;
  right: -20px;
  width: 36%;
  max-width: 388px;
}
.constant-change-list__wrap .constant-change-section__tea {
  top: -390px;
  right: -140px;
  width: 56%;
}

.constant-change-list {
  position: relative;
  z-index: 1;
  color: #2b2a35;
}
.constant-change-list ul {
  padding-left: 0;
  list-style: none;
}
.constant-change-list.inactive {
  color: #aaaaae;
}

.constant-change-list__item {
  display: block;
  align-items: center;
  margin-bottom: 1.2rem;
  padding: 4rem;
  transition: all 125ms linear;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}
.constant-change-list__item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
@media (min-width: 60em) {
  .constant-change-list__item {
    display: flex;
  }
}
.constant-change-list__item .image {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 4rem;
}
.constant-change-list__item .image img {
  width: 64%;
  max-width: 276px;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .constant-change-list__item .image {
    width: 30%;
    margin: 0;
  }
}
.constant-change-list__item .description {
  width: 100%;
  padding-right: 0;
  text-align: left;
}
.constant-change-list__item .description p {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .constant-change-list__item .description {
    width: 70%;
    padding-right: 10.8rem;
  }
}

.constant-change-list__title {
  text-align: left;
  font-size: 2.7rem;
  line-height: 1.4;
}
.constant-change-list__title:hover a {
  text-decoration: none !important;
  color: #334ac0 !important;
}

.constant-change-squiggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.constant-change-squiggle img {
  position: absolute;
  top: 40%;
  width: inherit;
  height: auto;
}

.constant-change-email__header {
  height: inherit;
  box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 60em) {
  .constant-change-email__header {
    height: 7.2rem;
  }
}
.constant-change-email__header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.5rem;
}
.constant-change-email__header nav > * {
  width: 50%;
}
@media (min-width: 60rem) {
  .constant-change-email__header nav > * {
    width: 33.3%;
  }
}
.constant-change-email__header .constant-change-email__back {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.constant-change-email__header .constant-change-email__back span {
  display: none;
  padding-left: 2rem;
}
@media (min-width: 60rem) {
  .constant-change-email__header .constant-change-email__back span {
    display: block;
  }
}
.constant-change-email__header .constant-change-email__nav {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 60rem) {
  .constant-change-email__header .constant-change-email__nav {
    justify-content: center;
    text-align: center;
  }
}
.constant-change-email__header .constant-change-email__nav a {
  overflow: hidden;
  padding: 0 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.constant-change-email__header .constant-change-email__nav a:first-child {
  border-right: 1px solid #dddfe5;
}
.constant-change-email__header .constant-change-email__nav a.disabled {
  opacity: 0.5;
  color: #2b2a35 !important;
}
.constant-change-email__header .constant-change-nav__form {
  display: none;
}
.constant-change-email__header .constant-change-nav__form .newsletter .button {
  padding-right: 2.8rem;
  padding-left: 2.8rem;
}
@media (min-width: 74em) {
  .constant-change-email__header .constant-change-nav__form {
    display: inline-flex;
    justify-content: end;
  }
}

.constant-change-viewport {
  overflow: hidden;
}

.constant-change-viewport,
.constant-change-iframe {
  width: 100%;
  height: calc(100vh - 90px);
}
@media (min-width: 60em) {
  .constant-change-viewport,
  .constant-change-iframe {
    height: calc(100vh - 72px);
  }
}

.download-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 50rem) {
  .download-background {
    display: none;
  }
}

.download-background__inner {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 70vw;
  transform: skewX(238deg) scale(1);
  background: linear-gradient(238deg, #f3f6ff 38.87%, #fff 51.56%);
}
@media (min-width: 50rem) and (max-width: 68rem) {
  .download-background__inner {
    transform: skewX(238deg) scale(1.3);
  }
}

.download-hero {
  padding: 3.6rem 0 7rem;
}

.download-hero__header {
  max-width: 70rem;
  padding: 0 1.5rem;
}
.download-hero__header .text {
  padding: 1rem 6rem 3rem;
}
@media (max-width: 40rem) {
  .download-hero__header .text {
    padding: 1rem 2rem 3rem;
  }
}
.download-hero__header .button {
  display: none;
}
.download-hero__header .button img {
  margin-right: 1rem;
  vertical-align: top;
}
.download-hero__header .button span {
  vertical-align: middle;
}
.download-hero__header.is-mac .mac {
  display: inline-flex;
}
.download-hero__header.is-mac .windows,
.download-hero__header.is-mac .ios,
.download-hero__header.is-mac .android {
  display: none;
}
.download-hero__header.is-windows .windows {
  display: inline-flex;
}
.download-hero__header.is-windows .mac,
.download-hero__header.is-windows .ios,
.download-hero__header.is-windows .android {
  display: none;
}
.download-hero__header.is-ios .ios {
  display: inline-flex;
}
.download-hero__header.is-ios .mac,
.download-hero__header.is-ios .windows,
.download-hero__header.is-ios .android {
  display: none;
}
.download-hero__header.is-android .android {
  display: inline-flex;
}
.download-hero__header.is-android .mac,
.download-hero__header.is-android .windows,
.download-hero__header.is-android .ios {
  display: none;
}

.download-hero__image {
  max-width: 70vw;
  margin-bottom: 3.6rem;
  padding: 0 1.5rem;
}
@media (max-width: 40rem) {
  .download-hero__image {
    overflow: hidden;
    max-width: 100%;
    padding: 3.6rem 0;
  }
  .download-hero__image img {
    transform: scale(1.2);
  }
}

.download-hero__strapline {
  margin: 0;
}
.download-hero__strapline p {
  display: inline-block;
  margin: 0;
  padding-top: 1.2rem;
}

.download-list {
  display: none;
  justify-content: center;
  width: 100%;
  max-width: 96rem;
  padding-bottom: 10rem;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  column-gap: 3rem;
}
@media (min-width: 50rem) {
  .download-list {
    display: grid;
  }
}
@media (max-width: 60rem) {
  .download-list {
    column-gap: 0.2rem;
  }
}
.download-list.is-mac .mac {
  display: none;
}
.download-list.is-windows .windows {
  display: none;
}
.download-list.is-ios .ios {
  display: none;
}
.download-list.is-android .android {
  display: none;
}

.download-list__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  max-width: 32rem;
  min-height: 32rem;
  margin: 0 0 3rem;
  padding: 4rem;
  border: 1px solid #ccc;
  border-radius: 0.6rem;
}
.download-list__item img {
  display: block;
  max-width: 6.5rem;
  margin: 0 auto;
}
@media (max-width: 60rem) {
  .download-list__item {
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 2rem;
  }
}

.download-list__info {
  margin-bottom: 2rem;
}
.download-list__info .title {
  margin-top: 2.4rem;
  margin-bottom: 0.1rem;
  font-size: 3rem;
  font-weight: 700;
}
.download-list__info .strapline {
  display: block;
  color: #545465;
  font-size: 1.6rem;
}
.download-list__info .strapline:empty {
  height: 3.2rem;
}

.download-hero_button-alt.text {
  padding-bottom: 0;
  font-size: 1.4rem;
}

#google-document-picker-link {
  margin-left: 1rem;
}

.page-home__teams {
  text-align: center;
}
@media (min-width: 60em) {
  .page-home__teams h3 {
    font-size: 3rem;
  }
}
.page-home__teams .team-logos {
  margin-bottom: 4rem;
}
.page-home__teams .team-logos__logo {
  opacity: 0.7;
}

@media (min-width: 27em) {
  .page-home__video-story .video-story__media-container {
    margin-top: 3rem;
  }
}

@media (min-width: 40em) {
  .page-home__video-story .video-story__media-container {
    margin-top: 5rem;
  }
}

.page-home__video-story--2 {
  padding-top: 2.5rem;
}
@media (min-width: 40em) {
  .page-home__video-story--2 {
    padding-top: 1.5rem;
  }
}

.page-home__brand-styles {
  overflow: hidden;
}

@media (min-width: 57.5em) {
  .jobs__positions {
    padding-top: 6rem;
  }
}

.jobs__positions-description {
  display: inline-block;
  max-width: 60rem;
  margin-bottom: 0;
  line-height: 2;
}

.jobs__positions-faq {
  position: relative;
  display: block;
  color: #545464;
  font-size: inherit;
  font-weight: 600;
  line-height: 2;
}
.jobs__positions-faq .read-more-link {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.jobs__office-description {
  display: inline-block;
  max-width: 60rem;
}

.jobs__stats-heading {
  max-width: 56rem;
  margin: 0 auto;
}

.jobs__articles-heading {
  max-width: 78rem;
  margin: 0 auto;
}

.landing-page {
  overflow-x: hidden;
  background: linear-gradient(180deg, #cee0ff 0%, rgba(210, 223, 247, 0) 60vh), #fff;
}

.landing-page__header {
  position: relative;
}
.landing-page__header > * {
  position: relative;
}

.landing-page__decoration-1 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 149px;
  max-width: none;
  height: 132px;
  transform: translate(-44%, -22%);
}
@media (min-width: 40em) {
  .landing-page__decoration-1 {
    display: block;
  }
}
@media (min-width: 60em) {
  .landing-page__decoration-1 {
    right: 100%;
    left: auto;
    transform: translate(58%, -50%);
  }
}

.landing-page__decoration-2 {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 178px;
  max-width: none;
  height: 170px;
  transform: translate(23%, -65%);
}
@media (min-width: 40em) {
  .landing-page__decoration-2 {
    display: block;
  }
}
@media (min-width: 60em) {
  .landing-page__decoration-2 {
    right: 100%;
    transform: translate(191%, -70%);
  }
}

@media (min-width: 60em) {
  .landing-page__hero > .container-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}

.landing-page__hero-left {
  position: relative;
  display: none;
  width: 40%;
  min-height: 55rem;
  margin-top: 8.8rem;
  border-radius: 9px;
  background: #d9ccff;
  box-shadow: 20px 20px 160px 0 rgba(130, 83, 255, 0.25);
}
.landing-page__hero-left::after {
  display: block;
  padding-bottom: 84%;
  content: '';
}
@media (min-width: 60em) {
  .landing-page__hero-left {
    display: block;
  }
}

.landing-page__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.landing-page__decoration-3 {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 401px;
  max-width: none;
  height: 298px;
  transform: translate(52%, -64%) scale(0.8);
}
@media (min-width: 80em) {
  .landing-page__decoration-3 {
    display: block;
  }
}

.landing-page__hero-right {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.landing-page__hero-right > .button {
  order: 10;
  width: 100%;
}
@media (min-width: 40em) {
  .landing-page__hero-right > .button {
    width: auto;
  }
}
@media (min-width: 60em) {
  .landing-page__hero-right {
    align-items: flex-start;
    width: 60%;
    min-width: 75rem;
    padding: 0 9.2rem 0 7.7vw;
    text-align: left;
  }
}

.landing-page__logo > .logo {
  display: flex;
  transform: scale(1.25);
  transform-origin: bottom left;
}

@media (min-width: 60em) {
  .landing-page__logo {
    margin: 0 0 6.5rem 0;
  }
}

.landing-page__hero-content {
  max-width: 70rem;
  margin: auto 0;
}
.landing-page__hero-content > *:not(:first-child) {
  margin-top: 2.5rem;
}
@media (min-width: 40em) {
  .landing-page__hero-content > *:not(:first-child) {
    margin-top: 4rem;
  }
}

.landing-page__title {
  margin: 0;
}

.landing-page__description {
  max-width: 50rem;
  margin: 0 auto;
  margin: 0;
  color: #545465;
  font-size: 1.8rem;
}
@media (min-width: 40em) {
  .landing-page__description {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.6em;
  }
}

.landing-page__insight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 1.5rem);
  margin-left: -1.5rem;
}
@media (min-width: 40em) {
  .landing-page__insight {
    width: calc(100% + 18vw - 10rem);
    margin-left: calc(-18vw + 10rem - 5rem);
  }
}
@media (min-width: 60em) {
  .landing-page__insight {
    width: 100%;
    margin-left: 0;
  }
}

.landing-page__insight-image {
  position: relative;
  width: 30%;
  min-height: 18rem;
  border-radius: 9px;
  background: #d9ccff;
  box-shadow: 5px 5px 50px 0 rgba(130, 83, 255, 0.25);
}
.landing-page__insight-image::after {
  display: block;
  padding-bottom: 68%;
  content: '';
}
.landing-page__insight-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
@media (min-width: 40em) {
  .landing-page__insight-image {
    width: 50%;
    min-height: 0;
  }
  .landing-page__insight-image::after {
    display: none;
  }
  .landing-page__insight-image > img {
    position: relative;
  }
}
@media (min-width: 60em) {
  .landing-page__insight-image {
    display: none;
  }
}

.landing-page__features {
  width: calc(70% - 2rem);
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 40em) {
  .landing-page__features {
    width: calc(50% - 3rem);
  }
}
@media (min-width: 60em) {
  .landing-page__features {
    width: 100%;
    max-width: 86rem;
  }
}

.landing-page__feature:not(:first-child) {
  margin-top: 0.6rem;
}

.landing-page__body {
  position: relative;
}
.landing-page__body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  content: '';
  pointer-events: none;
  background: linear-gradient(180deg, rgba(206, 224, 255, 0.3) 0%, rgba(210, 223, 247, 0) 43.63%);
}

.landing-page__body-title {
  text-align: center;
}

.landing-page__block {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  max-width: 160rem;
  margin: 0 auto;
}
@media (min-width: 80em) {
  .landing-page__block {
    flex-direction: row;
  }
}

@media (min-width: 80em) {
  .landing-page__block--reverse {
    flex-direction: row-reverse;
  }
}

.landing-page__block-body {
  flex: 0 0 auto;
  text-align: center;
}
.landing-page__block-body > * {
  width: 100%;
  margin: 2.5rem 0 0 0;
}
@media (min-width: 40em) {
  .landing-page__block-body > * {
    width: auto;
  }
}
@media (min-width: 80em) {
  .landing-page__block-body {
    box-sizing: content-box;
    width: 48rem;
    text-align: left;
  }
}
@media (min-width: 100em) {
  .landing-page__block-body {
    padding: 0 18.7rem;
  }
}

.landing-page__block-title {
  font-weight: 700;
}

.landing-page__block-media {
  position: relative;
  width: 100%;
}
.landing-page__block-media > video,
.landing-page__block-media > img {
  width: 100%;
  vertical-align: middle;
  border-radius: 0.5rem;
}
.landing-page__block-media > video.shadow,
.landing-page__block-media > img.shadow {
  box-shadow: 0 3px 11px rgba(28, 36, 79, 0.2);
}
@media (min-width: 80em) {
  .landing-page__block-media {
    margin-right: -8rem;
    padding: 0;
  }
  .landing-page__block-media > video,
  .landing-page__block-media > img {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .landing-page__block-media > video.shadow,
  .landing-page__block-media > img.shadow {
    box-shadow: 0 9px 36px rgba(28, 36, 79, 0.2);
  }
}

@media (min-width: 80em) {
  .landing-page__block-media--left {
    margin-right: 0;
    margin-left: -8rem;
  }
  .landing-page__block-media--left > img {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

.legal-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 6em 0;
}
@media (min-width: 60em) {
  .legal-heading {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.legal-heading__image {
  flex: 1;
  animation-delay: 0.35s;
  text-align: center;
}
.legal-heading__image-first {
  order: -1;
  animation-delay: 0.2s;
}

.legal-heading__cloud {
  width: 100%;
  max-width: 60%;
  margin-bottom: 5%;
}
@media (min-width: 30em) {
  .legal-heading__cloud {
    max-width: 40%;
  }
}
@media (min-width: 60em) {
  .legal-heading__cloud {
    max-width: 350px;
    margin-bottom: 0;
  }
}

.legal-heading__folder {
  display: none;
}
@media (min-width: 60em) {
  .legal-heading__folder {
    display: inline-block;
    width: 100%;
    max-width: 268px;
  }
}

.legal-header {
  flex: 2;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width: 40em) {
  .legal-header {
    margin: 0;
    padding: 0 30px;
  }
}
@media (min-width: 80em) {
  .legal-header {
    padding: 0 50px;
  }
}

.legal-header__description {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

.legal-header__title {
  margin-bottom: 30px;
}

.legal-links {
  display: grid;
  width: 100%;
  grid-column-gap: 2em;
  animation-delay: 0.5s;
}
@media (min-width: 32em) {
  .legal-links {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}

.legal-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.legal-link .read-more-link {
  margin-top: 0;
}

.legal-link__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
}

.legal-link__description {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 30px;
}

.legal-link__cta {
  transition: color 0.3s ease;
  color: #334ac0;
  font-size: 17px;
  font-weight: bold;
}
.legal-link__cta::after {
  margin-left: 0.4em;
  content: '⟶';
  vertical-align: middle;
}
.legal-link__cta:hover {
  color: #586ee0;
}

.pitch-game {
  padding-top: 0;
}
.pitch-game .text {
  max-width: 68rem;
}
@media (min-width: 80em) {
  .pitch-game .text h2 {
    font-size: 7.2rem;
  }
}
.pitch-game .text p {
  max-width: 50rem;
  margin-top: 1rem;
  color: rgba(43, 42, 53, 0.6);
}
.pitch-game .footer {
  text-align: left;
}
@media (max-width: 40em) {
  .pitch-game .footer {
    padding-top: 4rem;
  }
}
.pitch-game .footer p {
  margin-top: 0;
}
.pitch-game .footer-left {
  order: -1;
  text-align: left;
  font-size: 2rem;
}
.pitch-game .footer-left a {
  font-weight: bolder;
}
.pitch-game .footer-left a::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  content: '';
  vertical-align: middle;
  background-image: url('https://res.cloudinary.com/pitch-software/image/upload/website-images/images/arrow-ne.svg');
}

.pitch-game-cards {
  display: block;
  width: 100%;
  max-width: 192rem;
  height: auto;
  margin: -14vw auto 6rem;
}
@media (min-width: 120em) {
  .pitch-game-cards {
    margin-top: -18rem;
  }
}

.pitch-game__legal {
  display: grid;
  font-size: 1.4rem;
  grid-gap: 2rem;
}
@media (min-width: 32em) {
  .pitch-game__legal {
    grid-template-columns: 1fr 2fr;
  }
}
.pitch-game__legal > :first-child {
  grid-row: 1 / 4;
}
.pitch-game__legal > :last-child {
  opacity: 0.6;
  font-size: 1.2rem;
  grid-column: 1 / -1;
}

.press-header__container {
  position: relative;
  overflow: hidden;
}

.press-header {
  display: flex;
  flex-direction: column;
  padding: 3rem 0 38% 0;
}
.press-header .press-header-text {
  position: relative;
  z-index: 1;
  flex: 2;
  text-align: center;
}
.press-header .press-header-text p {
  display: inline-block;
  max-width: 50rem;
}
@media (min-width: 40em) {
  .press-header {
    padding-bottom: 9rem;
  }
}
@media (min-width: 60em) {
  .press-header {
    flex-direction: row;
    padding-top: 6rem;
  }
}
@media (min-width: 114em) {
  .press-header {
    padding-bottom: 12rem;
  }
}

.press-header-image {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  min-width: 140px;
  transform-origin: center center;
}
@media (min-width: 40em) {
  .press-header-image {
    bottom: -10%;
    left: -5%;
    width: 35%;
    max-width: 270px;
  }
}
@media (min-width: 64em) {
  .press-header-image {
    bottom: -17%;
    width: 35%;
    max-width: 750px;
  }
}
.press-header-image picture,
.press-header-image img {
  width: 100%;
}
.press-header-image:nth-child(3) {
  display: none;
}
@media (min-width: 40em) {
  .press-header-image:nth-child(3) {
    right: -5%;
    left: auto;
    display: block;
  }
}

.section .press-articles {
  align-items: stretch;
}

.press-article {
  position: relative;
  margin-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dddfe5;
}
.press-article:last-child {
  border: none;
}
.press-article h3 {
  margin: 0;
}
.press-article a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.press-article__read-more {
  display: block;
  color: #334ac0;
}
.press-article:hover .press-article__read-more {
  text-decoration: underline;
}

.press-image {
  max-height: 1em;
}

.press-resources .column-card {
  background: white;
}

.pricing-hero {
  padding-top: 0;
  background: #8253ff linear-gradient(91.56deg, #8253ff 0%, #4966f7 122.55%);
}
.pricing-hero .pricing-hero__content {
  padding-top: 3rem;
  padding-bottom: calc(9.5rem + 3rem + 1.5rem);
}
@media (min-width: 60em) {
  .pricing-hero .pricing-hero__content {
    padding-top: 6rem;
    padding-bottom: calc(9.5rem + 6rem + 4rem);
  }
}
@media (min-width: 80em) {
  .pricing-hero .pricing-hero__content {
    padding-bottom: calc(27.8rem + 6rem + 4rem);
  }
}
.pricing-hero .hero-headline {
  position: relative;
  top: auto;
  bottom: auto;
  max-width: none;
  margin-bottom: 0.25em;
  color: white;
}

.pricing-hero__intro {
  position: relative;
  max-width: 40ch;
  margin: 0 auto;
  color: white;
}

.pricing-hero__visual {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
@media (min-width: 30em) {
  .pricing-hero__visual {
    top: 140px;
  }
}
@media (min-width: 45em) {
  .pricing-hero__visual {
    top: auto;
  }
}
@media (min-width: 162em) {
  .pricing-hero__visual {
    top: 10px;
  }
}
.pricing-hero__visual img {
  width: 100%;
}

.pricing-plans {
  margin: -9.5rem auto 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fafafc 100%) no-repeat bottom;
  background-size: 100% 10rem;
}
@media (min-width: 80em) {
  .pricing-plans {
    margin-top: -27.8rem;
  }
}
@media (min-width: 64em) {
  .pricing-plans {
    padding: 0 calc(5vw - 3rem);
  }
}

.pricing-plans__wrapper {
  flex-wrap: wrap;
  padding: 0 1.875vw;
}
@media (min-width: 60em) {
  .pricing-plans__wrapper {
    padding: 0 1.8rem;
  }
}
@media (min-width: 64em) {
  .pricing-plans__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.pricing-plan {
  display: grid;
  grid-gap: 1.5rem 3rem;
  justify-items: center;
  margin: 0 auto 28px;
  padding: 4.5rem 3rem;
  text-align: center;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(147, 157, 168, 0.22), 0 0 0 0.1rem rgba(103, 110, 144, 0.04);
}
@media (min-width: 40em) {
  .pricing-plan {
    justify-items: stretch;
  }
}
@media (min-width: 64em) {
  .pricing-plan {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(33% - 1.5625vw);
    margin: 0;
    padding: 4rem 3.125vw;
  }
}
@media (min-width: 120em) {
  .pricing-plan {
    width: calc(33% - 3rem);
    padding: 4rem 6rem;
  }
}
.pricing-plan .button {
  display: inline-flex;
}

@media (min-width: 64em) {
  .pricing-plan__intro {
    min-height: 13.5em;
  }
}

@media (min-width: 40em) {
  .pricing-plan__footer {
    grid-column: span 2;
  }
}

@media (min-width: 64em) {
  .pricing-plan__footer {
    min-height: 9.2rem;
    margin-top: auto;
  }
}

.pricing-plan__button {
  margin-bottom: 0.8rem;
}

.pricing-plan__name {
  font-size: 36px;
  font-weight: bold;
  line-height: 120%;
}
@media (min-width: 60em) {
  .pricing-plan__name {
    font-size: 42px;
    line-height: 54px;
  }
}

.pricing-plan__description {
  max-width: 23ch;
  min-height: 4em;
  margin-right: auto;
  margin-left: auto;
  color: #545465;
}

.pricing-plan__price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.pricing-plan__price .tooltip {
  position: relative;
  margin: 0 0.6rem auto;
}
.pricing-plan__price .tooltip svg {
  vertical-align: top;
}

.pricing-plan__currency {
  align-self: flex-start;
  font-size: 1.8rem;
}

.pricing-plan__amount {
  margin: 0 0.8rem;
  white-space: nowrap;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}

.pricing-plan__price-caption {
  font-size: 13px;
  line-height: 135%;
}
.pricing-plan__price-caption .tooltip {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 40em) {
  .pricing-plan__price-caption {
    font-size: 15px;
  }
}

.pricing-plan__features-list,
.pricing-plan__features-title {
  font-size: 15px;
}
@media (min-width: 60em) {
  .pricing-plan__features-list,
  .pricing-plan__features-title {
    font-size: 18px;
  }
}

.pricing-plan__features-title {
  margin-bottom: 12px;
  text-align: left;
}

.pricing-plan__features-list {
  margin-bottom: 3rem;
  text-align: left;
}

.pricing-plan__feature {
  margin-bottom: 10px;
}
.pricing-plan__feature svg {
  width: 16px;
  height: 12px;
  margin-right: 12px;
  fill: #334ac0;
}
@media (min-width: 64em) {
  .pricing-plan__feature {
    margin-bottom: 12px;
  }
}

.pricing-feature-label {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 6px 4px;
  vertical-align: middle;
  border: 1px solid currentColor;
  border-radius: 12px;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 64em) {
  .pricing-feature-label {
    margin-left: 14px;
  }
}

.pricing-plan__cta {
  display: none;
  text-decoration: underline;
  font-size: 15px;
  line-height: 36px;
}
.pricing-plan__cta:hover,
.pricing-plan__cta:focus {
  text-decoration: none;
}
@media (min-width: 40em) {
  .pricing-plan__cta {
    display: block;
  }
}

.pricing-plans__notes {
  width: 100%;
  max-width: 80rem;
  margin: 3rem auto;
  padding: 0 1.8rem;
  padding-bottom: 42px;
  text-align: center;
  font-size: 13px;
  line-height: 200%;
}
@media (min-width: 60em) {
  .pricing-plans__notes {
    padding-bottom: 18px;
    color: #545465;
    font-size: 15px;
    line-height: 135%;
  }
}

.pricing-enterprise {
  padding: 14px 24px 48px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fafafc 100%);
  font-size: 15px;
  line-height: 200%;
}
.pricing-enterprise .button {
  display: inline-flex;
}
@media (min-width: 60em) {
  .pricing-enterprise {
    padding: 14px 0 84px;
    font-size: 18px;
    line-height: 200%;
  }
}

.pricing-enterprise__title {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 160%;
}
@media (min-width: 60em) {
  .pricing-enterprise__title {
    margin-bottom: 24px;
    font-size: 27px;
    line-height: 160%;
  }
}

.pricing-enterprise__description {
  max-width: 605px;
  margin: 0 auto 24px;
}

.pricing-enterprise__cta {
  margin-bottom: 48px;
}
@media (min-width: 60em) {
  .pricing-enterprise__cta {
    margin-bottom: 37px;
  }
}

.pricing-enterprise__covid a {
  text-decoration: underline;
}

.pricing-features {
  display: none;
  margin-bottom: 44px;
}

@media (min-width: 40em) {
  .pricing-features {
    display: block;
  }
  .pricing__mobile-only {
    display: none;
  }
}

.pricing-features__tables {
  max-width: 920px;
  margin: auto;
  padding-top: 62px;
}

.pricing-features__names {
  display: flex;
  padding-left: 50%;
}
@media (min-width: 70em) {
  .pricing-features__names {
    padding-left: 33.3333%;
  }
}

.pricing-features__name {
  width: 50%;
  text-align: center;
}

.pricing-features__title {
  margin: 0 0 1rem 0;
  font-size: 27px;
  line-height: 1;
}

.pricing-features__description {
  display: inline-block;
  max-width: 16rem;
  vertical-align: middle;
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.1em;
}

.pricing-features__table {
  width: 100%;
  margin-bottom: 44px;
}
.pricing-features__table tr,
.pricing-features__table th,
.pricing-features__table td {
  padding: 0;
  border: none;
}
.pricing-features__table th,
.pricing-features__table td {
  width: 25%;
  padding: 6px 0;
  text-align: center;
  font-size: 18px;
  font-weight: inherit;
  line-height: 200%;
}
.pricing-features__table th:first-child,
.pricing-features__table td:first-child {
  width: 50%;
  padding-left: 18px;
  text-align: left;
}
@media (min-width: 70em) {
  .pricing-features__table th,
  .pricing-features__table th:first-child,
  .pricing-features__table td,
  .pricing-features__table td:first-child {
    width: 33.333333%;
  }
}
.pricing-features__table thead th,
.pricing-features__table thead td {
  padding: 0;
}
.pricing-features__table .pricing-features__section th {
  padding-bottom: 19px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.pricing-features__table tbody ~ tbody .pricing-features__section th {
  padding-top: 44px;
}
.pricing-features__table tbody tr:nth-child(even) {
  background: linear-gradient(0deg, rgba(246, 246, 249, 0.5), rgba(246, 246, 249, 0.5));
}
.pricing-features__table .tooltip {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: unset;
  font-size: 0;
}

.pricing-features__check {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: initial;
}

.pricing-features__disclaimer {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #545465;
  font-size: 15px;
  line-height: 151.28%;
}

.pricing-partners {
  padding-top: 42px;
  padding-bottom: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fafafc 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 50%;
}
@media (min-width: 48em) {
  .pricing-partners {
    background: none;
  }
}

.pricing-partners__title {
  display: block;
  max-width: 265px;
  margin: 0 auto 30px;
  text-align: center;
  color: #2b2a35;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 24px;
  line-height: 160%;
}
@media (min-width: 48em) {
  .pricing-partners__title {
    max-width: 696px;
    margin-bottom: 43px;
    font-size: 42px;
    line-height: 54px;
  }
}

.pricing-faq {
  padding: 70px 49px 60px;
  text-align: center;
}
@media (min-width: 50em) {
  .pricing-faq {
    padding-right: calc(18vw - 10rem);
    padding-bottom: 72px;
    padding-left: calc(18vw - 10rem);
  }
}

.pricing-faq__visual {
  max-width: 180px;
  margin-bottom: 45px;
}

.pricing-faq__title {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0 0 42px;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 36px;
  line-height: 120%;
}
@media (min-width: 50em) {
  .pricing-faq__title {
    margin-bottom: 72px;
    font-size: 42px;
    line-height: 54px;
  }
}

.pricing-faq__grid {
  column-gap: 60px;
  text-align: left;
  columns: 1;
}
@media (min-width: 49em) {
  .pricing-faq__grid {
    columns: 2;
  }
}
@media (min-width: 87em) {
  .pricing-faq__grid {
    margin-bottom: 72px;
    columns: 3;
  }
}

.pricing-faq__item {
  margin-bottom: 42px;
  padding-top: 24px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 49em) {
  .pricing-faq__item {
    display: inline-block;
    margin-bottom: 55px;
    padding-top: 27px;
  }
}

.pricing-faq__question {
  margin-bottom: 10px;
  font-family: 'Eina01', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 18px;
}
@media (min-width: 49em) {
  .pricing-faq__question {
    margin-bottom: 13px;
    font-size: 27px;
  }
}

.pricing-faq__answer {
  margin: 0;
  font-size: 15px;
  line-height: 200%;
}
@media (min-width: 49em) {
  .pricing-faq__answer {
    font-size: 18px;
  }
}
.pricing-faq__answer p:first-child {
  margin-top: 0;
}

.pricing-faq__notes {
  margin: 0 auto;
  text-align: left;
  color: #545465;
  font-size: 13px;
  line-height: 200%;
}
@media (min-width: 50em) {
  .pricing-faq__notes {
    text-align: center;
    font-size: 15px;
  }
}

.product-section-hero {
  position: relative;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-section-hero {
    margin-bottom: 80px;
  }
}

.product-videos_wrapper {
  position: sticky;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  margin: auto;
  margin-top: -39.375vw;
  margin-bottom: -8vw;
  transition: opacity 0.3s;
  transform: scale(0.7) translateY(-20%);
  opacity: 0;
}
.product-videos_wrapper::before {
  display: block;
  padding-bottom: 56.25%;
  content: '';
  border-radius: 0.4rem;
  box-shadow: 0 -10px 90px rgba(10, 3, 89, 0.2);
}
@media (min-width: 60em) {
  .product-videos_wrapper::before {
    border-radius: 0.6rem;
  }
}
.product-videos_wrapper[data-ready='true'] {
  opacity: 1;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-videos_wrapper {
    display: block;
  }
}

.product-videos_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s 0.1s;
  opacity: 0;
  border-radius: 0.4rem;
}
@media (min-width: 60em) {
  .product-videos_wrapper video {
    border-radius: 0.6rem;
  }
}
.product-videos_wrapper video.is-active {
  transition: opacity 0.2s;
  opacity: 1;
}
.product-videos_wrapper video:first-child {
  opacity: 1;
}

.product-page__section-heading {
  max-width: 9em;
  margin: 0 auto 32px;
  letter-spacing: -0.01em;
  color: white;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-page__section-heading {
    margin-bottom: 0.3em;
  }
}

.product-page__section-description {
  max-width: 27em;
  margin: 0 auto;
  font-size: 16px;
  line-height: 180%;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-page__section-description {
    font-size: calc(8px + 0.88vw);
  }
}
@media (min-width: 112.5em) {
  .product-page__section-description {
    font-size: 22px;
  }
}
.product-page__section-description p:first-child {
  margin-top: 0;
}

.product-hero {
  position: relative;
  background: linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%);
}
@media (min-width: 60em) {
  .product-hero {
    top: -72px;
  }
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-hero {
    min-height: calc(100vh + 72px);
  }
}

.product-hero__content {
  position: relative;
  padding: 20px;
  padding-top: 66px;
  text-align: center;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-hero__content {
    height: 100%;
    padding-top: 10vh;
  }
  .product-hero__content::after {
    display: block;
    padding-bottom: 39.375vw;
    content: '';
  }
}

.product-hero__title {
  color: #fff;
  text-shadow: 0 3px 6px rgba(33, 16, 140, 0.1);
}

.product-hero__description {
  max-width: 34em;
  color: white;
}

.product-hero__image {
  position: relative;
  display: block;
  overflow: hidden;
  align-self: flex-end;
  width: 96%;
  margin: 0 auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.product-hero__image::before {
  display: block;
  padding-bottom: 56.25%;
  content: '';
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-hero__image {
    display: none;
    margin: 0;
  }
}
.product-hero__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-chapters {
  padding: 0;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-chapters {
    padding: 0 calc(18vw - 10rem) 0;
  }
  .product-chapters .container-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .product-chapters--reverse .container-inner {
    align-items: flex-end;
  }
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-chapters {
    margin-bottom: -20vw;
    padding-bottom: 15vw;
  }
}
@media (min-width: 75em) {
  .product-chapters {
    margin-bottom: -30vw;
    padding-bottom: 30vw;
  }
}

.product-chapter {
  position: relative;
  overflow: hidden;
  padding-top: 56px;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-chapter {
    overflow: visible;
    max-width: 480px;
    height: 90vh;
    margin: 0;
    padding: 10vh 3rem 10vh 0;
  }
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-chapters--reverse .product-chapter {
    padding-right: 0;
    padding-left: 3rem;
  }
}
@media (orientation: landscape) and (min-width: 80em) {
  .product-chapter {
    max-width: 565px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (orientation: landscape) and (min-width: 65em) {
  .product-chapter__content-wrapper {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
  }
}

.product-chapter__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
  color: #1e1d28;
}
@media (min-width: 40em) {
  .product-chapter__content {
    padding: 0 calc(18vw - 10rem);
  }
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-chapter__content {
    padding: 0;
  }
}
@media (orientation: landscape) and (min-width: 80em) {
  .product-chapter__content {
    max-width: 540px;
  }
}

.product-chapter__title {
  margin-bottom: 16px;
  font-weight: bold;
}
@media (orientation: landscape) and (min-width: 80em) {
  .product-chapter__title {
    margin-bottom: 22px;
  }
}

.product-chapter__body {
  margin-bottom: 44px;
  color: #545465;
  font-size: 16px;
  line-height: 180%;
}
.product-chapter__body p:first-child {
  margin-top: 0;
}
.product-chapter__body p:last-child {
  margin-bottom: 0;
}
@media (orientation: landscape) and (min-width: 80em) {
  .product-chapter__body {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 200%;
  }
}

.product-chapter__video {
  width: 165%;
  max-width: 965px;
  transition: opacity 0.3s;
  opacity: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 -5px 10px rgba(10, 3, 89, 0.25);
}
.product-chapter__video[data-lazy-video='loaded'] {
  transform: translateX(1.5rem);
  opacity: 1;
}
.product-chapters--reverse .product-chapter__video[data-lazy-video='loaded'] {
  margin-left: -3rem;
  transform: translateX(calc(100vw - 100%));
}
@media (min-width: 40em) {
  .product-chapter__video {
    transform: translateX(calc(18vw - 10rem));
  }
}
@media (min-width: 60em) {
  .product-chapter__video {
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
  }
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-chapter__video {
    display: none;
  }
}

.product-section-collaboration {
  position: relative;
}
.product-section-collaboration .product-chapters {
  margin-bottom: 60px;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-section-collaboration .product-chapters {
    margin-bottom: -20vw;
    padding-bottom: 15vw;
  }
}
@media (min-width: 75em) {
  .product-section-collaboration .product-chapters {
    margin-bottom: -28vw;
    padding-bottom: 40vw;
  }
}

.product-collaboration-hero {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.product-collaboration-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: '';
  background-image: url(https://res.cloudinary.com/pitch-software/image/upload/f_auto/website-images/images/product-tour/work-meet-play-background--mobile.jpg),
    linear-gradient(257.76deg, #dcecff 7.69%, #eef5fe 100.23%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-collaboration-hero {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .product-collaboration-hero::before {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 55%;
    content: '';
    background: none;
  }
  .product-collaboration-hero .container-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.product-collaboration-hero__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 315px;
  height: 100%;
  min-height: 650px;
  margin: 0 auto;
  padding-top: 65px;
  text-align: center;
}
@media (min-width: 65em) {
  .product-collaboration-hero__content {
    max-width: none;
    padding-top: 3.2vw;
  }
}
@media (min-width: 112.5em) {
  .product-collaboration-hero__content {
    padding-top: 58px;
  }
}

.product-collaboration-hero__title {
  margin-bottom: 50px;
  color: #70b1ff;
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-collaboration-hero__title {
    margin-bottom: 1.2vw;
  }
}
@media (min-width: 112.5em) {
  .product-collaboration-hero__title {
    margin-bottom: 50px;
  }
}

.product-collaboration-hero__description {
  opacity: 0.7;
}

.product-collaboration-hero__image {
  display: none;
}

.product-collaboration-videos_wrapper {
  position: sticky;
  top: 72px;
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  transition: opacity 0.3s;
  pointer-events: none;
}
.product-collaboration-videos_wrapper::before {
  display: block;
  padding-bottom: 56.25%;
  content: '';
}
@media (orientation: landscape) and (min-width: 65em) {
  .product-collaboration-videos_wrapper {
    display: block;
  }
}

.product-collaboration-videos {
  border-radius: 0.4rem;
}
.product-collaboration-videos video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s 0.1s;
  opacity: 0;
  border-radius: 0.4rem;
}
.product-collaboration-videos video.is-active {
  transition: opacity 0.2s;
  opacity: 1;
}
@media (min-width: 60em) {
  .product-collaboration-videos {
    border-radius: 0.6rem;
  }
}

.product-collaboration-videos_stills {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.product-collaboration-videos_stills img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-collaboration-videos_stills video {
  position: relative;
  width: 100%;
}

.product-collaboration-videos_still-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  border-radius: 0.4rem;
}
@media (min-width: 60em) {
  .product-collaboration-videos_still-frame {
    border-radius: 0.6rem;
  }
}

.product-feature-badge {
  margin-bottom: 1.6rem;
  padding: 0.6rem 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.6rem;
  background: linear-gradient(91.56deg, #4966f7 0%, #8253ff 122.55%);
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1em;
}

.section.formatting,
.section.integrations,
.section.sharing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
}
.section.formatting .background-video,
.section.integrations .background-video,
.section.sharing .background-video {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section.formatting .background-video video,
.section.integrations .background-video video,
.section.sharing .background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 65em) {
  .section.formatting .background-video video,
  .section.integrations .background-video video,
  .section.sharing .background-video video {
    object-position: top right;
  }
}
.section.formatting h1,
.section.integrations h1,
.section.sharing h1 {
  max-width: 52.4vw;
  color: white;
}
.section.formatting .text,
.section.integrations .text,
.section.sharing .text {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.section.formatting .wrap,
.section.integrations .wrap,
.section.sharing .wrap {
  position: relative;
}

.section.formatting {
  background-color: #8f94ff;
}

.section.integrations {
  background-color: #5f6eee;
}
.section.integrations .background-video .left,
.section.integrations .background-video .right {
  position: absolute;
  width: auto;
  object-fit: contain;
}
@media (max-width: 65em) {
  .section.integrations .background-video .left,
  .section.integrations .background-video .right {
    object-fit: cover;
  }
}
.section.integrations .background-video .left {
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 65em) {
  .section.integrations .background-video .left {
    display: none;
  }
}
.section.integrations .background-video .right {
  top: 0;
  right: 0;
  bottom: 0;
}

.section.sharing {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: linear-gradient(134.83deg, #8266f4 35.47%, #6bd0fa 138.64%);
  text-shadow: 0 0 0.2rem rgba(130, 102, 244, 0.3);
}
@media (min-width: 65em) {
  .section.sharing {
    overflow: unset;
  }
}
.section.sharing .wrap {
  position: relative;
}
.section.sharing .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.section.sharing .paperplane,
.section.sharing .hand,
.section.sharing .slides {
  position: absolute;
}
.section.sharing .paperplane {
  top: 4rem;
  right: 14rem;
  width: 12.8rem;
  max-width: 453px;
  will-change: transform;
}
@media (min-width: 65em) {
  .section.sharing .paperplane {
    top: -6rem;
    right: 12rem;
    width: 23.7vw;
  }
}
.section.sharing .hand {
  bottom: -2.1rem;
  left: -4rem;
  width: 20rem;
  max-width: 402px;
  min-height: 100px;
}
@media (min-width: 65em) {
  .section.sharing .hand {
    bottom: -1.9rem;
    left: 0;
    width: 22.3vw;
  }
}
.section.sharing .slides {
  right: 0;
  bottom: 0;
  max-width: 32rem;
}
@media (max-width: 80em) {
  .section.sharing .slides {
    max-width: 28rem;
  }
}
@media (max-width: 65em) {
  .section.sharing .slides {
    max-width: 16rem;
  }
}

.product-tour-formatting__sections,
.product-tour-integrations__sections,
.product-tour-sharing__sections {
  padding: 4rem 0;
}
.product-tour-formatting__sections .container .container-inner,
.product-tour-formatting__sections .landing-page__hero-right .container-inner,
.product-tour-formatting__sections .landing-page__block-body .container-inner,
.product-tour-formatting__sections .landing-page__block-media .container-inner,
.product-tour-integrations__sections .container .container-inner,
.product-tour-integrations__sections .landing-page__hero-right .container-inner,
.product-tour-integrations__sections .landing-page__block-body .container-inner,
.product-tour-integrations__sections .landing-page__block-media .container-inner,
.product-tour-sharing__sections .container .container-inner,
.product-tour-sharing__sections .landing-page__hero-right .container-inner,
.product-tour-sharing__sections .landing-page__block-body .container-inner,
.product-tour-sharing__sections .landing-page__block-media .container-inner {
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 65em) {
  .product-tour-formatting__sections .container .container-inner,
  .product-tour-formatting__sections .landing-page__hero-right .container-inner,
  .product-tour-formatting__sections .landing-page__block-body .container-inner,
  .product-tour-formatting__sections .landing-page__block-media .container-inner,
  .product-tour-integrations__sections .container .container-inner,
  .product-tour-integrations__sections .landing-page__hero-right .container-inner,
  .product-tour-integrations__sections .landing-page__block-body .container-inner,
  .product-tour-integrations__sections .landing-page__block-media .container-inner,
  .product-tour-sharing__sections .container .container-inner,
  .product-tour-sharing__sections .landing-page__hero-right .container-inner,
  .product-tour-sharing__sections .landing-page__block-body .container-inner,
  .product-tour-sharing__sections .landing-page__block-media .container-inner {
    flex-direction: row;
  }
}
.product-tour-formatting__sections .image,
.product-tour-formatting__sections .video,
.product-tour-formatting__sections .text,
.product-tour-integrations__sections .image,
.product-tour-integrations__sections .video,
.product-tour-integrations__sections .text,
.product-tour-sharing__sections .image,
.product-tour-sharing__sections .video,
.product-tour-sharing__sections .text {
  width: 100%;
}
.product-tour-formatting__sections .image,
.product-tour-formatting__sections .video,
.product-tour-integrations__sections .image,
.product-tour-integrations__sections .video,
.product-tour-sharing__sections .image,
.product-tour-sharing__sections .video {
  max-width: 74rem;
}
.product-tour-formatting__sections .text,
.product-tour-integrations__sections .text,
.product-tour-sharing__sections .text {
  max-width: 48rem;
  padding-left: 6rem;
}
.product-tour-formatting__sections .text h3,
.product-tour-integrations__sections .text h3,
.product-tour-sharing__sections .text h3 {
  font-weight: bold;
}
@media (max-width: 65em) {
  .product-tour-formatting__sections .text,
  .product-tour-integrations__sections .text,
  .product-tour-sharing__sections .text {
    max-width: 100%;
    padding-left: 0;
  }
}

.product-tour-formatting__sections .container:nth-child(3) .container-inner,
.product-tour-formatting__sections .landing-page__hero-right:nth-child(3) .container-inner,
.product-tour-formatting__sections .landing-page__block-body:nth-child(3) .container-inner,
.product-tour-formatting__sections .landing-page__block-media:nth-child(3) .container-inner {
  flex-direction: column-reverse;
}
@media (min-width: 65em) {
  .product-tour-formatting__sections .container:nth-child(3) .container-inner,
  .product-tour-formatting__sections .landing-page__hero-right:nth-child(3) .container-inner,
  .product-tour-formatting__sections .landing-page__block-body:nth-child(3) .container-inner,
  .product-tour-formatting__sections .landing-page__block-media:nth-child(3) .container-inner {
    flex-direction: row;
  }
}

.product-tour-formatting__sections .container:nth-child(2) .container-inner,
.product-tour-formatting__sections .landing-page__hero-right:nth-child(2) .container-inner,
.product-tour-formatting__sections .landing-page__block-body:nth-child(2) .container-inner,
.product-tour-formatting__sections .landing-page__block-media:nth-child(2) .container-inner {
  flex-direction: column-reverse;
}
@media (min-width: 65em) {
  .product-tour-formatting__sections .container:nth-child(2) .container-inner,
  .product-tour-formatting__sections .landing-page__hero-right:nth-child(2) .container-inner,
  .product-tour-formatting__sections .landing-page__block-body:nth-child(2) .container-inner,
  .product-tour-formatting__sections .landing-page__block-media:nth-child(2) .container-inner {
    flex-direction: row-reverse;
  }
}

.product-tour-formatting__sections .container:nth-child(2) .text,
.product-tour-formatting__sections .landing-page__hero-right:nth-child(2) .text,
.product-tour-formatting__sections .landing-page__block-body:nth-child(2) .text,
.product-tour-formatting__sections .landing-page__block-media:nth-child(2) .text {
  padding-right: 6rem;
  padding-left: 0;
}
@media (max-width: 65em) {
  .product-tour-formatting__sections .container:nth-child(2) .text,
  .product-tour-formatting__sections .landing-page__hero-right:nth-child(2) .text,
  .product-tour-formatting__sections .landing-page__block-body:nth-child(2) .text,
  .product-tour-formatting__sections .landing-page__block-media:nth-child(2) .text {
    padding-right: 0;
    padding-left: 0;
  }
}

.product-tour-integrations__sections .container .container-inner,
.product-tour-integrations__sections .landing-page__hero-right .container-inner,
.product-tour-integrations__sections .landing-page__block-body .container-inner,
.product-tour-integrations__sections .landing-page__block-media .container-inner {
  flex-direction: column-reverse;
}
@media (min-width: 65em) {
  .product-tour-integrations__sections .container .container-inner,
  .product-tour-integrations__sections .landing-page__hero-right .container-inner,
  .product-tour-integrations__sections .landing-page__block-body .container-inner,
  .product-tour-integrations__sections .landing-page__block-media .container-inner {
    flex-direction: row-reverse;
  }
}

.product-tour-integrations__sections .container .text,
.product-tour-integrations__sections .landing-page__hero-right .text,
.product-tour-integrations__sections .landing-page__block-body .text,
.product-tour-integrations__sections .landing-page__block-media .text {
  padding-right: 6rem;
  padding-left: 0;
}
@media (max-width: 65em) {
  .product-tour-integrations__sections .container .text,
  .product-tour-integrations__sections .landing-page__hero-right .text,
  .product-tour-integrations__sections .landing-page__block-body .text,
  .product-tour-integrations__sections .landing-page__block-media .text {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 65em) {
  .product-tour-integrations__sections .container:nth-child(even) .container-inner,
  .product-tour-integrations__sections .landing-page__hero-right:nth-child(even) .container-inner,
  .product-tour-integrations__sections .landing-page__block-body:nth-child(even) .container-inner,
  .product-tour-integrations__sections .landing-page__block-media:nth-child(even) .container-inner {
    flex-direction: row;
  }
}

.product-tour-integrations__sections .container:nth-child(even) .text,
.product-tour-integrations__sections .landing-page__hero-right:nth-child(even) .text,
.product-tour-integrations__sections .landing-page__block-body:nth-child(even) .text,
.product-tour-integrations__sections .landing-page__block-media:nth-child(even) .text {
  padding-right: 0;
  padding-left: 6rem;
}
@media (max-width: 65em) {
  .product-tour-integrations__sections .container:nth-child(even) .text,
  .product-tour-integrations__sections .landing-page__hero-right:nth-child(even) .text,
  .product-tour-integrations__sections .landing-page__block-body:nth-child(even) .text,
  .product-tour-integrations__sections .landing-page__block-media:nth-child(even) .text {
    padding-right: 0;
    padding-left: 0;
  }
}

.product-tour-sharing__sections .container:nth-child(1) .sub-image,
.product-tour-sharing__sections .landing-page__hero-right:nth-child(1) .sub-image,
.product-tour-sharing__sections .landing-page__block-body:nth-child(1) .sub-image,
.product-tour-sharing__sections .landing-page__block-media:nth-child(1) .sub-image {
  max-width: 100%;
  margin-top: -6rem;
}
@media (min-width: 65em) {
  .product-tour-sharing__sections .container:nth-child(1) .sub-image,
  .product-tour-sharing__sections .landing-page__hero-right:nth-child(1) .sub-image,
  .product-tour-sharing__sections .landing-page__block-body:nth-child(1) .sub-image,
  .product-tour-sharing__sections .landing-page__block-media:nth-child(1) .sub-image {
    max-width: 42rem;
  }
}

.product-tour-sharing__sections .container:nth-child(1) .text,
.product-tour-sharing__sections .landing-page__hero-right:nth-child(1) .text,
.product-tour-sharing__sections .landing-page__block-body:nth-child(1) .text,
.product-tour-sharing__sections .landing-page__block-media:nth-child(1) .text,
.product-tour-sharing__sections .container:nth-child(3) .text,
.product-tour-sharing__sections .landing-page__hero-right:nth-child(3) .text,
.product-tour-sharing__sections .landing-page__block-body:nth-child(3) .text,
.product-tour-sharing__sections .landing-page__block-media:nth-child(3) .text {
  padding-right: 6rem;
  padding-left: 0;
}
@media (max-width: 65em) {
  .product-tour-sharing__sections .container:nth-child(1) .text,
  .product-tour-sharing__sections .landing-page__hero-right:nth-child(1) .text,
  .product-tour-sharing__sections .landing-page__block-body:nth-child(1) .text,
  .product-tour-sharing__sections .landing-page__block-media:nth-child(1) .text,
  .product-tour-sharing__sections .container:nth-child(3) .text,
  .product-tour-sharing__sections .landing-page__hero-right:nth-child(3) .text,
  .product-tour-sharing__sections .landing-page__block-body:nth-child(3) .text,
  .product-tour-sharing__sections .landing-page__block-media:nth-child(3) .text {
    padding-right: 0;
    padding-left: 0;
  }
}

.product-tour-sharing__sections .container .container-inner,
.product-tour-sharing__sections .landing-page__hero-right .container-inner,
.product-tour-sharing__sections .landing-page__block-body .container-inner,
.product-tour-sharing__sections .landing-page__block-media .container-inner {
  flex-direction: column-reverse;
}
@media (min-width: 65em) {
  .product-tour-sharing__sections .container .container-inner,
  .product-tour-sharing__sections .landing-page__hero-right .container-inner,
  .product-tour-sharing__sections .landing-page__block-body .container-inner,
  .product-tour-sharing__sections .landing-page__block-media .container-inner {
    flex-direction: row-reverse;
  }
}

@media (min-width: 65em) {
  .product-tour-sharing__sections .container:nth-child(even) .container-inner,
  .product-tour-sharing__sections .landing-page__hero-right:nth-child(even) .container-inner,
  .product-tour-sharing__sections .landing-page__block-body:nth-child(even) .container-inner,
  .product-tour-sharing__sections .landing-page__block-media:nth-child(even) .container-inner {
    flex-direction: row;
  }
}

.use-case__hero {
  padding-top: 6rem;
  color: #fff;
  background: linear-gradient(95.14deg, #8d49f7, #6b53ff);
}
@media (min-width: 60em) {
  .use-case__hero {
    padding-top: 13rem;
  }
}

@media (min-width: 80em) {
  .use-case__hero-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.use-case__hero-content {
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 30em) {
  .use-case__hero-content {
    max-width: 100%;
  }
}
@media (min-width: 80em) {
  .use-case__hero-content {
    width: 54rem;
    text-align: left;
  }
}

.use-case__hero-description {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 80em) {
  .use-case__hero-description {
    margin-right: 0;
    margin-left: 0;
  }
}

.use-case__hero-cta {
  margin-top: 5.5rem;
}

.use-case__hero-cta-caption {
  font-size: 1.3rem;
  font-style: italic;
}

.use-case__hero-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 5rem;
  border-radius: 0.45rem;
  filter: drop-shadow(0 0 15px rgba(24, 24, 26, 0.26));
}
.use-case__hero-visual::before {
  display: block;
  padding-bottom: 56.25%;
  content: '';
}
@media (min-width: 80em) {
  .use-case__hero-visual {
    width: calc(100% - 54rem - 2rem);
    margin-top: 0;
  }
}

.use-case__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.use-case__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.use-case__hero-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  opacity: 0.6;
}
@media (min-width: 80em) {
  .use-case__hero-logos {
    flex-wrap: nowrap;
  }
}

.use-case__hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 30px 0 0 0;
  padding: 0 10px;
}
@media (min-width: 30em) {
  .use-case__hero-logo {
    width: 33.3333%;
  }
}
@media (min-width: 80em) {
  .use-case__hero-logo {
    width: auto;
    margin: 0;
  }
}

.whats-new-hero {
  overflow: hidden;
}

.whats-new-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 168rem;
  margin: auto;
}

.whats-new-header__image {
  flex: 1;
  text-align: left;
}
.whats-new-header__image:last-child {
  text-align: right;
}
.whats-new-header__image.whats-new-header__image--left {
  margin-left: -5%;
}
.whats-new-header__image.whats-new-header__image--right {
  margin-right: -5%;
}
@media (max-width: 50em) {
  .whats-new-header__image {
    position: absolute;
    top: 0;
  }
  .whats-new-header__image.whats-new-header__image--left {
    left: 0;
    margin-left: -10%;
  }
  .whats-new-header__image.whats-new-header__image--right {
    right: 0;
    margin-right: -10%;
  }
}

.whats-new-header__text {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  flex: 2;
  max-width: 60rem;
  padding: 3rem 1.5rem 3.5rem 1.5rem;
}
.whats-new-header__text > p {
  margin-bottom: 0;
}
@media (max-width: 50em) {
  .whats-new-header__text {
    flex: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 60em) {
  .whats-new-header__text {
    padding: 6rem 1.5rem 8.5rem 1.5rem;
  }
}

.whats-new-header__label {
  display: inline-block;
  padding: 0 0.25em 0.295em 0.25em;
  color: white;
  border-radius: 0.2em;
  background: #4966f7 linear-gradient(93.22deg, #4966f7 0%, #8253ff 122.55%);
  line-height: 1em;
}

.whats-new-header__mic {
  width: 24vw;
  max-width: 39.6rem;
}

.whats-new-header__megaphone {
  width: 22vw;
  max-width: 36rem;
}

.whats-new-header__chart {
  position: absolute;
  z-index: -1;
  left: 50%;
  display: block;
  align-self: start;
  width: 14vw;
  max-width: 17.6rem;
  margin-left: 15rem;
}
@media (max-width: 50em) {
  .whats-new-header__chart {
    left: 48vw;
    margin-left: 0;
  }
}
@media (max-width: 32em) {
  .whats-new-header__chart {
    display: none;
  }
}

.whats-new-overview .container-inner {
  max-width: 108rem;
}

.whats-new-list {
  display: grid;
  grid-gap: 3.6rem;
  padding-bottom: 4rem;
}
@media (min-width: 40em) {
  .whats-new-list {
    grid-gap: calc(5.625vw - 1.2rem);
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 80em) {
  .whats-new-list {
    grid-gap: 6rem;
    padding-bottom: 6rem;
  }
}

.whats-new-list__item {
  display: flex;
  flex-direction: column;
}

.whats-new-list__item--big {
  grid-column: 1 / -1;
  display: grid;
  grid-gap: 0 calc(5.625vw - 1.2rem);
  grid-template-rows: auto 1fr;
}
@media (min-width: 40em) {
  .whats-new-list__item--big {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 80em) {
  .whats-new-list__item--big {
    grid-gap: 0 6.4rem;
  }
}

.whats-new-list__meta {
  display: flex;
  flex-direction: column;
}

.whats-new-list__header {
  margin: 0;
}
@media (min-width: 60em) {
  .whats-new-list__header {
    font-size: 3rem;
  }
}

.whats-new-list__statistics {
  margin: 0.6rem 0;
  color: #545465;
  font-size: 1.5rem;
  font-weight: bold;
}

.whats-new-list__date {
  align-self: start;
  order: -1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  border-bottom: 0.15em solid;
  background-image: linear-gradient(90deg, #8d49f7, #6b53ff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-size: 1.3rem;
  font-weight: bold;
}

.whats-new-list__media {
  grid-column: 1 / -1;
  order: -2;
  margin-bottom: 1em;
}

.whats-new-list__image {
  transition: opacity 0.3s;
  border-radius: 0.6rem;
  background-color: #fafafa;
}
a .whats-new-list__image:hover {
  opacity: 0.85;
}

.whats-new-list__summary {
  color: #545465;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (min-width: 60em) {
  .whats-new-list__summary {
    font-size: 1.6rem;
  }
}
.whats-new-list__summary p {
  margin-bottom: 0.6rem;
}
.whats-new-list__summary p:first-child {
  margin-top: 0;
}
.whats-new-list__summary > ul {
  padding-left: 1.25em;
  list-style: initial;
}

.community-hero {
  position: relative;
  z-index: 0;
  padding-top: 3rem;
  background: linear-gradient(95.14deg, #8d49f7 0%, #6b53ff 103.53%);
}
@media (min-width: 60em) {
  .community-hero {
    padding-top: 6rem;
  }
}

.community-hero__heading {
  position: relative;
  z-index: 1;
  max-width: 93rem;
  margin-bottom: 1rem;
  text-align: center;
  color: white;
}
.community-hero__heading p {
  display: block;
  max-width: 70rem;
  margin: 0 auto 3.5rem;
}

.community-characters {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: -20%;
  transition: opacity 0.3s;
  opacity: 0;
}
.community-characters::before {
  display: block;
  padding-bottom: 71%;
  content: '';
}
.community-characters .community-characters__back,
.community-characters .community-characters__middle,
.community-characters .community-characters__front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.community-characters .community-characters__back img,
.community-characters .community-characters__middle img,
.community-characters .community-characters__front img {
  width: 100%;
}
.community-characters .community-characters__back {
  top: -10%;
  right: auto;
  bottom: 0;
  left: 5%;
  width: 48.5359361136%;
  animation: community-parallax 6s -5s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}
.community-characters .community-characters__middle {
  top: 2%;
  right: 0;
  bottom: auto;
  left: -11%;
  width: 69.2102928128%;
  animation: community-parallax 6s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate-reverse;
}
.community-characters .community-characters__front {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 59.3611357587%;
  animation: community-parallax 6s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
}

@keyframes community-parallax {
  0% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(1rem);
  }
}

@media (min-width: 60em) {
  .community-info__columns {
    display: flex;
    justify-content: space-between;
  }
}

.community-info {
  margin-bottom: 13rem;
}
.community-info .container-inner::before {
  display: block;
  width: 100%;
  max-width: 120rem;
  margin-top: 20%;
  content: '';
}

.community-info__column {
  text-align: center;
}
@media (min-width: 45em) {
  .community-info__column {
    padding-right: 2rem;
    text-align: left;
  }
}
.community-info__column:first-child {
  margin-bottom: 6rem;
}
.community-info__column h3 {
  max-width: 62rem;
  margin-bottom: 3.2rem;
  font-family: 'Mark Pro', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial,
    sans-serif, 'Apple  Color Emoji', 'Segoe UI Emoji', 'Segoe  UI Symbol';
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 80em) {
  .community-info__column h3 {
    font-size: 4.2rem;
  }
}
.community-info__column p {
  max-width: 58rem;
  color: #545465;
}
.community-info__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  color: #545465;
  font-size: 1.8rem;
}
.community-info__column ul li {
  display: flex;
  line-height: 1.8em;
}
.community-info__column ul li::before {
  display: inline-block;
  margin-right: 1.7rem;
  content: '•';
}
.community-info__column img {
  height: 4.7rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 80em) {
  .community-info__column img {
    margin-bottom: 2.4rem;
  }
}
.community-info__column:nth-child(2) img {
  height: 4.2rem;
  margin-bottom: 2.9rem;
}
@media (min-width: 80em) {
  .community-info__column:nth-child(2) img {
    margin-bottom: 2.9rem;
  }
}
@media (min-width: 60em) {
  .community-info__column {
    width: 45%;
    margin-bottom: 0;
  }
  .community-info__column:first-child {
    margin-bottom: 0;
  }
}
