/* Resets This is where reset, normalize & box-sizing styles go. */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Custom properties */
:root {
  /* font stack */
 --source-sans: "source-sans-pro", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
 --cabrito-serif: "cabrito-normal", Georgia, "Times New Roman", Times, serif;
 /* colors */
 --primary-golden: #F9C041;
 --primary-sunset: #EA6254;
 --primary-sunset-a11y: #E85545;
 --sunset-hover: #CB4B3E;
 --primary-peony:   #FD8BBE;
 --primary-lagoon: #64CCC9;
 --accent-butterfly: #F8E08E;
 --accent-blush: #FCE6E6;
 --accent-sweetpea: #EA5C8B;
 --accent-seaglass: #D2F9F1;
 --neutral-seashell: #F9F8F4;
 --neutral-pebble: #F2EFE7;
 --neutral-sand: #E4DECE;
 --neutral-driftwood: #D6CDB5;
 --neutral-dark-hibiscus: #CB1A55;
 --netural-dark-neptune: #1C545D;
 --netural-dark-seaweed: #443D2D;
 --netural-dark-asphalt: #231F20;
}



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (width > 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
:root {
  --header-offset: 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset, 0px);
}

main {
  overflow: hidden;
  padding-block-start: var(--header-offset, 0px);
}

[id],
a[name] {
  scroll-margin-top: var(--header-offset, 0px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--netural-dark-asphalt);
  font-family: var(--cabrito-serif);
  font-weight: 500;
}
a,
p,
li,
th,
td {
  font-family: var(--source-sans);
  color: var(--netural-dark-asphalt);
}
img {
  display: block;
}

h2 {
  color: var(--primary-sunset-a11y);
  font-weight: 500;
  font-size: 3rem;
}

h3 {
  color: var(--primary-sunset);
  font-family: var(--source-sans);
  margin: 0;
  font-size: 1.5rem;
}

a:hover,
a:focus-visible {
  text-decoration: none;
}

ol,
ul {
  padding-inline-start: 1rem;
  li + li {
    margin-block-start: 1rem;
  }
}
ul {
  li::marker {
    color: var(--primary-sunset);
    font-size: 1.2rem;
  }
}
ol {
  li {
    padding-inline-start: 0.35rem;
  }
}
strong {
  font-weight: 700;
}

.body-container {
}

.header__skip {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 100;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
}
.header__skip:focus {
  top: 10px;
}
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  .logo-and-login {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
    a {
      #header-logo {
        padding-block: 2rem;
        width: 100%;
        max-width: 200px;
        display: block;
      }
    }
  }
  .header-nav {
    margin-inline-start: auto;
  }
  .header-nav__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    li + li {
      margin-block-start: 0;
    }
  }
  .header-nav__link {
    display: block;
    font-size: 1.125rem;
    text-decoration: none;
    &:not(.jurni-button) {
      font-weight: 700;
      &:hover,
      &:focus-visible {
        text-decoration: underline;
      }
    }
  }
  .jurni-button {
    padding-inline: 3rem;
  }
}

.column {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.column-responsive-margins {
  --max-width: 1200px;
  margin: 0 auto;
  width: min(var(--max-width), calc(100% - 4rem));
}

.overlay {
  position: fixed;
  inset: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.top-bar {
  background-color: var(--netural-dark-seaweed);
  padding-block: 0.75rem;
  p {
    color: white;
    text-align: center;
    margin: 0;
  }
  a {
    color: white;
  }
}

.header-log-in {
  display: grid;
  align-items: center;
  p {
    font-size: 1.4rem;
  }
}

.a11y-main-content {
  margin-block-end: 18rem;
  p {
    font-size: 1.125rem;
  }
}

.circle-number {
  width: 66px;
  margin-inline: auto;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  border-radius: 50%;

  p {
    margin: 0;
  }
}
.circle-number.peony {
  background-color: var(--primary-peony);
}

.pp-large {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.footer {
  position: relative;
  .upper-footer {
    background-color: var(--netural-dark-seaweed);
    padding-block: 6rem;
    .column-responsive-margins {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }
    .upper-footer__logo {
      max-width: 171px;
    }
    .upper-footer__menu-and-content {
    }
    ul {
      list-style: none;
      padding: 0;
    }
    .upper-footer__nav {
      display: flex;
      gap: 5rem;
      .upper-footer__subnav {
        margin-block-start: 2rem;
        font-size: 0.875rem;
        li + li {
          margin-block-start: 1rem;
        }
      }
    }
    .upper-footer__nav li a,
    .upper-footer__subnav li,
    .upper-footer__subnav li a {
      color: white;
    }
    .upper-footer__nav li a,
    .upper-footer__subnav li a {
      text-decoration: none;
      &:hover,
      &:focus-visible {
        text-decoration: underline;
      }
    }
    .upper-footer__nav > li a {
      font-weight: 600;
    }
    .upper-footer__subnav {
      border-left: 1px solid white;
      padding-inline-start: 1rem;
    }
  }
  .lower-footer {
    padding-block: 1rem;
    background-color: var(--neutral-sand);
    .column-responsive-margins {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 1rem;
    }
    .lower-footer__copyright {
      margin: 0;
    }
    ul {
      padding-inline-start: 0;
      list-style: none;
      display: flex;
      justify-content: flex-start;
      margin: 0;
      li {
        padding-inline: 1rem;
        a {
          font-size: 0.875rem;
        }
      }
      li + li {
        border-left: 1px solid black;
        margin-block-start: 0;
      }
    }
    .lower-footer__linkedin-svg {
      margin-inline-start: auto;
    }
    .lower-footer__copyright {
      font-size: 0.875rem;
    }
  }
}

@media (width < 1024px) {
  .header {
    .top-bar {
      display: none;
    }
    .header-nav__list {
      gap: 1rem;
    }
    .logo-and-login {
      .header-log-in {
        p {
          font-size: 1rem;
        }
      }
    }
  }
  .footer {
    .upper-footer {
      .column-responsive-margins {
        align-items: flex-start;
      }
      .column-responsive-margins,
      .upper-footer__nav {
        flex-direction: column;
        gap: 1rem;
        .upper-footer__subnav {
          margin-block-start: 1rem;
        }
      }
    }
    .lower-footer {
      .lower-footer__linkedin-svg {
        margin: 0;
      }
      .column-responsive-margins {
        flex-direction: column-reverse;
        text-align: center;
      }
    }
  }
}
@media (width < 769px) {
  .header .logo-and-login {
    display: none;
  }
}

@media (width < 500px) {
  .header {
    /* .logo-and-login {
      flex-direction: column;
      align-items: flex-start;
      a {
        #header-logo {
          padding-block: 1rem 0;
          max-width: 150px;
        }
        #header-logo.header-no-nav-logo {
          padding-block: 1rem;
        }
      }
      .header-log-in {
        p,
        a {
          font-size: 0.875rem;
        }
        a {
          margin-inline-start: 0.5rem;
        }
      }
    }
    .header-nav {
      width: 100%;
      margin-inline-start: 0;
    }
    .header-nav__list {
      justify-content: flex-start;
    } */
  }

  .footer {
    .lower-footer {
    }
  }
}
.title-bar {
  --bg-color: var(--accent-butterfly);
  --max-width: 100%;
  background-color: var(--bg-color);
  padding-block: 2.5rem;
  margin-block-end: 3rem;
  h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
    max-width: var(--max-width);
  }
}
.title-bar.title-bar--golden {
  --bg-color: var(--primary-golden);
}
.title-bar.title-bar--centered h1 {
  text-align: center;
  margin-inline: auto;
}
.corner-cut {
  --corner-cut-top: auto;
  --corner-cut-right: auto;
  --corner-cut-bottom: auto;
  --corner-cut-left: auto;
  --corner-cut-origin-x: left;
  --corner-cut-origin-y: top;
  --corner-cut-fill: transparent;
  position: relative;
  &::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: var(--corner-cut-top);
    right: var(--corner-cut-right);
    bottom: var(--corner-cut-bottom);
    left: var(--corner-cut-left);
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(
      circle at var(--corner-cut-origin-x) var(--corner-cut-origin-y),
      transparent 0 calc(120px - 1px),
      var(--corner-cut-fill) 120px
    );
  }
}

.corner-cut.corner-cut--seashell {
  --corner-cut-fill: var(--neutral-seashell);
}
.corner-cut.corner-cut--seaglass {
  --corner-cut-fill: var(--accent-seaglass);
}
.corner-cut.corner-cut--pebble {
  --corner-cut-fill: var(--neutral-pebble);
}
.corner-cut.corner-cut--golden {
  --corner-cut-fill: var(--primary-golden);
}
.corner-cut.corner-cut--butterfly {
  --corner-cut-fill: var(--accent-butterfly);
}
.corner-cut.corner-cut--white {
  --corner-cut-fill: white;
}

.corner-cut.corner-cut--top-left {
  --corner-cut-top: 0;
  --corner-cut-left: 0;
  --corner-cut-origin-x: right;
  --corner-cut-origin-y: bottom;
}

.corner-cut.corner-cut--top-right {
  --corner-cut-top: 0;
  --corner-cut-right: 0;
  --corner-cut-origin-x: left;
  --corner-cut-origin-y: bottom;
}

.corner-cut.corner-cut--bottom-left {
  --corner-cut-bottom: 0;
  --corner-cut-left: 0;
  --corner-cut-origin-x: right;
  --corner-cut-origin-y: top;
}

.corner-cut.corner-cut--bottom-right {
  --corner-cut-bottom: 0;
  --corner-cut-right: 0;
  --corner-cut-origin-x: left;
  --corner-cut-origin-y: top;
}
.jurni-button {
  --btn-bg-color: var(--accent-seaglass);
  --btn-bg-hover: color-mix(in srgb, var(--btn-bg-color), black 20%);
  --hover-color: white;
  background-color: var(--btn-bg-color);
  border-radius: 999px;
  padding: 1rem 5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: block;
}
.jurni-button:hover,
.jurni-button:focus {
  background-color: var(--btn-bg-hover);
  color: var(--hover-color);
}
.jurni-button.jurni-button--sunset {
  --btn-bg-color: var(--primary-sunset);
}
.jurni-button.jurni-button--seaglass {
  --btn-bg-color: var(--accent-seaglass);
  --btn-bg-hover: color-mix(in srgb, var(--primary-lagoon), black 20%);
}
.jurni-button.jurni-button--golden {
  --btn-bg-color: var(--primary-golden);
}
.jurni-button.jurni-button--lagoon {
  --btn-bg-color: var(--primary-lagoon);
}
.jurni-button.jurni-button--blush {
  --hover-color: var(--netural-dark-asphalt);
  --btn-bg-color: var(--accent-blush);
}
.jurni-button.jurni-button--narrow {
  padding: 1rem 2rem;
}

.jurni-section-heading {
  margin-block-end: 4rem;
  --heading-width: 100%;
  --pp-width: 100%;
  --pp-color: inherit;
  --heading-color: var(--primary-sunset);
  h2,
  p {
    text-align: center;
    margin: 0 auto;
  }
  h2 {
    font-size: 2.125rem;
    color: var(--heading-color);
    margin-block-end: 1rem;
    max-width: var(--heading-width);
  }
  p {
    font-size: 1.3125rem;
    margin-block: 0;
    line-height: 1.625rem;
    max-width: var(--pp-width);
    color: var(--pp-color);
  }
}
.jurni-section-heading.jurni-section-heading--seagrass {
  --heading-color: var(--accent-seaglass);
}
.jurni-section-heading.jurni-section-heading--pp-white {
  --pp-color: white;
}

.circle-text {
  --circle-bg-color: var(--primary-sunset);
  border-radius: 50%;
  background-color: var(--circle-bg-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: fit-content;
}
.circle-text--seaglass {
  --circle-bg-color: var(--accent-seaglass);
}

.thank-you-message,
.page-not-found-message {
  --padding-block: 4rem;
  --padding-inline: 4rem;
  --max-width: 535px;
  --margin-block: 20dvh;
  padding: var(--padding-block) min(10dvw, var(--padding-inline));
  background-color: white;
  border-radius: 20px;
  text-align: center;
  margin: var(--margin-block) auto;
  width: min(calc(100% - 4rem), var(--max-width));
  h1 {
    font-size: 2.125rem;
    margin-block-start: 0;
    color: var(--primary-sunset);
  }
  p {
    font-size: 1.3125rem;
    line-height: 26px;
    margin-block-end: 0;
  }
  .jurni-button {
    margin: 4rem auto 0;
  }
  @media (width < 769px) {
    --margin-block: 4rem;
  }
}
#main-content:has(.page-not-found-message) {
  background-color: var(--accent-seaglass);
}
.book-a-demo-content {
  --max-width: 334px;
  max-width: var(--max-width);
  margin-inline: auto 4rem;
  h1 {
    font-size: 2.125rem;
    color: var(--primary-sunset);
    margin-block-start: 0;
  }
  p {
    font-size: 1.125rem;
    line-height: 24px;
  }
  p:last-of-type {
    margin-block-end: 0;
  }
  @media (width < 769px) {
    --max-width: 100%;
    margin-inline: 0 0;
    p:last-of-type {
      margin-block-end: 2rem;
    }
  }
}
.hero {
  overflow: hidden;
  background-color: var(--primary-lagoon);
  height: 730px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  svg {
    position: absolute;
    height: 100%;
    width: auto;
    flex-shrink: 0;
    min-width: 2564px;
    translate: 730px 0;
  }
  svg.multiply-path {
    position: absolute;
  }
  .hero-video-background {
    right: 25%;
    translate: 640px 0;
    position: absolute;
    width: auto;
    height: 730px;
  }
  .overlay-guy {
    position: absolute;
    bottom: -4rem;
    height: 758px;
    translate: 213px 0;
  }

  .hero-content {
    position: relative;
    translate: -23rem 0;
    h1 {
      max-width: 493px;
      font-weight: 500;
      margin: 0 0 0.75rem 0;
      font-size: 5.5rem;
      line-height: 1.1;
    }
    p {
      margin: 0;
      max-width: 403px;
      font-size: 2rem;
      font-weight: 400;
    }
    .jurni-button {
      margin-block-start: 2.5rem;
    }
    .jurni-button:not(:hover) {
      color: var(--netural-dark-asphalt);
    }
  }
}

.intro-section {
  padding-block: 5rem;
  position: relative;
  background-color: var(--neutral-pebble);
  > .column {
    position: relative;
    z-index: 1;
  }
  .hero-content-mobile-wrapper {
    background-color: white;
  }
  .hero-content-mobile {
    display: none;
    translate: 0 -2rem;
    text-align: center;
    background-color: var(--accent-seaglass);
    padding: 1.7rem;
    border-radius: 25px;
    z-index: 1;
    & h1,
    & p {
      max-width: 29rem;
      text-align: center;
      margin: 0;
    }
    h1 {
      font-size: 2.5rem;
      margin-inline: auto;
      font-weight: 500;
    }
    p {
      font-size: 1.4rem;
      margin-inline: auto;
    }
    & .jurni-button {
      background-color: var(--primary-sunset);
      color: white;
      margin: 0.7rem auto 0;
      padding: 1rem 4rem;
    }
    & .jurni-button:hover,
    & .jurni-button:focus {
      background-color: var(--sunset-hover);
      color: #fff;
      filter: none;
    }
  }
  .intro-section-content {
    display: flex;
    gap: 4rem;
    justify-content: center;
    .intro-section-text {
      max-width: 383px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      h2 {
        font-size: 2.125rem;
        max-width: 14rem;
      }
      p {
        font-size: 1.125rem;
        max-width: 18rem;
        line-height: 1.5;
      }
    }
    .circle-hand-phone-image {
      max-width: 443px;
      width: 100%;
    }
  }
}

.homepage-video {
  position: relative;
  width: min(615px, 100%);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #000;
  flex-shrink: 0;
}

.homepage-video iframe,
.homepage-video__trigger {
  width: 100%;
  height: 100%;
}

.homepage-video iframe {
  border: 0;
}

.homepage-video__trigger {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.homepage-video__trigger:focus-visible {
  outline: 3px solid var(--primary-sunset);
  outline-offset: -3px;
}

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

.real-moments {
  padding-block: 5rem;
  h2 {
    text-align: center;
    margin-block-start: 0;
    margin-block-end: 2rem;
    margin-inline: auto;
    font-size: 2.25rem;
    color: var(--netural-dark-asphalt);
  }
}

.scroll-fun {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  height: 962px;
  background-color: var(--netural-dark-seaweed);
  overflow: hidden;
}

.scroll-fun-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 2.5rem;
  .word-box {
    max-width: 350px;
    margin-inline-end: 3rem;
    h3,
    p {
      margin: 0;
    }
    h3 {
      font-size: 1.75rem;
      font-weight: 500;
      color: var(--accent-seaglass);
      font-family: var(--cabrito-serif);
      margin-block-end: 0.5rem;
    }
    p {
      font-size: 1.125rem;
      color: var(--neutral-seashell);
      line-height: 22px;
    }
  }
}

.scroll-fun-right {
  display: flex;
  gap: 2.25rem;
  align-items: center;
  overflow: hidden;
  padding-inline-start: 4rem;
  .card-column {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    .card {
      .phone {
        width: 220px;
        height: auto;
        display: block;
      }
    }
  }
  .card-column:nth-child(even) {
    translate: 0 -300px;
  }
}

.mobile-screens {
  display: none;
  width: 100%;
  background-color: var(--netural-dark-seaweed);
  padding-block-end: 2rem;
  img {
    width: 900px;
  }
}

.cta {
  position: relative;
  z-index: 1;
  background-color: var(--neutral-seashell);
  padding-block: 6rem;
  .cta-local-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  > .column {
    position: relative;
    z-index: 2;
  }
  .cta-background {
    background-color: var(--primary-golden);
    border-radius: 20px;
    padding-block: 3rem;
    padding-inline: 1rem;
    max-width: 1110px;
    margin-inline: auto;
    .cta-content {
      display: flex;
      align-items: center;
      justify-content: center;
      p {
        text-align: center;
        font-size: 2.25rem;
        font-family: var(--cabrito-serif);
        margin: 0;
      }
      .jurni-button {
        margin-inline-start: 1.5rem;
      }
    }
  }
}

.got-questions {
  padding-block: 4rem;
  background-color: var(--neutral-pebble);
}

.real-experience {
  padding-block: 4rem;
  background-color: var(--neutral-seashell);
  .column-responsive-margins {
    --max-width: 1020px;
  }
  .jurni-section-heading {
    --pp-width: 632px;
  }
}
.real-experience__features {
  display: flex;
  gap: 1.5rem;
}
.real-experience__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 1 33%;
  h3 {
    font-size: 1.3125rem;
    color: var(--netural-dark-asphalt);
    font-weight: 600;
  }
  p {
    max-width: 310px;
    margin: 1rem auto 0;
  }
  img {
    max-width: 88px;
    margin-block-end: 2rem;
  }
}

.partnership-perks {
  background-color: var(--accent-seaglass);
  text-align: center;
  padding-block: 4rem 8rem;
  overflow: hidden;
  .column-responsive-margins {
    position: relative;
  }
  .hold-my-svg {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    .jurni-button {
      margin-block-start: 7rem;
      position: relative;
    }
    .partnership-perks__svg {
      position: absolute;
      top: -510px;
      left: -280px;
    }
  }
}

/* Legacy .end-style */

.end-section {
  background-color: var(--accent-blush);
  .column {
    position: relative;
    padding-block: 10rem;
    .end-section-content {
      margin-inline-start: 6rem;
      h2,
      p {
        max-width: 283px;
      }
      h2 {
        font-size: 2.25rem;
      }
      p {
        font-size: 1.125rem;
        line-height: 1.5;
      }
    }
    #Mobile-Curve {
      display: none;
      max-width: 740px;
      position: absolute;
      top: 22rem;
      right: -7rem;
    }
    #end-section-pink-curve {
      position: absolute;
      top: 0;
      right: -180px;
      max-width: 680px;
    }

    .pink-girl-container {
      overflow: hidden;
      height: 700px;
      width: 100%;
      position: absolute;
      bottom: 0;
      pointer-events: none;

      .pink-girl {
        position: absolute;
        bottom: 0;
        right: 270px;
        max-height: 660px;
        width: auto;
        filter: drop-shadow(20px 30px 35px rgba(0, 0, 0, 0.3));
      }
    }
    .pink-girl-mobile {
      display: none;
      margin-inline: auto;
      max-height: 490px;
      width: auto;
      filter: drop-shadow(20px 30px 15px rgba(0, 0, 0, 0.3));
    }
  }
}

@media (width < 1300px) {
  .hero {
    .hero-content {
      translate: -15rem 0;
      h1 {
        font-size: 4rem;
        margin: 0 0 0.5rem 0;
      }
      p {
        font-size: 1.7rem;
      }
    }
  }
}
@media (width < 1200px) {
  .end-section {
    .column {
      #end-section-pink-curve {
        right: -290px;
      }
      .pink-girl-container {
        .pink-girl {
          right: 170px;
        }
      }
    }
  }
}

@media (width < 1024px) {
  .hero {
    height: 280px;
    svg {
      translate: 130px 0;
    }
    .hero-video-background {
      translate: 13rem -2rem;
      height: 360px;
    }
    .overlay-guy {
      bottom: 0rem;
      height: 275px;
      translate: -44px 0;
    }
    .hero-content {
      display: none;
    }
  }

  .intro-section {
    padding-block: 0 4rem;
    .hero-content-mobile {
      display: block;
      .jurni-button {
        padding: 1rem 1.2rem;
      }
    }
    .intro-section-content {
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      text-align: center;
      .intro-section-text {
        h2 {
          max-width: none;
        }
        p {
          max-width: none;
        }
      }
    }
  }
  .homepage-video {
    width: 100%;
  }
  .scroll-fun {
    grid-template-columns: 1fr;
    height: auto;
    .scroll-fun-left {
      padding-inline: 2rem;
      padding-block: 3rem;
      align-items: start;
      justify-content: start;
      .word-box {
        margin-inline-end: 0;
        max-width: 100%;
      }
    }
    .scroll-fun-right {
      display: none;
    }
  }
  .mobile-screens {
    display: grid;
    justify-content: center;
    img {
      width: 640px;
    }
  }
  .cta .cta-background {
    padding-block: 2rem;
    margin-block: 2rem;
    .cta-content {
      flex-direction: column;
      p {
        margin-block-end: 1rem;
        font-size: 1.2rem;
      }
      .jurni-button {
        margin-inline-start: 0;
        padding: 1rem 1.2rem;
      }
    }
  }
  /* Legacy .end-section */
  .end-section {
    .column {
      padding-block: 2rem 0;
      .end-section-content {
        margin-inline-start: 0;
        h2 {
          margin-block-start: 0;
          margin-inline: auto;
        }
        p {
          margin-inline: auto;
        }
      }
      #end-section-pink-curve {
        display: none;
      }
      #Mobile-Curve {
        display: block;
      }
      .pink-girl-container {
        position: relative;
        display: none;
      }
      .pink-girl-mobile {
        display: block;
      }
    }
  }
  .real-experience__features {
    flex-direction: column;
    .real-experience__feature + .real-experience__feature {
      margin-block-start: 2rem;
    }
  }
}
@media (width < 500px) {
  .hero {
    .hero-video-background {
      right: -2%;
    }
  }
  .intro-section {
    &.corner-cut::after {
      display: none;
    }
    .hero-content-mobile {
      & h1,
      & p {
        max-width: 17rem;
      }
      .jurni-button {
        width: 100%;
      }
    }
  }
  .real-moments {
    h2 {
      max-width: 16rem;
      margin-block-start: -2rem;
    }
  }
  .end-section {
    .column {
      #Mobile-Curve {
        right: -25rem;
      }
    }
  }
}
.for-business {
  .for-business-hero {
    display: flex;
    .for-business-hero__content {
      padding-block: 5rem;
      --max-width: 375px;
      background-color: var(--primary-golden);
      flex: 0 1 55%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-inline-end: 16rem;
      h1,
      p {
        max-width: var(--max-width);
        margin-inline-start: 2rem;
      }
      h1 {
        font-size: 2.375rem;
      }
      p {
        font-size: 1.125rem;
      }
    }
    .for-business-hero__image {
      background-color: var(--accent-butterfly);
      flex: 0 1 45%;
      position: relative;
      .for-business-hero__phone-image,
      .for-business-hero__circle-image,
      .for-business-hero__relate-image,
      .for-business-hero__intro-image {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
      }
      .for-business-hero__mobile,
      .for-business-hero__mobile-bg {
        display: none;
      }
      .for-business-hero__phone-image {
        width: 237px;
        height: auto;
        translate: -130px -50%;
      }
      .for-business-hero__circle-image {
        width: 349px;
        height: auto;
        translate: 0 -50%;
      }
      .for-business-hero__relate-image {
        width: 134px;
        height: auto;
        translate: 312px -58%;
      }
      .for-business-hero__intro-image {
        width: 134px;
        height: auto;
        translate: 263px 23%;
      }
    }
  }
  .for-business-hero-content-mobile {
    display: none;
  }
  .approach {
    padding-block: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    .jurni-section-heading {
      --heading-width: 385px;
      --pp-width: 601px;
    }
  }

  .student-outcomes {
    padding-block: 5rem;
    background-color: var(--neutral-pebble);
    .jurni-section-heading {
      --heading-width: 630px;
      --pp-width: 656px;
      h2 {
        color: var(--primary-sunset-a11y);
      }
    }
    .student-outcomes__cards {
      display: flex;
      gap: 3rem;
      .student-outcomes__card {
        background-color: white;
        border-radius: 20px;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        img {
          width: 100%;
          margin-bottom: 2rem;
        }
        h3 {
          color: var(--netural-dark-asphalt);
          font-size: 1.5rem;
        }
        p {
          font-size: 1.125rem;
          line-height: 26px;
        }
        .jurni-button {
          width: fit-content;
        }
      }
    }
  }

  .moments {
    padding-block: 5rem;
    .jurni-section-heading {
      --heading-width: 564px;
      --pp-width: 520px;
      margin-block-end: 3rem;
    }
  }

  .partner-cta {
    background-color: var(--netural-dark-seaweed);
    padding-block: 5rem 2rem;
    .jurni-section-heading {
      --pp-width: 780px;
    }
    .jurni-button {
      margin: 2rem auto 0;
    }
  }

  .faq {
    background-color: var(--neutral-pebble);
    padding-block: 5rem;
    .jurni-section-heading {
      h2 {
        color: var(--primary-sunset-a11y);
      }
    }
  }

  .book-demo {
    padding-block: 5rem;
    .column-responsive-margins {
      --max-width: 730px;
    }
    .jurni-section-heading {
      --pp-width: 520px;
      margin-block-end: 0;
    }
  }
  @media (width < 1024px) {
    .for-business-hero {
      overflow: hidden;
      .corner-cut.corner-cut--golden {
        --corner-cut-fill: none;
      }
      .for-business-hero__image {
        flex: 0 1 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: var(--primary-golden);
        .for-business-hero__circle-image,
        .for-business-hero__phone-image,
        .for-business-hero__intro-image,
        .for-business-hero__relate-image {
          display: none;
        }
        .for-business-hero__mobile {
          display: block;
          position: relative;
          width: 100%;
          max-width: 460px;
          margin-block-start: 2rem;
        }
        .for-business-hero__mobile-bg {
          display: block;
          position: absolute;
          bottom: 0;
          right: 0;
        }
      }
      .for-business-hero__content {
        display: none;
      }
    }
    .for-business-hero-content-mobile {
      display: block;
      position: relative;
      margin-block-start: -4rem;
      .for-business-hero-content-mobile__inner {
        border-radius: 20px;
        background-color: var(--accent-butterfly);
        padding: 2rem;
        text-align: center;
        h1 {
          font-size: 2.375rem;
          line-height: 46px;
          margin: 0 auto 1rem;
        }
        p {
          font-size: 1.125rem;
          line-height: 24px;
          margin-block-end: 0;
        }
      }
    }
    .student-outcomes {
      .student-outcomes__cards {
        flex-direction: column;
      }
    }
  }
  @media (width < 500px) {
    .for-business-hero-content-mobile {
      .for-business-hero-content-mobile__inner {
        h1 {
          max-width: 338px;
        }
      }
    }
    .student-outcomes {
      .jurni-section-heading {
        --heading-width: 433px;
        --pp-width: 389px;
      }
    }
  }
}
:root {
  --hsf-global__font-family: var(--source-sans);
  --hsf-button__background-color: var(--primary-lagoon);
  --hsf-button__color: var(--netural-dark-asphalt);
  --hsf-button__border-radius: 999px;
  --hsf-button__padding: 12px 4rem;
  --hsf-field-label__color: var(--netural-dark-asphalt);
  --hsf-heading__color: var(--netural-dark-asphalt);
  --hsf-richtext__color: var(--netural-dark-asphalt);

  @media (width < 430px) {
    --hsf-button__padding: 12px 24px;
  }
}
[data-hsfc-id="Renderer"] {
  --hsf-navigationrow-buttons-single__justify-content: center;
}

.hsfc-Button {
  transition: background-color 0.2s ease;
}
.hsfc-Button:focus-visible {
  outline: 2px solid var(--netural-dark-asphalt);
}
.hsfc-Button:hover {
  transform: translateY(0) !important;
  background-color: color-mix(
    in srgb,
    var(--primary-lagoon),
    black 20%
  ) !important;
}
.hs_cos_wrapper:has(.jurni-slider) {
  display: block;
  width: 100%;
}

.hs_cos_wrapper_type_rich_text:has(.jurni-slider) {
  display: block;
  width: 100%;
}

.jurni-slider {
  width: min(100%, 920px);
  position: relative;
  margin-inline: auto;
  .jurni-slider__slide {
    --slide-background-color: var(--accent-blush);
    width: 100%;
    height: 500px;
    background-color: var(--slide-background-color);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    img {
      height: 100%;
    }
    .jurni-slider__text-container {
      flex-basis: 360px;
      display: flex;
      align-items: center;
    }
    .jurni-slider__text-container--end {
      justify-content: flex-end;
    }
    .jurni-slider__text {
      max-width: 291px;
      h3 {
        font-size: 2rem;
        font-weight: 700;
        color: var(--primary-sunset-a11y);
      }
      p {
        font-size: 1.5rem;
        line-height: 34px;
      }
    }
  }
  .jurni-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
  }
  .jurni-slider__slide.jurni-slider__slide--blush {
    --slide-background-color: var(--accent-blush);
  }
  .jurni-slider__slide.jurni-slider__slide--seaglass {
    --slide-background-color: var(--accent-seaglass);
  }
  .jurni-slider__slide.jurni-slider__slide--butterfly {
    --slide-background-color: var(--accent-butterfly);
  }
  .jurni-slider__slide.jurni-slider__slide--vcenter {
    & > div:first-child {
      display: flex;
      align-items: center;
      margin-inline: 2rem;
      img {
        height: 80%;
      }
    }
  }
  .jurni-slider-arrow-left,
  .jurni-slider-arrow-right {
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .jurni-slider-arrow-left:focus-visible,
  .jurni-slider-arrow-right:focus-visible,
  .current-slide-dots .dot:focus-visible {
    outline: 3px solid var(--primary-sunset);
    outline-offset: 8px;
  }
  .jurni-slider-arrow-left {
    left: 0;
    translate: calc(-100% - 4rem) -50%;
  }
  .jurni-slider-arrow-right {
    right: 0;
    translate: calc(100% + 4rem) -50%;
  }
  .current-slide-dots {
    display: flex;
    width: fit-content;
    gap: 1rem;
    margin: 1.5rem auto 0;
    .dot {
      width: 12px;
      height: 12px;
      border-radius: 999px;
      background-color: var(--netural-dark-neptune);
      position: relative;
      border: 0;
      padding: 0;
      cursor: pointer;
    }
    .dot--current::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 999px;
      border: 2px solid var(--netural-dark-neptune);
      top: -4px;
      left: -4px;
    }
  }
  @media (width < 1080px) {
    width: 100%;
    margin-inline: auto;
    max-width: 550px;
    padding-inline: 2rem;
    
    .jurni-slider__slide {
      flex-direction: column;
      justify-content: flex-start;
      height: auto;
      background: transparent;
      & > div:first-child {
      }
      img {
        margin-inline: auto;
        width: 100%;
        height: auto;
        max-width: 400px;
      }
      .jurni-slider__text-container {
        display: block;
        flex-basis: 0%;
        padding: 2rem 2rem 0;
        .jurni-slider__text {
          max-width: none;
        }
      }
    }
    &.jurni-slider--reverse-mobile {
      .jurni-slider__slide {
        flex-direction: column-reverse;
      }
    }
    .jurni-slider__slide.jurni-slider__slide--vcenter > div:first-child {
      display: block;
      width: 100%;
      margin-inline: 0;
    }
    .jurni-slider__slide.jurni-slider__slide--vcenter > div:first-child img {
      width: 100%;
      height: auto;
    }
  }
}
.jurni-accordion {
  width: min(726px, calc(100% - 4rem));
  margin: 0 auto;

  .jurni-accordion__item {
    position: relative;
    border-top: 1px solid #443D2D;
  }

  .jurni-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
  }

  .jurni-accordion__trigger:focus-visible {
    outline: 3px solid var(--primary-sunset);
    outline-offset: 6px;
  }

  .jurni-accordion__title {
    display: block;
    padding-inline-end: 1rem;
    color: var(--netural-dark-asphalt);
    font-family: var(--source-sans);
    font-weight: 700;
    font-size: 1.125rem;
  }

  .jurni-accordion__panel {
    height: 0;
    overflow: hidden;
    transition: height 0.28s ease;
  }

  .jurni-accordion__panel[hidden] {
    display: block;
  }

  .jurni-accordion__panel-inner {
    padding-block-end: 1.5rem;
    p {
      margin-block-start: 0;
      line-height: 24px;
    }
    p:last-of-type {
      margin-block-end: 0;
    }
  }

  .jurni-accordion__item.is-open {
    .caret {
      transform: rotate(45deg);
    }
  }

  .jurni-accordion__item:not(.is-open) {
    .caret {
      transform: rotate(225deg);
    }
  }

  .caret {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    position: relative;
    scale: 0.6;
    transition: transform 0.28s ease;
  }

  .caret::before,
  .caret::after {
    content: "";
    position: absolute;
    background: #000;
    border-radius: 3px;
  }

  .caret::before {
    width: 26px;
    height: 9px;
    top: 0;
    left: 0;
  }

  .caret::after {
    width: 9px;
    height: 26px;
    top: 0;
    left: 0;
  }
}
.jurni-app-viewer {
  .jurni-app-viewer__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-block: 0 4rem;
    li button {
      font-family: var(--source-sans);
      color: var(--netural-dark-asphalt);
      border: none;
      font-size: 0.875rem;
      background-color: var(--accent-seaglass);
      border-radius: 999px;
      cursor: pointer;
      font-weight: 600;
      padding: 0.75rem 1.7rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      transition: background-color 0.5s ease;
      &.active {
        background-color: color-mix(in srgb, var(--accent-seaglass), black 20%);
      }
    }
  }
  .jurni-app-viewer__introductions {
    position: relative;
    display: flex;
    justify-content: center;
    margin-block-end: 2rem;
    .jurni-app-viewer__introduction {
      text-align: center;
      font-size: 1.3125rem;
      line-height: 26px;
      position: absolute;
      transition: opacity 0.25s ease, translate 0.5s ease;
      &[aria-hidden="true"] {
        opacity: 0;
        visibility: hidden;
        translate: 0 10px;
        pointer-events: none;
      }
      &[aria-hidden="false"] {
        position: relative;
      }
    }
  }
  .jurni-app-viewer__views {
    position: relative;
    .jurni-app-viewer__view {
      display: flex;
      justify-content: center;
      gap: 4rem;
      position: absolute;
      img {
        width: 100%;
        max-width: 325px;
        filter: drop-shadow(0 0 0 rgb(0 0 0 / 0));
        &:hover {
          transform-origin: center center;
          scale: 1.05;
          filter: drop-shadow(0 0 10px rgb(0 0 0 / 0.4));
        }
      }
      img:nth-child(1) {
        transition: opacity 0.5s 0.25s ease, translate 0.5s 0.25s ease,
          scale 0.5s ease, filter 0.5s ease;
      }
      img:nth-child(2) {
        transition: opacity 0.5s 0.5s ease, translate 0.5s 0.5s ease,
          scale 0.5s ease, filter 0.5s ease;
      }
      img:nth-child(3) {
        transition: opacity 0.5s 0.75s ease, translate 0.5s 0.75s ease,
          scale 0.5s ease, filter 0.5s ease;
      }
      &[aria-hidden="true"] {
        pointer-events: none;
        img {
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          translate: 0 20px;
        }
      }
      &[aria-hidden="false"] {
        position: relative;
      }
    }
  }
}

@media (width < 1230px) {
  .jurni-app-viewer {
    .jurni-app-viewer__buttons {
      width: 100vw;
      margin-inline: calc(50% - 50vw);
      padding-inline: 2rem;
      box-sizing: border-box;
      justify-content: flex-start;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      margin-block-end: 2rem;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      touch-action: auto;
      overscroll-behavior-x: contain;
      cursor: grab;
      li {
        flex: 0 0 auto;
      }
      &::-webkit-scrollbar {
        display: none;
      }
      &.is-dragging {
        cursor: grabbing;
        user-select: none;
      }
    }
    .jurni-app-viewer__views {
      width: 100vw;
      margin-inline: calc(50% - 50vw);
      overflow: hidden;
      .jurni-app-viewer__view {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: visible;
        height: 520px;
        width: 100%;
        padding-inline: 2rem;
        padding-block: 1rem;
        box-sizing: border-box;
        gap: 2rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
        overscroll-behavior-x: contain;
        cursor: grab;
        &::-webkit-scrollbar {
          display: none;
        }
        &.is-dragging {
          cursor: grabbing;
          user-select: none;
        }
        img {
          -webkit-user-drag: none;
          user-select: none;
          &:hover {
            scale: 1;
            filter: drop-shadow(0 0 0 rgb(0 0 0 / 0));
          }
        }
      }
    }
  }
}
.marketing-brief {
  .title-bar .column-responsive-margins {
    --max-width: 730px;
  }

  .column-responsive-margins.marketing-brief-intro {
    --max-width: 1105px;
  }
  h2,
  h3 {
    color: var(--netural-dark-asphalt);
  }
  h2 {
    font-size: 2rem;
    margin-block: 1rem;
    font-family: var(--source-sans);
    font-weight: 700;
  }
  ul {
    padding-inline-start: 1rem;
    li {
      font-size: 1.125rem;
      line-height: 24px;
    }
    li + li {
      margin-block-start: 1rem;
    }
    li::marker {
      color: var(--primary-sunset);
      font-size: 1.2rem;
    }
  }
  .marketing-brief-intro {
    display: flex;
    gap: 3rem;
    padding-block: 2rem 5rem;
    & > div:nth-child(1) {
      flex: 0 1 52%;
      p:first-child {
        margin-block-start: 0;
      }
      .insight-to-intervention {
        h3 {
          font-weight: 600;
          font-size: 1.125rem;
          margin-block-start: 1rem;
        }
        p {
          margin-block: 0.5rem;
          line-height: 26px;
          font-size: 1.125rem;
        }
        p:not(:first-of-type) {
          line-height: 22px;
        }
        a {
          color: var(--primary-sunset-a11y);
          font-weight: 700;
          font-size: 1.1875rem;
        }
      }
    }
    & > div:nth-child(2) {
      flex: 0 1 48%;
      .get-the-insight-image {
        max-width: 218px;
        width: 100%;
      }
      h2 {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-family: var(--source-sans);
        font-size: 2rem;
        font-weight: 600;
        justify-content: center;
        margin-block-start: 0;
        color: var(--primary-sunset);
      }
      .form-top-download-brief {
        margin-block-start: 2rem;
        border: 4px solid var(--primary-peony);
        border-radius: 20px;
        padding: 1rem;
        button[type="submit"] {
          width: 100%;
        }
      }
    }
  }

  .stop-outs-impact {
    padding-block: 4rem 5rem;
    background-color: var(--neutral-pebble);
    .column-responsive-margins {
      max-width: 840px;
    }
    .jurni-section-heading {
      --pp-width: 408px;
      p {
        font-size: 1.125rem;
      }
    }

    .stop-outs-impact__columns {
      display: flex;
      gap: 2.5rem;
      padding-block-start: 3rem;
      & > div:nth-child(1) {
        flex: 0 1 45%;
      }
      & > div:nth-child(2) {
        flex: 0 1 55%;
        position: relative;
      }
      h3 {
        color: var(--primary-sunset-a11y);
        font-weight: 600;
        max-width: 334px;
      }

      .circle-text {
        position: absolute;
        top: 0;
        left: 0;
        a {
          font-size: 12px;
          color: var(--netural-dark-asphalt);
        }
        span {
          display: inline-block;
          line-height: 1;
          font-family: var(--source-sans);
        }
        p {
          margin-block: 0 0.5rem;
          line-height: 26px;
          font-size: 24px;
        }
      }
      .circle-text:nth-child(1) {
        padding: 3rem;
        translate: 0 -80px;
        span {
          font-weight: 700;
          color: white;
          font-size: 66px;
          margin-block-start: -2rem;
        }
        p {
          max-width: 194px;
          color: white;
        }
      }
      .circle-text:nth-child(2) {
        padding: 2rem;
        translate: 180px 130px;
        span {
          font-size: 66px;
          font-weight: 600;
        }
        p {
          max-width: 168px;
        }
      }
    }
  }

  .why-students-stop {
    padding-block: 5rem;
    .why-students-stop__content-top {
      display: flex;
      gap: 2rem;
      margin-block-end: 2rem;
      & > div:first-child {
        flex: 0 1 30%;
        h3 {
          color: var(--primary-sunset);
          max-width: 242px;
          font-size: 1.5rem;
          font-weight: 600;
        }
        p {
          max-width: 296px;
          font-size: 1.125rem;
          line-height: 24px;
        }
      }
      .why-students-stop__grid {
        flex: 70%;
        display: grid;
        gap: 3rem;
        grid-template-columns: 1fr 1fr;
        .why-students-stop__circle-text {
          display: flex;
          gap: 1rem;
          align-items: center;
          img {
            max-width: 125px;
            width: 100%;
          }
        }
      }
    }
    .why-students-stop__graphs {
      background-color: var(--neutral-pebble);
      border-radius: 20px;
      padding: 2rem;
      .why-students-stop__graphs-columns {
        display: flex;
        justify-content: space-around;
        margin-block-end: 1rem;
        gap: 2rem;
        position: relative;
        .why-students-stop__graph {
          display: flex;
          gap: 1.5rem;
          svg {
            flex: 0 0 auto;
          }
          &:nth-child(1) {
            position: relative;
            p {
              max-width: 270px;
            }
          }
          &:nth-child(3) {
            p {
              max-width: 246px;
            }
          }
        }
        .why-students-stop__graphs-middle-pipe {
          width: 2px;
          height: 80%;
          background-color: var(--primary-sunset);
          position: absolute;
          left: 50%;
          top: 50%;
          translate: -1px -50%;
        }
      }
      .why-students-stop__graphs-footer-link {
        font-size: 0.75rem;
        text-align: center;
        display: block;
      }
    }
  }

  .prevents-stop-outs {
    background-color: var(--neutral-pebble);
    overflow: hidden;
    .prevents-stop-outs__columns {
      display: flex;
      gap: 5rem;
      & > div:nth-child(1) {
        flex: 0 1 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-block: 2rem;
        h2 {
          max-width: 300px;
        }
        h3 {
          color: var(--primary-sunset-a11y);
          font-weight: 600;
        }
      }
      & > div:nth-child(2) {
        flex: 0 1 60%;
        img {
          width: 100%;
        }
        p {
          width: 100%;
          font-size: 1.25rem;
          padding: 2rem;
          line-height: 24px;
          margin-block: 0;
          background-color: var(--accent-butterfly);
          height: 100%;
        }
        a {
          font-size: 0.75rem;
        }
      }
    }
  }

  .solving-stop-outs {
    padding-block: 5rem;
    .column-responsive-margins {
      --max-width: 900px;
    }
    .solving-stop-outs__columns {
      display: flex;
      gap: 3rem;
      div:nth-child(1) {
        flex: 0 1 45%;
        img {
          margin-inline-start: auto;
          max-width: 406px;
          width: 100%;
        }
      }
      div:nth-child(2) {
        flex: 0 1 55%;
        h2 {
          max-width: 350px;
        }
        h3 {
          font-weight: 600;
          color: var(--primary-sunset);
        }
      }
    }
  }

  .unlock-the-insight {
    padding-block: 5rem;
    background-color: var(--accent-blush);
    .column-responsive-margins {
      --max-width: 900px;
    }
    .unlock-the-insight__columns {
      display: flex;
      gap: 3rem;
      & > div:nth-child(1) {
        h2 {
          margin-block-start: 0;
        }
        flex: 0 1 50%;
      }
      & > div:nth-child(2) {
        flex: 0 1 50%;
      }
    }
    .unlock-the-insight__checkmark-list {
      list-style: none;
      padding-left: 0;
    }

    .unlock-the-insight__checkmark-list li {
      position: relative;
      padding-left: 2rem;
    }

    .unlock-the-insight__checkmark-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.1rem;
      width: 1.5rem;
      height: 1.5rem;
      background: url('https://50618407.fs1.hubspotusercontent-na1.net/hubfs/50618407/raw_assets/public/jurni-theme/images/list-checkmark.svg')
        no-repeat center / contain;
    }
    .form-bottom-download-brief {
      background-color: white;
      border-radius: 20px;
      button[type="submit"] {
        width: 100%;
      }
    }
  }
  @media (width < 1024px) {
    .marketing-brief-intro {
      flex-direction: column;
    }
    .stop-outs-impact {
      padding-block: 4rem 0;
      .stop-outs-impact__columns {
        flex-direction: column;
        & > div:nth-child(2) {
          .circle-text {
            position: relative;
            translate: 0 0;
          }
          .circle-text:nth-child(2) {
            translate: 0 0;
            top: -4rem;
            left: 9rem;
          }
        }
      }
    }
    .why-students-stop {
      .why-students-stop__content-top {
        flex-direction: column;
        & > div:first-child {
          p,
          h3 {
            max-width: none;
          }
        }
        .why-students-stop__grid {
          grid-template-columns: 1fr;
        }
      }
      .why-students-stop__graphs {
        .why-students-stop__graphs-columns {
          flex-direction: column;
          .why-students-stop__graphs-middle-pipe {
            height: 2px;
            width: 100%;
            translate: -50% -1px;
          }
        }
      }
    }
    .prevents-stop-outs {
      .prevents-stop-outs__columns {
        flex-direction: column;
        gap: 0;
        & > div:nth-child(2) {
          margin-inline: -2rem;
        }
      }
    }
    .solving-stop-outs {
      padding-block: 2rem;
      .solving-stop-outs__columns {
        flex-direction: column-reverse;
        gap: 2rem;
        div:nth-child(1) {
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .unlock-the-insight {
      .unlock-the-insight__columns {
        flex-direction: column;
        gap: 2rem;
      }
    }
  }
  @media (width < 500px) {
    .stop-outs-impact {
      .stop-outs-impact__columns {
        & > div:nth-child(2) {
          .circle-text {
            transform-origin: top left;
            scale: 0.7;
          }
          .circle-text:nth-child(2) {
            top: -140px;
            left: 120px;
            margin-block-end: -10rem;
          }
        }
      }
    }
  }
}
.mobile-menu {
  padding: 1rem;
  display: none;
  position: relative;
  .hamburger-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;

    svg {
        display: block;
    }
  }
  .mobile-menu__logo svg {
    max-width: 149px;
    width: 100%;
  }
  .jurni-button {
    padding: 0.7rem 1.7rem;
  }

  .mobile-menu-panel {
    background-color: white;
    height: 100dvh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: translate 300ms ease;
    translate: -100% 0;
  }
  .mobile-menu-panel__header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    align-items: center;
    .close-mobile-menu-button {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      svg {
        display: block;
      }
    }
  }
  .mobile-nav__list {
    margin: 0;
    padding: 0 2rem 1rem;
    list-style: none;
    .mobile-nav__item:first-child {
      border-top: 1px solid var(--netural-dark-asphalt);
      padding-block-start: 1rem;
    }
    .mobile-nav__item + .mobile-nav__item {
      margin-block-start: 1.5rem;
    }
    .mobile-nav__item {
      font-size: 1.3125rem;
    }
    .mobile-nav__item a {
      text-decoration: none;
    }
  }
}
@media (width < 769px) {
  .mobile-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
}
.partner-introduction {
  padding: 2rem;
  border-radius: 20px;
  border: 4px var(--primary-golden) solid;
  header {
    display: flex;
    gap: 2rem;
  }
  .partner-introduction__title {
    font-family: var(--source-sans);
    color: var(--netural-dark-asphalt);
    font-size: 1.125rem;
    font-weight: 600;
  }
  .partner-introduction__contact {
  }
  .partner-introduction__introduction p {
    font-size: 1rem;
    line-height: 22px;
  }
  .partner-introduction__introduction p:last-child {
    margin-block-end: 0;
  }
  .partner-introduction__introduction p:first-child {
    margin-block-start: 0;
  }
}
.onboarding-steps {
  p,
  li {
    font-size: 1.125rem;
  }
  header {
    text-align: center;
    margin-block-end: 3rem;
    p {
      font-size: 1.3125rem;
      text-wrap: balance;
    }
  }
  h2 {
    color: var(--netural-dark-asphalt);
    font-family: var(--source-sans);
    font-size: 2rem;
    font-weight: 700;
  }
  h3 {
    font-weight: 600;
    margin-block-start: 3rem;
  }
  .jurni-button {
    margin-inline: auto;
    margin-block-start: 3rem;
  }
}
.onboarding-steps__box {
  border: 1px solid var(--neutral-driftwood);
  padding: 1.5rem;
  background-color: var(--neutral-seashell);
  margin-block-end: 2rem;
  ol,
  ul {
    margin-block: 0;
    li:first-child p {
      margin-block-start: 0;
    }
    li:last-child p {
      margin-block-end: 0;
    }
  }
}
.jurni-section-heading {
  .onboarding-faq-heading {
    color: var(--netural-dark-asphalt);
    font-family: var(--source-sans);
    font-weight: 700;
    font-size: 2rem;
  }
}