/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, 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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/colors

  -------------------------------- */

:root, [data-theme="default"] {
  /* main */
  --color-primary-darker: 264 68% 29%;
  --color-primary-dark: 264 68% 35%;
  --color-primary: 264 68% 41%;
  --color-primary-light: 264 68% 47%;
  --color-primary-lighter: 264 68% 53%;
  --color-accent-darker: 354 80% 52%;
  --color-accent-dark: 354 90% 58%;
  --color-accent: 354 100% 64%;
  --color-accent-light: 354 100% 69%;
  --color-accent-lighter: 354 100% 73%;
  --color-secondary-darker: 29 31% 41%;
  --color-secondary-dark: 29 31% 45%;
  --color-secondary: 29 31% 50%;
  --color-secondary-light: 29 31% 56%;
  --color-secondary-lighter: 29 31% 62%;
  --color-black: 265 68% 5%;
  --color-white: 0 0% 100%;
  /* feedback */
  --color-warning-darker: 35 79% 48%;
  --color-warning-dark: 35 79% 56%;
  --color-warning: 35 79% 66%;
  --color-warning-light: 35 79% 74%;
  --color-warning-lighter: 35 79% 82%;
  --color-success-darker: 154 75% 40%;
  --color-success-dark: 154 70% 44%;
  --color-success: 154 66% 48%;
  --color-success-light: 154 62% 57%;
  --color-success-lighter: 154 58% 67%;
  --color-error-darker: 354 100% 52%;
  --color-error-dark: 354 100% 58%;
  --color-error: 354 100% 64%;
  --color-error-light: 354 100% 69%;
  --color-error-lighter: 354 100% 73%;
  /* background */
  --color-floor-darker: 240 2% 89%;
  --color-floor-dark: 240 3% 94%;
  --color-floor: 0 0% 100%;
  --color-floor-light: 240 3% 100%;
  --color-floor-lighter: 240 2% 100%;
  /* color contrasts */
  --color-contrast-lower: 270 2% 84%;
  --color-contrast-low: 252 3% 63%;
  --color-contrast-medium: 262 4% 45%;
  --color-contrast-high: 258 10% 20%;
  --color-contrast-higher: 265 68% 5%;
}

[data-theme="dark"] {
  /* main */
  --color-primary-darker: 264 90% 52%;
  --color-primary-dark: 264 95% 57%;
  --color-primary: 264 100% 62%;
  --color-primary-light: 264 100% 66%;
  --color-primary-lighter: 264 100% 70%;
  --color-accent-darker: 354 80% 52%;
  --color-accent-dark: 354 90% 58%;
  --color-accent: 354 100% 64%;
  --color-accent-light: 354 100% 69%;
  --color-accent-lighter: 354 100% 73%;
  --color-secondary-darker: 29 31% 41%;
  --color-secondary-dark: 29 31% 45%;
  --color-secondary: 29 31% 50%;
  --color-secondary-light: 29 31% 56%;
  --color-secondary-lighter: 29 31% 62%;
  --color-black: 265 68% 5%;
  --color-white: 0 0% 100%;
  /* feedback */
  --color-warning-darker: 35 79% 48%;
  --color-warning-dark: 35 79% 56%;
  --color-warning: 35 79% 66%;
  --color-warning-light: 35 79% 74%;
  --color-warning-lighter: 35 79% 82%;
  --color-success-darker: 154 75% 40%;
  --color-success-dark: 154 70% 44%;
  --color-success: 154 66% 48%;
  --color-success-light: 154 62% 57%;
  --color-success-lighter: 154 58% 67%;
  --color-error-darker: 354 100% 52%;
  --color-error-dark: 354 100% 58%;
  --color-error: 354 100% 64%;
  --color-error-light: 354 100% 69%;
  --color-error-lighter: 354 100% 73%;
  /* background */
  --color-floor-darker: 270 8% 6%;
  --color-floor-dark: 270 9% 9%;
  --color-floor: 270 12% 13%;
  --color-floor-light: 270 9% 17%;
  --color-floor-lighter: 270 8% 20%;
  /* color contrasts */
  --color-contrast-lower: 273 7% 24%;
  --color-contrast-low: 273 4% 39%;
  --color-contrast-medium: 264 4% 56%;
  --color-contrast-high: 270 10% 81%;
  --color-contrast-higher: 264 100% 98%;
  /* font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------

  (END) Global editor code

  -------------------------------- */

body, [data-theme] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
}

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/typography

  -------------------------------- */

body {
  font-family: Albert Sans, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: Albert Sans, sans-serif;
  font-weight: 700;
}

/* --------------------------------

  (END) Global editor code

  -------------------------------- */

body {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

h1, h2, h3, h4 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a, .link {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity));
  text-decoration-line: underline;
}

strong {
  font-weight: 700;
}

s {
  text-decoration-line: line-through;
}

u {
  text-decoration-line: underline;
}

mark {
  background-color: hsl(var(--color-accent) / 0.2);
  color: inherit;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 1em;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor-dark) / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.btn {
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
}

.btn:focus {
  box-shadow: 0 0 0 2px hsl(var(--color-floor)), 0px 0px 0px 4px hsla(var(--color-contrast-higher) / 0.15);
  outline: none;
}

.btn:active {
  transform: translateY(2px);
}

/* themes */

.btn--primary {
  background: hsl(var(--color-primary));
  color: hsl(var(--color-white));
  box-shadow: inset 0px 1px 0px hsla(var(--color-white) / 0.15), 0px 1px 3px hsla(var(--color-primary-darker) / 0.25), 0px 2px 6px hsla(var(--color-primary-darker) / 0.1), 0px 6px 10px -2px hsla(var(--color-primary-darker) / 0.25);
}

.btn--primary:hover {
  background: hsl(var(--color-primary-light));
  box-shadow: inset 0px 1px 0px hsla(var(--color-white) / 0.15), 0px 1px 2px hsla(var(--color-primary-darker) / 0.25), 0px 1px 4px hsla(var(--color-primary-darker) / 0.1), 0px 3px 6px -2px hsla(var(--color-primary-darker) / 0.25);
}

.btn--primary:focus {
  box-shadow: inset 0px 1px 0px hsla(var(--color-white) / 0.15), 0px 1px 2px hsla(var(--color-primary-darker) / 0.25), 0px 1px 4px hsla(var(--color-primary-darker) / 0.1), 0px 3px 6px -2px hsla(var(--color-primary-darker) / 0.25), 0 0 0 2px hsl(var(--color-floor)), 0px 0px 0px 4px hsl(var(--color-primary));
}

.btn--subtle {
  background: hsl(var(--color-floor-lighter));
  color: hsl(var(--color-contrast-higher));
  box-shadow: inset 0px 1px 0px hsla(var(--color-white) / 0.1), 0px 0px 0px 1px hsla(var(--color-black) / 0.02), 0 0.3px 0.4px hsla(var(--color-black) / 0.025), 0 1px 3px -1px hsla(var(--color-black) / 0.2), 0 3.5px 6px hsla(var(--color-black) / 0.12);
}

.btn--subtle:hover {
  background: hsl(var(--color-floor-light));
  box-shadow: inset 0px 1px 0px hsla(var(--color-white) / 0.1), 0px 0px 0px 1px hsla(var(--color-black) / 0.02), 0 0.1px 0.3px hsla(var(--color-black) / 0.06), 0 1px 2px hsla(var(--color-black) / 0.12), 0 1px 3px -1px hsla(var(--color-black) / 0.2);
}

.btn--subtle:focus {
  box-shadow: inset 0px 1px 0px hsla(var(--color-white) / 0.1), 0px 0px 0px 1px hsla(var(--color-black) / 0.02), 0 0.3px 0.4px hsla(var(--color-black) / 0.025), 0 1px 3px -1px hsla(var(--color-black) / 0.2), 0 3.5px 6px hsla(var(--color-black) / 0.12), 0 0 0 2px hsl(var(--color-floor)), 0 0 0 4px hsl(var(--color-contrast-high));
}

/* feedback */

.btn--disabled, .btn[disabled], .btn[readonly] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Custom text component classes */

.text-component {
  --line-height-multiplier: 1;
  --text-space-y-multiplier: 1;
  --heading-line-height: 1.2;
  --body-line-height: 1.4;
}

.text-component.leading-extra-tight {
  line-height: normal;
  --heading-line-height: 1;
  --body-line-height: 1.1;
}

.text-component.leading-tight {
  --heading-line-height: 1.1;
  --body-line-height: 1.2;
  line-height: normal;
}

.text-component.leading-snug {
  --heading-line-height: 1.15;
  --body-line-height: 1.4;
  line-height: normal;
}

.text-component.leading-normal {
  --heading-line-height: 1.22;
  --body-line-height: 1.58;
  line-height: normal;
}

.text-component.leading-relaxed {
  --heading-line-height: 1.3;
  --body-line-height: 1.72;
  line-height: normal;
}

.text-component.text-space-y-xxs {
  --text-space-y-multiplier: 0.25;
}

.text-component.text-space-y-xs {
  --text-space-y-multiplier: 0.5;
}

.text-component.text-space-y-sm {
  --text-space-y-multiplier: 0.75;
}

.text-component.text-space-y-md {
  --text-space-y-multiplier: 1.25;
}

.text-component.text-space-y-lg {
  --text-space-y-multiplier: 1.5;
}

.text-component.text-space-y-xl {
  --text-space-y-multiplier: 1.75;
}

.text-component.text-space-y-xxl {
  --text-space-y-multiplier: 2;
}

.text-component :where(h1), 
  .text-component :where(h2), 
  .text-component :where(h3), 
  .text-component :where(h4) {
  line-height: calc(var(--heading-line-height) * var(--line-height-multiplier, 1));
  margin-bottom: calc(0.3125em * var(--text-space-y-multiplier, 1));
}

.text-component :where(h2), 
  .text-component :where(h3), 
  .text-component :where(h4) {
  margin-top: calc(0.9375em * var(--text-space-y-multiplier, 1));
}

.text-component p, 
  .text-component blockquote, 
  .text-component ul li, 
  .text-component ol li {
  line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1));
}

.text-component ul, 
  .text-component ol, 
  .text-component p, 
  .text-component blockquote {
  margin-bottom: calc(0.9375em * var(--text-space-y-multiplier, 1));
}

.text-component :where(ul), 
  .text-component :where(ol) {
  list-style-position: inside;
}

.text-component ul ul, 
  .text-component ul ol,
  .text-component ol ul, 
  .text-component ol ol {
  padding-left: 1em;
  margin-bottom: 0;
}

.text-component :where(ul) {
  list-style-type: disc;
}

.text-component :where(ol) {
  list-style-type: decimal;
}

.text-component :where(img) {
  display: block;
  margin: 0 auto;
}

.text-component :where(figcaption) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-low) / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .text-component :where(figcaption) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.text-component :where(figcaption) {
  text-align: center;
  margin-top: 0.5em;
}

.text-component :where(em) {
  font-style: italic;
}

.text-component :where(hr) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-lower) / var(--tw-bg-opacity));
  height: 1px;
  margin-top: calc(1.875em * var(--text-space-y-multiplier, 1));
  margin-bottom: calc(1.875em * var(--text-space-y-multiplier, 1));
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.text-component > *:first-child {
  margin-top: 0;
}

.text-component > *:last-child {
  margin-bottom: 0;
}

.text-component :where(blockquote) {
  padding-left: 1em;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-lower) / var(--tw-border-opacity));
  font-style: italic;
}

/* Icons */

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.icon--is-spinning {
  animation: icon-spin 1s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* inner shadow */

:where(.inner-glow, .inner-glow-top) {
  position: relative;
}

.inner-glow::after,
  .inner-glow-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}

.inner-glow::after {
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
}

.inner-glow-top::after {
  box-shadow: var(inset 0 1px 0.5px hsla(0, 0%, 100%, 0.075));
}

/* colors + base typography */

/* button components */

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/buttons

-------------------------------- */

/* --------------------------------

  (END) Global editor code

-------------------------------- */

/* input/form style  */

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/forms

-------------------------------- */

/* --------------------------------

  (END) Global editor code

-------------------------------- */

/* text component + icon + inner shadow */

/* #region CodyHouse components CSS */

/* -------------------------------- 

File#: _1_3d-card
Title: 3D Card
Descr: Card element floating in a 3D space
Usage: codyhouse.co/license

-------------------------------- */

.td-card-link {
  color: hsl(var(--color-contrast-higher));
  text-decoration: none;
  /* filling effect */
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, hsl(var(--color-contrast-higher)) 50%, hsla(var(--color-contrast-higher) / 0.2) 50%);
  background-size: 200% 2px;
  background-position: 100% calc(100% - 0.05em);
  transition: background-position 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.td-card-link:hover {
  background-position: 0% calc(100% - 0.05em);
}

.td-card--video {
  position: relative;
}

.td-card--video::before, .td-card--video::after {
  content: "";
  position: absolute;
  transform: none;
}

.td-card--video::before {
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: hsla(var(--color-contrast-higher) / 0.9);
  border-radius: 50%;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.td-card--video::after {
  z-index: 2;
  width: 24px;
  height: 24px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23ffffff'%3E%3Cpath fill='%23ffffff' d='M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23ffffff'%3E%3Cpath fill='%23ffffff' d='M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 24px;
          mask-size: 24px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: hsl(var(--color-floor));
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.td-card--video:hover::before {
  transform: scale(1.2);
}

/* -------------------------------- 

File#: _1_anim-menu-btn
Title: Animated Menu Button
Descr: A menu button w/ a morphing icon
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --anim-menu-btn-size: 48px;
  --anim-menu-btn-transition-duration: .2s;
  --anim-menu-btn-icon-size: 32px;
  --anim-menu-btn-icon-stroke: 2px;
}

.anim-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--anim-menu-btn-size);
  height: var(--anim-menu-btn-size);
}

.anim-menu-btn__icon {
  position: relative;
  display: block;
  font-size: var(--anim-menu-btn-icon-size);
  width: 1em;
  height: var(--anim-menu-btn-icon-stroke);
  color: inherit;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transform: scale(1);
}

.anim-menu-btn__icon::before, .anim-menu-btn__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: inherit;
  border-radius: inherit;
}

.anim-menu-btn__icon--close {
  background-size: 100% 100%;
  will-change: transform, background-size;
  transition-property: transform, background-size;
  transition-duration: var(--anim-menu-btn-transition-duration, 0.2s);
}

.anim-menu-btn:active .anim-menu-btn__icon--close {
  transform: scale(0.9);
}

.anim-menu-btn__icon--close::before, .anim-menu-btn__icon--close::after {
  will-change: inherit;
  transition: inherit;
}

.anim-menu-btn__icon--close::before {
  transform: translateY(-0.25em) rotate(0);
}

.anim-menu-btn__icon--close::after {
  transform: translateY(0.25em) rotate(0);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close {
  background-size: 0% 100%;
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
  transform: translateY(0) rotate(45deg);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
  transform: translateY(0) rotate(-45deg);
}

.anim-menu-btn__icon--arrow-left,
.anim-menu-btn__icon--arrow-right,
.anim-menu-btn__icon--arrow-up,
.anim-menu-btn__icon--arrow-down {
  border-radius: 50em;
  will-change: transform;
  transition-property: transform;
  transition-duration: var(--anim-menu-btn-transition-duration, 0.2s);
}

.anim-menu-btn:active .anim-menu-btn__icon--arrow-left,
.anim-menu-btn:active .anim-menu-btn__icon--arrow-right,
.anim-menu-btn:active .anim-menu-btn__icon--arrow-up,
.anim-menu-btn:active .anim-menu-btn__icon--arrow-down {
  transform: scale(0.9);
}

.anim-menu-btn__icon--arrow-left::before, .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn__icon--arrow-down::before,
.anim-menu-btn__icon--arrow-down::after {
  transform-origin: calc(var(--anim-menu-btn-icon-stroke) / 2) 50%;
  will-change: transform, width;
  transition-property: transform, width;
  transition-duration: var(--anim-menu-btn-transition-duration, 0.2s);
}

.anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn__icon--arrow-down::before {
  transform: translateY(-0.25em) rotate(0);
}

.anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn__icon--arrow-down::after {
  transform: translateY(0.25em) rotate(0);
}

.anim-menu-btn__icon--arrow-right {
  transform: rotate(180deg);
}

.anim-menu-btn:active .anim-menu-btn__icon--arrow-right {
  transform: rotate(180deg) scale(0.9);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before, .anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  width: 50%;
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before {
  transform: translateY(0) rotate(-45deg);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  transform: translateY(0) rotate(45deg);
}

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg) scale(0.9);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg);
}

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg) scale(0.9);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg);
}

/* -------------------------------- 

File#: _1_background-decoration-v4
Title: Background Decoration v4
Descr: A collection of geometry background decorations
Usage: codyhouse.co/license

-------------------------------- */

.bg-decoration-v4 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-decoration-v4__svg {
  position: absolute;
  width: 114%;
  min-width: 1280px;
  max-width: 1440px;
  height: auto;
}

/* -------------------------------- 

File#: _1_search-input
Title: Search input
Descr: Search input field with custom button
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --search-input-btn-width: 2.2em;
  --search-input-icon-size: 1em;
  --search-input-shortcut-margin: 0.325em;
  /* gap between the shortcut badge and the input edges */
}

.search-input {
  position: relative;
}

.search-input__input {
  width: 100%;
  height: 100%;
}

.search-input__input::-webkit-search-decoration, .search-input__input::-webkit-search-cancel-button, .search-input__input::-webkit-search-results-button, .search-input__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search-input__input::-ms-clear, .search-input__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.search-input--icon-right .search-input__input {
  padding-right: var(--search-input-btn-width);
}

.search-input--icon-left .search-input__input {
  padding-left: var(--search-input-btn-width);
}

.search-input__btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: var(--search-input-btn-width);
}

.search-input__btn:active .icon {
  transform: translateY(2px);
}

.search-input__btn .icon {
  display: block;
  --size: var(--search-input-icon-size);
  margin-left: auto;
  margin-right: auto;
  color: hsl(var(--color-contrast-low));
  /* icon color */
  transition: 0.2s;
}

.search-input--icon-left .search-input__btn {
  left: 0;
  right: auto;
  pointer-events: none;
}

.search-input__btn:focus .icon,
.search-input .search-input__input:focus + .search-input__btn .icon {
  color: hsl(var(--color-primary));
  /* active icon color */
}

/* --shortcut */

.search-input__shortcut {
  position: absolute;
  right: var(--search-input-shortcut-margin);
  top: var(--search-input-shortcut-margin);
  height: calc(100% - var(--search-input-shortcut-margin) * 2);
  display: flex;
  align-items: center;
  background-color: hsl(var(--color-floor));
  border: 1px solid hsl(var(--color-contrast-lower));
  border-radius: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  line-height: 1;
  color: hsl(var(--color-contrast-medium));
}

.search-input:focus-within .search-input__shortcut {
  display: none;
}

/* -------------------------------- 

File#: _2_flexi-header
Title: Flexi Header
Descr: Customizable header template
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --f-header-height: 60px;
  --f-header-logo-width: 40px;
}

@media (min-width: 64rem) {
  :root {
    --f-header-height: 70px;
  }
}

.f-header {
  height: var(--f-header-height);
  width: 100%;
  z-index: 3;
}

.f-header::before {
  /* used in JS to detect menu style */
  display: none;
  content: "mobile";
}

.f-header--expanded {
  /* class added when navigation is visible - small devices only */
}

.f-header__mobile-content {
  /* logo + menu button on small devices */
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.f-header__logo {
  display: block;
  width: var(--f-header-logo-width);
  flex-shrink: 0;
  text-decoration: none;
}

.f-header__logo svg, .f-header__logo img {
  display: block;
}

.f-header__nav-control {
  /* menu button */
  --anim-menu-btn-size: 40px;
  /* 🍔 icon */
  --anim-menu-btn-icon-size: 28px;
  --anim-menu-btn-icon-stroke: 2px;
}

.f-header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - var(--f-header-offset, 0px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 1.25rem;
  background-color: hsl(var(--color-floor));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-1em);
}

@media (min-width: 64rem) {
  .f-header__nav {
    padding-bottom: 2rem;
  }
}

.f-header__nav::before {
  /* top header bg + border */
  content: "";
  display: block;
  position: sticky;
  top: 0;
  height: var(--f-header-height);
  background-color: inherit;
  border-bottom: 1px solid hsla(var(--color-contrast-higher) / 0.09);
}

.f-header__nav--is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0s, opacity 0.3s, transform 0.3s;
}

.f-header__nav-logo-wrapper {
  display: none;
  /* hide logo nav on small devices */
}

.f-header__item {
  flex-shrink: 0;
  border-bottom: 1px solid hsla(var(--color-contrast-higher) / 0.09);
}

.f-header__dropdown-icon {
  --size: 16px;
  flex-shrink: 0;
  margin: 0 10px 0 auto;
  display: none;
  /* hide on mobile if link */
}

.f-header__dropdown-control .f-header__dropdown-icon {
  display: block;
}

.f-header__link,
.f-header__dropdown-control,
.f-header__dropdown-link {
  display: flex;
  align-items: center;
  color: hsl(var(--color-contrast-high));
  text-decoration: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .f-header__link,
.f-header__dropdown-control,
.f-header__dropdown-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.f-header__link:hover, .f-header__link[aria-current=page],
.f-header__dropdown-control:hover,
.f-header__dropdown-control[aria-current=page],
.f-header__dropdown-link:hover,
.f-header__dropdown-link[aria-current=page] {
  color: hsl(var(--color-primary));
}

.f-header__btn,
.f-header__form-control {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .f-header__btn,
.f-header__form-control {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.f-header__dropdown-control {
  width: 100%;
}

.f-header__dropdown {
  /* sub navigation */
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .f-header__dropdown {
    padding-left: 2rem;
  }
}

.f-header__dropdown {
  /* offset sub nav */
}

.f-header__dropdown-control + .f-header__dropdown {
  display: none;
}

.f-header__dropdown-control[aria-expanded=true] + .f-header__dropdown {
  display: block;
}

@media (min-width: 64rem) {
  .f-header::before {
    content: "desktop";
  }

  .f-header__mobile-content {
    display: none;
    /* hide logo + menu (mobile content) */
  }

  .f-header__nav {
    /* reset */
    position: static;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: none;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    height: var(--f-header-height);
  }

  .f-header__nav::before {
    /* reset */
    display: none;
  }

  .f-header__nav-logo-wrapper {
    display: flex;
  }

  .f-header__nav-grid,
.f-header__list {
    display: flex;
    align-items: center;
  }

  .f-header__nav-grid {
    height: 100%;
  }

  .f-header__item {
    position: relative;
    border-bottom: none;
    margin-right: 0.75rem;
    /* margin between nav items */
  }

  .f-header__item:last-child {
    margin-right: 0;
  }

  .f-header__dropdown-icon {
    --size: 12px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0.25rem;
  }

  .f-header__link {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .f-header__link--icon span {
    display: none;
    /* hide icon label */
  }

  .f-header__btn,
.f-header__form-control {
    margin: 0;
    /* reset */
  }

  .f-header__dropdown {
    position: absolute;
    top: 100%;
    width: 220px;
    left: calc(50% - 110px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0px;
    padding-right: 0px;
    background-color: hsl(var(--color-floor-light));
    border-radius: 0.375rem;
    --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
    --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.9px 1.5px var(--tw-shadow-color), 0 3.1px 5.5px var(--tw-shadow-color), 0 14px 25px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: 5;
    /* hide */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s 0.2s, opacity 0.2s 0s;
  }

  .f-header__dropdown-control + .f-header__dropdown {
    display: block;
    /* reset style */
  }

  .f-header__item:hover .f-header__dropdown, .f-header__dropdown-control[aria-expanded=true] + .f-header__dropdown {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s 0s, opacity 0.2s 0s;
  }

  .f-header__dropdown-link {
    color: hsl(var(--color-contrast-high));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition: 0.2s;
  }

  .f-header__dropdown-link:hover {
    background-color: hsla(var(--color-contrast-higher) / 0.075);
    color: hsl(var(--color-contrast-higher));
  }
}

/* --------------------------------

File#: _1_sub-navigation
Title: Sub Navigation
Descr: Secondary navigation template
Usage: codyhouse.co/license

-------------------------------- */

.subnav__nav {
  position: relative;
  display: flex;
}

.subnav__nav::after {
  content: "";
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, hsla(var(--color-floor-dark) / 0), hsla(var(--color-floor-dark) / 1));
  pointer-events: none;
}

.subnav__list {
  display: flex;
  overflow: auto;
}

.subnav__item {
  display: inline-block;
  flex-shrink: 0;
}

.subnav__link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .subnav__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.subnav__link {
  padding: 1.5625em;
  text-decoration: none;
  color: hsla(var(--color-contrast-high) / 0.65);
  border: 3px solid transparent;
  border-right-width: 0;
  border-left-width: 0;
  transition: 0.2s;
}

.subnav__link:hover {
  color: hsl(var(--color-contrast-high));
}

.subnav__link[aria-current=page] {
  border-bottom-color: hsl(var(--color-primary));
  color: hsl(var(--color-contrast-high));
}

.subnav:not(.subnav--collapsed) .subnav__control, .subnav:not(.subnav--collapsed) .subnav__close-btn {
  display: none;
}

.subnav--collapsed {
  display: inline-block;
}

.subnav--collapsed .subnav__wrapper {
  position: fixed;
  display: block;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(var(--color-black) / 0.9);
  visibility: hidden;
  opacity: 0;
}

.subnav--collapsed .subnav__wrapper--is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.subnav--collapsed .subnav__wrapper--is-visible .subnav__nav {
  transform: translateY(0);
  transition: transform 0.3s;
}

.subnav--collapsed .subnav__nav {
  display: block;
  background-color: hsl(var(--color-floor));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-height: 100%;
  overflow: auto;
  transform: translateY(-1em);
}

.subnav--collapsed .subnav__nav::after {
  display: none;
}

.subnav--collapsed .subnav__list {
  flex-direction: column;
  overflow: visible;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .subnav--collapsed .subnav__list {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}

.subnav--collapsed .subnav__link {
  border-width: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .subnav--collapsed .subnav__link {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.subnav--collapsed .subnav__link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .subnav--collapsed .subnav__link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.subnav--collapsed .subnav__link[aria-current=page] {
  color: hsl(var(--color-primary));
}

.subnav__close-btn {
  --size: 2em;
  width: var(--size);
  height: var(--size);
  display: flex;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0px;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .subnav__close-btn {
    margin-top: 0.75rem;
    margin-right: 0.75rem;
  }
}

.subnav__close-btn {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsl(var(--color-floor-light));
  --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.3px 0.4px var(--tw-shadow-color), 0 0.9px 1.5px var(--tw-shadow-color), 0 3.5px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: 0.2s;
}

.subnav__close-btn:hover {
  background-color: hsl(var(--color-floor-lighter));
  --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.9px 1.5px var(--tw-shadow-color), 0 3.1px 5.5px var(--tw-shadow-color), 0 14px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.subnav__close-btn .icon {
  display: block;
  color: hsl(var(--color-contrast-high));
}

[class*=subnav--expanded]::before {
  display: none;
  content: "collapsed";
}

@media (min-width: 32rem) {
  .subnav--expanded\@xs::before {
    content: "expanded";
  }
}

@media (min-width: 48rem) {
  .subnav--expanded\@sm::before {
    content: "expanded";
  }
}

@media (min-width: 64rem) {
  .subnav--expanded\@md::before {
    content: "expanded";
  }
}

@media (min-width: 80rem) {
  .subnav--expanded\@lg::before {
    content: "expanded";
  }
}

@media (min-width: 90rem) {
  .subnav--expanded\@xl::before {
    content: "expanded";
  }
}

/* -------------------------------- 

File#: _1_hiding-nav
Title: Auto Hiding Navigation
Descr: A Navigation container that auto-hides when the user scrolls down, and is revealed when they scrolls back up
Usage: codyhouse.co/license

-------------------------------- */

.hide-nav {
  --hide-nav-transition-duration: 0.3s;
  position: sticky !important;
  top: 0;
  will-change: transform;
  transition: transform var(--hide-nav-transition-duration), background-color var(--hide-nav-transition-duration);
}

.hide-nav--fixed {
  background-color: transparent;
}

.hide-nav--has-bg {
  background-color: hsla(var(--color-floor) / 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* -------------------------------- 

File#: _1_how-it-works
Title: How It Works
Descr: A list of steps showing how a product works
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --hiw-counter-size: 2rem;
  --hiw-counter-font-size: 1rem;
  --hiw-line-stroke-width: 2px;
  --hiw-line-border-radius: 1em;
  --hiw-items-gap-x: 1.25rem;
  /* gap between counter and content */
  --hiw-items-gap-y: 5.25rem;
  /* gap between list items */
}

@media (min-width: 64rem) {
  :root {
    --hiw-counter-size: 3rem;
    --hiw-counter-font-size: 1.25rem;
    --hiw-items-gap-x: 2rem;
    --hiw-items-gap-y: 8.25rem;
  }
}

.hiw-list {
  counter-reset: hiw-list-items;
}

.hiw-list__item {
  position: relative;
  counter-increment: hiw-list-items;
}

.hiw-list__item:not(:last-child) {
  padding-bottom: calc(var(--hiw-items-gap-y) / 2);
  margin-bottom: calc(var(--hiw-items-gap-y) / 2);
}

.hiw-list__item::before, .hiw-list__item::after {
  /* dashed line */
  content: "";
  position: absolute;
  width: calc(50% - var(--hiw-counter-size) / 2 + var(--hiw-line-stroke-width) / 2);
}

.hiw-list__item::before {
  top: calc(var(--hiw-counter-size) + var(--hiw-line-stroke-width));
  height: calc(100% - var(--hiw-counter-size) - var(--hiw-line-stroke-width));
  border-bottom: var(--hiw-line-stroke-width) dashed hsla(var(--color-primary) / 0.25);
}

.hiw-list__item::after {
  top: calc(100% - var(--hiw-line-stroke-width));
  height: calc(var(--hiw-items-gap-y) / 2);
  border-top: var(--hiw-line-stroke-width) dashed hsla(var(--color-primary) / 0.25);
}

.hiw-list__item:nth-child(2n+1) {
  padding-right: calc(var(--hiw-counter-size) / 2);
}

.hiw-list__item:nth-child(2n+1)::before {
  left: calc(var(--hiw-counter-size) / 2 - var(--hiw-line-stroke-width) / 2);
  border-left: var(--hiw-line-stroke-width) dashed hsla(var(--color-primary) / 0.25);
  border-bottom-left-radius: var(--hiw-line-border-radius);
}

.hiw-list__item:nth-child(2n+1)::after {
  left: 50%;
  border-top-right-radius: var(--hiw-line-border-radius);
  border-right: var(--hiw-line-stroke-width) dashed hsla(var(--color-primary) / 0.25);
}

.hiw-list__item:nth-child(2n) {
  padding-left: calc(var(--hiw-counter-size) / 2);
}

.hiw-list__item:nth-child(2n) .hiw-list__item-inner {
  flex-direction: row-reverse;
}

.hiw-list__item:nth-child(2n)::before {
  border-right: var(--hiw-line-stroke-width) dashed hsla(var(--color-primary) / 0.25);
  right: calc(var(--hiw-counter-size) / 2 - var(--hiw-line-stroke-width) / 2);
  border-bottom-right-radius: var(--hiw-line-border-radius);
}

.hiw-list__item:nth-child(2n)::after {
  right: 50%;
  border-top-left-radius: var(--hiw-line-border-radius);
  border-left: var(--hiw-line-stroke-width) dashed hsla(var(--color-primary) / 0.25);
}

.hiw-list__item:last-child::before, .hiw-list__item:last-child::after {
  display: none;
}

.hiw-list__item-inner {
  display: flex;
  gap: var(--hiw-items-gap-x);
}

.hiw-list__counter {
  width: var(--hiw-counter-size);
  height: var(--hiw-counter-size);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--hiw-line-stroke-width) solid hsla(var(--color-primary) / 0.25);
  color: hsl(var(--color-primary));
  font-size: var(--hiw-counter-font-size);
}

.hiw-list__counter::before {
  content: counter(hiw-list-items);
}

@media (min-width: 64rem) {
  .hiw-list__item:nth-child(2n) .hiw-list__content {
    flex-direction: row-reverse;
  }
}

/* -------------------------------- 

File#: _1_icon-features
Title: Icon Features
Descr: A list features featuring an icon
Usage: codyhouse.co/license

-------------------------------- */

.icon-feature {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, hsla(var(--color-accent) / 0.3), hsla(var(--color-accent) / 0.05));
  box-shadow: inset 0 1px hsla(var(--color-white) / 0.1);
}

/* -------------------------------- 

File#: _1_link-effects
Title: Link Effects
Descr: A collection of link effects
Usage: codyhouse.co/license

-------------------------------- */

.link-fx-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.2s;
}

.link-fx-1 .icon line {
  transition: transform 0.4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform 0.2s 0.1s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.2s 0.1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform 0.2s;
}

/* -------------------------------- 

File#: _1_list
Title: List
Descr: Custom list component
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --list-space-y: 0.375em;
  --list-offset: 1em;
  --list-line-height-multiplier: 1;
}

.list, .text-component .list {
  padding-left: 0;
  list-style: none;
}

.list ul, .list ol, .text-component .list ul, .text-component .list ol {
  list-style: none;
  margin: 0;
  margin-top: calc(var(--list-space-y) / 2 * var(--text-space-y-multiplier, 1));
  padding-top: calc(var(--list-space-y) / 2 * var(--text-space-y-multiplier, 1));
  padding-left: var(--list-offset);
}

.list li, .text-component .list li {
  padding-bottom: calc(var(--list-space-y) / 2 * var(--text-space-y-multiplier, 1));
  margin-bottom: calc(var(--list-space-y) / 2 * var(--text-space-y-multiplier, 1));
  line-height: calc(var(--body-line-height) * var(--list-line-height-multiplier));
}

.list > li:last-child, .list ul > li:last-child, .list ol > li:last-child, .text-component .list > li:last-child, .text-component .list ul > li:last-child, .text-component .list ol > li:last-child {
  margin-bottom: 0;
}

.list:not(.list--border) > li:last-child, .list ul > li:last-child, .list ol > li:last-child, .text-component .list:not(.list--border) > li:last-child, .text-component .list ul > li:last-child, .text-component .list ol > li:last-child {
  padding-bottom: 0;
}

/* #region (ul + ol) */

.list--ul, .text-component .list--ul,
.list--ol, .text-component .list--ol {
  --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right));
}

.list--ul ul, .list--ul ol, .text-component .list--ul ul, .text-component .list--ul ol,
.list--ol ul,
.list--ol ol, .text-component .list--ol ul, .text-component .list--ol ol {
  padding-left: 0;
}

.list--ul li, .text-component .list--ul li,
.list--ol li, .text-component .list--ol li {
  padding-left: var(--list-offset);
}

.list--ul li::before, .text-component .list--ul li::before,
.list--ol li::before, .text-component .list--ol li::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--list-bullet-size);
  height: var(--list-bullet-size);
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  left: calc(var(--list-bullet-margin-right) * -1);
  margin-left: calc(var(--list-bullet-size) * -1);
}

.list--ul, .text-component .list--ul {
  --list-bullet-size: 7px;
  --list-bullet-margin-right: 12px;
}

.list--ul > li::before, .text-component .list--ul > li::before {
  content: "";
  border-radius: 50%;
  color: hsla(var(--color-contrast-higher) / 0.1);
  background-color: currentColor;
}

.list--ul ul li::before, .text-component .list--ul ul li::before {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
}

.list--ol, .text-component .list--ol {
  --list-bullet-size: 26px;
  --list-bullet-margin-right: 6px;
  --list-bullet-font-size: 14px;
  counter-reset: list-items;
}

.list--ol > li, .text-component .list--ol > li {
  counter-increment: list-items;
}

.list--ol ol, .text-component .list--ol ol {
  counter-reset: list-items;
}

.list--ol > li::before, .text-component .list--ol > li::before {
  content: counter(list-items);
  font-size: var(--list-bullet-font-size, 14px);
  background-color: hsla(var(--color-contrast-higher) / 0.075);
  color: hsl(var(--color-contrast-higher));
  line-height: 1;
  border-radius: 50%;
}

.list--ol ol > li::before, .text-component .list--ol ol > li::before {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(var(--color-contrast-higher) / 0.075);
}

/* #endregion */

/* #region (border) */

.list--border li:not(:last-child), .text-component .list--border li:not(:last-child) {
  border-bottom: 1px solid hsl(var(--color-contrast-lower));
}

.list--border ul, .list--border ol, .text-component .list--border ul, .text-component .list--border ol {
  border-top: 1px solid hsl(var(--color-contrast-lower));
}

/* #endregion */

/* #region (icons) */

.list--icons, .text-component .list--icons {
  --list-bullet-size: 24px;
  --list-bullet-margin-right: 8px;
  --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right));
}

.list--icons ul, .list--icons ol, .text-component .list--icons ul, .text-component .list--icons ol {
  padding-left: var(--list-offset);
}

.list__icon {
  position: relative;
  width: var(--list-bullet-size);
  height: var(--list-bullet-size);
  margin-right: var(--list-bullet-margin-right);
}

.list__icon:not(.top-0) {
  top: calc((1em * var(--body-line-height) * var(--list-line-height-multiplier) - var(--list-bullet-size)) / 2);
}

/* #endregion */

/* -------------------------------- 

File#: _1_main-footer-v3
Title: Main Footer v3
Descr: Footer navigation template
Usage: codyhouse.co/license

-------------------------------- */

.footer-v3 {
  position: relative;
  z-index: 1;
}

.footer-v3__logo a, .footer-v3__logo svg, .footer-v3__logo img {
  width: 40px;
  height: 40px;
  display: block;
}

.footer-v3__nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .footer-v3__nav {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.footer-v3__nav-item {
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .footer-v3__nav-item {
    margin-bottom: 1.25rem;
  }
}

.footer-v3__link {
  color: hsl(var(--color-contrast-high));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .footer-v3__link {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.footer-v3__link {
  text-decoration: none;
}

.footer-v3__link:hover {
  color: hsl(var(--color-primary));
}

.footer-v3__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 64rem) {
  .footer-v3__socials {
    gap: 0.375rem;
  }
}

.footer-v3__socials a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: hsla(var(--color-contrast-higher) / 0.09);
  color: hsl(var(--color-contrast-low));
}

.footer-v3__socials a:hover {
  color: hsl(var(--color-contrast-higher));
}

.footer-v3__socials a .icon {
  --size: 16px;
  display: block;
}

@media (min-width: 64rem) {
  .footer-v3__container {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }

  .footer-v3__nav {
    margin: 0;
  }

  .footer-v3__nav-list {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-v3__nav-item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 0;
    position: relative;
  }

  .footer-v3__nav-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.8em;
    width: 1px;
    right: 0;
    top: calc(50% - 0.4em);
    background-color: hsla(var(--color-contrast-higher) / 0.09);
  }

  .footer-v3__nav-item:first-child {
    padding-left: 0;
  }

  .footer-v3__nav-item:last-child {
    padding-right: 0;
  }

  .footer-v3__nav-item:last-child::after {
    display: none;
  }

  .footer-v3__link {
    font-size: 0.875rem;
  }
}

/* -------------------------------- 

File#: _1_masonry
Title: Masonry
Descr: Gallery with elements laid out in optimal position based on available vertical space
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --masonry-grid-gap: 0.75rem;
  --masonry-col-auto-size: 280px;
}

@media (min-width: 64rem) {
  :root {
    --masonry-grid-gap: 1.125rem;
  }
}

.masonry__loader {
  display: none;
}

.masonry__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--masonry-grid-gap));
  margin-bottom: calc(-1 * var(--masonry-grid-gap));
}

.masonry__item {
  display: inline-block;
  width: var(--masonry-col-auto-size);
  margin-right: var(--masonry-grid-gap);
  margin-bottom: var(--masonry-grid-gap);
}

.masonry {
  position: relative;
}

.masonry__loader {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.masonry__list {
  opacity: 0;
  transition: opacity 0.4s;
}

.masonry--loaded .masonry__loader {
  display: none;
}

.masonry--loaded .masonry__list {
  opacity: 1;
}

@supports (flex-basis: 0px) {
  .masonry__list {
    flex-direction: column;
  }

  .masonry__item {
    flex-basis: 0px;
  }
}

/* -------------------------------- 

File#: _1_modal-window
Title: Modal Window
Descr: A modal dialog used to display critical information
Usage: codyhouse.co/license

-------------------------------- */

.modal {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.modal:not(.modal--is-visible) {
  pointer-events: none;
  background-color: transparent;
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
}

/* close buttons */

.modal__close-btn {
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  transition: 0.2s;
}

.modal__close-btn .icon {
  display: block;
  margin: auto;
}

.modal__close-btn--outer {
  /* close button - outside the modal__content */
  --size: 48px;
  width: var(--size);
  height: var(--size);
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
}

@media (min-width: 1024px) {
  .modal__close-btn--outer {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.modal__close-btn--outer {
  z-index: 10;
  background-color: hsla(var(--color-black) / 0.9);
  transition: 0.2s;
}

.modal__close-btn--outer .icon {
  color: hsl(var(--color-white));
  /* icon color */
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal__close-btn--outer:hover {
  background-color: hsla(var(--color-black) / 1);
}

.modal__close-btn--outer:hover .icon {
  transform: scale(1.1);
}

.modal__close-btn--inner {
  /* close button - inside the modal__content */
  --size: 32px;
  width: var(--size);
  height: var(--size);
  background-color: hsl(var(--color-floor-light));
  --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.3px 0.4px var(--tw-shadow-color), 0 0.9px 1.5px var(--tw-shadow-color), 0 3.5px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: 0.2s;
}

.modal__close-btn--inner .icon {
  color: inherit;
  /* icon color */
}

.modal__close-btn--inner:hover {
  background-color: hsl(var(--color-floor-lighter));
  --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.9px 1.5px var(--tw-shadow-color), 0 3.1px 5.5px var(--tw-shadow-color), 0 14px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* animations */

:root {
  --modal-transition-duration: 0.2s;
  /* fallback (i.e., unless specified differently in the variations 👇) */
}

@media (prefers-reduced-motion: no-preference) {
  .modal--animate-fade {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-fade.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-scale,
.modal--animate-translate-up,
.modal--animate-translate-down,
.modal--animate-translate-right,
.modal--animate-translate-left {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-scale .modal__content,
.modal--animate-translate-up .modal__content,
.modal--animate-translate-down .modal__content,
.modal--animate-translate-right .modal__content,
.modal--animate-translate-left .modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .modal--animate-scale.modal--is-visible,
.modal--animate-translate-up.modal--is-visible,
.modal--animate-translate-down.modal--is-visible,
.modal--animate-translate-right.modal--is-visible,
.modal--animate-translate-left.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-scale.modal--is-visible .modal__content,
.modal--animate-translate-up.modal--is-visible .modal__content,
.modal--animate-translate-down.modal--is-visible .modal__content,
.modal--animate-translate-right.modal--is-visible .modal__content,
.modal--animate-translate-left.modal--is-visible .modal__content {
    transform: scale(1);
    /* reset all transformations */
  }

  .modal--animate-slide-up,
.modal--animate-slide-down,
.modal--animate-slide-right,
.modal--animate-slide-left {
    --modal-transition-duration: 0.3s;
    transition: opacity 0s var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-slide-up .modal__content,
.modal--animate-slide-down .modal__content,
.modal--animate-slide-right .modal__content,
.modal--animate-slide-left .modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .modal--animate-slide-up.modal--is-visible,
.modal--animate-slide-down.modal--is-visible,
.modal--animate-slide-right.modal--is-visible,
.modal--animate-slide-left.modal--is-visible {
    transition: background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-slide-up.modal--is-visible .modal__content,
.modal--animate-slide-down.modal--is-visible .modal__content,
.modal--animate-slide-right.modal--is-visible .modal__content,
.modal--animate-slide-left.modal--is-visible .modal__content {
    transform: scale(1);
    /* reset all transformations */
  }

  /* scale */

  .modal--animate-scale .modal__content {
    transform: scale(0.95);
  }

  /* translate */

  .modal--animate-translate-up .modal__content {
    transform: translateY(40px);
  }

  .modal--animate-translate-down .modal__content {
    transform: translateY(-40px);
  }

  .modal--animate-translate-right .modal__content {
    transform: translateX(-40px);
  }

  .modal--animate-translate-left .modal__content {
    transform: translateX(40px);
  }

  /* slide */

  .modal--animate-slide-up .modal__content {
    transform: translateY(100%);
  }

  .modal--animate-slide-down .modal__content {
    transform: translateY(-100%);
  }

  .modal--animate-slide-right .modal__content {
    transform: translateX(-100%);
  }

  .modal--animate-slide-left .modal__content {
    transform: translateX(100%);
  }
}

/* load content - optional */

.modal--is-loading .modal__content {
  visibility: hidden;
}

.modal--is-loading .modal__loader {
  display: flex;
}

.modal__loader {
  /* loader icon */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  pointer-events: none;
}

/* --image */

.modal-img-btn {
  position: relative;
  cursor: pointer;
}

.modal-img-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(var(--color-black) / 0);
  transition: background 0.2s;
}

.modal-img-btn:hover::after {
  background-color: hsla(var(--color-black) / 0.7);
}

.modal-img-btn:hover .modal-img-btn__icon-wrapper {
  opacity: 1;
}

.modal-img-btn__icon-wrapper {
  position: absolute;
  z-index: 2;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: hsla(var(--color-black) / 0.7);
  opacity: 0;
  transition: opacity 0.2s;
}

.modal-img-btn__icon-wrapper .icon {
  color: hsl(var(--color-white));
}

/* -------------------------------- 

File#: _1_popover
Title: Popover
Descr: A pop-up box controlled by a trigger element
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --popover-width: 250px;
  --popover-control-gap: 4px;
  --popover-viewport-gap: 20px;
  --popover-transition-duration: 0.2s;
}

.popover {
  position: fixed;
  width: var(--popover-width);
  z-index: 5;
  margin-top: var(--popover-control-gap);
  margin-bottom: var(--popover-control-gap);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s var(--popover-transition-duration), opacity var(--popover-transition-duration);
}

.popover--is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity var(--popover-transition-duration);
}

/* -------------------------------- 

File#: _1_radio-switch
Title: Radio Switch
Descr: Custom radio toggle
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --radio-switch-width: 186px;
  --radio-switch-height: 46px;
  --radio-switch-padding: 3px;
  --radio-switch-radius: 50em;
  --radio-switch-animation-duration: 0.3s;
}

.radio-switch {
  position: relative;
  display: inline-block;
  display: inline-flex;
  padding: var(--radio-switch-padding);
  border-radius: calc(var(--radio-switch-radius) * 1.4);
  background-color: hsl(var(--color-floor-darker));
}

.radio-switch:focus-within, .radio-switch:active {
  box-shadow: 0 0 0 2px hsl(var(--color-floor)), 0 0 0 4px hsla(var(--color-contrast-higher) / 0.15);
}

.radio-switch__item {
  position: relative;
  display: inline-block;
  height: calc(var(--radio-switch-height) - 2 * var(--radio-switch-padding));
  width: calc(var(--radio-switch-width) * 0.5 - var(--radio-switch-padding));
}

.radio-switch__label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: var(--radio-switch-radius);
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .radio-switch__label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.radio-switch__label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all var(--radio-switch-animation-duration);
}

.radio-switch__input:checked ~ .radio-switch__label {
  color: hsl(var(--color-white));
}

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: var(--radio-switch-radius);
  background-color: hsl(var(--color-primary));
  height: calc(var(--radio-switch-height) - 2 * var(--radio-switch-padding));
  width: calc(var(--radio-switch-width) * 0.5 - var(--radio-switch-padding));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: transform var(--radio-switch-animation-duration);
}

.radio-switch__input:checked ~ .radio-switch__marker {
  transform: translateX(100%);
}

/* -------------------------------- 

File#: _1_reveal-effects
Title: Reveal Effects
Descr: A collection of reveal effects targeting specific elements as they enter the viewport
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --reveal-fx-duration: 0.6s;
  --reveal-fx-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.reveal-fx {
  opacity: 0;
  transition: opacity, transform var(--reveal-fx-timing-function);
  transition-duration: var(--reveal-fx-duration);
}

.reveal-fx::before {
  display: none;
  content: "reveal-fx";
}

.reveal-fx--translate, .reveal-fx--translate-up {
  transform: translateY(50px);
}

.reveal-fx--translate-right {
  transform: translateX(-50px);
}

.reveal-fx--translate-left {
  transform: translateX(50px);
}

.reveal-fx--translate-down {
  transform: translateY(-50px);
}

.reveal-fx--scale {
  transform: scale(0.8);
}

.reveal-fx--scale-up {
  transform: translateY(50px) scale(0.8);
}

.reveal-fx--scale-right {
  transform: translateX(-50px) scale(0.8);
}

.reveal-fx--scale-left {
  transform: translateX(50px) scale(0.8);
}

.reveal-fx--scale-down {
  transform: translateY(-50px) scale(0.8);
}

.reveal-fx--rotate, .reveal-fx--rotate-down, .reveal-fx--rotate-right, .reveal-fx--rotate-left, .reveal-fx--rotate-up {
  perspective: 1000px;
}

.reveal-fx--rotate > *, .reveal-fx--rotate-down > *, .reveal-fx--rotate-right > *, .reveal-fx--rotate-left > *, .reveal-fx--rotate-up > * {
  transition: transform var(--reveal-fx-duration) var(--reveal-fx-timing-function);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.reveal-fx--rotate > *, .reveal-fx--rotate-down > * {
  transform-origin: top;
  transform: rotateX(-45deg);
}

.reveal-fx--rotate-right > * {
  transform-origin: left center;
  transform: rotateY(45deg);
}

.reveal-fx--rotate-left > * {
  transform-origin: right center;
  transform: rotateY(-45deg);
}

.reveal-fx--rotate-up > * {
  transform-origin: bottom;
  transform: rotateX(45deg);
}

.reveal-fx--text-mask {
  overflow: hidden;
}

.reveal-fx--text-mask > * {
  display: inline-block;
  transform: translateY(100%);
  transition: transform var(--reveal-fx-duration) var(--reveal-fx-timing-function);
  will-change: transform;
}

[class*=reveal-fx--translate], [class*=reveal-fx--scale] {
  will-change: opacity, transform;
}

.reveal-fx--text-mask > *, [class*=reveal-fx--rotate] > * {
  will-change: transform;
}

.reveal-fx--clip-x > *,
.reveal-fx--clip-y > * {
  transition: opacity, -webkit-clip-path cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity, clip-path cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity, clip-path cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: var(--reveal-fx-duration);
}

.reveal-fx--clip-x > * {
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 90% 100%, 10% 100%);
          clip-path: polygon(10% 0%, 90% 0%, 90% 100%, 10% 100%);
}

.reveal-fx--clip-y > * {
  -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
}

.reveal-fx--is-visible {
  opacity: 1;
}

.reveal-fx--is-visible[class*=reveal-fx--translate], .reveal-fx--is-visible[class*=reveal-fx--scale], .reveal-fx--is-visible[class*=reveal-fx--rotate] > *, .reveal-fx--is-visible.reveal-fx--text-mask > * {
  transform: translate(0);
}

.reveal-fx--is-visible.reveal-fx--clip-x > *, .reveal-fx--is-visible.reveal-fx--clip-y > * {
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* -------------------------------- 

File#: _1_smooth-scrolling
Title: Smooth Scrolling
Descr: Replace the default browser behaviour (jump) with a smooth scrolling transition
Usage: codyhouse.co/license

-------------------------------- */

html {
  scroll-behavior: smooth;
}

/* -------------------------------- 

File#: _1_sticky-feature
Title: Sticky Feature
Descr: List of product features with sticky images
Usage: codyhouse.co/license

-------------------------------- */

.sticky-feature {
  position: relative;
  z-index: 1;
}

.sticky-feature__content-figure {
  /* images visible on small screens */
  border-radius: 0.375rem;
  overflow: hidden;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .sticky-feature__content-figure {
    margin-top: 2rem;
  }
}

.sticky-feature__content-figure img {
  display: block;
  width: 100%;
}

.sticky-feature__media-list {
  position: sticky;
  top: 0;
  height: 100vh;
}

.sticky-feature__media-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-feature__media-figure {
  /* images visible on bigger screens */
  border-radius: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: hidden;
  opacity: 0;
}

.sticky-feature__media-figure img {
  display: block;
  width: 100%;
  max-height: 90vh;
}

.sticky-feature-current-item .sticky-feature__media-figure {
  opacity: 1;
}

@media (min-width: 64rem) {
  .sticky-feature__content-list {
    padding-top: 50vh;
    padding-bottom: 50vh;
  }

  .sticky-feature__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    cursor: pointer;
    opacity: 0.3;
  }

  .sticky-feature__title:hover, .sticky-feature-current-item .sticky-feature__title {
    opacity: 1;
  }

  .sticky-feature__content-figure {
    /* show only to screen readers */
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
  }

  .sticky-feature__media-list {
    /* text overlay gradients */
  }

  .sticky-feature__media-list::before, .sticky-feature__media-list::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100px;
    pointer-events: none;
  }

  .sticky-feature__media-list::before {
    top: 0;
    background: linear-gradient(to bottom, hsl(var(--color-floor)), hsla(var(--color-floor) / 0.8), hsla(var(--color-floor) / 0));
  }

  .sticky-feature__media-list::after {
    bottom: 0;
    background: linear-gradient(to top, hsl(var(--color-floor)), hsla(var(--color-floor) / 0.8), hsla(var(--color-floor) / 0));
  }
}

/* -------------------------------- 

File#: _1_text-points
Title: Text Points
Descr: A list of text components
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --text-points-bullet-size: 32px;
  --text-points-bullet-font-size: 14px;
  --text-points-bullet-margin-right: 0.5rem;
}

@media (min-width: 64rem) {
  :root {
    --text-points-bullet-margin-right: 0.75rem;
  }
}

.text-points--counter .text-points__text,
.text-points--letter .text-points__text,
.text-points--icon .text-points__text {
  padding-left: calc(var(--text-points-bullet-size) + var(--text-points-bullet-margin-right));
}

.text-points--counter .text-points__bullet,
.text-points--letter .text-points__bullet,
.text-points--icon .text-points__bullet {
  position: relative;
  margin-left: calc(-1 * var(--text-points-bullet-size));
  left: calc(-1 * var(--text-points-bullet-margin-right));
}

.text-points--counter .text-points__bullet::before,
.text-points--letter .text-points__bullet::before,
.text-points--icon .text-points__bullet::before {
  content: "X";
  display: inline-flex;
  width: var(--text-points-bullet-size);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.text-points--counter .text-points__bullet::after,
.text-points--letter .text-points__bullet::after,
.text-points--icon .text-points__bullet::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: var(--text-points-bullet-size);
  height: var(--text-points-bullet-size);
  background-color: hsl(var(--color-floor-dark));
  border-radius: 50%;
  font-size: var(--text-points-bullet-font-size);
  font-weight: 600;
  color: hsl(var(--color-contrast-medium));
}

.text-points--counter .text-points__item {
  counter-increment: text-points;
}

.text-points--counter .text-points__bullet::after {
  content: counter(text-points);
}

.text-points--letter .text-points__bullet::after {
  content: "?";
}

.text-points--icon .text-points__bullet::after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23000000'%3E%3Ccircle cx='16' cy='16' r='16' opacity='.15'%3E%3C/circle%3E%3Cpath d='M16 24a1 1 0 0 1-1-1v-9a1 1 0 0 1 2 0v9a1 1 0 0 1-1 1z'%3E%3C/path%3E%3Ccircle cx='16' cy='9.5' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23000000'%3E%3Ccircle cx='16' cy='16' r='16' opacity='.15'%3E%3C/circle%3E%3Cpath d='M16 24a1 1 0 0 1-1-1v-9a1 1 0 0 1 2 0v9a1 1 0 0 1-1 1z'%3E%3C/path%3E%3Ccircle cx='16' cy='9.5' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background: hsl(var(--color-primary));
}

/* -------------------------------- 

File#: _2_adv-custom-select
Title: Advanced Custom Select
Descr: Custom select with advanced structure options
Usage: codyhouse.co/license

-------------------------------- */

.adv-select-popover {
  font-size: 1rem;
}

.adv-select-popover.popover {
  --popover-width: 250px;
  --popover-control-gap: 4px;
  --popover-viewport-gap: 20px;
  --popover-transition-duration: 0.2s;
}

@media (min-width: 64rem) {
  .adv-select-popover.popover {
    --popover-width: 320px;
  }
}

.adv-select-popover__optgroup:not(:first-of-type) {
  padding-top: 0.375rem;
}

.adv-select-popover__optgroup:not(:last-of-type) {
  border-bottom: 1px solid hsla(var(--color-contrast-higher) / 0.1);
  padding-bottom: 0.375rem;
}

.adv-select-popover__check {
  display: none;
}

.adv-select-popover__option {
  position: relative;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s;
}

.adv-select-popover__option:hover {
  background-color: hsla(var(--color-contrast-higher) / 0.075);
}

.adv-select-popover__option:focus {
  outline: none;
  background-color: hsla(var(--color-primary) / 0.15);
}

.adv-select-popover__option[aria-selected=true] {
  background-color: hsl(var(--color-primary));
  color: hsl(var(--color-white));
}

.adv-select-popover__option[aria-selected=true] .adv-select-popover__check {
  display: block;
}

.adv-select-popover__option[aria-selected=true]:focus {
  box-shadow: inset 0 0 0 2px hsl(var(--color-primary-dark));
}

/* -------------------------------- 

File#: _2_modal-video
Title: Modal Video
Descr: A modal window used to display a responsive video
Usage: codyhouse.co/license

-------------------------------- */

/* -------------------------------- 

File#: _2_pricing-table
Title: Pricing Table
Descr: A table used to compare prices and features of different products
Usage: codyhouse.co/license

-------------------------------- */

.p-table__item {
  background-color: hsl(var(--color-floor-dark));
  border-radius: 0.75rem;
  box-shadow: inset 0px 0px 0.5px 1px hsla(0, 0%, 100%, 0.075);
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .p-table__item {
    padding: 2rem;
  }
}

.p-table__item {
  display: flex;
  flex-direction: column;
}

.p-table__item--popular {
  background-color: hsl(var(--color-floor-light));
  box-shadow: 0 0 0 2px hsl(var(--color-primary)), 0px 0.9px 1.5px hsla(265, 68%, 5%, 0.03), 
  0px 3.1px 5.5px hsla(265, 68%, 5%, 0.08), 0px 14px 25px hsla(265, 68%, 5%, 0.12);
}

.p-table__badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .p-table__badge {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.p-table__badge {
  background-color: hsl(var(--color-contrast-high));
  color: hsl(var(--color-floor));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

@media (min-width: 1024px) {
  .p-table__badge {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.p-table__badge {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  border-radius: 0.375rem;
}

.p-table__price span {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .p-table__price span {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.p-table__price span {
  font-weight: bold;
}

.p-table__price i {
  color: hsl(var(--color-contrast-low));
}

.p-table__features li {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .p-table__features li {
    margin-bottom: 0.75rem;
  }
}

.p-table__switch {
  display: none;
}

.p-table--has-switch .p-table__price-wrapper {
  position: relative;
  overflow: hidden;
}

.p-table--has-switch .p-table__price {
  will-change: transform;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-table--has-switch .p-table__price[data-transition-delay="2nd"] {
  transition-delay: 0.1s;
}

.p-table--has-switch .p-table__price[data-transition-delay="3rd"] {
  transition-delay: 0.2s;
}

.p-table--has-switch .p-table__price--month {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-table--has-switch .p-table__price--year {
  pointer-events: none;
  opacity: 0;
  transform: translateY(100%);
}

.p-table--yearly .p-table__price--month {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
}

.p-table--yearly .p-table__price--year {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------- 

File#: _2_slideshow
Title: Slideshow
Descr: Show a collection of items one at a time
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --slideshow-height: 280px;
  --slideshow-fade-transition-duration: 0.25s;
  --slideshow-slide-transition-duration: 0.35s;
  --slideshow-prx-transition-duration: 0.5s;
  --slideshow-btn-width: 1.6em;
  --slideshow-btn-height: 3.2em;
  --slideshow-btn-icon-size: 1.6em;
  --slideshow-btn-offset: 0.5rem;
}

@media (min-width: 48rem) {
  :root {
    --slideshow-height: 380px;
  }
}

@media (min-width: 64rem) {
  :root {
    --slideshow-height: 480px;
    --slideshow-btn-offset: 0.75rem;
  }
}

@media (min-width: 80rem) {
  :root {
    --slideshow-height: 580px;
  }
}

.slideshow__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slideshow-height);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slideshow__item:focus {
  outline: none;
}

.slideshow--ratio-16\:9 .slideshow__item {
  height: 0;
  padding-bottom: 56.25%;
}

.slideshow--ratio-4\:3 .slideshow__item {
  height: 0;
  padding-bottom: 75%;
}

.slideshow--ratio-1\:1 .slideshow__item {
  height: 0;
  padding-bottom: 100%;
}

.slideshow {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slideshow__content {
  overflow: hidden;
}

.slideshow__item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

.slideshow__item--selected {
  position: relative;
  z-index: 3;
  visibility: visible;
}

.slideshow--transition-fade .slideshow__item {
  opacity: 0;
  transition: opacity 0s var(--slideshow-fade-transition-duration), visibility 0s var(--slideshow-fade-transition-duration);
}

.slideshow--transition-fade .slideshow__item--selected {
  opacity: 1;
  transition: opacity var(--slideshow-fade-transition-duration);
}

.slideshow--transition-slide .slideshow__item {
  animation-duration: var(--slideshow-slide-transition-duration);
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slideshow--transition-slide .slideshow__item > * {
  visibility: hidden;
}

.slideshow--transition-slide .slideshow__item--selected > * {
  visibility: visible;
}

.slideshow--transition-slide .slideshow__item--slide-in-left {
  animation-name: slide-in-left;
}

.slideshow--transition-slide .slideshow__item--slide-in-right {
  animation-name: slide-in-right;
}

.slideshow--transition-slide .slideshow__item--slide-out-left {
  animation-name: slide-out-left;
}

.slideshow--transition-slide .slideshow__item--slide-out-right {
  animation-name: slide-out-right;
}

.slideshow--transition-slide .slideshow__item--slide-out-left,
.slideshow--transition-slide .slideshow__item--slide-out-right {
  z-index: 2;
}

.slideshow--transition-slide .slideshow__item--slide-out-left.slideshow__item--selected,
.slideshow--transition-slide .slideshow__item--slide-out-right.slideshow__item--selected {
  z-index: 3;
}

.slideshow--transition-slide .slideshow__item--slide-out-left > *,
.slideshow--transition-slide .slideshow__item--slide-out-right > * {
  visibility: visible;
}

@keyframes slide-in-left {
  0% {
    visibility: visible;
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    visibility: visible;
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slide-out-left {
  0% {
    visibility: visible;
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes slide-out-right {
  0% {
    visibility: visible;
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.slideshow--transition-prx .slideshow__item {
  animation-duration: var(--slideshow-prx-transition-duration);
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slideshow--transition-prx .slideshow__item > * {
  visibility: hidden;
}

.slideshow--transition-prx .slideshow__item--selected > * {
  visibility: visible;
}

.slideshow--transition-prx .slideshow__item--prx-in-left {
  animation-name: prx-in-left;
}

.slideshow--transition-prx .slideshow__item--prx-in-right {
  animation-name: prx-in-right;
}

.slideshow--transition-prx .slideshow__item--prx-out-left {
  animation-name: prx-out-left;
}

.slideshow--transition-prx .slideshow__item--prx-out-right {
  animation-name: prx-out-right;
}

.slideshow--transition-prx .slideshow__item--prx-out-left,
.slideshow--transition-prx .slideshow__item--prx-out-right {
  z-index: 2;
}

.slideshow--transition-prx .slideshow__item--prx-out-left.slideshow__item--selected,
.slideshow--transition-prx .slideshow__item--prx-out-right.slideshow__item--selected {
  z-index: 3;
}

.slideshow--transition-prx .slideshow__item--prx-out-left > *,
.slideshow--transition-prx .slideshow__item--prx-out-right > * {
  visibility: visible;
}

@keyframes prx-in-left {
  0% {
    visibility: visible;
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes prx-in-right {
  0% {
    visibility: visible;
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes prx-out-left {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  100% {
    opacity: 0.3;
    transform: translateX(40%);
  }
}

@keyframes prx-out-right {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  100% {
    opacity: 0.3;
    transform: translateX(-40%);
  }
}

.slideshow[data-swipe=on] .slideshow__content {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slideshow[data-swipe=on] .slideshow__content img {
  pointer-events: none;
}

.slideshow__control {
  display: none;
}

.slideshow[data-controls=hover] .slideshow__control {
  opacity: 0;
  transition: opacity 0.3s;
}

.slideshow[data-controls=hover]:hover .slideshow__control {
  opacity: 1;
}

.slideshow[data-swipe=on] .slideshow__control {
  display: none;
}

.slideshow__control {
  display: block;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow__control:first-of-type {
  left: var(--slideshow-btn-offset);
}

.slideshow__control:last-of-type {
  right: var(--slideshow-btn-offset);
}

@media (min-width: 64rem) {
  .slideshow[data-swipe=on] .slideshow__control {
    display: block;
  }
}

.slideshow__btn {
  display: block;
  background-color: hsla(var(--color-black) / 0.75);
  height: var(--slideshow-btn-height);
  width: var(--slideshow-btn-width);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.slideshow__btn:hover {
  background-color: hsla(var(--color-contrast-higher) / 0.85);
}

.slideshow__btn:hover .icon {
  color: hsl(var(--color-floor));
}

.slideshow:not(.slideshow--is-animating) .slideshow__btn:active {
  transform: translateY(2px);
}

.slideshow__btn .icon {
  display: block;
  width: var(--slideshow-btn-icon-size);
  height: var(--slideshow-btn-icon-size);
  margin: 0 auto;
  transition: color 0.2s;
  color: hsl(var(--color-white));
}

@supports (grid-area: auto) {
  .slideshow__btn {
    background-color: transparent;
  }

  .slideshow__btn .icon {
    color: hsl(var(--color-contrast-higher));
  }
}

.slideshow__navigation {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.slideshow__nav-item {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (min-width: 1024px) {
  .slideshow__nav-item {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}

.slideshow__nav-item button {
  display: block;
  position: relative;
  font-size: 8px;
  color: hsl(var(--color-contrast-high));
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.4;
  cursor: pointer;
  transition: background 0.3s;
}

.slideshow__nav-item button::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  height: 1em;
  width: 1em;
  font-size: 14px;
  border-radius: inherit;
  border: 1px solid hsl(var(--color-contrast-high));
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}

.slideshow__nav-item button:focus {
  outline: none;
}

.slideshow__nav-item button:focus::before {
  opacity: 1;
  transform: scale(1);
}

.slideshow__nav-item--selected button {
  opacity: 1;
}

@media (min-width: 64rem) {
  .slideshow__navigation {
    height: 40px;
  }

  .slideshow__nav-item button {
    font-size: 10px;
  }

  .slideshow__nav-item button::before {
    font-size: 16px;
  }
}

/* -------------------------------- 

File#: _2_table-of-contents
Title: Table of Contents
Descr: A navigation with a list of links to the main sections of the page 
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --toc-border-width: 1px;
  /* static version only */
}

/* #region (style affecting collapsed + static versions) 👇 */

.toc__list {
  position: relative;
}

.toc__list .toc__list .toc__link {
  padding-left: 1.5rem;
  /* offset sub nav */
}

.toc__link,
.toc__label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.toc__link {
  position: relative;
  color: hsl(var(--color-contrast-medium));
  text-decoration: none;
}

.toc__link::before {
  /* left mark */
  content: "";
  width: var(--toc-border-width);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.toc__link:hover {
  color: hsl(var(--color-contrast-high));
}

.toc__link--selected {
  color: hsl(var(--color-primary));
}

.toc__link--selected:hover {
  color: hsl(var(--color-primary));
}

.toc__label {
  /* label style */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .toc__label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.toc__control {
  /* control button */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toc__control-text {
  /* text inside control button */
  position: relative;
}

.toc__control-text > * {
  display: inline-block;
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.toc__control-text > *:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
}

.toc__icon-arrow {
  /* arrow icon  */
}

.toc__icon-arrow .icon__group {
  will-change: transform;
  transform-origin: 8px 8px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.toc__icon-arrow .icon__group > * {
  transform-origin: 8px 8px;
  stroke-dasharray: 17;
  transform: translateY(3px);
  transition: transform 0.3s, stroke-dashoffset 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.toc__icon-arrow .icon__group > *:first-child {
  stroke-dashoffset: 10;
}

.toc__icon-arrow .icon__group > *:last-child {
  stroke-dashoffset: 10;
}

.toc-content__target {
  scroll-margin-top: 0.125rem;
}

/* #endregion */

/* #region (collapsed version only - mobile 👇) */

.toc:not(.toc--static) {
  border-radius: 0.375rem;
  background-color: hsl(var(--color-floor-light));
  --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.3px 0.4px var(--tw-shadow-color), 0 0.9px 1.5px var(--tw-shadow-color), 0 3.5px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: 0.3s;
}

.toc:not(.toc--static):hover {
  --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.9px 1.5px var(--tw-shadow-color), 0 3.1px 5.5px var(--tw-shadow-color), 0 14px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.toc:not(.toc--static) .toc__nav {
  /* navigation */
  display: none;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-left: 0px;
  margin-right: 0px;
}

.toc:not(.toc--static) .toc__list {
  padding-bottom: 0.5rem;
}

.toc:not(.toc--static) .toc__label {
  display: none;
}

.toc:not(.toc--static) .toc__link {
  display: flex;
}

.toc:not(.toc--static).toc--expanded .toc__control-text > *:first-child {
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}

.toc:not(.toc--static).toc--expanded .toc__control-text > *:last-child {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toc:not(.toc--static).toc--expanded .toc__nav {
  display: block;
  animation: toc-entry-animation 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.toc:not(.toc--static).toc--expanded .toc__icon-arrow .icon__group {
  /* animate arrow icon */
  transform: rotate(-90deg);
}

.toc:not(.toc--static).toc--expanded .toc__icon-arrow .icon__group > *:first-child, .toc:not(.toc--static).toc--expanded .toc__icon-arrow .icon__group *:last-child {
  stroke-dashoffset: 0;
  transform: translateY(0px);
}

/* #endregion */

/* #region (static version only - desktop 👇) */

.toc--static {
  box-shadow: inset var(--toc-border-width) 0 0 hsl(var(--color-contrast-lower));
  /* left border */
}

.toc--static[class*=position-sticky] {
  top: 1.25rem;
  /* used if position = sticky */
  max-height: calc(100vh - 2.5rem);
  /* set max height */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.toc--static .toc__label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.toc--static .toc__link {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .toc--static .toc__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.toc--static .toc__link--selected::before {
  background-color: hsl(var(--color-primary));
}

.toc--static .toc__control {
  /* control - static version only */
  display: none;
}

.toc-content--toc-static *:target {
  animation: toc-target 2s;
  /* highlight section on target */
}

/* #endregion */

@keyframes toc-target {
  0%, 50% {
    outline: 2px solid hsla(var(--color-primary) / 0.5);
  }

  100% {
    outline: 2px solid hsla(var(--color-primary) / 0);
  }
}

@keyframes toc-entry-animation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* used in JS - detect when the TOC needs to switch from a collapsed to a static version */

[class*=toc--static]::before {
  display: none;
  content: "collapsed";
}

@media (min-width: 32rem) {
  .toc--static\@xs::before {
    content: "static";
  }
}

@media (min-width: 48rem) {
  .toc--static\@sm::before {
    content: "static";
  }
}

@media (min-width: 64rem) {
  .toc--static\@md::before {
    content: "static";
  }
}

@media (min-width: 80rem) {
  .toc--static\@lg::before {
    content: "static";
  }
}

@media (min-width: 90rem) {
  .toc--static\@xl::before {
    content: "static";
  }
}

/* -------------------------------- 

File#: _2_testimonial-gallery
Title: Testimonial Gallery
Descr: A gallery of client quotations
Usage: codyhouse.co/license

-------------------------------- */

.test-gallery {
  --masonry-grid-gap: 1.25rem;
  --masonry-col-auto-size: 350px;
  position: relative;
  z-index: 1;
}

@media (min-width: 64rem) {
  .test-gallery {
    --masonry-grid-gap: 2rem;
  }
}

.test-gallery__inner {
  position: relative;
}

.test-gallery__inner::after {
  /* overlay gradient */
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, hsla(var(--color-floor-dark) / 1) 25%, hsla(var(--color-floor-dark) / 0));
  pointer-events: none;
}

.test-gallery__card {
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .test-gallery__card {
    padding: 1.25rem;
  }
}

.test-gallery__card {
  border-radius: 0.75rem;
  background-color: hsl(var(--color-floor-light));
  --tw-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: inset 0 0 0.5px 1px var(--tw-shadow-color), 0 0.1px 0.3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.test-gallery__quote {
  line-height: 1.4;
}

.test-gallery__profile-img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
}

@media (min-width: 1024px) {
  .test-gallery__profile-img {
    margin-right: 0.75rem;
  }
}

.test-gallery__card-img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  margin-top: 0.75rem;
}

@media (min-width: 1024px) {
  .test-gallery__card-img {
    margin-top: 1.25rem;
  }
}

.test-gallery__twitter-icon-wrapper {
  color: #1DA1F2;
  display: block;
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.test-gallery__twitter-icon-wrapper .icon {
  --size: 20px;
}

.test-gallery__twitter-icon-wrapper:hover {
  transform: scale(1.2);
}

/* -------------------------------- 

File#: _3_how-it-works-v4
Title: How It Works v4
Descr: A list of steps showing how a product works
Usage: codyhouse.co/license

-------------------------------- */

/* -------------------------------- 

File#: _3_light-dark-switch
Title: Light/Dark Switch
Descr: Color theme switcher
Usage: codyhouse.co/license

-------------------------------- */

.ld-switch-btn {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  display: inline-block;
  transition: opacity 0.2s, color 0.2s;
}

.ld-switch-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.ld-switch-btn:focus {
  outline: none;
  color: hsl(var(--color-primary));
}

.ld-switch-btn.popover-control--active {
  /* class added to the control button when the dropdown is visible */
  color: hsl(var(--color-primary));
}

.ld-switch-btn__icon-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100%) rotate(35deg) scale(0.5);
}

.ld-switch-btn__icon-wrapper--in {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}

.ld-switch-btn__icon-wrapper--out {
  opacity: 0;
  transform: translateY(-100%) rotate(-35deg) scale(0.5);
}

.ld-switch-btn__icon-wrapper--in,
.ld-switch-btn__icon-wrapper--out {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s;
}

.ld-switch-btn__icon {
  margin: auto;
  --size: 20px;
  /* icon size */
}

.popover.ld-switch-popover {
  --popover-width: 250px;
}

.ld-switch-popover__option {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.2s;
}

.ld-switch-popover__option:hover {
  cursor: pointer;
  opacity: 0.85;
}

.ld-switch-popover__option:focus {
  outline: none;
}

.ld-switch-popover__option:focus figure {
  box-shadow: 0 0 0 1px hsl(var(--color-floor-light)), 0 0 0 3px hsl(var(--color-contrast-higher));
}

.ld-switch-popover__option[aria-selected=true] {
  color: hsl(var(--color-primary));
}

.ld-switch-popover__option[aria-selected=true] figure {
  box-shadow: 0 0 0 1px hsl(var(--color-floor-light)), 0 0 0 3px currentColor;
}

/* -------------------------------- 

File#: _3_testimonial-banner
Title: Testimonial Banner
Descr: A banner containing a slideshow of testimonials
Usage: codyhouse.co/license

-------------------------------- */

.t-banner {
  --slideshow-fade-transition-duration: 0.4s;
  --slideshow-slide-transition-duration: 0.4s;
  position: relative;
}

/* background images slideshow */

.t-banner__bg-slideshow {
  --slideshow-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* inner glow visibile on dark mode */
}

.t-banner__bg-slideshow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
  pointer-events: none;
  border-radius: inherit;
}

.t-banner__bg-slideshow .slideshow__item {
  background-color: hsl(var(--color-floor-light));
}

/* background image slide */

.t-banner__figure {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 70%;
  /* image overlay gradient */
}

.t-banner__figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}

.t-banner__figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, hsla(var(--color-floor-light) / 0), hsl(var(--color-floor-light)));
}

@media (min-width: 64rem) {
  .t-banner__figure {
    width: 50%;
    height: 100%;
  }

  .t-banner__figure::after {
    height: 100%;
    width: 50%;
    background: linear-gradient(270deg, hsla(var(--color-floor-light) / 0), hsl(var(--color-floor-light)));
  }
}

.t-banner__content-slideshow .slideshow__item {
  /* set the slideshow height equal to the height of the first slide element  */
  position: absolute;
  height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .t-banner__content-slideshow .slideshow__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.t-banner__content-slideshow .slideshow__item:first-child {
  position: relative;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .t-banner__content-slideshow .slideshow__item:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 32rem) {
  .t-banner__content-slideshow .slideshow__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 64rem) {
  .t-banner__content-slideshow .slideshow__item {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.t-banner__quote {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .t-banner__quote {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.t-banner__quote {
  line-height: 1.58;
  position: relative;
}

.t-banner__quote::before {
  content: '"';
  position: absolute;
  transform: translateX(-1ch);
}

@media (min-width: 64rem) {
  .t-banner__quote {
    text-align: left;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 0px;
    padding-left: 5rem;
  }
}

/* navigation arrows */

.t-banner__control {
  --t-banner-control-gap: 12px;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
}

.t-banner__control:first-of-type {
  transform: translateY(50%) translateX(calc(-100% - var(--t-banner-control-gap) / 2));
}

.t-banner__control:last-of-type {
  transform: translateY(50%) translateX(calc(var(--t-banner-control-gap) / 2));
}

@media (min-width: 64rem) {
  .t-banner__control {
    bottom: 50%;
  }

  .t-banner__control:first-of-type {
    left: 0;
    transform: translateY(50%) translateX(-50%);
  }

  .t-banner__control:last-of-type {
    left: auto;
    right: 0;
    transform: translateY(50%) translateX(50%);
  }
}

.t-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: hsla(var(--color-primary) / 0.95);
  color: hsl(var(--color-white));
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  will-change: transform;
}

.t-banner__btn:hover {
  background-color: hsla(var(--color-primary) / 1);
}

.t-banner__btn:active {
  transform: translateY(2px);
}

.t-banner__btn:focus-visible {
  outline: 2px solid hsl(var(--color-primary));
  outline-offset: 2px;
}

/* -------------------------------- 

File#: _3_video-gallery
Title: Video Gallery
Descr: A list of video previews opening a modal window
Usage: codyhouse.co/license

-------------------------------- */

.video-card__modal-control {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .video-card__modal-control {
    margin-bottom: 1.25rem;
  }
}

.video-card__modal-control:hover .video-card__preview {
  filter: contrast(110%);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.video-card__modal-control:hover .video-card__play-btn::before {
  transform: scale(1.2);
}

.video-card__preview {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: filter 0.3s, box-shadow 0.3s;
}

.video-card__play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--color-white));
}

.video-card__play-btn .icon {
  position: relative;
  z-index: 1;
}

.video-card__play-btn::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background-color: hsla(var(--color-black) / 0.8);
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* light/dark mode display options */

html:not([data-theme="dark"]) .dark\:display,
html[data-theme="dark"] .light\:display {
  display: none !important;
}

/* #endregion */

.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;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-1\/2 {
  left: 50%;
}

.bottom-0 {
  bottom: 0px;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-20 {
  margin-top: 5rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[24px\] {
  height: 24px;
}

.h-full {
  height: 100%;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[20px\] {
  height: 20px;
}

.max-h-full {
  max-height: 100%;
}

.w-\[calc\(100\%_-_2\.5rem\)\] {
  width: calc(100% - 2.5rem);
}

.w-full {
  width: 100%;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[20px\] {
  width: 20px;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-y-100 {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-\[inherit\] {
  border-radius: inherit;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.bg-transparent {
  background-color: transparent;
}

.bg-floor-light {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor-light) / var(--tw-bg-opacity));
}

.bg-floor-dark {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor-dark) / var(--tw-bg-opacity));
}

.bg-contrast-higher {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-higher) / var(--tw-bg-opacity));
}

.bg-black\/90 {
  background-color: hsl(var(--color-black) / 0.9);
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-semibold {
  font-weight: 600;
}

.not-italic {
  font-style: normal;
}

.leading-normal {
  line-height: 1.5;
}

.leading-none {
  line-height: 1;
}

.text-contrast-medium {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity));
}

.text-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--color-accent) / var(--tw-text-opacity));
}

.text-contrast-low {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-low) / var(--tw-text-opacity));
}

.text-floor-dark {
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor-dark) / var(--tw-text-opacity));
}

.text-contrast-higher {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
}

.text-floor {
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-30 {
  opacity: 0.3;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-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);
          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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* overflow */

/* perspective */

/* text shadow */

/* padding of section following flexi-header */

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

/* custom utility classes */

@media (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[calc\(100\%_-_4rem\)\] {
    width: calc(100% - 4rem);
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }
}