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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.story-builder__form {
  margin-top: 40px;
}
.story-builder__form:first-child {
  margin-top: 0;
}

.story-builder__form-copy {
  margin-bottom: 24px;
}

.story-builder__form-title + .story-builder__form-description {
  margin-top: 10px;
}

.story-builder__form--cta-card {
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #F3F4FB;
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(10, 10, 10, 0.05);
}

.story-builder__form--cta-card .story-builder__form-copy {
  margin-bottom: 30px;
}

.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_heading {
  margin: 0 0 24px;
}
.gform_wrapper .gform_title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  margin: 0;
  color: #0A0A0A;
}
.gform_wrapper .gform_description {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gform_description p {
  margin: 0 auto;
}
.gform_wrapper .gform_description p + p {
  margin-top: 1em;
}
.gform_wrapper .gform_description {
  margin: 10px 0 0;
  color: rgba(10, 10, 10, 0.7);
}
.gform_wrapper .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gfield_label p,
.gform_wrapper .gform-field-label p {
  margin: 0 auto;
}
.gform_wrapper .gfield_label p + p,
.gform_wrapper .gform-field-label p + p {
  margin-top: 1em;
}
.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
  margin: 0 0 8px;
  color: #0A0A0A;
  font-weight: 600;
}
.gform_wrapper .gfield_required,
.gform_wrapper .gfield_required_asterisk {
  color: #4D2DA2;
  margin-left: 4px;
}
.gform_wrapper :where(input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea,
select) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  min-height: 56px;
  padding: 14px 16px;
  border: 2px solid #EAEBF4;
  border-radius: 14px;
  background: #fff;
  color: #0A0A0A;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 140%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.gform_wrapper textarea {
  min-height: 160px;
  resize: vertical;
}
.gform_wrapper select {
  cursor: pointer;
}
.gform_wrapper :where(input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea,
select):hover {
  border-color: #4D2DA2;
  box-shadow: 0 0 0 2px rgba(77, 45, 162, 0.12);
}
.gform_wrapper :where(input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea,
select):focus {
  outline: none;
  border-color: #4D2DA2;
  box-shadow: 0 0 0 3px rgba(77, 45, 162, 0.15);
}
.gform_wrapper :where(input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea)::placeholder {
  color: rgba(10, 10, 10, 0.45);
}
.gform_wrapper .gfield_description,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .gform-field-description,
.gform_wrapper .instruction,
.gform_wrapper .validation_message {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gfield_description p,
.gform_wrapper .gfield_validation_message p,
.gform_wrapper .gform-field-description p,
.gform_wrapper .instruction p,
.gform_wrapper .validation_message p {
  margin: 0 auto;
}
.gform_wrapper .gfield_description p + p,
.gform_wrapper .gfield_validation_message p + p,
.gform_wrapper .gform-field-description p + p,
.gform_wrapper .instruction p + p,
.gform_wrapper .validation_message p + p {
  margin-top: 1em;
}
.gform_wrapper .gfield_description,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .gform-field-description,
.gform_wrapper .instruction,
.gform_wrapper .validation_message {
  margin-top: 8px;
  color: rgba(10, 10, 10, 0.6);
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_radio .gchoice {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_checkbox .gfield-choice-input,
.gform_wrapper .gfield_radio input,
.gform_wrapper .gfield_radio .gfield-choice-input {
  width: 18px;
  height: 18px;
  margin: 0;
  min-height: 0;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #EAEBF4;
  flex: 0 0 auto;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_checkbox .gchoice_label,
.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_radio .gchoice_label {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gfield_checkbox label p,
.gform_wrapper .gfield_checkbox .gchoice_label p,
.gform_wrapper .gfield_radio label p,
.gform_wrapper .gfield_radio .gchoice_label p {
  margin: 0 auto;
}
.gform_wrapper .gfield_checkbox label p + p,
.gform_wrapper .gfield_checkbox .gchoice_label p + p,
.gform_wrapper .gfield_radio label p + p,
.gform_wrapper .gfield_radio .gchoice_label p + p {
  margin-top: 1em;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_checkbox .gchoice_label,
.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_radio .gchoice_label {
  margin: 0 0 0 20px;
  color: #0A0A0A;
  cursor: pointer;
  flex: 1 1 auto;
}
.gform_wrapper .gfield_error :where(input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea,
select) {
  border-color: #D92D20;
  background: #FFF9F8;
  box-shadow: none;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .gform-field-label,
.gform_wrapper .gfield_error .validation_message,
.gform_wrapper .gfield_error .gfield_validation_message {
  color: #B42318;
}
.gform_wrapper .gform_validation_errors {
  margin: 0 0 20px;
  border-radius: 16px;
  border: 2px solid #FECACA;
  background: #FEF2F2;
  box-shadow: 0 0 50px 0 rgba(10, 10, 10, 0.04);
  padding: 14px 16px;
}
.gform_wrapper .gform_validation_errors > h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gform_validation_errors > h2 p {
  margin: 0 auto;
}
.gform_wrapper .gform_validation_errors > h2 p + p {
  margin-top: 1em;
}
.gform_wrapper .gform_validation_errors > h2 {
  margin: 0;
  color: #B42318;
  font-weight: 500;
}
.gform_wrapper .ginput_container_fileupload input[type=file] {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .ginput_container_fileupload input[type=file] p {
  margin: 0 auto;
}
.gform_wrapper .ginput_container_fileupload input[type=file] p + p {
  margin-top: 1em;
}
.gform_wrapper .ginput_container_fileupload input[type=file] {
  min-height: 0;
  padding: 12px 14px;
  border: 2px dashed rgba(77, 45, 162, 0.25);
  border-radius: 14px;
  background: rgba(77, 45, 162, 0.04);
}
.gform_wrapper .gf_progressbar_wrapper,
.gform_wrapper .gf_page_steps {
  margin: 0 0 24px;
}
.gform_wrapper .gf_progressbar {
  height: 10px;
  border-radius: 999px;
  background: rgb(243, 244, 251);
  overflow: hidden;
}
.gform_wrapper .gf_progressbar_percentage {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gf_progressbar_percentage p {
  margin: 0 auto;
}
.gform_wrapper .gf_progressbar_percentage p + p {
  margin-top: 1em;
}
.gform_wrapper .gf_progressbar_percentage {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.gform_wrapper .gf_page_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gform_wrapper .gf_step {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gf_step p {
  margin: 0 auto;
}
.gform_wrapper .gf_step p + p {
  margin-top: 1em;
}
.gform_wrapper .gf_step {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(10, 10, 10, 0.6);
}
.gform_wrapper .gf_step_number {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid #EAEBF4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}
.gform_wrapper .gf_step_active .gf_step_number,
.gform_wrapper .gf_step_completed .gf_step_number {
  background: #4D2DA2;
  border-color: #4D2DA2;
  color: #fff;
}
.gform_wrapper.gform-theme.gform-theme--framework, .gform_wrapper.gform-theme.gform-theme--foundation, .gform_wrapper.gform-theme--framework {
  --gf-ctrl-border-color-hover: #4D2DA2;
  --gf-ctrl-border-color-focus: #4D2DA2;
  --gf-ctrl-outline-color-focus: rgba(77, 45, 162, 0.35);
  --gf-ctrl-outline-width-focus: 3px;
  --gf-ctrl-icon-color-hover: #4D2DA2;
  --gf-ctrl-btn-radius: 100px;
  --gf-ctrl-btn-padding-x-md: 30px;
  --gf-ctrl-btn-padding-x: 30px;
  --gf-ctrl-btn-padding-y: 20px;
  --gf-ctrl-btn-size-md: auto;
  --gf-ctrl-btn-size: auto;
  --gf-ctrl-btn-font-family: 'Outfit', sans-serif;
  --gf-ctrl-btn-font-size-md: 18px;
  --gf-ctrl-btn-font-size: 18px;
  --gf-ctrl-btn-font-weight: 500;
  --gf-ctrl-btn-line-height: 28px;
  --gf-ctrl-btn-shadow: none;
  --gf-ctrl-btn-shadow-hover: 0 10px 20px rgba(10, 10, 10, 0.4);
  --gf-ctrl-btn-shadow-focus: 0 10px 20px rgba(10, 10, 10, 0.4);
  --gf-ctrl-btn-bg-color-primary: #4D2DA2;
  --gf-ctrl-btn-bg-color-hover-primary: #0A0A0A;
  --gf-ctrl-btn-bg-color-focus-primary: #0A0A0A;
  --gf-ctrl-btn-border-color-primary: #4D2DA2;
  --gf-ctrl-btn-border-color-hover-primary: #0A0A0A;
  --gf-ctrl-btn-border-color-focus-primary: #0A0A0A;
  --gf-ctrl-btn-color-primary: #fff;
  --gf-ctrl-btn-color-hover-primary: #fff;
  --gf-ctrl-btn-color-focus-primary: #fff;
  --gf-ctrl-btn-bg-color-secondary: #fff;
  --gf-ctrl-btn-bg-color-hover-secondary: #fff;
  --gf-ctrl-btn-bg-color-focus-secondary: #fff;
  --gf-ctrl-btn-border-color-secondary: rgb(243, 244, 251);
  --gf-ctrl-btn-border-color-hover-secondary: #fff;
  --gf-ctrl-btn-border-color-focus-secondary: #fff;
  --gf-ctrl-btn-color-secondary: #4D2DA2;
  --gf-ctrl-btn-color-hover-secondary: #4D2DA2;
  --gf-ctrl-btn-color-focus-secondary: #4D2DA2;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.gform_wrapper.gform-theme.gform-theme--framework .gform_footer :is(.gform_button, .gform_next_button, .gform-theme-button):not(.gform_previous_button):not(.gform-theme-button--secondary), .gform_wrapper.gform-theme.gform-theme--framework .gform_page_footer :is(.gform_button, .gform_next_button, .gform-theme-button):not(.gform_previous_button):not(.gform-theme-button--secondary),
.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_button {
  background: #4D2DA2;
  color: #fff;
  border: 1px solid #4D2DA2;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.gform_wrapper.gform-theme.gform-theme--framework .gform_footer :is(.gform_button, .gform_next_button, .gform-theme-button):not(.gform_previous_button):not(.gform-theme-button--secondary):hover, .gform_wrapper.gform-theme.gform-theme--framework .gform_page_footer :is(.gform_button, .gform_next_button, .gform-theme-button):not(.gform_previous_button):not(.gform-theme-button--secondary):hover,
.gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_page_footer .gform_next_button:hover,
.gform_wrapper .gform_page_footer .gform_button:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}
.gform_wrapper.gform-theme.gform-theme--framework .gform_footer :is(.gform_button, .gform_next_button, .gform-theme-button):not(.gform_previous_button):not(.gform-theme-button--secondary), .gform_wrapper.gform-theme.gform-theme--framework .gform_page_footer :is(.gform_button, .gform_next_button, .gform-theme-button):not(.gform_previous_button):not(.gform-theme-button--secondary),
.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_button {
  min-height: 68px;
  appearance: none;
  cursor: pointer;
}
.gform_wrapper.gform-theme.gform-theme--framework .gform_footer :is(.gform_previous_button, .gform-theme-button--secondary), .gform_wrapper.gform-theme.gform-theme--framework .gform_page_footer :is(.gform_previous_button, .gform-theme-button--secondary),
.gform_wrapper .gform_page_footer .gform_previous_button {
  background: #fff;
  color: #4D2DA2;
  border: 1px solid rgb(243, 244, 251);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.gform_wrapper.gform-theme.gform-theme--framework .gform_footer :is(.gform_previous_button, .gform-theme-button--secondary):hover, .gform_wrapper.gform-theme.gform-theme--framework .gform_page_footer :is(.gform_previous_button, .gform-theme-button--secondary):hover,
.gform_wrapper .gform_page_footer .gform_previous_button:hover {
  background: #fff;
  color: #4D2DA2;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #fff;
}
.gform_wrapper.gform-theme.gform-theme--framework .gform_footer :is(.gform_previous_button, .gform-theme-button--secondary), .gform_wrapper.gform-theme.gform-theme--framework .gform_page_footer :is(.gform_previous_button, .gform-theme-button--secondary),
.gform_wrapper .gform_page_footer .gform_previous_button {
  min-height: 68px;
  appearance: none;
  cursor: pointer;
}
.gform_wrapper .gform_ajax_spinner {
  margin: 0 0 0 12px;
}
.gform_wrapper .gform_confirmation_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(77, 45, 162, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 244, 251, 0.96) 100%);
  box-shadow: 0 0 100px 0 rgba(10, 10, 10, 0.05);
  padding: 32px;
}
.gform_wrapper .gform_confirmation_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
}
.gform_wrapper .gform_confirmation_wrapper:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -18px;
  width: 92px;
  height: 92px;
  border-radius: 92px;
  background: radial-gradient(circle, rgba(77, 45, 162, 0.12) 0%, rgba(77, 45, 162, 0) 72%);
  pointer-events: none;
}
.gform_wrapper .gform_confirmation_message {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.gform_wrapper .gform_confirmation_message p {
  margin: 0 auto;
}
.gform_wrapper .gform_confirmation_message p + p {
  margin-top: 1em;
}
.gform_wrapper .gform_confirmation_message {
  margin: 0;
  max-width: 46ch;
  color: #0A0A0A;
  position: relative;
  z-index: 1;
}
.gform_wrapper .gform_confirmation_message > * {
  margin: 0;
}
.gform_wrapper .gform_confirmation_message > * + * {
  margin-top: 14px;
}
.gform_wrapper .gform_confirmation_message a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.gform_wrapper .gform_confirmation_message a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.gform_wrapper .gform_confirmation_message a:hover:before {
  transform-origin: left;
  transform: scaleX(0);
}
.gform_wrapper .gform_confirmation_message a:focus-visible:before {
  transform-origin: left;
  transform: scaleX(0);
}

@media (max-width: 768px) {
  .gform_wrapper .gform_title {
    font-size: 28px;
    line-height: 120%;
  }
  .gform_wrapper :where(input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=password],
  input[type=search],
  textarea,
  select) {
    min-height: 52px;
    padding: 12px 14px;
    font-size: 18px;
  }
  .gform_wrapper .gform_footer,
  .gform_wrapper .gform_page_footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .gform_wrapper .gform_footer .gform_button,
  .gform_wrapper .gform_page_footer .gform_previous_button,
  .gform_wrapper .gform_page_footer .gform_next_button,
  .gform_wrapper .gform_page_footer .gform_button,
  .gform_wrapper .gform_page_footer .gform-theme-button,
  .gform_wrapper .gform_footer .gform-theme-button {
    justify-content: center;
    width: 100%;
  }
  .gform_wrapper .story-builder__form--cta-card {
    padding: 28px 24px;
  }
  .gform_wrapper .gform_confirmation_message {
    font-size: 22px;
  }
}
:root[data-swal2-theme=impeka] {
  --swal2-background: #0a0a0a;
  --swal2-color: #ffffff;
  --swal2-confirm-button-background-color: #4d2da2;
  --swal2-cancel-button-background-color: rgba(255, 255, 255, 0.12);
  --swal2-border-radius: 16px;
  --swal2-padding: 2rem;
}

:root[data-swal2-theme=impeka] .swal2-container {
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: backdrop-filter 0.2s ease, background 0.2s ease;
}

:root[data-swal2-theme=impeka] .swal2-popup {
  border: none;
  background: #fff;
  box-shadow: 0 0 50px -3px rgba(10, 10, 10, 0.45);
  font-family: "Outfit", sans-serif;
  filter: none;
}

:root[data-swal2-theme=impeka] .swal2-html-container {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
:root[data-swal2-theme=impeka] .swal2-html-container p {
  margin: 0 auto;
}
:root[data-swal2-theme=impeka] .swal2-html-container p + p {
  margin-top: 1em;
}
:root[data-swal2-theme=impeka] .swal2-html-container {
  color: #0A0A0A;
  text-align: left;
  margin: 0;
}

:root[data-swal2-theme=impeka] .testimonial-modal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

:root[data-swal2-theme=impeka] .testimonial-modal blockquote {
  margin: 0;
  padding: 0;
}
:root[data-swal2-theme=impeka] .testimonial-modal blockquote p {
  margin: 0;
}
:root[data-swal2-theme=impeka] .testimonial-modal blockquote p + p {
  margin-top: 1em;
}

:root[data-swal2-theme=impeka] .testimonial-modal__author {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
:root[data-swal2-theme=impeka] .testimonial-modal__author p {
  margin: 0 auto;
}
:root[data-swal2-theme=impeka] .testimonial-modal__author p + p {
  margin-top: 1em;
}
:root[data-swal2-theme=impeka] .testimonial-modal__author {
  color: #0A0A0A;
}

:root[data-swal2-theme=impeka] .swal2-close {
  color: #0A0A0A;
}

:root[data-swal2-theme=impeka] .swal2-close:hover {
  color: #0A0A0A;
}

.wp-template {
  max-width: 1200px;
  margin: 0 auto;
}

.wp-template__header {
  display: grid;
  grid-auto-rows: auto;
  gap: 16px;
}

.wp-template__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0;
  text-align: left;
}

.wp-template__lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.wp-template__lead p {
  margin: 0 auto;
}
.wp-template__lead p + p {
  margin-top: 1em;
}
.wp-template__lead {
  color: rgba(10, 10, 10, 0.75);
  margin: 0;
  max-width: 920px;
}

.wp-template__lead--plain {
  margin: 0;
}

.wp-template__results {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 30px;
}

.wp-template-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wp-template-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.wp-template-card__media {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #D8D8D8;
  min-height: 220px;
}

.wp-template-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-template-card__placeholder {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background: #D8D8D8;
}

.wp-template-card__content {
  display: grid;
  gap: 10px;
}

.wp-template-card__meta {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.wp-template-card__meta p {
  margin: 0 auto;
}
.wp-template-card__meta p + p {
  margin-top: 1em;
}
.wp-template-card__meta {
  color: rgba(10, 10, 10, 0.6);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-template-card__meta span + span:before {
  content: "•";
  margin-right: 8px;
}

.wp-template-card__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0;
  text-align: left;
}
.wp-template-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.wp-template-card__title a:hover {
  color: #4D2DA2;
}
.wp-template-card__title a:focus-visible {
  color: #4D2DA2;
}

.wp-template-card__excerpt {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.wp-template-card__excerpt p {
  margin: 0 auto;
}
.wp-template-card__excerpt p + p {
  margin-top: 1em;
}
.wp-template-card__excerpt {
  color: rgba(10, 10, 10, 0.7);
  margin: 0;
}

.wp-template__pagination {
  margin: 40px 0 0;
}
.wp-template__pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-template__pagination a.page-numbers,
.wp-template__pagination span.page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(10, 10, 10, 0.12);
  color: #0A0A0A;
  background: #fff;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.wp-template__pagination a.page-numbers:hover,
.wp-template__pagination a.page-numbers:focus-visible {
  border-color: #4D2DA2;
  color: #4D2DA2;
}
.wp-template__pagination .current {
  border-color: #4D2DA2;
  color: #fff;
  background: #4D2DA2;
}

.wp-template__empty {
  margin-top: 40px;
  border-radius: 20px;
  border: 2px solid #F3F4FB;
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(10, 10, 10, 0.05);
  padding: 40px;
}
.wp-template__empty p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.wp-template__empty p p {
  margin: 0 auto;
}
.wp-template__empty p p + p {
  margin-top: 1em;
}
.wp-template__empty p {
  margin: 0;
  color: rgba(10, 10, 10, 0.75);
}
.wp-template__empty .search-form {
  margin-top: 24px;
}

.wp-template__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wp-template__button {
  background: #4D2DA2;
  color: #fff;
  border: 1px solid #4D2DA2;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.wp-template__button::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.wp-template__button:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}

.wp-template__button--secondary {
  background: #fff;
  color: #4D2DA2;
  border: 1px solid rgb(243, 244, 251);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.wp-template__button--secondary::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.wp-template__button--secondary:hover {
  background: #fff;
  color: #4D2DA2;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #fff;
}

.wp-template__search {
  margin-top: 32px;
  max-width: 620px;
}
.wp-template__search .search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.wp-template__search .search-field {
  flex: 1 1 280px;
  min-height: 54px;
  border-radius: 100px;
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: #fff;
  padding: 0 20px;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  color: #0A0A0A;
}
.wp-template__search .search-submit {
  background: #4D2DA2;
  color: #fff;
  border: 1px solid #4D2DA2;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.wp-template__search .search-submit::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.wp-template__search .search-submit:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}
.wp-template__search .search-submit {
  border: 0;
  cursor: pointer;
}

.wp-template--attachment {
  display: grid;
  gap: 40px;
}

.wp-template__attachment-media {
  max-width: 920px;
  padding: 24px;
  border-radius: 20px;
  border: 2px solid #F3F4FB;
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(10, 10, 10, 0.05);
  box-sizing: border-box;
}

.wp-template__attachment-figure {
  margin: 0;
  display: grid;
  gap: 16px;
}

.wp-template__attachment-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.wp-template__attachment-caption {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.wp-template__attachment-caption p {
  margin: 0 auto;
}
.wp-template__attachment-caption p + p {
  margin-top: 1em;
}
.wp-template__attachment-caption {
  color: rgba(10, 10, 10, 0.65);
  margin: 0;
}

.wp-template__attachment-file {
  display: grid;
  gap: 12px;
  padding: 32px;
  border-radius: 16px;
  background: #F3F4FB;
}

.wp-template__attachment-file-type {
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0;
}

.wp-template__attachment-file-name {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.wp-template__attachment-file-name p {
  margin: 0 auto;
}
.wp-template__attachment-file-name p + p {
  margin-top: 1em;
}
.wp-template__attachment-file-name {
  color: rgba(10, 10, 10, 0.75);
  margin: 0;
  overflow-wrap: anywhere;
}

.wp-template__attachment-content {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.wp-template__attachment-content p {
  margin: 0 auto;
}
.wp-template__attachment-content p + p {
  margin-top: 1em;
}
.wp-template__attachment-content {
  max-width: 920px;
  color: rgba(10, 10, 10, 0.75);
}
.wp-template__attachment-content > * {
  margin: 0;
}
.wp-template__attachment-content > * + * {
  margin-top: 1em;
}

@media (max-width: 1100px) {
  .wp-template {
    max-width: calc(100% - 48px);
  }
  .wp-template__title {
    font-size: 44px;
    line-height: 120%;
  }
}
@media (max-width: 900px) {
  .wp-template__results {
    grid-template-columns: minmax(0, 1fr);
  }
  .wp-template__attachment-media {
    padding: 20px;
  }
  .wp-template__attachment-file {
    padding: 24px;
  }
  .wp-template__title {
    font-size: 38px;
    line-height: 120%;
  }
  .wp-template__empty {
    padding: 28px 20px;
  }
}
html {
  font-family: "Outfit", sans-serif;
  color: #0A0A0A;
  background: linear-gradient(180deg, #F3F4FB 0%, #FFF 49.52%, #F3F4FB 100%);
  scroll-behavior: smooth;
}

:where(a,
button,
input,
textarea,
select,
[tabindex]:not([tabindex="-1"]),
[role=button]):focus-visible {
  outline: 2px solid #4D2DA2;
  outline-offset: 3px;
}

.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-text:active,
.screen-reader-text:focus-visible,
.sr-only:focus,
.sr-only:active,
.sr-only:focus-visible {
  background-color: #fff;
  border-radius: 4px;
  clip: auto !important;
  clip-path: none;
  -webkit-clip-path: none;
  color: #4D2DA2;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 12px 16px;
  text-decoration: none;
  top: 10px;
  width: auto;
  z-index: 100000;
}

.skip-link.screen-reader-text:focus,
.skip-link.screen-reader-text:focus-visible {
  box-shadow: 0 0 0 2px rgba(10, 10, 10, 0.12);
}

.site-header__outer {
  position: relative;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
  padding: 40px 0 150px;
}

.site-header {
  padding: 0 40px;
}

.site-header__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  color: #fff;
  position: relative;
  z-index: 102;
}

.site-header__logo {
  display: block;
  border: none;
}
.site-header__logo img {
  transition: transform 200ms ease, opacity 200ms ease;
}
.site-header__logo:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.site-header__logo:focus-visible img {
  transform: scale(1.03);
  opacity: 0.9;
}

.language-toggle__link {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
  text-decoration: none;
}

#main-menu-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}
#main-menu-button i {
  transition: all 0.2s ease-in-out;
}
#main-menu-button:before {
  content: "\e59b";
  font-family: "Font Awesome 6 Pro";
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: rotateX(90deg);
  position: absolute;
}
#main-menu-button[aria-expanded=true] i {
  transform: rotateX(90deg);
  opacity: 0;
}
#main-menu-button[aria-expanded=true]:before {
  opacity: 1;
  transform: rotateX(0);
}

.site-header__controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: center;
  gap: 32px;
}

.site-header__main-nav {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
  padding: 190px 0 0;
  min-height: 100vh;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transform-origin: top center;
  transform: rotateX(45deg);
  z-index: 100;
}
.site-header__main-nav.expanded {
  opacity: 1;
  transform: rotateX(0deg);
  pointer-events: initial;
}
.site-header__main-nav .menu-main {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  gap: 40px;
  transform: translateY(-95px);
}
.site-header__main-nav .menu-main .menu-item {
  margin: 0;
  padding: 0;
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 66px */
}
.site-header__main-nav .menu-main .menu-item a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.site-header__main-nav .menu-main .menu-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.site-header__main-nav .menu-main .menu-item a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
.site-header__main-nav .menu-main .menu-item a:focus-visible:before {
  transform-origin: left;
  transform: scaleX(1);
}

.front-page-hero {
  margin: 80px auto 0;
  overflow-x: hidden;
}

.front-page-hero__inner {
  padding: 0 112px;
  box-sizing: border-box;
  text-align: center;
}

.front-page-hero__pill {
  display: inline-block;
  padding: 10px 15px;
  background: #0A0A0A;
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 100px;
  margin: 0 auto;
}

.front-page-hero__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 85px;
  leading-trim: NONE;
  line-height: 105.6px;
  letter-spacing: -2.4px;
  color: #fff;
  text-align: center;
  margin: 30px auto 0;
  max-width: 975px;
}

.front-page-hero__lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.front-page-hero__lead p {
  margin: 0 auto;
}
.front-page-hero__lead p + p {
  margin-top: 1em;
}
.front-page-hero__lead {
  color: #fff;
  text-align: center;
  margin: 20px auto;
  max-width: 765px;
}
.front-page-hero__lead p {
  margin: 0;
  padding: 0;
}

.front-page-hero__actions {
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  gap: 30px;
}

.front-page-hero__button {
  background: none;
  color: #fff;
  border: 1px solid rgb(243, 244, 251);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.front-page-hero__button:hover {
  background: #fff;
  color: #4D2DA2;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #fff;
}
.front-page-hero__button:first-child {
  background: #fff;
  color: #4D2DA2;
  border: 1px solid #fff;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.front-page-hero__button:first-child::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.front-page-hero__button:first-child:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}

.hero-rotator {
  display: block;
}

.hero-rotator__fallback {
  display: none;
}

.hero-rotator__typed {
  display: inline;
}

.front-page-hero__testimonials {
  margin: 100px auto 0;
  padding: 0;
}
.front-page-hero__testimonials .glide__track {
  overflow: visible;
}
.front-page-hero__testimonials .glide__slides {
  align-items: stretch;
  overflow: visible;
}
.front-page-hero__testimonials .glide__slide {
  max-width: 246px;
  width: 100%;
}

.front-page-hero__testimonial {
  display: flex;
  box-sizing: border-box;
  max-width: 246px;
  width: 100%;
  margin: 0;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 50px -3px rgba(10, 10, 10, 0.15);
  box-sizing: border-box;
  transition: all 0.2s ease-out;
}
.front-page-hero__testimonial:hover {
  transform: translateY(-20px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
}
.front-page-hero__testimonial:focus-visible {
  transform: translateY(-20px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
}
.front-page-hero__testimonial blockquote {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.front-page-hero__testimonial blockquote p {
  margin: 0 auto;
}
.front-page-hero__testimonial blockquote p + p {
  margin-top: 1em;
}
.front-page-hero__testimonial blockquote {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.front-page-hero__testimonial blockquote p {
  margin: 0 auto;
}
.front-page-hero__testimonial blockquote p + p {
  margin: 0 auto;
}
.front-page-hero__testimonial figcaption {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.site-content {
  background: linear-gradient(180deg, #F3F4FB 0%, #FFF 49.52%, #F3F4FB 100%);
  padding: 150px 0;
}

.site-footer {
  background: #F3F4FB;
}

.site-footer__outer {
  background: #0A0A0A;
  border-radius: 50px 50px 0 0;
  padding: 100px 120px 30px;
  box-sizing: border-box;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.site-footer__cta {
  display: flex;
  padding: 80px;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 15px;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
}

.site-footer__cta-title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #fff;
  max-width: 783px;
  margin: 0 auto;
  text-align: center;
}

.site-footer__cta-lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.site-footer__cta-lead p {
  margin: 0 auto;
}
.site-footer__cta-lead p + p {
  margin-top: 1em;
}
.site-footer__cta-lead {
  margin: 20px auto 0;
  color: #FFF;
  text-align: center;
}

.site-footer__cta-actions {
  margin: 40px auto 0;
  text-align: center;
}

.site-footer__cta-button {
  background: none;
  color: #fff;
  border: 1px solid rgb(243, 244, 251);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.site-footer__cta-button:hover {
  background: #fff;
  color: #4D2DA2;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #fff;
}
.site-footer__cta-button:first-child {
  background: #fff;
  color: #4D2DA2;
  border: 1px solid #fff;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.site-footer__cta-button:first-child::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.site-footer__cta-button:first-child:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}

.site-footer__columns {
  margin: 64px auto 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px 60px;
}

.site-footer__brand-logo {
  display: block;
  border: none;
}
.site-footer__brand-logo img {
  display: block;
  transition: transform 200ms ease, opacity 200ms ease;
}
.site-footer__brand-logo:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.site-footer__brand-logo:focus-visible img {
  transform: scale(1.03);
  opacity: 0.9;
}

.site-footer__brand-blurb {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.site-footer__brand-blurb p {
  margin: 0 auto;
}
.site-footer__brand-blurb p + p {
  margin-top: 1em;
}
.site-footer__brand-blurb {
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__brand-logo {
  display: block;
  border: none;
}
.site-footer__brand-logo img {
  display: block;
  transition: transform 200ms ease, opacity 200ms ease;
}
.site-footer__brand-logo:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.site-footer__brand-logo:focus-visible img {
  transform: scale(1.03);
  opacity: 0.9;
}

.site-footer__column {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.site-footer__column p {
  margin: 0 auto;
}
.site-footer__column p + p {
  margin-top: 1em;
}
.site-footer__column {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__column-title {
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}

.site-footer__menu {
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
}
.site-footer__menu .menu-item {
  margin: 0 auto;
  padding: 0;
}
.site-footer__menu .menu-item + .menu-item {
  margin-top: 8px;
}
.site-footer__menu a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.site-footer__menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.site-footer__menu a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
.site-footer__menu a:focus-visible:before {
  transform-origin: left;
  transform: scaleX(1);
}

.site-footer__contact-list {
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
}
.site-footer__contact-list .site-footer__contact-item {
  margin: 0 auto;
  padding: 0;
}
.site-footer__contact-list .site-footer__contact-item + .site-footer__contact-item {
  margin-top: 8px;
}
.site-footer__contact-list a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.site-footer__contact-list a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.site-footer__contact-list a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
.site-footer__contact-list a:focus-visible:before {
  transform-origin: left;
  transform: scaleX(1);
}

.site-footer__contact-item:has([href*="tel:"], [href*="mailto:"]) {
  display: flex;
  gap: 15px;
}
.site-footer__contact-item:has([href*="tel:"], [href*="mailto:"]):before {
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
}
.site-footer__contact-item:has([href*="mailto:"]):before {
  content: "\f0e0";
}

.site-footer__legal {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.site-footer__legal p {
  margin: 0 auto;
}
.site-footer__legal p + p {
  margin-top: 1em;
}
.site-footer__legal {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__legal p {
  margin: 0;
  padding: 0;
}

.site-footer__legal-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  gap: 64px;
}

.site-footer__legal-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__legal-item {
  margin: 0;
  padding: 0;
}
.site-footer__legal-item a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.site-footer__legal-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.site-footer__legal-item a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
.site-footer__legal-item a:focus-visible:before {
  transform-origin: left;
  transform: scaleX(1);
}

.front-page-studio__image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 0;
}

.front-page-studio__inner {
  display: flex;
  margin: 0 auto;
  padding: 60px;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.05);
}

.front-page-studio__img {
  border: 10px solid #fff;
  display: block;
  border-radius: 50%;
}

.front-page-studio__image {
  margin: 0;
  flex: 0 0 auto;
}

.front-page-studio__image--primary {
  z-index: 2;
}

.front-page-studio__image--secondary {
  transform: translateX(-20px);
  z-index: 1;
}

.front-page-studio__content {
  color: #0A0A0A;
  font-family: "Space Grotesk";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
}
.front-page-studio__content p {
  margin: 0 auto;
}
.front-page-studio__content p + p {
  margin-top: 1em;
}

.front-page-studio__title {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.front-page-studio__title p {
  margin: 0 auto;
}
.front-page-studio__title p + p {
  margin-top: 1em;
}
.front-page-studio__title {
  margin: 0;
  padding: 0;
  text-align: center;
  transform: translateX(-10px);
}

.front-page-capabilities {
  margin: 100px auto 0;
}

.front-page-capabilities__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.front-page-capabilities__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.front-page-capabilities__title-segment {
  color: #4D2DA2;
  display: block;
}

.front-page-capabilities__buckets {
  margin: 50px auto;
  padding: 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.front-page-capabilities__bucket {
  border-radius: 20px;
  border: 2px solid #F3F4FB;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.front-page-capabilities__bucket-title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  gap: 20px;
}
.front-page-capabilities__bucket-title:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #4D2DA2;
}

.front-page-capabilities__icon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 50%;
  background: #4D2DA2;
  color: #fff;
  height: 60px;
  width: 60px;
}

.front-page-capabilities__bucket-title-text {
  flex: 1 1 auto;
}

.front-page-capabilities__links {
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
}

.front-page-capabilities__link-item {
  margin: 0;
  padding: 0;
}
.front-page-capabilities__link-item:not(:last-child):after {
  content: "";
  display: block;
  margin: 25px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(77, 45, 162, 0.2) 0%, #fff 100%);
}

.front-page-capabilities__link {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.front-page-capabilities__link p {
  margin: 0 auto;
}
.front-page-capabilities__link p + p {
  margin-top: 1em;
}
.front-page-capabilities__link {
  display: block;
  color: #0A0A0A;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.front-page-capabilities__link:hover {
  transform: translateX(20px);
}
.front-page-capabilities__link:focus-visible {
  transform: translateX(20px);
}

.front-page-clients {
  margin: 100px auto 0;
}

.front-page-clients__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.front-page-clients__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

.front-page-clients__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 30px auto 0;
  padding: 0;
}

.front-page-clients__item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 25px;
  height: 175px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #fff;
}

.front-page-clients__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.front-page-portfolio {
  margin: 100px auto 0;
}

.front-page-portfolio__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.front-page-portfolio__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  gap: 20px;
}

.front-page-portfolio__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  text-align: left;
  margin: 0;
  padding: 0;
}

.front-page-portfolio__title-highlight {
  color: #4D2DA2;
}

.front-page-portfolio__view-all {
  background: none;
  color: #4D2DA2;
  border: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.front-page-portfolio__view-all::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.front-page-portfolio__view-all {
  padding: 0;
}

.front-page-portfolio__grid {
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 75px 30px;
}

.front-page-portfolio__card--wide {
  grid-column: span 2;
}

.front-page-portfolio__card--narrow {
  grid-column: span 1;
}

.front-page-portfolio__link {
  text-decoration: none;
}

.front-page-portfolio__media {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.front-page-portfolio__media img {
  display: block;
  width: 100%;
  height: 432px;
  object-fit: cover;
}

.front-page-portfolio__media-fallback {
  display: block;
  width: 100%;
  height: 432px;
  border-radius: 20px;
  background: #D8D8D8;
}

.front-page-portfolio__pill {
  display: inline-block;
  padding: 10px 15px;
  background: #0A0A0A;
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 100px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  right: 20px;
}

.front-page-portfolio__content {
  margin: 20px auto 0;
}

.front-page-portfolio__card-title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
}

.front-page-portfolio__lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.front-page-portfolio__lead p {
  margin: 0 auto;
}
.front-page-portfolio__lead p + p {
  margin-top: 1em;
}
.front-page-portfolio__lead {
  color: rgba(10, 10, 10, 0.6);
  margin: 5px auto 0;
}
.front-page-portfolio__lead p {
  margin: 0 auto;
  padding: 0;
}
.front-page-portfolio__lead p + p {
  margin-top: 1em;
}

.portfolio-subheader__inner {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0 0 150px;
}

.portfolio-subheader__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 85px;
  leading-trim: NONE;
  line-height: 105.6px;
  letter-spacing: -2.4px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.portfolio-subheader__lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.portfolio-subheader__lead p {
  margin: 0 auto;
}
.portfolio-subheader__lead p + p {
  margin-top: 1em;
}
.portfolio-subheader__lead {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 20px auto 0;
}

.story-builder-subheader__inner {
  max-width: 980px;
  margin: 80px auto 0;
  padding: 0 20px;
  display: grid;
  grid-auto-rows: auto;
  gap: 20px;
}

.story-builder-subheader__pill {
  display: inline-block;
  padding: 10px 15px;
  background: #0A0A0A;
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 100px;
  background: #0A0A0A;
  margin: 0 auto;
}

.story-builder-subheader__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 85px;
  leading-trim: NONE;
  line-height: 105.6px;
  letter-spacing: -2.4px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 860px;
}

.story-builder-subheader__lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.story-builder-subheader__lead p {
  margin: 0 auto;
}
.story-builder-subheader__lead p + p {
  margin-top: 1em;
}
.story-builder-subheader__lead {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 0 auto;
  max-width: 920px;
}
.story-builder-subheader__lead p {
  margin: 0;
  padding: 0;
}

.our-work__inner {
  transform: translateY(-370px);
  margin-bottom: -370px;
}

.portfolio-work {
  margin: 150px auto 0;
}

.portfolio-work__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.portfolio-work__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  text-align: left;
  margin: 0;
  padding: 0;
}

.portfolio-work__title-highlight {
  color: #4D2DA2;
}

.portfolio-work__grid {
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 75px 30px;
}

.portfolio-work__actions {
  margin: 40px 0 0;
  text-align: center;
}

.portfolio-work__load-more {
  background: #4D2DA2;
  color: #fff;
  border: 1px solid #4D2DA2;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.portfolio-work__load-more::after {
  content: "+";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.portfolio-work__load-more:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}
.portfolio-work__load-more {
  cursor: pointer;
}
.portfolio-work__load-more.is-loading {
  opacity: 0.6;
  cursor: wait;
}

.content__grid + .project-showcase {
  margin: 100px auto 0;
}

.project-showcase__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #0A0A0A;
  padding: 80px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}

.project-showcase__header {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.project-showcase__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: left;
}

.project-showcase__lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.project-showcase__lead p {
  margin: 0 auto;
}
.project-showcase__lead p + p {
  margin-top: 1em;
}
.project-showcase__lead {
  margin: 10px auto 0;
  padding: 0;
  color: #F3F4FB;
  text-align: left;
}

.project-showcase__slider {
  margin: 40px 0 0;
  max-width: 790px;
  overflow: visible;
}
.project-showcase__slider .front-page-portfolio__card-title {
  color: #fff;
}
.project-showcase__slider .front-page-portfolio__lead {
  color: #F3F4FB;
}
.project-showcase__slider .glide__track {
  overflow: visible;
}
.project-showcase__slider .glide__track:before {
  content: "";
  display: block;
  background: #0A0A0A;
  position: absolute;
  width: 80px;
  top: -2px;
  bottom: -2px;
  left: -80px;
  z-index: 3;
}
.project-showcase__slider .glide__track:after {
  content: "";
  display: block;
  background: #0A0A0A;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  width: 330px;
  top: -2px;
  bottom: -2px;
  right: -330px;
  z-index: 3;
}
.project-showcase__slider .glide__slide {
  max-width: 790px;
}

.project-showcase__counter {
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 42px;
}

.project-showcase__paging {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-end;
  gap: 12px;
}

.project-showcase__arrows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.project-showcase__arrow--next, .project-showcase__arrow--prev {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
  border: none;
  border-radius: 42px;
  color: #fff;
  cursor: pointer;
}

.project-showcase__arrow--prev {
  transform: scaleX(-1) scaleY(-1);
}

.home-subheader__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 85px;
  leading-trim: NONE;
  line-height: 105.6px;
  letter-spacing: -2.4px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.home-subheader_lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.home-subheader_lead p {
  margin: 0 auto;
}
.home-subheader_lead p + p {
  margin-top: 1em;
}
.home-subheader_lead {
  color: rgba(255, 255, 255, 0.9);
  margin: 20px auto 0;
  text-align: center;
}

.blog__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.blog__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0;
  padding: 0;
}

.blog__grid {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 30px;
}

.blog__actions {
  margin: 40px 0 0;
  text-align: center;
}

.blog__load-more {
  background: #4D2DA2;
  color: #fff;
  border: 1px solid #4D2DA2;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.blog__load-more::after {
  content: "+";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.blog__load-more:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}
.blog__load-more {
  cursor: pointer;
}
.blog__load-more.is-loading {
  opacity: 0.6;
  cursor: wait;
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-card__media {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
  min-height: 220px;
}

.blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__placeholder {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background: #d9d9d9;
}

.blog-card__pill {
  display: inline-block;
  padding: 10px 15px;
  background: #0A0A0A;
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.blog-card__content {
  margin: 20px 0 0;
}

.blog-card__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0;
}

.blog-card__excerpt {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.blog-card__excerpt p {
  margin: 0 auto;
}
.blog-card__excerpt p + p {
  margin-top: 1em;
}
.blog-card__excerpt {
  margin: 10px 0 0;
  color: rgba(10, 10, 10, 0.6);
}

.blog__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0 auto;
  text-align: left;
}

.content__grid {
  display: grid;
  gap: 60px;
  grid-template-columns: 770px 370px;
  justify-content: center;
}

.single-portfolio-video {
  max-width: 1200px;
  margin: 0 auto 150px;
  position: relative;
  overflow: hidden;
}
.single-portfolio-video:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.2);
  position: absolute;
  z-index: 2;
  border-radius: 20px;
  pointer-events: none;
}

.single-portfolio-video__inner {
  border-radius: 20px;
  overflow: hidden;
}

.single-portfolio-video__trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.single-portfolio-video__trigger:focus-visible {
  outline: 2px solid #4D2DA2;
  outline-offset: 4px;
}

.single-portfolio-video__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/650;
  object-fit: cover;
}

.single-portfolio-video__thumbnail-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 1200/650;
  background: #D8D8D8;
}

.single-portfolio-video__play {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  z-index: 3;
}

.single-portfolio-video-modal {
  width: 100%;
}
.single-portfolio-video-modal iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

.content__grid--no-sidebar {
  grid-template-columns: minmax(0, 770px);
}

.content__grid-sidebar {
  order: 2;
  position: relative;
}

.content__grid-story {
  order: 1;
}

.content__story > * + * {
  margin: 15px 0 0;
}

.content__grid-sidebar-inner {
  display: grid;
  grid-auto-rows: auto;
  gap: 40px;
  position: sticky;
  top: 40px;
}
.content__grid-sidebar-inner > * + * {
  margin-top: 20px;
}

.sidebar-table-of-content {
  border-radius: 20px;
  border: 2px solid #EAEBF4;
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(10, 10, 10, 0.05);
  padding: 40px;
}

.sidebar-table-of-content__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0;
}

.sidebar-table-of-content__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.sidebar-table-of-content__item {
  margin: 0;
  padding: 0;
}
.sidebar-table-of-content__item:not(:last-child):after {
  content: "";
  display: block;
  margin: 15px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(77, 45, 162, 0.2) 0%, #fff 100%);
}

.sidebar-table-of-content__link {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.sidebar-table-of-content__link p {
  margin: 0 auto;
}
.sidebar-table-of-content__link p + p {
  margin-top: 1em;
}
.sidebar-table-of-content__link {
  color: #0A0A0A;
  text-decoration: none;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
.sidebar-table-of-content__link:hover {
  color: #4D2DA2;
}
.sidebar-table-of-content__link:focus-visible {
  color: #4D2DA2;
}

.sidebar-call-to-action {
  border-radius: 20px;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
  padding: 40px;
}

.sidebar-call-to-action__title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 auto;
}

.sidebar-call-to-action__lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.sidebar-call-to-action__lead p {
  margin: 0 auto;
}
.sidebar-call-to-action__lead p + p {
  margin-top: 1em;
}
.sidebar-call-to-action__lead {
  color: #fff;
  margin: 10px auto 0;
}
.sidebar-call-to-action__lead p {
  margin: 0 auto;
}
.sidebar-call-to-action__lead p + p {
  margin-top: 1em;
}

.sidebar-call-to-action__actions {
  margin: 30px auto 0;
}

.sidebar-call-to-action__button {
  background: #fff;
  color: #4D2DA2;
  border: 1px solid #fff;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.sidebar-call-to-action__button::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
.sidebar-call-to-action__button:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}

.story-builder__heading-h1 {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  margin: 25px auto 0;
  color: #0A0A0A;
  text-align: left;
}
.story-builder__heading-h1:first-child {
  margin-top: 0;
}

.story-builder__heading-h2 {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  margin: 25px auto 0;
  color: #0A0A0A;
  text-align: left;
}
.story-builder__heading-h2:first-child {
  margin-top: 0;
}

.story-builder__heading-h3 {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  margin: 25px auto 0;
  color: #0A0A0A;
  text-align: left;
}
.story-builder__heading-h3:first-child {
  margin-top: 0;
}

.story-builder__heading-h4 {
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 25px auto 0;
  color: #0A0A0A;
  text-align: left;
}
.story-builder__heading-h4:first-child {
  margin-top: 0;
}

.story-builder__heading-h5 {
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  font-size: 20px;
  margin: 25px auto 0;
  color: #0A0A0A;
  text-align: left;
}
.story-builder__heading-h5:first-child {
  margin-top: 0;
}

.story-builder__content {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.story-builder__content p {
  margin: 0 auto;
}
.story-builder__content p + p {
  margin-top: 1em;
}
.story-builder__content {
  color: #0A0A0A;
  font-size: 18px;
}
.story-builder__content > * + * {
  margin-top: 15px;
}
.story-builder__content > * + h2, .story-builder__content > * + h3, .story-builder__content > * + h4, .story-builder__content > * + h5, .story-builder__content > * + h6 {
  margin: 25px auto;
}
.story-builder__content:first-child {
  margin-top: 0;
}
.story-builder__content blockquote {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-radius: 20px;
  border: 2px solid #F3F4FB;
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.05);
}
.story-builder__content blockquote > * + * {
  margin-top: 15px;
}
.story-builder__content a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.story-builder__content a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #0A0A0A;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.story-builder__content a:hover:before {
  transform-origin: left;
  transform: scaleX(0);
}
.story-builder__content a:focus-visible:before {
  transform-origin: left;
  transform: scaleX(0);
}

.story-builder__download-cta {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 240px);
  gap: 30px 40px;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
}
.story-builder__download-cta:first-child {
  margin-top: 0;
}

.story-builder__download-cta-copy {
  min-width: 0;
}

.story-builder__download-cta-title {
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  margin: 0;
  color: #fff;
}

.story-builder__download-cta-lead {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.story-builder__download-cta-lead p {
  margin: 0 auto;
}
.story-builder__download-cta-lead p + p {
  margin-top: 1em;
}
.story-builder__download-cta-lead {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
}
.story-builder__download-cta-lead p {
  margin: 0;
}
.story-builder__download-cta-lead p + p {
  margin-top: 1em;
}

.story-builder__download-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-builder__download-cta-button {
  background: #fff;
  color: #4D2DA2;
  border: 1px solid #fff;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  gap: 7px;
  padding: 20px 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}
.story-builder__download-cta-button:hover {
  background: #0A0A0A;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.4);
  border: 1px solid #0A0A0A;
}

@media (max-width: 900px) {
  .story-builder__download-cta {
    grid-template-columns: minmax(0, 1fr);
    padding: 32px 24px;
  }
  .story-builder__download-cta-actions {
    justify-content: flex-start;
  }
}
.story-builder__content b,
.story-builder__content strong,
.story-builder__quote-text b,
.story-builder__quote-text strong,
.story-builder__table-cell b,
.story-builder__table-cell strong {
  font-weight: 600;
}
.story-builder__content .inline-preformatted,
.story-builder__quote-text .inline-preformatted,
.story-builder__table-cell .inline-preformatted {
  display: inline-block;
  max-width: 100%;
  padding: 0.2em 0.55em;
  border-radius: 8px;
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: rgba(10, 10, 10, 0.04);
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.9em;
  line-height: 1.55;
  white-space: break-spaces;
  vertical-align: baseline;
  overflow-wrap: anywhere;
}

.story-builder__table-wrap {
  margin-top: 40px;
}
.story-builder__table-wrap:first-child {
  margin-top: 0;
}

.story-builder__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.story-builder__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border-spacing: 0;
}

.story-builder__table-cell {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.story-builder__table-cell p {
  margin: 0 auto;
}
.story-builder__table-cell p + p {
  margin-top: 1em;
}
.story-builder__table-cell {
  font-size: 16px;
  padding: 22px 24px;
  color: #0A0A0A;
  text-align: left;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid rgba(10, 10, 10, 0.18);
}
.story-builder__table-cell:first-child {
  padding-left: 0;
}
.story-builder__table-cell:last-child {
  padding-right: 0;
}
.story-builder__table-cell > * {
  margin: 0;
}
.story-builder__table-cell > * + * {
  margin-top: 12px;
}

.story-builder__table-cell--header {
  font-weight: 600;
}

@media (max-width: 900px) {
  .story-builder__table {
    min-width: 560px;
  }
  .story-builder__table-cell {
    padding: 18px 16px;
  }
}
.story-builder__figure {
  margin-top: 40px;
}
.story-builder__figure:first-child {
  margin-top: 0;
}

.story-builder__image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
}

.story-builder__gallery {
  margin-top: 40px;
  position: relative;
}
.story-builder__gallery:first-child {
  margin-top: 0;
}

.story-builder__gallery-slider {
  overflow: hidden;
  border-radius: 20px;
}
.story-builder__gallery-slider .glide__track {
  overflow: hidden;
  min-height: 535px;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 20px;
  background: #D8D8D8;
}

.story-builder__gallery-item {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.story-builder__gallery-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
}

.story-builder__gallery-arrow {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 52px;
  background: linear-gradient(135deg, #4D2DA2 0%, #4D2DA2 50%, #8200DB 100%);
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  transition: filter 0.1s ease-out, transform 0.2s ease-out;
}
.story-builder__gallery-arrow:disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}
.story-builder__gallery-arrow:hover:not(:disabled) {
  transform: translateY(-50%) scale(1.04);
}
.story-builder__gallery-arrow:focus-visible:not(:disabled) {
  transform: translateY(-50%) scale(1.04);
}

.story-builder__gallery-arrow--prev {
  left: -26px;
}

.story-builder__gallery-arrow--next {
  right: -26px;
}

@media (max-width: 900px) {
  .story-builder__gallery-arrow {
    width: 46px;
    height: 46px;
  }
  .story-builder__gallery-arrow--prev {
    left: 10px;
  }
  .story-builder__gallery-arrow--next {
    right: 10px;
  }
}
.story-builder__quote {
  margin-top: 60px;
  border-radius: 20px;
  border: 2px solid #F3F4FB;
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.story-builder__quote-text {
  margin: 0 auto;
  padding: 0;
  color: #0A0A0A;
  font-family: "Space Grotesk";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.story-builder__quote-text > * {
  margin: 0;
}
.story-builder__quote-text > * + * {
  margin-top: 15px;
}

.story-builder__quote-author {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0px;
}
.story-builder__quote-author p {
  margin: 0 auto;
}
.story-builder__quote-author p + p {
  margin-top: 1em;
}
.story-builder__quote-author {
  font-size: 16px;
  color: #0A0A0A;
  margin: 30px auto 0;
  font-weight: 600;
}
.story-builder__quote-author:before {
  content: "—";
  display: inline;
}

.site-header__outer:has(+ .site-content .single-portfolio-video) {
  padding-bottom: 300px;
}

.portfolio__inner:has(.single-portfolio-video) {
  transform: translateY(-370px);
  margin-bottom: -370px;
}

@media (max-width: 1280px) {
  .site-header {
    padding: 0 24px;
  }
  .site-footer__outer {
    padding: 80px 40px 24px;
  }
  .site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 30px;
  }
  .content__grid {
    max-width: calc(100% - 48px);
    margin: 0 auto;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr);
  }
  .content__grid-sidebar {
    order: 2;
  }
  .content__grid-story {
    order: 1;
  }
  .content__grid-sidebar-inner {
    position: static;
    top: auto;
  }
  .front-page-studio__inner,
  .front-page-capabilities__inner,
  .front-page-clients__inner,
  .front-page-portfolio__inner,
  .portfolio-work__inner,
  .blog__inner,
  .project-showcase__inner,
  .portfolio-subheader__inner,
  .story-builder-subheader__inner,
  .single-portfolio-video {
    max-width: calc(100% - 48px);
  }
  .front-page-clients__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .site-header__main-nav .menu-main .menu-item {
    font-size: 44px;
  }
  .front-page-hero__inner {
    padding: 0 48px;
  }
  .front-page-hero__title,
  .portfolio-subheader__title,
  .story-builder-subheader__title,
  .home-subheader__title {
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -1.4px;
  }
  .front-page-hero__lead,
  .portfolio-subheader__lead,
  .story-builder-subheader__lead,
  .home-subheader_lead {
    font-size: 22px;
  }
  .front-page-capabilities__title,
  .front-page-portfolio__title,
  .portfolio-work__title,
  .project-showcase__title,
  .blog__title {
    font-size: 44px;
    line-height: 120%;
  }
  .front-page-capabilities__icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
  }
  .front-page-studio__content {
    font-size: 24px;
  }
  .front-page-clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .front-page-portfolio__grid,
  .portfolio-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 24px;
  }
  .blog__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 900px) {
  .site-header__outer {
    padding: 24px 0 80px;
  }
  .site-header__controls {
    gap: 16px;
  }
  .site-header__logo img {
    width: 158px;
    height: auto;
  }
  .site-header__main-nav {
    padding: 140px 24px 40px;
  }
  .site-header__main-nav .menu-main {
    gap: 28px;
    transform: none;
  }
  .site-header__main-nav .menu-main .menu-item {
    font-size: 36px;
  }
  .site-content {
    padding: 100px 0;
  }
  .front-page-hero {
    margin-top: 50px;
  }
  .front-page-hero__inner {
    padding: 0 24px;
  }
  .front-page-hero__title,
  .portfolio-subheader__title,
  .story-builder-subheader__title,
  .home-subheader__title {
    font-size: 50px;
    line-height: 115%;
  }
  .front-page-hero__lead,
  .portfolio-subheader__lead,
  .story-builder-subheader__lead,
  .home-subheader_lead {
    font-size: 20px;
  }
  .front-page-hero__actions {
    margin-top: 32px;
    gap: 16px;
  }
  .front-page-hero__testimonials {
    margin-top: 70px;
  }
  .front-page-studio__inner {
    flex-direction: column;
    padding: 32px 24px;
  }
  .front-page-studio__image-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
  .front-page-capabilities,
  .front-page-clients,
  .front-page-portfolio,
  .portfolio-work {
    margin-top: 70px;
  }
  .front-page-capabilities__buckets {
    grid-template-columns: minmax(0, 1fr);
  }
  .project-showcase__inner {
    padding: 40px 28px;
  }
  .project-showcase__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .project-showcase__paging {
    justify-content: flex-start;
    align-items: center;
  }
  .project-showcase__slider {
    max-width: none;
  }
  .project-showcase__slider .glide__track:before,
  .project-showcase__slider .glide__track:after {
    display: none;
  }
  .project-showcase__slider .glide__slide {
    max-width: none;
  }
  .single-portfolio-video {
    margin: 0 auto 90px;
  }
  .single-portfolio-video__play {
    width: 64px;
    height: 64px;
  }
  .site-footer__outer {
    border-radius: 28px 28px 0 0;
    padding: 60px 24px 24px;
  }
  .site-footer__cta {
    padding: 40px 24px;
  }
  .site-footer__cta-title {
    font-size: 34px;
  }
  .site-footer__columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .site-footer__legal-inner {
    flex-direction: column;
    gap: 18px;
  }
  .story-builder-subheader__inner {
    margin-top: 48px;
  }
  .story-builder__quote-text {
    font-size: 24px;
  }
  .story-builder__content {
    font-size: 20px;
  }
  .our-work__inner {
    transform: none;
    margin-bottom: 0;
  }
  .site-header__outer:has(+ .site-content .single-portfolio-video) {
    padding-bottom: 80px;
  }
  .portfolio__inner:has(.single-portfolio-video) {
    transform: none;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding: 0 16px;
  }
  .site-content {
    padding: 80px 0;
  }
  .front-page-hero__title,
  .portfolio-subheader__title,
  .story-builder-subheader__title,
  .home-subheader__title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .front-page-hero__lead,
  .portfolio-subheader__lead,
  .story-builder-subheader__lead,
  .home-subheader_lead {
    font-size: 18px;
  }
  .front-page-capabilities__title,
  .front-page-portfolio__title,
  .portfolio-work__title,
  .project-showcase__title,
  .blog__title {
    font-size: 36px;
  }
  .front-page-portfolio__grid,
  .portfolio-work__grid,
  .front-page-clients__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .front-page-capabilities__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
  }
  .front-page-portfolio__card--wide,
  .front-page-portfolio__card--narrow {
    grid-column: span 1;
  }
  .front-page-portfolio__media img,
  .front-page-portfolio__media-fallback {
    height: 300px;
  }
  .project-showcase__inner,
  .sidebar-table-of-content,
  .sidebar-call-to-action {
    border-radius: 16px;
    padding: 24px 20px;
  }
  .project-showcase__arrow--next,
  .project-showcase__arrow--prev {
    width: 40px;
    height: 40px;
  }
  .content__grid,
  .front-page-studio__inner,
  .front-page-capabilities__inner,
  .front-page-clients__inner,
  .front-page-portfolio__inner,
  .portfolio-work__inner,
  .blog__inner,
  .project-showcase__inner,
  .portfolio-subheader__inner,
  .story-builder-subheader__inner,
  .single-portfolio-video {
    max-width: calc(100% - 32px);
  }
  .story-builder__heading-h1 {
    font-size: 38px;
    line-height: 120%;
  }
  .story-builder__heading-h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .story-builder__heading-h3 {
    font-size: 28px;
    line-height: 120%;
  }
  .story-builder__heading-h4 {
    font-size: 24px;
    line-height: 120%;
  }
  .story-builder__heading-h5 {
    font-size: 20px;
    line-height: 120%;
  }
  .story-builder__quote {
    padding: 24px 20px;
  }
  .story-builder__quote-text {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .site-header__main-nav .menu-main .menu-item {
    font-size: 30px;
  }
  .front-page-hero__title,
  .portfolio-subheader__title,
  .story-builder-subheader__title,
  .home-subheader__title {
    font-size: 34px;
  }
  .front-page-studio__content {
    font-size: 20px;
  }
  .front-page-clients__item {
    height: 130px;
  }
  .project-showcase__paging {
    flex-wrap: wrap;
    gap: 10px;
  }
  .single-portfolio-video__play {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 480px) {
  .site-header {
    padding: 0 12px;
  }
  .site-header__logo img {
    width: 140px;
  }
  .site-header__controls {
    gap: 10px;
  }
  .front-page-hero__inner,
  .project-showcase__inner,
  .front-page-studio__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .front-page-hero__title,
  .portfolio-subheader__title,
  .story-builder-subheader__title,
  .home-subheader__title {
    font-size: 30px;
    line-height: 120%;
  }
  .front-page-hero__actions,
  .site-footer__cta-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
  }
  .front-page-hero__button,
  .site-footer__cta-button {
    width: 100%;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
  }
  .site-footer__cta-button {
    white-space: normal;
  }
  .project-showcase__arrow--next,
  .project-showcase__arrow--prev {
    width: 36px;
    height: 36px;
  }
  .single-portfolio-video__play {
    width: 48px;
    height: 48px;
  }
  .front-page-capabilities__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
  }
  .site-footer__outer {
    padding: 48px 16px 20px;
  }
  .site-footer__cta {
    padding: 28px 16px;
  }
}
