// See https://github.com/loadingio/css-spinner/tree/master/dist

.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(136, 124, 119);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(136, 124, 119) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-Loader {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotateSpinner-Loader {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dot-Loader {
  0% {
    background: #f8f8f7;
    box-shadow: inset 0 0 0 43px #f8f8f7;
  }
  25% {
    background: #9263cd;
    box-shadow: inset 0 0 0 36px #f8f8f7;
  }
  50% {
    background: #f8f8f7;
    box-shadow: inset 0 0 0 43px #f8f8f7;
  }
  75% {
    background: #ea0d43;
    box-shadow: inset 0 0 0 36px #f8f8f7;
  }
  50% {
    background: #f8f8f7;
    box-shadow: inset 0 0 0 43px #f8f8f7;
  }
}
.progress-indicator {
  animation: rotate-Loader 3s infinite linear;
  background-image: linear-gradient(#9263cd, #ea0d43);
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100px;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.progress-indicator::before {
  animation: rotateSpinner-Loader 13s infinite linear;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  transform-origin: 50px 50px;
}
.progress-indicator::after {
  animation: dot-Loader 1.5s infinite;
  background: #f8f8f7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 45px #f8f8f7;
  content: "";
  height: 90px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 90px;
}
/* Ensure defaults */
.calendly-inline-widget,
  .calendly-inline-widget *,
  .calendly-badge-widget,
  .calendly-badge-widget *,
  .calendly-overlay,
  .calendly-overlay * {
    font-size: 16px;
    line-height: 1.2em;
  }
.calendly-inline-widget iframe, .calendly-badge-widget iframe, .calendly-overlay iframe {
    /*
    Values other than `display: inline` cause a scrolling bug on iOS where the underlying page
    scrolls instead of the iframe
    */
    display: inline;
    width: 100%;
    height: 100%;
  }
.calendly-popup-content {
  /* Any updates in this section should be updated for inline mode */
  position: relative;
}
.calendly-popup-content.calendly-mobile {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #a5a5a5;
  background-color: rgba(31, 31, 31, .4);
}
.calendly-overlay .calendly-close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.calendly-overlay .calendly-popup {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    min-width: 900px;
    max-width: 1000px;
    height: 90%;
    max-height: 680px;
  }
@media (max-width: 975px) {
.calendly-overlay .calendly-popup {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      transform: none;
      width: 100%;
      height: auto;
      min-width: 0;
      max-height: none
  }
    }
.calendly-overlay .calendly-popup .calendly-popup-content {
      height: 100%;
    }
.calendly-overlay .calendly-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url(../../assets/external/close-icon.svg) no-repeat;
    background-size: contain;
  }
@media (max-width: 975px) {
.calendly-overlay .calendly-popup-close {
      top: 15px;
      right: 15px
  }
    }
.calendly-badge-widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
}
.calendly-badge-widget .calendly-badge-content {
    display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
.calendly-badge-widget .calendly-badge-content.calendly-white {
      color: #666a73;
    }
.calendly-badge-widget .calendly-badge-content span {
      display: block;
      font-size: 12px;
    }
.calendly-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
}
.calendly-spinner > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #e1e1e1;
    border-radius: 50%;
    vertical-align: middle;
    animation: calendly-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both;
  }
.calendly-spinner .calendly-bounce1 {
    animation-delay: -0.32s;
  }
.calendly-spinner .calendly-bounce2 {
    animation-delay: -0.16s;
  }
@keyframes calendly-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
  }
}
body .calendly-overlay .calendly-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  transform: none;
}
@media (max-width: 975px) {
  body .calendly-overlay .calendly-popup-close {
    right: 25px;
  }
}
/* ! tailwindcss v2.2.2 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
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;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(0, 159, 227, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.container {
  width: 100%;
}
@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}
@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1150px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.caption a:hover {
  text-decoration: underline;
}
.quote .slash {
  font-size: 270px;
}
@media (min-width: 640px) {
  .divided-items > div:nth-child(odd) {
    border-right-width: 1px;
  }
  .divided-items > div:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(128, 128, 128, var(--tw-border-opacity));
  }
}
@media (min-width: 768px) {
  .sticky {
    flex: none;
    position: sticky;
    position: -webkit-sticky;
    align-self: flex-start;
    top: 2rem;
  }

  .animate-close-gap .shrink {
    transition: padding-bottom 1s ease 0s;
  }

  .close-gap .shrink {
    padding-bottom: 3rem;
  }

  .animate-close-gap .animate img {
    transition: bottom 1s ease 0s;
  }

  .close-gap .animate img {
    bottom: 0px;
  }
}
.collapsible-footer .entry .sub {
  max-height: 0;
  transition: all 1s;
  overflow: hidden;
}
.collapsible-footer .entry.active .sub {
  max-height: 100vh;
}
@media (min-width: 768px) {
  .collapsible-footer .entry .sub {
    max-height: unset;
    overflow: visible;
  }
}
.glider-dot {
  height: 1rem;
  width: 1rem;
  background-color: transparent;
  border: solid 2px #000;
}
.glider-dot.active {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.diagonal-slash {
  height: 100%;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
@media (min-width: 640px) {
  .diagonal-slash {
    --tw-skew-x: -22deg;
    transform: var(--tw-transform);
  }
  .diagonal-slash {
    border-left-width: 6px;
  }
}
.pattern-hover .hover {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.pattern-hover:hover .hover {
  opacity: 1;
  display: block;
  background: url("/images/life/hatch.svg") repeat top left;
}
.theme-work .pattern-hover:hover .hover {
  background: url("/images/work/hatch.svg") repeat top left;
}
.theme-group .pattern-hover:hover .hover {
  background: url("/images/group/hatch.svg") repeat top left;
}
.theme-jobs .pattern-hover:hover .hover {
  background: url("/images/jobs/hatch.svg") repeat top left;
}
.job-header .call-to-action strong {
  display: block;
  font-weight: 400;
}
@media (min-width: 640px) {
  .job-header .call-to-action strong {
    margin-bottom: 1rem;
  }
  .job-header .call-to-action strong {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.7px;
  }
  .job-header .call-to-action strong {
    font-weight: 600;
  }
  .job-header .call-to-action strong {
    text-transform: uppercase;
  }
  .job-header .call-to-action strong {
    letter-spacing: .25em;
  }
}
.job-header .call-to-action > p:nth-child(2) {
  display: none;
}
@media (min-width: 640px) {
  .job-header .call-to-action > p:nth-child(2) {
    display: block;
  }
}
.job-header .call-to-action a {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .25em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.job-header .call-to-action a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .job-header .call-to-action a {
    margin-top: 2rem;
  }
  .section-separator .slash-medium {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 77% 100%);
  }
}
table {
  margin-bottom: 1rem;
  width: 100%;
}
table thead th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(128, 128, 128, var(--tw-border-opacity));
  padding-right: 1rem;
  padding-left: 0px;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 600;
}
table tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}
table tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 0px;
  text-align: left;
}
table {
  caption-side: bottom;
}
table caption {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
div[data-oembed] {
  margin-bottom: 1rem;
}
/* Video embeds */
div[data-oembed-provider="Vimeo"] iframe,
div[data-oembed-provider="YouTube"] iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
div[data-oembed-provider="Instagram"] iframe {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.partner-promise img {
  max-width: 50%;
}
.partner-promise a {
  margin-top: 1rem;
  display: block;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
}
.partner-promise a:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}
.training-description u {
  text-decoration: none;
}
.training-description b {
  font-weight: medium;
}
.component-article {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.gallery-caption {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.gallery-caption a em {
  font-style: normal;
}
.gallery-caption a strong {
  font-weight: 400;
}
.gallery-caption h2 strong {
  font-weight: 500;
}
#usercentrics-root {
  z-index: 40;
}
@media (min-width: 768px) {
  .slashed-image-section .left {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 70.3% 100%);
  }
}
.shared-advert .wide {
  display: block;
}
.shared-advert .square {
  display: none;
}
@media (min-width: 1024px) {
  .article-sidebar .shared-advert .wide {
    display: none;
  }
  .article-sidebar .shared-advert .square {
    display: block;
  }
}
.gating-popup h2 {
  margin-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
}
.gating-popup h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 100%;
}
.gating-popup p {
  margin-bottom: 0.25rem;
}
.gating-popup em {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 100%;
}
.gating-popup ul {
  text-align: left;
}
.uc-embed > div {
  margin-bottom: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(233, 233, 233, var(--tw-border-opacity));
  padding-top: 0.5rem;
}
.uc-embed .uc-embed-subelement {
  margin-left: 1rem;
}
.uc-checkbox {
  margin-top: 1rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
.uc-checkbox h3 {
  margin: 0px;
  padding-left: 1rem;
}
.article .uc-embed-subelement h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
/* defined in spinner.css */
.lds-ellipsis div {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.prevent-scroll {
  overflow: hidden;
}
/* font styles for adverts */
.shared-advert .text-size-small, .shared-advert .text-size-small * {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
@media (min-width: 640px) {
  .shared-advert .text-size-small, .shared-advert .text-size-small * {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) {
  .shared-advert .text-size-small, .shared-advert .text-size-small * {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.7px;
  }
}
.shared-advert .text-size-medium, .shared-advert .text-size-medium * {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
@media (min-width: 640px) {
  .shared-advert .text-size-medium, .shared-advert .text-size-medium * {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.7px;
  }
}
@media (min-width: 768px) {
  .shared-advert .text-size-medium, .shared-advert .text-size-medium * {
    font-size: 24px;
    line-height: 100%;
  }
}
.shared-advert .text-size-large, .shared-advert .text-size-large * {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
}
@media (min-width: 640px) {
  .shared-advert .text-size-large, .shared-advert .text-size-large * {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  .shared-advert .text-size-large, .shared-advert .text-size-large * {
    font-size: 24px;
    line-height: 100%;
  }
}
.text-size-large, .text-size-medium, .text-size-small {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-advert-default {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-advert-default h5 {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
}
.text-advert-default p {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
@media (min-width: 1024px) {
  .article-sidebar .text-advert-default {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 1280px) {
  .article-sidebar .text-advert-default {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .article-sidebar .text-advert-default h2 {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 1280px) {
  .article-sidebar .text-advert-default h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.text-advert-default.text-white * {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-advert-default.text-black * {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-advert-default.text-purple-500 * {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}
.text-advert-default.text-purple-400 * {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
/* ASAP popup. */
div.asap-complete .asap-complete-customisations h1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 600;
}
/* Group theme overrides - use sparingly! */
.theme-group header a:hover {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
.theme-group footer a:hover {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
/* animate homepage links */
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.homepage-links .card {
  animation-name: zoom;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
.homepage-links .card:nth-child(2) {
  animation-delay: 1s;
}
.homepage-links .card:nth-child(3) {
  animation-delay: 2s;
}
.homepage-links .card:nth-child(4) {
  animation-delay: 3s;
}
.homepage-links .card:nth-child(5) {
  animation-delay: 4s;
}
.homepage-links .card:nth-child(6) {
  animation-delay: 5s;
}
.pac-container {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pac-container .pac-item {
  cursor: pointer;
  border-top-width: 0px;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  line-height: 1.2;
}
.pac-container .pac-item-query {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
}
.pac-container.pac-logo:after {
  margin: 0.5rem;
}
@media (min-width: 768px) {
  .scroller.items-3 button {
    display: block;
  }
}
@media (min-width: 1024px) {
  .scroller.items-3 button {
    display: none;
  }
}
@media (min-width: 768px) {
  .scroller.items-4 button {
    display: block;
  }
}
@media (min-width: 1024px) {
  .scroller.items-4 button {
    display: block;
  }
}
@media (min-width: 768px) {
  .scroller.items-max button {
    display: block;
  }
}
@media (min-width: 640px) {
  .scroller ul {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .scroller li {
    scroll-snap-align: start; /* or: center */
    scroll-snap-stop: always;
  }

  .scroller ul::-webkit-scrollbar {
    display: none;
  }
}
.priority-10 {
  z-index: 100;
}
.gauge-container {
  aspect-ratio: 1 / 1;
}
.gauge-container.overall {
  top: -9%;
  left: -9%;
  right: -9%;
}
.score-gauge-old {
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.score-gauge-old .dial {
  stroke: #fff;
  stroke-width: 10;
}
.score-gauge-old .value {
  stroke-width: 10;
}
.score-gauge {
  overflow: hidden;
}
.score-gauge .dial {
  stroke: transparent;
  stroke-width: 3;
}
.score-gauge .value {
  stroke-width: 3;
  stroke-linecap: round;
}
.score-gauge.small .value {
  stroke-width: 5;
}
@page {
  size: A4;
}
@media print {
  a.arrow-link-small {
    background-image: url("/icons/arrow-purple-tiny.svg");
    background-position: right 0px top 50%;
  }

  a.arrow-link-small:hover {
    background-position: right 4px top 50%;
  }
}
.slice-caption .block-img {
  margin-bottom: 1rem;
}
.slice-caption h1 {
  margin-bottom: 2rem;
  display: block;
  padding: 0px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
}
@media (min-width: 640px) {
  .slice-caption h1 {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (min-width: 1280px) {
  .slice-caption h1 {
    font-size: 60px;
    line-height: 100%;
  }
}
.slice-caption h2 {
  margin-bottom: 2rem;
  display: block;
  padding: 0px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .slice-caption h2 {
    font-size: 48px;
    line-height: 100%;
  }
}
.slice-caption h3 {
  margin-bottom: 2rem;
  display: block;
  padding: 0px;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
}
@media (min-width: 640px) {
  .slice-caption h3 {
    font-size: 28px;
    line-height: 100%;
  }
}
.slice-caption h4 {
  margin-bottom: 0.75rem;
  display: block;
  padding: 0px;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  line-height: 1;
}
.slice-caption p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.slice-caption p:last-child {
  margin-bottom: 0px;
}
.slice-caption ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  overflow: auto;
}
.slice-caption ul li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.slice-caption ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  overflow: auto;
}
.slice-caption ol li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.slice-caption a {
  display: inline-block;
}
.slice-caption .small-text {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  line-height: 1.5;
}
.slice-caption .large-text {
  display: inline-block;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  line-height: 1.5;
}
.slice-caption.slice-caption-small h1 {
  margin-bottom: 1rem;
  padding: 0px;
  font-size: 28px;
  line-height: 100%;
}
@media print {
  .slice-caption.slice-caption-small h1 {
    font-size: 24px;
    line-height: 100%;
  }
}
.slice-caption.slice-caption-small h2 {
  margin-bottom: 1rem;
  padding: 0px;
  font-size: 24px;
  line-height: 100%;
}
@media print {
  .slice-caption.slice-caption-small h2 {
    font-size: 24px;
    line-height: 100%;
  }
}
.slice-caption.slice-caption-small h3 {
  margin-bottom: 1rem;
  padding: 0px;
  font-size: 24px;
  line-height: 100%;
}
@media print {
  .slice-caption.slice-caption-small h3 {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.7px;
  }
}
.slice-caption.slice-caption-small h4 {
  margin-bottom: 0.75rem;
  padding: 0px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
}
@media print {
  .slice-caption.slice-caption-small h4 {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
}
.slice-caption.slice-caption-small p {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
@media print {
  .slice-caption.slice-caption-small p {
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.3px;
  }
  .recommended-actions .slice-caption p {
    font-size: 9px;
  }
}
.slice-caption.slice-caption-small p:last-child {
  margin-bottom: 0px;
}
.picker-item.selected {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.full-screen-layout .contact-form {
  scroll-margin-top: 100px;
}
.readiness-report-form .default-padding {
  max-width: 1440px;
}
@media (min-width: 768px) {
  .readiness-report-form .default-padding {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .readiness-report-form .default-padding {
    padding-left: 5rem;
  }
}
@media (min-width: 1280px) {
  .readiness-report-form .default-padding {
    margin-left: auto;
    margin-right: auto;
  }
  .readiness-report-form .default-padding {
    padding-left: 5rem;
  }
}
.readiness-report-form .article.contact-form-copy {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.readiness-report-form .article.contact-form-copy h3 {
  font-size: 28px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.readiness-report-form .article.contact-form-copy p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
/* Just for the R/AGE page */
.copy.full-screen .article .block-img img {
  width: 100px;
}
@media (min-width: 640px) {
  .copy.full-screen .article .block-img img {
    width: auto;
  }
}
.full-width-copy + .full-width-copy .inverse {
  padding-top: 0px;
}
/* 50/50 with form */
.embedded-form .default-padding {
  max-width: none;
}
@media (min-width: 768px) {
  .embedded-form .default-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .embedded-form .default-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {
  .embedded-form .default-padding {
    margin-left: auto;
    margin-right: auto;
  }
  .embedded-form .default-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.grecaptcha-badge {
  display: none !important;
}
body {
  --tw-text-opacity: 1;
  color: rgba(43, 55, 70, var(--tw-text-opacity));
}
h1, h2, h3, h4, h5, h6 {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}
h1 {
  font-size: 40px;
  line-height: 100%;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 100%;
  }
}
h2 {
  font-size: 32px;
  line-height: 100%;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 100%;
  }
}
h3 {
  font-size: 28px;
  line-height: 100%;
}
h4 {
  font-size: 24px;
  line-height: 100%;
}
h5 {
  font-size: 18px;
  line-height: 100%;
}
h6 {
  font-size: 16px;
  line-height: 100%;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6, .inverse ul, .inverse ol, .inverse p {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
p {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
label {
  margin-right: 1rem;
  cursor: text;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
form input[type="password"], form input[type="number"], form input[type="tel"], form input[type="date"], form input[type="email"], form input[type="text"], form input[type="url"], form textarea {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 224, var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
form input[type="password"]:focus, form input[type="number"]:focus, form input[type="tel"]:focus, form input[type="date"]:focus, form input[type="email"]:focus, form input[type="text"]:focus, form input[type="url"]:focus, form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
textarea {
  height: 8rem;
}
form .floating input[type="password"], form .floating input[type="number"], form .floating input[type="tel"], form .floating input[type="date"], form .floating input[type="email"], form .floating input[type="text"], form .floating input[type="url"], form .floating select, form .floating textarea {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
form .floating input[type="password"]:-moz-placeholder-shown, form .floating input[type="number"]:-moz-placeholder-shown, form .floating input[type="tel"]:-moz-placeholder-shown, form .floating input[type="date"]:-moz-placeholder-shown, form .floating input[type="email"]:-moz-placeholder-shown, form .floating input[type="text"]:-moz-placeholder-shown, form .floating input[type="url"]:-moz-placeholder-shown, form .floating select:-moz-placeholder-shown, form .floating textarea:-moz-placeholder-shown {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
form .floating input[type="password"]:-ms-input-placeholder, form .floating input[type="number"]:-ms-input-placeholder, form .floating input[type="tel"]:-ms-input-placeholder, form .floating input[type="date"]:-ms-input-placeholder, form .floating input[type="email"]:-ms-input-placeholder, form .floating input[type="text"]:-ms-input-placeholder, form .floating input[type="url"]:-ms-input-placeholder, form .floating select:-ms-input-placeholder, form .floating textarea:-ms-input-placeholder {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
form .floating input[type="password"]:placeholder-shown, form .floating input[type="number"]:placeholder-shown, form .floating input[type="tel"]:placeholder-shown, form .floating input[type="date"]:placeholder-shown, form .floating input[type="email"]:placeholder-shown, form .floating input[type="text"]:placeholder-shown, form .floating input[type="url"]:placeholder-shown, form .floating select:placeholder-shown, form .floating textarea:placeholder-shown {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
input.placeholder-white::-moz-placeholder {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
input.placeholder-white:-ms-input-placeholder {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
input.placeholder-white::placeholder {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
input.placeholder-white::focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, var(--tw-text-opacity));
}
input.placeholder-white::focus:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, var(--tw-text-opacity));
}
input.placeholder-white::focus::placeholder {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, var(--tw-text-opacity));
}
.js-prevent-double-submit input[aria-disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
form select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 224, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-right: 2rem;
  font-weight: 700;
}
form select:focus {
  border-radius: 0px;
}
form select {

  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='18' height='18' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>")
    no-repeat;
  background-position: right 16px top 50%;
}
select.caret {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.862 6.19531L7.99998 9.05731L5.13798 6.19531L4.19531 7.13798L7.99998 10.9426L11.8046 7.13798L10.862 6.19531Z" fill="black"/></svg>');
}
.floating-select.no-value-entered label {
  display: none;
}
.floating-select.no-value-entered select {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
  line-height: 1.75rem;
}
form select.booking {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
form.self-hosted-booking div.self-hosted-booking-container {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  font-size: 12px;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
form.self-hosted-booking label p {
  padding-bottom: 0.5rem;
}
form.referral-form input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, var(--tw-text-opacity));
}
form.referral-form input:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, var(--tw-text-opacity));
}
form.referral-form input::placeholder {
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, var(--tw-text-opacity));
}
form.custom-form .checked-invalid {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
form.custom-form .radio-group {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  display: block;
}
form.custom-form label.label-left {
  margin-right: 0.5rem;
  text-align: right;
}
form.custom-form label.label-right {
  margin-left: 0.5rem;
  text-align: left;
}
form.custom-form .radio-group label {
  margin-left: 0.25rem;
}
.width-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.custom-radio input:checked + span.number {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}
.custom-radio-icon input:checked + svg {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
.custom-menu-radio input:checked + div {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.custom-menu-radio input:checked + div .checked {
  display: block;
}
button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
select:focus, input:focus, textarea:focus, input[type="radio"]:focus, input[type="range"]:focus, input[type="checkbox"]:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
select,
input,
textarea,
input[type="radio"],
input[type="range"],
input[type="checkbox"] {
  accent-color: #000000;
  outline-color: #000000;
}
.inverse-checked:active,
.inverse-checked:focus,
.inverse-checked:checked {
  outline: none;
  border-color: white;
  outline-color: white;
}
input[type="checkbox"]:checked + label .close-icon {
  display: block;
}
input[type="range"] {
  --active-color: #000000;
  --active-track-color-from: #f2e0ef;
  --active-track-color-to: #f2e0ef;
  --thumb-height: 2em;
  --track-height: 0.25em;
  --track-color: #f2e0ef;
  --brightness-hover: 110%;
  --brightness-down: 100%;
  --clip-edges: 0.25em;
  position: relative;
  background: #fff0;
  overflow: hidden;
}
input[type="range"]:focus {
  transition: none;
}
input[type="range"]:active {
  cursor: grabbing;
}
input[type="range"]:disabled {
  filter: grayscale(1);
  opacity: 0.3;
  cursor: not-allowed;
}
/* === WebKit specific styles === */
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  height: var(--thumb-height);
}
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  position: relative;
}
.question.active input[type="range"] {
  --active-track-color-from: #b50e7d;
  --active-track-color-to: #9164cc;
}
input[type="range"]::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0
    100vmax var(--active-track-color-to);

  width: var(--thumb-width, var(--thumb-height));
  background: url("/icons/thumb-complete.svg") no-repeat center center;
  background-color: red;
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));

  filter: brightness(100%);

  /* Clip the LHS of the bar */
  clip-path: polygon(
    100% -1px,
    var(--clip-edges) -1px,
    0 var(--clip-top),
    -100vmax var(--clip-top),
    -100vmax var(--clip-bottom),
    0 var(--clip-bottom),
    var(--clip-edges) 100%,
    var(--clip-further) var(--clip-further)
  );
}
input[type="range"]:hover::-webkit-slider-thumb {
  /* filter: brightness(var(--brightness-hover)); */
  cursor: grab;
}
input[type="range"]:active::-webkit-slider-thumb {
  /* filter: brightness(var(--brightness-down)); */
  cursor: grabbing;
}
input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center /
    100% calc(var(--track-height) + 1px);
}
input[type="range"]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
/* === Firefox specific styles === */
input[type="range"],
input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  -moz-transition: all ease 100ms;
  transition: all ease 100ms;
  height: var(--thumb-height);
}
input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-progress {
  background: #fff0;
}
input[type="range"]::-moz-range-thumb {
  background: currentColor;
  border: 0;
  width: var(--thumb-width, var(--thumb-height));
  border-radius: var(--thumb-width, var(--thumb-height));
  cursor: grab;
}
input[type="range"]:active::-moz-range-thumb {
  cursor: grabbing;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  background: var(--track-color);
}
input[type="range"]::-moz-range-progress {
  -moz-appearance: none;
       appearance: none;
  background: currentColor;
  transition-delay: 30ms;
}
input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-progress {
  height: calc(var(--track-height) + 1px);
  border-radius: var(--track-height);
}
input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-progress {
  filter: brightness(100%);
}
input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:hover::-moz-range-progress {
  filter: brightness(var(--brightness-hover));
}
input[type="range"]:active::-moz-range-thumb,
input[type="range"]:active::-moz-range-progress {
  filter: brightness(var(--brightness-down));
}
input[type="range"]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
.compact-button {
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.compact-button:hover {
  --tw-brightness: brightness(1.05);
  filter: var(--tw-filter);
}
form .compact-form input[type="text"], form .compact-form input[type="email"] {
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
form .compact-form input[type="text"]:focus, form .compact-form input[type="email"]:focus {
  border-radius: 0.5rem;
}
.speak-to-a-consultant .default-padding {
  padding: 0px;
}
.speak-to-a-consultant .hero-button {
  width: 100%;
  background-image: linear-gradient(257deg, #b50e7d 0.95%, #b50e7d 0.96%, #9164cc 100%);
}
.disclaimer-copy p {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.disclaimer-copy a {
  text-decoration: underline;
}
.disclaimer-copy a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.primary-button {
  cursor: pointer;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .25em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.primary-button:hover {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
.primary-button:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 0.5;
}
@media (min-width: 768px) {
  .primary-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
a span.inline-button, span.inline-button a, .article a span.inline-button, .article span.inline-button a {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .25em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}
a span.inline-button:hover, span.inline-button a:hover, .article a span.inline-button:hover, .article span.inline-button a:hover {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
a .multiline-button, .multiline-button a, .article a .multiline-button, .article .multiline-button a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}
a .multiline-button:hover, .multiline-button a:hover, .article a .multiline-button:hover, .article .multiline-button a:hover {
  --tw-bg-opacity: 0.9;
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
@media (min-width: 640px) {
  a .multiline-button, .multiline-button a, .article a .multiline-button, .article .multiline-button a {
    width: auto;
  }
}
@media (min-width: 768px) {
  a .multiline-button, .multiline-button a, .article a .multiline-button, .article .multiline-button a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  a .multiline-button, .multiline-button a, .article a .multiline-button, .article .multiline-button a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
a .multiline-button strong, .multiline-button a strong, .article a .multiline-button strong, .article .multiline-button a strong {
  display: block;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 700;
}
@media (min-width: 640px) {
  a .multiline-button strong, .multiline-button a strong, .article a .multiline-button strong, .article .multiline-button a strong {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  a .multiline-button strong, .multiline-button a strong, .article a .multiline-button strong, .article .multiline-button a strong {
    font-size: 24px;
    line-height: 100%;
  }
}
.multiline-button strong a, .article .multiline-button strong a {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 700;
}
@media (min-width: 640px) {
  .multiline-button strong a, .article .multiline-button strong a {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  .multiline-button strong a, .article .multiline-button strong a {
    font-size: 24px;
    line-height: 100%;
  }
}
input.arrow-button, button.arrow-button, a.arrow-button, a span.arrow-button, span.arrow-button a {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-right: 3.5rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
input.arrow-button:hover, button.arrow-button:hover, a.arrow-button:hover, a span.arrow-button:hover, span.arrow-button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media print {
  input.arrow-button, button.arrow-button, a.arrow-button, a span.arrow-button, span.arrow-button a {
    padding-right: 4rem;
  }
  input.arrow-button, button.arrow-button, a.arrow-button, a span.arrow-button, span.arrow-button a {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
}
input.arrow-button,
button.arrow-button,
a.arrow-button,
a span.arrow-button,
span.arrow-button a {
  background-image: url("/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 28px top 50%;
}
input.arrow-button:hover,
button.arrow-button:hover,
a.arrow-button:hover,
a span.arrow-button:hover,
span.arrow-button a:hover {
  background-position: right 20px top 50%;
}
a.arrow-button-square {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-right: 4rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
a.arrow-button-square:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media print {
  a.arrow-button-square {
    padding-right: 5rem;
  }
}
a.arrow-button-square {
  background-image: url("/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 32px top 50%;
}
a.arrow-button-square:hover {
  background-position: right 24px top 50%;
}
a.arrow-link, a span.arrow-link, span.arrow-link a {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 3rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
@media print {
  a.arrow-link, a span.arrow-link, span.arrow-link a {
    padding-right: 4rem;
  }
}
a.arrow-link,
a span.arrow-link,
span.arrow-link a {
  background-image: url("/icons/arrow-purple.svg");
  background-repeat: no-repeat;
  background-position: right 24px top 50%;
}
a.arrow-link:hover,
a span.arrow-link:hover,
span.arrow-link a:hover {
  background-position: right 16px top 50%;
}
.arrow-button-left {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-left: 2rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  background-image: url("/icons/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: left 8px top 50%;
}
.arrow-button-left:hover {
  background-position: left 4px top 50%;
}
a.arrow-link-small {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 2rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  a.arrow-link-small {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  a.arrow-link-small {
    line-height: 1;
  }
}
@media print {
  a.arrow-link-small {
    padding-right: 2.5rem;
  }
  a.arrow-link-small {
    font-size: 12px;
    line-height: 100%;
  }
}
a.arrow-link-small {
  background-image: url("/icons/arrow-purple-small.svg");
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
}
a.arrow-link-small:hover {
  background-position: right 8px top 50%;
}
span.arrow-button-outline {
  display: inline-block;
  line-height: 1;
}
a span.arrow-button-outline, span.arrow-button-outline a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-right: 4rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
a span.arrow-button-outline:hover, span.arrow-button-outline a:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media print {
  a span.arrow-button-outline, span.arrow-button-outline a {
    padding-right: 5rem;
  }
}
a span.arrow-button-outline,
span.arrow-button-outline a {
  background-image: url("/icons/arrow-purple-in-circle-inverse.svg");
  background-repeat: no-repeat;
  background-position: right 24px top 50%;
}
a span.arrow-button-outline:hover,
span.arrow-button-outline a:hover {
  background-image: url("/icons/arrow-black-in-circle.svg");
}
a span.arrow-button-outline:before, span.arrow-button-outline a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
a span.arrow-button-outline:hover:before, span.arrow-button-outline a:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.inverse a span.arrow-button-outline, .inverse span.arrow-button-outline a {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.inverse a span.arrow-button-outline:hover,
.inverse span.arrow-button-outline a:hover {
  background-image: url("/icons/arrow-white-in-circle.svg");
}
.inverse a span.arrow-button, .inverse span.arrow-button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.inverse a span.arrow-button:hover, .inverse span.arrow-button a:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.inverse a span.arrow-button-outline:before, .inverse span.arrow-button-outline a:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  content: "";
}
a span.arrow-button-circle, span.arrow-button-circle a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-right: 4rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
a span.arrow-button-circle:hover, span.arrow-button-circle a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media print {
  a span.arrow-button-circle, span.arrow-button-circle a {
    padding-right: 4rem;
  }
}
a span.arrow-button-circle,
span.arrow-button-circle a {
  background-image: url("/icons/arrow-purple-in-circle.svg");
  background-repeat: no-repeat;
  background-position: right 24px top 50%;
}
/* a span.arrow-button-circle:before,
span.arrow-button-circle a:before {
  @apply absolute transition-transform duration-500 left-0 top-0 translate-y-[100%] h-full w-full bg-dark rounded-l-full rounded-r-full;
  content: '';
}

a span.arrow-button-circle:hover:before,
span.arrow-button-circle a:hover:before {
  @apply translate-y-0;
} */
a span.arrow-button-circle:hover,
span.arrow-button-circle a:hover {
}
span.arrow-button-simple {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
a span.arrow-button-simple, span.arrow-button-simple a {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-right: 3rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
a span.arrow-button-simple:hover, span.arrow-button-simple a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  a span.arrow-button-simple, span.arrow-button-simple a {
    margin-left: 0px;
    margin-right: 0px;
  }
}
a span.arrow-button-simple,
span.arrow-button-simple a {
  background-image: url("/icons/arrow-black-right.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}
a span.arrow-button-simple:hover,
span.arrow-button-simple a:hover {
  background-position: right 12px top 50%;
}
.integration-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.integration-button:hover {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .integration-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.outline-button-white {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.outline-button-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .outline-button-white {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.outline-button-primary {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(189, 189, 189, var(--tw-border-opacity));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.outline-button-primary:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .outline-button-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.disabled-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .disabled-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.simple-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  border-style: none;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .simple-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.round-icon-button {
  display: inline-flex;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding: 7px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.round-icon-button:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .round-icon-button {
    background-color: transparent;
  }
  .round-icon-button {
    padding: 12px;
  }
  .round-icon-button {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
}
button.filter-type {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding: 1rem;
  line-height: 1;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
button.filter-type:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button.filter-type.selected {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button.filter-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button.filter-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.hero-button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.hero-button.alt {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.hero-button.compact {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hero-button.inverse:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hero-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
.hero-button.inverse:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  content: "";
}
.hero-button:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.hero-button-secondary {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-right: 3rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
@media (min-width: 768px) {
  .hero-button-secondary {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.hero-button-secondary {
  background-image: url("/icons/arrow-black-right.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}
.inverse .hero-button-secondary {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-image: url("/icons/arrow-white-right.svg");
}
.hero-button-secondary:hover {
  background-position: right 12px top 50%;
}
/* R/AGE gradient buttons */
.gradient-button {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
}
.gradient-button:before {
  position: absolute;
  left: 1px;
  top: 1px;
  display: inline-flex;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  --tw-translate-y: calc(100% + 2px);
  transform: var(--tw-transform);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
.gradient-button:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.gradient-button:hover div {
  position: relative;
  z-index: 10;
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-button-outline {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  padding: 1px;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
}
.gradient-button-outline:before {
  position: absolute;
  left: 1px;
  top: 1px;
  display: inline-flex;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
  content: "";
}
.gradient-button-outline:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.gradient-button-outline div {
  position: relative;
  z-index: 10;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.gradient-button-outline span {
  display: block;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
@media (min-width: 1024px) {
  .gradient-button-outline span {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.gradient-button-outline span {

  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-button-outline:hover div {
  background-color: transparent;
}
.gradient-button-outline:hover span {
  position: relative;
  z-index: 10;
  background-color: transparent;
  background-clip: border-box;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));

  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.white-button {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
.white-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
.white-button:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.white-button:hover span {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.grey-button {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(128, 128, 128, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
a.arrow-link-white {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 3rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
@media print {
  a.arrow-link-white {
    padding-right: 4rem;
  }
}
a.arrow-link-white {
  background-image: url("/icons/arrow-white-right.svg");
  background-repeat: no-repeat;
  background-position: right 24px top 50%;
}
a.arrow-link-white:hover {
  background-position: right 16px top 50%;
}
html {
  scroll-behavior: smooth;
}
nav.compact-version > div {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
@media (min-width: 1024px) {
  nav.compact-version > div {
    border-bottom-width: 1px;
  }
  nav.compact-version > div {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }
  nav.compact-version > div {
    --tw-border-opacity: 0.1;
  }
  nav.compact-version > div {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  nav.compact-version > div {
    --tw-text-opacity: 1;
    color: rgba(16, 19, 20, var(--tw-text-opacity));
  }
  nav.compact-version.hovering > div {
    border-bottom-width: 0px;
  }
}
.centered {
  max-width: 1440px;
}
@media (min-width: 1280px) {
  .centered {
    margin-left: auto;
    margin-right: auto;
  }
}
.minimum-padding {
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .minimum-padding {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .minimum-padding {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .minimum-padding {
    margin-left: auto;
    margin-right: auto;
  }
  .minimum-padding {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.default-padding {
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .default-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .default-padding {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .default-padding {
    margin-left: auto;
    margin-right: auto;
  }
  .default-padding {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.default-padding-compact {
  max-width: 1440px;
}
@media (min-width: 768px) {
  .default-padding-compact {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .default-padding-compact {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .default-padding-compact {
    margin-left: auto;
    margin-right: auto;
  }
  .default-padding-compact {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 640px) {
  .full-width .default-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .full-width .default-padding {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .full-width .default-padding {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1280px) {
  .full-width .default-padding {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
.shared-popup .default-padding {
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .shared-popup .default-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .shared-popup .default-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .shared-popup .default-padding {
    margin-left: auto;
    margin-right: auto;
  }
  .shared-popup .default-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* Spacing */
.default-spacing {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .default-spacing {
    margin-bottom: 100px;
  }
}
@media print {
  .default-spacing {
    margin-bottom: 32px;
  }
}
.slice-zone .inverse:last-child {
  margin-bottom: 0px;
}
.slice-zone .default-spacing:last-child .bottom-slash:before, .slice-zone .default-spacing:last-child .bottom-slash-only:before {
  display: none;
}
/* Slashes! */
.bottom-slash:before {
  position: absolute;
  left: 0px;
  z-index: 20;
  height: 100px;
  width: 100%;
  --tw-skew-y: -2deg;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  top: calc(100% - 50px);
  content: "";
}
.top-slash {
  position: relative;
  overflow: hidden;
}
.top-slash:before {
  position: absolute;
  left: 0px;
  z-index: 20;
  height: 100px;
  width: 100%;
  --tw-skew-y: -2deg;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  top: -50px;
  content: "";
}
.bottom-slash-only {
  position: relative;
  overflow: hidden;
}
.bottom-slash-only:before {
  position: absolute;
  left: 0px;
  z-index: 20;
  height: 100px;
  width: 100%;
  --tw-skew-y: -2deg;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  top: calc(100% - 50px);
  content: "";
}
/* Glow up */
.glow {
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .glow {
    background-size: contain;
  }
  .glow {
    background-position: center;
  }
}
.glow {
  background-image: url("/images/aura-stacked.png");
}
.glow-right {
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .glow-right {
    background-size: contain;
  }
}
.glow-right {
  background-image: url("/images/aura-stacked.png");
}
.glow-bottom {
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .glow-bottom {
    background-size: contain;
  }
}
.glow-bottom {
  background-image: url("/images/aura-bottom.png");
}
.glow-profile {
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .glow-profile {
    background-position: right bottom;
  }
}
.glow-profile {
  background-image: url("/images/aura-profile.png");
}
.background-fade {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
@media (min-width: 1024px) {
  .glow-right {
    background-position: right 0 top 50%;
    background-image: url("/images/aura-right.png");
  }
}
/* Animation support */
.js-trigger {
  overflow: hidden;
}
/* Scroll offset for inpage links */
html {
  scroll-padding-top: 65px;
}
.scroll-offset {
  visibility: hidden;
  position: relative;
  top: -4rem;
}
footer .compact-form input[type="text"], footer .compact-form input[type="email"] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer input:-moz-placeholder-shown ~ label {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
footer input:-ms-input-placeholder ~ label {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
footer input:placeholder-shown ~ label {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
footer .compact-button {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .compact-button:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
/* Collapsible footer section */
.footer-collapsible {
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-bottom: 1rem;
}
* > .footer-collapsible:last-child {
  border-style: none;
}
.footer-collapsible.open ul {
  display: block;
}
.footer-collapsible.closed ul {
  display: none;
}
.mega-menu.article {
  padding: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(43, 55, 70, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .mega-menu.article {
    padding: 3rem;
  }
}
.mega-menu.article h3 {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .mega-menu.article h3 {
    margin-bottom: 1.5rem;
  }
  .mega-menu.article h3 {
    padding-bottom: 2rem;
  }
  .mega-menu.article h3 {
    font-size: 24px;
    line-height: 100%;
  }
  .mega-menu.article h3 {
    font-weight: 600;
  }
}
.mega-menu.article img {
  margin-bottom: 1.5rem;
  display: block;
  border-radius: 0.5rem;
}
.mega-menu.article p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.mega-menu.curated-articles {
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .mega-menu.curated-articles {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .mega-menu.curated-articles {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.mega-menu.curated-articles .title {
}
.mega-menu.curated-articles .summary {
}
/* Desktop menu CTA */
nav a.menu-button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
nav a.menu-button:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
nav a.menu-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
nav a.menu-button-inverted:hover, nav.compact-version a.menu-button:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
nav a.menu-button-inverted:before, nav.compact-version a.menu-button:before {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  content: "";
}
nav a.menu-button:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
/* Desktop signup button */
nav .secondary-menu-button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
nav .secondary-menu-button:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
nav .secondary-menu-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
nav .secondary-menu-button:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
nav.compact-version .secondary-menu-button, nav.bg-white .secondary-menu-button, nav.hovering .secondary-menu-button {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
nav.compact-version .secondary-menu-button:hover, nav.bg-white .secondary-menu-button:hover, nav.hovering .secondary-menu-button:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
nav.compact-version .secondary-menu-button:before, nav.bg-white .secondary-menu-button:before, nav.hovering .secondary-menu-button:before {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  content: "";
}
/* Mobile CTA */
nav a.menu-button-mobile {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  nav a.menu-button-mobile {
    display: inline-block;
  }
}
nav a.menu-button-mobile:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
nav a.menu-button-mobile:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
nav.hovering {
  border-bottom-width: 0px;
}
.article:after {
  content: "";
  display: table;
  clear: both;
}
.article *:first-child {
  margin-top: 0px;
}
.article *:last-child {
  margin-bottom: 0px;
}
.article ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  overflow: auto;
}
.article ul li {
  margin-left: 1.5rem;
}
.article ul.bullet-ticks {
  list-style-type: none;
}
.article ul.bullet-ticks li {
  position: relative;
  margin-left: 0px;
  display: block;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.article ul.bullet-ticks li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  content: "✓";
}
.article ul.bullet-big {
  font-size: 28px;
  line-height: 100%;
}
.article ul.bullet-big li {
  margin-left: 2.5rem;
  padding-bottom: 1rem;
}
.article ul.bullet-brand-colour li {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article ul.bullet-brand-colour li > span {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.article ul.bullet-big-brand-colour {
  font-size: 28px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article ul.bullet-big-brand-colour li > span {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.article ul.bullet-big-brand-colour li {
  margin-left: 2.5rem;
  padding-bottom: 1rem;
}
.article a {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
  text-decoration: underline;
}
.article a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article a.alternative {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
  padding: 0.5rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, var(--tw-text-opacity));
  text-decoration: none;
}
.article a.alternative:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article a.purple {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
  padding: 0.5rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
  text-decoration: none;
}
.article a.purple:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  overflow: auto;
}
.article ol li {
  margin-left: 1.5rem;
}
.article p {
  margin-bottom: 1.5rem;
}
.article p:last-child {
  margin-bottom: 0px;
}
.article.light-on-dark h1, .article.light-on-dark h2, .article.light-on-dark h3, .article.light-on-dark h4, .article.light-on-dark h5, .article.light-on-dark h6 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.article.light-on-dark a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.article.light-on-dark a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article.contact-form-copy {
  margin-bottom: 1.5rem;
}
.article.contact-form-copy h3 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article.contact-form-copy p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
}
.article .block-img, .article div[data-oembed] {
  margin-bottom: 0.5rem;
}
.article.image-align-left .block-img, .article.image-align-left div[data-oembed] {
  float: left;
  clear: both;
  margin-right: 2rem;
}
.article.image-align-right .block-img, .article.image-align-right div[data-oembed] {
  float: right;
  clear: both;
  margin-left: 2rem;
}
.article.image-align-center .block-img, .article.image-align-center div[data-oembed] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article.image-align-center.image-width-original-size .block-img {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}
.article.image-width-original-size .block-img {
  max-width: none;
}
.article.image-width-half .block-img {
  max-width: 50%;
}
.article.image-width-half div[data-oembed] {
  width: 50%;
}
.article.image-width-third .block-img {
  max-width: 33.3%;
}
.article.image-width-third div[data-oembed] {
  width: 33.333333%;
}
.article.image-width-quarter .block-img {
  max-width: 25%;
}
.article.image-width-quarter div[data-oembed] {
  width: 25%;
}
.article.image-width-full .block-img {
  max-width: 100%;
}
.article.image-width-full div[data-oembed] {
  width: 100%;
}
.article div[data-oembed] {
  position: relative;
  clear: both;
}
.article div[data-oembed] iframe {
  clear: both;
}
/* sidebar support */
.with-sidebar article {
  flex: 1 1 0%;
}
@media (min-width: 1024px) {
  .with-sidebar article .default-padding {
    padding-right: 3rem;
  }
}
.with-sidebar article .integration {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .with-sidebar article .integration {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .with-sidebar article .integration {
    margin-left: 6rem;
  }
  .with-sidebar article .integration {
    margin-right: 3rem;
  }
}
.with-sidebar article .integration .default-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.with-sidebar .article-sidebar .integration-container {
  display: block;
}
.with-sidebar .article-sidebar .cta {
  margin-top: 1.5rem;
  padding-left: 0px;
}
.with-sidebar .article-sidebar .cta .integration-button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.with-sidebar .article-sidebar .integration {
  text-align: center;
}
.with-sidebar .article-sidebar .integration .default-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .with-sidebar .featured-articles .by-four, .with-sidebar .curated-articles .by-four {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .with-sidebar .featured-articles .by-four, .with-sidebar .curated-articles .by-four {
    width: 25%;
  }
}
.article-sidebar > .default-padding, .article-sidebar > .shared-content > .default-padding, .article-sidebar form .default-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.article-sidebar > .minimum-padding, .article-sidebar > .shared-content > .minimum-padding {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.article-sidebar .copy .default-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .article-sidebar .copy .default-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .article-sidebar .copy .default-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .article-sidebar .copy .default-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .article-sidebar .article-preview-horizontal .image-container {
    width: 6rem;
  }
  .article-sidebar .curated-articles ul {
    display: block;
  }

  .article-sidebar .curated-articles ul li {
    width: 100%;
  }
}
/* Lifestyle */
.lifestyle .slash {
  font-size: 19vw;
}
.lifestyle h1 {
  font-size: 12vw;
  margin: 2vw 0;
}
@media (min-width: 1024px) {
  .lifestyle .slash {
    font-size: 26vw;
  }

  .lifestyle h1 {
    font-size: 20vw;
    margin: 3vw 0;
  }
}
@media (min-width: 640px) {
  .lifestyle .slash {
    font-size: 15vw;
  }

  .lifestyle h1 {
    font-size: 10vw;
    margin: 2vw 0;
  }
}
.auth0 main {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .auth0 main {
    padding: 4rem;
  }
}
.auth0-lock-overlay, .auth0-lock-header {
  display: none;
}
.auth0-lock-tabs-container {
  margin-bottom: 2rem;
}
.auth0-lock-tabs {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.auth0-lock-tabs li {
  width: 100%;
  max-width: 180px;
}
.auth0-lock-tabs li > * {
  display: block;
  width: 100%;
  cursor: pointer;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(16, 19, 20, var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.auth0-lock-tabs li.auth0-lock-tabs-current span {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-text-opacity: 1;
}
.auth0-lock-input-block {
  margin-bottom: 1rem;
}
.auth0-lock-input-wrap-with-icon svg {
  display: none;
}
form .auth0-lock-input-block input {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  line-height: 1.625;
}
form .auth0-lock-input-block input:focus {
  border: solid 1px black;
  border-radius: 8px;
}
.auth0-lock-input-wrap {
  position: relative;
}
.auth0-lock-input-block > .auth0-lock-input-wrap:before {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
.auth0-lock-input-email > .auth0-lock-input-wrap:before {
  content: "Email *";
}
.auth0-lock-input-password > .auth0-lock-input-wrap:before {
  content: "Password *";
}
.auth0-lock-input-given_name > .auth0-lock-input-wrap:before {
  content: "First Name *";
}
.auth0-lock-input-family_name > .auth0-lock-input-wrap:before {
  content: "Last Name *";
}
.auth0-lock-input-company_name > .auth0-lock-input-wrap:before {
  content: "Company Name *";
}
.auth0-lock-input-industry > .auth0-lock-input-wrap:before {
  content: "Industry *";
}
.auth0-lock-input-company_size > .auth0-lock-input-wrap:before {
  content: "Organization Size *";
}
.auth0-lock-input-mobile_number > .auth0-lock-input-wrap:before {
  content: "Mobile Number";
}
.auth0-lock-input-job_title > .auth0-lock-input-wrap:before {
  content: "Job Title *";
}
.auth0-lock-submit {
  position: relative;
  margin-top: 2rem;
  display: flex;
  width: 100%;
  max-width: 320px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
}
.auth0-lock-submit:before {
  position: absolute;
  left: 1px;
  top: 1px;
  display: inline-flex;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  --tw-translate-y: calc(100% + 2px);
  transform: var(--tw-transform);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
.auth0-lock-submit:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.auth0-lock-submit:hover span {
  position: relative;
  z-index: 10;
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth0-lock-submit svg {
  display: none;
}
.auth0-lock-alternative-link {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5px;
  text-decoration: underline;
  opacity: 0.7;
}
.auth0-lock-alternative-link:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.auth0-lock-select-country {
}
.auth0-lock-error-invalid-hint {
  margin-top: 0.5rem;
  font-size: 12px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.auth0-global-message {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.auth0-lock-input-email::before {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .auth0-lock-input-email::before {
    font-size: 24px;
    line-height: 100%;
  }
}
.auth0-lock-input-email::before {
  content: "Contact Details";
}
.auth0-lock-input-company_name::before {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .auth0-lock-input-company_name::before {
    font-size: 24px;
    line-height: 100%;
  }
}
.auth0-lock-input-company_name::before {
  content: "Company Details";
}
.auth-lock-social-buttons-pane {
  display: none;
}
small.auth0-lock-terms {
  margin-top: 1.5rem;
  display: block;
}
.copy > *:last-child {
  margin-bottom: 0px;
}
.copy h1, .copy h2, .copy h3 {
  margin-bottom: 2rem;
}
.copy h4, .copy h5, .copy h6 {
  margin-bottom: 1.5rem;
}
.copy p {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .copy p {
    margin-bottom: 2rem;
  }
}
.copy ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  font-weight: 500;
}
.copy ul li {
  margin-left: 1.5rem;
}
.copy ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
}
.copy ol li {
  margin-left: 1.5rem;
}
.copy section.article {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .copy section.article {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
}
.copy .article.thankyou {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.copy section.article span.small-text {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.copy span.colour-purple-dark {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.copy span.colour-purple {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}
.copy span.colour-purple-light {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
.copy span.colour-blue-dark {
  --tw-text-opacity: 1;
  color: rgba(0, 80, 114, var(--tw-text-opacity));
}
.copy span.colour-blue {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 227, var(--tw-text-opacity));
}
.copy span.colour-blue-light {
  --tw-text-opacity: 1;
  color: rgba(198, 240, 255, var(--tw-text-opacity));
}
.copy span.colour-pink-dark {
  --tw-text-opacity: 1;
  color: rgba(124, 71, 106, var(--tw-text-opacity));
}
.copy span.colour-pink {
  --tw-text-opacity: 1;
  color: rgba(181, 14, 125, var(--tw-text-opacity));
}
.copy span.colour-pink-light {
  --tw-text-opacity: 1;
  color: rgba(251, 211, 238, var(--tw-text-opacity));
}
.copy span.colour-grey-dark {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}
.copy span.colour-grey {
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}
.copy span.colour-grey-light {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, var(--tw-text-opacity));
}
.copy span.colour-orange-dark {
  --tw-text-opacity: 1;
  color: rgba(169, 58, 9, var(--tw-text-opacity));
}
.copy span.colour-orange {
  --tw-text-opacity: 1;
  color: rgba(232, 80, 14, var(--tw-text-opacity));
}
.copy span.colour-orange-light {
  --tw-text-opacity: 1;
  color: rgba(251, 203, 182, var(--tw-text-opacity));
}
.copy.collapse + .copy.collapse > div {
  padding-top: 0px;
}
.copy.collapse + .custom-form.collapse {
  padding-top: 0px;
}
.custom-form.collapse + .copy.collapse > div {
  padding-top: 0px;
}
/* Full-screen copy block */
.copy.full-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.copy.full-screen > * {
  margin: 1rem;
  max-width: 565px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {
  .copy.full-screen > * {
    padding: 4rem;
  }
}
.copy.full-screen .article {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.copy.full-screen .article h2, .copy.full-screen .article h3, .copy.full-screen .article h4 .copy.full-screen .article h5 {
  margin-top: 0px;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.copy.full-screen .article h2 {
  margin-top: 1.25rem;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}
@media (min-width: 768px) {
  .copy.full-screen .article h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.copy.full-screen a span.arrow-button, .copy.full-screen span.arrow-button a {
  width: 100%;
}
/* Captioned images */
.captioned-images .article h6 {
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(66, 66, 66, var(--tw-text-opacity));
}
.divider-orange .layout-fives > div {
  width: 100%;
}
@media (min-width: 475px) {
  .divider-orange .layout-fives > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .divider-orange .layout-fives > div {
    width: 20%;
  }
  .divider-orange .layout-fives > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .divider-orange .layout-fives .inner {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .divider-orange .layout-fives .inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.divider-orange .layout-fours > div {
  width: 100%;
}
@media (min-width: 475px) {
  .divider-orange .layout-fours > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .divider-orange .layout-fours > div {
    width: 25%;
  }
}
.divider-orange .layout-threes > div {
  width: 100%;
}
@media (min-width: 640px) {
  .divider-orange .layout-threes > div {
    width: 33.333333%;
  }
}
.divider-orange .layout-default > div {
  width: 100%;
}
@media (min-width: 1024px) {
  .divider-orange .layout-default > div {
    width: 50%;
  }
}
.captioned-images-default .layout-default > div {
  width: 100%;
}
@media (min-width: 1024px) {
  .captioned-images-default .layout-default > div {
    width: 50%;
  }
}
.captioned-images-default .layout-fives > div {
  width: 100%;
}
@media (min-width: 475px) {
  .captioned-images-default .layout-fives > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .captioned-images-default .layout-fives > div {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .captioned-images-default .layout-fives > div {
    width: 20%;
  }
  .captioned-images-default .layout-fives > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.captioned-images-default .layout-fours > div {
  width: 100%;
}
@media (min-width: 475px) {
  .captioned-images-default .layout-fours > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .captioned-images-default .layout-fours > div {
    width: 25%;
  }
}
.captioned-images-default .layout-threes > div {
  width: 100%;
}
@media (min-width: 475px) {
  .captioned-images-default .layout-threes > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .captioned-images-default .layout-threes > div {
    width: 33.333333%;
  }
}
.captioned-images-default .layout-default > div {
  width: 100%;
}
@media (min-width: 1024px) {
  .captioned-images-default .layout-default > div {
    width: 50%;
  }
}
@media (min-width: 475px) {
  .divider-orange .layout-fives > div:nth-child(odd) .divider {
    display: block;
  }

  .divider-orange .layout-fours > div:nth-child(odd) .divider {
    display: block;
  }
}
@media (min-width: 640px) {
  .divider-orange .layout-threes > div .divider {
    display: block;
  }
}
@media (min-width: 1024px) {
  .divider-orange .layout-fives > div:nth-child(2) .divider, .divider-orange .layout-fives > div:nth-child(4) .divider {
    display: block;
  }

  .divider-orange .layout-fours > div:nth-child(2) .divider {
    display: block;
  }
}
/* Partner section */
@media (min-width: 640px) {
  .partner-section .items > div:nth-child(odd) .divider {
    display: block;
  }
}
@media (min-width: 1024px) {
  .partner-section .items > div:nth-child(odd) .divider {
    display: none;
  }

  .partner-section .items > div:nth-child(1) .divider, .partner-section .items > div:nth-child(2) .divider, .partner-section .items > div:nth-child(4) .divider, .partner-section .items > div:nth-child(5) .divider, .partner-section .items > div:nth-child(7) .divider, .partner-section .items > div:nth-child(8) .divider, .partner-section .items > div:nth-child(10) .divider, .partner-section .items > div:nth-child(11) .divider, .partner-section .items > div:nth-child(13) .divider {
    display: block;
  }
}
.partner-section .description a {
  margin-top: 1rem;
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.partner-section .description a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Homepage links */
.homepage-links .layout-fives > div {
  width: 100%;
}
@media (min-width: 475px) {
  .homepage-links .layout-fives > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .homepage-links .layout-fives > div {
    width: 20%;
  }
  .homepage-links .layout-fives > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.homepage-links .layout-fours > div {
  width: 100%;
}
@media (min-width: 475px) {
  .homepage-links .layout-fours > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .homepage-links .layout-fours > div {
    width: 25%;
  }
}
.homepage-links .layout-threes > div {
  width: 100%;
}
@media (min-width: 1024px) {
  .homepage-links .layout-threes > div {
    width: 33.333333%;
  }
}
.homepage-links h3 {
  margin-bottom: 0.5rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
}
.homepage-links h4 {
  margin-bottom: 0.5rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 100%;
}
.homepage-links h5 {
  margin-bottom: 0.5rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 100%;
}
.homepage-links h6 {
  margin-bottom: 0.5rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
}
/* Testimonial */
.testimonial .testimonial-copy p {
  display: block;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  line-height: 1.375;
}
.testimonial .funky-border {
  padding: 2px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial .funky-border .inner {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  backdrop-filter: blur(5px);
}
/* Hero section */
.hero-section:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 2.5rem;
  width: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  content: "";
}
.hero-section.inverse:before {
  background: linear-gradient(180deg, rgba(35, 36, 39, 0) 0%, #232427 100%);
}
.hero-section-copy h3 {
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hero-section-copy h1 {
  margin-bottom: 2rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-section-copy h1 {
    font-size: 60px;
    line-height: 100%;
  }
}
.hero-section-copy h1 strong {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hero-section-copy p {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-section-copy p {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.7px;
  }
}
.hero-section-copy p:last-child {
  margin-bottom: 0px;
}
/* Logo bar */
.logo-bar .background {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    black 128px,
    black calc(100% - 128px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 128px,
    black calc(100% - 128px),
    transparent 100%
  );
}
.logo-bar.inverse .background {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    white 128px,
    white calc(100% - 128px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    white 128px,
    white calc(100% - 128px),
    transparent 100%
  );
}
.infinite-scroll {
  animation-name: infinite-scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.logo-bar:hover .infinite-scroll {
  animation-play-state: paused;
}
/* Showcase */
.showcase .compact-button {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.showcase .compact-button:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.full-width-copy .block-img {
  margin-bottom: 1rem;
}
.full-width-copy h1 {
  margin-bottom: 2rem;
  display: block;
  padding: 0px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
}
@media (min-width: 640px) {
  .full-width-copy h1 {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (min-width: 1280px) {
  .full-width-copy h1 {
    font-size: 60px;
    line-height: 100%;
  }
}
.full-width-copy h2 {
  margin-bottom: 2rem;
  display: block;
  padding: 0px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .full-width-copy h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .full-width-copy h2 {
    font-size: 48px;
    line-height: 100%;
  }
}
.full-width-copy h3 {
  margin-bottom: 2rem;
  display: block;
  padding: 0px;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
}
@media (min-width: 640px) {
  .full-width-copy h3 {
    font-size: 28px;
    line-height: 100%;
  }
}
.full-width-copy h4 {
  margin-bottom: 0.75rem;
  display: block;
  padding: 0px;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  line-height: 1;
}
.full-width-copy p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.full-width-copy :last-child {
  margin-bottom: 0px;
}
.full-width-copy ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  overflow: auto;
}
.full-width-copy ul li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.full-width-copy ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  overflow: auto;
}
.full-width-copy ol li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.full-width-copy a {
  display: inline-block;
}
.full-width-copy .arrow-button-outline {
  margin-top: 1rem;
}
.full-width-copy .small-text {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  line-height: 1.5;
}
.full-width-copy .large-text {
  display: inline-block;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  line-height: 1.5;
}
.full-width-copy a.inverse-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
.full-width-copy a.inverse-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media print {
  .full-width-copy a.inverse-button {
    padding-right: 5rem;
  }
}
.full-width-copy a.inverse-button span.image {
  height: 30px;
  width: 30px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  background-image: url("/icons/arrow-purple-in-circle-inverse.svg");
}
.full-width-copy a.inverse-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
.full-width-copy a.inverse-button:hover span.image {
  background-image: url("/icons/arrow-black-in-circle.svg");
}
.full-width-copy a.inverse-button:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.full-width-copy a.regular-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
.full-width-copy a.regular-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
@media print {
  .full-width-copy a.regular-button {
    padding-right: 5rem;
  }
}
.full-width-copy a.regular-button span.image {
  height: 30px;
  width: 30px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  background-image: url("/icons/arrow-purple-in-circle.svg");
}
.full-width-copy a.regular-button:hover span.image {
  background-image: url("/icons/arrow-purple-in-circle-inverse.svg");
}
.full-width-copy a.regular-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  content: "";
}
.full-width-copy a.regular-button:hover:before {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.login-wall {
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 0%) -60%,
    rgb(255 255 255) 30%
  );
}
.login-wall .signup a {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: underline;
}
.login-wall a span.inline-button {
  width: 100%;
  text-align: center;
}
.sticky-text-scroller .copy p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(43, 55, 70, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .sticky-text-scroller .copy p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
}
.sticky-text-scroller .copy h2 {
  margin-bottom: 2rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .sticky-text-scroller .copy h2 {
    font-size: 48px;
    line-height: 100%;
  }
}
.sticky-text-scroller .copy h3 {
  margin-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .sticky-text-scroller .copy h3 {
    font-size: 60px;
    line-height: 100%;
  }
}
.sticky-text-scroller .copy em {
  margin-top: 1rem;
  display: block;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.3px;
  font-style: normal;
  --tw-text-opacity: 0.6;
}
.sticky-image-scroller .copy {
  --tw-text-opacity: 1;
  color: rgba(43, 55, 70, var(--tw-text-opacity));
}
.sticky-image-scroller .copy h2 {
  margin-bottom: 2rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .sticky-image-scroller .copy h2 {
    font-size: 48px;
    line-height: 100%;
  }
}
.sticky-image-scroller .copy h3 {
  margin-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.sticky-image-scroller .copy em {
  margin-top: 1rem;
  display: block;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.3px;
  font-style: normal;
  --tw-text-opacity: 0.6;
}
.sticky-image-scroller .copy ul {
  display: flex;
  list-style-type: none;
  flex-direction: column;
}
.sticky-image-scroller .copy ul li {
  position: relative;
  margin-left: 0px;
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 52px;
}
.sticky-image-scroller .copy ul li:before {
  position: absolute;
  left: 0px;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  padding: 0.5rem;
  top: calc(50% - 20px);
  background: linear-gradient(137deg, #7086d6 7.89%, #800eb5 60.22%);
  content: url(/icons/check.svg);
}
.faq {
  position: relative;
}
.faq .entry .background {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.faq .accordion .entry .answer {
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.faq .accordion .entry.active .answer {
  max-height: 100vh;
}
.slice-50-50 .copy .block-img {
  margin-bottom: 1rem;
}
.slice-50-50 .copy p:last-child {
  margin-bottom: 0px;
}
.slice-50-50 .copy ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  overflow: auto;
}
.slice-50-50 .copy ul li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.slice-50-50 .copy ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  overflow: auto;
}
.slice-50-50 .copy ol li {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.slice-50-50 .copy a {
  display: inline-block;
}
.slice-50-50 .copy .small-text {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  line-height: 1.5;
}
.slice-50-50 .copy .large-text {
  display: inline-block;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
  line-height: 1.5;
}
/* Inverse styles & buttons for dark background */
.slice-50-50.inverse {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.slice-50-50.inverse a span.arrow-button-outline, .slice-50-50.inverse span.arrow-button-outline a {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.slice-50-50.inverse a span.arrow-button-outline:hover, .slice-50-50.inverse span.arrow-button-outline a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.slice-50-50.inverse a span.arrow-button-outline,
.slice-50-50.inverse span.arrow-button-outline a {
  background-image: url("/icons/arrow-black-in-circle.svg");
}
.slice-50-50.inverse a span.arrow-button-outline:hover,
.slice-50-50.inverse span.arrow-button-outline a:hover {
  background-image: url("/icons/arrow-white-in-circle.svg");
}
.slice-50-50.inverse a span.arrow-button-outline:before, .slice-50-50.inverse span.arrow-button-outline a:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  content: "";
}
.product-showcase .copy h2 {
  margin-bottom: 2rem;
  display: block;
  padding: 0px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .product-showcase .copy h2 {
    font-size: 48px;
    line-height: 100%;
  }
}
.product-showcase .copy h3 {
  margin-bottom: 1.5rem;
  display: block;
  padding: 0px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
  font-weight: 500;
}
.product-showcase .copy p {
  margin-bottom: 1rem;
  display: block;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
@media (min-width: 1024px) {
  .product-showcase .copy.heading p {
    margin-left: auto;
    margin-right: auto;
  }
  .product-showcase .copy.heading p {
    max-width: 66%;
  }
}
.product-showcase .copy p:last-child {
  margin-bottom: 0px;
}
.product-showcase .showcase-card {
  background-color: #f5f4f9;
}
@media (min-width: 1024px) {
  .product-showcase .showcase-card {
    aspect-ratio: 8 / 5;
  }
}
@media (min-width: 1280px) {
  .product-showcase .showcase-card {
    aspect-ratio: 8 / 5;
  }

  .product-showcase .card {
    aspect-ratio: 8 / 8;
  }
}
.product-showcase .slide-up {
  height: calc(50% + 56px);
}
@media (min-width: 1024px) {
  .product-showcase .card {
    width: calc(50% - 20px);
  }
}
.pricing .copy h3 {
  margin-bottom: 0.5rem;
}
.step-selected {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.step-indicator {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.step-completed {
  cursor: pointer;
}
.step-selected .step-indicator {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.step-0.step-completed {
  --tw-text-opacity: 1;
  color: rgba(145, 100, 204, var(--tw-text-opacity));
}
.step-0.step-completed .step-indicator {
  --tw-border-opacity: 1;
  border-color: rgba(145, 100, 204, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(145, 100, 204, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.step-1.step-completed {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 69, var(--tw-text-opacity));
}
.step-1.step-completed .step-indicator {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 69, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 69, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.step-2.step-completed {
  --tw-text-opacity: 1;
  color: rgba(24, 152, 139, var(--tw-text-opacity));
}
.step-2.step-completed .step-indicator {
  --tw-border-opacity: 1;
  border-color: rgba(24, 152, 139, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(24, 152, 139, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.step-3.step-completed {
  --tw-text-opacity: 1;
  color: rgba(76, 47, 72, var(--tw-text-opacity));
}
.step-3.step-completed .step-indicator {
  --tw-border-opacity: 1;
  border-color: rgba(76, 47, 72, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(76, 47, 72, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.step-selected.step-completed {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.step-selected.step-completed .step-indicator {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* R/AGE v3 */
.rage-steps .active {
  --tw-border-opacity: 1;
  border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.rage-faq h4 {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 100%;
}
.rage-faq p {
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.readiness-report-section .copy h2 {
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 72px;
  background-position: 0px 2px;
  background-size: 60px;
}
#readiness-report-section-0 .copy h2 {
  background-image: url("/icons/rage/attract.svg");
}
#readiness-report-section-1 .copy h2 {
  background-image: url("/icons/rage/grow.svg");
}
#readiness-report-section-2 .copy h2 {
  background-image: url("/icons/rage/engage.svg");
}
#readiness-report-section-3 .copy h2 {
  background-image: url("/icons/rage/redefine.svg");
}
/* Gauges */
.score-gauge.crescent .dial {
  stroke: #fff;
  stroke-width: 5;
}
.score-gauge.crescent .value {
  stroke-width: 5;
  stroke-linecap: butt;
}
.score-gauge.overall .dial {
  stroke: #f9f8fc;
  stroke-width: 5;
}
.score-gauge.overall .value {
  stroke-width: 5;
  /* stroke-linecap: butt; */
}
.score-gauge.print .dial {
  stroke: #e8e8e8;
  stroke-width: 6;
}
.score-gauge.print .value {
  stroke-width: 6;
  stroke-linecap: butt;
}
.score-gauge.recommendation .dial {
  stroke: #fff;
  stroke-width: 5;
}
.score-gauge.recommendation .value {
  stroke-width: 5;
  stroke-linecap: butt;
}
.border-gradient {
  border: solid 1px #9164cc;
  border-radius: 16px;
}
.text-gradient {
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Layout */
.readiness-report-view section .sub {
  max-width: 72rem;
}
/* Custom text styles */
.readiness-report-view .recommendation-summary p {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.3px;
  font-weight: 300;
}
@media (min-width: 640px) {
  .readiness-report-view .recommendation-summary p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
}
.readiness-report-view .body-text {
  line-height: 150%;
}
.recommendation-score-print p, .recommendation-score-print ul {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 8px;
  line-height: 120%;
  letter-spacing: -0.3px;
  font-weight: 500;
  line-height: 150%;
}
.recommendation-summary-print p, .recommendation-summary-print ul {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.3px;
  font-weight: 500;
  line-height: 150%;
}
.recommendation-summary-print ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  list-style-type: disc;
}
.recommendation-summary-print li {
  margin-left: 1rem;
}
.recommendations-summary p {
  margin-bottom: 1rem;
}
.recommendations-summary .block-img {
  float: right;
  margin-left: 4rem;
  margin-bottom: 1.5rem;
}
.action-copy {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.action-copy h1, .action-copy h2, .action-copy h3, .action-copy p {
  margin-bottom: 1rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 1.25rem;
}
.print-only .action-copy h1, .print-only .action-copy h2, .print-only .action-copy h3, .print-only .action-copy p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.recommended-actions.copy h3 {
  font-size: 28px;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .recommended-actions.copy h3 {
    font-size: 28px;
    line-height: 100%;
  }
}
/* Plotly radar plot hacks */
.readiness-report-view .svg-container {
  aspect-ratio: 1 / 1;
  height: auto !important;
}
.radar-plot path.js-fill {
  opacity: 0.3;
}
.radar-plot path.js-line {
  stroke-width: 1.5px !important;
}
.radar-plot .polarsublayer.plotbg, .radar-plot .polarsublayer.radial-grid {
  display: none;
}
label.slider-label {
  opacity: 0.5;
}
label.slider-label.active {
  opacity: 1;
}
.gradient-button.print {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.3px;
}
.fix-shadows {
  -webkit-print-color-adjust: exact;
  -webkit-filter: blur(0);
}
.rage-step-indicator {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rage-step-indicator .circled {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;

  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
}
.rage-step-indicator .inner {
  display: flex;
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.rage-step-indicator .number {
  background: linear-gradient(
    257deg,
    #b50e7d 0.95%,
    #b50e7d 0.96%,
    #9164cc 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dial-label {
  font-size: 80px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .dial-label {
    font-size: 100px;
  }
}
.steps-copy h2, .steps-copy h3, .steps-copy h4, .steps-copy h5, .steps-copy p {
  max-width: 90ch;
}
.steps-copy h2 {
  margin-bottom: 1.5rem;
  font-size: 32px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .steps-copy h2 {
    margin-top: 1rem;
  }
  .steps-copy h2 {
    margin-bottom: 2rem;
  }
  .steps-copy h2 {
    font-size: 40px;
    line-height: 100%;
  }
}
.steps-copy h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .steps-copy h3 {
    font-size: 24px;
    line-height: 100%;
  }
}
.steps-copy h4 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .steps-copy h4 {
    margin-bottom: 1.5rem;
  }
  .steps-copy h4 {
    font-size: 24px;
    line-height: 100%;
  }
}
.steps-copy p {
  margin-bottom: 1.5rem;
  max-width: 90ch;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgba(43, 55, 70, var(--tw-text-opacity));
}
.steps-copy p:last-child {
  margin-bottom: 0px;
}
.steps-copy h5 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.steps-copy h5 strong {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .steps-copy h5 strong {
    font-size: 40px;
    line-height: 100%;
  }
}
.steps-copy h5 em {
  font-size: 16px;
  line-height: 100%;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.5;
}
.steps-copy ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .steps-copy ul {
    display: grid;
  }
  .steps-copy ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .steps-copy ul {
    gap: 1.5rem;
  }
}
.steps-copy li {
  display: block;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .steps-copy li {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
}
.steps-copy li strong {
  margin-bottom: 0.5rem;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .steps-copy li strong {
    font-size: 24px;
    line-height: 100%;
  }
}
.steps-copy li:nth-child(1) strong {
  --tw-text-opacity: 1;
  color: rgba(76, 47, 72, var(--tw-text-opacity));
}
.steps-copy li:nth-child(2) strong {
  --tw-text-opacity: 1;
  color: rgba(145, 100, 204, var(--tw-text-opacity));
}
.steps-copy li:nth-child(3) strong {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 69, var(--tw-text-opacity));
}
.steps-copy li:nth-child(4) strong {
  --tw-text-opacity: 1;
  color: rgba(24, 152, 139, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .steps-copy li strong {
    background-repeat: no-repeat;
  }
  .steps-copy li strong {
    padding-left: 2rem;
  }
  .steps-copy li strong {
    --tw-text-opacity: 1;
    color: rgba(16, 19, 20, var(--tw-text-opacity));
  }
  .steps-copy li strong {
    background-size: 25px 25px;
    background-position: 0 4px;
  }

  .steps-copy li:nth-child(1) strong {
    background-image: url("/icons/rage/redefine.svg");
  }

  .steps-copy li:nth-child(2) strong {
    background-image: url("/icons/rage/attract.svg");
  }

  .steps-copy li:nth-child(3) strong {
    background-image: url("/icons/rage/grow.svg");
  }

  .steps-copy li:nth-child(4) strong {
    background-image: url("/icons/rage/engage.svg");
  }
}
.steps-copy img {
  width: 100%;
  max-width: 400px;
}
.steps .price {
  font-size: 40px;
}
@media (min-width: 768px) {
  .steps .price {
    font-size: 72px;
  }
}
@media print {
  .readiness-report-score-panel-copy p {
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.3px;
  }
  .readiness-report-score-caption p {
    font-size: 11px;
    line-height: 130%;
    letter-spacing: -0.3px;
  }
}
.slice-form-hero .embedded-form .hero-button {
  width: 100%;
}
.slice-form-hero .article.contact-form-copy h3 {
  margin-bottom: 1.5rem;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 100%;
  font-weight: 500;
}
.slice-form-hero .article.contact-form-copy p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.slice-info-banner .copy h4 {
  margin-bottom: 1rem;
}
.callout-banner .copy h2 {
  margin-bottom: 1.5rem;
}
/* THIS GOES LAST */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}
.inset-\[-5px\] {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-2 {
  top: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-left-16 {
  left: -4rem;
}
.-bottom-20 {
  bottom: -5rem;
}
.-left-28 {
  left: -7rem;
}
.-left-0 {
  left: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-\[11\%\] {
  left: 11%;
}
.right-\[11\%\] {
  right: 11%;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[-100vh\] {
  top: -100vh;
}
.right-\[20px\] {
  right: 20px;
}
.-top-5 {
  top: -1.25rem;
}
.-left-6 {
  left: -1.5rem;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[100vw\] {
  left: 100vw;
}
.left-\[-100vw\] {
  left: -100vw;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-\[680px\] {
  top: 680px;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[-40px\] {
  bottom: -40px;
}
.left-\[-176px\] {
  left: -176px;
}
.bottom-\[-256px\] {
  bottom: -256px;
}
.top-8 {
  top: 2rem;
}
.-bottom-52 {
  bottom: -13rem;
}
.left-\[320px\] {
  left: 320px;
}
.-bottom-px {
  bottom: -1px;
}
.left-\[calc\(\(100\%-190px\)\/2\)\] {
  left: calc((100% - 190px) / 2);
}
.bottom-\[-60px\] {
  bottom: -60px;
}
.left-4 {
  left: 1rem;
}
.bottom-4 {
  bottom: 1rem;
}
.-left-px {
  left: -1px;
}
.-top-px {
  top: -1px;
}
.top-7 {
  top: 1.75rem;
}
.left-2 {
  left: 0.5rem;
}
.right-8 {
  right: 2rem;
}
.top-\[10\%\] {
  top: 10%;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.top-3 {
  top: 0.75rem;
}
.-left-10 {
  left: -2.5rem;
}
.-right-10 {
  right: -2.5rem;
}
.bottom-\[-5px\] {
  bottom: -5px;
}
.top-32 {
  top: 8rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-30 {
  z-index: 30;
}
.-z-10 {
  z-index: -10;
}
.z-\[21\] {
  z-index: 21;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-auto {
  margin: auto;
}
.m-10 {
  margin: 2.5rem;
}
.m-12 {
  margin: 3rem;
}
.m-0 {
  margin: 0px;
}
.m-6 {
  margin: 1.5rem;
}
.m-4 {
  margin: 1rem;
}
.-m-2 {
  margin: -0.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-5 {
  margin: 1.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-auto {
  margin-top: auto;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.mt-\[-6px\] {
  margin-top: -6px;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-\[-100px\] {
  margin-top: -100px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-0 {
  margin-right: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mt-\[-30\%\] {
  margin-top: -30%;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[40px\] {
  height: 40px;
}
.h-1\/2 {
  height: 50%;
}
.h-full {
  height: 100%;
}
.h-96 {
  height: 24rem;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[35px\] {
  height: 35px;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-8 {
  height: 2rem;
}
.h-\[56px\] {
  height: 56px;
}
.h-screen {
  height: 100vh;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[574px\] {
  height: 574px;
}
.h-6 {
  height: 1.5rem;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[18px\] {
  height: 18px;
}
.h-4 {
  height: 1rem;
}
.h-10 {
  height: 2.5rem;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[65px\] {
  height: 65px;
}
.h-5 {
  height: 1.25rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[49px\] {
  height: 49px;
}
.h-32 {
  height: 8rem;
}
.h-\[50\.625vw\] {
  height: 50.625vw;
}
.h-\[295px\] {
  height: 295px;
}
.h-7 {
  height: 1.75rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[320px\] {
  height: 320px;
}
.h-20 {
  height: 5rem;
}
.h-\[calc\(300\%\+8px\)\] {
  height: calc(300% + 8px);
}
.h-1 {
  height: 0.25rem;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[1\.7rem\] {
  height: 1.7rem;
}
.h-\[80\%\] {
  height: 80%;
}
.h-24 {
  height: 6rem;
}
.h-\[14em\] {
  height: 14em;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[28em\] {
  height: 28em;
}
.h-\[20em\] {
  height: 20em;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[19em\] {
  height: 19em;
}
.h-\[24px\] {
  height: 24px;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[90vw\] {
  max-height: 90vw;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[calc\(100vh-102px\)\] {
  min-height: calc(100vh - 102px);
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[202px\] {
  min-height: 202px;
}
.min-h-\[15em\] {
  min-height: 15em;
}
.w-full {
  width: 100%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[532px\] {
  width: 532px;
}
.w-\[255px\] {
  width: 255px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[300px\] {
  width: 300px;
}
.w-16 {
  width: 4rem;
}
.w-12 {
  width: 3rem;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[46\%\] {
  width: 46%;
}
.w-4 {
  width: 1rem;
}
.w-screen {
  width: 100vw;
}
.w-\[200px\] {
  width: 200px;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-\[200vw\] {
  width: 200vw;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-32 {
  width: 8rem;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-px {
  width: 1px;
}
.w-2 {
  width: 0.5rem;
}
.w-56 {
  width: 14rem;
}
.w-14 {
  width: 3.5rem;
}
.w-40 {
  width: 10rem;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[130px\] {
  width: 130px;
}
.w-20 {
  width: 5rem;
}
.w-\[176px\] {
  width: 176px;
}
.w-28 {
  width: 7rem;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[675px\] {
  width: 675px;
}
.w-8 {
  width: 2rem;
}
.w-\[calc\(100\%-320px\)\] {
  width: calc(100% - 320px);
}
.w-\[220px\] {
  width: 220px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[calc\(400\%\+12px\)\] {
  width: calc(400% + 12px);
}
.w-52 {
  width: 13rem;
}
.w-\[calc\(100\%\+2px\)\] {
  width: calc(100% + 2px);
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/2 {
  width: 50%;
}
.w-24 {
  width: 6rem;
}
.w-80 {
  width: 20rem;
}
.w-1\/5 {
  width: 20%;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[23em\] {
  width: 23em;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[60\%\] {
  width: 60%;
}
.min-w-\[175px\] {
  min-width: 175px;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[285px\] {
  max-width: 285px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[160vh\] {
  max-width: 160vh;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[422px\] {
  max-width: 422px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[327px\] {
  max-width: 327px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-none {
  max-width: none;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-screen-full {
  max-width: 1440px;
}
.max-w-\[27rem\] {
  max-width: 27rem;
}
.max-w-\[9em\] {
  max-width: 9em;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.translate-y-\[calc\(100\%-8em\)\] {
  --tw-translate-y: calc(100% - 8em);
  transform: var(--tw-transform);
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: var(--tw-transform);
}
.rotate-3 {
  --tw-rotate: 3deg;
  transform: var(--tw-transform);
}
.-rotate-6 {
  --tw-rotate: -6deg;
  transform: var(--tw-transform);
}
.-skew-x-brand {
  --tw-skew-x: -22deg;
  transform: var(--tw-transform);
}
.skew-x-brand {
  --tw-skew-x: 22deg;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
@keyframes slideFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-slide-from-left {
  animation: slideFromLeft 1s cubic-bezier(0.25, 1, 0.5, 1);;
}
@keyframes rotateIn {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0);
  }
}
.animate-rotate-in {
  animation: rotateIn 0.5s ease-out;
}
@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.animate-slide-from-right {
  animation: slideFromRight 1s cubic-bezier(0.25, 1, 0.5, 1);;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animate-slide-up {
  animation: slideUp 1s ease-out;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}
.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(128, 128, 128, var(--tw-divide-opacity));
}
.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}
.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[24px\] {
  border-width: 24px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t-\[3px\] {
  border-top-width: 3px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(128, 128, 128, var(--tw-border-opacity));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}
.border-dark-background {
  --tw-border-opacity: 1;
  border-color: rgba(30, 31, 35, var(--tw-border-opacity));
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}
.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-grey-mid {
  --tw-border-opacity: 1;
  border-color: rgba(128, 128, 128, var(--tw-border-opacity));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-rage-red {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 69, var(--tw-border-opacity));
}
.border-rage-amber {
  --tw-border-opacity: 1;
  border-color: rgba(255, 135, 90, var(--tw-border-opacity));
}
.border-rage-green {
  --tw-border-opacity: 1;
  border-color: rgba(24, 152, 139, var(--tw-border-opacity));
}
.border-grey-divider {
  --tw-border-opacity: 1;
  border-color: rgba(75, 76, 79, var(--tw-border-opacity));
}
.border-purple-soft {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}
.border-rage-redefine {
  --tw-border-opacity: 1;
  border-color: rgba(76, 47, 72, var(--tw-border-opacity));
}
.border-rage-attract {
  --tw-border-opacity: 1;
  border-color: rgba(145, 100, 204, var(--tw-border-opacity));
}
.border-rage-grow {
  --tw-border-opacity: 1;
  border-color: rgba(235, 0, 69, var(--tw-border-opacity));
}
.border-rage-engage {
  --tw-border-opacity: 1;
  border-color: rgba(24, 152, 139, var(--tw-border-opacity));
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}
.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-border-opacity));
}
.border-grey-350 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 224, var(--tw-border-opacity));
}
.border-grey-550 {
  --tw-border-opacity: 1;
  border-color: rgba(123, 123, 123, var(--tw-border-opacity));
}
.border-report-red {
  --tw-border-opacity: 1;
  border-color: rgba(234, 50, 76, var(--tw-border-opacity));
}
.border-report-amber {
  --tw-border-opacity: 1;
  border-color: rgba(242, 172, 66, var(--tw-border-opacity));
}
.border-report-green {
  --tw-border-opacity: 1;
  border-color: rgba(0, 179, 138, var(--tw-border-opacity));
}
.border-grey-375 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 202, 202, var(--tw-border-opacity));
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgba(16, 19, 20, var(--tw-border-opacity));
}
.border-t-dark {
  --tw-border-opacity: 1;
  border-top-color: rgba(16, 19, 20, var(--tw-border-opacity));
}
.border-b-primary-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-l-dark-background {
  --tw-border-opacity: 1;
  border-left-color: rgba(30, 31, 35, var(--tw-border-opacity));
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-0 {
  --tw-border-opacity: 0;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-100 {
  --tw-border-opacity: 1;
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.bg-dark-background {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 31, 35, var(--tw-bg-opacity));
}
.bg-rage-green {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 152, 139, var(--tw-bg-opacity));
}
.bg-rage-red {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 69, var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
}
.bg-rage-light {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-grey-mid {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 128, 128, var(--tw-bg-opacity));
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-purple-soft {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.bg-rage-redefine {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 47, 72, var(--tw-bg-opacity));
}
.bg-rage-grow {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 0, 69, var(--tw-bg-opacity));
}
.bg-rage-attract {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 100, 204, var(--tw-bg-opacity));
}
.bg-rage-engage {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 152, 139, var(--tw-bg-opacity));
}
.bg-rage-redefine-background {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 220, 233, var(--tw-bg-opacity));
}
.bg-rage-grow-background {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 232, 236, var(--tw-bg-opacity));
}
.bg-rage-attract-background {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 232, 249, var(--tw-bg-opacity));
}
.bg-rage-engage-background {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 249, 241, var(--tw-bg-opacity));
}
.bg-rage-amber {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 135, 90, var(--tw-bg-opacity));
}
.bg-rage-neutral {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 55, 70, var(--tw-bg-opacity));
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 128, 128, var(--tw-bg-opacity));
}
.bg-\[\#009D48\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 157, 72, var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 233, var(--tw-bg-opacity));
}
.bg-score-amber {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 229, 206, var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-pill-green {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 157, 72, var(--tw-bg-opacity));
}
.bg-progress-background {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 244, 249, var(--tw-bg-opacity));
}
.bg-purple-75 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}
.bg-rage-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-rage-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 100, 204, var(--tw-bg-opacity));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}
.bg-inverted-red {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 6, 81, var(--tw-bg-opacity));
}
.bg-rage-panel {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 249, 252, var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-spangly {
  background-image: linear-gradient(257deg, #b50e7d 0.95%, #b50e7d 0.96%, #9164cc 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-action-needed {
  background-image: linear-gradient(180deg, #C12926 0%, rgba(193, 41, 38, 0.70) 100%);
}
.bg-requires-work {
  background-image: linear-gradient(180deg, #FF931C 0%, rgba(255, 147, 28, 0.70) 100%);
}
.bg-making-impact {
  background-image: linear-gradient(180deg, #1DA34C 0%, rgba(29, 163, 76, 0.70) 100%);
}
.bg-dark-gradient {
  background-image: linear-gradient(101deg, #000 2%, #272727 66.42%);
}
.bg-making-impact-popup {
  background-image: linear-gradient(180deg, #1DA34C 0%, #62BF81 100%);
}
.bg-requires-work-popup {
  background-image: linear-gradient(180deg, #FF931C 0%, #FFB360 100%);
}
.bg-action-needed-popup {
  background-image: linear-gradient(180deg, #C12926 0%, #D36866 100%);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-purple-600 {
  --tw-gradient-from: #111111;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.to-purple-900 {
  --tw-gradient-to: #000000;
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.to-dark-background {
  --tw-gradient-to: #1E1F23;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-right-top {
  background-position: right top;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-6 {
  padding: 1.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-px {
  padding: 1px;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[4\%\] {
  padding: 4%;
}
.p-\[2px\] {
  padding: 2px;
}
.p-10 {
  padding: 2.5rem;
}
.p-\[17\%\] {
  padding: 17%;
}
.p-1 {
  padding: 0.25rem;
}
.p-16 {
  padding: 4rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-0 {
  padding: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.pl-16 {
  padding-left: 4rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pr-\[15\%\] {
  padding-right: 15%;
}
.pt-\[4\%\] {
  padding-top: 4%;
}
.pb-\[4\%\] {
  padding-bottom: 4%;
}
.pb-0 {
  padding-bottom: 0px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pr-\[130px\] {
  padding-right: 130px;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-\[100\%\] {
  padding-left: 100%;
}
.pr-\[40\%\] {
  padding-right: 40%;
}
.pl-0 {
  padding-left: 0px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-title {
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans {
  font-family: montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-body-large {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.7px;
}
.text-tiny {
  font-size: 11px;
  line-height: 100%;
}
.text-body {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.text-h4 {
  font-size: 24px;
  line-height: 100%;
}
.text-sub {
  font-size: 20px;
  line-height: 160%;
}
.text-h3 {
  font-size: 28px;
  line-height: 100%;
}
.text-h1 {
  font-size: 60px;
  line-height: 100%;
}
.text-label {
  font-size: 12px;
  line-height: 100%;
}
.text-h2 {
  font-size: 36px;
  line-height: 100%;
}
.text-body-print {
  font-size: 11px;
  line-height: 130%;
  letter-spacing: -0.3px;
}
.text-body-print-small {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.3px;
}
.text-button-small {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.5px;
}
.text-button {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
}
.text-body-vtiny {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.text-label-large {
  font-size: 16px;
  line-height: 100%;
}
.text-card-title {
  font-size: 16px;
  line-height: 100%;
}
.text-card-label {
  font-size: 8px;
  line-height: 100%;
  letter-spacing: -0.5px;
}
.text-h5 {
  font-size: 18px;
  line-height: 100%;
}
.text-body-tiny {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.text-body-vvtiny {
  font-size: 11px;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.text-title {
  font-size: 40px;
  line-height: 100%;
}
.text-h2-l {
  font-size: 48px;
  line-height: 100%;
}
.text-h2-m {
  font-size: 32px;
  line-height: 100%;
}
.text-body-print-vtiny {
  font-size: 7px;
  line-height: 120%;
  letter-spacing: -0.3px;
}
.text-body-print-tinyish {
  font-size: 8px;
  line-height: 120%;
  letter-spacing: -0.3px;
}
.text-label-xl {
  font-size: 18px;
  line-height: 100%;
}
.text-h6 {
  font-size: 16px;
  line-height: 100%;
}
.text-body-mobile {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.text-h4-m {
  font-size: 20px;
  line-height: 100%;
}
.text-h5-m {
  font-size: 16px;
  line-height: 100%;
}
.text-h3-m {
  font-size: 28px;
  line-height: 100%;
}
.text-\[80px\] {
  font-size: 80px;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-snug {
  line-height: 1.375;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-widest {
  letter-spacing: .25em;
}
.tracking-wider {
  letter-spacing: .15em;
}
.tracking-category {
  letter-spacing: .35em;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-wide {
  letter-spacing: .025em;
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(233, 233, 233, var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgba(66, 66, 66, var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-grey-mid {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-rage-green {
  --tw-text-opacity: 1;
  color: rgba(24, 152, 139, var(--tw-text-opacity));
}
.text-rage-red {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 69, var(--tw-text-opacity));
}
.text-primary-contrast {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, var(--tw-text-opacity));
}
.text-grey-550 {
  --tw-text-opacity: 1;
  color: rgba(123, 123, 123, var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}
.text-regular {
  --tw-text-opacity: 1;
  color: rgba(43, 55, 70, var(--tw-text-opacity));
}
.text-rage-purple {
  --tw-text-opacity: 1;
  color: rgba(145, 100, 204, var(--tw-text-opacity));
}
.text-rage-text {
  --tw-text-opacity: 1;
  color: rgba(43, 55, 70, var(--tw-text-opacity));
}
.text-dark-background-hover {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
.text-rage-amber {
  --tw-text-opacity: 1;
  color: rgba(255, 135, 90, var(--tw-text-opacity));
}
.text-rage-redefine {
  --tw-text-opacity: 1;
  color: rgba(76, 47, 72, var(--tw-text-opacity));
}
.text-rage-attract {
  --tw-text-opacity: 1;
  color: rgba(145, 100, 204, var(--tw-text-opacity));
}
.text-rage-grow {
  --tw-text-opacity: 1;
  color: rgba(235, 0, 69, var(--tw-text-opacity));
}
.text-rage-engage {
  --tw-text-opacity: 1;
  color: rgba(24, 152, 139, var(--tw-text-opacity));
}
.text-pill-green {
  --tw-text-opacity: 1;
  color: rgba(0, 157, 72, var(--tw-text-opacity));
}
.text-report-red {
  --tw-text-opacity: 1;
  color: rgba(234, 50, 76, var(--tw-text-opacity));
}
.text-report-amber {
  --tw-text-opacity: 1;
  color: rgba(242, 172, 66, var(--tw-text-opacity));
}
.text-report-green {
  --tw-text-opacity: 1;
  color: rgba(0, 179, 138, var(--tw-text-opacity));
}
.text-primary-hover {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
.text-rage-primary {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-transparent::-moz-placeholder {
  color: transparent;
}
.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}
.placeholder-transparent::placeholder {
  color: transparent;
}
.opacity-100 {
  opacity: 1;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-profile {
  --tw-shadow: 0px 4px 25px 0px rgba(30, 31, 35, 0.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-dropdown {
  --tw-shadow: 0px 48px 50px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-menu {
  --tw-shadow: 0px 16px 25px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-mobile-cta {
  --tw-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-rage-callout {
  --tw-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-rage-question {
  --tw-shadow: 0px 0px 24px 0px rgba(181, 14, 125, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-rage {
  --tw-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-rage-card {
  --tw-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-pf {
  --tw-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-pricing {
  --tw-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-rage-small {
  --tw-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}
.filter {
  filter: var(--tw-filter);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
  backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-filter);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.break-inside-avoid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
.break-before-page {
    -moz-column-break-before: page;
         break-before: page;
  }
.aspect-square {
    aspect-ratio: 1 / 1;
  }
.aspect-tv {
    aspect-ratio: 4 / 3;
  }
.aspect-horizontal-slider {
    aspect-ratio: 10 / 7;
  }
.aspect-video {
    aspect-ratio: 16 / 9;
  }
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}
.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}
.hover\:border-l-white:hover {
  --tw-border-opacity: 1;
  border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 20, var(--tw-bg-opacity));
}
.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.hover\:bg-purple-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.hover\:bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}
.hover\:bg-spangly:hover {
  background-image: linear-gradient(257deg, #b50e7d 0.95%, #b50e7d 0.96%, #9164cc 100%);
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}
.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}
.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}
.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-filter);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-clip-content {
  background-clip: content-box;
}
.group:hover .group-hover\:pl-2 {
  padding-left: 0.5rem;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-dark {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 20, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.peer:checked ~ .peer-checked\:block {
  display: block;
}
.peer:checked ~ .peer-checked\:hidden {
  display: none;
}
.peer:checked ~ .peer-checked\:border-2 {
  border-width: 2px;
}
.peer:checked ~ .peer-checked\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-spangly {
  background-image: linear-gradient(257deg, #b50e7d 0.95%, #b50e7d 0.96%, #9164cc 100%);
}
.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-primary-hover {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-\[18px\] {
  top: 18px;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:top-\[18px\] {
  top: 18px;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-\[18px\] {
  top: 18px;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-body {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:text-body {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-body {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.5px;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:font-medium {
  font-weight: 500;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:font-medium {
  font-weight: 500;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:font-medium {
  font-weight: 500;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-grey-600 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:text-grey-600 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-grey-600 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}
@media (min-width: 375px) {
  .xxs\:block {
    display: block;
  }
  .xxs\:w-72 {
    width: 18rem;
  }
}
@media (min-width: 475px) {
  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xs\:mb-0 {
    margin-bottom: 0px;
  }
  .xs\:mt-4 {
    margin-top: 1rem;
  }
  .xs\:mr-2 {
    margin-right: 0.5rem;
  }
  .xs\:mt-0 {
    margin-top: 0px;
  }
  .xs\:mr-3 {
    margin-right: 0.75rem;
  }
  .xs\:mt-6 {
    margin-top: 1.5rem;
  }
  .xs\:block {
    display: block;
  }
  .xs\:inline-block {
    display: inline-block;
  }
  .xs\:flex {
    display: flex;
  }
  .xs\:grid {
    display: grid;
  }
  .xs\:hidden {
    display: none;
  }
  .xs\:w-1\/4 {
    width: 25%;
  }
  .xs\:w-1\/2 {
    width: 50%;
  }
  .xs\:w-32 {
    width: 8rem;
  }
  .xs\:w-28 {
    width: 7rem;
  }
  .xs\:max-w-\[32rem\] {
    max-width: 32rem;
  }
  .xs\:flex-none {
    flex: none;
  }
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:flex-row {
    flex-direction: row;
  }
  .xs\:flex-wrap {
    flex-wrap: wrap;
  }
  .xs\:items-center {
    align-items: center;
  }
  .xs\:justify-end {
    justify-content: flex-end;
  }
  .xs\:justify-between {
    justify-content: space-between;
  }
  .xs\:gap-12 {
    gap: 3rem;
  }
  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xs\:border-none {
    border-style: none;
  }
  .xs\:p-2 {
    padding: 0.5rem;
  }
  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xs\:text-button-small {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.5px;
  }
  .xs\:text-body-large {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.7px;
  }
  .xs\:text-h4 {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:left-0 {
    left: 0px;
  }
  .sm\:top-0 {
    top: 0px;
  }
  .sm\:right-0 {
    right: 0px;
  }
  .sm\:top-4 {
    top: 1rem;
  }
  .sm\:-m-2 {
    margin: -0.5rem;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:ml-8 {
    margin-left: 2rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[20em\] {
    height: 20em;
  }
  .sm\:h-\[16em\] {
    height: 16em;
  }
  .sm\:h-\[32em\] {
    height: 32em;
  }
  .sm\:max-h-\[10rem\] {
    max-height: 10rem;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-\[400px\] {
    width: 400px;
  }
  .sm\:w-\[40\%\] {
    width: 40%;
  }
  .sm\:w-80 {
    width: 20rem;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:w-\[62\.5\%\] {
    width: 62.5%;
  }
  .sm\:w-\[34\.7\%\] {
    width: 34.7%;
  }
  .sm\:w-\[40em\] {
    width: 40em;
  }
  .sm\:max-w-\[18rem\] {
    max-width: 18rem;
  }
  .sm\:max-w-\[16rem\] {
    max-width: 16rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:border {
    border-width: 1px;
  }
  .sm\:border-none {
    border-style: none;
  }
  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }
  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }
  .sm\:bg-none {
    background-image: none;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0px;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem;
  }
  .sm\:pr-12 {
    padding-right: 3rem;
  }
  .sm\:pr-\[20\%\] {
    padding-right: 20%;
  }
  .sm\:pr-\[40\%\] {
    padding-right: 40%;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-body {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  .sm\:text-h3 {
    font-size: 28px;
    line-height: 100%;
  }
  .sm\:text-h4 {
    font-size: 24px;
    line-height: 100%;
  }
  .sm\:text-h2 {
    font-size: 36px;
    line-height: 100%;
  }
  .sm\:text-button {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:bottom-0 {
    bottom: 0px;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:top-\[124px\] {
    top: 124px;
  }
  .md\:top-auto {
    top: auto;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:-m-3 {
    margin: -0.75rem;
  }
  .md\:m-0 {
    margin: 0px;
  }
  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:mr-16 {
    margin-right: 4rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:-ml-16 {
    margin-left: -4rem;
  }
  .md\:-mt-16 {
    margin-top: -4rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[12em\] {
    height: 12em;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-\[80vh\] {
    height: 80vh;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-32 {
    height: 8rem;
  }
  .md\:h-screen {
    height: 100vh;
  }
  .md\:h-\[30px\] {
    height: 30px;
  }
  .md\:h-\[32px\] {
    height: 32px;
  }
  .md\:max-h-\[12rem\] {
    max-height: 12rem;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:w-\[45\%\] {
    width: 45%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-\[320px\] {
    width: 320px;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-\[12em\] {
    width: 12em;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:w-\[66\.6\%\] {
    width: 66.6%;
  }
  .md\:w-\[65\%\] {
    width: 65%;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:max-w-\[50rem\] {
    max-width: 50rem;
  }
  .md\:max-w-\[550px\] {
    max-width: 550px;
  }
  .md\:max-w-\[675px\] {
    max-width: 675px;
  }
  .md\:max-w-\[32rem\] {
    max-width: 32rem;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:max-w-\[40rem\] {
    max-width: 40rem;
  }
  .md\:max-w-\[320px\] {
    max-width: 320px;
  }
  .md\:max-w-\[480px\] {
    max-width: 480px;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  @keyframes slideFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-50%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .md\:animate-slide-from-left {
    animation: slideFromLeft 1s cubic-bezier(0.25, 1, 0.5, 1);;
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .md\:gap-y-8 {
    row-gap: 2rem;
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-l-\[16px\] {
    border-left-width: 16px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:border-t-0 {
    border-top-width: 0px;
  }
  .md\:border-b-0 {
    border-bottom-width: 0px;
  }
  .md\:border-t {
    border-top-width: 1px;
  }
  .md\:border-grey-350 {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }
  .md\:bg-cover {
    background-size: cover;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-24 {
    padding: 6rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pr-\[40\%\] {
    padding-right: 40%;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pr-\[25\%\] {
    padding-right: 25%;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-h4 {
    font-size: 24px;
    line-height: 100%;
  }
  .md\:text-h2-l {
    font-size: 48px;
    line-height: 100%;
  }
  .md\:text-h3 {
    font-size: 28px;
    line-height: 100%;
  }
  .md\:text-body-tiny {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  .md\:text-h5 {
    font-size: 18px;
    line-height: 100%;
  }
  .md\:text-h2 {
    font-size: 36px;
    line-height: 100%;
  }
  .md\:text-body-large {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.7px;
  }
  .md\:text-body {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:left-\[320px\] {
    left: 320px;
  }
  .lg\:top-\[92px\] {
    top: 92px;
  }
  .lg\:right-6 {
    right: 1.5rem;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:right-3 {
    right: 0.75rem;
  }
  .lg\:top-3 {
    top: 0.75rem;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:-left-12 {
    left: -3rem;
  }
  .lg\:-right-12 {
    right: -3rem;
  }
  .lg\:bottom-8 {
    bottom: 2rem;
  }
  .lg\:top-32 {
    top: 8rem;
  }
  .lg\:z-40 {
    z-index: 40;
  }
  .lg\:-m-3 {
    margin: -0.75rem;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:mt-\[-112px\] {
    margin-top: -112px;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }
  .lg\:ml-12 {
    margin-left: 3rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[63px\] {
    height: 63px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-\[225px\] {
    height: 225px;
  }
  .lg\:h-\[65px\] {
    height: 65px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-\[30px\] {
    height: 30px;
  }
  .lg\:h-\[24em\] {
    height: 24em;
  }
  .lg\:h-\[20em\] {
    height: 20em;
  }
  .lg\:h-\[12em\] {
    height: 12em;
  }
  .lg\:h-\[40\%\] {
    height: 40%;
  }
  .lg\:h-\[70vh\] {
    height: 70vh;
  }
  .lg\:h-\[30em\] {
    height: 30em;
  }
  .lg\:max-h-\[15rem\] {
    max-height: 15rem;
  }
  .lg\:min-h-\[34rem\] {
    min-height: 34rem;
  }
  .lg\:min-h-\[8em\] {
    min-height: 8em;
  }
  .lg\:min-h-\[4rem\] {
    min-height: 4rem;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-\[53\%\] {
    width: 53%;
  }
  .lg\:w-\[45\%\] {
    width: 45%;
  }
  .lg\:w-\[calc\(100\%-320px\)\] {
    width: calc(100% - 320px);
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-8 {
    width: 2rem;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-\[30px\] {
    width: 30px;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-\[24em\] {
    width: 24em;
  }
  .lg\:w-\[12em\] {
    width: 12em;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-\[27\%\] {
    width: 27%;
  }
  .lg\:w-\[29\%\] {
    width: 29%;
  }
  .lg\:w-\[60em\] {
    width: 60em;
  }
  .lg\:w-\[38\%\] {
    width: 38%;
  }
  .lg\:min-w-\[175px\] {
    min-width: 175px;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[20rem\] {
    max-width: 20rem;
  }
  .lg\:max-w-\[180px\] {
    max-width: 180px;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-none {
    flex: none;
  }
  @keyframes slideFromRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .lg\:animate-slide-from-right {
    animation: slideFromRight 1s cubic-bezier(0.25, 1, 0.5, 1);;
  }
  .lg\:grid-cols-profile {
    grid-template-columns: 1fr 462px;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-40 {
    gap: 10rem;
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
  .lg\:divide-grey-350 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-full {
    border-radius: 9999px;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:bg-grey-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-purple-soft {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:pr-24 {
    padding-right: 6rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pb-\[112px\] {
    padding-bottom: 112px;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pr-\[190px\] {
    padding-right: 190px;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pr-\[24em\] {
    padding-right: 24em;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pr-\[25\%\] {
    padding-right: 25%;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-h1 {
    font-size: 60px;
    line-height: 100%;
  }
  .lg\:text-h5 {
    font-size: 18px;
    line-height: 100%;
  }
  .lg\:text-body-tiny {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  .lg\:text-title {
    font-size: 40px;
    line-height: 100%;
  }
  .lg\:text-body {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  .lg\:text-h3 {
    font-size: 28px;
    line-height: 100%;
  }
  .lg\:text-h4 {
    font-size: 24px;
    line-height: 100%;
  }
  .lg\:text-button-large {
    font-size: 24px;
    line-height: 100%;
  }
  .lg\:text-h2-l {
    font-size: 48px;
    line-height: 100%;
  }
  .lg\:text-h1-m {
    font-size: 40px;
    line-height: 100%;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:leading-snug {
    line-height: 1.375;
  }
  .lg\:leading-tight {
    line-height: 1.2;
  }
  .lg\:shadow-rage {
    --tw-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:aspect-card {
    aspect-ratio: 5 / 6;
  }

  .lg\:aspect-horizontal-card {
    aspect-ratio: 4 / 3;
  }

  .peer:checked ~ .lg\:peer-checked\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:relative {
    position: relative;
  }
  .xl\:-bottom-16 {
    bottom: -4rem;
  }
  .xl\:top-\[50\%\] {
    top: 50%;
  }
  .xl\:bottom-10 {
    bottom: 2.5rem;
  }
  .xl\:left-10 {
    left: 2.5rem;
  }
  .xl\:z-30 {
    z-index: 30;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[32px\] {
    height: 32px;
  }
  .xl\:h-\[30em\] {
    height: 30em;
  }
  .xl\:h-\[15em\] {
    height: 15em;
  }
  .xl\:h-16 {
    height: 4rem;
  }
  .xl\:min-h-\[40rem\] {
    min-height: 40rem;
  }
  .xl\:w-\[28rem\] {
    width: 28rem;
  }
  .xl\:w-\[320px\] {
    width: 320px;
  }
  .xl\:w-\[30em\] {
    width: 30em;
  }
  .xl\:w-\[15em\] {
    width: 15em;
  }
  .xl\:w-\[22\%\] {
    width: 22%;
  }
  .xl\:w-2\/5 {
    width: 40%;
  }
  .xl\:w-3\/5 {
    width: 60%;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .xl\:w-40 {
    width: 10rem;
  }
  .xl\:w-16 {
    width: 4rem;
  }
  .xl\:max-w-\[320px\] {
    max-width: 320px;
  }
  .xl\:max-w-6xl {
    max-width: 72rem;
  }
  .xl\:max-w-\[24rem\] {
    max-width: 24rem;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:border-t-0 {
    border-top-width: 0px;
  }
  .xl\:p-6 {
    padding: 1.5rem;
  }
  .xl\:p-3 {
    padding: 0.75rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:pr-\[30em\] {
    padding-right: 30em;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:text-h1 {
    font-size: 60px;
    line-height: 100%;
  }
  .xl\:text-h4 {
    font-size: 24px;
    line-height: 100%;
  }
  .xl\:text-h5 {
    font-size: 18px;
    line-height: 100%;
  }
  .xl\:opacity-0 {
    opacity: 0;
  }
  .group:hover .xl\:group-hover\:mt-\[-56px\] {
    margin-top: -56px;
  }
  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media print {
  .print\:mt-0 {
    margin-top: 0px;
  }
  .print\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .print\:mb-0 {
    margin-bottom: 0px;
  }
  .print\:mt-3 {
    margin-top: 0.75rem;
  }
  .print\:flex {
    display: flex;
  }
  .print\:grid {
    display: grid;
  }
  .print\:hidden {
    display: none;
  }
  .print\:h-full {
    height: 100%;
  }
  .print\:max-h-\[300px\] {
    max-height: 300px;
  }
  .print\:w-1\/2 {
    width: 50%;
  }
  .print\:w-\[18em\] {
    width: 18em;
  }
  .print\:w-\[60px\] {
    width: 60px;
  }
  .print\:max-w-\[300px\] {
    max-width: 300px;
  }
  .print\:max-w-\[250px\] {
    max-width: 250px;
  }
  .print\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .print\:flex-row {
    flex-direction: row;
  }
  .print\:items-center {
    align-items: center;
  }
  .print\:gap-4 {
    gap: 1rem;
  }
  .print\:gap-6 {
    gap: 1.5rem;
  }
  .print\:p-6 {
    padding: 1.5rem;
  }
  .print\:p-4 {
    padding: 1rem;
  }
  .print\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .print\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .print\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .print\:pt-24 {
    padding-top: 6rem;
  }
  .print\:pl-20 {
    padding-left: 5rem;
  }
  .print\:pr-16 {
    padding-right: 4rem;
  }
  .print\:pt-4 {
    padding-top: 1rem;
  }
  .print\:pb-0 {
    padding-bottom: 0px;
  }
  .print\:text-left {
    text-align: left;
  }
  .print\:text-h4 {
    font-size: 24px;
    line-height: 100%;
  }
  .print\:text-body {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  .print\:text-label {
    font-size: 12px;
    line-height: 100%;
  }
  .print\:text-body-tiny {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.5px;
  }
  .print\:text-h6 {
    font-size: 16px;
    line-height: 100%;
  }
  .print\:text-\[50px\] {
    font-size: 50px;
  }
  .print\:text-h5 {
    font-size: 18px;
    line-height: 100%;
  }
  .print\:text-body-vvtiny {
    font-size: 11px;
    line-height: 160%;
    letter-spacing: -0.3px;
  }
  .print\:text-body-print-tiny {
    font-size: 9px;
    line-height: 120%;
    letter-spacing: -0.3px;
  }
  .print\:shadow-rage-print {
    --tw-shadow: 0px 4.73345px 11.83363px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (hover: hover) and (pointer: fine) {
  .truehover\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }
  .truehover\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }
  .truehover\:hover\:text-primary-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }
}
