/* Paths ------------------------------------------------------------------- */
/* Colors ------------------------------------------------------------------ */
/* Colors Object ----------------------------------------------------------- */
/* Color Abstractions ----------------------------------------------------------- */
/* Fonts ------------------------------------------------------------------- */
/* Icon Replacements ------------------------------------------------------- */
/* Weights ----------------------------------------------------------------- */
/* Breakpoints ------------------------------------------------------------- */
/* Breakpoints ------------------------------------------------------------- */
/* Content ----------------------------------------------------------------- */
/* Header ------------------------------------------------------------------ */
/* Grid block widths -------------------------------------------------------- */
/* Z ----------------------------------------------------------------------- */
/* Easings ----------------------------------------------------------------------- */
/* Animations ------------------------------------------------------------------ */
/* A11y ------------------------------------------------------------------ */
/* Radius ------------------------------------------------------------------ */
/* Variables ------------------------------------------------------------------ */
:root {
  --bp-nav-hide: 1000px;
  --height--header: 124px;
  --height--header-m: 80px;
  --height--toolbelt: 3.52941rem;
  --color-black: #000000;
  --color-light-black: #3a3a3a;
  --color-white: #ffffff;
  --color-grey: #727272;
  --color-pink: #bf4ac0;
  --color-violet: #730e83;
  --color-purple: #755ad8;
  --color-green: #4cd964;
  --color-lime: #b9ff78;
  --color-m1-dark: #df3598;
  --color-m1-light: #b02481;
  --color-m2-dark: #80149f;
  --color-m2-light: #ba45c3;
  --color-m3-dark: #5c2fc8;
  --color-m3-light: #765fd3;
  --color-m4-dark: #16548f;
  --color-m4-light: #13acb9;
  --color-m5-dark: #167174;
  --color-m5-light: #25c5a2;
  --color-m6-dark: #137435;
  --color-m6-light: #57b254;
  --color-m7-dark: #d03152;
  --color-m7-light: #e5723d;
  --anim-module-loading: 0.55s; }

.wf-loading header nav ul li a {
  padding-top: 2px !important;
  letter-spacing: 1px !important; }

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: calc(100% + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); }

/*
html, body, main, div[data-barba] {
  height: 100vh;
}
*/
html, body {
  height: 100vh; }

a, button {
  touch-action: manipulation; }

body {
  height: 100%;
  overscroll-behavior-y: none; }

*,
*:before,
*:after {
  position: relative;
  box-sizing: border-box; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

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

a:hover {
  text-decoration: none; }

button {
  overflow: visible; }

button {
  text-transform: none;
  padding: 0; }

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
  outline: 0; }

select {
  outline: 0; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

.absolute-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.image--background {
  height: 100%;
  width: 100%; }
  .image--background img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.intrinsic-parent {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
  height: auto; }

.intrinsic {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-top: 100%; }
  .intrinsic .intrinsic-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0; }

.fade-box > * {
  transition: opacity 400ms; }

.fade-box > *.lazyloaded {
  opacity: 1; }

@keyframes fadein {
  0% {
    opacity: 0;
    display: none; }
  1% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }

@media screen and (min-width: 768px) {
  .hide--desktop {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide--mobile {
    display: none; } }

html {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 17px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--color-light-black); }

.header__navigation {
  display: none; }
  @media screen and (min-width: 1000px) {
    .header__navigation {
      display: flex; } }

.header__triggers {
  display: flex; }
  @media screen and (min-width: 1000px) {
    .header__triggers {
      display: none; } }

/* Vars ------------------------------------------------------------------ */
/* Helpers ------------------------------------------------------------------ */
.c {
  width: 100%;
  margin: 0 auto; }
  .c--site {
    max-width: 94.11765rem; }
    .c--site--pad {
      max-width: 98.23529rem; }
  .c--wide {
    max-width: 67.64706rem; }
  .c--inner {
    max-width: 57.64706rem; }
    .c--inner--pad {
      max-width: 61.76471rem; }
  .c--content {
    max-width: 35.29412rem; }
    .c--content--pad {
      max-width: 39.41176rem; }
  .c--narrow {
    max-width: 28.23529rem; }
    @media screen and (max-width: 767px) {
      .c--narrow--desktop {
        max-width: inherit; } }
  .c--small {
    max-width: 21.17647rem; }
    @media screen and (max-width: 767px) {
      .c--small {
        max-width: inherit; } }
  .c--hero {
    max-width: 66.11765rem; }
    .c--hero--pad {
      max-width: 70.23529rem; }

.pad--v {
  padding-top: 1.76471rem;
  padding-bottom: 1.76471rem; }

.pad--v--bottom {
  padding-bottom: 1.76471rem; }
  @media screen and (max-width: 767px) {
    .pad--v--bottom {
      padding-bottom: 1.76471rem; } }

.pad--v--top {
  padding-top: 4.70588rem; }
  @media screen and (max-width: 767px) {
    .pad--v--top {
      padding-top: 3.52941rem; } }
  .pad--v--top--member {
    padding-top: 2.35294rem; }
    @media screen and (max-width: 767px) {
      .pad--v--top--member {
        padding-top: 3.52941rem; } }

.pad--v--half {
  padding-top: 2.35294rem;
  padding-bottom: 2.35294rem; }
  @media screen and (max-width: 767px) {
    .pad--v--half {
      padding-top: 1.17647rem;
      padding-bottom: 1.17647rem; } }

.pad--pad-top-content {
  padding-top: 2.05882rem; }

.pad--h {
  padding-left: 2.05882rem;
  padding-right: 2.05882rem; }
  @media screen and (max-width: 767px) {
    .pad--h {
      padding-left: 2.05882rem;
      padding-right: 2.05882rem; } }

@media screen and (min-width: 768px) {
  .pad--h--desktop {
    padding-left: 2.05882rem;
    padding-right: 2.05882rem; } }

@media screen and (max-width: 767px) {
  .pad--h--mobile {
    padding-left: 2.05882rem;
    padding-right: 2.05882rem; } }

.r {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .r--halign-center {
    align-items: center; }
  @media screen and (max-width: 767px) {
    .r--halign-center-mobile {
      align-items: center !important; } }
  @media screen and (min-width: 768px) {
    .r--halign-right-desktop {
      align-content: flex-end !important; } }
  .r--valign-center {
    align-content: center; }
  .r--justify-center {
    justify-content: center !important; }
  .r--justify-end {
    justify-content: flex-end !important; }
  .r--justify-space-between {
    justify-content: space-between !important; }
  .r--justify-space-around {
    justify-content: space-around !important; }
  @media screen and (min-width: 768px) {
    .r--row-desktop {
      flex-direction: row; } }
  @media screen and (min-width: 480px) {
    .r--row-tablet {
      flex-direction: row; } }
  .r--row-always {
    flex-direction: row; }
    @media screen and (min-width: 768px) {
      .r--row-always {
        flex-direction: row; } }
  .r--v-gutters > * + * {
    margin-top: 35px; }
  @media screen and (min-width: 768px) {
    .r--v-gutters > * + * {
      margin-top: 0; } }
  .r--has-subgrid > * + * {
    margin-top: 35px; }
  @media screen and (min-width: 768px) {
    .r--h-gutters {
      flex-direction: row; }
      .r--h-gutters > * + * {
        margin-top: 0;
        margin-left: 35px; } }

/* Loading animation ------------------------------------------------------------------ */
.skeleton {
  background-color: #eee;
  opacity: 0.8;
  border-radius: 4px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0) !important;
  width: 100%; }
  .skeleton:before {
    opacity: 0.5;
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #e1e1e1 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.lp {
  max-width: 1162px;
  margin-inline: auto;
  padding-block: 78px 120px; }
  @media screen and (max-width: 767px) {
    .lp {
      padding-block: 40px 80px; } }

.lp__banner {
  padding: 20px 20px;
  text-align: center;
  background-color: #755ad8;
  color: #ffffff; }
  .lp__banner sup {
    font-size: 10px;
    top: -2px;
    margin-left: 2px; }
  @media screen and (max-width: 767px) {
    .lp__banner > * {
      display: block;
      max-width: 325px;
      margin-inline: auto; } }

.type--lp--h1 {
  font-size: 70px;
  line-height: 1.09;
  color: #755ad8;
  font-weight: 700;
  letter-spacing: -1px;
  /*
    sup {
        font-size: 21px);
        display: inline-flex;
        transform: translate(4px, -5px);
        z-index: 1;
        @media screen and (max-width: $bp_tablet - 1) {
            transform: translate(4px, -1px);
        }
    }
    */ }
  @media screen and (max-width: 767px) {
    .type--lp--h1 {
      font-size: 44px;
      line-height: 1.09;
      letter-spacing: -1px; } }

.type--lp--h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .type--lp--h2 {
      font-size: 26px;
      line-height: 1; } }

.type--lp--h3 {
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .type--lp--h3 {
      font-size: 21px; } }
  .type--lp--h3--no-mobile {
    font-size: 24px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .type--lp--h3--no-mobile {
        font-size: 24px; } }

.type--lp--h3--banner {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36; }
  @media screen and (max-width: 767px) {
    .type--lp--h3--banner {
      font-size: 19px;
      font-weight: 700;
      line-height: 1.37; } }

.type--lp--h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.37; }

.type--lp--h4--light {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.37; }
  .type--lp--h4--light strong {
    font-weight: 700; }

.type--body {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41; }

.type--ul--table {
  font-size: 17px;
  line-height: 1.41;
  display: flex;
  flex-direction: column;
  font-weight: 500; }
  .type--ul--table > * + *:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #adadad;
    opacity: 0.6;
    margin-block: 13px; }

@media screen and (min-width: 768px) {
  .lp__top {
    gap: 40px;
    align-items: center; } }

.lp__top__right {
  max-width: 443.6px; }
  @media screen and (max-width: 767px) {
    .lp__top__right {
      margin-inline: auto;
      max-width: 325px; } }
  @media screen and (min-width: 768px) {
    .lp__top__right {
      order: 2; } }

.lp__top__right__image {
  margin-inline: auto; }
  @media screen and (max-width: 767px) {
    .lp__top__right__image {
      max-width: 282px; } }

.lp__top__left {
  max-width: 550px; }
  @media screen and (max-width: 767px) {
    .lp__top__left {
      max-width: 325px;
      margin-inline: auto; } }
  @media screen and (min-width: 768px) {
    .lp__top__left {
      order: 1; } }

@media screen and (max-width: 767px) {
  .lp__top__left__cta {
    text-align: center; }
    .lp__top__left__cta p {
      text-align: left; } }

/* Skills ------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .lp__skills {
    padding-block: 80px; } }

@media screen and (min-width: 768px) {
  .lp__skills {
    padding-block: 85px; } }

.lp__skills__wrap {
  gap: 60px; }

@media screen and (max-width: 767px) {
  .lp__skills__left {
    max-width: 320px;
    order: 2; } }

@media screen and (min-width: 768px) {
  .lp__skills__left {
    min-width: 320px;
    max-width: 519px; } }

@media screen and (max-width: 767px) {
  .lp__skills__right {
    max-width: 320px;
    order: 1; } }

@media screen and (min-width: 768px) {
  .lp__skills__right {
    max-width: 500px; } }

/* Why ------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .lp__why {
    padding-block: 80px; } }

@media screen and (min-width: 768px) {
  .lp__why {
    padding-block: 100px; } }

.lp__why__wrap {
  gap: 60px; }

@media screen and (max-width: 767px) {
  .lp__why__left {
    max-width: 320px; } }

@media screen and (min-width: 768px) {
  .lp__why__left {
    min-width: 320px;
    max-width: 519px; } }

@media screen and (max-width: 767px) {
  .lp__why__right {
    max-width: 320px; } }

@media screen and (min-width: 768px) {
  .lp__why__right {
    max-width: 519px; } }

/* Work ------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .lp__work {
    padding-block: 80px; } }

@media screen and (min-width: 768px) {
  .lp__work {
    padding-block: 85px 100px; } }

.lp__work__wrap {
  gap: 60px; }

@media screen and (max-width: 767px) {
  .lp__work__left {
    max-width: 325px; } }

@media screen and (min-width: 768px) {
  .lp__work__left {
    max-width: 464px; } }

.lp__work__right {
  max-width: 500px;
  justify-content: center;
  align-content: center; }

@media screen and (max-width: 767px) {
  .lp__work__right__image {
    max-width: 282px; } }

/* Features ------------------------------------------------------ */
.bg--light-gray:before {
  content: "";
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-color: rgba(173, 173, 173, 0.1);
  position: absolute;
  inset: 0 0 0 0;
  z-index: 0; }

@media screen and (max-width: 767px) {
  .lp__features {
    padding-block: 80px 86px; } }

@media screen and (min-width: 768px) {
  .lp__features {
    padding-block: 117px 100px; } }

.lp__features__wrap {
  gap: 52px; }

@media screen and (max-width: 767px) {
  .lp__features__blocks {
    gap: 55px; } }

@media screen and (min-width: 768px) {
  .lp__features__blocks {
    gap: 43px; } }

.lp__features__blocks__block {
  gap: 23px; }
  .lp__features__blocks__block img {
    margin-inline: auto; }

/* Bottom ------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .lp__bottom > * + * {
    margin-left: 90px; }
  .lp__bottom > * {
    flex-basis: 50%; } }

@media screen and (max-width: 767px) {
  .lp__bottom > * + * {
    margin-top: 40px; } }

/* Footer ------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .lp__footer {
    padding-block: 80px 98px; } }

@media screen and (min-width: 768px) {
  .lp__footer {
    padding-block: 109px 135px; } }

@media screen and (max-width: 767px) {
  .lp__footer__credits {
    max-width: 320px; } }

@media screen and (min-width: 768px) {
  .lp__footer__credits {
    max-width: 540px; } }

.btn--lp {
  background-color: #755ad8;
  color: #ffffff;
  min-width: 209px;
  height: 48px;
  border-radius: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
  padding-block: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.18; }
  .btn--lp:hover, .btn--lp:focus {
    background-color: #5029ae; }

.type--content-styles ul > * + * {
  margin-top: 16px !important; }

.type--content-styles ul b {
  font-weight: 700;
  color: #755ad8; }


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