/* Start meyerweb reset | v2.0 | 20110126
   http://meyerweb.com/eric/tools/css/reset/ 
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End meyerweb reset */

/* Other resets */

html {
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

@font-face {
  font-family: 'Aeonik Fono';
  src: url('/fonts/AeonikFono-Light.woff2') format('woff2'),
      url('/fonts/AeonikFono-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Fono';
  src: url('/fonts/AeonikFono-Regular.woff2') format('woff2'),
      url('/fonts/AeonikFono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Fono';
  src: url('/fonts/AeonikFono-Bold.woff2') format('woff2'),
      url('/fonts/AeonikFono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('/fonts/AeonikPro-Light.woff2') format('woff2'),
      url('/fonts/AeonikPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('/fonts/AeonikPro-LightItalic.woff2') format('woff2'),
      url('/fonts/AeonikPro-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('/fonts/AeonikPro-Regular.woff2') format('woff2'),
      url('/fonts/AeonikPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('/fonts/AeonikPro-RegularItalic.woff2') format('woff2'),
      url('/fonts/AeonikPro-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('/fonts/AeonikPro-Bold.woff2') format('woff2'),
      url('/fonts/AeonikPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('/fonts/AeonikPro-BoldItalic.woff2') format('woff2'),
      url('/fonts/AeonikPro-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-cyan: #3cd3e4;
  --color-grey-50: #fafafa;
  --color-grey-100: #f5f5f5;
  --color-grey-125: #F8F8F8;
  --color-grey-150: #ededed;
  --color-grey-300: #cccccc;
  --color-grey-500: #737373;
  --color-grey-700: #444;
  --color-apricot: #F9B864;
  --color-peach: #F8DA95;
  --color-lilac: #dcc2f9;
  --color-lilac-muted: rgba(220, 194, 249, .7);
  --color-lemon: #fcfd9c;
  --color-turquoise: #85fac1;
  --color-teal: #398282;
  --color-green: #398282;
  --color-mint: #F3FEF8;
  --color-plum: #611848;
  --color-blue: #0000bb;
  --color-orange: #ff6b56;
  --color-black: #000;
  --color-white: #fff;
  --font-sans-serif: "Aeonik Pro", sans-serif;
  --font-fonospace: "Aeonik Fono", monospace;
  --button-resting-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1),
    inset 0px -3px 0px rgba(0, 0, 0, 0.25),
    inset 0px 1px 0px rgba(255, 255, 255, 0.25);
  --button-resting-hover-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2),
    inset 0px -3px 0px rgba(0, 0, 0, 0.35),
    inset 0px 1px 0px rgba(255, 255, 255, 0.25);
  --toggle-resting-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1),
    inset 0px -3px 0px rgba(0, 0, 0, 0.25),
    inset 0px 2px 0px rgba(255, 255, 255, 0.25);
  --toggle-resting-hover-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1),
    inset 0px -3px 0px rgba(0, 0, 0, 0.35),
    inset 0px 2px 0px rgba(255, 255, 255, 0.25);
  --toggle-pressed-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0px rgba(0, 0, 0, 0.25),
    inset 0px -2px 0px rgba(255, 255, 255, 0.25);
}

html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  font-family: var(--font-sans-serif);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.PageContainer:not(.PageContainer--command-k):not(.PageContainer--home):not(.PageContainer--analyze) {
  overflow-x: hidden;
}

h4 {
  font-family: var(--font-fonospace);
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
}

p {
  font-family: var(--font-fonospace);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

p.large:last-of-type {
  margin-bottom: 0;
}

p>a {
  color: var(--color-teal);
}

strong {
  font-weight: bold;
}

.CenteredContainer {
  margin: 0 auto;
  position: relative;
}

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

.GridContainer {
  display: grid;
}

.SpreadsheetArt {
  display: block;
  position: relative;
  z-index: 0;
}

/* All Mobile */

@media only screen and (max-width: 1099px) {

  h1,
  .h1 {
    font-family: var(--font-fonospace);
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
  }

  h2,
  .h2 {
    font-family: var(--font-fonospace);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  h3,
  .h3 {
    font-family: var(--font-sans-serif);
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
  }

  .large {
    font-family: var(--font-sans-serif);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .CenteredContainer {
    max-width: 100%;
    flex-basis: 100%;
  }

  .SpreadsheetArt {
    --scale-factor: calc(calc(100%) / 1360);
    left: calc(-820 * var(--scale-factor));
    width: calc(3000 * var(--scale-factor));
  }

  .Header {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid var(--color-black);
  }

  .Header--black {
    border-bottom: 1px solid var(--color-white);
  }

  .Header__NavDesktop,
  .Header__NavDesktopCTAs {
    display: none;
  }

  .Header__NavMobile {
    display: flex;
  }

  .Hero {
    padding-top: 90px;
  }

  .GridContainer {
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .GridContainer__Full {
    grid-column: 1 / span 4;
  }

  .GridContainer__FullCentered {
    grid-column: 1 / span 4;
    text-align: center;
  }

  .Testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
    row-gap: 0;
  }

  .Testimonial__Quote {
    grid-column: 1 / span 4;
  }

  .Testimonial__Person {
    grid-column: 1 / span 4;
  }

  .CTA {
    width: 100%;
    display: inline-block;
  }

  .mobile-only {
    display: inline-block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .VideoHero__SubHeadline {
    grid-column: 1 / span 4;
    text-align: center;
  }

  .VideoHero__ScreenshotContainer {
    grid-column: 1 / span 4;
    grid-row-start: 3;
    position: relative;
  }

  .VideoHero__ScreenshotPlay {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
  }

  .VideoHero__Screenshot {
    max-width: 100%;
  }

  .VideoHero__ScreenshotContainer>.Cursor {
    display: none;
  }

  .Hero__CTABlock,
  .HomeHero__CtaBlock,
  .VideoHero__CTABlock {
    grid-column: 1 / span 4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }

  .VideoHero__CTABlock {
    margin-bottom: 30px;
  }

  .FeatureHighlight {
    margin: 20px 20px 0 20px;
    padding-top: 30px;
  }

  .FeatureHighlight__Container {
    width: 100%;
    padding: 0;
    row-gap: 0;
    position: relative;
  }

  .FeatureHighlight__Container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--color-black);
    z-index: 150;
  }

  .FeatureHighlight__Container::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--color-black);
    z-index: 150;
  }

  .FeatureHighlight__Left {
    grid-column: 1 / span 4;
    grid-row: 2;
    padding: 50px;
  }

  .FeatureHighlight__Right {
    padding: 50px;
    grid-column: 1 / span 4;
    grid-row: 1;
    border-bottom: 1px solid var(--color-black);
  }

  .FeatureHighlight__Right>img {
    max-width: 100%;
  }

  .FeatureHighlight__FeatureName,
  .FeatureHighlight__Description {
    grid-column: 1 / span 4;
    margin-top: 20px;
  }

  .VideoHero__ScreenshotBanner {
    padding: 5px 15px;
    text-align: center;
  }

  .AnnouncementBanner {
    position: fixed;
    top: 51px;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid var(--color-black);
  }

  .Hero--banner {
    padding-top: 140px;
  }

  .LogosBlock {
    padding: 50px;
  }

  .LogosBlock__Logos {
    gap: 40px;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {

  h1,
  .h1 {
    font-family: var(--font-fonospace);
    font-size: 75px;
    font-weight: 400;
    line-height: 80px;
  }

  h2,
  .h2 {
    font-family: var(--font-fonospace);
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
  }

  h3,
  .h3 {
    font-family: var(--font-sans-serif);
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
  }

  .large {
    font-family: var(--font-sans-serif);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .CenteredContainer {
    margin: 0 auto;
    overflow: visible;
    position: relative;
  }

  .GridContainer {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    column-gap: 30px;
    row-gap: 50px;
  }

  .GridContainer__Full {
    grid-column: 2 / span 14;
  }

  .GridContainer__FullCentered {
    grid-column: 2 / span 14;
    text-align: center;
  }

  .CenteredContainer::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--color-black);
    z-index: 300;
  }

  .CenteredContainer::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--color-black);
    z-index: 300;
  }

  .CenteredContainer--white::before,
  .CenteredContainer--white::after {
    background-color: var(--color-white);
  }

  .CenteredContainer--no-lines::before,
  .CenteredContainer--no-lines::after {
    width: 0;
  }

  .Header {
    position: fixed;
    top: 30px;
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
  }

  .Header--black {
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
  }

  .Header__NavDesktop,
  .Header__NavDesktopCTAs {
    display: flex;
    align-items: center;
    padding-right: 12px;
  }

  .Header__NavMobile {
    display: none;
  }

  .Hero {
    padding-top: 170px;
  }

  .CTA {
    width: 230px;
  }

  .Testimonial {
    padding: 200px 0;
  }

  .Testimonial__Quote {
    grid-column: 2 / span 14;
  }

  .Testimonial__Person {
    grid-column: 1 / span 16;
  }

  .CTA {
    display: inline-block;
  }

  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: inline-block !important;
  }

  .VideoHero__SubHeadline {
    grid-column: 5 / span 8;
    text-align: center;
  }

  .VideoHero__ScreenshotContainer {
    position: relative;
  }

  .VideoHero__ScreenshotContainer--overlap {
    position: absolute;
    top: -300px;
    left: 0;
    grid-row-start: 4;
  }

  .VideoHero__ScreenshotPlay {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
  }

  .Hero__CTABlock,
  .VideoHero__CTABlock {
    grid-column: 6 / span 6;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }

  .VideoHero__CTABlock {
    margin-bottom: 50px;
    padding-bottom: 300px;
  }

  .FeatureHighlight {
    padding-top: 50px;
  }

  .FeatureHighlight__Left {
    grid-column: 2 / span 6;
  }

  .FeatureHighlight__Right {
    grid-column: 9 / span 9;
    height: 660px;
    padding: 50px;
  }

  .FeatureHighlight__Right>img {
    max-width: 100%;
  }

  .FeatureHighlight__Icon {
    margin-top: 150px;
  }

  .FeatureHighlight__FeatureName {
    grid-column: 2 / span 6;
    margin-top: 50px;
  }

  .FeatureHighlight__Description {
    grid-column: 2 / span 6;
    margin-top: 50px;
  }

  .VideoHero__ScreenshotBanner {
    padding: 5px 0;
  }

  .AnnouncementBanner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .LogosBlock {
    padding-top: 300px;
    padding-bottom: 100px;
  }

  .LogosBlock__Logos {
    gap: 80px;
  }

  .LogosBlock--tight {
    padding-top: 100px;
  }
}

/* Desktop min to max width */

@media only screen and (min-width: 1100px) and (max-width: 1440px) {
  .CenteredContainer {
    max-width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
  }

  .SpreadsheetArt {
    --scale-factor: calc(calc(100%) / 1360);
    left: calc(-820 * var(--scale-factor));
    width: calc(3000 * var(--scale-factor));
  }
}

/* Desktop max width */

@media only screen and (min-width: 1440px) {
  .CenteredContainer {
    max-width: 1360px;
    flex-basis: 1360px;
  }

  .SpreadsheetArt {
    left: -820px;
    width: 3000px;
  }
}

.ColorBlock--lilac {
  background: var(--color-lilac);
}

.ColorBlock--lilac-muted {
  background: var(--color-lilac-muted);
}

.ColorBlock--grey {
  background: var(--color-grey-150);
}

.ColorBlock--light-grey {
  background: var(--color-grey-125);
}

.ColorBlock--cyan {
  background: var(--color-cyan);
}

.ColorBlock--black {
  background: var(--color-black);
}

.ColorBlock--teal {
  background: var(--color-teal);
}

.ColorBlock--lemon {
  background: var(--color-lemon);
}

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

.ColorBlock--plum {
  background: var(--color-plum);
}

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

.ColorBlock--black-top-border {
  border-top: 1px solid var(--color-black);
}

.ColorBlock--black-bottom-border {
  border-bottom: 1px solid var(--color-black);
}

.ColorBlock--white-bottom-border {
  border-bottom: 1px solid var(--color-white);
}

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

.ColorBlock--green {
  background: var(--color-green);
}

.ColorBlock--mint {
  background: var(--color-mint);
}

.ColorBlock--peach {
  background: var(--color-peach);
}

.Header {
  background-color: var(--color-white);
  width: 100%;
  z-index: 2000;
}

.Header--black {
  background-color: var(--color-black);
}

.Header__Inner {
  display: flex;
  flex-direction: row;
}

.Header__Inner * {
  opacity: 1;
  transition: opacity 400ms ease;
}

.Header.hide .Header__Inner * {
  opacity: 0;
  transition: opacity 400ms ease;
}

.Header__Logo {
  margin-right: 40px;
}

.Header__Logo>a {
  display: inline-block;
  margin-top: 16px;
  margin-left: 16px;
  text-decoration: none;
}

.Header__NavMobile {
  padding: 15px 20px;
  flex-direction: row;
  align-items: center;
  flex: 1;
}

.Header--black .Header__NavMobile {
  color: white;
}

.Header--black .NavMobileMenu__Link, .Header--black .NavMobileMenu__Button {
  color: white;
}

.Header--black .SplitMenu .Icon {
  filter: invert(1);
}

.Header--black .NavMobileMenu__Item {
  border-color: white;
}

.Header__NavDesktopLinks {
  display: flex;
  flex-direction: row;
  gap: 45px;
}

.Header__NavDesktopCTAs {
  flex: 1;
  justify-content: end;
  gap: 8px;
}

.Header__NavDesktopLink {
  text-decoration: none;
  font-family: "Aeonik Fono";
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
  padding: 15px 0;
  display: flex;
}

.Header--black .Header__NavDesktopLink {
  color: var(--color-white);
}

.Header__NavDesktopLink:hover {
  text-decoration: underline;
}

.Header__NavDesktopMenuContainer {
  position: relative;
}

.Header__NavDesktopSubMenu {
  display: none;
}

.Header__NavDesktopSubMenu:hover,
.Header__NavDesktopLink--menu:hover~.Header__NavDesktopSubMenu {
  display: block;
  position: absolute;
  top: 50px;
  left: -24px;
  background: var(--color-white);
  width: 220px;
  border: 1px solid var(--color-black);
  border-radius: 0 0 2px 2px;
  padding: 5px 24px;
}

.Header__NavDesktopSubMenu.SplitMenu:hover,
.Header__NavDesktopLink--menu:hover~.Header__NavDesktopSubMenu.SplitMenu {
  display: grid;
  grid-template-columns: 60% 40%;
  min-width: 420px;
  padding: 25px;
  padding-top: 20px;
  font-size: 14px;
}

.Header__NavDesktopSubMenu.SplitMenu .Label {
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 4px;
}

.Header__NavDesktopSubMenu.SplitMenu .Item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  padding-block: 4px;
}

.Header__NavDesktopSubMenu.SplitMenu .Item:hover {
  text-decoration: underline;
}

.Header__NavDesktopSubMenu.SplitMenu .Icon {
  width: 16px;
  height: 16px;
}

.Header--black .Header__NavDesktopSubMenu:hover,
.Header--black .Header__NavDesktopLink--menu:hover~.Header__NavDesktopSubMenu {
  background: var(--color-black);
  border: 1px solid var(--color-white);
}

.Header__NavDesktopSubMenu>.Header__NavDesktopLink {
  padding: 10px 0;
}

.Header__NavDesktopLink--menu:hover {
  cursor: default;
}

.Header__NavDesktopLink--menu>img {
  margin-left: 8px;
}

.Header__NavCTA--primary.CTA,
.Header__NavCTA--sales.CTA {
  width: fit-content;
  height: fit-content;
  padding: 6px 16px 10px;
  color: var(--color-black);
}

.Header__NavCTA--primary.CTA {
  background: var(--color-turquoise);
}

.Header__NavCTA--sales.CTA {
  background: var(--color-peach);
}

.Header__NavCTA--secondary {
  background-color: var(--color-white);
  color: var(--color-black);
  margin-right: 16px;
}

.Header__NavCTA--secondary:hover {
  text-decoration: underline;
}

.Header--black .Header__NavCTA--secondary {
  background-color: var(--color-black);
  color: var(--color-white);
}

.Header__NavCTA {
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.Header__NavMobileMenuCheckbox, .Header__NavMobileExpandableCheckbox {
  display: none;
}

.Header__NavMobileMenuLink {
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-left: auto;
  touch-action: manipulation;
}

.Header__NavMobileMenuLink:hover {
  cursor: pointer;
  text-decoration: underline;
}

.Header__NavMobileMenuLink--open {
  display: inline;
}

.Header__NavMobileMenuLink--close {
  display: none;
}

.NavMobileMenu {
  display: none;
}

.Header__NavMobileMenuCheckbox:checked~.PageContainer {
  position: fixed;
  height: 100%;
  width: 100%;
}

.Header__NavMobileMenuCheckbox:checked~.Header .NavMobileMenu {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
  height: calc(100% - 51px);
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.Header__NavMobileMenuCheckbox:checked~.Header .Header__NavMobileMenuLink--open {
  display: none;
}

.Header__NavMobileMenuCheckbox:checked~.Header .Header__NavMobileMenuLink--close {
  display: inline;
}

.NavMobileMenu__Row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -1px;
}

.NavMobileMenu__Row:has(.ActiveSubLinkIndicator) .IndexIndicator {
  display: none;
}

.NavMobileMenu__Row:not(:has(.ActiveSubLinkIndicator)) .ActiveIndicator {
  display: none;
}

.Header--black .NavMobileMenu__Row {
  background: var(--color-black);
  border-bottom: 1px solid var(--color-white);
}

.Header--black .NavMobileMenuRow--cta {
  border-color: black;
}

.Header--black .NavMobileMenu__Row:has(.NavMobileMenu__Expandable) .NavMobileMenu__Header,
.Header--black .NavMobileMenu__Expandable,
.Header--black .NavMobileMenu__Header  {
  border-color: white;
}

.Header--black .NavMobileMenu img {
  filter: invert(1);
}

.NavMobileMenu__N {
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 40px;
  color: var(--color-black);
  text-align: center;
  width: 40px;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NavMobileMenu__Header {
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--color-black);
  width: 100%;
}

.NavMobileMenu__Header img {
  transition: transform 200ms ease;
}

.NavMobileMenu__Row:has(.NavMobileMenu__Expandable) .NavMobileMenu__Header {
  border-bottom: 1px solid var(--color-black);
}

.NavMobileMenu__Item {
  flex: 1;
  border-left: 1px solid var(--color-black);
}

.NavMobileMenu__Expandable {
  padding: 0 20px;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.7px;
  width: calc(100% - 40px);
  margin-left: 40px;
  border-left: 1px solid black;
  display: none;
}

.NavMobileMenu__Expandable .ActiveSubLinkIndicator {
  position: absolute;
  right: calc(100% + 36px);
  top: 50%;
  transform: translateY(-50%);
}

.Header__NavMobileExpandableCheckbox:checked~.NavMobileMenu__Header .Chevron {
  transform: rotate(-180deg);
  transition: transform 200ms ease;
}

.Header__NavMobileExpandableCheckbox:checked~.NavMobileMenu__Expandable {
  display: block;
}

.NavMobileMenu__Expandable a {
  color: inherit; 
  text-decoration: none;
}

.NavMobileMenu__Expandable--Menu {
  padding-block: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.NavMobileMenu__Expandable--SplitMenu {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.NavMobileMenu__Expandable--SplitMenu .Label {
  padding-top: 20px;
  font-weight: 700;
}

.NavMobileMenu__Link, .NavMobileMenu__Button {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  flex: 1;
  font-family: var(--font-fonospace);
  font-size: 40px;
  line-height: 40px;
  color: var(--color-black);
  text-decoration: none;
  padding: 35px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.NavMobileMenu__Button img {
  width: 24px;
  height: auto;
}

.Header--black .NavMobileMenu__N {
  color: var(--color-white);
}

.Header--black .NavMobileMenu__Link {
  color: var(--color-white);
}

.NavMobileMenuRow--cta {
  border-bottom: 1px solid var(--color-white);
}

.NavMobileMenuRow--cta>.NavMobileMenu__Header .NavMobileMenu__N {
  background-color: var(--color-black);
  color: var(--color-white);
  border-right: 1px solid var(--color-white);
}

.NavMobileMenuRow--cta>.NavMobileMenu__Header .NavMobileMenu__Link {
  background-color: var(--color-black);
  color: var(--color-white);
}

.Header--black .NavMobileMenuRow--cta>.NavMobileMenu__Header .NavMobileMenu__N {
  background-color: var(--color-white);
  color: var(--color-black);
  border-right: 1px solid var(--color-black);
}

.Header--black .NavMobileMenuRow--cta>.NavMobileMenu__Header .NavMobileMenu__Link {
  background-color: var(--color-white);
  color: var(--color-black);
}

.CTA {
  color: var(--color-black);
  background: var(--color-grey-50);
  border: 1px solid var(--color-black);
  text-decoration: none;
  font-family: "Aeonik Fono";
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  padding: 8px 0 12px 0;
  box-shadow: var(--button-resting-shadow);
  user-select: none;
  touch-action: manipulation;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.CTA img {
  margin-right: 10px;
}

.CTA--primary,
.CTA--primary:active {
  width: fit-content;
  height: fit-content;
  margin-inline: auto;
  padding: 10px 30px !important;
  padding-top: 8px !important;
  color: var(--color-black);
  background: var(--color-turquoise);
  display: flex;
  align-items: center;
  line-height: 20px;
  gap: 10px;
}

.CTA--primary img {
  width: 12px;
  height: 12px;
  object-fit: cover;
  margin: 0;
}

.CTA--sales {
  background: var(--color-peach);
}

.CTA--full-width {
  width: 100%;
}

.CTA:hover:not(.CTA--disabled) {
  cursor: pointer;
  box-shadow: var(--button-resting-hover-shadow);
}

.CTA:active:not(.CTA--disabled) {
  margin-top: 4px;
  padding: 8px 0;
  box-shadow: none;
}

.CTA.Header__NavCTA--primary:active,
.CTA.Header__NavCTA--sales:active {
  margin-top: 4px;
  box-shadow: none;
  padding: 6px 16px 6px;
}

.CTA--disabled {
  background-color: var(--color-white);
  color: rgba(0, 0, 0, 0.5);
}

.CTA--disabled:hover {
  cursor: default;
}

.CTA--black {
  background: var(--color-grey-700);
  color: var(--color-white);
  box-shadow: var(--button-resting-shadow);
}

.Testimonial__Quote {
  text-align: center;
}

.Testimonial__Person {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.Testimonial__NameTitle {
  font-family: "Aeonik Fono";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.Testimonial__Avatar {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.Cursor {
  position: absolute;
  padding: 4px;
  border-radius: 4px;
  color: var(--color-white);
  font-family: var(--font-fonospace);
  font-size: 11px;
  line-height: 12px;
  transform: translate(8px, 8px);
  pointer-events: none;
  z-index: 150;
}

.Cursor:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: inherit;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.Form__Label,
.Form__Input {
  display: block;
}

.Form__Label {
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.Form__Input {
  color: var(--color-black);
  border: 1px solid var(--color-black);
  text-decoration: none;
  font-family: "Aeonik Fono";
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -3px 0px 0px rgba(0, 0, 0, 0.10) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
  width: 100%;
}

.Form__Input:focus {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0px rgba(0, 0, 0, 0.25),
    inset 0px -2px 0px rgba(255, 255, 255, 0.25);
  outline: 0;
}

.VideoHero {
  overflow: visible;
}

.IntegrationDetailHero__Screenshot,
.VideoHero__ScreenshotContainer {
  z-index: 100;
  border-radius: 2px;
  background: var(--color-white);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.VideoHero__ScreenshotContainer--lemon .VideoHero__ScreenshotBanner {
  background-color: var(--color-lemon);
}

.VideoHero__ScreenshotContainer--lemon .VideoHero__ScreenshotPlay {
  background-color: var(--color-lemon);
}

.VideoHero__ScreenshotContainer--turquoise .VideoHero__ScreenshotBanner {
  background-color: var(--color-turquoise);
}

.VideoHero__ScreenshotContainer--turquoise .VideoHero__ScreenshotPlay {
  background-color: var(--color-turquoise);
}

.VideoHero__ScreenshotContainer--black .VideoHero__ScreenshotBanner {
  background-color: var(--color-black);
  color: var(--color-white);
}

.VideoHero__ScreenshotContainer--black .VideoHero__ScreenshotPlay {
  background-color: var(--color-grey-150);
}

.VideoHero__ScreenshotContainer--lilac .VideoHero__ScreenshotBanner {
  background-color: var(--color-lilac);
}

.VideoHero__ScreenshotContainer--lilac .VideoHero__ScreenshotPlay {
  background-color: var(--color-lilac);
}

.VideoHero__ScreenshotBanner {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  font-family: var(--font-fonospace);
  border-radius: 2px 2px 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.VideoHero__ScreenshotPlayContainer:hover {
  cursor: pointer;
}

.VideoHero__ScreenshotPlay {
  position: absolute;
  top: calc(50% - 30px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-black);
  transition: transform 500ms ease-out;
  z-index: 300;
}

.VideoHero__ScreenshotPlay>img {
  position: relative;
  left: 3px;
}

.VideoHero__ScreenshotPlayContainer:hover>.VideoHero__ScreenshotPlay {
  transform: scale(1.1);
  opacity: 1;
}

.VideoHero__ScreenshotPlayContainer:hover>.VideoHero__Screenshot {
  opacity: 0.7;
}

.VideoHero__Screenshot {
  max-width: 100%;
  border-radius: 0 0 2px 2px;
  transition: opacity 500ms linear;
  background: var(--color-white);
}

.Hero__CTABlock>input[type="email"],
.VideoHero__CTABlock>input[type="email"] {
  flex: 1;
  text-align: center;
}

.FeatureHighlight__N {
  background-color: var(--color-black);
  color: var(--color-white);
  font-family: "Aeonik Fono";
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.FeatureHighlight__N--image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.FeatureHighlight__N--image>img {
  max-width: 14px;
}

.FeatureHighlight__Container {
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

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

.FeatureHighlight__Right>img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.FeatureHighlight__Right>img.no-shadow {
  border-radius: 0;
  box-shadow: none;
}

.LinkRArr {
  vertical-align: middle;
}

.DemoVideoModal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  top: 0;
  left: 0;
}

.DemoVideoModal__Inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.DemoVideoModal__Videos {
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: center;
  gap: 30px;
}

.DemoVideoModal--mobile .DemoVideoModal__Videos {
  padding: 30px;
}

.DemoVideoModal__Videos>video {
  border-radius: 3px;
}

.DemoVideoModal--home .DemoVideoModal__MainVideo {
  width: 900px;
  height: 496px;
}

.DemoVideoModal--home .DemoVideoModal__MobileVideo {
  max-width: 900px;
  max-height: 496px;
  width: 100%;
}

.DemoVideoModal__AccompanyVideo {
  height: 200px;
}

.DemoVideoModal--import-scripts .DemoVideoModal__MainVideo {
  width: 959px;
  height: 516px;
}

.DemoVideoModal--import-scripts .DemoVideoModal__MobileVideo {
  max-width: 959px;
  max-height: 516px;
  width: 100%;
}

.DemoVideoModal__Close {
  text-decoration: none;
  position: fixed;
  top: 32px;
  right: 32px;
}

.DemoVideoModal__Close:hover {
  cursor: pointer;
}

.MobileVideo {
  display: none;
}

.Hero__Back {
  text-decoration: none;
  color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: var(--font-fonospace);
}

.Hero__Back>img {
  margin-right: 8px;
}

.Hero__Back:hover>span {
  text-decoration: underline;
}

.AnnouncementBanner__Inner {
  padding: 5px 0;
  text-align: center;
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 20px;
}

.AnnouncementBanner__Inner>a {
  color: var(--color-black);
  text-decoration: underline;
}

.LogosBlock__Heading {
  margin-bottom: 50px;
  text-align: center;
}

.LogosBlock__Logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.SectionHeader {
  padding-top: 52px;
  padding-bottom: 69px;
  text-align: center;
  padding-inline: 16px;
}

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

.SectionHeader__Content {
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.SectionHeader__Icon {
  width: 72px;
  height: 72px;
  margin-inline: auto;
  position: relative;
}

.SectionHeader__Icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SectionHeader__Body {
  font-size: 21px;
  line-height: 150%;
  max-width: 600px;
  margin-inline: auto;
  font-family: 'Aeonik Pro';
}

@media only screen and (max-width: 1099px) {

  .SectionHeader {
    border-left: 1px solid black;
    border-right: 1px solid black;
  }

  .SectionHeader h2 {
    font-size: 26px;
    line-height: 105%;
  }

  .SectionHeader__Body {
    font-size: 18px;
    max-width: 320px;
  }

  .FeatureBlocks__Column {
    border-left: 1px solid black;
    border-right: 1px solid black;
  }

  .Header.hide .Header__Inner * {
    opacity: 1;
  }
}

.FeaturesGridExpand {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 400ms ease;
  z-index: 80;
}

.FeaturesGridExpand.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: opacity 400ms ease, visibility 400ms ease;
  z-index: 81;
}

.FeaturesGridSection.open .FeaturesGridExpand {
  transition-delay: 400ms;
}

.FeaturesGridSection.open .FeaturesGridExpand.active {
  transition-delay: 0ms;
}

.FeaturesGridExpand__ArrowLeft, .FeaturesGridExpand__ArrowRight {
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 65px;
  border: 1px solid black;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1000;
  opacity: 1;
  transition: opacity 50ms ease-in-out;
}

.FeaturesGridExpand__ArrowLeft img, .FeaturesGridExpand__ArrowRight img {
  width: 24px;
  height: 24px;
}

.FeaturesGridExpand__ArrowLeft:after, .FeaturesGridExpand__ArrowRight:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #CCCCCC;
  transform: scaleY(1);
  transition: transform 100ms ease-in-out;
  transform-origin: 100% 100%;
}

.FeaturesGridExpand__ArrowLeft:active:after, .FeaturesGridExpand__ArrowRight:active:after {
  transform: scaleY(0);
  transition: transform 100ms ease-in-out;
}

.FeaturesGridExpand__ArrowLeft img {
  transform: rotate(180deg);
}

.FeaturesGridExpand__ArrowRight {
  right: 0;
  left: unset;
}

@media (max-width: 960px) {
  .FeaturesGridExpand__ArrowLeft, .FeaturesGridExpand__ArrowRight {
    top: unset;
    bottom: 40px;
    transform: translateY(0);
    width: 50px;
    height: 50px;
    left: 50%;
  }

  .FeaturesGridExpand__ArrowLeft {
    transform: translateX(calc(-50% - 40px));
  }

  .FeaturesGridExpand__ArrowRight {
    transform: translateX(calc(-50% + 20px));
  }
}

.FeaturesGridButton {
  border: none;
  outline: none;
  background: transparent;
  cursor: url('/images/icons/expand.svg') 35 30, auto;
}

.FeatureBlocks {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: flex;
  flex-wrap: wrap;
}

.FeatureBlocks.expanded {
  pointer-events: none;
}

.FeatureBlocks__Expand {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  background: black;
  color: white;
  cursor: pointer;
}

.FeatureBlocks__Expand svg {
  width: 100%;
  height: 100%;
}

.FeatureBlocks__ExpandArrowRight, .FeatureBlocks__ExpandArrowLeft {
  position: absolute;
  top: 50%;
  width: 63px;
  height: 65px;
  border: 1px solid black;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 50ms ease-in-out;
}

.FeatureBlocks__ExpandArrowRight.active, .FeatureBlocks__ExpandArrowLeft.active {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  transition-delay: 350ms;
}

.FeatureBlocks__ExpandArrowRight:after, .FeatureBlocks__ExpandArrowLeft:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #CCCCCC;
  transform: scaleY(1);
  transition: transform 100ms ease-in-out;
  transform-origin: 100% 100%;
}

.FeatureBlocks__ExpandArrowRight {
  right: 0;
}

.FeatureBlocks__ExpandArrowLeft {
  left: 0;
}

.FeatureBlocks__ExpandArrowLeft img, .FeatureBlocks__ExpandArrowRight img {
  width: 24px;
  height: 24px;
}

.FeatureBlocks__ExpandArrowLeft img {
  display: inline-block;
  transform: rotate(180deg);
}

.FeatureBlocks__ExpandArrowRight:active:after, .FeatureBlocks__ExpandArrowLeft:active:after {
  transform: scaleY(0);
  transition: transform 100ms ease-in-out;
}

.FeatureBlocks__Column {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  --z-index: 2;
}

.FeatureBlocks__Column.expanded {
  --z-index: 5;
}

.FeatureBlocks__Column.expanded .FeatureBlocks__Column-Background,
.FeatureBlocks__Column.expanded .FeatureBlocks__Column-Foreground,
.FeatureBlocks__Column.expanded .FeatureBlocks__Column-Content {
  opacity: 0;
  transition: opacity 400ms ease-in-out, z-index 0ms ease-in-out 0ms;
  pointer-events: none;
}

.FeatureBlocks__Column > * {
  pointer-events: none;
}

.FeatureBlocks__Column-Background,
.FeatureBlocks__Column-Foreground,
.FeatureBlocks__Column-Content {
  z-index: var(--z-index) !important;
  opacity: 1;
  transition: opacity 400ms ease-in-out, z-index 0ms ease-in-out 800ms;
}

.FeatureBlocks__Column-Foreground img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.FeatureBlocks__Column-Foreground.no-border img {
  border: none;
  border-radius: none;
}

.FeatureBlocksContainer {
  height: auto;
  transition: height 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
  --transition-duration: 350ms;
}

.FeatureBlocks__Expandable {
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
  visibility: hidden;
}

.FeatureBlocks__Expandable-Background {
  position: absolute;
  z-index: 3;
  transition: all var(--transition-duration) cubic-bezier(0.8, 0.01, 0.11, 0.98), visibility 0ms ease 800ms;
  border: 1px solid black;
  visibility: hidden;
}

.FeatureBlocks__Expandable-Background.active {
  visibility: visible;
  transition: all var(--transition-duration) cubic-bezier(0.8, 0.01, 0.11, 0.98), visibility 0ms ease 0ms;
}

.FeatureBlocks__Expandable.active {
  visibility: visible;
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.FeatureBlocks__Expandable-Inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-top: 70px;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  position: relative;
}

.FeatureBlocks__Expandable-Image {
  width: 100%;
  height: auto;
  position: relative;
}

.FeatureBlocks__Expandable-Image img {
  width: 100%;
  height: auto;
  border: 1px solid black;
}

.FeatureBlocks__Expandable-Content {
  width: 100%;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FeatureBlocks__Expandable-Tag {
  padding: 6px 12px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.07px;
  align-self: flex-start;
  display: inline-flex;
}

.FeatureBlocks__Expandable-Heading {
  font-family: 'Aeonik Fono';
  font-size: 36px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.36px;
  padding-top: 10px;
  max-width: 500px;
}

.FeatureBlocks__Expandable-Body {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
  max-width: 400px;
}

.FeatureBlocks__Expandable.active .FeatureBlocks__Expandable-Inner {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  transition-delay: 350ms;
}

.FeatureBlocks__ExpandClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 76px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}

.FeatureBlocks__ExpandClose.active {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  transition-delay: 350ms;
}

.FeatureBlocks__ExpandClose svg {
  height: 60%;
}

.FeatureBlocks__NavBar {
  width: 100%;
  background: white;
  z-index: 1000;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 105%;
  box-shadow: 0.05998367443680763px -1.573857307434082px 4.625px 0px rgba(0, 0, 0, 0.03), 0.2742110788822174px -7.19477653503418px 13px 0px rgba(0, 0, 0, 0.04), 0.6940968036651611px -18.21177864074707px 34.875px 0px rgba(0, 0, 0, 0.05), 1.3710553646087646px -35.973880767822266px 80px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 450ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.SectionHeaderScroll.in-view .FeatureBlocks__NavBar {
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
  transition: all 450ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.FeatureBlocks__NavBar-Item {
  padding: 20px 28px;
  border-right: 1px solid black;
  font-family: 'Aeonik Fono';
  background: white;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
}

.FeatureBlocks__NavBar-Item img {
  display: block;
  height: 15px;
  width: auto;
  object-fit: contain;
  position: absolute;
  left: 18px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.FeatureBlocks__NavBar-CTA {
  padding: 20px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  cursor: pointer;
}

.FeatureBlocks__NavBar-Item:hover,
.FeatureBlocks__NavBar-Item.active {
  transition: all 250ms ease-in-out;
  will-change: auto;
}

.FeatureBlocks__NavBar-Item[data-id="directly-connected"]:hover,
.FeatureBlocks__NavBar-Item[data-id="directly-connected"].active {
  background: #D2B3F5;
}

.FeatureBlocks__NavBar-Item[data-id="intelligently-automated"]:hover,
.FeatureBlocks__NavBar-Item[data-id="intelligently-automated"].active {
  background: #85FAC1;
}

.FeatureBlocks__NavBar-Item[data-id="finally-foolproof"]:hover,
.FeatureBlocks__NavBar-Item[data-id="finally-foolproof"].active {
  background: #FCFD9C;
}

.FeatureBlocks__NavBar-Item[data-id="seriously-secure"]:hover,
.FeatureBlocks__NavBar-Item[data-id="seriously-secure"].active {
  background: #3CD3E4;
}

.FeatureBlocks__NavBar-Item:hover img,
.FeatureBlocks__NavBar-Item.active img {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  transition-delay: 200ms;
}

.FeatureBlocks__NavBar-Item span {
  position: relative;
  display: block;
  transition: all 350ms ease;
  transform: translate3d(0, 0, 0);
  will-change: auto;
  transition-delay: 200ms;
  color: rgba(0, 0, 0, 0.5);
}

.FeatureBlocks__NavBar-Item:hover span,
.FeatureBlocks__NavBar-Item.active span {
  transition: all 350ms ease;
  transform: translate3d(12px, 0, 0);
  color: rgba(0, 0, 0, 1);
}

.FeatureBlocks__NavBar-Item:first-of-type {
  border-left: 1px solid black;
}

@media only screen and (min-width: 960px) {

  .FeatureBlocks__Column:not(.SmallQuote):not(.Column--no-expand) {
    cursor: url('/images/icons/expand.svg') 35 30, auto;
  }

  .FeatureBlocks__Column .FeatureBlocks__Expand {
    display: none;
  }
}

.FeatureBlocks__Column--reverse {
  align-items: flex-end;
}

.FeatureBlocks__Column:not(.Column--no-expand):hover .FeatureBlocks__Column-Color {
  filter: brightness(0.93);
  transition: filter 500ms ease;
}

.FeatureBlocks__Column-Color {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  transition: filter 500ms ease;
}

.FeatureBlocks__Column-Background {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
}

.FeatureBlocks__Column-Background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}

.FeatureBlocks__Column-Foreground {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.FeatureBlocks__Column-Foreground img {
  width: 100%;
  height: auto;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}

.FeatureBlocks__Column-Foreground.Foreground--no-shadow img {
  box-shadow: none;
}

.FeatureBlocks__Column-Content {
  max-width: 370px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.FeatureBlocks__Column--reverse .FeatureBlocks__Column-Content {
  padding-left: 0px;
  padding-right: 40px;
}

.FeatureBlocks__Column-Heading {
  font-family: 'Aeonik Fono';
  font-size: 21px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.21px;
  padding-top: 4px;
}

.FeatureBlocks__Column-Body {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
}

.FeatureBlocks__Column-Tag {
  padding: 6px 12px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.07px;
  align-self: flex-start;
  display: inline-flex;
}

.FeatureBlocks__Column.Column--First {
  border-right: 1px solid black;
}

.FeatureBlocks__Column.Column--Full {
  border-top: 1px solid black;
  grid-column: auto / span 2;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  flex: unset;
}

.IconCardGrid {
  max-width: 1000px;
  margin-inline: auto;
  padding-block: 110px;
}

.IconCardGrid__Header {
  text-align: center;
}

.IconCardGrid__Body {
  font-size: 21px;
  line-height: 130%;
  max-width: 620px;
  margin-inline: auto;
  font-family: 'Aeonik Pro';
  margin-top: 18px;
  padding-inline: 20px;
}

.IconCardGrid__CTA {
  margin-block: 36px !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-inline: 20px !important;
  width: fit-content;
}

.IconCardGrid__CTA img {
  margin-right: 0px;
}

.IconCardGrid__Cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.IconCardGrid__Card {
  border: 1px solid black;
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
}

.IconCardGrid__Card-Icon {
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  border-right: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.IconCardGrid__Card-Content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.IconCardGrid__Card-Content img {
  width: 12px;
  height: 12px;
  object-fit: cover;
  margin-top: 2px;

}

.SmallQuote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SmallQuote__Icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  aspect-ratio: 1/1;
}

.SmallQuote__Credit {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: left;
}

.SmallQuote__Credit-Text {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.48px;
}

.SmallQuote__Content {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.SmallQuote__Quote {
  text-align: center;
  font-family: 'Aeonik Fono';
  font-size: 30px;
  font-weight: 400;
  line-height: 105%;
}

.SmallQuote__Credit-Image {
  height: 72px;
  width: auto;
}

.SmallQuote__Credit-Image img {
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 1099px) {
  .SmallQuote__Quote {
    font-size: 24px;
    max-width: 300px;
    margin-inline: auto;
  }

  .SmallQuote__Credit-Image {
    height: 50px;
  }

  .FeatureBlocks__Column.Column--Full {
    flex-direction: column-reverse;
  }

  .IconCardGrid__Header h2 {
    font-size: 26px;
  }
}

.body--lg {
  font-family: 'Aeonik Pro';
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.42px;
}

.body--md {
  font-family: 'Aeonik Pro';
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
}

.body--sm {
  font-family: 'Aeonik Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 1099px) {
  .body--lg {
    font-size: 18px;
  }
}

.QuoteCarousel {
  margin-block: 100px;
  white-space: nowrap;
  width: 100%;
  font-size: 0px;
  position: relative;
}

.QuoteCarousel__Inner {
  position: relative;
  width: 100%;
  transform: translateX(calc(-100% * var(--current-index)));
  transition: all var(--duration) cubic-bezier(0.67, 0.11, 0.11, 0.98);
  will-change: transform;
}

.QuoteCarousel__Previous,
.QuoteCarousel__Next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
  outline: none;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.QuoteCarousel__Previous:before,
.QuoteCarousel__Next:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #EDEDED;
}

.QuoteCarousel__Previous img,
.QuoteCarousel__Next img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 3px;
}

.QuoteCarousel__Previous img {
  transform: rotate(180deg);
  margin-right: 0px;
  margin-left: 3px;
}

.QuoteCarousel__Previous {
  left: 60px;
}

.QuoteCarousel__Next {
  right: 60px;
}

.QuoteCarousel__Item {
  width: 100%;
  background: transparent;
  border: 1px solid black;
  border-left: 1px solid transparent;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  vertical-align: top;
  padding: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: normal;
  aspect-ratio: 16/6.5;
}

.QuoteCarousel__Item.active {
  opacity: 1;
  background: white;
  transition: all 0.5s ease-in-out;
}

.QuoteCarousel__Item--clone.active {
  opacity: 0.5;
  background: transparent;
  transition: all 0.5s ease-in-out;
}

.QuoteCarousel__Quote {
  text-align: center;
  font-family: 'Aeonik Pro';
  font-size: 28px;
  font-weight: 400;
  line-height: 164.5%;
  position: relative;
  z-index: 2;
  max-width: 750px
}

.QuoteCarousel__Credit {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}

.QuoteCarousel__Credit-Image {
  width: 72px;
  height: 72px;
  position: relative;
}

.QuoteCarousel__Credit-Image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.QuoteCarousel__Credit-Text {
  font-family: 'Aeonik Pro';
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.QuoteCarousel__Credit-Text>div:first-of-type {
  font-weight: 700;
}

.QuoteCarousel__Quote .highlight {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.QuoteCarousel__Quote .highlight::before {
  content: '';
  background: #FCFD9C;
  position: absolute;
  width: calc(100% + 12px);
  height: 100%;
  top: 0;
  left: -6px;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.78, 0.01, 0.11, 0.98);
}

.QuoteCarousel__Item.active .QuoteCarousel__Quote .highlight::before {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.78, 0.01, 0.11, 0.98);
  transition-delay: 0.35s;
}

@media only screen and (max-width: 1099px) {
  .QuoteCarousel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .QuoteCarousel__Item {
    height: 450px;
    padding: 24px;
    width: calc(100% - 28px);
    margin-inline: 14px;
    border-left: 1px solid black;
  }

  .QuoteCarousel__Credit-Image {
    width: 64px;
    height: 64px;
  }

  .QuoteCarousel__Credit-Text {
    font-size: 16px;
  }

  .QuoteCarousel__Quote {
    font-size: 21px;
    line-height: 130%;
  }

  .QuoteCarousel__Previous,
  .QuoteCarousel__Next {
    top: 450px;
  }

  .QuoteCarousel__Previous {
    left: 100px;
  }

  .QuoteCarousel__Next {
    right: 100px;
  }
}

/* Mac vs Windows */

body.mac .windows {
  display: none;
}

body.windows .mac {
  display: none;
}

@media only screen and (max-width: 900px) {
  .FeatureBlocks__NavBar {
    display: none;
  }

  .FeatureBlocks__Column.Column--no-expand .FeatureBlocks__Expand {
    display: none;
  }

  .IconCardGrid__Cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .IconCardGrid__Card-Icon {
    border-right: none;
    border-bottom: 1px solid black;
    width: 100%;
    height: 100px;
  }

  .IconCardGrid__Card-Content {
    padding: 24px 20px;
  }

  .FeatureBlocks__Column-Content {
    padding-bottom: 60px;
    padding-left: 24px;
    max-width: 100%;
  }

  .FeatureBlocks__Expandable-Image {
    padding-inline: 20px;
  }

  .FeatureBlocks__ExpandClose {
    position: fixed;
    width: 48px;
    height: 48px;
    transition-delay: 0ms !important;
    top: 0px;
    z-index: 10001!important;
    pointer-events: none;
  }

  .FeatureBlocks__ExpandArrowLeft, .FeatureBlocks__ExpandArrowRight {
    position: fixed;
    pointer-events: none;
    z-index: 10001!important;
    transform: none;
    bottom: 60px;
    top: unset;
    left: unset;
    right: unset;
  }

  .FeatureBlocks__ExpandArrowLeft.active, .FeatureBlocks__ExpandArrowRight.active {
    pointer-events: auto;
  }

  .FeatureBlocks__ExpandArrowLeft {
    left: 50%;
    transform: translateX(calc(-100% - 12px));
  }

  .FeatureBlocks__ExpandArrowRight {
    right: 50%;
    transform: translateX(calc(100% + 12px));
  }

  .FeatureBlocks__ExpandClose.active {
    pointer-events: auto;
  }

  .FeatureBlocks__Expandable {
    position: fixed !important;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 10000 !important;
    opacity: 0;
    transition: opacity 300ms ease;
  }

  .FeatureBlocks__Expandable-Inner {
    transition-delay: 0ms !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
  }

  .FeatureBlocks__Expandable.active {
    opacity: 1;
    transition: opacity 300ms ease;
  }

  .FeatureBlocks__Expandable-Content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
  }

  .FeatureBlocks__Expandable-Background {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    inset: 0;
    opacity: 0;
    z-index: 9000!important;
    border: 1px solid black !important;
  }

  .FeatureBlocks__Expandable-Background.active {
    opacity: 1;
  }
}

.SplitVideoSection {
  position: relative;
  width: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.SplitVideoSection__Header {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.SplitVideoSection__Inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  flex-direction: column;
}

.SplitVideoSection__Column {
  width: 100%;
}

.SplitVideoSection__Video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/0.9;
}

.SplitVideoSection__Column-Header {
  padding: 10px;
  width: 100%;
  background: black;
  color: white;
  text-align: center;
  font-family: 'Aeonik Fono';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media only screen and (max-width: 1098px) {
  .SplitVideoSection__Column {
    width: 100%;
  }
  
  .SplitVideoSection__Video {
    aspect-ratio: 1/0.9;
  }

  .SplitVideoSection__Column:first-of-type {
    position: sticky;
    width: 100%;
    top: 102px;
  }

  .SplitVideoSection__Column:last-of-type {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .SplitVideoSection__Inner {
    height: calc(176vw + 80px);
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 1099px) {
  .SplitVideoSection {
    border: none;
  }

  .SplitVideoSection__Inner {
    flex-direction: row;
  }

  .SplitVideoSection__Column {
    width: calc(50% - 24px);
  }

  .SplitVideoSection__Column:first-of-type {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
  }

  .SplitVideoSection__Column:last-of-type {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
  }
}

.faq-expandable {
  border-bottom: 1px solid rgba(53, 53, 53, 1);
  padding-bottom: 20px;
}

.faq-expandable__button {
  padding: 0;
  padding-top: 20px;
  text-align: left;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  color: white;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  font-family: Aeonik Pro, sans-serif;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding-right: 8px;
}

.faq-expandable__button:focus-visible {
  outline: 1px solid white;
}

.faq-expandable__button img {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  transition: transform 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.faq-expandable.active .faq-expandable__button img {
  transform: rotate(0);
  transition: transform 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.faq-expandable__content {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.faq-expandable.active .faq-expandable__content {
  opacity: 1;
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.faq-expandable__content p:first-of-type {
  padding-top: 20px;
}

.faq-expandable__content p {
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: Aeonik Fono, sans-serif;
  color: #ccc;
}

.faq-expandable__content a {
  color: inherit;
  text-decoration: underline;
}

.VideoWithAudio .sound-on, .sound-off {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.VideoWithAudio .sound-off {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 10px));
  transition: all 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.VideoWithAudio.playing .sound-off {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.VideoWithAudio.playing .sound-on {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 10px));
  transition: all 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .MeetEquals {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .MeetEquals__Toggle {
    flex: 1;
  }

  .MeetEquals__ToggleOption {
    flex: 1;
  }

  .Quotes {
    padding: 50px 0;
    row-gap: 20px;
  }

  .Quotes__Quotes {
    margin-top: 25px;
    margin-left: 50px;
  }

  .HomeOutro {
    padding-top: 50px;
    padding-bottom: 50px;
    row-gap: 0;
  }

  .HomeOutro__Headline {
    grid-column: 1 / span 4;
  }

  .HomeOutro__CTAs {
    margin-top: 30px;
    grid-column: 1 / span 4;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .Quotes__Grid {
    display: none;
  }

  .Quotes__Carousel {
    grid-column: 1 / span 4;
    display: flex;
    left: 0;
    align-items: flex-start;
    position: relative;
    padding: 0 24px;
  }

  .Quotes__Carousel--transition-enabled {
    transition: left 200ms ease-out;
  }

  .Quotes__Carousel>.Quotes__Quote {
    flex-shrink: 0;
    width: 100%;
    max-width: 350px;
    margin-right: 20px;
  }

  .MeetEquals__SeeAll {
    grid-column: 1 / span 4;
  }

  .HomeScrollingTestimonialsBlock {
    padding-bottom: 50px;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {
  .PageContainer--home .VideoHero__SubHeadline {
    grid-column: 4 / span 10;
  }

  .PageContainer--home h1 {
    font-size: 64px;
    line-height: 105%;
    letter-spacing: -3.5%;
  }

  .PageContainer--home .GridContainer.Hero {
    row-gap: 30px;
  }

  .MeetEquals {
    padding: 100px 0;
  }

  .MeetEquals__ToggleContainer {
    grid-row-start: 3;
    grid-column: 2 / span 14;
  }

  .MeetEquals__ToggleOption {
    width: 200px;
  }

  .Quotes {
    padding: 100px 0;
  }

  .HomeOutro {
    padding: 200px 0;
  }

  .HomeOutro__Headline {
    grid-column: 4 / span 10;
  }

  .HomeOutro__CTAs {
    margin-top: 50px;
    grid-column: 1 / span 16;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .Quotes__Carousel {
    display: none;
  }

  .Quotes__Grid {
    display: block;
    grid-column: 1 / span 16;
    column-gap: 40px;
    column-count: 3;
    margin: 0 40px;
  }

  .Quotes__Quote {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    margin-bottom: 40px;
  }

  .MeetEquals__SeeAll {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.MeetEquals__Headline {
  text-align: center;
}

.MeetEquals__Description {
  text-align: center;
}

.MeetEquals__ToggleContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.MeetEquals__Toggle {
  display: flex;
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 20px;
  user-select: none;
}

.MeetEquals__ToggleOption {
  text-align: center;
  border: 1px solid var(--color-black);
  background: #f3f3f3;
  background: var(--color-grey-50);
  box-shadow: var(--toggle-resting-shadow);
  padding: 8px 0 12px 0;
  touch-action: manipulation;
}

.MeetEquals__ToggleOption:hover {
  cursor: pointer;
  box-shadow: var(--toggle-resting-hover-shadow);
}

.MeetEquals__ToggleOption:nth-child(1) {
  border-radius: 30px 0 0 30px;
  border-right: none;
}

.MeetEquals__ToggleOption:nth-child(2) {
  border-radius: 0 30px 30px 0;
}

.MeetEquals__ToggleOption:active {
  box-shadow: var(--toggle-pressed-shadow);
  padding: 10px 0;
}

.MeetEquals__ToggleOption--active,
.MeetEquals__ToggleOption--active:hover {
  cursor: default;
  background: var(--color-white);
  box-shadow: var(--toggle-pressed-shadow);
  padding: 10px 0;
}

.MeetEquals__ToggleContainer[data-active="editor"]~.MeetEquals__Screenshot {
  left: calc(-100% - 50px);
}

.MeetEquals__ToggleContainer[data-active="builder"]~.MeetEquals__Screenshot>img[data-option="editor"]:hover {
  cursor: pointer;
}

.MeetEquals__ToggleContainer[data-active="editor"]~.MeetEquals__Screenshot>img[data-option="builder"]:hover {
  cursor: pointer;
}

.MeetEquals__Screenshot {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 50px;
  left: 0;
  transition: left 300ms ease-out;
}

.MeetEquals__Screenshot>img {
  max-width: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.HomeOutro__Headline {
  text-align: center;
}

.Quotes__Quote {
  padding: 24px;
  border-radius: 2px;
  box-sizing: border-box;
}

.Quotes__QuoteAuthor {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.Quotes__QuoteAuthor>img {
  width: 48px;
  border-radius: 2px;
}

.Quotes__QuoteText {
  margin-bottom: 20px;
}

.Quotes__QuoteText>a {
  color: var(--color-black);
}

.Quotes__QuoteTimestamp {
  display: flex;
  gap: 8px;
  font-size: 12px;
}

.Quotes__QuoteTimestamp>a {
  color: var(--color-black);
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.Quotes__QuoteTimestamp>a:hover {
  text-decoration: underline;
}

.Quotes__QuoteTimestampIcon {
  max-width: 14px;
}

.MeetEquals__SeeAll {
  padding: 12px;
  background-color: var(--color-grey-300);
}

.MeetEquals__SeeAll>a {
  color: var(--color-black);
  font-family: var(--font-fonospace);
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MeetEquals__SeeAll>a:hover {
  text-decoration: underline;
}

.MeetEquals__SeeAll>a>img {
  margin-left: 8px;
}

.HomeCTABlock {
  text-align: center;
  padding-top: 110px;
  max-width: 1600;
  margin-inline: auto;
}

.HomeCTABlock__Buttons {
  padding-top: 42px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-bottom: 110px;
}

.HomeCTABlock .CTA:not(.CTA--primary) {
  width: fit-content;
  padding: 10px 16px;
  padding-top: 8px;
}

.HomeCTABlock .CTA--primary {
  margin-inline: unset;
}

.HomeHero {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.HomeHero__Highlight {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.HomeHero__Highlight::before {
  content: '';
  background: #FCFD9C;
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 4px);
  top: 2px;
  left: -6px;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.78, 0.01, 0.11, 0.98);
  animation: hero-highlight 1s cubic-bezier(0.78, 0.01, 0.11, 0.98) forwards;
  animation-delay: 0.3s;
}

@media only screen and (min-width: 1100px) {
  .HomeHero__Highlight::before {
    height: calc(100% + 12px);
  }
}

@keyframes hero-highlight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.HomeHero__Headline {
  line-height: 105%;
}

.HomeHero__SubHeadline {
  text-align: center;
  max-width: 860px;
  padding-inline: 16px;
}

.HomeHero__CTABlock {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.HomeHero__CTABlock a,
.HomeHero__CTABlock button,
.HomeHero__CTABlock a:active {
  font-size: 21px;
  line-height: 130%;
  width: fit-content;
  border-radius: 65px;
}

.HomeHero__CTABlock > button {
  font-family: var(--font-sans-serif);
}

.HomeHero__CTABlock .CTA--primary {
  padding: 18px 50px !important;
  padding-top: 16px;
}

.HomeHero__CTABlock .CTA--primary:active {
  margin-top: 4px;
  padding: 16px 50px !important;
  margin-inline: unset;
}

.HomeHero__CTABlock button {
  appearance: none;
  background: transparent;
  border-radius: 100px;
  padding-block: 18px;
  border: none;
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}

.HomeHero__VideoContainer {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  position: relative;
  border: 1px solid black;
}

.HomeHero__Video-Inner {
  position: relative;
  aspect-ratio: 16/8.8;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.HomeHero__SQLToggle {
  position: absolute;
  bottom: -40px;
  right: 16px;
  background: var(--color-grey-150);
  border-radius: 13px;
  border: 1px solid black;
  z-index: 5;
  padding-inline: 14px;
  padding-block: 12px;
  padding-bottom: 50px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Aeonik Fono';
  letter-spacing: -0.13px;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}

.HomeHero__SQLToggle.active {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
}

.HomeHero__SQLToggle:hover {
  bottom: -30px;
}

.HomeHero__ToggleInput {
  width: 48px;
  height: 28px;
  position: relative;
  cursor: pointer;
}

.HomeHero__ToggleInput input {
  width: 0px;
  height: 0px;
  opacity: 0;
}

.HomeHero__ToggleInput .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: var(--color-grey-150);
  transition: background-color 200ms ease-in-out;
  border-radius: 34px;
  border: 1px solid black;
}

.HomeHero__ToggleInput .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
  border-radius: 50px;
  border: 1px solid black;
}

.HomeHero__ToggleInput input:checked+.slider {
  background: var(--color-turquoise);
  transition: background-color 200ms ease-in-out;
}

.HomeHero__ToggleInput input:checked+.slider:before {
  left: 23px;
}

.HomeHero__Video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition-delay: 350ms;
  z-index: 1;
}

.HomeHero__Video.active {
  z-index: 2;
  opacity: 1;
}

.HomeHero__Video-Controls {
  position: absolute;
  z-index: 2;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  white-space: nowrap;
}

.HomeHero__Video-Controls button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--button-resting-shadow);
  border: 1px solid black;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-inline: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Aeonik Fono';
  cursor: pointer;
  transition: all 200ms ease-in-out;
  background: var(--color-grey-150);
}

.HomeHero__Video-Controls button img {
  height: 16px;
  width: auto;
}

.HomeHero__Video-Control {
  position: relative;
  min-width: 245px;
}

.HomeHero__Video-Controls button:hover,
.HomeHero__Video-Control.active button {
  box-shadow: var(--button-hover-shadow);
  background: white;
  transition: all 200ms ease-in-out;
}

.HomeHero__Video-Control:first-of-type button {
  border-radius: 100px 0 0 100px;
}

.HomeHero__Video-Control:last-of-type button {
  border-radius: 0 100px 100px 0;
}

.HomeHero__Video-Control:nth-of-type(2) button {
  border-right: none;
  border-left: none;
}

.HomeHero__Video-Progress {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: calc(100% - 10px);
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}

.HomeHero__Video-Progress:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transform: scaleX(var(--progress));
  transform-origin: left;
}

.HomeHero__Video-Control:first-of-type .HomeHero__Video-Progress {
  left: 10px;
  width: calc(100% - 20px);
}

.HomeHero__Video-Control:nth-of-type(2) .HomeHero__Video-Progress {
  left: 10px;
  width: calc(100% - 20px);
}

.HomeHero__Video-Control:last-of-type .HomeHero__Video-Progress {
  left: unset;
  right: 10px;
  width: calc(100% - 20px);
}

@media only screen and (max-width: 1099px) {
  .HomeHero {
    padding-top: 140px;
    gap: 20px;
  }

  .HomeHero__VideoContainer {
    border: none;
    border-radius: 6px;
    overflow: hidden;
  }

  .HomeHero__SQLToggle {
    display: none;
  }

  .HomeHero__Video-Controls {
    display: none;
  }

  .HomeHero__CTABlock button {
    display: none;
  }

  .HomeHero__CTABlock {
    width: 100%;
    gap: 24px;
  }

  .HomeHero__VideoContainer {
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.20));
  }

  .HomeHero__CTABlock .CTA--primary {
    padding: 10px auto;
    width: 100%;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1100px) {
  .HomeHero {
    padding-top: 170px;
  }

}

.QuoteSheet {
  border-top: 1px solid black;
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-inline: 1px;
  margin-bottom: -1px;
}

.QuoteSheet__Cell {
  position: relative;
  border: none;
  overflow: hidden;
  outline: none;
  background: transparent;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  grid-row: auto / span 1;
  grid-column: auto / span 1;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px;
  transition: all 300ms ease-in-out;
  background: rgba(255, 255, 255, 0);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0); 
}

.ai-assist-nav {
  transform: translateY(100%);
  transition: transform 300ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.ai-assist-nav.active {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

@media only screen and (max-width: 960px) {
  .QuoteSheet__Cell.mobile-hidden {
    display: none;
  }
}

.QuoteSheet__Cell.right {
  border-right: 0px;
}

.QuoteSheet__Cell.active {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1); 
}

.QuoteSheet__Cell:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: black;
  z-index: 2;
  transform: translate(100%, 100%);
  transition: transform 300ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.QuoteSheet__Cell.active:after {
  transform: translate(0, 0);
  transition: transform 300ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.QuoteSheet__Cell:hover {
  background: rgba(255, 255, 255, 0.3);
  transition: all 300ms ease-in-out;
}

.QuoteSheet__Cell:nth-of-type(3n+1).active {
  background: #85FAC1;
}

.QuoteSheet__Cell:nth-of-type(3n+2).active {
  background: #DCC2F9;
}

.QuoteSheet__Cell:nth-of-type(3n+3).active {
  background: #FCFD9C;
}

.QuoteSheet__Cell:nth-of-type(3n+4).active {
  background: #F3FEF8;
}

.QuoteSheet__Cell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 110px;
  max-height: 40px;
}

.QuoteSheet__Cell img.large {
  max-width: 125px;
  max-height: 45px;
  margin: 0;
  padding: 0;
}

.QuoteSheet__Cell img.larger {
  max-width: 130px;
  max-height: 50px;
}

.QuoteSheet__QuoteContainer {
  background: white;
  grid-column: 1 / span 2;
  grid-row: 1 / span 5;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.QuoteSheet__Quote {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translateY(0px);
  z-index: 1;
}

.QuoteSheet__Quote.active {
  opacity: 1;
  transition: all 500ms ease-in-out;
  transform: translateY(0px);
  transition-delay: 300ms;
  z-index: 2;
}

.QuoteSheet__QuoteLogo {
  margin-bottom: 30px;
  width: 140px;
  height: 50px;
}

.QuoteSheet__QuoteBody {
  text-align: center;
  font-size: 21px;
  line-height: 160%;
  padding-bottom: 32px;
}

.QuoteSheet__QuoteLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.QuoteSheet__QuoteCredit {
  display: flex;
  gap: 28px;
  align-items: center;
}

.QuoteSheet__QuoteImage {
  width: 71px;
  height: 71px;
}

.QuoteSheet__QuoteImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.QuoteSheet__QuoteName {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}

.QuoteSheet__QuoteTitle {
  font-size: 18px;
  line-height: 140%;
}

.QuoteSheet__QuoteBody .highlight {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.QuoteSheet__QuoteBody .highlight::before {
  content: '';
  background: #FCFD9C;
  position: absolute;
  width: calc(100% + 12px);
  height: 100%;
  top: 0;
  left: -6px;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.78, 0.01, 0.11, 0.98);
  transition-delay: 0.5s;
}

.QuoteSheet__QuoteBody .highlight:nth-of-type(2):before {
  transition-delay: 800ms!important;
}

.QuoteSheet__Quote.active .QuoteSheet__QuoteBody .highlight::before {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.78, 0.01, 0.11, 0.98);
  transition-delay: 0.6s;
}

@media only screen and (min-width: 960px) {
  .QuoteSheet {
    grid-template-columns: repeat(4, 1fr);
  }

  .QuoteSheet__Cell {
    height: 94px;
  }

  .QuoteSheet__QuoteContainer {
    grid-column: 2 / span 2;
    grid-row: 2 / span 5;
    min-height: unset;
  }

  .QuoteSheet__Cell:nth-of-type(4n+4) {
    border-right: none;
  }

  .QuoteSheet__Cell:nth-of-type(16) {
    border-right: 1px solid black;
  }

  .QuoteSheet__Quote {
    padding: 40px;
  }

  .QuoteSheet__QuoteBody {
    font-size: 26px;
  }
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .PricingHero__Subheadline {
    grid-column: 1 / span 4;
    text-align: center;
  }

  .PricingHero {
    padding-bottom: 40px;
  }

  .PricingPlan--good {
    grid-column: 1 / span 4;
    grid-row-start: 3;
  }

  .PricingPlan--better {
    grid-column: 1 / span 4;
    grid-row-start: 4;
  }

  .PricingPlan--best {
    grid-column: 1 / span 4;
    grid-row-start: 5;
  }

  .FeatureGrid {
    padding-top: 80px;
    padding-bottom: 80px;
    column-gap: 20px;
    row-gap: 80px;
  }

  .FeatureGrid--tight {
    padding-top: 100px;
    padding-bottom: 50px;
    row-gap: 50px;
  }

  .FeatureGrid__Feature--twos-1 {
    grid-column: 1 / span 2;
  }

  .FeatureGrid__Feature--twos-0 {
    grid-column: 3 / span 2;
  }

  .PricingPlan__Features,
  .PricingPlan__Connectors {
    display: none;
  }

  .PricingPlan__MobileShowHideFeatures--show {
    display: block;
  }

  .PricingPlan__MobileShowHideFeatures--hide {
    display: none;
  }

  .PricingPlan__MobileFeaturesCheckbox:checked ~ .PricingPlan__MobileShowHideFeatures--show {
    display: none;
  }

  .PricingPlan__MobileFeaturesCheckbox:checked ~ .PricingPlan__Connectors,
  .PricingPlan__MobileFeaturesCheckbox:checked ~ .PricingPlan__Features,
  .PricingPlan__MobileFeaturesCheckbox:checked ~ .PricingPlan__MobileShowHideFeatures--hide {
    display: block;
  }

  .PricingPaidConnectors {
    position: relative;
    grid-row-start: 6;
    grid-column: 1 / span 4;
    margin-bottom: 40px;
  }

  .PricingPaidConnectors__PriceAndList {
    flex-direction: column;
    gap: 24px;
  }

  .PricingPaidConnectors__List {
    display: flex;
    flex-direction: column;
  }

  .PricingPaidConnectors__EnterpriseOnlyMobile {
    display: block;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {
  .PricingHero__Subheadline {
    grid-column: 5 / span 8;
    text-align: center;
  }

  .PricingPlan {
    position: relative;
    margin-bottom: 0px;
    width: calc(100% + 60px);
    left: -30px;
    grid-row-start: 3;
  }

  .PricingPlan--good {
    grid-column: 2 / span 4;
  }
  
  .PricingPlan--better {
    grid-column: 7 / span 4;
  }

  .PricingPlan--best {
    grid-column: 12 / span 4;
  }

  .FeatureGrid {
    row-gap: 150px;
    padding: 150px 0;
  }

  .FeatureGrid--tight {
    row-gap: 100px;
    padding: 150px 0 100px 0;
  }

  .FeatureGrid__Feature--threes-1 {
    grid-column: 2 / span 4;
  }

  .FeatureGrid__Feature--threes-2 {
    grid-column: 7 / span 4;
  }

  .FeatureGrid__Feature--threes-0 {
    grid-column: 12 / span 4;
  }

  .PricingPlan__Features,
  .PricingPlan__Connectors {
    display: block;
  }

  .PricingPlan__MobileShowHideFeatures {
    display: none;
  }

  .PricingPaidConnectors {
    position: relative;
    grid-row-start: 4;
    grid-column: 2 / span 14;
    width: calc(100% + 60px);
    left: -30px;
    margin-bottom: 120px;
  }

  .PricingPaidConnectors__Heading {
    text-align: center;
  }

  .PricingPaidConnectors__PriceAndList {
    flex-direction: row;
  }

  .PricingPaidConnectors__List {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px;
    align-items: start;
  }

  .PricingPaidConnectors__EnterpriseOnlyMobile {
    display: none;
  }

  .PricingPlan__Feature {
    position: relative;
  }

  .PricingPlan__Feature--tooltip > span {
    text-decoration: dotted underline;
  }

  .PricingPlan__FeatureTooltip {
    display: none;
  }

  .PricingPlan__Feature--tooltip:hover {
    cursor: help;
  }

  .PricingPlan__Feature--tooltip:hover > .PricingPlan__FeatureTooltip {
    display: block;
    position: absolute;
    top: 26px;
    left: 22px;
    width: 375px;
    font-size: 12px;
    line-height: 14px;
    background-color: #fff;
    padding: 4px;
    border: 1px solid var(--color-grey-300);
    border-radius: 4px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}

.PricingPlan {
  background-color: var(--color-white);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.PricingPlan__Inner {
  padding: 30px;
}

.PricingPlan__Inner.PricingPlan__Header {
  padding-top: 45px;
}

.PricingPlan--good > .PricingPlan__Header {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.PricingPlan--better > .PricingPlan__Header {
  background-color: var(--color-plum);
  color: var(--color-white);
}

.PricingPlan--best > .PricingPlan__Header {
  background-color: var(--color-black);
  color: var(--color-white);
}

.PricingPlan__Description {
  margin-top: 16px;
}

.PricingPlan__Features {
  margin-top: 24px;
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 24px;
}

.PricingPlan__Connectors {
  margin-top: 24px;
}

.PricingPlan__PriceDescription {
  margin-top: 16px;
}

.PricingPlan__Feature {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.PricingPlan__Feature--not-included {
  color: var(--color-grey-300);
}

.PricingPlan__Included {
  align-self: center;
}

.FeatureGrid__FeatureName {
  margin-top: 40px;
}

.FeatureGrid--tight .FeatureGrid__FeatureName {
  margin-top: 20px;
}

.FeatureGrid__FeatureDescription {
  margin-top: 20px;
}

.FeatureGrid__Icon {
  margin-left: 3px;
}

.PricingPlan__SignUp {
  margin-top: 30px;
}

.PricingPlan__MobileShowHideFeatures {
  touch-action: manipulation;
  font-family: var(--font-fonospace);
  font-size: 14px;
  margin-top: 24px;
}

.PricingPlan__MobileShowHideFeatures:hover {
  cursor: pointer;
}

.PricingPlan__MobileFeaturesCheckbox {
  display: none;
}

.FeatureGrid__FeatureName > a {
  color: var(--color-black);
  text-decoration: none;
}

.FeatureGrid__FeatureName:hover > a > span {
  text-decoration: underline;
}

.PricingPaidConnectors {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.PricingPaidConnectors__Heading {
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  color: var(--color-white);
}

.PricingPaidConnectors__PriceAndList {
  background: var(--color-white);
  padding: 30px;
  display: flex;
}

.PricingPaidConnectors__Price {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.PricingPaidConnectors__List {
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 24px;
}

.PricingPaidConnectors__List > li {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .AboutHero {
    padding-bottom: 40px;
  }

  .AboutHero__Icon {
    max-width: 100%;
    grid-column: 1 / span 2;
    grid-row-start: 1;
  }

  .AboutHero__Text {
    grid-column: 1 / span 4;
    grid-row-start: 3;
  }

  .OurInvestors__Headline {
    grid-column: 1 / span 4;
  }

  .GridContainer.MeetTheTeam {
    padding-top: 80px;
    padding-bottom: 80px;
    row-gap: 40px;
    column-gap: 20px;
  }

  .OurInvestors {
    padding: 0 20px 120px 20px;
  }

  .OurInvestors__Logos {
    flex-direction: row;
    flex-flow: wrap;
    gap: 50px;
    margin-top: 50px;
    justify-content: center;
  }

  .MeetTheTeam__Person--twos-1 {
    grid-column: 1 / span 2;
  }

  .MeetTheTeam__Person--twos-0 {
    grid-column: 3 / span 2;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {
  .AboutHero {
    padding-bottom: 120px;
  }

  .AboutHero__Icon {
    grid-column: 2 / span 4;
    grid-row-start: 3;
    margin-top: 100px;
  }

  .AboutHero__Text {
    grid-column: 8 / span 8;
    grid-row-start: 3;
  }

  .GridContainer.MeetTheTeam {
    padding: 150px 0;
    row-gap: 100px;
  }

  .OurInvestors {
    padding-bottom: 200px;
  }

  .OurInvestors__Logos {
    flex-direction: row;
    gap: 100px;
    margin-top: 100px;
  }

  .MeetTheTeam__Person--fives-1 {
    grid-column: 2 / span 2;
  }

  .MeetTheTeam__Person--fives-2 {
    grid-column: 5 / span 2;
  }

  .MeetTheTeam__Person--fives-3 {
    grid-column: 8 / span 2;
  }

  .MeetTheTeam__Person--fives-4 {
    grid-column: 11 / span 2;
  }

  .MeetTheTeam__Person--fives-0 {
    grid-column: 14 / span 2;
  }
}

a.MeetTheTeam__Person {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  position: relative;
}

.MeetTheTeam__PersonPhoto {
  max-width: 100%;
  border: 1px solid var(--color-black);
  border-radius: 2px;
}

.MeetTheTeam__PersonNameTitle {
  margin-top: 14px;
  font-size: 12px;
  text-align: center;
}

.MeetTheTeam__Person:hover .MeetTheTeam__PersonName {
  text-decoration: underline;
}

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

.OurInvestors__Logos {
  display: flex;
  align-items: center;
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .CareersHero__Text {
    grid-column: 1 / span 4;
    grid-row-start: 2;
  }

  .CareersHero__Icon {
    margin-top: 30px;
    grid-column: 2 / span 2;
    grid-row-start: 3;
    max-width: 100%;
  }

  .Jobs__Headline {
    grid-column: 1 / span 4;
    padding: 50px 0 30px 0;
  }

  .Job__Inner {
    grid-column: 1 / span 4;
    padding: 20px 0;
  }

  .Job__Details {
    margin-top: 10px;
  }

  .NoJobs__Headline {
    padding: 20px 0;
    grid-column: 1 / span 4;
  }

  .NoJobsContainer__Top {
    padding-top: 80px;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {
  .CareersHero__Text {
    grid-column: 2 / span 8;
    grid-row-start: 2;
  }

  .CareersHero__Icon {
    grid-column: 11 / span 4;
    grid-row-start: 2;
    margin-top: 150px;
  }

  .Jobs__Headline {
    padding: 80px 0 50px 0;
    grid-column: 2 / span 12;
  }

  .NoJobs__Headline {
    padding: 40px 0;
    grid-column: 2 / span 12;
  }

  .Job__Inner {
    grid-column: 2 / span 14;
    padding: 30px 0;
  }

  .Job__Details {
    margin-top: 8px;
  }

  .NoJobsContainer__Top {
    padding-top: 80px;
  } 
}

.Job__Inner {
  display: block;
  text-decoration: none;
  color: var(--color-block);
}

.Job__Inner:hover .Job__Title > span {
  text-decoration: underline;
}

.Jobs__OpenJobs > .JobContainer:last-child {
  border-bottom: 1px solid var(--color-black);
}

.NoJobsContainer {
  border-bottom: 1px solid var(--color-black);
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .ImportScriptsLogos {
    padding: 24px 50px;
  }

  .ImportScriptsLogos__Logos {
    gap: 40px;
  }

  .InlineLanguageIcon > img {
    width: 28px;
  }

  .AnalyzeAnything__Headline {
    padding: 50px 24px 24px 24px;
  }

  .ScriptExampleContainer {
    grid-column: 1 / span 4;
    gap: 50px;
    left: 0;
  }

  .ScriptExample {
    grid-template-columns: repeat(4, 1fr);
    padding: 25px;
    column-gap: 30px;
    row-gap: 25px;
  }

  .ScriptExample__Headline {
    grid-column: 1 / span 4;
  }

  .ScriptExample__Subheadline {
    grid-column: 1 / span 4;
  }

  .ScriptExample__Screenshot {
    grid-column: 1 / span 4;
  }

  .ScriptExample__Logo {
    grid-row-start: 1;
  }

  .ScriptExample__Logo > img {
    height: 50px;
  }

  .AnalyzeAnything__Buttons {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .AnalyzeAnything__StepCounter {
    flex: 1;
    font-style: var(--font-fonospace);
    font-size: 14px;
    text-align: center;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) { 
  .ImportScriptsLogos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ImportScriptsLogos__Logos {
    gap: 80px;
  }

  .InlineLanguageIcon > img {
    width: 52px;
  }

  .ImportScriptsHero {
    padding-bottom: 25px;
  }

  .AnalyzeAnything > .FeatureHighlight__Container {
    padding-bottom: 100px;
  }

  .AnalyzeAnything__Headline {
    margin-top: 100px;
  }

  .ScriptExampleContainer {
    grid-column: 2 / span 14;
    gap: 50px;
    left: 0;
  }

  .ScriptExample {
    grid-template-columns: repeat(14, 1fr);
    padding: 50px;
    column-gap: 30px;
    row-gap: 25px;
  }

  .ScriptExample__Headline {
    grid-column: 1 / span 7;
  }

  .ScriptExample__Subheadline {
    grid-column: 1 / span 14;
  }

  .ScriptExample__Screenshot {
    grid-column: 1 / span 14;
    margin-top: 25px;
  }

  .ScriptExample__Logo {
    grid-row-start: 1;
    grid-column: 11 / span 4;
    text-align: right;
  }

  .ScriptExample__Logo > img {
    height: 100px;
  }
}

.ImportScriptsLogos__Heading {
  margin-bottom: 50px;
  text-align: center;
}

.ImportScriptsLogos__Logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.InlineLanguageIcon {
  white-space: nowrap;
}

.ScriptExampleContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  transition: left 300ms ease-out;
}

.ScriptExample {
  width: 100%;
  flex-shrink: 0;
  display: grid;
  position: relative;
}

.ScriptExample__Screenshot {
  max-width: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.AnalyzeAnything__Button {
  opacity: 1;
}

.AnalyzeAnything__Button:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .Integrations {
    padding-top: 24px;
    padding-bottom: 96px;
  }

  .Integrations__GridPos  {
    grid-column: 1 / span 4;
  }

  .Integrations__Section {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }

  .Integrations__SectionHeader {
    margin-top: 24px;
  }

  .IntegrationDetailHero {
    padding-bottom: 72px;
  }

  .IntegrationHighlights {
    row-gap: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .IntegrationHighlights__Highlight--1,
  .IntegrationHighlights__Highlight--2,
  .IntegrationHighlights__Highlight--3 {
    grid-column: 1 / span 4;
  }

  .IntegrationHighlights__Highlight {
    gap: 24px;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) { 
  .Integrations {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .Integrations__GridPos  {
    grid-column: 3 / span 12;
  }

  .Integrations__Section {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .Integrations__SectionHeader {
    margin-top: 50px;
  }

  .Integrations__Integration--equals {
    grid-column: 1 / span 2;
  }

  .IntegrationDetailHero {
    padding-bottom: 100px;
  }

  .IntegrationHighlights {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .IntegrationHighlights__Headline {
    margin-bottom: 50px;
  }

  .IntegrationHighlights__Highlight--1 {
    grid-column: 2 / span 4;
  }

  .IntegrationHighlights__Highlight--2 {
    grid-column: 7 / span 4;
  }

  .IntegrationHighlights__Highlight--3 {
    grid-column: 12 / span 4;
  }

  .IntegrationHighlights__Highlight {
    gap: 25px;
  }
}

.Integrations__Section {
  display: grid;
  column-gap: 30px;
}

.Integrations__Integration {
  height: 110px;
  border: 1px solid var(--color-black);
  border-radius: 3px;
  background: var(--color-white);
  display: flex;
  flex-direction: row;;
  gap: 12px;
  align-items: center;
  padding: 0 25px;
  color: var(--color-black);
  text-decoration: none;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1), inset 0px 2px 0px rgba(255, 255, 255, 0.25);
}

.Integrations__Integration > h3 {
  flex: 1;
}

.Integrations__Integration:hover {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.25);
}

.Integrations__Integration:hover > h3 {
  text-decoration: underline;
}

.IntegrationHighlights__Highlight {
  display: flex;
  flex-direction: column;
}

.IntegrationHighlights__HighlightN {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.IntegrationHighlights__Highlight--1 > .IntegrationHighlights__HighlightN {
  background: var(--color-lemon)
}

.IntegrationHighlights__Highlight--2 > .IntegrationHighlights__HighlightN {
  background: var(--color-cyan)
}

.IntegrationHighlights__Highlight--3 > .IntegrationHighlights__HighlightN {
  background: var(--color-lilac)
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .TemplatesHero {
    padding-bottom: 40px;
  }

  .TemplatesList {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 0;
    row-gap: 40px;
  }

  .Template {
    flex-direction: column;
  }

  .Template__Icon {
    height: 100px;
  }

  .Template__Details {
    padding: 0 16px;
    height: 100px;
  }

  .Template__Name {
    padding-right: 4px;
  }

  .Template__Description {
    font-size: 12px;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) { 
  .TemplatesHero {
    padding-bottom: 100px;
  }

  .Template {
    gap: 30px;
    flex-direction: row;
  }

  .TemplatesList {
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 0;
    row-gap: 25px;
  }

  .Template__Icon {
    width: 150px;
    height: 150px;
  }

  .Template__Details {
    padding-right: 30px;
    gap: 12px;
  }

  .Template__Description {
    font-size: 14px;
  }
}

.TemplatesList {
  display: grid;
  column-gap: 30px;
}

.Template {
  display: flex;
  border: 1px solid var(--color-black);
  border-radius: 3px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1), inset 0px 2px 0px rgba(255, 255, 255, 0.25);
  text-decoration: none;
  color: var(--color-black);
  text-align: left;
}

.Template:hover {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.25);
}

.Template:hover .Template__Name {
  text-decoration: underline;
}

.Template__Icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Template__Details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.Template__Description {
  font-family: var(--font-fonospace);
  line-height: 20px;
}

.Template__Name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.TemplatesDetailHero {
  padding-bottom: 80px;
}

.PageContainer--spreadsheet-day {
  overflow: initial;
}

.PageContainer--spreadsheet-day .CenteredContainer::before {
  background: none;
}

.PageContainer--spreadsheet-day .CenteredContainer::after {
  background: none;
}

.SpreadsheetDay__Header,
.SpreadsheetDay__Footer {
  font-family: var(--font-fonospace);
}

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

.SpreadsheetDay__TimelineContainer {
  position: relative;
}

.SpreadsheetDay__Timeline {
  display: flex;
  position: sticky;
  margin-left: 0;
  overflow-x: hidden;
  top: 0;
  height: 60px;
  padding: 0 18px;
  background: var(--color-black);
  z-index: 100;
  transition: margin-left 250ms ease-in;
}

.SpreadsheetDay__Timeline > div {
  cursor: pointer;
  padding: 16px 18px;
  font-size: 24px;
  line-height: 28px;
  color: #7c7c7c;
}

.SpreadsheetDay__Timeline > div:hover {
  color: var(--color-grey-150);
}

.SpreadsheetDay__Timeline > .Active {
  color: var(--color-white);
}

.SpreadsheetDay__Title,
.SpreadsheetDay__TitleDate,
.SpreadsheetDay__Header .SpreadsheetDay__Logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 75px;
  line-height: 80px;
}

.SpreadsheetDay__Title {
  width: 720px;
  height: 120px;
  left: 0;
  top: 90px;
}

.SpreadsheetDay__TitleDate {
  width: 360px;
  height: 120px;
  left: 900px;
  top: 300px;
}

.SpreadsheetDay__Header .SpreadsheetDay__Logo {
  width: 180px;
  height: 60px;
  left: 178px;
  top: 573px;
}

.SpreadsheetDay__HeroText {
  text-align: left;
  font-weight: 400;
  font-size: 75px;
  line-height: 80px;
  max-width: 1099px;
  grid-column: 1 / span 16;
  font-family: var(--font-fonospace);
  margin-top: 90px;
}

.SpreadsheetDay__HeroDescription {
  position: relative;
  grid-column: 9 / span 8;
  margin: 70px 0 200px;
}

.SpreadsheetDay__CursorBobby {
  position: absolute;
  bottom: 0px;
  left: 308px;
}

.SpreadsheetDay__CursorBen {
  position: absolute;
  bottom: -40px;
  left: 250px;
}

.SpreadsheetDay__HeroDescription p {
  margin-bottom: 40px;
  font-family: var(--font-sans-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.SpreadsheetDay__Section {
  padding: 100px 0;
  border-bottom: 1px solid #ccc;
}

.SpreadsheetDay__Year {
  font-family: var(--font-fonospace);
  font-size: 75px;
  line-height: 80px;
  padding-bottom: 60px;
}

.SpreadsheetDay__Year--large {
  font-family: var(--font-fonospace);
  font-size: 220px;
  line-height: 200px;
  padding-bottom: 90px;
}

.SpreadsheetDay__SectionText {
  font-family: var(--font-sans-serif);
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 20px;
}

.SpreadsheetDay__Source {
  font-family: var(--font-fonospace);
  font-size: 12px;
  line-height: 16px;
}

.SpreadsheetDay__SectionLeft {
  grid-column: 1 / span 7;
}

.SpreadsheetDay__SectionRight {
  grid-column: 9 / span 8;
}

.SpreadsheetDay__Source a {
  color: #000;
}

.SpreadsheetDay__Section--2020 {
  border-bottom: none;
}

/* All Desktop */

@media only screen and (min-width: 849px) {
  .SpreadsheetDay--mobile {
    display: none;
  }

  .PageContainer--spreadsheet-day .GridContainer {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .PageContainer--spreadsheet-day .GridContainer > *:not(.SpreadsheetArt) {
    grid-row: 1 / 1;
  }

  .SpreadsheetDay__Header {
    position: relative;
    height: 900px;
    background: transparent;
  }

  .SpreadsheetDay__Header .SpreadsheetArt,
  .SpreadsheetDay__Footer .SpreadsheetArt {
    position: absolute;
    z-index: -1;
  }

  .PageContainer--spreadsheet-day .CenteredContainer {
    max-width: 1440px;
    flex-basis: 1440px;
  }
  .PageContainer--spreadsheet-day .SpreadsheetArt {
    left: -500px;
    width: 2440px;
  }

  .PageContainer--spreadsheet-day .SpreadsheetDay__Footer {
    font-family: var(--font-fonospace);
    position: relative;
    padding: 0;
    padding-top: 400px;
    height: 710px;
    background: transparent;
  }

  .SpreadsheetDay__FooterText {
    font-size: 40px;
    line-height: 48px;
    grid-column: 1 / span 10;
    margin-left: 40px;
  }

  .SpreadsheetDay__Copyright {
    font-size: 12px;
    line-height: 16px;
    grid-column: 15 / span 3;
  }

  .PageContainer--spreadsheet-day .SpreadsheetDay__Footer::before {
    position: absolute;
    content: "";
    width: 2440px;
    height: 500px;
    left: -500px;
    top: 120px;
    background: var(--color-lilac);
    z-index: -2;
  }

  /* Section Specific */
  .SpreadsheetDay__Section--1939 {
    margin-top: 100px;
  }

  .SpreadsheetDay__Section--1939 .SpreadsheetDay__Image {
    grid-column-start: 9;
  }

  .SpreadsheetDay__Section--1939-2 .SpreadsheetDay__Source {
    grid-column: 1 / span 4;
    margin-top: -26px;
  }

  .SpreadsheetDay__Section--1943 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1943 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--1943 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 7;
  }

  .SpreadsheetDay__Section--1944 {
    border-bottom: none;
  }

  .SpreadsheetDay__Section--1948 {
    position: relative;
    padding: 0;
    border-bottom: none;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber:last-child {
    padding-bottom: 30px;
  }

  .SpreadsheetDay__Section--1948:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 210px;
    height: 1px;
    background: #000;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumbers {
    grid-column: 1 / span 1;
    font-family: var(--font-fonospace);
    text-align: right;
    font-size: 24px;
    line-height: 28px;
    border-right: 1px solid #000;
    width: 48px;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber {
    width: 18px;
    padding: 36px 0 0px;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LeftSection {
    grid-column: 2 / span 4;
    height: 100%;
    border-right: 1px solid #000;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__Year {
    padding-top: 56px;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__RightSection {
    grid-column: 9 / span 7;
    padding-top: 294px;
  }

  .SpreadsheetDay__Section--1954 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1954 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--1954 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 6;
  }

  .SpreadsheetDay__Section--1968 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1968 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--1968 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 7;
  }

  .SpreadsheetDay__Section--1969 {
    border-bottom: none;
  }

  .SpreadsheetDay__Section--1971 {
    border-bottom: none;
  }

  .SpreadsheetDay__Section--1971 .SpreadsheetDay__Source {
    margin-bottom: 90px;
  }

  .SpreadsheetDay__Section--1977 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1977 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--1977 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 7;
  }

  .SpreadsheetDay__Section--1978 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
    padding-bottom: 0;
  }

  .SpreadsheetDay__Section--1978 .SpreadsheetDay__SectionRight {
    grid-column: 4 / span 12;
  }

  .SpreadsheetDay__Section--1979 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1979 .SpreadsheetDay__SectionMiddle {
    grid-column: 4 / span 7;
  }

  .SpreadsheetDay__Section--1979 .SpreadsheetDay__Image {
    grid-column: 13 / span 4;
  }

  .SpreadsheetDay__Section--1980 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
    padding-bottom: 0;
  }

  .SpreadsheetDay__Section--1980 .SpreadsheetDay__SectionRight {
    grid-column: 4 / span 12;
  }

  .SpreadsheetDay__Section--1982-1,
  .SpreadsheetDay__Section--1982-2 {
    margin-bottom: 100px;
  }

  .SpreadsheetDay__Section--1982-1 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1982-1 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--1982-1 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 6;
  }

  .SpreadsheetDay__Section--1982-2 .SpreadsheetDay__Image {
    grid-column: 6 / span 2;
  }

  .SpreadsheetDay__Section--1982-2 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 6;
  }

  .SpreadsheetDay__Section--1982-3 .SpreadsheetDay__SectionRight {
    grid-column: 4 / span 12;
  }

  .SpreadsheetDay__Section--1983 .SpreadsheetDay__Source-1 {
    padding-bottom: 60px;
  }

  .SpreadsheetDay__Section--1983 .SpreadsheetDay__SectionRight--2 {
    margin-top: 300px;
  }

  .SpreadsheetDay__Section--1985 {
    border-bottom: none;
  }

  .SpreadsheetDay__Section--1985 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1985 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--1985 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 7;
  }

  .SpreadsheetDay__Section--1989-1 {
    border-bottom: none;
    padding-top: 32px;
  }

  .SpreadsheetDay__Section--1989-1 .SpreadsheetDay__SectionLeft {
    grid-column: 1 / span 11;
  }

  .SpreadsheetDay__Section--1989-1 .SpreadsheetDay__SectionRight {
    grid-column: 14 / span 3;
    margin-bottom: 230px;
  }

  .SpreadsheetDay__Section--1989-1 .SpreadsheetDay__Image {
    margin-bottom: 20px;
  }

  .SpreadsheetDay__Section--1989-2-1 .SpreadsheetDay__Image {
    margin-top: -420px;
  }

  .SpreadsheetDay__Section--1989-2-1 .SpreadsheetDay__Source {
    margin-top: -60px;
  }

  .SpreadsheetDay__Section--1989-2-2 {
    padding-top: 100px;
  }

  .SpreadsheetDay__Section--1991 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
    padding-bottom: 0;
  }

  .SpreadsheetDay__Section--1991 .SpreadsheetDay__SectionRight {
    grid-column: 4 / span 12;
  }

  .SpreadsheetDay__Section--1994 .SpreadsheetDay__Year {
    padding-bottom: 0;
  }

  .SpreadsheetDay__Section--1996 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--1996 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--1996 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 7;
  }

  .SpreadsheetDay__Section--1997 {
    padding-bottom: 300px;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__SpeechBubble {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1 / span 12;
    column-gap: 10px;
    padding: 100px 0;
    background: transparent;
  }

  .SpreadsheetDay__Section--1997
    .SpreadsheetDay__SpeechBubble
    .SpreadsheetDay__Image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__Year {
    grid-column: 2 / span 3;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__SpeechBubbleRight {
    grid-column: 5 / span 7;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__SectionRight {
    position: relative;
    grid-column: 13 / span 4;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__Image {
    position: absolute;
    left: 0;
    top: 240px;
  }

  .SpreadsheetDay__Section--2004 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--2004 .SpreadsheetDay__SectionMiddle {
    grid-column: 4 / span 7;
  }

  .SpreadsheetDay__Section--2004 .SpreadsheetDay__Image {
    grid-column: 13 / span 4;
  }

  .SpreadsheetDay__Section--2006-1
    .SpreadsheetDay__SectionLeft
    .SpreadsheetDay__Image {
    margin-top: 183px;
  }

  .SpreadsheetDay__Section--2006-1 {
    padding-bottom: 100px;
  }

  .SpreadsheetDay__Section--2006-1
    .SpreadsheetDay__SectionLeft
    .SpreadsheetDay__Image {
    margin-top: 594px;
  }

  .SpreadsheetDay__Section--2010 {
    border-bottom: none;
  }

  .SpreadsheetDay__Section--2010 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
    padding-bottom: 0;
  }

  .SpreadsheetDay__Section--2010 .SpreadsheetDay__SectionRight {
    grid-column: 4 / span 12;
  }

  .SpreadsheetDay__Section--happy {
    border-bottom: none;
  }

  .SpreadsheetDay__Section--happy .SpreadsheetDay__SectionRight {
    grid-column: 14 / span 3;
  }

  .SpreadsheetDay__Section--happy .SpreadsheetDay__SectionLeft {
    grid-column: 1 / span 12;
  }

  .SpreadsheetDay__Section--happy .SpreadsheetDay__Image {
    margin-bottom: 12px;
  }

  .SpreadsheetDay__Section--happy .SpreadsheetDay__Year {
    padding-bottom: 0;
  }

  .SpreadsheetDay__Section--happy
    .GridContainer:last-child
    .SpreadsheetDay__SectionRight {
    display: flex;
    align-items: end;
  }

  .SpreadsheetDay__Section--2020 .SpreadsheetDay__Year {
    grid-column: 1 / span 3;
  }

  .SpreadsheetDay__Section--2020 .SpreadsheetDay__Image {
    grid-column: 4 / span 4;
  }

  .SpreadsheetDay__Section--2020 .SpreadsheetDay__SectionRight {
    grid-column: 9 / span 7;
  }

  .SpreadsheetDay__Section--2020 .SpreadsheetDay__Source {
    margin-bottom: 90px;
  }

  .SpreadsheetDay__Section--2020 .SpreadsheetDay__SectionRight--2 {
    margin-top: 210px;
  }
}

@media only screen and (min-width: 850px) and (max-width: 1439px) {
  .PageContainer--spreadsheet-day .CenteredContainer {
    overflow: hidden;
  }

  .PageContainer--spreadsheet-day .GridContainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .SpreadsheetDay--mobile {
    display: none;
  }

  .PageContainer--spreadsheet-day .SpreadsheetArt {
    left: calc(-100% * 850 / 2440);
    width: calc(100% + (100% * 1700 / 2440));
  }

  .SpreadsheetDay__Section {
    padding: 70px 0;
  }

  .SpreadsheetDay__Title,
  .SpreadsheetDay__TitleDate,
  .SpreadsheetDay__Header .SpreadsheetDay__Logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 60px;
  }

  .SpreadsheetDay__Header {
    height: 64vw;
  }

  .SpreadsheetDay__Title {
    width: 49.5vw;
    height: 8.2vw;
    left: 0;
    top: 6.2vw;
    font-size: 4vw;
  }

  .SpreadsheetDay__TitleDate {
    width: 24.8vw;
    height: 8.2vw;
    left: 61.8vw;
    top: 20.6vw;
    font-size: 4vw;
  }

  .SpreadsheetDay__Header .SpreadsheetDay__Logo {
    width: 12.4vw;
    height: 4.2vw;
    left: 12.3vw;
    top: 39.35vw;
  }

  .SpreadsheetDay__Header .SpreadsheetDay__Logo img {
    width: 65%;
  }

  .SpreadsheetDay__HeroText {
    font-size: 56px;
    line-height: 64px;
    max-width: 75%;
    margin-top: 90px;
  }

  .SpreadsheetDay__HeroDescription {
    position: relative;
    grid-column: 9 / span 7;
    margin: 70px 0 200px;
  }

  .SpreadsheetDay__HeroDescription p {
    font-size: 20px;
    line-height: 26px;
  }

  .SpreadsheetDay__CursorBobby {
    position: absolute;
    bottom: 16px;
    left: 250px;
    height: 30px;
  }

  .SpreadsheetDay__CursorBen {
    position: absolute;
    bottom: -18px;
    left: 190px;
    height: 30px;
  }

  .SpreadsheetDay__Year {
    font-size: 46px;
    line-height: 58px;
    padding-bottom: 30px;
  }

  .SpreadsheetDay__Year--large {
    font-size: 120px;
    line-height: 120px;
    padding-bottom: 60px;
  }

  .SpreadsheetDay__SectionText {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 18px;
  }

  .SpreadsheetDay__Source {
    font-size: 11px;
    line-height: 17px;
  }

  .SpreadsheetDay__Image {
    max-width: 100%;
  }

  .SpreadsheetDay__Section--1939 .SpreadsheetDay__Image {
    max-width: initial;
    width: calc(100% + 30px);
  }

  .SpreadsheetDay__Section--1939-2 .SpreadsheetDay__Source {
    grid-column: 1 / span 6;
    margin-top: -20px;
  }

  .SpreadsheetDay__Section--1948 {
    position: relative;
    padding: 0;
    border-bottom: none;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber:last-child {
    padding-bottom: 18px;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber:first-child {
    padding-top: 18px;
  }

  .SpreadsheetDay__Section--1948:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 135px;
    height: 1px;
    background: #000;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumbers {
    grid-column: 1 / span 1;
    font-family: var(--font-fonospace);
    text-align: right;
    font-size: 17px;
    line-height: 18px;
    border-right: 1px solid #000;
    width: 36px;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber {
    width: 18px;
    padding: 26px 0 0px;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LeftSection {
    grid-column: 2 / span 4;
    height: 100%;
    border-right: 1px solid #000;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__Year {
    padding-top: 38px;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__RightSection {
    grid-column: 8 / span 7;
    padding-top: 200px;
  }

  .SpreadsheetDay__Section--1983 .SpreadsheetDay__SectionRight--2 {
    margin-top: 230px;
  }

  .SpreadsheetDay__Section--1989-1 {
    padding-top: 18px;
  }

  .SpreadsheetDay__Section--1989-1 .SpreadsheetDay__SectionRight {
    margin-bottom: 130px;
  }

  .PageContainer--spreadsheet-day .SpreadsheetDay__Section--1989-2-1 {
    overflow: visible;
  }

  .SpreadsheetDay__Section--1989-2-1 .SpreadsheetDay__Image {
    margin-top: -256px;
  }

  .SpreadsheetDay__Section--1989-2-1 .SpreadsheetDay__Source {
    margin-top: -30px;
  }

  .SpreadsheetDay__Section--1989-2-2 {
    padding-top: 60px;
  }

  .SpreadsheetDay__Section--1997 {
    padding-bottom: 20vw;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__SpeechBubble {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1 / span 12;
    column-gap: 10px;
    padding: 8% 0;
    background: transparent;
  }

  .PageContainer--spreadsheet-day
    .SpreadsheetDay__Section--1997
    .CenteredContainer {
    overflow: visible;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__Image {
    top: 134px;
  }

  .SpreadsheetDay__Section--2006-1 {
    padding-bottom: 100px;
  }

  .SpreadsheetDay__Section--2006-1 .SpreadsheetDay__SectionLeft--2 {
    margin-top: 44vw;
  }

  .SpreadsheetDay__Section--2006-1
    .SpreadsheetDay__SectionLeft--2
    .SpreadsheetDay__Image {
    width: 200px;
    margin-top: 0;
  }

  .SpreadsheetDay__Section--2006-1
    .SpreadsheetDay__SectionRight
    .SpreadsheetDay__Image {
    max-width: initial;
    width: calc(100% + 30px);
  }

  .SpreadsheetDay__Section--2020 .SpreadsheetDay__Source {
    margin-bottom: 50px;
  }

  .SpreadsheetDay__Section--2020 .SpreadsheetDay__SectionRight--2 {
    margin-top: 140px;
  }

  .PageContainer--spreadsheet-day .SpreadsheetDay__Footer {
    padding-top: 0;
    height: 66vw;
    padding-bottom: 10vw;
  }

  .SpreadsheetDay__FooterText {
    font-size: 20px;
    line-height: 28px;
    margin-left: 10px;
    margin-top: 30vw;
  }

  .SpreadsheetDay__Copyright {
    font-size: 10px;
    line-height: 16px;
    grid-column: 13 / span 4;
    margin-top: 30vw;
  }
}

/* All Mobile */

@media only screen and (max-width: 849px) {
  .SpreadsheetDay--desktop {
    display: none;
  }

  .SpreadsheetDay__Image {
    width: 100%;
  }

  .PageContainer--spreadsheet-day .CenteredContainer {
    max-width: 100%;
  }

  .PageContainer--spreadsheet-day .SpreadsheetArt {
    left: 0px;
    width: 100%;
  }

  .PageContainer--spreadsheet-day .GridContainer {
    display: block;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .SpreadsheetDay__HeroText {
    font-size: 7.5vw;
    line-height: 10vw;
    margin-top: 14vw;
  }

  .SpreadsheetDay__HeroDescription {
    margin-top: 14vw;
  }

  .SpreadsheetDay__HeroDescription p {
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }

  .SpreadsheetDay__CursorBobby {
    position: absolute;
    bottom: -5vw;
    left: 65vw;
    height: 10vw;
  }

  .SpreadsheetDay__CursorBen {
    position: absolute;
    bottom: -16vw;
    left: 50vw;
    height: 10vw;
  }

  .SpreadsheetDay__Year--large,
  .SpreadsheetDay__Year {
    font-size: 7vw;
    line-height: 10vw;
    padding-bottom: 1vw;
  }

  .SpreadsheetDay__Image {
    max-width: 100%;
    margin-top: 4vw;
  }

  .SpreadsheetDay__Section {
    padding: 13vw 0 12vw;
  }

  .SpreadsheetDay__SectionText {
    margin-top: 4vw;
    font-size: 4.7vw;
    line-height: 6.5vw;
    padding-bottom: 0;
  }

  .SpreadsheetDay__Source {
    font-size: 3vw;
    line-height: 7vw;
    margin-top: 3vw;
  }

  .SpreadsheetDay__Section--1939-1 .SpreadsheetDay__Image {
    max-width: initial;
    width: calc(100% + 12vw);
    margin: 11vw -6vw 6vw -6vw;
  }

  .SpreadsheetDay__Section--1948 {
    position: relative;
    padding: 0;
    border-bottom: none;
  }

  .SpreadsheetDay__Section--1948 .GridContainer {
    display: grid;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber:last-child {
    padding-bottom: 6vw;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber:first-child {
    padding-top: 6vw;
  }

  .SpreadsheetDay__Section--1948:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 34vw;
    height: 1px;
    background: #000;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumbers {
    grid-column: 1 / span 1;
    font-family: var(--font-fonospace);
    text-align: right;
    font-size: 5vw;
    line-height: 2vw;
    border-right: 1px solid #000;
    width: 11vw;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LineNumber {
    width: 5vw;
    padding: 9vw 0 0;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__LeftSection {
    grid-column: 2 / span 4;
    height: 100%;
    padding-left: 10vw;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__Year {
    padding-top: 13vw;
  }

  .SpreadsheetDay__Section--1948 .SpreadsheetDay__RightSection {
    grid-column: 9 / span 7;
    padding-top: 45vw;
    padding-left: 10vw;
  }

  .SpreadsheetDay__Section--1971 .SpreadsheetDay__Source--1 {
    margin-bottom: 4vw;
  }

  .SpreadsheetDay__Section--1982-2 .SpreadsheetDay__Image {
    width: initial;
  }

  .SpreadsheetDay__Section--1989-1 .SpreadsheetDay__SectionRight {
    display: flex;
    margin-top: 4vw;
    padding-bottom: 55vw;
  }

  .SpreadsheetDay__Section--1989-1
    .SpreadsheetDay__SectionRight
    .SpreadsheetDay__Source
    > * {
    line-height: 4vw;
  }

  .SpreadsheetDay__Section--1989-1 .SpreadsheetDay__Image {
    max-width: 50%;
    margin-right: 4vw;
  }

  .SpreadsheetDay__Section--1989-2-1 .SpreadsheetDay__Image {
    max-width: initial;
    width: calc(100% + 6vw);
    margin-top: -60vw;
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .SpreadsheetDay__Section--1989-2-2 .SpreadsheetDay__Year {
    margin-top: 10vw;
  }

  .SpreadsheetDay__Section--1997 {
    padding-bottom: 10vw;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__SpeechBubble {
    position: relative;
    padding: 5vw;
    background: transparent;
  }

  .SpreadsheetDay__Section--1997
    .SpreadsheetDay__SpeechBubble
    .SpreadsheetDay__Image {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
  }

  .SpreadsheetDay__Section--1997 .SpreadsheetDay__SectionRight {
    display: flex;
    justify-content: end;
  }

  .SpreadsheetDay__Section--1997
    .SpreadsheetDay__SectionRight
    .SpreadsheetDay__Image {
    margin-top: 14vw;
    width: 40vw;
  }

  .SpreadsheetDay__Section--2006-1
    .SpreadsheetDay__SectionRight
    .SpreadsheetDay__Image {
    max-width: initial;
    width: calc(100% + 12vw);
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .SpreadsheetDay__Section--2006-2 {
    margin-top: 12vw;
  }

  .SpreadsheetDay__Section--happy .GridContainer {
    display: flex;
  }

  .SpreadsheetDay__Section--happy .SpreadsheetDay__SectionRight {
    align-self: end;
    width: 50%;
    margin-top: -4vw;
    margin-bottom: 6vw;
  }

  .SpreadsheetDay__Section--happy .SpreadsheetDay__Year {
    font-size: 8vw;
    line-height: 11vw;
  }

  .SpreadsheetDay__Section--happy
    .SpreadsheetDay__SectionRight
    .SpreadsheetDay__Source {
    line-height: 5vw;
    font-size: 3.5vw;
    margin-top: 5vw;
  }

  .PageContainer--spreadsheet-day .SpreadsheetDay__Footer {
    padding: 0;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) { 
  .SavedQueries__SpreadsheetArt {
    padding-bottom: 300px;
  }
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .LearnIndexHero {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .LearnCategory,
  .LearnArticle {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .LearnCategory--index {
    padding-top: 0;
  }

  .LearnArticle {
    grid-column: 1 / span 4;
  }

  .LearnArticle__Title {
    margin-bottom: 60px;
  }

  .LearnArticle__Content p,
  .LearnArticle__Content ul, 
  .LearnArticle__Content ol {
    font-size: 16px;
    line-height: 24px;
  }

  .LearnArticle__Content > *,
  .LearnArticle__Content > * li {
    margin-bottom: 24px;
  }

  .LearnArticle__Content > * li ul > li,
  .LearnArticle__Content > * li ol > li {
    margin-top: 24px;
  }

  .LearnArticle__FAQTitle,
  .LearnArticle__Content > h2 {
    margin-top: 54px;
    margin-bottom: 16px;
  }

  .LearnArticle__Content > h3,
  .LearnArticle__FAQTitle {
    margin-top: 32px;
  }

  .LearnArticle__Content > h3,
  .LearnArticle__FAQ > h3 {
    font-family: var(--font-sans-serif);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: var(--color-plum);
  }

  .LearnArticle__FAQTitle {
    margin-bottom: 16px;
  }

  .LearnCategory__Header {
    grid-column: 1 / span 4;
  }
  
  .LearnCategory__Name {
    margin-bottom: 16px;
  }

  .LearnCategory__Articles {
    grid-column: 1 / span 4;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  
  .LearnCategory__ArticleBlock {
    padding: 8px;
    grid-column: 1 / span 1;
  }

  .LearnIndexHero__H1,
  .LearnIndexHero__H3 {
    grid-column: 1 / span 4;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {  
  .LearnIndexHero {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .LearnCategory,
  .LearnArticle {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .LearnCategory--index {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .LearnArticle {
    grid-column: 3 / span 12;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
    row-gap: 0px;
  }

  .LearnArticle__Breadcrumb,
  .LearnArticle__Title {
    grid-column: 1 / span 12;
  }

  .LearnArticle__Content,
  .LearnArticle__FAQTitle,
  .LearnArticle__FAQ {
    grid-column: 3 / span 8;
  }

  .LearnArticle__Title {
    margin-bottom: 60px;
  }

  .LearnArticle__Content p,
  .LearnArticle__Content ul, 
  .LearnArticle__Content ol {
    font-size: 20px;
    line-height: 26px;
  }

  .LearnArticle__Content > *,
  .LearnArticle__Content > * li {
    margin-bottom: 26px;
  }

  .LearnArticle__Content > * li ul > li,
  .LearnArticle__Content > * li ol > li {
    margin-top: 26px;
  }

  .LearnArticle__FAQTitle,
  .LearnArticle__Content > h2 {
    margin-top: 80px;
    margin-bottom: 26px;
  }

  .LearnArticle__Content > h3,
  .LearnArticle__FAQTitle {
    margin-top: 54px;
  }

  .LearnArticle__Content > h3,
  .LearnArticle__FAQ > h3 {
    font-family: var(--font-sans-serif);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    color: var(--color-plum);
  }

  .LearnArticle__FAQ {
    margin-bottom: 16px;
  }

  .LearnCategory__Header {
    grid-column: 2 / span 14;
  }
  
  .LearnCategory__Articles {
    grid-column: 2 / span 14;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  
  .LearnCategory__Name {
    margin-bottom: 24px;
  }

  .LearnCategory__ArticleBlock {
    display: block;
    padding: 12px;
  }

  .LearnCategory__ArticleBlock--twos-1 {
    grid-column: 1 / span 1;
  }

  .LearnCategory__ArticleBlock--twos-0 {
    grid-column: 2 / span 1;
  }

  .LearnIndexHero__H1,
  .LearnIndexHero__H3 {
    grid-column: 2 / span 14;
  }
}

.LearnArticle__Breadcrumb {
  text-align: center;
}

.LearnCategory__Breadcrumb,
.LearnArticle__Breadcrumb {
  margin-bottom: 12px;
  font-family: var(--font-fonospace);
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}

.LearnArticle__Breadcrumb > li {
  display: inline-block;
}

.LearnCategory__Breadcrumb > li > a,
.LearnArticle__Breadcrumb > li > a {
  color: var(--color-black);
  text-decoration: none;
}

.LearnCategory__Breadcrumb > li > a:hover,
.LearnArticle__Breadcrumb > li > a:hover {
  text-decoration: underline;
}

.LearnArticle__BreadcrumbChevron {
  transform: rotate(-90deg);
}

.LearnArticle > h1 {
  text-align: center;
}

.LearnArticle__Content p,
.LearnArticle__Content ul, 
.LearnArticle__Content ol {
  font-family: var(--font-sans-serif);
}

.LearnArticle__Content b {
  font-weight: bold;
}

.LearnArticle__Content ul > li {
  list-style-type: disc;
  margin-left: 1em;
  margin-right: 1em;
}

.LearnArticle__Content ol > li {
  list-style-type: decimal;
  margin-left: 1em;
  margin-right: 1em;
}

.LearnArticle__Content a {
  color: var(--color-teal);
}

.LearnArticle__Content > h3,
.LearnArticle__FAQ > h3 {
  line-height: 1.5em;
}

.LearnArticle__Content > p > b {
  font-weight: bold;
}

.LearnArticle__Content > h2 > b,
.LearnArticle__Content > h3 > b {
  font-weight: normal;
}

.LearnCategory__ArticleBlock {
  text-decoration: none;
  color: var(--color-black);
  background-color: #f5f5f5;
}

.LearnCategory__ArticleBlock:hover > .LearnCategory__ArticleBlockTitle > span {
  text-decoration: underline;
}

.LearnIndexHero {
  text-align: center;
}

.LearnArticle__Content > blockquote {
  padding: 1em;
  border-left: 3px solid var(--color-plum);
  background: var(--color-grey-50);
}

.LearnArticle__Content > img {
  max-width: 100%;
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .ScrollingTestimonials {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ScrollingTestimonials__Headline {
    grid-column: 1 / span 4;
    text-align: center;
  }

  .ScrollingTestimonial {
    grid-column: 1 / span 4;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 20px;
    overflow: hidden;
  }

  .ScrollingTestimonial__QuoteSymbol {
    font-family: var(--font-fonospace);
    font-size: 35px;
    line-height: 40px;
    grid-row-start: 1;
  }

  .ScrollingTestimonial__Quote {
    grid-column: 1 / span 4; 
    grid-row-start: 2;
  }

  .ScrollingTestimonial__Who {
    grid-row-start: 3;
    grid-column: 1 / span 4;
    margin-bottom: 20px;
  }

  .ScrollingTestimonial__Logo {
    grid-row-start: 4;
    grid-column: 1 / span 4;
  }

  .ScrollingTestimonial__Photo {
    display: none;
  }

  .ScrollingTestimonials__MobileButtons {
    grid-column: 1 / span 4;
    grid-row-start: 5;
    display: flex;
    gap: 20px;
  }

  .ScrollingTestimonials__Button {
    flex: 1;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    box-shadow: var(--toggle-resting-shadow);
    border-radius: 20px;
    padding: 8px 15px 8px 15px;
    user-select: none;
  }

  .ScrollingTestimonials__Button:hover {
    cursor: pointer;
    box-shadow: var(--toggle-resting-hover-shadow);
  }

  .ScrollingTestimonials__Button:active {
    margin-top: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: none;
  }

  .ScrollingTestimonials__Button--prev > img {
    transform: rotate(180deg);
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) { 
  .ScrollingTestimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ScrollingTestimonials__Headline {
    margin-bottom: 30px;
    grid-column: 2 / span 9;
    text-align: left;
  }

  .ScrollingTestimonial {
    grid-column: 2 / span 14;
    grid-template-columns: repeat(14, 1fr);
    column-gap: 30px;
    row-gap: 25px;
    min-height: 300px;
  }

  .ScrollingTestimonial__QuoteSymbol {
    font-family: var(--font-fonospace);
    font-size: 75px;
    line-height: 80px;
    grid-row-start: 1;
  }

  .ScrollingTestimonial__Quote {
    grid-row-start: 2;
    grid-column: 1 / span 9; 
  }

  .ScrollingTestimonial__Photo {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 11 / span 4;
    max-width: 100%;
  }

  .ScrollingTestimonial__Logo {
    grid-row-start: 4;
    grid-column: 1 / span 5;
  }
  
  .ScrollingTestimonial__Who {
    grid-row-start: 4;
    grid-column: 11 / span 4;
  }

  .ScrollingTestimonials__Button {
    position: absolute;
    top: 80px;
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    box-shadow: var(--toggle-resting-shadow);
    user-select: none;
  }

  .ScrollingTestimonials__Button:hover {
    cursor: pointer;
    box-shadow: var(--toggle-resting-hover-shadow);
  }

  .ScrollingTestimonials__Button:active {
    margin-top: 4px;
    box-shadow: none;
  }

  .ScrollingTestimonials__Button--prev {
    left: 0;
    padding: 8px 15px 8px 10px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .ScrollingTestimonials__Button--next {
    right: 0;
    padding: 8px 10px 8px 15px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .ScrollingTestimonials__Button--prev > img {
    transform: rotate(180deg);
  }

  .ScrollingTestimonials__MobileButtons {
    display: none;
  }
}

.ScrollingTestimonials {
  position: relative;
}

.ScrollingTestimonial {
  width: 100%;
  flex-shrink: 0;
  display: grid;
  position: relative;
}

.ScrollingTestimonial--hidden {
  display: none;
}

@media only screen and (max-width: 1099px) {
  .Footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .Footer__Group {
    grid-column: 1 / span 4;
    margin-bottom: 12px;
  }

  .FooterBottom {
    padding: 20px;
    line-height: 30px;
    flex-direction: column;
  }

  .FooterBottom__Links {
    flex-direction: column;
  }

  .FooterBottom__Copyright {
    margin-top: 30px;
  }

  .FooterLogo {
    display: none;
  }
}

@media only screen and (min-width: 1100px) {
  .Footer {
    padding: 100px 0 120px 0;
  }

  .Footer__Product {
    grid-column: 1 / span 3;
  }

  .Footer__Integrations {
    grid-column: 4 / span 3;
  }

  .Footer__Templates {
    grid-column: 7 / span 3;
  }

  .Footer__Company {
    grid-column: 10 / span 3;
  }

  .Footer__Blog {
    grid-column: 13 / span 4;
  }

  .FooterLogo {
    padding-bottom: 60px;
  }

  .FooterLogo__Logo {
    grid-column: 1 / span 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .FooterBottom {
    flex-direction: row;
    padding-bottom: 50px;
  }

  .FooterBottom__Links {
    flex-direction: row;
    gap: 20px;
  }
}

.Footer {
  line-height: 20px;
}

.Footer__Group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Footer, .FooterLogo, .FooterBottom, .FooterLink {
  font-family: var(--font-fonospace);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  text-decoration: none;
}

.Footer__GroupTitle {
  color: var(--color-grey-300);
}

.FooterLink:hover {
  text-decoration: underline;
}

.FooterBottom { 
  display: flex;
}

.FooterBottom__Links {
  flex: 1;
  display: flex;
}

:root {
  --scroll-tunnel-height: 300vh;
  --perspective: 600px;
  --scroll-z-offset-start: 0px;
  --scroll-z-offset-end: 600px;
  --tunnel-depth: 600px;
  --scroll-pct: 0;

  --color-gridline: #222222;
  --tunnel-stroke: 1.25px; /* TODO: tweak ~1.2-1.75px */

  --cell-animation-delay: 0s;
  --cell-animation-cycle: 1.5s;
  --cell-animation-steps: 9; /* Changing this also requires svg manipulation */
  --cell-animation-step: 0.16666s; /* calc(var(cell-animation-cycle) / var(cell-animation-steps)) /* Google Chrome */
  /* To try: 4.5s cycle, 0.5s step */
}

/* SCROLL TUNNELS */

.ScrollTunnel {
  height: var(--scroll-tunnel-height);
  box-shadow: 0 0 0 var(--tunnel-stroke) var(--color-gridline);
}

.ScrollTunnel__Anchor {
  /* Anchor must sit at the bottom of the scroll tunnel */
  position: relative;
  top: calc(var(--scroll-tunnel-height) - 75vh);
}

.ScrollTunnel__Sticky {
  position: sticky;
  height: 100vh;
  width: 100vw;
  top: 0;
  perspective: var(--perspective);
  transform-style: preserve-3d;
  overflow: hidden;
}

.ScrollTunnel__Scene {
  position: absolute;
  inset: 0;
  will-change: transform;
  transform: translateZ(
    calc(
      var(--scroll-z-offset-start) + var(--scroll-pct) *
        (var(--scroll-z-offset-end) - var(--scroll-z-offset-start))
    )
  );
  perspective: var(--perspective);
  transform-style: preserve-3d;
}

.ScrollTunnel__Plane {
  position: absolute;
  inset: 0;
}

.ScrollTunnel__Plane svg {
  position: absolute;
  inset: 0;
}

.ScrollTunnel__Plane--left {
  width: var(--tunnel-depth);
  right: auto;
  transform-origin: 0;
  transform: rotateY(90deg);
}

.ScrollTunnel__Plane--right {
  left: auto;
  width: var(--tunnel-depth);
  transform-origin: 100%;
  transform: rotateY(-90deg);
}

.ScrollTunnel__Plane--right svg {
  transform: rotate(180deg);
}

.ScrollTunnel__Plane--top {
  height: var(--tunnel-depth);
  transform-origin: top;
  transform: rotateX(-90deg);
  bottom: auto;
}

.ScrollTunnel__Plane--top svg {
  transform: rotate(180deg);
}

.ScrollTunnel__Plane--bottom {
  position: absolute;
  height: var(--tunnel-depth);
  transform-origin: bottom;
  transform: rotateX(90deg);
  top: auto;
}

.ScrollTunnel__Content {
  /* NOTES:
    1. Transform doesn't work when deployed, it should be this:
       transform: translateZ(calc(0px - var(--scroll-z-offset-end)));
    2. The tunnel stroke should be doable with a single box-shadow, but Chrome has
       buggy rendering during scaling, hence the border and blow-out
  */
  transform: translateZ(-600px);
  /* Doesn't work in deployed site for some reason: */
  display: flex;
  flex-direction: column;
  height: calc(100vh + 1 * var(--tunnel-stroke));
  width: calc(100vw + 1 * var(--tunnel-stroke));
  justify-content: flex-end;
  align-items: flex-start;
  padding: 8vh 20px;
  box-shadow: 0 0 0 50px transparent;
  border: var(--tunnel-stroke) solid var(--color-black);
  margin: calc(0 - var(--tunnel-stroke));
}

.ScrollTunnel__Content.ScrollTunnel__Content--hero {
  justify-content: center;
}

.ScrollTunnel__Numeral {
  font-size: 8em;
  line-height: 0.8;
  padding-block: 0.75em;
}

/* END SCROLL TUNNELS */

/* Cells and Grid */

.Cell {
  stroke: var(--color-gridline);
  stroke-width: var(--tunnel-stroke);
}

/* END Cells and Grid */

/* CommandK Page */

.PageContainer--command-k img {
  max-width: 100%;
}

.CommandK__Container {
  max-width: 1440px;
  margin-inline: auto;
  margin-bottom: 120px;
  padding-top: 36px;
}

.CommandK__Subhead {
  grid-column: 1 / span 4;
}

.CommandK__TitleImage {
  display: none;
  /* TODO: This is the width of the mobile ⌘+K for tweaking padding */
  max-width: 75%;
  width: 1110px;
  height: auto;
  margin-inline: auto;
}

.CommandK__TitleImage--mobile {
  display: block !important;
}

/* END CommandK Page */

/* CommandK Navigation */

.Header__Inner.Header__Inner--commandk {
  padding-inline: 20px;
  max-width: 1440px;
  margin-inline: auto;
}

.CommandK__DesktopLinks {
  display: none;
}

.CommandK__MobileMenu {
  display: block;
}

.CommandK__MobileMenu summary {
  line-height: 40px;
  padding-top: 6px;
  list-style: none;
}

.CommandK__MobileMenu[open] .CommandK__MobileMenu__ShowClosed {
  display: none;
}

.CommandK__MobileMenu__ShowOpen {
  display: none;
}

.CommandK__MobileMenu[open] .CommandK__MobileMenu__ShowOpen {
  display: unset;
}

.CommandK__MobileMenu[open] .CommandK__MobileMenuInner {
  position: absolute;
  top: calc(100% + 1px); /* shows bottom shadow / border */
  left: 0;
  right: 0;
}

.CommandK__MobileLink {
  color: var(--color-black);
  display: block;
  padding: 32px 20px;
  border-bottom: 1px solid var(--color-black);
  background-color: var(--color-white);
  text-decoration: none;
}

.CommandK__MobileLink:nth-child(1) {
  background-color: var(--color-turquoise);
}

.CommandK__MobileLink:nth-child(2) {
  background-color: var(--color-lemon);
}

.CommandK__MobileLink:nth-child(3) {
  background-color: var(--color-lilac);
}

/* .CommandK__MobileLink:nth-child(4) {
  background-color: var(--color-cyan);
} */

.CommandK__MobileLink:nth-child(4) {
  color: var(--color-white);
  background-color: var(--color-black);
}

.CommandK__MobileLink:active::before,
.CommandK__MobileLink:target::before {
  content: "→ ";
  padding-right: 1em;
}

@media only screen and (min-width: 1100px) {
  /* just for navigation */
  .CommandK__MobileMenu {
    display: none;
  }
  .CommandK__DesktopLinks {
    display: flex;
    flex: 2;
    gap: 45px;
    justify-content: center;
    list-style: decimal;
    font-size: 14px;
    line-height: 20px;
  }
  .Header__Inner.Header__Inner--commandk {
    padding-inline: 40px;
  }
}

/* END CommandK Navigation */

/* BLOCKS */

.CommandK__KeyboardSubhead {
  position: relative;
  z-index: 1;
  margin-top: -20vh;
  max-width: 20.5em;
  margin-inline: auto;
}

.CommandK__KeyboardImage {
  grid-column: 1 / span 4;
  aspect-ratio: 2;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -30px;
  margin-bottom: 0px;
}

.CommandK__KeyboardImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.CommandK__RightCopy {
  grid-column: 1 / span 4;
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
}

.CommandK__TunnelSubhead {
  max-width: 30em;
  padding-top: 1.5em;
}

.CommandK__BlockScreen {
  grid-column: none;
  width: 100%;
}

.CommandK__BlockScreen img,
.CommandK__BlockScreen video {
  height: 53.333vw;
  max-height: 600px;
  width: auto;
  max-width: none;
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.2);
  /* Hides corners */
  border-radius: 8px;
  overflow: hidden;
}

.CommandK__BlockScreen video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* End BLOCKS */

.CommandK__CommandKAnimation {
  grid-column: 1 / span 4;
  padding-bottom: 22vh;
  color: #000000;
}

.CommandK__CommandKAnimation svg {
  max-width: 100%;
}

.CommandK__CommandKAnimation path {
  fill: #000000;
  stroke: #000000;
  stroke-width: 0.5px;
}

.CommandK__CommandKAnimation .CommandKIcon__Hide1,
.CommandK__CommandKAnimation .CommandKIcon__Hide3,
.CommandK__CommandKAnimation .CommandKIcon__Hide5 {
  animation: CommandKAnimation linear var(--cell-animation-cycle) infinite;
}

.CommandK__CommandKAnimation .CommandKIcon__Hide1 {
  animation-delay: calc(1 * var(--cell-animation-step));
}

.CommandK__CommandKAnimation .CommandKIcon__Hide3 {
  animation-delay: calc(4 * var(--cell-animation-step));
  animation-delay: calc(7 * var(--cell-animation-step));
}

/* Start last section & footer */

.CommandK__FooterHeader {
  grid-column: 1 / span 4;
  padding-bottom: 2em;
}

.CommandK__FooterLogo {
  grid-column: 1 / span 4;
}

.CommandK__Footer {
  overflow: hidden;
}

.CommandK__StaticFooterImage {
  width: 100%;
  min-height: 306px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

/* End last section & footer */

@media only screen and (max-width: 1099px) {
  .CommandK__Container {
    display: flex;
    width: fit-content;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1100px) {
  .ScrollTunnel__Content {
    padding: 12vh 15vh;
    text-align: center;
    align-items: center;
  }

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

  .CommandK__TitleImage--mobile {
    display: none !important;
  }

  .CommandK__Container {
    padding-inline: 40px;
    margin-bottom: 160px;
  }

  .CommandK__Subhead {
    grid-column: 2 / span 14;
  }

  .CommandK__KeyboardSubhead {
    text-align: center;
  }

  .CommandK__KeyboardImage {
    grid-column: 1 / span 16;
    aspect-ratio: 1.15;
    margin-top: -240px;
    margin-bottom: -240px;
    margin-left: clamp(-250px, calc((1440px - 100vw) / 2), 0px);
    margin-right: clamp(-250px, calc((1440px - 100vw) / 2), 0px);
  }

  .CommandK__RightCopy {
    grid-column-start: 9;
    grid-column-end: 16;
  }

  .CommandK__BlockScreen {
    grid-column: 2 / span 14;
    margin-right: 0;
    grid-row: 1 / span 8;
    z-index: 0;
    overflow: visible;
  }

  .CommandK__BlockScreen img {
    display: none;
  }
  .CommandK__BlockScreen video {
    display: block;
    max-width: 100%;
    max-height: none;
    height: auto;
    width: 100%;
    transform: scale(1);
  }

  .CommandK__CommandKAnimation {
    grid-column: 2 / span 14;
    text-align: center;
    padding-bottom: 42vh;
  }

  .CommandK__FooterHeader {
    grid-column: 1 / span 10;
    padding-bottom: 4em;
  }
  .CommandK__FooterLogo {
    grid-column: 1 / span 16;
  }
}

@media only screen and (min-width: 1270px) {
  .CommandK__KeyboardImage {
    grid-column: 1 / span 16;
    aspect-ratio: 1.33;
  }
}

/* GRID ANIMATIONS */

/* Note: BLIP %'s *must* be a (1 / cell-animation-steps) */

@keyframes Blip {
  0% {
    fill: transparent;
  }
  0.01% {
    fill: var(--cell-animation-fill);
  }
  11.1111% {
    fill: var(--cell-animation-fill);
  }
  11.1211% {
    fill: transparent;
  }
}

@keyframes CommandKAnimation {
  0% {
    fill: currentColor;
    stroke: currentColor;
  }
  0.01% {
    fill: transparent;
    stroke: transparent;
  }
  11.1111% {
    fill: transparent;
    stroke: transparent;
  }
  11.1211% {
    fill: currentColor;
    stroke: currentColor;
  }
}

/*
NOTE: This should probably be a mixin, w/o shorthand & won't need important on row calculations:
.Cell {
  animation: Blip var(--cell-animation-cycle) linear infinite;
}
*/

.Cell {
  --cell-step: 0;
  --cell-animation-delay: calc(var(--cell-step) * var(--cell-animation-step));
}

.Row--0 {
  animation-delay: var(--cell-animation-delay) !important;
}

.Row--1 {
  animation-delay: calc(
    var(--cell-animation-delay) + var(--cell-animation-cycle) /
      var(--cell-animation-steps)
  ) !important;
}

.Row--2 {
  animation-delay: calc(
    var(--cell-animation-delay) + 2 * var(--cell-animation-cycle) /
      var(--cell-animation-steps)
  ) !important;
}

.Row--3 {
  animation-delay: calc(
    var(--cell-animation-delay) + 3 * var(--cell-animation-cycle) /
      var(--cell-animation-steps)
  ) !important;
}

/* Animations targeting ALL ScrollTunnels */

.ScrollTunnel__Plane--top .Cell--6 {
  animation: Blip var(--cell-animation-cycle) linear infinite;
  --cell-animation-fill: var(--color-lemon);
}

.ScrollTunnel__Plane--top .Cell--2 {
  animation: Blip var(--cell-animation-cycle) linear infinite;
  --cell-animation-fill: var(--color-cyan);
  --cell-step: 6;
}

.ScrollTunnel__Plane--left .Cell--3 {
  animation: Blip var(--cell-animation-cycle) linear infinite;
  --cell-animation-fill: var(--color-orange);
  --cell-step: 3;
}

.ScrollTunnel__Plane--right .Cell--1 {
  animation: Blip var(--cell-animation-cycle) linear infinite;
  --cell-animation-fill: var(--color-lilac);
  --cell-step: 4;
}

.ScrollTunnel__Plane--right .Cell--7 {
  animation: Blip var(--cell-animation-cycle) linear infinite;
  --cell-animation-fill: var(--color-green);
  --cell-step: 7;
}

.ScrollTunnel__Plane--bottom .Cell--3 {
  animation: Blip var(--cell-animation-cycle) linear infinite;
  --cell-animation-fill: var(--color-blue);
  --cell-step: 7;
}

.ScrollTunnel__Plane--top .Cell--6 {
  animation: Blip var(--cell-animation-cycle) linear infinite;
  --cell-animation-fill: var(--color-lemon);
}

.CommandK__EndOfPageCTA {
  background: var(--color-grey-50);
  border: 6px solid var(--color-black);
  font-family: "Aeonik Fono";
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  padding: 36px 96px 60px;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1),
    inset 0px -18px 0px rgba(0, 0, 0, 0.25),
    inset 0px 6px 0px rgba(255, 255, 255, 0.25);
  user-select: none;
  touch-action: manipulation;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  color: var(--color-black);
  background: var(--color-lilac);
  font-size: 120px;
  line-height: 1em;
  border-radius: 120px;
  display: inline-block;
  text-decoration: none;
}

.CommandK__EndOfPageCTA:hover {
  cursor: pointer;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.2),
    inset 0px -18px 0px rgba(0, 0, 0, 0.35),
    inset 0px 6px 0px rgba(255, 255, 255, 0.25);
}

.CommandK__EndOfPageCTA:active {
  margin-top: 24px;
  padding: 24px 96px 36px;
  box-shadow: none;
}

.ai-assist-expandable {
  color: white;
  padding-bottom: 16px;
  font-family: Aeonik Fono, sans-serif;
  transition: color 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.ai-assist-expandable:first-of-type {
  padding-top: 0;
}

.ai-assist-expandable__button {
  padding-top: 16px;
  appearance: none;
  background: transparent;
  color: white;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-family: Aeonik Fono, sans-serif;
  text-align: left;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: color 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.ai-assist-expandable.active,
.ai-assist-expandable.active .ai-assist-expandable__button {
  color: var(--color);
  transition: color 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.ai-assist-expandable__button svg {
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.ai-assist-expandable.active .ai-assist-expandable__button svg {
  transform: rotate(0);
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.ai-assist-expandable__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
  max-width: 250px;
}

.ai-assist-expandable.active .ai-assist-expandable__content {
  opacity: 1;
  color: var(--color);
  transition: all 350ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.ai-assist-expandable:first-of-type .ai-assist-expandable__content {
  height: auto;
}

.ai-assist-expandable__video {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  transition-delay: 300ms;
  z-index: 1;
  position: relative;
}

.ai-assist-expandable__video.active {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  z-index: 2;
}

.ai-quote-sheet .QuoteSheet__Cell img {
  filter: invert(100%);
}

.ai-quote-sheet .QuoteSheet__Cell {
  border-color: white;
  border-right: none;
}

.ai-quote-sheet .QuoteSheet__Cell:last-of-type {
  border-bottom: none;
}

.ai-quote-sheet .QuoteSheet__Cell.active {
  background: rgba(57, 130, 130, 1);
  box-shadow: none;
}

.ai-quote-sheet .QuoteSheet__Cell:focus-visible {
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

.ai-quote-sheet .QuoteSheet__Cell:not(.active):hover {
  background: rgba(30, 30, 30, 0.8);
}

.ai-quote-sheet .QuoteSheet__Cell:after {
  background: white;
}

.ai-quote-sheet .QuoteSheet__Quote {
  background: black;
  padding: 40px;
}

.ai-quote-sheet .QuoteSheet__QuoteLogo {
  filter: invert(100%);
}

.ai-quote-sheet .QuoteSheet__QuoteBody {
  max-width: 650px;
  margin-inline: auto;
}

.ai-assist-indicator {
  position: relative;
}

.ai-assist-indicator img {
  filter: brightness(0);
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate3d(0px, -50%, 0);
  opacity: 0;
  transition: all 350ms ease;
}

.ai-assist-indicator.active img, .ai-assist-indicator:hover img {
  transform: translate3d(0px, -50%, 0);
  opacity: 1;
  transition: all 350ms ease;
  transition-delay: 100ms;
}

.ai-assist-indicator span {
  position: relative;
  display: inline-block;
  transform: translateX(0px);
  transition: all 350ms ease;
  color: white;
}

.ai-assist-indicator.active span,
.ai-assist-indicator:hover span {
  transform: translateX(8px);
  transition: all 350ms ease;
  color: black;
}

.ai-assist-indicator a {
  font-family: Aeonik Fono, sans-serif;
  padding-inline: 32px;
}

.ai-assist-indicator.active a {
  background: var(--bg);
}

.ai-quote-sheet .QuoteSheet__QuoteContainer {
  background: black;
}

@media only screen and (max-width: 1099px) {
  .ai-quote-sheet {
    padding-inline: 0!important;
  }

  .ai-quote-sheet .QuoteSheet__Cell:first-of-type {
    border-top: 1px solid white;
  }

  .ai-quote-sheet .QuoteSheet__Quote {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .ai-quote-sheet .QuoteSheet__QuoteBody {
    font-size: 30px;
    line-height: 140%;
  }
}

.ai-assist-marquee {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-assist-marquee__row {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: left;
  will-change: auto;
}

.ai-assist-marquee__row-inner {
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

.ai-assist-marquee__row-inner.clone {
  width: 100%;
  overflow: hidden;
}

.ai-assist-marquee__gradient {
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  left: -50px;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 10;
}

.ai-assist-marquee__gradient.right {
  left: unset;
  right: -50px;
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.ai-assist-marquee__item {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 8px 16px;
  margin-inline: 6px;
  min-width: 420px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #FCFD9C;
  border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0px 2.55556px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 2.55556px 12.77778px 0px rgba(0, 0, 0, 0.10), 0px -2.55556px 0px 0px rgba(0, 0, 0, 0.10) inset;
  color: rgba(23, 23, 23, 1);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-variant-numeric: lining-nums proportional-nums;
  gap: 60px;
}

.ai-assist-marquee__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}

.ai-assist-marquee__item-button svg {
  width: 16px;
  height: 16px;
}

.ai-assist-marquee__item.question {
  background: #FCFD9C;
}

.ai-assist-marquee__item.prompt {
  background: #85FAC1;
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .ConnectedSpreadsheetHero {
    padding-bottom: 72px;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) { 
  .ConnectedSpreadsheetHero {
    padding-bottom: 100px;
  }
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .DashboardsWaitListHero {
    padding-bottom: 60px;
  }

  .DashboardsWaitListHero__FormContainer {
    grid-column: 1 / span 4;
  }

  .DashboardsWaitListHero__Form {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .DashboardsWaitListHero__Screenshot{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-top: 30px;
    max-width: 100%;
  }

  .DashboardsWaitListHero__FormCTA {
    flex: 1;
    width: 100%;
  }

  .DashboardsWaitListHero__FormContainer--finished {
    height: 150px;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {
  .DashboardsWaitListHero {
    padding-bottom: 100px;
  }

  .DashboardsWaitListHero__FormContainer {
    grid-column: 4 / span 10;
  }

  .DashboardsWaitListHero__Form {
    flex-direction: row;
    gap: 16px;
  }

  .DashboardsWaitListHero__Screenshot {
    margin-top: 50px;
    max-width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    border-radius: 4px;
  }

  .DashboardsWaitListHero__FormCTA {
    width: fit-content;
  }
}

.DashboardsWaitListHero__FormContainer--finished {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DashboardsWaitListHero__Form {
  display: flex;
}

.DashboardsWaitListHero__Form > input {
  flex: 1;
}

.DashboardsWaitListHero__FormInput {
  display: block;
}

.DashboardsWaitListHero__FormLabel {
  font-family: var(--font-fonospace);
  font-size: 14px;
  line-height: 20px;
}

.DashboardsWaitListHero__FormInput {
  color: var(--color-black);
  border: 1px solid var(--color-black);
  text-decoration: none;
  font-family: "Aeonik Fono";
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.DashboardsWaitListHero__FormInput:focus {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0px rgba(0, 0, 0, 0.25),
    inset 0px -2px 0px rgba(255, 255, 255, 0.25);
  outline: 0;
}

.DashboardsWaitListHero__FormCTA {
  border: 1px solid var(--color-black);
  font-family: "Aeonik Fono";
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  box-shadow: var(--button-resting-shadow);
  user-select: none;
  touch-action: manipulation;
  -webkit-appearance: none;
  justify-content: center;
  border-radius: 30px;
  height: fit-content;
  margin-inline: auto;
  padding: 10px;
  padding-top: 8px;
  color: var(--color-black);
  background: var(--color-turquoise);
  display: flex;
  align-items: center;
  line-height: 20px;
  gap: 10px;
}

.DashboardsWaitListHero__FormCTA.DashboardsWaitListHero__FormCTA--disabled {
  opacity: 0.5;
  cursor: default;
}

.FeatureHeader {
  pointer-events: none;
  opacity: 0;
  transition: opacity 600ms ease;
  position: fixed;
  top: 30px;
}

@media (max-width: 768px) {
  .FeatureHeader {
    pointer-events: auto;
  }
}

.FeatureHeader.active {
  pointer-events: all;
  opacity: 1;
  transition: opacity 600ms ease;
}

.FeatureVideos .HomeHero__Video-Controls button img {
  width: 24px;
  height: 24px;
}

.FeatureHeader__Inner {
  height: 50px;
  width: 100%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.FeatureHeader__Left {
  display: flex;
  gap: 50px;
  align-items: center;
  height: 100%;
}

.FeatureHeader__Right {
  padding: 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
}

.FeatureHeader__Right .Header__NavCTA--secondary {
  background: transparent;
}

.FeatureHeader__Page {
  padding: 0 25px;
  background: var(--tertiary-color);
  border-right: 1px solid black;
  height: 100%;
  font-family: Aeonik Fono, sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  position: relative;
}

.FeatureHeader__Page button {
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: Aeonik Fono, sans-serif;
  color: rgba(169, 123, 5, 1);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0;
}

.FeatureHeader__Page .FeatureHeader__Dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 1px);
  min-width: 250px;
  background: white;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.FeatureHeader__Chevron {
  transition: transform 300ms ease;
}

.FeatureHeader__Page.active .FeatureHeader__Dropdown {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.FeatureHeader__Page.active .FeatureHeader__Chevron {
  transform: rotate(-180deg);
  transition: transform 300ms ease;
}

@media (min-width: 768px) {
  .FeatureHeader__Page:hover .FeatureHeader__Dropdown {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 300ms ease, visibility 300ms ease;
  }

  .FeatureHeader__Page:hover .FeatureHeader__Chevron {
    transform: rotate(-180deg);
    transition: transform 300ms ease;
  }
}

.FeatureHeader__Dropdown-Item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: Aeonik Fono, sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  padding: 15px 20px;
  border-bottom: 1px solid black;
  color: inherit;
  text-decoration: none;
  transition: color 300ms ease, background-color 300ms ease;
}

.FeatureHeader__Dropdown-Item:last-of-type {
  border-bottom: none;
}

.FeatureHeader__Dropdown-Icon {
  width: 20px;
  height: 20px;
}

.FeatureHeader__Nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.FeatureHeader__Nav ul li {
  display: inline-block;
}

.FeatureHeader__Nav ul li a {
  text-decoration: none;
  color: inherit;
}

.FeatureHeader__Nav ul li a:hover {
  text-decoration: underline;
}

.HeroImage__Mobile {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  display: none;
}

.FeaturePage__Heading {
  padding-block: 66px;
  text-align: center;
}

.FeaturePage__Heading:has(.FeaturePage__Pagination) {
  padding-block: 84px;
  text-align: center;
}

.FeaturePage__Heading h2 {
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.FeaturePage__Heading p {
  font-size: 18px;
  line-height: 130%;
  padding-top: 18px;
}

.FeaturePage__Heading .CTA {
  margin-top: 18px;
}

.FeaturePage__Pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding-bottom: 20px;
}

.FeaturePage__Pagination-Item {
  padding: 4px 5px;
  color: rgba(166, 166, 166, 1);
  background: transparent;
}

.FeaturePage__Pagination-Item a, .FeaturePage__Pagination-Item a:hover, .FeaturePage__Pagination-Item a:active, .FeaturePage__Pagination-Item a:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.FeaturePage__Pagination-Item.active {
  color: black;
  background: var(--primary-color);
}

.FeaturePage__Pagination-Arrow {
  opacity: 0.3;
}

.FeaturePage__Pagination + h2 {
  text-align: left;
}

@media only screen and (min-width: 1100px) {
  .FeaturePage__Heading {
    padding-block: 84px;
  }

  .FeaturePage__Heading h2 {
    font-size: 41px;
    line-height: 43px;
    letter-spacing: -0.01em;
    text-align: center;
  }
}

.MediaAccordion {
  display: flex;
  width: 100%;
  grid-column: 1 / span 16;
}

.MediaAccordion__Items, .MediaAccordion__Media {
  width: 50%;
}

.MediaAccordion__Media {
  position: relative;
  background: var(--media-color);
  cursor: url('/images/icons/expand.svg') 35 30, auto;
}

.MediaAccordion__Media-Item {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms ease;
  z-index: 1;
}

.MediaAccordion__Media-Item img, .MediaAccordion__Media-Item video {
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D4D4D4;
  align-self: center;
}

.MediaAccordion__Media-Item.active {
  opacity: 1;
  transition: opacity 600ms ease;
  transition-delay: 400ms;
  z-index: 11;
}

.MediaAccordionContainer.expanded .MediaAccordion__Media-Item, .MediaAccordionContainer.expanded .MediaAccordion__Media-Item.active {
  pointer-events: none;
  opacity: 0;
  transition: opacity 600ms ease;
}

.MediaAccordion__Item {
  padding: 40px;
  border-bottom: 1px solid black;
  transition: background-color 500ms ease, border 500ms ease;
  background: transparent;
  cursor: pointer;
  color: inherit;
  border-right: 1px solid black;
}

.MediaAccordion__Item.active {
  background: var(--media-color);
  transition: background-color 500ms ease, border 500ms ease;
  border-right: 1px solid transparent;
}

.MediaAccordion__Item.active .MediaAccordion__Item-Button img {
  opacity: 0;
  transition: opacity 500ms ease;
}

.MediaAccordion__Item:last-child {
  border-bottom: none;
}

.MediaAccordion__Item-Button {
  background: transparent;
  text-align: left;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: none;
  outline: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.52px;
  font-family: Aeonik Fono, sans-serif;
  cursor: pointer;
  color: inherit;
}

.MediaAccordion__Item-Button img {
  position: relative;
  top: 6px;
  width: 14px;
  height: auto;
  transform: rotate(-90deg) translateX(2px);
  transition: transform 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98), opacity 500ms ease;
  opacity: 1;
}

.MediaAccordion__Item-Content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.MediaAccordion__Item-Content img, .MediaAccordion__Item-Content video {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D4D4D4;
}

.MediaAccordion__Item.active .MediaAccordion__Item-Content {
  opacity: 1;
}

.MediaAccordion__Item-Content div {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.36px;
  max-width: 550px;
}

.FeaturePage__QuoteSheet .QuoteSheet__QuoteBody {
  font-size: 23px;
  line-height: 140%;
}

.FeaturePage__QuoteSheet .QuoteSheet__Cell {
  background: var(--primary-color);
  border-right: 1px solid black;
  height: 140px;
}

.FeaturePage__QuoteSheet .QuoteSheet__Cell.active {
  background: #DCC2F9;
  box-shadow: none;
}

.FeaturePage__QuoteSheet .QuoteSheet__Cell:focus-visible {
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

.FeaturePage__QuoteSheet .QuoteSheet__Cell:not(.active):hover {
  background: #DCC2F9;
}

.FeaturePage__QuoteSheet .QuoteSheet__Cell:after {
  background: black;
}

.FeaturePage__QuoteSheet .QuoteSheet__Quote {
  background: white;
  padding: 40px;
}

.FeaturePage__QuoteSheet .QuoteSheet__QuoteBody {
  max-width: 650px;
  margin-inline: auto;
}

.Bento {
  overflow: hidden;
  position: relative;
  transition: all 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98);
}

.Bento__Image img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-right: none;
}

.Bento__Image.noborder img {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Bento__Image.full img {
  border-radius: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.Bento__Item * {
  position: relative;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 1;
}

.Bento__Item img {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}

.Bento__Item.animating * {
  z-index: 11;
}

.Bento__Item.active * {
  opacity: 0;
  transition: opacity 500ms ease;
  z-index: 11;
}

.Bento__Expanded {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Bento__Expanded.active {
  pointer-events: auto;
}

.Bento__Expanded.active .FeatureBlocks__ExpandClose, .Bento__Expanded.active .FeatureBlocks__ExpandArrowRight, .Bento__Expanded.active .FeatureBlocks__ExpandArrowLeft {
  opacity: 1;
  transition-delay: 500ms;
}

.Bento__ExpandItem {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  padding:  60px 120px;
  opacity: 0;
  transition: opacity 500ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  top: 0;
  left: 0;
}

.Bento__ExpandItem img {
  border: 1px solid black;
}

.Bento__ExpandItem .Bento__ExpandContent {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-top: 10px;
  align-items: center;
  justify-content: space-between
}

.Bento__ExpandItem .Bento__ExpandContent > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Bento__ExpandItem .Bento__Header-Icon {
  padding: 0;
  margin: 0;
}

.Bento__ExpandItem .Bento__Header-Icon svg {
  width: 24px;
  height: 24px;
}

.Bento__ExpandItem .Bento__ExpandContent h4 {
  font-family: 'Aeonik Fono';
  font-size: 36px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.36px;
  padding-top: 10px;
  max-width: 400px;
}

.Bento__ExpandItem .Bento__ExpandContent p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
  max-width: 400px;
}

.Bento__ExpandItem.active {
  opacity: 1;
  transition: opacity 500ms ease;
  transition-delay: 500ms;
  z-index: 3;
}

.Bento__ExpandedBackground {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100%+1px);
  height: calc(100%+1px);
  z-index: 0;
  background: transparent;
  border: 1px solid black;
}

.Bento__Header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Bento__Header .Tag {
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 105%;
  padding: 6px 12px;
  padding-top: 7px;
  font-family: Aeonik Fono, sans-serif;
  background-color: #000;
  color: white;
  align-self: flex-start;
  display: inline-block;
}

.Bento__Header h4 {
  font-family: Aeonik Fono, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.42px;
  padding-top: 4px;
}

.Bento__Header p {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.48px;
  max-width: 320px;
}

.Bento__Header-Icon {
  color: var(--accent-color);
  padding: 5px 0;
}

.Bento__Header-Icon svg {
  width: 30px;
  height: 30px;
}

.Bento__Item {
  cursor: url('/images/icons/expand.svg') 35 30, auto;
  pointer-events: auto;
}

.Bento__Item.dark {
  cursor: url('/images/icons/expand-white.svg') 35 30, auto;
}

.Bento__Item--no-expand, .Bento__Item.dark.Bento__Item--no-expand {
  cursor: auto;
}

.Bento.expanded .Bento__Item {
  pointer-events: none;
}

.StackedCarousel {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.StackedCarousel__Captions {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  font-family: Aeonik Fono, sans-serif;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 11;
}

.StackedCarousel__Caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98), opacity 500ms ease;
  transition-delay: 100ms;
}

.StackedCarousel__Caption.next {
  transform: translateY(-120%);
}

.StackedCarousel__Caption.previous {
  transform: translateY(120%);
}

.StackedCarousel__Caption.active {
  opacity: 1;
  transition: transform 500ms cubic-bezier(0.8, 0.01, 0.11, 0.98), opacity 500ms ease;
  transition-delay: 100ms;
}

.StackedCarousel__Navigation {
  position: absolute;
  right: 0;
  bottom: 46%;
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateX(50%) translateY(50%);
}

.StackedCarousel__Navigation button {
  background: white;
  border-radius: 0px;
  border: 1px solid black;
  outline: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.StackedCarousel__Navigation button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(237, 237, 237, 1);
  height: 6px;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 200ms ease;
}

.StackedCarousel__Navigation button:active:after {
  transform: scaleY(0);
  transition: transform 200ms ease;
}

.StackedCarousel__Navigation .StackedCarousel__Up img {
  transform: rotate(-90deg);
  height: 24px;
  width: auto;
}

.StackedCarousel__Navigation .StackedCarousel__Down img {
  transform: rotate(90deg);
  height: 24px;
  width: auto;
}

.StackedCarousel__Media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  max-width: 1180px;
  margin-inline: auto;
}

.StackedCarousel__Media-Item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1137/658;
  bottom: 0;
  left: 0;
  transform-origin: top;
  background-color: var(--tertiary-color);
  opacity: 1;
  transition: transform 600ms cubic-bezier(0.8, 0.01, 0.11, 0.98), opacity 600ms ease-in-out;
  border: 1px solid black;
  line-height: 0;
}

.StackedCarousel__Media-Item img {
  transition: transform 600ms cubic-bezier(0.8, 0.01, 0.11, 0.98), opacity 600ms ease-in-out;
}

.StackedCarousel__Media-Item[data-index='1'] {
  z-index: 5;
  transform: scale(1);
  opacity: 1;
}

.StackedCarousel__Media-Item[data-index='2'] {
  z-index: 4;
  transform: scale(0.85) translateY(-32px);
}

.StackedCarousel__Media-Item[data-index='3'] {
  z-index: 3;
  transform: scale(0.7) translateY(-74px);
}

.StackedCarousel__Media-Item[data-index='4'], .StackedCarousel__Media-Item[data-index='5'], .StackedCarousel__Media-Item[data-index='6'], .StackedCarousel__Media-Item[data-index='7'] {
  z-index: 2;
  transform: scale(0.55) translateY(-130px);
  opacity: 0;
}

.StackedCarousel__Media-Item[data-index='2'] img, .StackedCarousel__Media-Item[data-index='3'] img {
  opacity: 0.5;
}

.StackedCarousel__Media-Item[data-index='4'] img, .StackedCarousel__Media-Item[data-index='5'] img, .StackedCarousel__Media-Item[data-index='6'] img, .StackedCarousel__Media-Item[data-index='7'] img {
  opacity: 0;
}

.StackedCarousel__Media-Item[data-last='true'] {
  z-index: 10;
  transform: scale(1.1) translateY(20px);
  opacity: 0;
}

.StackedCarousel__Media-Item[data-last='true'] img {
  opacity: 1;
}

.StackedCarousel__Media-Item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FeatureSelector__Header {
  text-align: center;
  padding-top: 84px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.FeatureSelector__Header h2 {
  font-size: 32px;
  letter-spacing: -0.01em;
}

.FeatureSelector__Accent {
  font-size: 32px;
  line-height: 105%;
  width: 164px;
  color: #E7923C;
  background: var(--secondary-color);
  border: 1px solid #E7923C;
  font-family: Aeonik Fono, sans-serif;
  position: relative;
  height: 55px;
}

.FeatureSelector__Accent-Item {
  display: inline-block;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity 300ms ease;
}

.FeatureSelector__Accent-Item.active {
  opacity: 1;
  transition: opacity 300ms ease;
  transition-delay: 200ms;
}

.FeatureSelector__Grid {
  padding: 40px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.FeatureSelector__Grid-Item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: transparent;
  transition: background-color 300ms ease;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
}

.FeatureSelector__Grid.no-scroll .FeatureSelector__Grid-Item {
  cursor: auto;
}

.FeatureSelector__Grid-Item.active {
  background: var(--tertiary-color);
  transition: background-color 300ms ease;
}

.FeatureSelector__Grid-Item img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.FeatureSelector__Grid-Item div {
  font-size: 20px;
  font-family: Aeonik Fono, sans-serif;
  line-height: 120%;
  letter-spacing: -0.42px;
}

.FeatureSelector__Grid-Item p {
  font-size: 14;
  font-family: Aeonik Pro, sans-serif;
  line-height: 135%;
  letter-spacing: 0.28px;
}

.FeatureHero {
  display: flex;
  gap: 60px;
}

.FeatureHero__Content {
  max-width: 520px;
  padding-top: 86px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.FeatureHero__Image, .FeatureHero__Animation {
  position: absolute;
  top: 80px;
  right: 0;
  width: 45%;
}

.FeatureHero__Image img {
  width: 100%;
  object-fit: contain;
  object-position: top right;
}

.FeatureHero h1 {
  font-size: 41px;
  font-family: Aeonik Fono, sans-serif;
  line-height: 105%;
  letter-spacing: -0.02em;
}

.FeatureHero p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
}

.FeatureHero .CTA--primary {
  margin: 0;
}

.FeatureHero .HomeHero__CTABlock {
  padding-top: 4px;
  margin-bottom: 0;
}

.FeatureHero .HomeHero__CTABlock a, .FeatureHero .HomeHero__CTABlock button {
  color: inherit;
}

.VideoCarousel__Nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 36px;
}

.VideoCarousel__Button {
  border: 1px solid rgba(161, 161, 161, 1);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 105%;
  color: black;
  background: transparent;
  transition: all 300ms ease;
  cursor: pointer;
  font-family: 'Aeonik Fono', sans-serif;
}

.VideoCarousel__Button .icon {
  color: black;
  transition: color 300ms ease;
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
}

.VideoCarousel__Button .icon svg {
  width: 100%;
  height: auto;
}

.VideoCarousel__Button.active {
  background: var(--primary-color);
  border-color: black;
}

.VideoCarousel__Item {
  opacity: 0;
  transition: opacity 500ms ease;
  transition-delay: 300ms;
  z-index: 1;
}

.VideoCarousel__Item.active {
  opacity: 1;
  transition: opacity 500ms ease;
  z-index: 2;
}

.MediaAccordion__Expanded {
  position: absolute;
  width: 100%;
  height: 800px;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}

.MediaAccordion__Expanded.active {
  pointer-events: auto;
}

.MediaAccordion__ExpandedBackground {
  background-color: var(--media-color);
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  border: 1px solid black;
  opacity: 0;
}

.MediaAccordion__ExpandItem {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  transition: opacity 500ms ease;
}

.MediaAccordion__ExpandItem img {
  border: 1px solid black;
}

.MediaAccordion__ExpandItem.active {
  z-index: 2;
  opacity: 1;
  transition: opacity 500ms ease;
  transition-delay: 500ms;
}

.MediaAccordion__Expanded.active .ExpandedPrev, .MediaAccordion__Expanded.active .ExpandedNext, .MediaAccordion__Expanded.active .FeatureBlocks__Expand { 
  opacity: 1;
  transition-delay: 500ms;
}

.MediaAccordion__ExpandContent {
  max-width: 500px;
}

.MediaAccordion__ExpandContent .heading {
  font-size: 26px;
  line-height: 105%;
  padding-bottom: 14px;
  font-family: 'Aeonik Fono', sans-serif;
}

.MediaAccordion__ExpandContent .body {
  font-size: 18px;
  line-height: 135%;
}

.QuoteRow {
  padding: 112px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  border-bottom: 1px solid black;
}

.QuoteRow__Logo {
  width: 140px;
  height: auto;
}

.QuoteRow__Quote {
  font-size: 26px;
  font-weight: 400;
  line-height: 164.5%; 
  max-width: 430px;
  letter-spacing: -0.42px;
}

.QuoteRow__Credit {
  display: flex;
  align-items: center;
  gap: 28px;
  text-align: left;
}

.QuoteRow__Credit div {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 140%;
}

.QuoteRow__CreditImage {
  width: 76px;
  height: 76px;
}

.QuoteRow__CreditName {
  font-weight: 700;
}

@media only screen and (max-width: 1099px) {

  .HomeHero__CTABlock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .HomeHero__CTABlock button {
    display: flex;
  }

  .MediaAccordion__Items {
    width: 100%;
  }

  .MediaAccordion__Media {
    display: none;
  }

  .MediaAccordionContainer {
    padding-inline: 0px;
    position: relative;
  }

  .MediaAccordion__Item {
    padding: 24px 20px;
  }

  .MediaAccordion__Item-Button {
    font-size: 20px;
    align-items: flex-start;
  }

  .MediaAccordion__Item-Button span {
    max-width: 250px;
  }

  .MediaAccordion__Item-Content div {
    padding-bottom: 0;
  }

  .MediaAccordion__Item-Content div span {
    font-size: 18px;
    max-width: 320px;
  }

  .FeaturePage__Pagination {
    justify-content: flex-start;
  }

  .FeaturePage__QuoteSheet {
    padding-inline: 0px;
    flex-direction: column-reverse;
  }

  .FeaturePage__QuoteSheet .QuoteSheet__Cell {
    height: 80px;
  }

  .QuoteSheet__QuoteContainer {
    border-right: 0px;
  }

  .FeaturePage__QuoteSheet .QuoteSheet__Cell:nth-of-type(2n+2) {
    border-right: none;
  }

  .FeaturePage__QuoteSheet .QuoteSheet__Cell:last-of-type {
    border-bottom: 1px solid black;
  }

  .FeatureHero__Content {
    padding-top: 60px;
  }

  .FeatureHero h1 {
    font-size: 26px;
    padding-right: 20px;
    line-height: 105%;
  }

  .FeatureHeader {
    opacity: 1;
    top: 50px;
  }

  .FeatureHeader__Page {
    padding: 0 20px;
  }

  .FeatureHeader__Inner {
    height: 48px;
  }

  .FeatureHeader__Nav {
    display: none;
  }

  .FeatureHeader .Header__NavCTA--secondary {
    display: none;
  }

  .FeatureHeader .Header__NavCTA--primary.CTA {
    padding-inline: 32px;
  }

  .FeatureSelector__Header {
    flex-direction: column;
    align-items: center;
    padding-block: 66px;
    gap: 10px;
  }

  .FeatureSelector__Accent {
    font-size: 26px;
    height: 44px;
  }
  
  .FeatureSelector__Header h2 {
    font-size: 26px;
  }

  .FeatureSelector__Grid:not(.no-scroll) {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 40px;
    padding: 40px;
    padding-top: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .FeatureSelector__Grid.no-scroll {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  
  .FeatureSelector__Grid::-webkit-scrollbar {
    display: none;
  }
  
  .FeatureSelector__Grid-Item {
    display: inline-flex;
    white-space: normal;
    scroll-snap-align: start;
    width: calc(100vw - 80px);
    padding: 40px 20px;
    gap: 10px;
    color: inherit;
  }

  .FeatureSelector__Grid.no-scroll .FeatureSelector__Grid-Item {
    padding-block: 15px;
  }

  .VideoCarousel__Nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    column-gap: 14px;
    padding-top: 10px;
  }

  .VideoCarousel__Button {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    padding: 6px 12px;
    width: unset;
  }

  .Bento__Item {
    border-bottom: 1px solid black;
    overflow: hidden;
  }

  .Bento__Item:last-of-type {
    border-bottom: none;
  }

  .FeatureHero .HomeHero__CTABlock .CTA--primary {
    padding: 10px 50px!important;
    padding-bottom: 12px!important;
    width: auto;
    align-self: flex-start;
  }

  .FeatureHero .HomeHero__CTABlock .CTA--primary:focus, .FeatureHero .HomeHero__CTABlock .CTA--primary:active, .FeatureHero .HomeHero__CTABlock .CTA--primary:hover {
    padding: 8px 50px!important;
    padding-bottom: 10px!important;
    font-size: 14px;
  }

  .FeatureHero .HomeHero__CTABlock button {
    font-size: 16px;
    padding: 8px 0;
  }

  .FeatureSelector__Progress {
    transform: translateY(-20px);
  }

  .FeatureSelector__Item:last-of-type {
    margin-right: 40px;
  }

  .FeaturePage__Heading:has(.FeaturePage__Pagination) {
    padding-block: 36px;
    text-align: center;
  }

  .MediaAccordion__Item-Content {
    overflow: unset;
  }

  .MediaAccordion__Item {
    border-right: none;
    overflow: hidden;
  }

  .HeroImage__Mobile {
    display: block;
  }

  .QuoteRow__Credit {
    gap: 18px;
  }

  .QuoteRow__Credit div {
    line-height: 110%;
    font-size: 16px;
    max-width: 160px;
  }

  .QuoteRow__CreditName {
    padding-bottom: 4px;
  }

  .PageContainer--features .DemoVideoModal--home .DemoVideoModal__MainVideo {
    width: 100%;
    height: unset;
    aspect-ratio: 16/10.5;
  }

  .PageContainer--features .DemoVideoModal__Videos {
    width: 90vw;
  }

  .StackedCarousel {
    padding-inline: 30px;
    padding-bottom: 40px;
  }

  .StackedCarousel__Navigation {
    gap: 10px;
    right: 8px;
  }

  .StackedCarousel__Navigation button {
    width: 40px;
    height: 40px;
  }

  .StackedCarousel__Media-Item[data-index='2'] {
    z-index: 4;
    transform: scale(0.9) translateY(-20px);
  }
  
  .StackedCarousel__Media-Item[data-index='3'] {
    z-index: 3;
    transform: scale(0.8) translateY(-40px);
  }
  
  .StackedCarousel__Media-Item[data-index='4'], .StackedCarousel__Media-Item[data-index='5'], .StackedCarousel__Media-Item[data-index='6'], .StackedCarousel__Media-Item[data-index='7'] {
    z-index: 2;
    transform: scale(0.7) translateY(-60px);
    opacity: 0;
  }

  .StackedCarousel__Media-Item[data-last='true'] {
    z-index: 10;
    transform: scale(1.05) translateY(20px);
    opacity: 0;
  }

  .StackedCarousel__Captions {
    font-size: 22px;
    margin-top: 32px;
    height: 24px;
  }

  .QuoteRow {
    padding: 88px 20px;
  }

  .QuoteRow__Quote {
    font-size: 21px;
    font-weight: 400;
    line-height: 130%;
    padding-inline: 20px;
  }
}

/* All Mobile */

@media only screen and (max-width: 1099px) {
  .ContactSales {
    padding-bottom: 60px;
  }

  .ContactSales__Why {
    grid-row-start: 1;
    grid-column: 1 / span 4;
  }

  .ContactSales__Form {
    grid-row-start: 2;
    grid-column: 1 / span 4;
  }
}

/* All Desktop */

@media only screen and (min-width: 1100px) {
  .ContactSales {
    padding-bottom: 120px;
  }

  .ContactSales__Why {
    grid-row-start: 1;
    grid-column: 2 / span 7;
  }

  .ContactSales__Form {
    grid-row-start: 1;
    grid-column: 10 / span 6;
  }
}

.ContactSales__Why {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ContactSales__Why > p,
.ContactSales__Why > ul {
  font-family: var(--font-fonospace);
  font-size: 18px;
  line-height: 20px;
}

.ContactSales__Checklist > li {
  background-image: url('/images/icons/check.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 0px;
  padding-left: 32px;
  margin-bottom: 20px;
}

.ContactSales__Form {
  height: fit-content;
  background: var(--color-white);
  border-radius: 8px;
  border: 1px solid var(--color-black);
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -3px 0px 0px rgba(0, 0, 0, 0.10) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.10);
  padding: 40px;
}

.ContactSales__FormInner > input.Form__Input:last-of-type {
  margin-bottom: 24px;
}

.ContactSales__FormSubmitted {
  padding: 100px 0;
  text-align: center;
}

.visible {
	visibility: visible;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.inset-0 {
	inset: 0px;
}

.-bottom-1 {
	bottom: -1px;
}

.-bottom-2 {
	bottom: -0.5rem;
}

.-top-1 {
	top: -1px;
}

.-top-\[1px\] {
	top: -1px;
}

.bottom-0 {
	bottom: 0px;
}

.bottom-\[-215px\] {
	bottom: -215px;
}

.bottom-\[0\] {
	bottom: 0;
}

.left-0 {
	left: 0px;
}

.left-40 {
	left: 40px;
}

.left-\[-240px\] {
	left: -240px;
}

.right-0 {
	right: 0px;
}

.right-\[-240px\] {
	right: -240px;
}

.top-0 {
	top: 0px;
}

.top-\[-160px\] {
	top: -160px;
}

.top-\[100px\] {
	top: 100px;
}

.top-\[26px\] {
	top: 26px;
}

.top-\[80px\] {
	top: 80px;
}

.top-\[98px\] {
	top: 98px;
}

.z-\[-1\] {
	z-index: -1;
}

.z-\[0\] {
	z-index: 0;
}

.z-\[100\] {
	z-index: 100;
}

.z-\[1\] {
	z-index: 1;
}

.z-\[2100\] {
	z-index: 2100;
}

.z-\[3\] {
	z-index: 3;
}

.z-\[5\] {
	z-index: 5;
}

.z-\[80\] {
	z-index: 80;
}

.col-span-1 {
	grid-column: span 1 / span 1;
}

.col-span-16 {
	grid-column: span 16 / span 16;
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.row-span-2 {
	grid-row: span 2 / span 2;
}

.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.mx-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-\[unset\] {
	margin-left: unset;
	margin-right: unset;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.\!mr-0 {
	margin-right: 0px !important;
}

.-mb-40 {
	margin-bottom: -40px;
}

.-mb-\[1px\] {
	margin-bottom: -1px;
}

.-ml-\[20px\] {
	margin-left: -20px;
}

.-mr-1 {
	margin-right: -1px;
}

.-mr-\[1px\] {
	margin-right: -1px;
}

.-mt-1 {
	margin-top: -1px;
}

.-mt-40 {
	margin-top: -40px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-\[0px\] {
	margin-bottom: 0px;
}

.mb-\[30px\] {
	margin-bottom: 30px;
}

.mb-\[40px\] {
	margin-bottom: 40px;
}

.mb-\[42px\] {
	margin-bottom: 42px;
}

.mb-\[60px\] {
	margin-bottom: 60px;
}

.mb-\[90px\] {
	margin-bottom: 90px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-\[10px\] {
	margin-right: 10px;
}

.mr-\[42px\] {
	margin-right: 42px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-\[16px\] {
	margin-top: 16px;
}

.block {
	display: block;
}

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

.\!flex {
	display: flex !important;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.\!hidden {
	display: none !important;
}

.hidden {
	display: none;
}

.\!aspect-\[16\/9\.4\] {
	aspect-ratio: 16/9.4 !important;
}

.aspect-\[1\/0\.72\] {
	aspect-ratio: 1/0.72;
}

.aspect-\[1\/0\.75\] {
	aspect-ratio: 1/0.75;
}

.aspect-\[16\/10\] {
	aspect-ratio: 16/10;
}

.aspect-\[16\/8\.8\] {
	aspect-ratio: 16/8.8;
}

.aspect-\[16\/9\.3\] {
	aspect-ratio: 16/9.3;
}

.aspect-\[16\/9\.4\] {
	aspect-ratio: 16/9.4;
}

.aspect-\[1700\/920\] {
	aspect-ratio: 1700/920;
}

.aspect-\[2\/2\.65\] {
	aspect-ratio: 2/2.65;
}

.aspect-square {
	aspect-ratio: 1 / 1;
}

.\!h-\[30px\] {
	height: 30px !important;
}

.\!h-auto {
	height: auto !important;
}

.h-24 {
	height: 24px;
}

.h-\[16px\] {
	height: 16px;
}

.h-\[20px\] {
	height: 20px;
}

.h-\[240px\] {
	height: 240px;
}

.h-\[2px\] {
	height: 2px;
}

.h-\[32px\] {
	height: 32px;
}

.h-\[40px\] {
	height: 40px;
}

.h-\[4px\] {
	height: 4px;
}

.h-\[50px\] {
	height: 50px;
}

.h-\[80px\] {
	height: 80px;
}

.h-\[calc\(100vh-98px\)\] {
	height: calc(100vh - 98px);
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.max-h-\[330px\] {
	max-height: 330px;
}

.min-h-\[280px\] {
	min-height: 280px;
}

.min-h-\[450px\] {
	min-height: 450px;
}

.\!w-\[16px\] {
	width: 16px !important;
}

.\!w-\[30px\] {
	width: 30px !important;
}

.\!w-full {
	width: 100% !important;
}

.w-24 {
	width: 24px;
}

.w-40 {
	width: 40px;
}

.w-\[100\%\] {
	width: 100%;
}

.w-\[100vw\] {
	width: 100vw;
}

.w-\[120px\] {
	width: 120px;
}

.w-\[150\%\] {
	width: 150%;
}

.w-\[150px\] {
	width: 150px;
}

.w-\[16px\] {
	width: 16px;
}

.w-\[20px\] {
	width: 20px;
}

.w-\[27\%\] {
	width: 27%;
}

.w-\[30px\] {
	width: 30px;
}

.w-\[32px\] {
	width: 32px;
}

.w-\[34\%\] {
	width: 34%;
}

.w-\[36px\] {
	width: 36px;
}

.w-\[40px\] {
	width: 40px;
}

.w-\[45px\] {
	width: 45px;
}

.w-\[50\%\] {
	width: 50%;
}

.w-\[50px\] {
	width: 50px;
}

.w-\[55\%\] {
	width: 55%;
}

.w-\[60\%\] {
	width: 60%;
}

.w-\[600px\] {
	width: 600px;
}

.w-\[65\%\] {
	width: 65%;
}

.w-\[66px\] {
	width: 66px;
}

.w-\[74\%\] {
	width: 74%;
}

.w-\[80\%\] {
	width: 80%;
}

.w-\[85\%\] {
	width: 85%;
}

.w-\[90\%\] {
	width: 90%;
}

.w-\[90px\] {
	width: 90px;
}

.w-\[calc\(100vw-80px\)\] {
	width: calc(100vw - 80px);
}

.w-\[calc\(50\%-45px\)\] {
	width: calc(50% - 45px);
}

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.\!min-w-\[240px\] {
	min-width: 240px !important;
}

.max-w-\[1180px\] {
	max-width: 1180px;
}

.max-w-\[200px\] {
	max-width: 200px;
}

.max-w-\[300px\] {
	max-width: 300px;
}

.max-w-\[330px\] {
	max-width: 330px;
}

.max-w-\[350px\] {
	max-width: 350px;
}

.max-w-\[400px\] {
	max-width: 400px;
}

.max-w-\[420px\] {
	max-width: 420px;
}

.max-w-\[450px\] {
	max-width: 450px;
}

.max-w-\[500px\] {
	max-width: 500px;
}

.max-w-\[530px\] {
	max-width: 530px;
}

.max-w-\[550px\] {
	max-width: 550px;
}

.max-w-\[620px\] {
	max-width: 620px;
}

.max-w-\[660px\] {
	max-width: 660px;
}

.max-w-\[700px\] {
	max-width: 700px;
}

.max-w-\[750px\] {
	max-width: 750px;
}

.max-w-\[770px\] {
	max-width: 770px;
}

.max-w-\[850px\] {
	max-width: 850px;
}

.max-w-\[900px\] {
	max-width: 900px;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-\[unset\] {
	flex: unset;
}

.origin-left {
	transform-origin: left;
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

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

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-0 {
	gap: 0px;
}

.gap-10 {
	gap: 10px;
}

.gap-14 {
	gap: 14px;
}

.gap-16 {
	gap: 16px;
}

.gap-20 {
	gap: 20px;
}

.gap-30 {
	gap: 30px;
}

.gap-40 {
	gap: 40px;
}

.gap-8 {
	gap: 8px;
}

.gap-80 {
	gap: 80px;
}

.gap-\[0px\] {
	gap: 0px;
}

.gap-\[16px\] {
	gap: 16px;
}

.gap-\[18px\] {
	gap: 18px;
}

.gap-\[20px\] {
	gap: 20px;
}

.gap-\[24px\] {
	gap: 24px;
}

.gap-\[32px\] {
	gap: 32px;
}

.gap-\[36px\] {
	gap: 36px;
}

.gap-\[44px\] {
	gap: 44px;
}

.gap-x-\[20px\] {
	column-gap: 20px;
}

.gap-y-\[40px\] {
	row-gap: 40px;
}

.self-start {
	align-self: flex-start;
}

.self-end {
	align-self: flex-end;
}

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

.overflow-hidden {
	overflow: hidden;
}

.\!rounded-10 {
	border-radius: 10px !important;
}

.\!rounded-\[12px\] {
	border-radius: 12px !important;
}

.rounded-full {
	border-radius: 9999px;
}

.\!rounded-b-\[0px\] {
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.\!rounded-t-\[0px\] {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.border-0 {
	border-width: 0px;
}

.border-1 {
	border-width: 1px;
}

.border-x-0 {
	border-left-width: 0px;
	border-right-width: 0px;
}

.border-x-1 {
	border-left-width: 1px;
	border-right-width: 1px;
}

.border-y-1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.\!border-b-\[0px\] {
	border-bottom-width: 0px !important;
}

.\!border-l-0 {
	border-left-width: 0px !important;
}

.\!border-r-0 {
	border-right-width: 0px !important;
}

.border-b-1 {
	border-bottom-width: 1px;
}

.border-l-1 {
	border-left-width: 1px;
}

.border-r-1 {
	border-right-width: 1px;
}

.border-t-1 {
	border-top-width: 1px;
}

.border-solid {
	border-style: solid;
}

.\!border-none {
	border-style: none !important;
}

.border-none {
	border-style: none;
}

.border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-green1 {
	border-color: rgba(133, 250, 193, 1);
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#000\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#010101\] {
	--tw-bg-opacity: 1;
	background-color: rgb(1 1 1 / var(--tw-bg-opacity));
}

.bg-\[\#222\] {
	--tw-bg-opacity: 1;
	background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-\[\#3CD3E4\] {
	--tw-bg-opacity: 1;
	background-color: rgb(60 211 228 / var(--tw-bg-opacity));
}

.bg-\[\#85FAC1\] {
	--tw-bg-opacity: 1;
	background-color: rgb(133 250 193 / var(--tw-bg-opacity));
}

.bg-\[\#AEE7EF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(174 231 239 / var(--tw-bg-opacity));
}

.bg-\[\#D1FFE9\] {
	--tw-bg-opacity: 1;
	background-color: rgb(209 255 233 / var(--tw-bg-opacity));
}

.bg-\[\#D2B3F5\] {
	--tw-bg-opacity: 1;
	background-color: rgb(210 179 245 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D9\] {
	--tw-bg-opacity: 1;
	background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#DEF5F9\] {
	--tw-bg-opacity: 1;
	background-color: rgb(222 245 249 / var(--tw-bg-opacity));
}

.bg-\[\#E7D4FB\] {
	--tw-bg-opacity: 1;
	background-color: rgb(231 212 251 / var(--tw-bg-opacity));
}

.bg-\[\#E7E7E7\] {
	--tw-bg-opacity: 1;
	background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-\[\#F0FEF8\] {
	--tw-bg-opacity: 1;
	background-color: rgb(240 254 248 / var(--tw-bg-opacity));
}

.bg-\[\#F9F4FF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(249 244 255 / var(--tw-bg-opacity));
}

.bg-\[\#F9F5FE\] {
	--tw-bg-opacity: 1;
	background-color: rgb(249 245 254 / var(--tw-bg-opacity));
}

.bg-\[\#FCFD9C\] {
	--tw-bg-opacity: 1;
	background-color: rgb(252 253 156 / var(--tw-bg-opacity));
}

.bg-\[\#FDFECD\] {
	--tw-bg-opacity: 1;
	background-color: rgb(253 254 205 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFF3\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 243 / var(--tw-bg-opacity));
}

.bg-\[black\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
	background-color: rgba(0,0,0,0.2);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
	background-color: rgba(0,0,0,0.3);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
	background-color: rgba(255,255,255,0.1);
}

.bg-\[var\(--primary-color\)\] {
	background-color: var(--primary-color);
}

.bg-\[var\(--secondary-color\)\] {
	background-color: var(--secondary-color);
}

.bg-\[var\(--tertiary-color\)\] {
	background-color: var(--tertiary-color);
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-darkGray {
	--tw-bg-opacity: 1;
	background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}

.bg-gray02 {
	--tw-bg-opacity: 1;
	background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

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

.object-center {
	object-position: center;
}

.object-left {
	object-position: left;
}

.object-top {
	object-position: top;
}

.p-0 {
	padding: 0px;
}

.p-16 {
	padding: 16px;
}

.p-20 {
	padding: 20px;
}

.p-24 {
	padding: 24px;
}

.p-40 {
	padding: 40px;
}

.\!py-\[0\] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.px-14 {
	padding-left: 14px;
	padding-right: 14px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-24 {
	padding-left: 24px;
	padding-right: 24px;
}

.px-32 {
	padding-left: 32px;
	padding-right: 32px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-\[10\.5\%\] {
	padding-left: 10.5%;
	padding-right: 10.5%;
}

.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}

.px-\[14\%\] {
	padding-left: 14%;
	padding-right: 14%;
}

.px-\[16px\] {
	padding-left: 16px;
	padding-right: 16px;
}

.px-\[24px\] {
	padding-left: 24px;
	padding-right: 24px;
}

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

.py-24 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-\[100px\] {
	padding-top: 100px;
	padding-bottom: 100px;
}

.py-\[12px\] {
	padding-top: 12px;
	padding-bottom: 12px;
}

.py-\[4px\] {
	padding-top: 4px;
	padding-bottom: 4px;
}

.py-\[50px\] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-\[64px\] {
	padding-top: 64px;
	padding-bottom: 64px;
}

.py-\[6px\] {
	padding-top: 6px;
	padding-bottom: 6px;
}

.py-\[75px\] {
	padding-top: 75px;
	padding-bottom: 75px;
}

.py-\[80px\] {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-\[84px\] {
	padding-top: 84px;
	padding-bottom: 84px;
}

.\!pr-0 {
	padding-right: 0px !important;
}

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

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-\[100px\] {
	padding-bottom: 100px;
}

.pb-\[120px\] {
	padding-bottom: 120px;
}

.pb-\[140px\] {
	padding-bottom: 140px;
}

.pb-\[30px\] {
	padding-bottom: 30px;
}

.pb-\[32px\] {
	padding-bottom: 32px;
}

.pb-\[36px\] {
	padding-bottom: 36px;
}

.pb-\[50px\] {
	padding-bottom: 50px;
}

.pb-\[60px\] {
	padding-bottom: 60px;
}

.pb-\[70px\] {
	padding-bottom: 70px;
}

.pb-\[80px\] {
	padding-bottom: 80px;
}

.pr-0 {
	padding-right: 0px;
}

.pr-\[20px\] {
	padding-right: 20px;
}

.pr-\[40px\] {
	padding-right: 40px;
}

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

.pt-10 {
	padding-top: 10px;
}

.pt-14 {
	padding-top: 14px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-32 {
	padding-top: 32px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-\[100px\] {
	padding-top: 100px;
}

.pt-\[110px\] {
	padding-top: 110px;
}

.pt-\[13\%\] {
	padding-top: 13%;
}

.pt-\[13\.8\%\] {
	padding-top: 13.8%;
}

.pt-\[160px\] {
	padding-top: 160px;
}

.pt-\[18px\] {
	padding-top: 18px;
}

.pt-\[20px\] {
	padding-top: 20px;
}

.pt-\[36px\] {
	padding-top: 36px;
}

.pt-\[4\.8\%\] {
	padding-top: 4.8%;
}

.pt-\[40px\] {
	padding-top: 40px;
}

.pt-\[44px\] {
	padding-top: 44px;
}

.pt-\[5\%\] {
	padding-top: 5%;
}

.pt-\[6\%\] {
	padding-top: 6%;
}

.pt-\[60px\] {
	padding-top: 60px;
}

.pt-\[70px\] {
	padding-top: 70px;
}

.pt-\[74px\] {
	padding-top: 74px;
}

.pt-\[75px\] {
	padding-top: 75px;
}

.pt-\[8\%\] {
	padding-top: 8%;
}

.pt-\[80px\] {
	padding-top: 80px;
}

.pt-\[8px\] {
	padding-top: 8px;
}

.pt-\[9\%\] {
	padding-top: 9%;
}

.pt-\[90px\] {
	padding-top: 90px;
}

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

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

.font-aeonikFono {
	font-family: Aeonik Fono, sans-serif;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-\[28px\] {
	font-size: 28px;
}

.text-\[42px\] {
	font-size: 42px;
}

.text-h20 {
	font-size: 20px;
	line-height: 28px;
}

.text-h24 {
	font-size: 24px;
	line-height: 32px;
}

.text-h26 {
	font-size: 26px;
	line-height: 32px;
}

.text-headingLgMobile {
	font-size: 32px;
	line-height: 105%;
	letter-spacing: -1.12px;
}

.text-headingXlMobile {
	font-size: 42px;
	line-height: 105%;
}

.text-p14 {
	font-size: 14px;
	line-height: 20px;
}

.text-p16 {
	font-size: 16px;
	line-height: 24px;
}

.text-p18 {
	font-size: 18px;
	line-height: 130%;
}

.leading-\[0px\] {
	line-height: 0px;
}

.leading-\[125\%\] {
	line-height: 125%;
}

.leading-\[130\%\] {
	line-height: 130%;
}

.\!text-\[\#188B98\] {
	--tw-text-opacity: 1 !important;
	color: rgb(24 139 152 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#A97B05\] {
	--tw-text-opacity: 1 !important;
	color: rgb(169 123 5 / var(--tw-text-opacity)) !important;
}

.\!text-black {
	--tw-text-opacity: 1 !important;
	color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray1 {
	color: rgba(204, 204, 204, 1);
}

.text-green1 {
	color: rgba(133, 250, 193, 1);
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
	text-decoration-line: underline;
}

.line-through {
	text-decoration-line: line-through;
}

.no-underline {
	text-decoration-line: none;
}

.mix-blend-darken {
	mix-blend-mode: darken;
}

.\!shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	--tw-shadow-colored: 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.\!invert-0 {
	--tw-invert: invert(0) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.duration-300 {
	transition-duration: 300ms;
}

.duration-\[350ms\] {
	transition-duration: 350ms;
}

.hover\:bg-\[\#AEF4FC\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(174 244 252 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#E7E7E7\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FBE9D6\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(251 233 214 / var(--tw-bg-opacity));
}

.hover\:bg-\[rgba\(255\2c 255\2c 207\2c 1\)\]:hover {
	background-color: rgba(255,255,207,1);
}

.hover\:bg-\[var\(--bg\)\]:hover {
	background-color: var(--bg);
}

.hover\:bg-\[var\(--hover-bg\)\]:hover {
	background-color: var(--hover-bg);
}

.hover\:text-\[\#188B98\]:hover {
	--tw-text-opacity: 1;
	color: rgb(24 139 152 / var(--tw-text-opacity));
}

.hover\:text-\[\#A97B05\]:hover {
	--tw-text-opacity: 1;
	color: rgb(169 123 5 / var(--tw-text-opacity));
}

.hover\:text-\[rgba\(169\2c 123\2c 5\2c 1\)\]:hover {
	color: rgba(169,123,5,1);
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:underline:hover {
	text-decoration-line: underline;
}

.active\:bg-\[\#E7E7E7\]:active {
	--tw-bg-opacity: 1;
	background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.active\:bg-\[\#FBE9D6\]:active {
	--tw-bg-opacity: 1;
	background-color: rgb(251 233 214 / var(--tw-bg-opacity));
}

.active\:text-\[\#A97B05\]:active {
	--tw-text-opacity: 1;
	color: rgb(169 123 5 / var(--tw-text-opacity));
}

.active\:text-\[rgba\(169\2c 123\2c 5\2c 1\)\]:active {
	color: rgba(169,123,5,1);
}

.active\:text-black:active {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.data-\[played\=false\]\:bg-\[var\(--color\)\][data-played=false] {
	background-color: var(--color);
}

.data-\[played\=true\]\:bg-white[data-played=true] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

	.md\:relative {
		position: relative;
	}

	.md\:top-0 {
		top: 0px;
	}

	.md\:mx-20 {
		margin-left: 20px;
		margin-right: 20px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:h-\[unset\] {
		height: unset;
	}

	.md\:w-\[40\%\] {
		width: 40%;
	}

	.md\:w-\[60\%\] {
		width: 60%;
	}

	.md\:w-\[75\%\] {
		width: 75%;
	}

	.md\:max-w-\[750px\] {
		max-width: 750px;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:flex-col {
		flex-direction: column;
	}

	.md\:gap-40 {
		gap: 40px;
	}

	.md\:border-b-1 {
		border-bottom-width: 1px;
	}

	.md\:border-b-\[0px\] {
		border-bottom-width: 0px;
	}

	.md\:border-t-0 {
		border-top-width: 0px;
	}

	.md\:py-\[160px\] {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.md\:pb-0 {
		padding-bottom: 0px;
	}

	.md\:pb-\[84px\] {
		padding-bottom: 84px;
	}

	.md\:pt-\[84px\] {
		padding-top: 84px;
	}

	.md\:text-\[54px\] {
		font-size: 54px;
	}

	.md\:text-headingXl {
		font-size: 54px;
		line-height: 105%;
	}

	.md\:hover\:bg-\[\#E7E7E7\]:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(231 231 231 / var(--tw-bg-opacity));
	}

	.md\:hover\:bg-\[\#FBE9D6\]:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(251 233 214 / var(--tw-bg-opacity));
	}

	.md\:hover\:bg-\[rgba\(255\2c 255\2c 207\2c 1\)\]:hover {
		background-color: rgba(255,255,207,1);
	}

	.md\:hover\:text-\[\#A97B05\]:hover {
		--tw-text-opacity: 1;
		color: rgb(169 123 5 / var(--tw-text-opacity));
	}

	.md\:hover\:text-\[rgba\(169\2c 123\2c 5\2c 1\)\]:hover {
		color: rgba(169,123,5,1);
	}

	.md\:hover\:text-black:hover {
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity));
	}
}

@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute;
	}

	.lg\:-top-\[20\%\] {
		top: -20%;
	}

	.lg\:bottom-32 {
		bottom: 32px;
	}

	.lg\:left-\[3\.7\%\] {
		left: 3.7%;
	}

	.lg\:right-32 {
		right: 32px;
	}

	.lg\:right-\[12\%\] {
		right: 12%;
	}

	.lg\:right-\[20px\] {
		right: 20px;
	}

	.lg\:top-\[80px\] {
		top: 80px;
	}

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:mx-50 {
		margin-left: 50px;
		margin-right: 50px;
	}

	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.lg\:my-50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.lg\:-mr-\[12\%\] {
		margin-right: -12%;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:mb-60 {
		margin-bottom: 60px;
	}

	.lg\:mb-\[100px\] {
		margin-bottom: 100px;
	}

	.lg\:mb-\[20\%\] {
		margin-bottom: 20%;
	}

	.lg\:mb-\[42\%\] {
		margin-bottom: 42%;
	}

	.lg\:mb-\[90px\] {
		margin-bottom: 90px;
	}

	.lg\:ml-0 {
		margin-left: 0px;
	}

	.lg\:ml-\[10\%\] {
		margin-left: 10%;
	}

	.lg\:mr-40 {
		margin-right: 40px;
	}

	.lg\:mr-\[4\.5\%\] {
		margin-right: 4.5%;
	}

	.lg\:mr-\[42px\] {
		margin-right: 42px;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mt-24 {
		margin-top: 24px;
	}

	.lg\:block {
		display: block;
	}

	.lg\:inline-block {
		display: inline-block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:\!inline-flex {
		display: inline-flex !important;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:\!hidden {
		display: none !important;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-\[85px\] {
		height: 85px;
	}

	.lg\:h-\[calc\(100vh-80px\)\] {
		height: calc(100vh - 80px);
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:min-h-\[unset\] {
		min-height: unset;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-\[200px\] {
		width: 200px;
	}

	.lg\:w-\[25\%\] {
		width: 25%;
	}

	.lg\:w-\[27\%\] {
		width: 27%;
	}

	.lg\:w-\[30\%\] {
		width: 30%;
	}

	.lg\:w-\[40\%\] {
		width: 40%;
	}

	.lg\:w-\[45\%\] {
		width: 45%;
	}

	.lg\:w-\[47\%\] {
		width: 47%;
	}

	.lg\:w-\[49\%\] {
		width: 49%;
	}

	.lg\:w-\[50\%\] {
		width: 50%;
	}

	.lg\:w-\[53\%\] {
		width: 53%;
	}

	.lg\:w-\[58px\] {
		width: 58px;
	}

	.lg\:w-\[60\%\] {
		width: 60%;
	}

	.lg\:w-\[65\%\] {
		width: 65%;
	}

	.lg\:w-\[70\%\] {
		width: 70%;
	}

	.lg\:w-\[82\%\] {
		width: 82%;
	}

	.lg\:w-\[90\%\] {
		width: 90%;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:max-w-\[220px\] {
		max-width: 220px;
	}

	.lg\:max-w-\[230px\] {
		max-width: 230px;
	}

	.lg\:max-w-\[280px\] {
		max-width: 280px;
	}

	.lg\:max-w-\[300px\] {
		max-width: 300px;
	}

	.lg\:max-w-\[320px\] {
		max-width: 320px;
	}

	.lg\:max-w-\[330px\] {
		max-width: 330px;
	}

	.lg\:max-w-\[550px\] {
		max-width: 550px;
	}

	.lg\:max-w-\[unset\] {
		max-width: unset;
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:flex-col {
		flex-direction: column;
	}

	.lg\:items-end {
		align-items: flex-end;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:justify-center {
		justify-content: center;
	}

	.lg\:gap-30 {
		gap: 30px;
	}

	.lg\:gap-40 {
		gap: 40px;
	}

	.lg\:gap-\[50px\] {
		gap: 50px;
	}

	.lg\:gap-x-\[100px\] {
		column-gap: 100px;
	}

	.lg\:gap-y-\[160px\] {
		row-gap: 160px;
	}

	.lg\:self-start {
		align-self: flex-start;
	}

	.lg\:self-end {
		align-self: flex-end;
	}

	.lg\:self-center {
		align-self: center;
	}

	.lg\:\!rounded-b-\[0px\] {
		border-bottom-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}

	.lg\:\!rounded-l-10 {
		border-top-left-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
	}

	.lg\:\!rounded-r-\[0px\] {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}

	.lg\:border-x-1 {
		border-left-width: 1px;
		border-right-width: 1px;
	}

	.lg\:\!border-b-\[0px\] {
		border-bottom-width: 0px !important;
	}

	.lg\:border-b-0 {
		border-bottom-width: 0px;
	}

	.lg\:border-b-1 {
		border-bottom-width: 1px;
	}

	.lg\:border-l-1 {
		border-left-width: 1px;
	}

	.lg\:border-r-1 {
		border-right-width: 1px;
	}

	.lg\:border-t-0 {
		border-top-width: 0px;
	}

	.lg\:border-t-1 {
		border-top-width: 1px;
	}

	.lg\:p-30 {
		padding: 30px;
	}

	.lg\:p-40 {
		padding: 40px;
	}

	.lg\:p-50 {
		padding: 50px;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:px-40 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.lg\:px-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.lg\:px-\[18\%\] {
		padding-left: 18%;
		padding-right: 18%;
	}

	.lg\:px-\[40px\] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.lg\:px-\[50px\] {
		padding-left: 50px;
		padding-right: 50px;
	}

	.lg\:px-\[80px\] {
		padding-left: 80px;
		padding-right: 80px;
	}

	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.lg\:py-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.lg\:py-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.lg\:py-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.lg\:py-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.lg\:py-\[60px\] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.lg\:py-\[80px\] {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.lg\:\!pr-0 {
		padding-right: 0px !important;
	}

	.lg\:pb-0 {
		padding-bottom: 0px;
	}

	.lg\:pb-40 {
		padding-bottom: 40px;
	}

	.lg\:pb-50 {
		padding-bottom: 50px;
	}

	.lg\:pb-80 {
		padding-bottom: 80px;
	}

	.lg\:pb-\[100px\] {
		padding-bottom: 100px;
	}

	.lg\:pb-\[115px\] {
		padding-bottom: 115px;
	}

	.lg\:pb-\[160px\] {
		padding-bottom: 160px;
	}

	.lg\:pb-\[60px\] {
		padding-bottom: 60px;
	}

	.lg\:pb-\[70px\] {
		padding-bottom: 70px;
	}

	.lg\:pl-0 {
		padding-left: 0px;
	}

	.lg\:pl-\[23\%\] {
		padding-left: 23%;
	}

	.lg\:pr-0 {
		padding-right: 0px;
	}

	.lg\:pr-50 {
		padding-right: 50px;
	}

	.lg\:pt-0 {
		padding-top: 0px;
	}

	.lg\:pt-4 {
		padding-top: 1rem;
	}

	.lg\:pt-40 {
		padding-top: 40px;
	}

	.lg\:pt-50 {
		padding-top: 50px;
	}

	.lg\:pt-\[10\%\] {
		padding-top: 10%;
	}

	.lg\:pt-\[14\%\] {
		padding-top: 14%;
	}

	.lg\:pt-\[150px\] {
		padding-top: 150px;
	}

	.lg\:pt-\[5\.5\%\] {
		padding-top: 5.5%;
	}

	.lg\:pt-\[90px\] {
		padding-top: 90px;
	}

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

	.lg\:text-\[14px\] {
		font-size: 14px;
	}

	.lg\:text-\[24px\] {
		font-size: 24px;
	}

	.lg\:text-\[75px\] {
		font-size: 75px;
	}

	.lg\:text-headingLg {
		font-size: 41px;
		line-height: 105%;
		letter-spacing: -0.41px;
	}
}

@media (min-width: 1280px) {

	.xl\:block {
		display: block;
	}

	.xl\:w-\[unset\] {
		width: unset;
	}

	.xl\:pb-\[70px\] {
		padding-bottom: 70px;
	}

	.xl\:pt-\[60px\] {
		padding-top: 60px;
	}
}