@charset "UTF-8";
@font-face {
  font-family: "Circular";
  src: url("/app/themes/tribepad/dist/fonts/CircularXXSub-BookSubset.woff2") format("woff2"), url("/app/themes/tribepad/dist/fonts/CircularXXSub-BookSubset.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Circular";
  src: url("/app/themes/tribepad/dist/fonts/CircularXXSub-MediumSubset.woff2") format("woff2"), url("/app/themes/tribepad/dist/fonts/CircularXXSub-MediumSubset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Circular";
  src: url("/app/themes/tribepad/dist/fonts/CircularXXSub-BlackSubset.woff2") format("woff2"), url("/app/themes/tribepad/dist/fonts/CircularXXSub-BlackSubset.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.color-alto {
  color: #e0e0e0;
}

.bg-alto {
  background-color: #e0e0e0;
}

.color-amethyst {
  color: #8936ff;
}

.bg-amethyst {
  background-color: #8936ff;
}

.color-bell {
  color: #eec211;
}

.bg-bell {
  background-color: #eec211;
}

.color-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.color-black-15 {
  color: rgba(0, 0, 0, 0.15);
}

.bg-black-15 {
  background-color: rgba(0, 0, 0, 0.15);
}

.color-cadet {
  color: #172542;
}

.bg-cadet {
  background-color: #172542;
}

.color-cerulean {
  color: #01a3ce;
}

.bg-cerulean {
  background-color: #01a3ce;
}

.color-chateau {
  color: #a3a9b5;
}

.bg-chateau {
  background-color: #a3a9b5;
}

.color-chrome {
  color: #ffe100;
}

.bg-chrome {
  background-color: #ffe100;
}

.color-comet {
  color: #515d73;
}

.bg-comet {
  background-color: #515d73;
}

.color-ebony {
  color: #020306;
}

.bg-ebony {
  background-color: #020306;
}

.color-fabric {
  color: #fafafc;
}

.bg-fabric {
  background-color: #fafafc;
}

.color-fog {
  color: #e5d4ff;
}

.bg-fog {
  background-color: #e5d4ff;
}

.color-gallery {
  color: #ededed;
}

.bg-gallery {
  background-color: #ededed;
}

.color-ghost {
  color: #f0f0f7;
}

.bg-ghost {
  background-color: #f0f0f7;
}

.color-green {
  color: #00a75d;
}

.bg-green {
  background-color: #00a75d;
}

.color-helio {
  color: #984fff;
}

.bg-helio {
  background-color: #984fff;
}

.color-kismet {
  color: #9854ff;
}

.bg-kismet {
  background-color: #9854ff;
}

.color-lavender {
  color: #b078ff;
}

.bg-lavender {
  background-color: #b078ff;
}

.color-magnolia {
  color: #f8f4fd;
}

.bg-magnolia {
  background-color: #f8f4fd;
}

.color-mercury {
  color: #e5e5e5;
}

.bg-mercury {
  background-color: #e5e5e5;
}

.color-midnight {
  color: #030a17;
}

.bg-midnight {
  background-color: #030a17;
}

.color-pearl {
  color: #fcf2dc;
}

.bg-pearl {
  background-color: #fcf2dc;
}

.color-purple {
  color: #9545ff;
}

.bg-purple {
  background-color: #9545ff;
}

.color-royal {
  color: #6619d9;
}

.bg-royal {
  background-color: #6619d9;
}

.color-selago {
  color: #f1eafc;
}

.bg-selago {
  background-color: #f1eafc;
}

.color-silver {
  color: #838c9d;
}

.bg-silver {
  background-color: #838c9d;
}

.color-tango {
  color: #ed9831;
}

.bg-tango {
  background-color: #ed9831;
}

.color-violet {
  color: #6f14e3;
}

.bg-violet {
  background-color: #6f14e3;
}

.color-whisper {
  color: #fbfbfd;
}

.bg-whisper {
  background-color: #fbfbfd;
}

.color-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.hover\:cadet {
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .hover\:cadet:hover {
    color: #172542;
  }
}
.hover\:cadet:active {
  color: #172542;
}

@-webkit-keyframes prompt {
  0%, 75%, 85%, 100% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(-5px);
  }
}

@keyframes prompt {
  0%, 75%, 85%, 100% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.z1 {
  z-index: 1;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote {
  text-align: left;
  margin: 0;
  padding: 0;
}

button {
  background: transparent;
  border: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
}

svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: inherit;
  font: inherit;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
}

input {
  max-width: 100%;
}

mark {
  background-color: transparent;
}

.text-lg {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 48em) {
  .text-lg {
    line-height: 32px;
  }
}

.overline {
  color: #ffe100;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
}
@media (min-width: 64em) {
  .overline {
    font-size: 22.8px;
  }
}

.h2 {
  font-size: 32.44px;
  line-height: 42px;
}
@media (min-width: 64em) {
  .h2 {
    font-size: 41.05px;
    line-height: 52px;
  }
}

.h3 {
  font-size: 28.83px;
  line-height: 40px;
}
@media (min-width: 64em) {
  .h3 {
    font-size: 32.4px;
    line-height: 1.29;
  }
}

:root {
  --mobile-header-height: 66px;
  --tablet-header-height: 98px;
  --header-height: 88px;
}

html {
  background-color: #9545ff;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #9545ff;
  display: flex;
  flex-direction: column;
  font-family: "Circular", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
}
body.no-scroll {
  overflow: hidden;
}
body.dropdown-open .c-header {
  opacity: 0.5;
  background: transparent;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 100%;
  min-height: 50vh;
  -webkit-animation: fadeIn 0.75s ease-out both;
          animation: fadeIn 0.75s ease-out both;
}
.thanks main {
  min-height: unset;
}

.o-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1316px;
  padding: 0 22px;
  width: 100%;
}
@media (min-width: 36.25em) {
  .o-container {
    padding: 0 40px;
  }
}
@media (min-width: 48em) {
  .o-container {
    padding: 0 50px;
  }
}
@media (min-width: 100em) {
  .o-container {
    padding: 0;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1316px;
  padding: 0 22px;
  width: 100%;
}
@media (min-width: 36.25em) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 48em) {
  .container {
    padding: 0 50px;
  }
}
@media (min-width: 100em) {
  .container {
    padding: 0;
  }
}

.container-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  padding: 0 22px;
  width: 100%;
}
@media (min-width: 48em) {
  .container-wide {
    padding: 0 50px;
  }
}
@media (min-width: 100em) {
  .container-wide {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .admin-bar .c-header {
    margin-top: 32px;
  }
}

.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).header-pinned):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).search-open):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).navigation-open) .c-header .c-navigation {
  color: #172542;
}
.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).header-pinned):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).search-open):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).navigation-open) .c-header .c-header__search {
  color: #172542;
}
.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).header-pinned):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).search-open):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).navigation-open) .c-header .c-header__logo svg path,
.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).header-pinned):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).search-open):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).navigation-open) .c-header .c-header__logo svg rect {
  fill: #172542;
}
.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).header-pinned):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).search-open):not(.page:has(.main .content-builder .c-hero-new:first-child[data-background=white]).navigation-open) .c-header .c-header__cta .c-button-outline {
  color: #172542;
}

.c-header {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0);
  background-color: rgba(149, 69, 255, 0);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 22px;
  flex-wrap: wrap;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-out;
  transition-property: all;
}
.home .c-header .js-header-element {
  opacity: 0;
}
.search-open .c-header, .header-pinned .c-header {
  background-color: #9545ff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  transition: none;
}
.navigation-open .c-header {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  background-color: #9545ff;
  transition: none;
}
.navigation-open .c-header .c-header__search {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 36.25em) {
  .c-header {
    padding: 16px 40px;
  }
}
@media (min-width: 48em) {
  .c-header {
    padding: 32px 50px;
  }
}
@media (min-width: 73.75em) {
  .c-header {
    flex-wrap: nowrap;
    padding: 16px 50px;
  }
}

.c-header__logo {
  display: block;
  height: auto;
  position: relative;
  width: 140px;
  z-index: 400;
}
@media (min-width: 73.75em) {
  .c-header__logo {
    width: 180px;
  }
}

.c-header__search {
  color: white;
  margin-left: auto;
  margin-right: 10px;
  z-index: 1;
  will-change: transform;
  position: relative;
  padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .c-header__search:hover:not(:disabled) .search {
    transform: scale(1.1);
  }
}
@media (min-width: 73.75em) {
  .c-header__search {
    margin-left: unset;
    margin-right: 12px;
  }
}
.c-header__search .search {
  width: 19px;
  height: auto;
  transition: all 0.2s ease-in-out;
  transition-property: transform;
}
@media (min-width: 73.75em) {
  .c-header__search .search {
    width: 20px;
  }
}

.c-header__cta {
  display: none;
}
@media (min-width: 73.75em) {
  .c-header__cta {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .c-header__cta .c-button {
    padding-left: 23px;
    padding-right: 23px;
  }
}

.c-header__nav-toggle {
  cursor: pointer;
  height: 21px;
  position: relative;
  width: 27px;
  z-index: 400;
}
.c-header__nav-toggle div {
  background-color: white;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transform-origin: left center;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.c-header__nav-toggle div:nth-of-type(1) {
  top: 0;
}
.c-header__nav-toggle div:nth-of-type(2) {
  top: 9px;
}
.c-header__nav-toggle div:nth-of-type(3) {
  bottom: 0;
}
.navigation-open .c-header__nav-toggle div:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0;
  left: 4px;
}
.navigation-open .c-header__nav-toggle div:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}
.navigation-open .c-header__nav-toggle div:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}
@media (min-width: 73.75em) {
  .c-header__nav-toggle {
    display: none;
  }
}

.c-header__navigation-desktop {
  display: none;
}
@media (min-width: 73.75em) {
  .c-header__navigation-desktop {
    display: flex;
  }
}

@media (min-width: 73.75em) {
  .c-header__navigation-mobile {
    display: none;
  }
}

.c-hero {
  width: 100%;
  position: relative;
  padding: var(--mobile-header-height) 22px 0;
}
@media (min-width: 36.25em) {
  .c-hero {
    padding: var(--mobile-header-height) 40px;
  }
}
@media (min-width: 48em) {
  .c-hero {
    padding: var(--tablet-header-height) 40px 0;
  }
}
@media (min-width: 73.75em) {
  .c-hero {
    padding-top: var(--header-height);
  }
}
@media (min-width: 100em) {
  .c-hero {
    padding: var(--header-height) 80px 0;
  }
}

.c-hero__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: linear-gradient(to bottom right, #6f14e3, #984fff);
  background-size: cover;
  opacity: 0;
}
@media (min-width: 64em) {
  .c-hero__background {
    background-image: linear-gradient(to right, #6f14e3, #984fff);
  }
}

.c-hero__new-curve {
  display: none;
}
@media (min-width: 48em) {
  .c-hero__new-curve {
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
.c-hero__new-curve svg {
  display: inline;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.c-hero__content {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 64em) {
  .c-hero__content {
    grid-template-columns: repeat(2, 1fr);
    min-height: calc(100vh - var(--header-height));
  }
}

.c-hero__media {
  display: grid;
  grid-template-areas: "content";
}

.c-hero__image,
.c-hero__lottie {
  grid-area: content;
}

.c-hero__media {
  padding-top: 40px;
  max-width: 580px;
  width: 100%;
}
@media (min-width: 64em) {
  .c-hero__media {
    max-width: 800px;
  }
}
@media (min-width: 106.25em) {
  .c-hero__media {
    max-width: unset;
  }
}

.c-hero__image {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%;
}
.c-hero__image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.c-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 32px;
  max-width: 700px;
  z-index: 1;
  width: 100%;
}
@media (min-width: 36.25em) {
  .c-hero__text {
    margin-top: 48px;
  }
}
@media (min-width: 64em) {
  .c-hero__text {
    margin-top: 0;
    max-width: 656px;
    padding: 80px 0 80px 32px;
  }
}
@media (min-width: 64em) {
  .c-hero__text {
    padding-left: 64px;
  }
}
@media (min-width: 90em) {
  .c-hero__text {
    padding-left: 112px;
  }
}
@media (min-width: 106.25em) {
  .c-hero__text {
    max-width: 720px;
  }
}
@media (min-width: 120em) {
  .c-hero__text {
    justify-self: center;
  }
}

.c-hero__overline {
  color: #ffe100;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 12px;
}
@media (min-width: 64em) {
  .c-hero__overline {
    font-size: 22.8px;
    line-height: 2.11;
  }
}

.c-hero__title {
  color: white;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 24px;
}
.c-hero__title {
  font-size: 41px;
}
@media screen and (min-width: 320px) {
  .c-hero__title {
    font-size: calc(41px + 39 * ((100vw - 320px) / 1380));
  }
}
@media screen and (min-width: 1700px) {
  .c-hero__title {
    font-size: 80px;
  }
}
@media (min-width: 64em) {
  .c-hero__title {
    margin-bottom: 20px;
    margin-right: -20%;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-hero__title {
    max-width: 42vw;
  }
}
[data-text-size=large] .c-hero__title {
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
}
[data-text-size=large] .c-hero__title {
  font-size: 45px;
}
@media screen and (min-width: 320px) {
  [data-text-size=large] .c-hero__title {
    font-size: calc(45px + 55 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  [data-text-size=large] .c-hero__title {
    font-size: 100px;
  }
}
@media (min-width: 26.5625em) {
  [data-text-size=large] .c-hero__title {
    margin-bottom: 24px;
  }
}
[data-text-size=xlarge] .c-hero__title {
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 40px;
}
[data-text-size=xlarge] .c-hero__title {
  font-size: 48px;
}
@media screen and (min-width: 320px) {
  [data-text-size=xlarge] .c-hero__title {
    font-size: calc(48px + 72 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  [data-text-size=xlarge] .c-hero__title {
    font-size: 120px;
  }
}
@media (min-width: 26.5625em) {
  [data-text-size=xlarge] .c-hero__title {
    letter-spacing: -3px;
  }
}
@media (min-width: 64em) {
  [data-text-size=xlarge] .c-hero__title {
    line-height: 0.98;
  }
}
@media (min-width: 84.375em) {
  [data-text-size=xlarge] .c-hero__title {
    letter-spacing: -3.5px;
  }
}
@media (min-width: 90em) {
  [data-text-size=xlarge] .c-hero__title {
    letter-spacing: -4px;
  }
}
.c-hero__title strong {
  color: #ffe100;
}

.c-hero__paragraph {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f1eafc;
  margin-bottom: 35px;
}
.c-hero__paragraph p + p {
  margin-top: 0.8em;
}
@media (min-width: 64em) {
  .c-hero__paragraph {
    padding-right: 40px;
    line-height: 1.58;
    font-size: 26px;
    max-width: 500px;
  }
}
@media (min-width: 90em) {
  .c-hero__paragraph {
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  [data-text-size=large] .c-hero__paragraph {
    font-size: 22px;
  }
}
@media (min-width: 90em) {
  [data-text-size=xlarge] .c-hero__paragraph {
    font-size: 24px;
  }
}

.c-hero__buttons {
  display: flex;
  flex-wrap: wrap;
}
.c-hero__buttons .c-hero__cta:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .c-hero__buttons .c-hero__cta:not(:last-child) {
    margin-bottom: unset;
    margin-right: 25px;
  }
}

.c-hero__logos {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1;
  margin-top: 38px;
}
@media (min-width: 64em) {
  .c-hero__logos {
    margin-top: 90.4px;
    grid-template-columns: repeat(4, auto);
  }
}
.c-hero__logos img {
  grid-row: 1;
  align-self: center;
  justify-self: center;
  max-width: 168px;
  height: auto;
  width: 100%;
}

.c-hero[data-module=hero] .c-hero__text {
  will-change: transform;
}
.c-hero[data-module=hero] .c-hero__text,
.c-hero[data-module=hero] .c-hero__image img {
  opacity: 0;
}

.c-hero.c-hero--curve {
  color: #8936ff;
  padding: 0;
}
.c-hero.c-hero--curve .c-hero__new-curve {
  display: none;
}
.c-hero.c-hero--curve .c-hero__content {
  overflow: hidden;
  padding-bottom: 64px;
}
@media (min-width: 64em) {
  .c-hero.c-hero--curve .c-hero__content {
    padding-bottom: 0;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 100vh;
  }
}
@media (min-width: 90em) {
  .c-hero.c-hero--curve .c-hero__content {
    grid-template-columns: 45% 55%;
  }
}
.c-hero.c-hero--curve .c-hero__text {
  padding: 0 22px;
  z-index: 2;
  position: relative;
}
@media (min-width: 36.25em) {
  .c-hero.c-hero--curve .c-hero__text {
    padding: 0 40px;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--curve .c-hero__text {
    grid-column: 1/span 2;
    grid-row: 1;
    padding-left: 54px;
    padding-top: calc(var(--header-height) + 80px);
    padding-bottom: 120px;
    max-width: 48vw;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--curve .c-hero__text {
    padding-left: 86px;
  }
}
@media (min-width: 90em) {
  .c-hero.c-hero--curve .c-hero__text {
    max-width: unset;
    grid-column: 1;
    padding-left: 144px;
  }
}
@media (min-width: 100em) {
  .c-hero.c-hero--curve .c-hero__text {
    padding-left: 152px;
  }
}
@media (min-width: 120em) {
  .c-hero.c-hero--curve .c-hero__text {
    max-width: 800px;
    justify-self: center;
  }
}
.c-hero.c-hero--curve .c-hero__paragraph {
  display: block;
}
.c-hero.c-hero--curve svg {
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  transform: translateX(-96px);
}
.c-hero.c-hero--curve .c-hero__logos {
  margin-top: 54px;
}
.c-hero.c-hero--curve .c-hero__media {
  padding-top: 0;
  max-width: unset;
  grid-row: 1;
}
@media (min-width: 36.25em) and (max-width: 63.99em) {
  .c-hero.c-hero--curve .c-hero__media {
    max-height: 50vh;
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--curve .c-hero__media {
    grid-column: 2/span 2;
  }
}
@media (min-width: 90em) {
  .c-hero.c-hero--curve .c-hero__media {
    grid-column: 2;
  }
}
.c-hero.c-hero--curve .c-hero__image {
  position: relative;
  justify-self: flex-end;
}
.c-hero.c-hero--curve .c-hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  min-width: 100%;
  width: auto;
  min-height: calc(100% + 1px);
  height: auto;
  max-width: 100%;
}
@media (min-width: 48em) {
  .c-hero.c-hero--curve .c-hero__image img {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--curve .c-hero__image img {
    -webkit-mask-image: url("../images/curve-clip-path.svg");
    -webkit-mask-position: left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 90em) {
  .c-hero.c-hero--curve .c-hero__image img {
    -o-object-position: right;
       object-position: right;
  }
}

@media (min-width: 48em) {
  .c-hero.c-hero--cutout {
    padding-right: 0;
  }
}
@media (min-width: 48em) {
  .c-hero.c-hero--cutout .c-hero__content {
    grid-template-columns: 3fr 1fr 2fr;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--cutout .c-hero__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) and (max-aspect-ratio: 4/3) {
  .c-hero.c-hero--cutout .c-hero__content {
    min-height: unset;
  }
}
.c-hero.c-hero--cutout .c-hero__new-curve {
  display: none;
}
.c-hero.c-hero--cutout .c-lottie {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.c-hero.c-hero--cutout .c-lottie svg {
  height: auto;
}
.c-hero.c-hero--cutout .c-hero__text {
  margin-bottom: 56px;
}
@media (min-width: 48em) {
  .c-hero.c-hero--cutout .c-hero__text {
    margin: 64px 0 96px;
    max-width: 500px;
    grid-row: 1;
    grid-column: 1/span 2;
    justify-self: center;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--cutout .c-hero__text {
    max-width: unset;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 106.25em) {
  .c-hero.c-hero--cutout .c-hero__text {
    max-width: 1200px;
  }
}
.c-hero.c-hero--cutout .c-hero__media {
  display: none;
}
@media (min-width: 64em) {
  .c-hero.c-hero--cutout .c-hero__media {
    display: block;
    max-width: 70vw;
    padding-top: 0;
    margin-top: calc(0px - var(--tablet-header-height, 98px));
    grid-row: 1;
    grid-column: 2/span 2;
    overflow: hidden;
  }
}
.c-hero.c-hero--cutout .c-hero__paragraph {
  max-width: 40ch;
}
.c-hero.c-hero--cutout .c-hero__image {
  padding-top: 0;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 40em) {
  .c-hero.c-hero--cutout .c-hero__image {
    height: 100%;
  }
}
@media (min-width: 120em) {
  .c-hero.c-hero--cutout .c-hero__image {
    max-width: 55vw;
    margin-left: auto;
  }
}
.c-hero.c-hero--cutout .c-hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
  width: 100%;
  position: absolute;
}

.c-hero.c-hero--onscreen,
.c-hero.c-hero--offscreen {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 64em) {
  .c-hero.c-hero--onscreen .c-hero__title,
.c-hero.c-hero--offscreen .c-hero__title {
    margin-right: 0;
  }
}
.c-hero.c-hero--onscreen .c-hero__text,
.c-hero.c-hero--offscreen .c-hero__text {
  padding: 0 22px 60px;
  margin: 0 auto;
}
@media (min-width: 36.25em) {
  .c-hero.c-hero--onscreen .c-hero__text,
.c-hero.c-hero--offscreen .c-hero__text {
    padding: 0 40px 60px;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--onscreen .c-hero__text,
.c-hero.c-hero--offscreen .c-hero__text {
    padding: 80px 0 80px 54px;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--onscreen .c-hero__text,
.c-hero.c-hero--offscreen .c-hero__text {
    padding-left: 86px;
  }
}
@media (min-width: 76.25em) {
  .c-hero.c-hero--onscreen .c-hero__text,
.c-hero.c-hero--offscreen .c-hero__text {
    margin-left: 48px;
  }
}
@media (min-width: 90em) {
  .c-hero.c-hero--onscreen .c-hero__text,
.c-hero.c-hero--offscreen .c-hero__text {
    margin-left: 80px;
  }
}
@media (min-width: 100em) {
  .c-hero.c-hero--onscreen .c-hero__text,
.c-hero.c-hero--offscreen .c-hero__text {
    margin-left: 120px;
  }
}
.c-hero.c-hero--onscreen .c-hero__paragraph,
.c-hero.c-hero--offscreen .c-hero__paragraph {
  display: block;
}
.c-hero.c-hero--onscreen .c-hero__media,
.c-hero.c-hero--offscreen .c-hero__media {
  grid-row: 1;
}
@media (min-width: 64em) {
  .c-hero.c-hero--onscreen .c-hero__media,
.c-hero.c-hero--offscreen .c-hero__media {
    grid-row: auto;
  }
}

.c-hero.c-hero--onscreen .c-hero__media {
  padding-top: 0;
}
@media (max-width: 63.99em) {
  .c-hero.c-hero--onscreen .c-hero__media {
    justify-self: center;
  }
}

.c-hero.c-hero--offscreen {
  overflow: hidden;
}
.c-hero.c-hero--offscreen .c-hero__text {
  margin-top: -8vw;
}
@media (min-width: 64em) {
  .c-hero.c-hero--offscreen .c-hero__text {
    margin-top: 0;
  }
}
@media (min-width: 100em) {
  .c-hero.c-hero--offscreen .c-hero__text {
    max-width: 960px;
  }
}
.c-hero.c-hero--offscreen .c-hero__media {
  padding-top: 8px;
  max-width: unset;
  height: 100%;
  margin-left: auto;
  max-width: 100vw;
}
@media (min-width: 64em) {
  .c-hero.c-hero--offscreen .c-hero__media {
    padding-top: 0;
  }
}
.c-hero.c-hero--offscreen .c-hero__image {
  align-items: center;
}
.c-hero.c-hero--offscreen .c-hero__image img {
  margin-left: auto;
  width: 100%;
  height: auto;
  flex: none;
}
@media (max-width: 26.5525em) {
  .c-hero.c-hero--offscreen .c-hero__image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 120vw;
    height: auto;
    max-width: unset;
  }
}
@media (min-width: 64em) {
  .c-hero.c-hero--offscreen .c-hero__image img {
    width: auto;
    height: 100%;
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 50vw;
  }
}

.c-hero--plain {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.c-hero--plain .c-hero__background {
  opacity: 0;
}
.c-hero--plain .c-hero__content {
  background-color: white;
  display: flex;
  justify-content: center;
  min-height: unset;
}
@media (min-width: 48em) {
  .c-hero--plain .c-hero__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 64em) {
  .c-hero--plain .c-hero__content {
    padding-bottom: 96px;
  }
}
.c-hero--plain .c-hero__text {
  align-items: center;
  margin-top: 48px;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 47.99em) {
  .c-hero--plain .c-hero__text {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 48em) {
  .c-hero--plain .c-hero__text {
    margin-top: 64px;
  }
}
@media (min-width: 64em) {
  .c-hero--plain .c-hero__text {
    margin-top: 0;
  }
}
.c-hero--plain .c-hero__overline {
  color: #9545ff;
}
.c-hero--plain .c-hero__title {
  color: #172542;
  max-width: 450px;
  margin-right: 0;
}
@media (max-width: 47.99em) {
  .c-hero--plain .c-hero__title {
    font-size: 36.5px;
    line-height: 48px;
  }
}
@media (min-width: 64em) {
  .c-hero--plain .c-hero__title {
    max-width: 520px;
  }
}
@media (min-width: 106.25em) {
  .c-hero--plain .c-hero__title {
    max-width: 640px;
  }
}
.c-hero--plain .c-hero__paragraph {
  display: block;
  color: #515d73;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.c-hero--404 {
  background-image: linear-gradient(194deg, #9854ff 0%, #6619d9 171%);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.c-hero--404 .c-hero__content {
  padding: 10% 0;
}
@media (max-width: 63.99em) {
  .c-hero--404 .c-hero__content {
    min-height: 50vh;
  }
}
.c-hero--404 .c-hero__text {
  max-width: 624px;
  padding-left: 0;
}
.c-hero--404 .c-hero__title {
  font-size: 30px;
}
@media (min-width: 36.25em) {
  .c-hero--404 .c-hero__title {
    font-size: 48px;
    max-width: 600px;
    line-height: 1.13;
  }
}
@media (min-width: 64em) {
  .c-hero--404 .c-hero__title {
    max-width: unset;
    font-size: 50px;
    margin-right: 0;
  }
}
.c-hero--404 .c-hero__text,
.c-hero--404 .c-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-hero--404 .c-hero__paragraph {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 48px;
  text-align: center;
  padding: 0;
  display: block;
  max-width: 480px;
}
@media (min-width: 36.25em) {
  .c-hero--404 .c-hero__paragraph {
    line-height: 1.78;
  }
}
@media (min-width: 64em) {
  .c-hero--404 .c-hero__paragraph {
    max-width: unset;
  }
}
.c-hero--404 .c-hero__paragraph a {
  color: white;
  text-decoration: underline;
}
.c-hero--404 .c-hero__curve {
  position: absolute;
  top: -20%;
  left: -5%;
  color: #9545ff;
  opacity: 0.4;
}

.c-hero-new {
  padding: 4.375rem 0 0;
  color: white;
}
@media screen and (min-width: 768px) {
  .c-hero-new {
    padding: 5rem 0 0;
  }
}
.c-hero-new[data-background=white] {
  background: white;
  color: #172542;
}
.c-hero-new__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .c-hero-new__container {
    padding: 5rem 0;
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
  }
}
.c-hero-new__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-hero-new__content {
    grid-column: span 7;
  }
}
@media screen and (min-width: 1240px) {
  .c-hero-new__content {
    grid-column: span 6;
  }
}
.c-hero-new__content.centered {
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-hero-new__content.centered {
    grid-column: span 12;
  }
}
@media screen and (min-width: 768px) {
  .c-hero-new__image {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1240px) {
  .c-hero-new__image {
    grid-column: 8/span 5;
  }
}
.c-hero-new__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
}
.c-hero-new__overline {
  color: #ffe100;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-hero-new__overline {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
[data-background=white] .c-hero-new__overline {
  color: #9545ff;
}
.c-hero-new__title {
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.c-hero-new__title {
  font-size: 48px;
}
@media screen and (min-width: 320px) {
  .c-hero-new__title {
    font-size: calc(48px + 16 * ((100vw - 320px) / 1380));
  }
}
@media screen and (min-width: 1700px) {
  .c-hero-new__title {
    font-size: 64px;
  }
}
.c-hero-new__title strong {
  color: #ffe100;
}
.c-hero-new__paragraph {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
.c-hero-new__paragraph * + * {
  margin-top: 1rem;
}
.c-hero-new__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.c-hero-new__buttons .c-hero__cta:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .c-hero-new__buttons .c-hero__cta:not(:last-child) {
    margin-bottom: unset;
    margin-right: 25px;
  }
}
.c-hero-new__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-hero-new__logos {
    padding-bottom: 5rem;
  }
}
.c-hero-new__logos.centered {
  justify-content: center;
}
.c-hero-new__logos img,
.c-hero-new__logos svg {
  width: auto;
  height: auto;
  max-height: 2rem;
  max-width: 10rem;
}
.c-hero-new__logos img:not(:last-child),
.c-hero-new__logos svg:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .c-hero-new__logos img:not(:last-child),
.c-hero-new__logos svg:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-hero-new__logos img:not(:last-child),
.c-hero-new__logos svg:not(:last-child) {
    margin-right: 4rem;
    max-height: 4rem;
    max-width: 12.5rem;
  }
}
.c-hero-new__logos svg {
  color: white;
}
[data-background=white] .c-hero-new__logos svg {
  color: #172542;
}

.c-hero__background {
  background-image: url("/app/themes/tribepad/dist/images/hero-background.jpg");
}

.c-navigation {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(193deg, #9854ff, #6619d9);
  bottom: auto;
  color: white;
  min-height: 100vh;
  order: 2;
  overflow: visible;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: calc(40px + var(--mobile-header-height));
  transform: translateX(100%);
  z-index: 200;
}
@media (min-width: 36.25em) {
  .c-navigation {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 48em) {
  .c-navigation {
    padding-top: calc(40px + var(--tablet-header-height));
  }
}
@media (min-width: 73.75em) {
  .c-navigation {
    background: transparent;
    height: auto;
    margin: 0 auto;
    min-height: unset;
    order: 0;
    padding-top: 0;
    padding: 0;
    position: relative;
    top: auto;
    transform: none;
    visibility: visible;
    width: auto;
  }
}

.c-navigation__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 73.75em) {
  .c-navigation__contents {
    align-items: center;
    flex-direction: row;
  }
}

.c-navigation__submenu {
  overflow: hidden;
}
@media (min-width: 73.75em) {
  .c-navigation__submenu {
    visibility: hidden;
    background-color: white;
    left: 0;
    position: absolute;
    right: 0;
    top: 84px;
    z-index: 200;
  }
  .navigation-open .c-navigation__submenu {
    visibility: visible;
  }
}

.c-navigation .c-button {
  margin-top: 20px;
}

.c-navigation__item {
  transition: all 0.2s ease-in-out;
  transition-property: border-color;
  align-items: center;
  border-bottom: solid 2px transparent;
  display: flex;
  font-size: 32.4px;
  line-height: 1.29;
  padding: 8px 0;
  text-align: left;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation__item:hover:not(:disabled) {
    border-color: white;
  }
}
@media (min-width: 73.75em) {
  .c-navigation__item {
    font-size: 16px;
    line-height: 1;
    margin: 0 8px;
    text-align: center;
  }
}
@media (min-width: 76.25em) {
  .c-navigation__item {
    margin: 0 18px;
  }
}
.c-navigation__item .chevron {
  transition: all 0.2s ease-in-out;
  transition-property: transform;
  margin-left: 8px;
  margin-top: 7px;
  flex: none;
}
@media (min-width: 73.75em) {
  .c-navigation__item .chevron {
    margin-top: 4px;
  }
}
.c-navigation__item.is-expanded .chevron {
  transform: scaleY(-1);
}

.c-navigation__submenu {
  overflow: hidden;
}
@media (min-width: 73.75em) {
  .c-navigation__submenu {
    visibility: hidden;
    background-color: white;
    left: 0;
    position: absolute;
    right: 0;
    top: 84px;
    z-index: 200;
  }
  .navigation-open .c-navigation__submenu {
    visibility: visible;
  }
}

.c-navigation__submenu-layout {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  max-width: 1184px;
  padding: 42px 22px;
  width: 100%;
  height: 100%;
}
@media (min-width: 36.25em) {
  .c-navigation__submenu-layout {
    padding: 42px 40px;
  }
}

.c-navigation__list {
  flex: 1 0 384px;
  padding: 0 16px;
  margin-bottom: 21px;
}
@media (min-width: 73.75em) {
  .c-navigation__list {
    padding: 0 40px;
    margin-bottom: 0;
    height: 100%;
  }
  .c-navigation__list:not(:first-of-type) {
    border-left: solid 1px #ededed;
  }
}

.c-navigation__title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #ffe100;
  margin-top: 8px;
  margin-bottom: 1px;
}
@media (min-width: 73.75em) {
  .c-navigation__title {
    color: #172542;
    font-weight: 500;
    margin-bottom: 8px;
  }
}

.c-navigation__list-item,
.c-navigation__list-all {
  color: white;
  font-size: 22.8px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 73.75em) {
  .c-navigation__list-item,
.c-navigation__list-all {
    font-size: 16px;
    line-height: 1.31;
    color: #172542;
  }
}

.c-navigation__list-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.3125;
  border-radius: 5px;
  margin-left: -11px;
  transition: all 0.2s ease-in-out;
  transition-property: color, background;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation__list-item:hover:not(:disabled) {
    color: white;
    background-color: var(--hover-color, #9545ff);
  }
}
.c-navigation__list-item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 11px;
}
.c-navigation__list-item svg {
  margin-right: 12px;
  display: block;
  height: 28px;
  width: 28px;
}

.c-navigation__list-item--grandchild {
  padding-left: 2rem;
}

.c-navigation__list-all {
  display: inline-block;
  margin-top: 28px;
  border-bottom: solid 2px #a3a9b5;
  transition: all 0.2s ease-in-out;
  transition-property: color, border-color;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation__list-all:hover:not(:disabled) {
    color: #9545ff;
    border-color: #9545ff;
  }
}

.c-navigation__featured-resource {
  border-left: solid 1px #ededed;
  display: flex;
  padding-left: 80px;
  position: relative;
  width: calc(200% / 3);
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation__featured-resource:hover:not(:disabled) .c-thumbnail__title,
.c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link .c-arrow-link__icon {
    color: #172542;
  }
  .c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link {
    color: #9545ff;
  }
  .c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link span {
    border-color: #9545ff;
  }
  .c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link .arrow {
    stroke: white;
  }
}
.c-navigation__featured-resource .c-thumbnail__overline {
  color: #515d73;
  font-size: 14.2px;
  font-weight: normal;
  line-height: 1.55;
  margin-bottom: 12px;
  text-align: left;
}
.c-navigation__featured-resource .c-thumbnail__title {
  color: #172542;
  font-size: 20.3px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.58;
  margin-bottom: 26px;
  text-align: left;
  transition: all 0.2s ease-in-out;
  transition-property: color;
}
.c-navigation__featured-resource .c-thumbnail__image {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fafafc;
  border-radius: 5px;
  margin-right: 52px;
  overflow: hidden;
  flex: 0 0 50%;
}
.c-navigation__featured-resource .c-thumbnail__image:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.c-navigation__featured-resource .c-thumbnail__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  object-fit: cover;
  width: 100%;
}
.c-navigation__featured-resource .c-arrow-link {
  position: relative;
  z-index: 2;
}

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

.c-navigation__cta-mobile {
  margin-top: 8px;
}

@media (min-width: 73.75em) {
  .c-navigation__cta-mobile,
.c-navigation__submenu-mobile,
.c-navigation__home-link {
    display: none;
  }
}

.c-navigation__submenu-desktop {
  display: none;
}
@media (min-width: 73.75em) {
  .c-navigation__submenu-desktop {
    display: flex;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    width: 100%;
  }
  .admin-bar .c-navigation__submenu-desktop {
    top: calc(var(--header-height) + 32px);
  }
}

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

.c-navigation__level2-layout {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  max-width: 1184px;
  padding: 42px 22px;
  width: 100%;
  height: 100%;
}
@media (min-width: 36.25em) {
  .c-navigation__level2-layout {
    padding: 42px 40px;
  }
}

.c-navigation__title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #ffe100;
  margin-top: 8px;
  margin-bottom: 1px;
}
@media (min-width: 73.75em) {
  .c-navigation__title {
    color: #172542;
    font-weight: 500;
    margin-bottom: 8px;
  }
}

.c-navigation__list {
  flex: 1 0 384px;
  padding: 0 16px;
  margin-bottom: 21px;
}
@media (min-width: 73.75em) {
  .c-navigation__list {
    padding: 0 40px;
    margin-bottom: 0;
    height: 100%;
  }
  .c-navigation__list:not(:first-of-type) {
    border-left: solid 1px #ededed;
  }
}

.c-navigation__featured-resource {
  border-left: solid 1px #ededed;
  display: flex;
  padding-left: 80px;
  position: relative;
  width: calc(200% / 3);
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation__featured-resource:hover:not(:disabled) .c-thumbnail__title,
.c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link .c-arrow-link__icon {
    color: #172542;
  }
  .c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link {
    color: #9545ff;
  }
  .c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link span {
    border-color: #9545ff;
  }
  .c-navigation__featured-resource:hover:not(:disabled) .c-arrow-link .arrow {
    stroke: white;
  }
}
.c-navigation__featured-resource .c-thumbnail__overline {
  color: #515d73;
  font-size: 14.2px;
  font-weight: normal;
  line-height: 1.55;
  margin-bottom: 12px;
  text-align: left;
}
.c-navigation__featured-resource .c-thumbnail__title {
  color: #172542;
  font-size: 20.3px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.58;
  margin-bottom: 26px;
  text-align: left;
  transition: all 0.2s ease-in-out;
  transition-property: color;
}
.c-navigation__featured-resource .c-thumbnail__image {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fafafc;
  border-radius: 5px;
  margin-right: 52px;
  overflow: hidden;
  flex: 0 0 50%;
}
.c-navigation__featured-resource .c-thumbnail__image:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.c-navigation__featured-resource .c-thumbnail__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  object-fit: cover;
  width: 100%;
}
.c-navigation__featured-resource .c-arrow-link {
  position: relative;
  z-index: 2;
}

.c-navigation__list-item,
.c-navigation__list-all {
  color: white;
  font-size: 22.8px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 73.75em) {
  .c-navigation__list-item,
.c-navigation__list-all {
    font-size: 16px;
    line-height: 1.31;
    color: #172542;
  }
}

.c-navigation__list-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.3125;
  border-radius: 5px;
  margin-left: -11px;
  transition: all 0.2s ease-in-out;
  transition-property: color, background;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation__list-item:hover:not(:disabled) {
    color: white;
    background-color: var(--hover-color, #9545ff);
  }
}
.c-navigation__list-item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 11px;
}
.c-navigation__list-item svg {
  margin-right: 12px;
  display: block;
  height: 28px;
  width: 28px;
}

.c-navigation__list-all {
  display: inline-block;
  margin-top: 28px;
  border-bottom: solid 2px #a3a9b5;
  transition: all 0.2s ease-in-out;
  transition-property: color, border-color;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation__list-all:hover:not(:disabled) {
    color: #9545ff;
    border-color: #9545ff;
  }
}

.c-navigation__submenu-desktop {
  display: none;
}
@media (min-width: 73.75em) {
  .c-navigation__submenu-desktop {
    display: flex;
    position: fixed;
    height: 0;
    top: var(--header-height);
    left: 0;
    right: 0;
    width: 100%;
  }
}

[data-layout=horizontal] .c-navigation__level2-layout {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: 1fr 3fr;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__title {
  line-height: 1.5;
  width: 100%;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__title span {
  transition: all 0.2s ease-in-out;
  transition-property: border;
  border-bottom: solid 2px transparent;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__title.active span {
  border-bottom-color: var(--hover-color);
}
@media (hover: hover) and (pointer: fine) {
  [data-layout=horizontal] .c-navigation__level2-layout .c-navigation__title:hover:not(:disabled) span {
    border-bottom-color: var(--hover-color);
  }
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__primary-links {
  border-right: solid 1px #ededed;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__primary-links .c-navigation__list {
  height: unset;
  padding-left: 0;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__primary-links .c-navigation__list:not(:first-of-type) {
  border-left: none;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__secondary-links {
  display: grid;
  grid-template-areas: "content";
  background-color: white;
  height: 100%;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__secondary-links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
[data-layout=horizontal] .c-navigation__level2-layout .c-navigation__secondary-links > div {
  grid-area: content;
  visibility: hidden;
}

.c-resource-header {
  background-image: linear-gradient(215deg, #9854ff -1%, #6619d9 121%);
  color: white;
}

.c-resource-header__layout {
  margin-top: var(--mobile-header-height);
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 48em) {
  .c-resource-header__layout {
    margin-top: var(--tablet-header-height);
  }
}
@media (min-width: 64em) {
  .c-resource-header__layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "image text";
  }
}
@media (min-width: 73.75em) {
  .c-resource-header__layout {
    margin-top: var(--header-height);
  }
}

.c-resource-header__video,
.c-resource-header__image {
  width: 100%;
  display: block;
  position: relative;
  border-top-right-radius: 5px;
  grid-area: 2;
  overflow: hidden;
}
.c-resource-header__video:before,
.c-resource-header__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 64em) {
  .c-resource-header__video,
.c-resource-header__image {
    grid-area: image;
  }
}
.c-resource-header__video .o-iframe,
.c-resource-header__video video,
.c-resource-header__video img,
.c-resource-header__image .o-iframe,
.c-resource-header__image video,
.c-resource-header__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-resource-header__text {
  padding: 35px 22px 44px;
  align-self: center;
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  grid-area: text;
}
.c-resource-header__text.full-width {
  grid-area: 1/span 2;
  padding: 48px 32px;
  text-align: center;
  margin-right: auto;
  max-width: 856px;
}
@media (min-width: 26.5625em) {
  .c-resource-header__text {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 36.25em) {
  .c-resource-header__text {
    padding: 35px 32px 44px;
  }
}
@media (min-width: 40em) {
  .c-resource-header__text {
    padding-left: 64px;
    padding-right: 64px;
  }
  .c-resource-header__text.full-width {
    padding: 30px 96px 72px;
  }
}
@media (min-width: 48em) {
  .c-resource-header__text {
    padding: 56px 96px 72px;
  }
  .c-resource-header__text.full-width {
    padding: 30px 96px 72px;
  }
}
@media (min-width: 64em) {
  .c-resource-header__text {
    padding: 44px 144px 50px 72px;
  }
  .c-resource-header__text.full-width {
    padding: 30px 96px 72px;
  }
}
@media (min-width: 90em) {
  .c-resource-header__text.full-width {
    padding: 64px 40px 80px;
  }
}

.c-resource-header__title {
  font-size: 28.8px;
  line-height: 1.39;
}
@media (min-width: 48em) {
  .c-resource-header__title {
    font-size: 37.8px;
    line-height: 1.34;
  }
}
@media (min-width: 64em) {
  .c-resource-header__title {
    font-size: 41px;
    line-height: 1.27;
  }
}

.c-resource-header__cta {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.c-resource-header__meta {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.full-width .c-resource-header__meta {
  justify-content: center;
}

.c-resource-header__logo {
  max-width: 168px;
  width: auto;
  height: 72px;
  background-color: white;
  border-radius: 6px;
  padding: 10px 24px;
  margin-right: 36px;
}
.c-resource-header__logo img,
.c-resource-header__logo svg {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-resource-header__label {
  align-items: center;
  border-radius: 16px;
  color: white;
  display: inline-flex;
  flex: none;
  font-size: 14.2px;
  justify-content: center;
  padding: 8px 14px;
}
[data-post-type=Article] .c-resource-header__label {
  background-color: var(--article);
}
[data-post-type=Video] .c-resource-header__label {
  background-color: var(--video);
}
[data-post-type=Webinar] .c-resource-header__label {
  background-color: var(--webinar);
}
[data-post-type=Report] .c-resource-header__label {
  background-color: var(--whitepaper);
}
[data-post-type="Case Study"] .c-resource-header__label {
  background-color: #9545ff;
}
.c-resource-header__label [data-post-type="Product Update"] {
  background-color: var(--productupdate);
}
.c-resource-header__label [data-post-type=Masterclass] {
  background-color: var(--masterclass);
}
[data-post-type=Magazine] .c-resource-header__label {
  background-color: var(--magazine);
}

.c-resource-header__tags {
  margin-top: 19px;
}
@media (min-width: 48em) {
  .c-resource-header__tags {
    margin-top: 32px;
  }
}

.c-resource-header[data-post-type=Webinar] .c-resource-header__layout,
.c-resource-header[data-post-type=Video] .c-resource-header__layout,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__layout {
  grid-template-areas: "image" "text";
}
@media (min-width: 48em) {
  .c-resource-header[data-post-type=Webinar] .c-resource-header__layout,
.c-resource-header[data-post-type=Video] .c-resource-header__layout,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__layout {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "text" "image";
  }
}
@media (min-width: 48em) {
  .c-resource-header[data-post-type=Webinar] .c-resource-header__layout.has-video,
.c-resource-header[data-post-type=Video] .c-resource-header__layout.has-video,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__layout.has-video {
    box-shadow: inset 0 -25vh 0 white;
  }
}
.c-resource-header[data-post-type=Webinar] .c-resource-header__tags,
.c-resource-header[data-post-type=Video] .c-resource-header__tags,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__tags {
  display: none;
}
.c-resource-header[data-post-type=Webinar] .c-resource-header__text,
.c-resource-header[data-post-type=Video] .c-resource-header__text,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__text {
  width: 100%;
}
@media (min-width: 48em) {
  .c-resource-header[data-post-type=Webinar] .c-resource-header__text,
.c-resource-header[data-post-type=Video] .c-resource-header__text,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__text {
    text-align: center;
    padding: 44px 22px 50px;
    max-width: 704px;
  }
}
.c-resource-header[data-post-type=Webinar] .c-resource-header__video,
.c-resource-header[data-post-type=Video] .c-resource-header__video,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__video {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 0;
  position: relative;
  grid-area: 2;
}
@media (min-width: 48em) {
  .c-resource-header[data-post-type=Webinar] .c-resource-header__video,
.c-resource-header[data-post-type=Video] .c-resource-header__video,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__video {
    border-radius: 6px;
  }
}
@media (min-width: 64em) {
  .c-resource-header[data-post-type=Webinar] .c-resource-header__video,
.c-resource-header[data-post-type=Video] .c-resource-header__video,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__video {
    grid-area: image;
  }
}
.c-resource-header[data-post-type=Webinar] .c-resource-header__video .play,
.c-resource-header[data-post-type=Video] .c-resource-header__video .play,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__video .play {
  background-color: #ffe100;
  border-radius: 50%;
  height: 74px;
  width: 74px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #172542;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transition-property: color, background-color;
}
@media (min-width: 48em) {
  .c-resource-header[data-post-type=Webinar] .c-resource-header__video .play,
.c-resource-header[data-post-type=Video] .c-resource-header__video .play,
.c-resource-header[data-post-type=Masterclass] .c-resource-header__video .play {
    height: 90px;
    width: 90px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-resource-header[data-post-type=Webinar] .c-resource-header__video .play:hover:not(:disabled),
.c-resource-header[data-post-type=Video] .c-resource-header__video .play:hover:not(:disabled),
.c-resource-header[data-post-type=Masterclass] .c-resource-header__video .play:hover:not(:disabled) {
    color: white;
    background-color: #172542;
  }
}

.c-resource-hub-header {
  padding-top: var(--mobile-header-height);
  background-image: linear-gradient(226deg, #9854ff 0%, #6619d9 105%);
}
@media (min-width: 73.75em) {
  .c-resource-hub-header {
    padding-top: var(--header-height);
  }
}

.c-resource-hub-header__layout {
  padding: 48px 0 40px;
}
@media (min-width: 48em) {
  .c-resource-hub-header__layout {
    padding: 96px 0;
  }
}

.c-resource-hub-header__title {
  color: white;
  font-size: 41px;
  line-height: 1.17;
  margin-bottom: 24px;
  font-weight: bold;
  max-width: 500px;
}
@media (min-width: 48em) {
  .c-resource-hub-header__title {
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 32px;
  }
}

.c-resource-hub-header__search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.c-resource-hub-header__search .c-button {
  margin-top: 14px;
}
@media (min-width: 48em) {
  .c-resource-hub-header__search {
    flex-direction: row;
    align-items: stretch;
  }
  .c-resource-hub-header__search .c-button {
    margin-top: 0px;
  }
}

.c-resource-hub-header .c-arrow-link {
  margin-top: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .c-resource-hub-header .c-arrow-link:hover:not(:disabled) {
    color: white;
  }
  .c-resource-hub-header .c-arrow-link:hover:not(:disabled) span {
    border-color: white;
  }
  .c-resource-hub-header .c-arrow-link:hover:not(:disabled) .c-arrow-link__icon {
    color: #172542;
  }
}

.c-narrow-header {
  padding-top: var(--mobile-header-height);
  background-image: linear-gradient(226deg, #9854ff 0%, #6619d9 105%);
}
@media (min-width: 48em) {
  .c-narrow-header {
    padding-top: var(--tablet-header-height);
  }
}
@media (min-width: 73.75em) {
  .c-narrow-header {
    padding-top: var(--header-height);
  }
}

.c-narrow-header__layout {
  padding: 48px 0 40px;
}
@media (min-width: 48em) {
  .c-narrow-header__layout {
    padding: 80px 0;
  }
}

.c-narrow-header__heading {
  color: white;
  font-size: 41px;
  line-height: 1.17;
}
@media (min-width: 48em) {
  .c-narrow-header__heading {
    font-size: 52px;
    line-height: 1.15;
  }
}

.c-narrow-header__overline {
  font-size: 18px;
  color: #ffe100;
  margin-bottom: 14px;
}
@media (min-width: 64em) {
  .c-narrow-header__overline {
    font-size: 22.78px;
    margin-bottom: 22px;
  }
}

.c-narrow-header__cta {
  display: inline-block;
  margin-top: 24px;
}
@media (min-width: 48em) {
  .c-narrow-header__cta {
    margin-top: 38px;
  }
}

.c-search {
  background-color: white;
  background-image: none;
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 300;
  transform: translateY(-100%);
  visibility: hidden;
}
.c-search ::-webkit-input-placeholder {
  color: rgba(81, 93, 115, 0.3);
}
.c-search ::-moz-placeholder {
  color: rgba(81, 93, 115, 0.3);
}
.c-search ::-ms-placeholder {
  color: rgba(81, 93, 115, 0.3);
}
.c-search ::-moz-placeholder {
  color: rgba(81, 93, 115, 0.3);
}
.c-search :-ms-input-placeholder {
  color: rgba(81, 93, 115, 0.3);
}
.c-search ::placeholder {
  color: rgba(81, 93, 115, 0.3);
}

.c-search__content {
  padding: 60px 0 104px;
  margin-top: var(--mobile-header-height);
}
@media (min-width: 48em) {
  .c-search__content {
    padding: 106px 0 140px;
  }
}
@media (min-width: 73.75em) {
  .c-search__content {
    margin-top: var(--header-height);
  }
}

.c-search__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #9545ff;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 12px;
}
.c-search__form > label {
  display: none;
}
.c-search__form button {
  color: #ffe100;
  transition: all 0.2s ease-in-out;
  transition-property: color;
}
.c-search__form button .arrow {
  transition: all 0.2s ease-in-out;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
  .c-search__form button:hover:not(:disabled) {
    color: #172542;
  }
  .c-search__form button:hover:not(:disabled) .arrow {
    fill: white;
  }
}

.c-search__input {
  background: none;
  border-radius: 0;
  border: 0;
  color: #172542;
  font-size: 22.8px;
  line-height: 1.4;
  margin-right: 20px;
  outline: none;
  width: 100%;
}
@media (min-width: 48em) {
  .c-search__input {
    font-size: 32.4px;
    line-height: 1.29;
  }
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.display-none {
  display: none;
}

.flex {
  display: flex;
}

@media (min-width: 48em) {
  .sm\:display-none {
    display: none;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:block {
    display: block;
  }
}
@media (min-width: 64em) {
  .md\:display-none {
    display: none;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:block {
    display: block;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.align-center {
  align-items: center;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-none {
  flex: none;
}

.flex-1 {
  flex: 1;
}

@media (min-width: 48em) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:align-start {
    align-items: flex-start;
  }
}
@media (min-width: 64em) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 90em) {
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }
}
.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.underline {
  text-decoration: underline;
}

.richtext * + * {
  margin-top: 1.2em;
}
.richtext a {
  color: #9545ff;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  transition-property: color;
}
@media (hover: hover) and (pointer: fine) {
  .richtext a:hover:not(:disabled) {
    color: #515d73;
  }
}
.richtext img {
  width: 100%;
  display: block;
  height: auto;
}
[data-background=purple] .richtext a {
  color: #172542;
}
@media (hover: hover) and (pointer: fine) {
  [data-background=purple] .richtext a:hover:not(:disabled) {
    color: #f1eafc;
  }
}
.richtext strong,
.richtext b {
  font-weight: 500;
}
.richtext em,
.richtext i {
  font-style: italic;
}
.richtext ol {
  list-style: auto;
  margin-left: 1em;
}
.richtext ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-left: 32px;
  position: relative;
}
.richtext ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b078ff;
  display: block;
}
@media (min-width: 48em) {
  .richtext ul.two-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .richtext ul.two-columns li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.hide {
  visibility: hidden;
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 20px, 0);
  }
}
#skip-to-content {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background-color: transparent;
  color: #fff;
  padding: 10px;
  z-index: 1000;
  transition: top 0.3s, left 0.3s;
}

#skip-to-content:focus {
  top: 10px;
  left: 10px;
}

/*# sourceMappingURL=critical.css.map*/