:root {
  --blue-gray-200: #c8cce5;
  --light-blue-300: #7cd4fd;
  --blue-gray-25: #fcfcfd;
  --blue-gray-50: #f8f9fc;
  --black: #101828;
  --white: white;
  --light-blue-400: #36bffa;
  --10-white: #ffffff1a;
  --blue-gray-100: #eaecf5;
  --20-white: #fff3;
  --pink-400: #f780f9;
  --light-blue-900: #0b4a6f;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.75rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--blue-gray-200);
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 40px;
}

li {
  margin-bottom: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

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

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  color: var(--light-blue-300);
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
}

.text-style-link:hover {
  color: var(--blue-gray-25);
  text-shadow: 0 0 16px #fcfcfdad;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  position: relative;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  position: relative;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: var(--white);
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.stylesystem-spacing-wrapper {
  background-color: #f4f4f4;
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 32px;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 2rem;
}

.icon-small {
  width: 2rem;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
  padding-left: 1rem;
}

.icon-medium {
  width: 3rem;
}

.text-color-white {
  color: var(--white);
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.lightgrey {
  background-color: #f4f4f4;
}

.stylesystem_color-sample.black {
  background-color: var(--black);
}

.stylesystem_color-sample.white {
  background-color: var(--white);
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 2rem;
}

.heading-xxlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.styleguide-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.form-radio {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
}

.form-radio.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.icon-xsmall {
  width: 1.5rem;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  width: 1rem;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.icon-xlarge {
  width: 6.5rem;
}

.background-color-black-2 {
  background-color: #000;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  background-color: var(--light-blue-400);
  box-shadow: none;
  color: var(--black);
  text-align: center;
  border: 1px solid #fff6;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  background-color: #6ad2ff;
  box-shadow: 0 0 40px 10px #7cd4fd3d;
}

.button.invert-colors {
  background-color: var(--white);
  color: #000;
}

.button.button-small {
  padding: .5rem 1.25rem;
}

.form-input {
  color: #000;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.select {
  background-color: #fff;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: #f4f4f4;
}

.form-checkbox {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  transition: all .2s;
}

.form-checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  color: var(--blue-gray-100);
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--20-white);
  box-shadow: 0 0 40px 10px var(--10-white);
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.invert-colors {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.is-next-to-primary {
  margin-left: 1rem;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: #000;
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  width: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.beta-label {
  text-transform: uppercase;
  background-color: #e4e2df;
  border-radius: .25rem;
  margin-left: .15rem;
  margin-right: .15rem;
  padding: .05rem .25rem;
  font-size: .875rem;
  display: inline-block;
}

.body {
  background-color: var(--black);
  color: var(--blue-gray-25);
  font-family: IBM Plex Sans, sans-serif;
}

.heading {
  letter-spacing: -.02em;
  font-family: Sora, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.sticky-nav {
  z-index: 1;
  background-color: #0000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 134px;
  height: 38px;
}

.nav-link {
  color: #eaecf5cc;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  color: var(--blue-gray-100);
  text-shadow: 0 0 24px #ffffffc7;
}

.hero_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

.hero_images {
  position: relative;
}

.text-color-bg50 {
  color: var(--blue-gray-50);
}

.hero-image {
  position: absolute;
}

.hero-image._1 {
  z-index: 2;
  opacity: .68;
  top: 10%;
  right: -20%;
}

.hero-image._2 {
  z-index: 3;
  opacity: .84;
  top: 70%;
}

.hero-image._3 {
  z-index: 3;
  opacity: .9;
  top: -11%;
  left: 16%;
}

.hero-image._4 {
  z-index: 2;
  mix-blend-mode: hard-light;
  bottom: -43%;
  right: 43%;
}

.hero-image._5 {
  z-index: 1;
  mix-blend-mode: color-dodge;
  top: -26%;
  left: 9%;
}

.hero-image._6 {
  z-index: 1;
  top: 191px;
}

.hero-image._7 {
  z-index: 2;
  right: 18%;
}

.hero-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.hero-gradient.blue {
  z-index: 1;
  opacity: 1;
  background-color: #0071c7;
}

.hero-gradient.pink {
  z-index: 1;
  opacity: .8;
  background-color: #ee25f1;
  inset: auto 24% -59% auto;
}

.paragraph {
  color: var(--blue-gray-200);
}

.logos_grid {
  grid-column-gap: 96px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-noise {
  z-index: -1;
  opacity: .29;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 1440px;
  position: fixed;
  inset: 0%;
}

.mouse-gradient {
  z-index: -1;
  background-color: var(--light-blue-400);
  opacity: .5;
  filter: blur(60px);
  mix-blend-mode: hard-light;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: relative;
  top: -70px;
  right: 70px;
}

.mouse-gradient-wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.section-features {
  position: relative;
}

.pre-header {
  color: var(--blue-gray-25);
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #ffffff0d;
  padding: .5rem 1rem;
  font-family: Sora, sans-serif;
  line-height: 1.5rem;
  display: inline-block;
}

.features_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.features_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features_content.max-width-small {
  grid-row-gap: 4rem;
}

.features_image {
  position: absolute;
  right: -20%;
}

.features_image.max-width-xlarge {
  opacity: .88;
  right: -38%;
}

.features-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.features-gradient.blue {
  background-color: var(--light-blue-400);
  opacity: 1;
  mix-blend-mode: hard-light;
}

.features-gradient.pink {
  z-index: 1;
  opacity: .8;
  background-color: #ee25f1;
  inset: 54% auto auto 4%;
}

.section-numbers {
  position: relative;
}

.numbers_component {
  z-index: 2;
  grid-column-gap: 7.5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
  position: relative;
}

.number {
  color: var(--light-blue-300);
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
}

.numbers-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.numbers-gradient.blue {
  z-index: 1;
  opacity: 1;
  background-color: #0076d1;
  margin-left: auto;
  margin-right: auto;
  inset: 25% 0% auto;
}

.numbers-gradient.pink {
  background-color: var(--pink-400);
  opacity: .8;
  mix-blend-mode: hard-light;
  inset: auto 24% -59% auto;
}

.relative, .section-cta, .section-testimonials, .testimonials_component {
  position: relative;
}

.slide {
  background-image: url('../images/pexels-zen-chung-5749818.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 22.5rem;
  height: 30rem;
  margin-right: 3rem;
  overflow: hidden;
}

.slide._1 {
  background-image: url('../images/mateus-campos-felipe-mJEazX8mpqs-unsplash.jpg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  overflow: hidden;
}

.slide.padding-small {
  background-position: 0 100%;
  position: relative;
}

.slide._3 {
  background-image: url('../images/pexels-mart-production-7709235.jpg');
  background-position: 0 100%;
}

.slide._4 {
  background-image: url('../images/pexels-los-muertos-crew-10041233.jpg');
  background-position: 0 100%;
}

.slide._5 {
  background-image: url('../images/joel-mott-YU2cDEikESw-unsplash.jpg');
  background-position: 0 100%;
}

.mask {
  width: 22.5rem;
  height: 30rem;
  overflow: visible;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 36rem;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.left-arrow {
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  width: 4rem;
  height: 4rem;
  transition: background-color .2s;
  position: absolute;
  inset: auto 6rem 0% auto;
}

.left-arrow:hover {
  background-color: var(--20-white);
}

.right-arrow {
  border: 1px solid var(--10-white);
  background-color: var(--10-white);
  width: 4rem;
  height: 4rem;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: var(--20-white);
}

.slider-content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-icon {
  font-size: 1.75rem;
}

.cta_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta_check {
  align-items: center;
  display: flex;
}

.cta_button-wrapper {
  display: flex;
}

.cta_image {
  height: 60rem;
  position: relative;
}

.iphone-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.iphone-gradient.blue {
  z-index: 1;
  opacity: 1;
  background-color: #0079d6;
  margin-left: auto;
  margin-right: auto;
  inset: 14% 0% auto 62%;
}

.iphone-gradient.pink {
  background-color: var(--pink-400);
  opacity: .8;
  mix-blend-mode: hard-light;
  inset: auto 24% -59% auto;
}

.image-2 {
  z-index: 2;
  position: absolute;
  inset: 12% 0% 0% auto;
}

.cta_illustration {
  z-index: 2;
  opacity: .9;
  position: absolute;
  inset: 62% auto 0% -1%;
}

.cta_circle {
  z-index: 1;
  position: absolute;
  inset: 18% auto auto 20%;
}

.cta_triangle {
  z-index: 2;
  position: absolute;
  inset: 51% -2% auto auto;
}

.cta_icon {
  z-index: 2;
  position: absolute;
  inset: auto auto 13% 20%;
}

.features-gradient-copy {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.features-gradient-copy.blue {
  background-color: var(--light-blue-400);
  opacity: 1;
  mix-blend-mode: hard-light;
}

.features-gradient-copy.pink {
  background-color: var(--pink-400);
  opacity: .8;
  mix-blend-mode: hard-light;
  inset: 21% auto auto 17%;
}

.cta-gradient {
  filter: blur(120px);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.cta-gradient.blue {
  background-color: var(--light-blue-400);
  opacity: 1;
  mix-blend-mode: hard-light;
}

.cta-gradient.pink {
  z-index: 1;
  opacity: .8;
  background-color: #ee25f1;
  bottom: 6%;
  left: 19%;
  right: auto;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 134px;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.divider {
  background-color: var(--20-white);
  width: 100%;
  height: 1px;
}

.slider-background {
  background-color: var(--black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonials_quote {
  color: var(--blue-gray-25);
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-container.max-width-xxlarge {
  margin-left: auto;
  margin-right: auto;
}

.features-header {
  z-index: 2;
  position: relative;
}

.numbers-header {
  position: relative;
}

.gradient-wrapper.is-number {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: -59% auto auto;
}

.gradient-wrapper.is-features {
  opacity: .93;
  position: absolute;
  inset: -60% auto auto -26%;
}

.gradient-wrapper.hero-blue {
  position: absolute;
  inset: -90% auto auto -33%;
}

.gradient-wrapper.hero-pink {
  position: absolute;
  right: -20%;
}

.gradient-wrapper.cta-blue {
  position: absolute;
  inset: -18% -59% auto auto;
}

.gradient-wrapper.cta-pink {
  width: 870px;
  position: absolute;
  inset: auto auto -21% -36%;
}

.gradient-blob {
  width: 80%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .button-secondary.is-next-to-primary {
    margin-left: 1rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .nav-link {
    padding: 2rem;
  }

  .hero_component {
    grid-row-gap: 4rem;
    grid-template-rows: auto minmax(400px, 1fr);
    grid-template-columns: 1.5fr;
    padding-top: 4rem;
  }

  .hero-image._1 {
    width: 90%;
    top: 6%;
  }

  .hero-image._2 {
    object-fit: contain;
    width: 40%;
    top: 57%;
  }

  .hero-image._3 {
    object-fit: contain;
    max-width: 50%;
    top: -5%;
  }

  .hero-image._4 {
    bottom: -15%;
  }

  .hero-image._5 {
    top: 14%;
  }

  .hero-image._6 {
    top: 144px;
  }

  .hero-gradient.blue {
    right: 375px;
  }

  .hero-gradient.pink {
    bottom: -34%;
  }

  .logos_grid {
    grid-column-gap: 2rem;
  }

  .mouse-gradient-wrapper {
    display: none;
  }

  .features_component {
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .features_image.max-width-xlarge {
    position: relative;
    right: 0%;
  }

  .numbers_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .number {
    font-size: 3rem;
    line-height: 3rem;
  }

  .image-2 {
    right: -40%;
  }

  .cta_illustration {
    top: 53%;
  }

  .cta_icon {
    bottom: 25%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-background {
    opacity: .5;
  }

  .nav-menu {
    background-color: var(--black);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  .nav-container.max-width-xxlarge {
    z-index: 999;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--10-white);
  }

  .nav-link-wrapper {
    background-color: var(--black);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    padding: 2rem;
  }

  .gradient-wrapper {
    min-width: 600px;
  }

  .gradient-wrapper.is-number {
    top: -136px;
  }

  .gradient-wrapper.cta-blue {
    right: -127%;
  }

  .gradient-wrapper.cta-pink {
    bottom: 1%;
    left: -50%;
  }

  .gradient-blob {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .button {
    width: 100%;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .button-secondary.is-next-to-primary {
    width: 100%;
    margin-left: 1rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-image._3 {
    top: -4%;
  }

  .hero-image._4 {
    bottom: 3%;
  }

  .hero-image._6 {
    top: 138px;
  }

  .hero-gradient.blue {
    filter: blur(100px);
    width: 200px;
    height: 200px;
    right: 242px;
  }

  .hero-gradient.pink {
    filter: blur(100px);
    width: 200px;
    height: 220px;
    bottom: -12%;
  }

  .section-logos {
    padding-top: 4rem;
  }

  .logos_grid {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .image {
    border-radius: 9px;
  }

  .numbers_component {
    padding: 2.5rem;
  }

  .cta_component {
    grid-template-columns: 1fr;
  }

  .image-2 {
    left: 20%;
    right: auto;
  }

  .cta_circle {
    left: 10%;
  }

  .cta_icon {
    bottom: 22%;
    left: 13%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .comany-logo {
    width: 130px;
  }

  .company_title {
    text-align: center;
  }

  .gradient-wrapper.is-number {
    left: -69%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-style-link {
    font-weight: 600;
    transition: all .2s;
  }

  .text-style-link:hover {
    color: var(--blue-gray-50);
    text-shadow: 0 0 16px #fcfcfdad;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .button-secondary.is-next-to-primary {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero_component {
    grid-template-rows: auto minmax(240px, 1fr);
  }

  .hero_content {
    z-index: 1;
    position: relative;
  }

  .hero_images {
    z-index: 0;
  }

  .hero-image._2 {
    top: 55%;
  }

  .hero-image._4 {
    width: 80px;
    bottom: 15%;
    right: 43%;
  }

  .hero-image._5 {
    width: 50px;
    top: 1%;
  }

  .hero-image._6 {
    width: 30px;
    top: 91px;
  }

  .hero-image._7 {
    width: 20px;
  }

  .hero-gradient.blue {
    filter: blur(60px);
    width: 160px;
    height: 160px;
    right: 152px;
  }

  .hero-gradient.pink {
    filter: blur(60px);
    width: 160px;
    height: 160px;
    bottom: -8%;
  }

  .section-logos {
    position: relative;
  }

  .numbers_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .numbers-gradient.blue {
    background-color: #0000;
  }

  .slide, .slide._1, .mask {
    max-width: 100%;
  }

  .cta_component {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    grid-auto-rows: 500px;
  }

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

  .cta_illustration {
    top: 51%;
    left: 0%;
  }

  .cta_circle {
    left: 14%;
  }

  .cta_triangle {
    top: 9%;
  }

  .cta_icon {
    bottom: 24%;
  }

  .cta-gradient.pink {
    filter: blur(100px);
    width: 200px;
    height: 200px;
    bottom: 18%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .comany-logo {
    width: 100px;
  }

  .copyright {
    text-align: center;
  }

  .gradient-wrapper {
    min-width: 600px;
    position: absolute;
  }

  .gradient-wrapper.is-number {
    min-width: 600px;
    position: absolute;
    left: -117%;
    right: auto;
  }

  .gradient-wrapper.is-features {
    min-width: 600px;
    top: 8%;
  }

  .gradient-wrapper.hero-blue {
    top: -42%;
    left: -66%;
  }

  .gradient-wrapper.hero-pink {
    top: 78px;
    right: -90%;
  }

  .gradient-wrapper.cta-blue {
    right: -96%;
  }

  .gradient-wrapper.cta-pink {
    min-width: 710px;
    bottom: -11%;
    left: auto;
    right: -31%;
  }
}

#w-node-_2ade46f0-95d9-fb44-9b5b-475a6a421175-fba90776, #w-node-_2a77393e-7151-fb62-f8ae-f81715640198-fba90776, #w-node-dce5af92-77ed-80d5-b714-eb9d993374b7-fba90776, #w-node-_548dddef-de11-7c4a-b9c9-a00cd2d801b3-fba90776, #w-node-_2327e949-217c-d203-7936-4cabda81d3e0-fba90776 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-d749292b-1453-1233-4f64-635ec5c6dbe4-fba90776 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b46fd0b-0267-d0a0-d661-3af3dc865518-fba90776 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe6b3b86-aec7-7b04-cd12-08854dad3d08-fba90776 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe6b3b86-aec7-7b04-cd12-08854dad3d08-fba90776 {
    order: -9999;
  }
}


