﻿
/*!
Theme Name: Latica
Theme URI: http://underscores.me/
Author: Brad Shader
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: latica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Latica is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/**
 * Brand Colors
 */
/**
 * Cover the entire space of the parent container
 * 
 * @param  {bool} $hidden: false 
 * @return {void}
 */
/**
 * Inconsalata Font Mixin
 * 
 * @param  {map} $config
 * @return {void}
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("../../../css2-Inconsolata_InterTightwght300400700_swap.css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

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

.site-wrapper {
  position: absolute;
  top: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

.eyebrow {
  font-family: Inconsolata, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 2px;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  background: var(--primary-sea-salt, #F8FAFC); }

html div:where(.wp-block) {
  max-width: 100% !important;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-out; }
  html div:where(.wp-block):not(.acf-block-preview) {
    background: #f7f7f7; }
  html div:where(.wp-block).is-selected {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5); }
  html div:where(.wp-block):focus {
    border: 1px solid rgba(0, 0, 0, 0.15); }
  html div:where(.wp-block):hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); }
  html div:where(.wp-block) .acf-block-fields.acf-fields {
    max-width: 860px;
    min-height: 120px !important;
    margin: 1rem auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1); }
  html div:where(.wp-block) .acf-fields > .acf-tab-wrap {
    overflow: hidden; }
  html div:where(.wp-block) .acf-block-fields .acf-tab-wrap .acf-tab-group {
    background: #101729;
    border-bottom: 0px solid white;
    padding: 10px 1rem 0px; }
  html div:where(.wp-block) .acf-fields > .acf-tab-wrap .acf-tab-group li a {
    background: #f1f1f1;
    border-width: 0px;
    border-radius: 4px 4px 0 0; }
  html div:where(.wp-block) .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
    background: #ffffff;
    border-width: 0; }
  html div:where(.wp-block) .acf-fields > .acf-field {
    border-top-width: 0px; }
  html div:where(.wp-block) .acf-fields.-sidebar {
    padding: 0 0 0 180px !important; }
  html div:where(.wp-block) .acf-block-fields.acf-fields {
    max-width: 860px;
    min-height: 120px !important;
    margin: 2rem auto; }
  html div:where(.wp-block) .acf-fields.-sidebar:before {
    width: 180px; }
  html div:where(.wp-block) .acf-tab-wrap.-left .acf-tab-group {
    width: 180px; }

.block-list-appender {
  background-color: transparent !important;
  box-shadow: none; }
  .block-list-appender:hover {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25); }

html h1.wp-block:first-of-type {
  border: none; }

.acf-block-component.acf-block-panel {
  display: none; }

.editor-styles-wrapper {
  padding: 1rem 1.5rem 20vh !important; }

.editor-styles-wrapper p {
  line-height: inherit !important; }

[data-aos="latica-default"] {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="latica-default"].aos-animate {
    transform: translateY(0);
    opacity: 1; }

[data-aos="latica-hero"] {
  transform: rotateZ(0);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="latica-hero"].aos-animate {
    transform: rotateZ(2deg);
    opacity: 0.7; }

.wp-admin [data-aos="latica-default"] {
  opacity: 1;
  transform: none; }

section:nth-child(2) {
  transform: translateY(0) !important;
  opacity: 1 !important; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: var(--Secondary-Grape, #7123BE); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn-ghost-gradient, .site-header.sticky .right-nav a:nth-child(2) {
  padding: 12px 32px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #F89B20;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.15s ease-out;
  background: linear-gradient(90deg, rgba(249, 228, 37, 0) 0%, rgba(249, 228, 37, 0) 33.3333%, #f89b20 66.6666%, #f9e425 100%);
  background-size: 300% auto; }
  .btn-ghost-gradient span, .site-header.sticky .right-nav a:nth-child(2) span {
    background: radial-gradient(1512.06% 44.48% at 40.52% 63%, #F89B20 0%, #F9E425 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    font-size: 24px; }
  .btn-ghost-gradient:hover, .site-header.sticky .right-nav a:hover:nth-child(2) {
    background-position: right center;
    /* change the direction of the change here */ }
    .btn-ghost-gradient:hover span, .site-header.sticky .right-nav a:hover:nth-child(2) span {
      color: var(--primary-prussian-blue, #0F172A);
      -webkit-text-fill-color: var(--primary-prussian-blue, #0F172A); }

.btn-ghost, .btn-ghost-white, .right-nav a:nth-child(1), .site-header.sticky .right-nav a:nth-child(1),
.site-header.sticky.light-mode .right-nav a:nth-child(1) {
  padding: 8px 20px;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  border: 2px solid var(--primary-prussian-blue, #0F172A);
  color: var(--primary-prussian-blue, #0F172A);
  border-radius: 100px;
  display: inline-block;
  transition: all 0.15s ease-out; }
  .btn-ghost:hover, .btn-ghost-white:hover, .right-nav a:hover:nth-child(1), .site-header.sticky .right-nav a:hover:nth-child(1) {
    background: var(--primary-prussian-blue, #0F172A);
    color: white; }
  .btn-ghost-white, .right-nav a:nth-child(1), .site-header.sticky .right-nav a:nth-child(1),
  .site-header.sticky.light-mode .right-nav a:nth-child(1) {
    border-color: white;
    color: white; }
    .btn-ghost-white:hover, .right-nav a:hover:nth-child(1), .site-header.sticky .right-nav a:hover:nth-child(1) {
      background: white;
      color: var(--primary-prussian-blue, #0F172A); }

.btn-primary, .btn-primary-lavendar, .btn-primary-white {
  display: inline-block;
  white-space: nowrap;
  border-radius: 100px;
  border: 2px solid var(--primary-prussian-blue, #0F172A);
  background: var(--primary-prussian-blue, #0F172A);
  padding: 8px 20px;
  color: var(--primary-sea-salt, #F8FAFC);
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-out; }
  .btn-primary:hover, .btn-primary-lavendar:hover, .btn-primary-white:hover {
    background: transparent;
    color: var(--primary-prussian-blue, #0F172A); }
  .btn-primary-lavendar {
    border: 2px solid var(--primary-lavendar, #B66CFF);
    background: var(--primary-lavendar, #B66CFF);
    color: var(--primary-prussian-blue, #0F172A); }
    .btn-primary-lavendar:hover {
      background: transparent;
      color: var(--primary-lavendar, #B66CFF); }
  .btn-primary-white {
    border: 2px solid var(--primary-sea-salt, #F8FAFC);
    background: var(--primary-sea-salt, #F8FAFC);
    color: var(--primary-prussian-blue, #0F172A); }
    .btn-primary-white:hover {
      background: transparent;
      color: var(--primary-sea-salt, #F8FAFC); }

.btn-primary.small, .small.btn-primary-lavendar, .small.btn-primary-white,
.btn-primary-lavendar.small,
.btn-primary-white.small {
  font-size: 14px;
  padding: 4px 16px;
  display: inline-block; }

.btn-secondary, .btn-secondary-white {
  display: inline-block;
  white-space: nowrap;
  color: var(--primary-indigo, #4A0B86);
  font-family: Inconsolata, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.54px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-out; }
  .btn-secondary::after, .btn-secondary-white::after {
    font-family: 'Material Symbols Outlined';
    content: "arrow_right_alt";
    font-size: 20px;
    position: absolute;
    margin-left: 0.5rem;
    transition: all 0.15s ease-out; }
  .btn-secondary:hover::after, .btn-secondary-white:hover::after {
    transform: translateX(0.25rem); }
  .btn-secondary-white {
    color: var(--primary-sea-salt, #F8FAFC); }

.read-more {
  color: var(--Secondary-Grape, #7123BE);
  display: inline-block;
  font-family: Inconsolata;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.54px;
  text-decoration: none;
  text-transform: uppercase; }
  .read-more:after {
    font-family: 'Material Symbols Outlined';
    content: "arrow_right_alt";
    font-size: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 0.25rem;
    transition: all 0.25s ease-out; }
  .read-more:hover::after {
    transform: translateX(0.5rem); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container, .platform .card-container {
  max-width: 1362px;
  margin: auto;
  padding: 0 1rem; }

.site-header {
  transition: all 0.25s ease-out;
  background: rgba(15, 23, 42, 0);
  height: 80px;
  margin-bottom: -80px;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999; }
  @media screen and (min-width: 1024px) {
    .site-header {
      top: 0;
      margin-bottom: -208px;
      background: rgba(15, 23, 42, 0);
      height: auto; } }
  .site-header.sticky {
    background: #0f172a; }
  .site-header .container, .site-header .platform .card-container, .platform .site-header .card-container {
    padding: 0;
    transition: all 0.25s ease-out; }
    @media screen and (min-width: 1024px) {
      .site-header .container, .site-header .platform .card-container, .platform .site-header .card-container {
        padding: 40px 1rem;
        display: flex;
        align-items: center;
        gap: 40px; } }
  .site-header .site-branding {
    min-width: 106px;
    max-width: 125px;
    position: relative;
    z-index: 20;
    margin-left: 1rem;
    padding: 26px 0; }
    @media screen and (min-width: 1024px) {
      .site-header .site-branding {
        max-width: none;
        margin-top: 7px;
        width: 100%;
        margin: 0;
        max-width: 180px;
        padding: 0; } }
    .site-header .site-branding #logo-light-mode {
      display: none; }
  .site-header a {
    color: white; }
  .site-header span {
    color: white; }

.site-header.light-mode {
  margin-bottom: 0; }
  .site-header.light-mode.sticky {
    margin-bottom: 0; }
  .site-header.light-mode .site-branding #logo-light-mode {
    display: block; }
  .site-header.light-mode .site-branding #logo-dark-mode {
    display: none; }

.site-header.sticky .site-branding #logo-light-mode {
  display: none; }

.site-header.sticky .site-branding #logo-dark-mode {
  display: block; }

.site-header.sticky .btn-primary, .site-header.sticky .btn-primary-lavendar, .site-header.sticky .btn-primary-white {
  background: transparent;
  border-color: #F89B20;
  color: #F89B20; }

.site-header.toggled .site-branding #logo-light-mode {
  display: none; }

.site-header.toggled .site-branding #logo-dark-mode {
  display: block; }

.site-footer {
  width: 100%;
  background: var(--neutrals-rich-black, #061322);
  color: var(--neutrals-white, #FFF);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */ }
  .site-footer .container, .site-footer .platform .card-container, .platform .site-footer .card-container {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-items: normal; }
    @media screen and (min-width: 1024px) {
      .site-footer .container, .site-footer .platform .card-container, .platform .site-footer .card-container {
        gap: 160px;
        flex-direction: row;
        padding: 120px 1rem;
        gap: 80px; } }
  .site-footer .site-info {
    flex: 1 1 0;
    max-width: 320px; }
    .site-footer .site-info .logo {
      max-width: 220px; }
    .site-footer .site-info .btn-secondary, .site-footer .site-info .btn-secondary-white {
      font-size: 20px;
      margin-bottom: 40px; }
    .site-footer .site-info .social a {
      display: inline-block;
      margin-right: 20px; }
      .site-footer .site-info .social a img {
        height: 22px;
        filter: brightness(0) saturate(0%) invert(100%) sepia(0%) saturate(3878%) hue-rotate(236deg) brightness(104%) contrast(101%);
        transition: all 0.15s ease; }
      .site-footer .site-info .social a:hover img {
        filter: brightness(0) saturate(100%) invert(56%) sepia(89%) saturate(3878%) hue-rotate(236deg) brightness(104%) contrast(101%); }
  .site-footer .footer-nav {
    flex: 1 1 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .site-footer .footer-nav {
        flex-direction: row;
        gap: 60px; } }
    .site-footer .footer-nav .col:nth-child(1) {
      order: 2; }
    .site-footer .footer-nav .col:nth-child(2) {
      order: 3; }
    .site-footer .footer-nav .col:nth-child(3) {
      order: 4; }
    .site-footer .footer-nav .col:nth-child(4) {
      order: 5; }
    .site-footer .footer-nav .col:nth-child(5) {
      order: 1; }
    @media screen and (min-width: 1024px) {
      .site-footer .footer-nav .col:nth-child(1) {
        order: 1; }
      .site-footer .footer-nav .col:nth-child(2) {
        order: 2; }
      .site-footer .footer-nav .col:nth-child(3) {
        order: 3; }
      .site-footer .footer-nav .col:nth-child(4) {
        order: 4; }
      .site-footer .footer-nav .col:nth-child(5) {
        order: 5; } }
    .site-footer .footer-nav span {
      color: var(--neutrals-white, #FFF);
      /* Text/lg/Bold */
      font-family: Inter Tight, sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      /* 155.556% */
      margin: 0 0 8px 0;
      display: inline-block; }
    .site-footer .footer-nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .site-footer .footer-nav ul li a {
        color: var(--Neutrals-Slate-200, #E2E8F0);
        font-family: Inter Tight;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        /* 114.286% */
        text-decoration: none;
        transition: all 0.15s ease; }
        .site-footer .footer-nav ul li a:hover {
          color: var(--primary-lavendar, #B66CFF); }
  .site-footer .legal-container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-top: 1px solid white;
    gap: 20px;
    font-size: 1rem; }
    @media screen and (min-width: 1024px) {
      .site-footer .legal-container {
        gap: 40px;
        padding: 40px 1rem; } }
    .site-footer .legal-container p {
      margin: 0; }
    .site-footer .legal-container .legal-nav a {
      color: white;
      text-decoration: none; }
      .site-footer .legal-container .legal-nav a:hover {
        color: var(--primary-lavendar, #B66CFF); }
      .site-footer .legal-container .legal-nav a::after {
        content: '|';
        display: inline-block;
        padding: 0 0.15rem; }
      .site-footer .legal-container .legal-nav a:last-child::after {
        display: none; }
  .site-footer span {
    color: white; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: transparent;
  top: 0;
  left: 0;
  padding: 36px 0;
  flex-direction: column;
  transition: all 0.25s ease-out;
  display: grid;
  grid-template-columns: 106px 1fr 52px;
  gap: 40px; }
  @media screen and (min-width: 1024px) {
    .main-navigation {
      display: block;
      position: relative;
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between;
      align-items: center; } }
  .main-navigation .menu-toggle {
    align-self: center;
    width: 36px;
    height: 26px;
    position: absolute;
    background: transparent;
    border: 0;
    outline: none;
    transition: all 0.25s ease-out;
    right: 1rem;
    top: 22px; }
    .main-navigation .menu-toggle span {
      width: 36px;
      height: 4px;
      position: absolute;
      background: var(--Primary-Sea-Salt, var(--Primary-Sea-Salt, #F8FAFC));
      left: 0;
      transition: all 0.25s ease-out; }
      .main-navigation .menu-toggle span:first-child {
        top: 0; }
      .main-navigation .menu-toggle span:nth-child(2) {
        transform: translateY(-75%); }
      .main-navigation .menu-toggle span:last-child {
        bottom: 0; }
    .main-navigation .menu-toggle[aria-expanded="true"] {
      transform: translateX(8px); }
      .main-navigation .menu-toggle[aria-expanded="true"] span:first-child {
        transform: rotate(45deg) translateY(16px); }
      .main-navigation .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0; }
      .main-navigation .menu-toggle[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg) translateY(-16px); }
  .main-navigation .menu-main-menu-container {
    grid-column-start: 1;
    grid-column-end: 4;
    position: absolute;
    top: 0;
    padding: 80px 0 40px;
    width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-out;
    background: transparent;
    z-index: -1;
    transform: translateY(-50px);
    max-height: 100vh;
    overflow: scroll; }
    @media (max-width: 600px) {
      .main-navigation .menu-main-menu-container {
        max-width: 100vw; } }
    @media screen and (min-width: 1024px) {
      .main-navigation .menu-main-menu-container {
        transform: none;
        position: relative;
        padding: 0;
        overflow: visible; } }
    .main-navigation .menu-main-menu-container li.menu-item {
      position: relative;
      transform: translateY(-50px);
      opacity: 0;
      transition: opacity 0.5s ease-out, transform 0.5s ease-out, background-color 0.1s ease-out;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0.75rem 0; }
      .main-navigation .menu-main-menu-container li.menu-item:nth-child(1) {
        transition-delay: 100ms; }
      .main-navigation .menu-main-menu-container li.menu-item:nth-child(2) {
        transition-delay: 200ms; }
      .main-navigation .menu-main-menu-container li.menu-item:nth-child(3) {
        transition-delay: 300ms; }
      .main-navigation .menu-main-menu-container li.menu-item:nth-child(4) {
        transition-delay: 400ms; }
      .main-navigation .menu-main-menu-container li.menu-item.has-dropdown {
        border-radius: 4px 4px 0 0; }
      .main-navigation .menu-main-menu-container li.menu-item .dropdown {
        width: 100%;
        display: block;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        border-radius: 0 4px 4px 4px;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%; }
      .main-navigation .menu-main-menu-container li.menu-item.expanded .dropdown {
        max-height: 99em;
        transition: max-height 1s ease-in-out; }
      .main-navigation .menu-main-menu-container li.menu-item.expanded .mobile-expand {
        transform: rotate(180deg); }
      .main-navigation .menu-main-menu-container li.menu-item .dropdown .column {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 20px 0; }
      .main-navigation .menu-main-menu-container li.menu-item .dropdown ul.col-items {
        display: flex;
        flex-direction: column;
        gap: 1rem; }
      .main-navigation .menu-main-menu-container li.menu-item .col-title {
        color: var(--Primary-Sea-Salt, var(--Primary-Sea-Salt, #F8FAFC));
        font-size: 16px;
        white-space: nowrap; }
      .main-navigation .menu-main-menu-container li.menu-item .submenu-item a span {
        color: var(--Neutrals-Slate-400, #94A3B8);
        font-family: Inter Tight;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.15;
        transition: all 0.25s ease-out; }
      .main-navigation .menu-main-menu-container li.menu-item .submenu-item .submenu-icon {
        height: 28px;
        margin-right: 0.5rem; }
      @media screen and (min-width: 1024px) {
        .main-navigation .menu-main-menu-container li.menu-item {
          flex-wrap: nowrap;
          transform: none;
          opacity: 1;
          transition-delay: 0ms !important;
          padding: 0.25rem 0.5rem;
          margin-right: 0.5rem; }
          .main-navigation .menu-main-menu-container li.menu-item.has-dropdown a.has-arrow::after {
            font-family: 'Material Symbols Outlined';
            content: "expand_more";
            font-size: 16px;
            display: inline-block;
            margin-left: 0.25rem;
            transition: all 0.15s ease-out;
            transform: translateY(1px) scale(1.25);
            transition: all 0.25s ease-out; }
          .main-navigation .menu-main-menu-container li.menu-item .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            padding: 32px;
            opacity: 0;
            pointer-events: none;
            transition: all 0.1s ease-out;
            background: var(--primary-prussian-blue, #0F172A);
            width: max-content;
            max-height: unset;
            gap: 36px;
            flex-direction: row; }
          .main-navigation .menu-main-menu-container li.menu-item .dropdown .column {
            flex: 1 0 auto;
            padding: 0; }
          .main-navigation .menu-main-menu-container li.menu-item .dropdown a {
            display: flex;
            align-items: center;
            padding: 4px 6px;
            border-radius: 4px;
            transition: all 0.25s ease-out;
            white-space: nowrap; }
          .main-navigation .menu-main-menu-container li.menu-item .dropdown a:hover,
          .main-navigation .menu-main-menu-container li.menu-item .dropdown a:focus {
            background: rgba(0, 0, 0, 0.2);
            color: var(--Primary-Sea-Salt, #F8FAFC); }
          .main-navigation .menu-main-menu-container li.menu-item .dropdown a:hover span,
          .main-navigation .menu-main-menu-container li.menu-item .dropdown a:focus span {
            color: var(--Primary-Sea-Salt, #F8FAFC); } }
    .main-navigation .menu-main-menu-container button.mobile-expand {
      font-family: 'Material Symbols Outlined';
      display: inline-block;
      color: var(--Primary-Sea-Salt, #F8FAFC);
      font-size: 1.5rem;
      border-left: 1px solid var(--Primary-Sea-Salt, #F8FAFC);
      background: rgba(0, 0, 0, 0.2);
      border: 0;
      padding: 0.5rem;
      border-radius: 4px;
      transition: all 0.25s ease-out; }
      @media screen and (min-width: 1024px) {
        .main-navigation .menu-main-menu-container button.mobile-expand {
          display: none; } }
    .main-navigation .menu-main-menu-container li.has-dropdown.focus,
    .main-navigation .menu-main-menu-container li.has-dropdown:hover {
      background: var(--primary-prussian-blue, #0F172A); }
      .main-navigation .menu-main-menu-container li.has-dropdown.focus a.has-arrow::after,
      .main-navigation .menu-main-menu-container li.has-dropdown:hover a.has-arrow::after {
        font-size: 16px;
        transform: rotateX(180deg) translateY(2px) scale(1.25); }
      .main-navigation .menu-main-menu-container li.has-dropdown.focus .dropdown,
      .main-navigation .menu-main-menu-container li.has-dropdown:hover .dropdown {
        opacity: 1;
        pointer-events: auto; }
  .main-navigation.toggled .menu-main-menu-container {
    background: var(--primary-prussian-blue, #0F172A);
    transform: translateY(0); }
    .main-navigation.toggled .menu-main-menu-container li.menu-item {
      transform: translateY(0);
      opacity: 1; }
  .main-navigation ul#primary-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 530px;
    padding: 0 1rem;
    margin-top: 2rem;
    pointer-events: none;
    opacity: 0;
    transition: all 0.25s ease-out; }
    @media screen and (min-width: 1024px) {
      .main-navigation ul#primary-menu {
        opacity: 1;
        padding: 0;
        margin: 0;
        flex-direction: row;
        pointer-events: auto;
        background: transparent; } }
  .main-navigation.toggled ul#primary-menu {
    opacity: 1;
    pointer-events: auto; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation a {
    display: flex;
    text-decoration: none;
    font-size: 1.5rem; }
    @media screen and (min-width: 1024px) {
      .main-navigation a {
        font-size: 18px; } }
  .main-navigation .right-nav {
    display: none; }
    @media screen and (min-width: 1024px) {
      .main-navigation .right-nav {
        display: flex;
        gap: 48px;
        align-items: center; } }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-header.light-mode {
  margin-bottom: 0; }
  .site-header.light-mode .main-navigation .menu-toggle[aria-expanded="false"] span {
    background-color: var(--Primary-Prussian-Blue, #0F172A); }
  @media screen and (min-width: 1024px) {
    .site-header.light-mode {
      position: relative; }
      .site-header.light-mode .container, .site-header.light-mode .platform .card-container, .platform .site-header.light-mode .card-container {
        padding: 0 1rem; }
      .site-header.light-mode a:not(.btn-primary):not(.btn-primary-lavendar):not(.btn-primary-white),
      .site-header.light-mode span {
        color: var(--Primary-Prussian-Blue, #0F172A); }
      .site-header.light-mode li.menu-item:hover > a {
        color: var(--primary-sea-salt, #F8FAFC) !important; }
      .site-header.light-mode .right-nav a:nth-child(1) {
        border-color: var(--Primary-Prussian-Blue, #0F172A); }
        .site-header.light-mode .right-nav a:nth-child(1):hover {
          background: var(--Primary-Prussian-Blue, #0F172A); }
          .site-header.light-mode .right-nav a:nth-child(1):hover span {
            color: var(--primary-sea-salt, #F8FAFC) !important; }
      .site-header.light-mode .right-nav a:nth-child(2) span {
        color: var(--primary-sea-salt, #F8FAFC) !important; }
      .site-header.light-mode .right-nav a:nth-child(2):hover span {
        color: var(--Primary-Prussian-Blue, #0F172A) !important; } }

.right-nav a:nth-child(1):hover span {
  color: var(--Primary-Prussian-Blue, #0F172A); }

.right-nav a:nth-child(2) {
  display: inline-block;
  white-space: nowrap;
  border-radius: 100px;
  border: 2px solid var(--primary-prussian-blue, #0F172A);
  background: var(--primary-prussian-blue, #0F172A);
  padding: 8px 20px;
  color: var(--primary-sea-salt, #F8FAFC);
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-out; }
  .right-nav a:nth-child(2):hover {
    background: var(--primary-sea-salt, #F8FAFC); }
    .right-nav a:nth-child(2):hover span {
      color: var(--primary-prussian-blue, #0F172A); }
  .right-nav a:nth-child(2):hover span {
    color: var(--Primary-Prussian-Blue, #0F172A); }

.home .right-nav a:nth-child(2) {
  display: none !important; }

@media screen and (min-width: 1024px) {
  .site-header.sticky {
    position: sticky;
    background: #0f172a;
    top: 0;
    z-index: 9999;
    margin-bottom: -128px; }
    .site-header.sticky .container, .site-header.sticky .platform .card-container, .platform .site-header.sticky .card-container {
      padding: 0 1rem; } }

.site-header.sticky .main-navigation .menu-toggle[aria-expanded="false"] span {
  background-color: white; }

.site-header.sticky .menu-item a {
  color: white !important; }

.site-header.sticky .right-nav a:nth-child(1),
.site-header.sticky.light-mode .right-nav a:nth-child(1) {
  padding: 8px 20px;
  color: white !important; }
  .site-header.sticky .right-nav a:nth-child(1) span,
  .site-header.sticky.light-mode .right-nav a:nth-child(1) span {
    color: white !important; }
  .site-header.sticky .right-nav a:nth-child(1):hover,
  .site-header.sticky.light-mode .right-nav a:nth-child(1):hover {
    background: white; }
  .site-header.sticky .right-nav a:nth-child(1):hover span,
  .site-header.sticky.light-mode .right-nav a:nth-child(1):hover span {
    color: var(--Primary-Prussian-Blue, #0F172A) !important; }

.site-header.sticky .right-nav a:nth-child(2) {
  padding: 8px 20px; }
  .site-header.sticky .right-nav a:nth-child(2) span {
    font-size: 18px;
    white-space: nowrap;
    background: none;
    background-clip: unset;
    color: #F89B20;
    -webkit-text-fill-color: #F89B20; }
  .site-header.sticky .right-nav a:nth-child(2):hover {
    background: #F89B20; }
    .site-header.sticky .right-nav a:nth-child(2):hover span {
      color: var(--Primary-Prussian-Blue, #0F172A) !important; }

/* Posts and pages
--------------------------------------------- */
.post-content {
  max-width: 900px;
  padding: 1rem;
  margin: 80px auto;
  color: var(--Neutrals-Slate-700, #334155);
  font-family: Inter Tight;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */ }
  .post-content .post-thumbnail {
    margin: 2rem auto; }

h1 {
  color: var(--Neutrals-Slate-700, #334155);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  /* 125% */
  letter-spacing: -0.96px;
  margin: 0; }

h2 {
  color: var(--Neutrals-Slate-700, #334155);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */ }

p {
  margin: 0.75rem 0; }

.date {
  display: block;
  color: var(--Neutrals-Slate-700, #334155);
  font-size: 16px;
  font-weight: 600; }

blockquote {
  padding: 8px 20px;
  margin: 40px auto;
  max-width: 720px;
  border-left: 2px solid var(--Secondary-Grape, #7123BE); }
  blockquote p {
    margin: 0 0 32px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    /* 160% */ }
  blockquote cite {
    font-size: 16px;
    font-weight: 700;
    font-style: normal; }
    blockquote cite::before {
      content: '— '; }

figure.wp-block-image {
  text-align: center;
  margin: 40px auto; }

thead {
  border-color: black !important; }
  thead tr th {
    background: black;
    color: white;
    border: black !important; }

.entry-footer {
  font-size: 18px;
  background: var(--Neutrals-Slate-100, #F1F5F9);
  padding: 40px;
  margin: 40px 0 120px 0; }
  .entry-footer h2 {
    margin: 0; }

.post-password-form {
  padding: 8rem 1rem 12rem !important;
  max-width: 1362px !important; }
  .post-password-form p {
    font-size: 1.25rem; }
  .post-password-form input[type="password"] {
    padding: 8px 18px !important;
    font-family: Inter Tight !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 32px !important;
    border: 1px solid var(--Neutrals-Slate-500, #64748B) !important;
    border-radius: 0 !important; }
  .post-password-form input[type='submit'] {
    padding: 8px 20px !important;
    position: relative !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: 2px solid var(--primary-prussian-blue, #0F172A) !important;
    color: var(--primary-prussian-blue, #0F172A) !important;
    cursor: pointer;
    border-radius: 100px !important;
    display: inline-block !important;
    font-family: Inter Tight, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    text-decoration: none !important;
    transition: all 0.15s ease-out !important;
    min-height: 48px !important;
    margin-left: auto !important; }
    .post-password-form input[type='submit']:hover {
      background: var(--primary-prussian-blue, #0F172A) !important;
      color: white !important; }

.recommended h2 {
  color: var(--Neutrals-Slate-700, #334155);
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  /* 133.333% */ }

.recommended .posts-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 40px 0; }
  @media screen and (min-width: 900px) {
    .recommended .posts-container {
      flex-direction: row; } }

.recommended .posts-item {
  border-top: 1px solid var(--Slate-700, #374151);
  padding: 24px 0; }
  .recommended .posts-item .meta {
    color: var(--Primary-Indigo, #4A0B86);
    font-family: Inconsolata;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 1.28px;
    text-transform: uppercase; }
  .recommended .posts-item .excerpt {
    color: var(--Slate-700, #374151);
    font-family: "Inter Tight";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    /* 160% */ }

#primary > *:not(section) {
  max-width: 900px;
  margin: auto;
  padding: 0 1rem; }

#primary > div.elementor {
  max-width: 100% !important;
  padding: 0 !important; }

#primary > p {
  font-size: 1.15rem;
  line-height: 1.25;
  margin-bottom: 1.5rem; }

.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }
  .page-content li,
  .entry-content li,
  .entry-summary li {
    margin-bottom: 16px; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 80vw;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.flex {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .flex {
      flex-direction: row; } }

.blend-overlay {
  mix-blend-mode: overlay; }

.blend-lighten {
  mix-blend-mode: lighten; }

/* Blocks
--------------------------------------------- */
/**
 * Background Color for Lead-in section on science page
 */
.page-id-695 section.lead-in {
  background: var(--Neutrals-Slate-100, #F1F5F9); }

.page-id-695 section.features {
  padding: 5rem;
  margin: 0; }
  .page-id-695 section.features .lead-in {
    margin: 0 auto; }
  .page-id-695 section.features .intro {
    color: var(--Neutrals-Black, #000);
    font-family: "Inter Tight";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: -0.72px; }
    .page-id-695 section.features .intro strong {
      font-weight: 700; }
  .page-id-695 section.features .card-container {
    margin-top: 5rem; }
    .page-id-695 section.features .card-container .card {
      flex: 0 0 30%; }

.accordions {
  padding: 60px 0; }
  .accordions > .container, .platform .accordions > .card-container {
    max-width: 900px; }
  .accordions__title {
    color: var(--Neutrals-Black, #000);
    font-family: "Inter Tight";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem; }
    .accordions__title strong {
      font-weight: 700; }
  .accordions__image {
    margin-bottom: 5rem; }

.accordions__container .accordion__panel {
  margin: 0; }

.accordions__container .accordion__item-container {
  border-radius: 0.5rem; }

.accordions__container .accordion__item-title {
  color: var(--Neutrals-Black, #000);
  font-family: "Inter Tight";
  font-size: 48px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: 1.25rem; }

.accordions__container .accordion__panel.ac {
  border: 0; }

.accordions__container .accordion__panel:first-child > .accordion__panel-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.accordions__container .accordion__panel:last-child > .accordion__panel-header {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.accordions__container .accordion__panel:last-child .accordion__panel-header {
  border-bottom: 0; }

.accordions__container .accordion__panel-header {
  padding: 0.5rem 2rem;
  background-color: #1e293b;
  color: var(--Primary-Sea-Salt, #F8FAFC);
  font-family: "Inter Tight";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  border-bottom: 1px solid var(--Primary-Lavendar, #B66CFF); }

.accordions__container .accordion__panel-content {
  padding: 0 2rem;
  background: var(--Primary-Sea-Salt, #F8FAFC);
  color: var(--Primary-Prussian-Blue, #0F172A);
  font-family: "Inter Tight";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55; }
  .accordions__container .accordion__panel-content .content {
    padding: 2rem 0; }
  .accordions__container .accordion__panel-content ul {
    margin: 0;
    padding-left: 1.25rem; }

.case-study {
  background: url("img/bg-dots.svg"), radial-gradient(90.94% 80.78% at 75.07% -36.78%, #9B5DD8 0%, #101729 100%);
  background-blend-mode: normal;
  border-radius: 8px;
  padding: 2rem 1rem;
  margin: 40px 1rem;
  background-size: 900px, auto;
  background-repeat: no-repeat;
  background-position: 100% 0; }
  @media screen and (min-width: 1024px) {
    .case-study {
      padding: 80px; } }
  .case-study .eyebrow {
    display: block;
    color: var(--Primary-Lavendar, var(--Primary-Lavendar, #B66CFF));
    font-family: Inconsolata;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  .case-study h2.heading {
    color: var(--Secondary-Amber, var(--Secondary-Amber, #F8BB23));
    font-family: Inter Tight;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -1.2px;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .case-study h2.heading {
        font-size: 60px;
        line-height: 72px;
        /* 120% */ } }
  .case-study p.subheading {
    color: var(--Neutrals-Slate-300, #CBD5E1);
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    margin: 0 0 60px 0; }
  .case-study .problem-solution {
    display: flex;
    gap: 9rem;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .case-study .problem-solution {
        flex-direction: row; } }
  .case-study .left {
    color: var(--Primary-Sea-Salt, var(--Primary-Sea-Salt, #F8FAFC));
    font-family: Inter Tight;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */ }
    .case-study .left .problem-content {
      margin-bottom: 4rem; }
    .case-study .left h3 {
      color: var(--Primary-Sea-Salt, var(--Primary-Sea-Salt, #F8FAFC));
      font-family: Inter Tight;
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      /* 133.333% */
      margin: 0 0 1rem 0; }
  .case-study .right {
    padding: 2rem;
    border-radius: 4px;
    background: var(--Primary-Sea-Salt, #F8FAFC); }
    @media screen and (min-width: 1024px) {
      .case-study .right {
        padding: 60px; } }
    .case-study .right h3 {
      color: var(--Primary-Prussian-Blue, #0F172A);
      font-family: Inter Tight;
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      /* 133.333% */
      margin: 0; }
    .case-study .right a {
      color: var(--secondary-grape, #7123BE); }
  .case-study .solution {
    font-size: 18px; }
    .case-study .solution strong {
      color: var(--primary-indigo, #4A0B86);
      font-weight: 700;
      line-height: 40px;
      /* 133.333% */ }
  .case-study .logos-container {
    display: flex;
    gap: 2rem; }
    .case-study .logos-container .logo {
      height: 44px; }

.checklist {
  margin: 120px 0; }
  .checklist .container, .checklist .platform .card-container, .platform .checklist .card-container {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media screen and (min-width: 1024px) {
      .checklist .container, .checklist .platform .card-container, .platform .checklist .card-container {
        flex-direction: row; } }
    .checklist .container > div, .checklist .platform .card-container > div, .platform .checklist .card-container > div {
      flex: 1 1 0; }
  .checklist h2 {
    font-family: Inter Tight;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1.2px;
    background: var(--Gradient-Radial-Indigo, radial-gradient(47.37% 47.34% at 30.18% 57.01%, #5B4EF3 0%, #422B93 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 0.5rem 0; }
    @media screen and (min-width: 1024px) {
      .checklist h2 {
        font-size: 60px; } }
  .checklist .content {
    font-size: 20px; }
    .checklist .content p {
      margin: 0 0 1rem 0; }
  .checklist p.list-heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    max-width: 500px; }
  .checklist ul.checklist-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.25rem; }
    .checklist ul.checklist-items li {
      position: relative;
      font-size: 20px;
      padding-left: 32px; }
    .checklist ul.checklist-items li::before {
      display: block;
      font-family: 'Material Symbols Outlined';
      content: 'task_alt';
      color: var(--secondary-grape, #7123BE);
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0; }

.contact-info {
  margin: 80px auto; }
  .contact-info .container, .contact-info .platform .card-container, .platform .contact-info .card-container {
    display: flex;
    gap: 80px;
    max-width: 960px; }
  .contact-info .social a {
    display: inline-block;
    margin-right: 20px; }
    .contact-info .social a img {
      filter: invert(1); }
  .contact-info .address {
    min-width: 200px;
    color: var(--Neutrals-Black, #000);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; }
    .contact-info .address strong {
      margin-bottom: 0.25rem;
      display: block; }
  .contact-info .form {
    width: 100%;
    min-width: 60%;
    max-width: 720px;
    background: white;
    padding: 20px 40px 40px 40px; }
    .contact-info .form .gform_heading .gform_title {
      display: none; }
    .contact-info .form .gfield_label {
      color: var(--Primary-Prussian-Blue, #0F172A);
      font-family: "Inter Tight";
      font-size: 18px;
      font-weight: 400;
      line-height: 32px;
      /* 160% */ }
    .contact-info .form input,
    .contact-info .form select,
    .contact-info .form textarea {
      min-height: 52px !important;
      padding: 14px 18px !important;
      color: var(--Primary-Prussian-Blue, #0F172A) !important;
      font-family: Inter Tight !important;
      font-size: 18px !important;
      font-style: normal !important;
      font-weight: 300 !important;
      line-height: 32px !important;
      border: 1px solid var(--Neutrals-Slate-500, #64748B) !important;
      border-radius: 0 !important; }
    .contact-info .form input[type='submit'] {
      padding: 8px 20px !important;
      position: relative !important;
      box-sizing: border-box !important;
      background: transparent !important;
      border: 2px solid var(--primary-prussian-blue, #0F172A) !important;
      color: var(--primary-prussian-blue, #0F172A) !important;
      border-radius: 100px !important;
      display: inline-block !important;
      font-family: Inter Tight, sans-serif !important;
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 28px !important;
      text-decoration: none !important;
      transition: all 0.15s ease-out !important;
      min-height: 48px !important;
      margin-left: auto !important; }
      .contact-info .form input[type='submit']:hover {
        background: var(--primary-prussian-blue, #0F172A) !important;
        color: white !important; }

.content-with-columns {
  padding: 5rem 0;
  scroll-margin-top: 120px; }
  .content-with-columns .container > .content, .content-with-columns .platform .card-container > .content, .platform .content-with-columns .card-container > .content {
    color: #000;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 133.333% */ }
    @media screen and (max-width: 1024px) {
      .content-with-columns .container > .content, .content-with-columns .platform .card-container > .content, .platform .content-with-columns .card-container > .content {
        font-size: 1.25rem; } }
    .content-with-columns .container > .content h1, .content-with-columns .platform .card-container > .content h1, .platform .content-with-columns .card-container > .content h1 {
      font-size: 60px;
      font-weight: 300;
      line-height: 1.2;
      /* 120% */
      letter-spacing: -1.2px;
      background: var(--Gradient-Radial-Dark-Purple, radial-gradient(155.79% 155.78% at 58.65% 96.94%, #4A2A6D 0%, #403CD0 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1024px) {
        .content-with-columns .container > .content h1, .content-with-columns .platform .card-container > .content h1, .platform .content-with-columns .card-container > .content h1 {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        .content-with-columns .container > .content h1, .content-with-columns .platform .card-container > .content h1, .platform .content-with-columns .card-container > .content h1 {
          font-size: 2.5rem; } }
    .content-with-columns .container > .content p, .content-with-columns .platform .card-container > .content p, .platform .content-with-columns .card-container > .content p {
      padding: 0 7.5rem 4rem 7.5rem; }
      @media screen and (max-width: 1024px) {
        .content-with-columns .container > .content p, .content-with-columns .platform .card-container > .content p, .platform .content-with-columns .card-container > .content p {
          padding: 0 0 2.5rem 0; } }
  .content-with-columns .columns__container {
    display: flex;
    flex-direction: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem; }
    @media screen and (max-width: 1024px) {
      .content-with-columns .columns__container {
        display: block; } }
    .content-with-columns .columns__container .column__item {
      flex: 1;
      border-radius: 8px;
      padding: 36px;
      background: var(--neutrals-pure-white, #FFF);
      box-shadow: 0px 0px 20px 0px rgba(100, 116, 139, 0.22); }
      @media screen and (max-width: 1024px) {
        .content-with-columns .columns__container .column__item {
          max-width: 40rem;
          margin: 0 auto 1.5rem auto; }
          .content-with-columns .columns__container .column__item:last-child {
            margin-bottom: 0; } }
      .content-with-columns .columns__container .column__item .content {
        text-align: left;
        color: #475569;
        font-family: "Inter Tight";
        font-size: 18px;
        line-height: 28px; }
        @media screen and (max-width: 1024px) {
          .content-with-columns .columns__container .column__item .content {
            text-align: center; } }
        .content-with-columns .columns__container .column__item .content h4 {
          color: #F8BB23;
          font-size: 30px;
          font-weight: 300;
          margin: 0 0 1.5rem 0; }
          @media screen and (max-width: 1024px) {
            .content-with-columns .columns__container .column__item .content h4 {
              margin: 0 0 1rem; } }

.content-with-image {
  padding: 0 0 5rem; }
  .content-with-image .content {
    color: #000;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 133.333% */ }
    .content-with-image .content h2 {
      font-size: 60px;
      font-weight: 300;
      line-height: 1.2;
      /* 120% */
      letter-spacing: -1.2px;
      background: var(--Gradient-Radial-Dark-Purple, radial-gradient(155.79% 155.78% at 58.65% 96.94%, #4A2A6D 0%, #403CD0 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1024px) {
        .content-with-image .content h2 {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        .content-with-image .content h2 {
          font-size: 2.5rem; } }
  .content-with-image .image__container {
    width: 100%;
    max-width: 64rem;
    margin: 1.5rem auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
    .content-with-image .image__container img {
      margin: auto; }

.cta {
  margin: 80px 4px;
  background: var(--primary-prussian-blue, #0F172A); }
  @media screen and (min-width: 1024px) {
    .cta {
      background: url("img/dots.svg"), var(--primary-prussian-blue, #0F172A);
      background-repeat: repeat-y;
      background-position: 95%;
      margin: 80px 1rem; } }
  .cta .container, .cta .platform .card-container, .platform .cta .card-container {
    padding: 4rem 2rem;
    display: flex;
    gap: 75px;
    max-width: 1055px;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .cta .container, .cta .platform .card-container, .platform .cta .card-container {
        padding: 120px 40px;
        flex-direction: row; } }
  .cta .content {
    flex: 1 1 0; }
  .cta h2 {
    color: var(--primary-lavendar, var(--primary-lavendar, #B66CFF));
    font-family: Inter Tight, sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: -1.44px;
    margin: 0 0 1rem 0; }
    @media screen and (min-width: 1024px) {
      .cta h2 {
        font-size: 72px;
        line-height: 80px; } }
  .cta p {
    color: var(--primary-sea-salt, #F8FAFC);
    /* Text/2xl/Regular */
    font-family: Inter Tight, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    margin: 0 0 1rem 0; }
  .cta .image {
    position: relative;
    flex: 1 1 0; }
    .cta .image::before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      transform: translate(-14px, 6px);
      border-radius: 4px;
      border: 1px solid #B66CFF; }
    .cta .image img {
      position: relative;
      border-radius: 4px; }

.featured-posts {
  max-width: 900px;
  margin: 80px auto; }
  .featured-posts .posts-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 1024px) {
      .featured-posts .posts-container {
        grid-template-columns: 1fr 1fr; } }
  .featured-posts .post-item {
    display: flex;
    position: relative;
    flex-direction: column;
    color: var(--Gray-900, #101828);
    font-family: Inter Tight, sans-serif;
    text-decoration: none;
    transition: all 0.15s ease-out; }
    .featured-posts .post-item .post-img {
      width: 100%;
      max-height: 250px;
      overflow: hidden;
      margin-bottom: 0.5rem; }
      .featured-posts .post-item .post-img img {
        min-width: 100%;
        width: 100%; }
    .featured-posts .post-item:first-child .post-img {
      max-height: 350px;
      margin-bottom: 0; }
      .featured-posts .post-item:first-child .post-img img {
        height: 350px; }
    .featured-posts .post-item .meta {
      color: var(--Slate-700, #374151);
      font-family: Inconsolata;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      /* 142.857% */ }
    .featured-posts .post-item .title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25;
      margin: 0.5rem 0; }
    .featured-posts .post-item .excerpt {
      color: var(--Gray-600, #475467);
      font-family: "Inter Tight";
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      /* 150% */
      margin: 0.5rem 0;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .featured-posts .post-item:nth-child(1) {
        grid-column: span 2 / span 2;
        flex-direction: row;
        gap: 2rem; }
        .featured-posts .post-item:nth-child(1) .post-img {
          width: 66.6666%; }
        .featured-posts .post-item:nth-child(1) .post-info {
          width: 33.3333%; }
      .featured-posts .post-item:nth-child(2), .featured-posts .post-item:nth-child(3) {
        grid-column: span 1 / span 1; } }

.features {
  margin: 40px auto 80px; }
  .features .lead-in.inconsolata .eyebrow {
    font-family: Inconsolata, sans-serif; }
  .features .lead-in.inter .eyebrow {
    font-family: "Inter Tight";
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    /* 125% */
    letter-spacing: -0.96px;
    text-transform: none; }
  .features h3 {
    background: var(--gradient-radial-dark-purple, radial-gradient(155.79% 155.78% at 58.65% 96.94%, #4A2A6D 0%, #403CD0 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin: 0; }
  .features .eyebrow {
    color: #4A0B86;
    font-size: 30px;
    line-height: 40px; }
  .features div.intro {
    color: var(--primary-prussian-blue, #0F172A);
    font-family: Inter Tight, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px; }
  .features .card-container {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 60px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 1024px) {
      .features .card-container {
        flex-direction: row;
        align-items: stretch; } }
  .features .card {
    border-radius: 8px;
    background: radial-gradient(84.92% 86.85% at 84.45% 75.39%, #4A2A6D 0%, #0F172A 49%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 60px 40px;
    color: var(--primary-sea-salt, var(--primary-sea-salt, #F8FAFC));
    font-family: Inter Tight, sans-serif;
    font-weight: 300;
    width: 100%;
    text-decoration: none;
    transition: all 0.15s ease-out; }
    @media screen and (min-width: 768px) {
      .features .card {
        padding: 80px 40px; }
        .features .card.has-btn:hover {
          transform: translateY(-0.25rem);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5); }
          .features .card.has-btn:hover .btn-secondary-white::after {
            transform: translateX(0.25rem); } }
    .features .card img {
      margin-bottom: 20px;
      width: 85px; }
      @media screen and (min-width: 768px) {
        .features .card img {
          width: 105px; } }
    .features .card h4 {
      font-size: 36px;
      line-height: 44px;
      /* 122.222% */
      letter-spacing: -0.72px;
      margin: 0;
      font-weight: 300; }
    .features .card p.desc {
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      margin: 0; }
    .features .card.small {
      padding: 30px; }
      .features .card.small h4 {
        font-size: 28px;
        line-height: 1.25; }
      .features .card.small .desc {
        font-size: 16px;
        line-height: 26px; }
  .features .auto .card {
    flex: 1 1 0; }
  @media screen and (min-width: 1024px) {
    .features .one .card {
      width: calc((100% / 1) - (((1 - 1) / 1) * 2rem)); }
    .features .two .card {
      width: calc((100% / 2) - (((2 - 1) / 2) * 2rem)); }
    .features .three .card {
      width: calc((100% / 3) - (((3 - 1) / 3) * 2rem)); }
    .features .four .card {
      width: calc((100% / 4) - (((4 - 1) / 4) * 2rem)); } }

.graphic-with-cards {
  padding: 5rem 0;
  background: linear-gradient(353deg, #0F172A 25.66%, #1E293B 64.68%, #334155 96.05%); }
  .graphic-with-cards__header .section-name {
    color: #F8BB23;
    font-family: Inconsolata;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.54px;
    text-transform: uppercase; }
  .graphic-with-cards__header .section-title {
    color: #F8FAFC;
    font-family: "Inter Tight";
    font-size: 30px;
    font-weight: 300;
    line-height: 40px; }
    .graphic-with-cards__header .section-title strong {
      font-weight: 500; }
  .graphic-with-cards__image {
    display: flex;
    margin: 4rem 0; }
    .graphic-with-cards__image img {
      margin: auto; }
  .graphic-with-cards__cards {
    display: flex;
    flex-direction: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem; }
    @media screen and (max-width: 1024px) {
      .graphic-with-cards__cards {
        display: block; } }
    .graphic-with-cards__cards .graphic-with-cards__card-item {
      flex: 1;
      padding: 2.5rem;
      border-radius: 8px;
      background: #080817;
      color: #F8FAFC;
      font-family: "Inter Tight";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; }
      @media screen and (max-width: 1024px) {
        .graphic-with-cards__cards .graphic-with-cards__card-item {
          margin-bottom: 1.5rem; }
          .graphic-with-cards__cards .graphic-with-cards__card-item:last-child {
            margin-bottom: 0; } }
      .graphic-with-cards__cards .graphic-with-cards__card-item h4 {
        color: #F8BB23;
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
        margin: 0 0 1.5rem 0; }

.hero {
  padding: 120px 0 120px;
  background-size: cover;
  background-position: 70% 0;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .hero {
      padding: 210px 0 120px; } }
  .hero .container, .hero .platform .card-container, .platform .hero .card-container {
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 1024px) {
    .hero .flex {
      gap: 50px; } }
  .hero .flex .left-content {
    flex-basis: min-content;
    flex: 1 1 0; }
  .hero .flex .right-text {
    flex-basis: auto; }
  .hero .eyebrow {
    color: var(--neutrals-slate-200, #E2E8F0);
    font-family: Inconsolata, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: inline-block; }
  .hero h1 {
    font-size: 40px;
    line-height: 52px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.96px;
    color: white;
    margin: 0;
    max-width: 1000px; }
    @media screen and (min-width: 1024px) {
      .hero h1 {
        font-size: 48px;
        line-height: 60px;
        /* 125% */ } }
    .hero h1 span {
      display: block;
      font-size: clamp(70px, 18vw, 100px);
      line-height: 1.15;
      background: linear-gradient(-90deg, #F89B20 0%, #F9E425 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-style: normal;
      font-weight: 700;
      letter-spacing: -2px;
      padding-bottom: 0.25rem; }
      @media (max-width: 600px) {
        .hero h1 span {
          font-size: clamp(50px, 13.5vw, 100px); } }
      @media screen and (min-width: 1024px) {
        .hero h1 span {
          font-size: 86px;
          line-height: 90px;
          /* 120% */ } }
    .hero h1 + .btn-ghost-gradient, .hero .site-header.sticky .right-nav h1 + a:nth-child(2), .site-header.sticky .right-nav .hero h1 + a:nth-child(2) {
      margin-top: 2rem; }
  .hero p {
    color: white;
    font-size: 20px;
    line-height: 32px;
    max-width: 760px;
    margin-bottom: 32px;
    font-weight: 300; }
  .hero .right-text {
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .hero .right-text {
        max-width: 450px;
        margin-top: 2rem;
        padding: 0 1rem; } }
  .hero::before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(img/hero-texture.png);
    top: 0;
    mix-blend-mode: lighten;
    opacity: 0.15;
    background-size: 45%; }
  .hero.small {
    padding: 160px 0 100px; }
    .hero.small h1 {
      font-size: 46px;
      line-height: 48px; }
      .hero.small h1 span {
        font-size: 88px;
        line-height: 1.15; }
  .hero .hero-image {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.35;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .hero .hero-image {
        opacity: 1; } }
  .hero.homepage {
    background: url(img/homepage-gradient.jpg);
    background-size: cover; }
    .hero.homepage .hero-image {
      max-width: 850px;
      top: -4rem;
      right: -11rem; }
  .hero.lavender {
    background: radial-gradient(114.81% 101.02% at 36.96% -30.44%, #9B5DD8 0%, #101729 100%); }
  .hero.steel {
    background: linear-gradient(353deg, #0F172A 25.66%, #1E293B 64.68%, #334155 96.05%); }
  .hero.dark-blue {
    background: radial-gradient(94.97% 77.27% at 37.07% -6.28%, #4441AE 0%, #101729 100%); }
  .hero.homepage .background-gradient-1 {
    background: radial-gradient(circle at 0% 40%, #6d4199 0%, rgba(109, 65, 153, 0) 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    animation-name: slowfade;
    animation-duration: 6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease; }
  .hero.homepage .background-gradient-2 {
    background: radial-gradient(circle at 100% 80%, #6d4199 0%, rgba(109, 65, 153, 0) 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    animation-name: slowfade;
    animation-duration: 6s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    animation-timing-function: ease; }

@keyframes slowfade {
  from {
    opacity: 0; }
  to {
    opacity: 0.9; } }

#contact-hero h1 {
  font-size: 86px;
  line-height: 90px; }

#contact-hero h1 span {
  display: inline-block; }

#contact-hero .background-gradient-1,
#contact-hero .background-gradient-2 {
  display: none; }

.contact-form {
  margin: 60px 1rem;
  background: url("img/contact-artwork.png"), radial-gradient(70.11% 61.84% at 47.83% -16.38%, #9B5DD8 0%, #101729 100%);
  padding: 1rem;
  background-repeat: no-repeat;
  background-size: 1180px, auto;
  background-position: center bottom;
  scroll-margin-top: 7.5rem; }
  @media screen and (min-width: 1024px) {
    .contact-form {
      padding: 60px; } }
  .contact-form h2.heading {
    text-align: center;
    font-family: Inter Tight;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -1.44px;
    background: linear-gradient(90deg, #FBDD1E 16%, #F79120 72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .contact-form h2.heading {
        font-size: 60px; } }
  .contact-form p.subheading {
    color: var(--Primary-Sea-Salt, #F8FAFC);
    margin-top: 0.5rem;
    margin-bottom: 4rem;
    text-align: center;
    font-family: Inter Tight;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .contact-form p.subheading {
        font-size: 24px;
        line-height: 1.25; } }
  .contact-form .gform_wrapper {
    background: white;
    max-width: 48rem;
    margin: auto;
    border-radius: 4px;
    padding: 1rem 1rem 2rem 1rem;
    margin-bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      .contact-form .gform_wrapper {
        padding: 60px; } }
    .contact-form .gform_wrapper .gform_fields,
    .contact-form .gform_wrapper .gform-grid-row {
      gap: 1rem;
      margin-inline: 0; }
      @media screen and (min-width: 1024px) {
        .contact-form .gform_wrapper .gform_fields,
        .contact-form .gform_wrapper .gform-grid-row {
          gap: 2rem 30px; } }
      .contact-form .gform_wrapper .gform_fields .gform-grid-col,
      .contact-form .gform_wrapper .gform-grid-row .gform-grid-col {
        padding-inline: 0 !important; }
    .contact-form .gform_wrapper h2 {
      display: none; }
    .contact-form .gform_wrapper legend,
    .contact-form .gform_wrapper label {
      color: var(--Primary-Prussian-Blue, #0F172A);
      font-family: Inter Tight;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      /* 133.333% */ }
      .contact-form .gform_wrapper legend.gform-field-label--type-sub,
      .contact-form .gform_wrapper label.gform-field-label--type-sub {
        font-size: 14px;
        line-height: 1.5; }
    .contact-form .gform_wrapper input,
    .contact-form .gform_wrapper select,
    .contact-form .gform_wrapper textarea {
      min-height: 48px !important;
      padding: 8px !important;
      color: var(--Primary-Prussian-Blue, #0F172A) !important;
      font-family: Inter Tight !important;
      font-size: 18px !important;
      font-style: normal !important;
      font-weight: 300 !important;
      line-height: 32px !important;
      border: 1px solid var(--Neutrals-Slate-500, #64748B) !important;
      border-radius: 0 !important; }
    .contact-form .gform_wrapper input[type='submit'] {
      padding: 8px 20px !important;
      position: relative !important;
      box-sizing: border-box !important;
      background: transparent !important;
      border: 2px solid var(--primary-prussian-blue, #0F172A) !important;
      color: var(--primary-prussian-blue, #0F172A) !important;
      border-radius: 100px !important;
      display: inline-block !important;
      font-family: Inter Tight, sans-serif !important;
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 28px !important;
      text-decoration: none !important;
      transition: all 0.15s ease-out !important;
      min-height: 48px !important; }
      .contact-form .gform_wrapper input[type='submit']:hover {
        background: var(--primary-prussian-blue, #0F172A) !important;
        color: white !important; }
    .contact-form .gform_wrapper input[type="radio"] {
      min-height: unset !important;
      height: 1rem !important;
      padding: 0.15rem !important;
      border-radius: 100% !important;
      width: 1rem;
      margin-top: 0.45rem; }

.latest-news {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .latest-news {
      margin: 80px 0; } }
  .latest-news h3.eyebrow {
    color: var(--primary-indigo, #4A0B86);
    font-family: Inconsolata, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: 3.3px;
    text-transform: uppercase;
    margin: 20px 0; }
  .latest-news .news-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 60px; }
    @media screen and (min-width: 900px) {
      .latest-news .news-container {
        flex-direction: row; } }
  .latest-news div.intro {
    color: var(--primary-prussian-blue, #0F172A);
    /* Text/2xl/Light */
    font-family: Inter Tight, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 133.333% */ }
  .latest-news .news-item {
    text-decoration: none;
    display: flex;
    padding: 24px 0px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    border-top: 1px solid #374151; }
    .latest-news .news-item .meta {
      color: #4A0B86;
      font-family: Inconsolata, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      /* 150% */
      letter-spacing: 1.28px;
      text-transform: uppercase; }
    .latest-news .news-item .title {
      color: var(--slate-700, #374151);
      font-family: Inter Tight, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 32px;
      /* 160% */ }
    .latest-news .news-item span.learn-more {
      color: var(--primary-indigo, #4A0B86);
      color: #4A0B86;
      font-family: Inconsolata, sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      /* 155.556% */
      letter-spacing: 0.54px;
      text-transform: uppercase; }
      .latest-news .news-item span.learn-more::after {
        font-family: 'Material Symbols Outlined';
        content: "arrow_right_alt";
        font-size: 20px;
        position: absolute;
        margin-left: 0.5rem;
        transition: all 0.15s ease-out; }
    .latest-news .news-item:hover span::after {
      transform: translateX(0.25rem); }

.lead-in.large p {
  margin: 0; }

.lead-in .container, .lead-in .platform .card-container, .platform .lead-in .card-container {
  padding: 60px 1rem;
  max-width: 900px; }
  @media screen and (min-width: 1024px) {
    .lead-in .container, .lead-in .platform .card-container, .platform .lead-in .card-container {
      padding: 60px 1rem; }
      .lead-in .container.smaller, .lead-in .platform .smaller.card-container, .platform .lead-in .smaller.card-container {
        max-width: 1362px; } }
  @media screen and (min-width: 1024px) {
    .lead-in .container.padding-none, .lead-in .platform .padding-none.card-container, .platform .lead-in .padding-none.card-container {
      padding: 1rem; } }
  .lead-in .container.flex, .lead-in .platform .flex.card-container, .platform .lead-in .flex.card-container {
    gap: 60px;
    align-items: center; }
    .lead-in .container.flex div, .lead-in .platform .flex.card-container div, .platform .lead-in .flex.card-container div {
      flex: 1 1; }

.lead-in h2 {
  color: #0F172A;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 76px;
  /* 104.348% */
  letter-spacing: -2.76px;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .lead-in h2 {
      font-size: 80px;
      line-height: 96px;
      margin-bottom: 3rem; } }
  .lead-in h2 span {
    background: radial-gradient(47.37% 47.34% at 30.18% 57.01%, #5B4EF3 0%, #422B93 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700; }

.lead-in p {
  color: #0F172A;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 1rem 0; }
  @media screen and (min-width: 1024px) {
    .lead-in p {
      font-size: 24px;
      line-height: 40px;
      margin: 2rem 0; } }

.lead-in .image {
  width: 550px; }
  @media screen and (min-width: 1024px) {
    .lead-in .image {
      max-width: 40%; } }

.lead-in.small {
  background: var(--neutrals-slate-200, #E2E8F0); }
  .lead-in.small .container, .lead-in.small .platform .card-container, .platform .lead-in.small .card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 1rem;
    max-width: 1200px;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .lead-in.small .container, .lead-in.small .platform .card-container, .platform .lead-in.small .card-container {
        flex-direction: row;
        gap: 140px; } }
  .lead-in.small .left-content {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media screen and (min-width: 1024px) {
      .lead-in.small .left-content {
        flex-direction: row;
        gap: 100px; } }
  .lead-in.small h2.eyebrow {
    color: var(--secondary-grape, #7123BE);
    font-size: 24px;
    letter-spacing: 3.3px;
    line-height: 1.15;
    min-width: 25%; }
    @media screen and (min-width: 1024px) {
      .lead-in.small h2.eyebrow {
        text-align: right; } }
  .lead-in.small p {
    color: var(--neutrals-slate-700, #334155);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 1.5rem 0; }

.logos {
  margin: 60px 1rem; }
  .logos.texture {
    background: url("img/texture-1.png");
    background-blend-mode: multiply;
    margin: 0;
    padding: 60px 1rem; }
  .logos .logo-container {
    text-align: center; }

.logos-desktop {
  display: none; }
  @media screen and (min-width: 1024px) {
    .logos-desktop {
      display: block; } }
  .logos-desktop .container, .logos-desktop .platform .card-container, .platform .logos-desktop .card-container {
    display: flex;
    justify-content: space-between;
    gap: 1rem; }

.logos-mobile {
  display: block;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .logos-mobile {
      display: none; } }
  .logos-mobile .swiper-wrapper {
    padding: 40px 1rem;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  .logos-mobile .swiper-slide {
    width: 45%; }

.platform {
  background: radial-gradient(97.73% 97.65% at 58.65% 96.94%, #0F172A 14.94%, #4A2A6D 61.27%, #0F172A 93.23%);
  background-blend-mode: darken, normal; }
  @media screen and (min-width: 768px) {
    .platform .container, .platform .card-container {
      padding: 0 75px 0 75px; } }
  .platform .pb {
    padding-bottom: 75px; }
  .platform .platform-intro {
    padding: 75px 0; }
  .platform h2.eyebrow {
    color: var(--secondary-amber, var(--secondary-amber, #F8BB23));
    font-family: Inconsolata, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: 3.3px;
    text-transform: uppercase;
    margin: 20px 0; }
  .platform p {
    color: #F8FAFC;
    font-family: Inter Tight, sans-serif;
    font-weight: 300;
    letter-spacing: -0.44px;
    font-size: 24px;
    line-height: 1.33;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .platform p {
        font-size: 32px; } }
  .platform.has-scroll .platform-image-static {
    display: none; }
    @media screen and (min-width: 1024px) {
      .platform.has-scroll .platform-image-static {
        display: block; } }
  .platform.has-scroll .platform-image-scroll {
    display: block;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .platform.has-scroll .platform-image-scroll {
        display: none; } }
    .platform.has-scroll .platform-image-scroll .sticky-wrapper {
      position: sticky;
      top: 120px;
      width: 100%;
      overflow: hidden; }
    .platform.has-scroll .platform-image-scroll .image-wrapper {
      position: relative;
      padding: 0;
      min-width: 1600px; }
      .platform.has-scroll .platform-image-scroll .image-wrapper img {
        min-width: 1600px; }
  .platform.no-scroll .platform-image-static {
    display: block; }
  .platform.no-scroll .platform-image-scroll {
    display: none; }
  .platform .card-container {
    display: flex;
    gap: 2rem;
    margin-top: 20px;
    flex-direction: column;
    padding-bottom: 75px; }
    @media screen and (min-width: 1024px) {
      .platform .card-container {
        flex-direction: row; } }
  .platform .card {
    background: var(--primary-prussian-blue, #0F172A);
    flex: 1 1 0;
    padding: 40px;
    border-radius: 4px; }
    .platform .card h3 {
      color: var(--Secondary-Amber, var(--Secondary-Amber, #F8BB23));
      font-family: Inter Tight;
      font-size: 30px;
      font-weight: 500;
      line-height: 40px;
      /* 133.333% */
      margin: 0; }
    .platform .card .card-content {
      color: var(--Primary-Sea-Salt, var(--Primary-Sea-Salt, #F8FAFC));
      font-family: Inter Tight;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      /* 155.556% */
      margin: 0.5rem 0; }

.page-anchors {
  padding: 5rem 0; }
  .page-anchors__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px; }
    @media screen and (max-width: 1024px) {
      .page-anchors__container {
        display: block;
        width: 258px;
        margin: 0 auto 2.5rem auto; } }
  .page-anchors__item {
    display: flex;
    padding: 4px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 1px solid #0F172A;
    cursor: pointer;
    background-color: #fff;
    color: #0F172A;
    font-family: Inconsolata;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    transition: all 0.25s ease-in; }
    .page-anchors__item:hover {
      background-color: #1E293B;
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .page-anchors__item {
        margin-bottom: 0.75rem; }
        .page-anchors__item:last-child {
          margin-bottom: 0; } }
  .page-anchors .content {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
    margin-bottom: 3rem; }
    .page-anchors .content p {
      color: #0F172A;
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.33; }
    .page-anchors .content strong {
      font-weight: 700; }

.page-header {
  margin: 80px 0 120px; }
  .page-header .container, .page-header .platform .card-container, .platform .page-header .card-container {
    padding: 0 1rem; }
  .page-header h1 {
    color: var(--Primary-Prussian-Blue, #0F172A);
    font-family: Inter Tight;
    font-size: 92px;
    font-weight: 300;
    line-height: 96px;
    /* 104.348% */
    letter-spacing: -2.76px;
    margin: 0 0 2rem 0; }
    .page-header h1 span {
      background: radial-gradient(47.37% 47.34% at 30.18% 57.01%, #5B4EF3 0%, #422B93 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 700; }
  .page-header .subheading {
    color: #1F2937;
    font-family: Inter Tight;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    /* 133.333% */
    margin: 0; }

/**
 * Margin padding for auto-scroll (newsroom, blog)
 */
.page-id-191 .post-archive,
.page-id-191 .filters,
.page-id-192 .post-archive,
.page-id-192 .filters {
  scroll-margin-top: 150px; }

.post-archive {
  margin: 5rem 0; }
  .post-archive .posts {
    list-style: none;
    padding: 0;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.15s ease-out; }
  .post-archive .pagination__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-family: Inter Tight;
    font-size: 18px;
    font-weight: 400; }
  .post-archive .pagination__arrow {
    color: var(--Slate-700);
    font-size: 24px;
    cursor: pointer; }
  .post-archive .pagination {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 24px 0;
    max-width: 900px;
    margin: auto 1rem;
    list-style: none; }
    .post-archive .pagination__item {
      width: 1.75rem;
      height: 1.75rem;
      color: var(--Slate-700);
      margin: 0 0.25rem;
      background-color: white;
      border-radius: 100px;
      cursor: pointer;
      text-align: center; }
      .post-archive .pagination__item--active {
        background-color: var(--Slate-700, #374151);
        color: white; }
  .post-archive .event {
    max-width: 872px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media screen and (min-width: 768px) {
      .post-archive .event {
        flex-direction: row; } }
    .post-archive .event:first-child {
      margin-top: 0; }
    .post-archive .event .event-image,
    .post-archive .event .event-info {
      flex: 1 1; }
    @media screen and (min-width: 768px) {
      .post-archive .event .thumbnail {
        max-width: 250px; } }
    .post-archive .event-meta {
      color: var(--Slate-700, #374151);
      font-family: Inconsolata;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 32px;
      /* 133.333% */
      margin: 0 0 1rem 0; }
    .post-archive .event-heading {
      color: var(--Gray-900, #101828);
      font-family: Inter Tight;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.25;
      margin: 0 0 1rem 0; }
    .post-archive .event-excerpt {
      color: var(--Gray-600, #475467);
      font-family: Inter Tight;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      /* 155.556% */
      margin: 0 0 1rem 0; }
  .post-archive .article,
  .post-archive .blog {
    border-top: 1px solid var(--Slate-700, #374151);
    padding: 24px 0;
    max-width: 900px;
    margin: auto;
    cursor: pointer; }
    .post-archive .article-meta,
    .post-archive .blog-meta {
      color: var(--Slate-700, #374151);
      font-family: Inter Tight;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      /* 142.857% */
      margin: 0 0 8px 0; }
      .post-archive .article-meta span::after,
      .post-archive .blog-meta span::after {
        content: ', '; }
      .post-archive .article-meta span:last-child::after,
      .post-archive .blog-meta span:last-child::after {
        content: ''; }
    .post-archive .article-heading,
    .post-archive .blog-heading {
      color: var(--Slate-700, #374151);
      font-family: Inter Tight;
      font-size: 20px;
      font-weight: 400;
      line-height: 32px;
      /* 160% */
      margin: 0 0 8px 0; }
  .post-archive .posts.loading {
    opacity: 0;
    transform: translateY(1rem); }

.post-archive .filters {
  display: flex;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto 50px;
  list-style: none;
  padding: 0; }
  .post-archive .filters a.filter-item {
    color: var(--Neutrals-Slate-500, #64748B);
    font-family: Inter Tight;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
    text-decoration: none;
    border-bottom: 12px solid transparent;
    padding: 0.5rem 1rem;
    display: inline-block;
    line-height: 1;
    transition: all 0.15s ease-out; }
    .post-archive .filters a.filter-item.active {
      color: var(--Secondary-Grape, #7123BE);
      border-bottom: 12px solid var(--Secondary-Grape, #7123BE); }

section.research-abstract {
  padding: 60px 0; }
  section.research-abstract h2 {
    max-width: 1024px;
    margin: 0 auto 1rem;
    color: var(--Primary-Indigo, #4A0B86);
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 125% */
    letter-spacing: -0.96px; }
  section.research-abstract .content {
    color: var(--Neutrals-Slate-800, #1E293B);
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    max-width: 1024px;
    margin: 0 auto 1rem; }
    @media (max-width: 600px) {
      section.research-abstract .content {
        font-size: 16px;
        line-height: 24px; } }

.research-template-default .features {
  margin-top: 0;
  padding-top: 60px; }

.general-content {
  padding: 60px 0; }
  .general-content .content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
    .general-content .content h2 {
      color: var(--Primary-Indigo, #4A0B86);
      font-family: "Inter Tight";
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: 60px;
      /* 125% */
      letter-spacing: -0.96px;
      margin: 0 0 1rem; }
    .general-content .content h3 {
      color: var(--Primary-Prussian-Blue, #0F172A);
      font-family: "Inter Tight";
      font-size: 36px;
      font-style: normal;
      font-weight: 300;
      line-height: 44px;
      letter-spacing: -0.72px;
      margin: 0 0 1.25rem; }
      .general-content .content h3 strong {
        font-weight: 700; }
    .general-content .content p {
      margin: 0 0 1.25rem; }

.research-abstract-cards {
  padding: 60px 0; }
  .research-abstract-cards .content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
    .research-abstract-cards .content h2 {
      color: var(--Primary-Indigo, #4A0B86);
      /* Display/sm/Medium */
      font-family: "Inter Tight";
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: 60px;
      /* 125% */
      letter-spacing: -0.96px;
      margin: 0 0 2rem; }
  .research-abstract-cards__title .title, .research-abstract-cards__title .subtitle {
    margin: 0; }
  .research-abstract-cards__title .title {
    color: var(--Primary-Indigo, #4A0B86);
    /* Secondary/2xl/Regular */
    font-family: Inconsolata;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  .research-abstract-cards__title .subtitle {
    color: var(--Primary-Prussian-Blue, #0F172A);
    /* Display/xs/Medium */
    font-family: "Inter Tight";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -0.72px; }
  .research-abstract-cards__cards-container {
    display: block;
    width: 100%;
    margin: 2.5rem auto; }
    @media screen and (min-width: 1024px) {
      .research-abstract-cards__cards-container {
        display: flex;
        align-items: flex-start;
        gap: 2rem;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: stretch;
        flex-direction: row;
        align-items: stretch; } }
  .research-abstract-cards__card {
    flex: 1 1 40%;
    display: flex;
    border-radius: 8px;
    background: radial-gradient(84.92% 86.85% at 84.45% 75.39%, #4A2A6D 0%, #0F172A 49%);
    color: var(--primary-sea-salt, var(--primary-sea-salt, #F8FAFC));
    font-family: Inter Tight, sans-serif;
    font-weight: 300;
    position: relative;
    padding: 1rem;
    min-height: 10rem; }
    @media screen and (max-width: 1024px) {
      .research-abstract-cards__card {
        width: 100%;
        margin-bottom: 1rem; }
        .research-abstract-cards__card:last-child {
          margin-bottom: 0; } }
    .research-abstract-cards__card .card-inner {
      margin: auto; }
    .research-abstract-cards__card .card-title, .research-abstract-cards__card .card-year {
      color: var(--Primary-Sea-Salt, #F8FAFC);
      text-align: center;
      /* Text/2xl/Medium */
      font-family: "Inter Tight";
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      /* 133.333% */
      margin: 0; }
    .research-abstract-cards__card .card-title {
      margin-bottom: 0.5rem; }
    .research-abstract-cards__card .card-link {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10; }

section.background-color--white {
  background-color: #fff; }

section.background-color--grey {
  background-color: #F1F5F9; }

section.research-platform {
  padding: 60px 1rem; }
  section.research-platform h2 {
    color: var(--Primary-Indigo, #4A0B86);
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 125% */
    letter-spacing: -0.96px;
    margin: 0 0 1rem; }
    section.research-platform h2.section-heading {
      text-align: center; }
  section.research-platform .card-container {
    max-width: 1024px;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 60px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 1024px) {
      section.research-platform .card-container {
        flex-direction: row;
        align-items: stretch;
        margin: 90px auto 60px; } }
  section.research-platform .card {
    border-radius: 8px;
    background: radial-gradient(84.92% 86.85% at 84.45% 75.39%, #4A2A6D 0%, #0F172A 49%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: var(--primary-sea-salt, var(--primary-sea-salt, #F8FAFC));
    font-family: Inter Tight, sans-serif;
    font-weight: 300;
    width: 320px;
    position: relative; }
    section.research-platform .card img {
      width: 6rem;
      height: 6rem;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%); }
    section.research-platform .card .text {
      width: 100%;
      padding: 60px 1rem 1.25rem;
      text-align: center;
      color: var(--Primary-Sea-Salt, #F8FAFC);
      font-family: "Inter Tight";
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      /* 133.333% */ }
  section.research-platform .flex {
    gap: 2rem; }
  section.research-platform .content {
    font-size: 20px; }
  section.research-platform .list-section {
    min-width: 33%; }
    section.research-platform .list-section .intro li {
      color: var(--Neutrals-Slate-800, #1E293B);
      font-family: "Inter Tight";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 150% */
      margin-bottom: 0.25rem; }
    section.research-platform .list-section .eyebrow {
      color: var(--Primary-Indigo, #4A0B86);
      font-family: Inconsolata;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      /* 133.333% */
      letter-spacing: 4.8px;
      text-transform: uppercase;
      margin: 0 0 1rem; }

section.research-poster {
  padding: 60px 1rem; }
  section.research-poster h2 {
    color: var(--Primary-Indigo, #4A0B86);
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 125% */
    letter-spacing: -0.96px;
    text-align: center;
    margin: 0 0 2rem; }
  section.research-poster .content {
    font-size: 24px;
    line-height: 1.25;
    max-width: 1024px;
    margin: 1rem auto 3rem; }
  section.research-poster .image {
    max-width: 665px;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; }
  section.research-poster .click-to-enlarge {
    text-align: center;
    margin: 0; }
    section.research-poster .click-to-enlarge a {
      color: var(--Neutrals-Black, #000);
      font-family: "Inter Tight";
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      line-height: 20px;
      /* 142.857% */
      text-decoration: none; }
  section.research-poster .caption {
    color: var(--Neutrals-Black, #000);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    margin: 0 0 1rem; }
  section.research-poster .btn-primary, section.research-poster .btn-primary-lavendar, section.research-poster .btn-primary-white {
    margin: auto; }

.tabs {
  padding: 5rem 0;
  background-color: #fff;
  scroll-margin-top: 120px; }
  .tabs .content {
    color: #000;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 24px;
    font-weight: 300;
    line-height: 32px; }
    @media screen and (max-width: 1024px) {
      .tabs .content {
        font-size: 1.25rem; } }
    .tabs .content h1 {
      text-align: center;
      font-family: "Inter Tight";
      font-size: 60px;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: -1.2px;
      background: var(--Gradient-Radial-Dark-Purple, radial-gradient(155.79% 155.78% at 58.65% 96.94%, #4A2A6D 0%, #403CD0 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1024px) {
        .tabs .content h1 {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        .tabs .content h1 {
          font-size: 2.5rem; } }
  .tabs__container {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; }
    @media screen and (max-width: 1024px) {
      .tabs__container {
        display: block;
        margin-top: 2.5rem; } }

.tabs-item {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  gap: 28px;
  border-top: 1px solid #0F172A;
  border-bottom: 1px solid #0F172A;
  cursor: pointer; }
  @media screen and (max-width: 440px) {
    .tabs-item {
      padding: 0.75rem 0;
      gap: 1.25rem; } }
  .tabs-item:hover .tabs-item__name {
    color: #0F172A; }
  .tabs-item:hover .tabs-item__icon {
    opacity: 1; }
  .tabs-item--active .tabs-item__name {
    color: #0F172A;
    font-weight: 700; }
  .tabs-item--active .tabs-item__icon {
    opacity: 1; }
  .tabs-item:first-child {
    border: 0; }
  .tabs-item:last-child {
    border: 0; }
  .tabs-item__name, .tabs-item__icon {
    transition: all 0.125s ease-in; }
  .tabs-item__name {
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #94a3b8; }
    @media screen and (max-width: 440px) {
      .tabs-item__name {
        font-size: 20px; } }
  .tabs-item__icon {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.5; }
    @media screen and (max-width: 440px) {
      .tabs-item__icon {
        width: 1.5rem;
        height: 1.5rem; } }

.tabs-items__container {
  grid-column: 1; }
  @media screen and (max-width: 1024px) {
    .tabs-items__container {
      max-width: 25rem;
      margin: 0 auto 1.5rem auto; } }

.tabs-content__container {
  position: relative;
  grid-column: span 2;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); }
  .tabs-content__container .content {
    text-align: left;
    color: #475569;
    font-family: "Inter Tight";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }
    .tabs-content__container .content p {
      margin: 0 0 1.5rem; }
    .tabs-content__container .content p:has(strong) {
      margin: 0 0 0.25rem; }
    .tabs-content__container .content strong {
      font-weight: 700; }

.tabs-content__item {
  position: absolute;
  padding: 36px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease opacity; }
  @media screen and (max-width: 440px) {
    .tabs-content__item {
      padding: 1.5rem; } }
  .tabs-content__item--active {
    opacity: 1;
    visibility: visible; }

.statistics {
  padding: 60px 0; }
  .statistics h2 {
    color: var(--Primary-Indigo, #4A0B86);
    text-align: center;
    font-family: Inter Tight;
    font-size: 64px;
    font-weight: 400;
    line-height: 92px;
    /* 127.778% */
    letter-spacing: -1.44px;
    margin: 1.25rem 0; }
  .statistics .intro-content {
    color: var(--Neutrals-Slate-800, #1E293B);
    text-align: center;
    font-family: Inter Tight;
    font-weight: 300;
    max-width: 1030px;
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto 60px; }
    .statistics .intro-content p {
      margin: 0 0 1rem 0; }
    .statistics .intro-content span {
      font-size: 1rem;
      font-weight: 400; }
  .statistics .stats-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem; }
    @media screen and (min-width: 1024px) {
      .statistics .stats-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; } }
    .statistics .stats-container .stat {
      border-bottom: 1px solid var(--Primary-Prussian-Blue, #0F172A); }
      @media screen and (min-width: 1024px) {
        .statistics .stats-container .stat {
          width: calc((100% / 4) - (((4 - 1) / 4) * 2rem)); } }
    .statistics .stats-container .stat-number {
      display: block;
      color: var(--Secondary-Grape, #7123BE);
      font-family: Inter Tight;
      font-size: 100px;
      font-weight: 300;
      line-height: 120px;
      /* 120% */
      letter-spacing: -2px; }
    .statistics .stats-container .stat-desc {
      display: block;
      color: var(--Primary-Prussian-Blue, #0F172A);
      font-family: Inter Tight;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      /* 133.333% */
      margin-bottom: 20px; }

.sticky-scroll {
  position: relative;
  background: url("img/bg-2.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: -400px;
  background-size: 65%;
  background-attachment: fixed; }
  .sticky-scroll .container, .sticky-scroll .platform .card-container, .platform .sticky-scroll .card-container {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 60px 1rem;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .sticky-scroll .container, .sticky-scroll .platform .card-container, .platform .sticky-scroll .card-container {
        padding: 80px;
        flex-direction: row; } }
  .sticky-scroll .container::before, .sticky-scroll .platform .card-container::before, .platform .sticky-scroll .card-container::before {
    display: block;
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, white 1%, rgba(255, 255, 255, 0) 100%); }
  .sticky-scroll .container::after, .sticky-scroll .platform .card-container::after, .platform .sticky-scroll .card-container::after {
    display: block;
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, white 1%, rgba(255, 255, 255, 0) 100%); }
  .sticky-scroll .content {
    flex: 1 1 0; }
  .sticky-scroll .intro-content {
    flex: 1 1 0;
    position: relative;
    font-size: 24px; }
  .sticky-scroll .content-container {
    position: sticky;
    top: 2rem; }
  .sticky-scroll .card-container {
    flex: 1 1 0;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 80px; }
  .sticky-scroll .card {
    border-radius: 8px;
    padding: 36px;
    background: var(--neutrals-pure-white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(100, 116, 139, 0.22); }
    .sticky-scroll .card h3 {
      color: var(--Primary-Indigo, #4A0B86);
      font-family: Inter Tight;
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      /* 125% */
      letter-spacing: -0.32px;
      margin-top: 0; }
    .sticky-scroll .card .card-content {
      font-size: 20px;
      line-height: 28px;
      padding-left: 1.5rem;
      color: var(--Neutrals-Rich-Black, #061322); }
      .sticky-scroll .card .card-content p {
        margin-bottom: 1rem; }
      .sticky-scroll .card .card-content li {
        margin-bottom: 0.75rem; }
  .sticky-scroll h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 72px;
    /* 120% */
    letter-spacing: -1.2px;
    margin: 0;
    background: var(--gradient-radial-dark-purple, radial-gradient(155.79% 155.78% at 58.65% 96.94%, #4A2A6D 0%, #403CD0 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.team {
  padding: 80px 0;
  margin: 120px 0; }
  .team-heading {
    color: var(--Primary-Indigo, #4A0B86);
    font-family: Inconsolata;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: 3.3px;
    text-transform: uppercase;
    max-width: 900px; }
  .team-subheading {
    color: var(--Primary-Prussian-Blue, #0F172A);
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    /* 133.333% */
    max-width: 900px; }
  .team-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 60px; }
    @media screen and (min-width: 640px) {
      .team-container {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (min-width: 1024px) {
      .team-container {
        grid-template-columns: repeat(4, 1fr); } }
  .team-member {
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 230px;
    text-decoration: none;
    transition: all 0.15s ease-out; }
    .team-member.linked:hover {
      cursor: pointer;
      transform: translateY(-0.25rem);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .team-info {
    padding: 0 1rem 1rem; }
  .team-name {
    display: block;
    color: var(--Neutrals-Black, #000);
    font-family: Inter Tight;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    /* 166.667% */ }
  .team-title {
    display: block;
    color: var(--Neutrals-Black, #000);
    font-family: Inter Tight;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: 0.65px;
    text-transform: uppercase; }
