@font-face {
  font-family: Polysanstrial Slim;
  src: url('/pluto/fonts/PolySansTrial-Slim.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polysanstrial Neutral;
  src: url('/pluto/fonts/PolySansTrial-Neutral.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polysanstrial Bulky;
  src: url('/pluto/fonts/PolySansTrial-Bulky.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polysanstrial Median;
  src: url('/pluto/fonts/PolySansTrial-Median.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Inter, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--dark-grey);
  --_typography---font-styles--heading: Geist, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--dark-grey: #3b3b3b;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --color-scheme-1--button: var(--_primitives---colors--red);
  --_ui-styles---radius--full: 62.5rem;
  --_primitives---colors--dark-blue: #29397a;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--red: #bb2957;
  --_primitives---colors--grey: #e3eae2;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--grey);
  --_ui-styles---radius--small: 1rem;
  --color-scheme-1--foreground: var(--_primitives---colors--off-white);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--medium: 1.5rem;
  --_primitives---colors--off-white: #f8f8f8;
  --_primitives---opacity--white-80: #fffc;
  --_ui-styles---radius--large: 2.5rem;
  --_primitives---colors--lighter-blue: #f4fafa;
  --_primitives---opacity--neutral-lightest-10: #f8f8f81a;
  --_primitives---colors--light-blue: #adebef;
  --color-scheme-1--border-alt: var(--_primitives---opacity--neutral-lightest-10);
  --_primitives---colors--light-red: #fffafb;
  --color-scheme-1--background-secondary: var(--_primitives---colors--light-blue);
  --color-scheme-1--background-alt: var(--_primitives---colors--dark-blue);
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

h5, h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

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

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

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  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;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

.container-large {
  background-color: #0000;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.container-medium {
  width: 100%;
  max-width: 54.5rem;
  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: 1.875rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 3.75rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-custom1, .margin-custom2 {
  margin: 2.5rem;
}

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

.margin-top {
  margin: 20px 0 0;
}

.margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin: 0 0 2rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-family: Polysanstrial Median, Arial, sans-serif;
  font-weight: 400;
}

.text-size-medium {
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 26px;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.heading-style-h1 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--dark-grey);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--color-scheme-1--button);
  border-radius: var(--_ui-styles---radius--full);
  background-color: var(--color-scheme-1--button);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: .01em;
  text-transform: none;
  padding: .75rem 1.25rem;
  line-height: 1.375;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  border-color: var(--_primitives---colors--dark-blue);
  background-color: var(--_primitives---colors--dark-blue);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--dark-grey);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--button);
}

.button.is-secondary:hover {
  border-color: var(--_primitives---colors--red);
  background-color: var(--_primitives---colors--red);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--dark-grey);
}

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

.heading-style-h4 {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--grey);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--dark-grey);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--dark-grey);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>);
}

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

.form_input.is-select-input {
  background-image: url('/pluto/images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('/pluto/images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.background-color-black {
  background-color: var(--_primitives---colors--dark-grey);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--dark-grey);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-wrapper.is-last {
  margin-bottom: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.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 a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text strong {
  font-family: Polysanstrial Bulky, Arial, sans-serif;
  font-weight: 400;
}

.icon-height-medium {
  height: 3rem;
}

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  color: var(--color-scheme-1--text);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-medium {
  box-sizing: content-box;
  aspect-ratio: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: clip;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 8.6rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 1.875rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--medium);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  border-radius: var(--_ui-styles---radius--small);
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--off-white);
  background-color: var(--_primitives---colors--off-white);
  color: var(--_primitives---colors--dark-grey);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--dark-grey);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--full);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--button);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--full);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1.09375rem;
  display: flex;
}

.navbar1_menu-links {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar1_component {
  z-index: auto;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--full);
  background-color: var(--_primitives---opacity--white-80);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  color: var(--color-scheme-1--text);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem .75rem 2.5rem;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar1_logo {
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
}

.navbar1_link {
  letter-spacing: .01em;
  text-transform: none;
  padding: .5rem 1.09375rem;
  line-height: 1.375;
  transition: color .2s;
}

.navbar1_link:hover {
  color: var(--_primitives---colors--red);
}

.navbar1_link.w--current {
  color: var(--_primitives---colors--dark-grey);
}

.navbar1_link.w--current:hover {
  color: var(--_primitives---colors--red);
}

.navbar1_logo-link {
  flex: none;
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.nav-wrapper {
  z-index: 998;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  inset: .75rem 0% auto;
}

.navbar_menu-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_home-header {
  overflow: hidden;
}

.home-header_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-header_content {
  max-width: 33.75rem;
  margin-left: 5vw;
  margin-right: 3.75rem;
}

.home-header_image-wrapper {
  overflow: hidden;
}

.home-header_image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_logo {
  border-top: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-bottom: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  transition: opacity .2s;
  overflow: hidden;
}

.logo_component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_list {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  transform: translate(0);
}

.logo_list.is-tablet {
  display: none;
}

.logo_list.is-awards {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
}

.logo_wrapper {
  flex: 0 auto;
  min-width: auto;
  margin-right: 2.25rem;
}

.logo_wrapper.jj-wrap {
  min-width: auto;
  max-width: 210px;
}

.section_process {
  border-top: 1px none var(--_primitives---colors--grey);
}

.process_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template: "Area-2"
                 "Area"
                 "Ven-Diagram"
                 / 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.process_image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.process_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.process_lottie {
  z-index: 4;
  width: 47.1875rem;
  min-width: 47.1875rem;
  position: relative;
}

.line-height-1-31255 {
  line-height: 24px;
}

.customer_tabs {
  border-right: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-bottom: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
}

.customer_tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-left: 1px solid var(--_primitives---colors--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer_tabs-content {
  border-left: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
}

.customer_tab-link {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-style: solid solid none none;
  border-width: var(--_ui-styles---stroke--border-width);
  border-color: var(--color-scheme-1--border) var(--_primitives---colors--white) var(--_primitives---colors--white) var(--color-scheme-1--border);
  background-color: #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.customer_tab-link.w--current {
  z-index: 1;
  border-top-color: var(--_primitives---colors--grey);
  border-bottom-color: var(--_primitives---colors--grey);
  border-left-color: var(--_primitives---colors--grey);
  background-color: var(--_primitives---colors--white);
}

.customer_tab-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2.5rem;
  display: grid;
}

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

.customer_tab-image {
  aspect-ratio: 575 / 374;
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
  width: 100%;
}

.section_features {
  border-top: 1px none var(--_primitives---colors--grey);
}

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

.features_item {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.features_icon-wrapper {
  flex: none;
  margin-bottom: 5.3125rem;
}

.features_item-title-wrapper.is-small {
  max-width: 11.125rem;
}

.features_logo-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features_logo {
  height: 5.5rem;
  min-height: 5.5rem;
  max-height: 5.5rem;
}

.section_benefits {
  background-image: url('/pluto/images/Group-5267_1Group 5267.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.stats_item {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_examples {
  border-top: 1px none var(--_primitives---colors--grey);
  border-bottom: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
}

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

.examples_item {
  border-style: solid;
  border-width: var(--_ui-styles---stroke--border-width) 1px 1px;
  border-color: var(--_primitives---colors--grey);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---colors--lighter-blue);
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding: 4rem 2.5rem 4.625rem;
  display: flex;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--border-width) solid var(--_primitives---opacity--neutral-lightest-10);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: .75rem;
  display: flex;
}

.faq1_question.is-1 {
  border-top-style: none;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 1.25rem;
}

.faq1_answer {
  max-width: 47.5rem;
  overflow: hidden;
}

.section_faq {
  border-bottom: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.spacer-faq {
  width: 100%;
  padding-top: .75rem;
}

.section_cta {
  border-top: 1px solid var(--color-scheme-1--border);
  background-image: url('/pluto/images/Group-5266_1Group 5266.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section_cta.inner-page {
  border-bottom: 1px solid var(--_primitives---colors--grey);
  padding-top: 100px;
}

.section_cta.inner-page.new-graphic {
  border-bottom: 1px solid var(--color-scheme-1--border);
  background-image: url('/pluto/images/Background1.jpg');
}

.section_cta.inner-page.new-graphic.stretch {
  background-position: 50%;
  background-size: cover;
}

.cta_component {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer_component {
  background-color: var(--_primitives---colors--dark-blue);
  color: var(--_primitives---colors--white);
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}

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

.footer_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_content-left {
  max-width: 29.25rem;
  margin-right: 2.5rem;
}

.footer_logo {
  height: 3.125rem;
  min-height: 3.125rem;
  max-height: 3.125rem;
}

.footer_links-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.footer_links-col {
  min-width: 7.375rem;
  max-width: 7.375rem;
}

.footer_links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 2.875rem;
  display: flex;
}

.footer_link {
  color: var(--_primitives---colors--grey);
  font-size: 1.125rem;
  line-height: 1.38889;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover {
  color: var(--_primitives---colors--light-blue);
}

.footer_content-bottom {
  border-top: 1px solid var(--color-scheme-1--border-alt);
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  display: flex;
}

.footer_legal-logos {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_legal-logo {
  flex: none;
  max-height: 2.1875rem;
}

.footer_legal-text {
  line-height: 1.3;
}

.spacer-navbar {
  width: 100%;
  padding-top: 5.4rem;
}

.section_vendiagram {
  border-top: 1px none var(--_primitives---colors--grey);
  overflow: hidden;
}

.swiper {
  width: 100%;
  display: flex;
}

.swiper.casestudies {
  display: block;
  overflow: visible;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.swiper-slide {
  flex: none;
  width: 100%;
  max-width: 30%;
}

.case-studies_content {
  border: 1px solid var(--_primitives---colors--grey);
  background-color: var(--_primitives---colors--white);
  border-radius: 24px;
  height: 500px;
  margin-right: 20px;
  padding: 1.875rem 1.25rem;
  position: relative;
}

.case-studes_image {
  max-height: 1.75rem;
  margin-bottom: 3.75rem;
}

.case-studies-rich-text {
  font-size: 8em;
  line-height: 24px;
}

.case-studies-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

.case-studies-rich-text h2, .case-studies-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.case-studies-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

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

.case-studies-rich-text p {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

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

.case-studies-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.case-studies-rich-text strong {
  font-family: Polysanstrial Bulky, Arial, sans-serif;
  font-weight: 400;
}

.case-studies_info {
  margin-top: 2.5rem;
}

.case-studies_name {
  color: #0e0e11;
  font-size: 1rem;
}

.case-studies_role {
  color: #0e0e11;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .75rem;
}

.case-studies_avatar {
  max-height: 5.625rem;
  position: absolute;
  inset: 0% 1.25rem auto auto;
}

.swiper-arrow-wrappers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  height: 2.375rem;
  margin-top: 3.125rem;
  display: flex;
}

.swiper-button-prev {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  cursor: pointer;
  border-radius: 100rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  transition: background-color .2s;
  display: flex;
}

.swiper-button-prev:hover {
  background-color: var(--_primitives---colors--grey);
}

.swiper-button-next {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  cursor: pointer;
  border-radius: 100rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  transition: background-color .2s;
  display: flex;
}

.swiper-button-next:hover {
  background-color: var(--_primitives---colors--grey);
}

.modal_component {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal_overlay {
  z-index: -1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.modal_content {
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---colors--white);
  width: 100%;
  max-width: 35rem;
  max-height: 80vh;
  position: relative;
  overflow: auto;
}

.modal_form-block {
  margin-bottom: 0;
  padding: 2rem 1.5rem;
}

.modal_close {
  z-index: 2;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.modal_close:hover {
  opacity: .8;
}

.usp_lottie {
  width: 100%;
}

.examples_tabs {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.examples_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.examples_tabs-content {
  height: 100%;
}

.examples_tab-pane {
  border-radius: var(--_ui-styles---radius--small);
  height: 100%;
  overflow: hidden;
}

.examples_tab-link {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.examples_tab-link.w--current {
  background-color: var(--_primitives---colors--off-white);
}

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

.usp_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.usp_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.examples_heading-wrapper {
  margin-bottom: 3rem;
}

.examples_heading-wrapper.is-2 {
  max-width: 28.75rem;
}

.examples_heading-wrapper.is-4 {
  max-width: 20rem;
}

.examples_heading-wrapper.is-3 {
  max-width: 28.75rem;
}

.examples_heading-wrapper.is-1 {
  max-width: 20rem;
}

.heading-style-2-5rem {
  font-size: 2.5rem;
}

.examples_image {
  width: 100%;
  max-width: 23.375rem;
}

.awards-logo_list {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  transform: translate(0);
}

.awards-logo_list.is-tablet {
  display: none;
}

.awards-logo_list.is-awards {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
}

.section_awards {
  border-top: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-bottom: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  overflow: hidden;
  transform: translate(0);
}

.awards_component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process_lottie-2 {
  z-index: 3;
  width: 47.1875rem;
  min-width: 47.1875rem;
  position: absolute;
}

.process_lottie-3 {
  z-index: 2;
  width: 47.1875rem;
  min-width: 47.1875rem;
  position: absolute;
}

.process_lottie4 {
  z-index: 1;
  width: 47.1875rem;
  min-width: 47.1875rem;
  position: absolute;
}

.logo_marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.awards_marquee {
  align-items: center;
  transition: opacity .2s;
  display: flex;
  transform: translate(0);
}

.heading {
  font-family: var(--_typography---font-styles--heading);
}

.yellow-bg {
  background-color: #fdc945;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.custom-bg-wrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.aqua-bg {
  background-color: #bdeff2;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.custom-aqua-wrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.fda-logo-wrap {
  max-width: 100%;
  height: 0;
  min-height: 5.5rem;
  max-height: 5.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fda_logo, .image {
  height: 100%;
}

.logo-min {
  max-height: 1.6rem;
}

.rich-text-block {
  padding-right: 5px;
}

.paragraph {
  padding-bottom: 30px;
}

.paragraph-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.privacy-policy-title {
  color: var(--_primitives---colors--red);
  font-size: 1.125rem;
}

.bold-text {
  vertical-align: baseline;
  font-weight: 400;
}

.bold-text-2 {
  font-size: 3rem;
  font-weight: 400;
}

.heading-2, .heading-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-3 {
  font-weight: 400;
}

.heading-4, .heading-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-4 {
  font-weight: 400;
}

.heading-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-5 {
  font-weight: 400;
}

.heading-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-6 {
  font-weight: 400;
}

.heading-8 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-7 {
  font-weight: 400;
}

.heading-9, .heading-10 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-8 {
  font-weight: 400;
}

.heading-11 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-9 {
  font-weight: 400;
}

.heading-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-10 {
  font-weight: 400;
}

.heading-13 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-11 {
  font-weight: 400;
}

.heading-14 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-12 {
  font-weight: 400;
}

.heading-15 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-13 {
  font-weight: 400;
}

.heading-16 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

.bold-text-14 {
  font-weight: 400;
}

.italic-bold-italic {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-15 {
  font-weight: 400;
}

.paragraph-3 {
  color: var(--_primitives---colors--white);
  font-size: 16px;
}

.text-block, .text-block-2, .text-block-3 {
  color: var(--_primitives---colors--white);
  font-size: 20px;
}

.text-block-4 {
  color: var(--_primitives---colors--white);
}

.bold-text-16 {
  font-weight: 400;
}

.and-wrap {
  font-size: 1rem;
}

.text-and-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.code {
  font-size: 1rem;
}

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

.heading-17 {
  font-family: var(--_typography---font-styles--heading);
}

.heading-18 {
  font-size: 3rem;
}

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

.code-embed {
  flex-flow: row;
  width: 100%;
  display: block;
  position: static;
}

.heading-20 {
  font-size: 3rem;
}

.text-block-5 {
  text-align: center;
  position: static;
}

.text-block-6 {
  text-align: left;
  position: static;
}

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

.h2-display {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 3.25rem;
  font-weight: 500;
}

.h2-display.margin-both {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.image-2 {
  overflow-wrap: normal;
}

.heading-22 {
  color: var(--color-scheme-1--button);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-23 {
  font-weight: 400;
}

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

.heading-25 {
  color: #3b3b3b;
}

.image-3 {
  float: left;
  clear: none;
  text-align: center;
  background-color: #29397a;
  max-width: 150%;
  position: relative;
  right: auto;
}

.heading-26 {
  padding-top: 99px;
}

.heading-27 {
  color: var(--_primitives---colors--red);
  font-weight: 300;
}

.bold-text-17 {
  color: #3b3b3b;
}

.heading-28 {
  font-size: 3rem;
}

.customer_tab-content-wrapper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2.5rem;
  display: grid;
}

.customer_tabs-content-2 {
  border-left: 1px solid #e3eae2;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.customer_tab-image-2 {
  aspect-ratio: 575 / 374;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.customer_tab-link-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #e6e6e6;
  border-top: 1px solid #e3eae2;
  border-bottom: 1px #fff;
  border-left: 1px #e3eae2;
  border-right: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.customer_tab-link-2.w--current {
  z-index: 1;
  background-color: #fff;
  border-top-color: #e3eae2;
  border-bottom-color: #e3eae2;
  border-left-color: #e3eae2;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.customer_tabs-2 {
  border-bottom: 1px solid #e3eae2;
  border-right: 1px solid #e3eae2;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.padding-section-large-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.text-size-medium-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 26px;
}

.customer_tabs-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e3eae2;
  border-left: 1px solid #e3eae2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_benefits-2 {
  border-top: 1px solid var(--color-scheme-1--border);
  border-bottom: 1px solid var(--color-scheme-1--border);
  background-image: url('/pluto/images/Group-5267_1Group 5267.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.text-block-7 {
  text-align: center;
  position: static;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: contain;
}

.image-5 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: justify;
  margin-left: 150px;
  margin-right: auto;
  padding-right: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.container {
  position: relative;
}

.heading-display {
  font-size: 2.8rem;
}

.bullets {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 289px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.check-circle {
  object-fit: cover;
  overflow: hidden;
}

.hero-bullet {
  color: #bb2957;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.frame-3 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.news-item-header {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-item-image {
  border: 1px solid #eaeaea;
  border-radius: 12px 12px 0 0;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-item-image.pink-set {
  background-color: var(--_primitives---colors--light-red);
  background-image: url('/pluto/images/pluto-blog-news.jpg');
  background-position: 50%;
  background-size: cover;
  max-height: 200px;
}

.news-item-description {
  letter-spacing: 0;
  height: 31px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.news-item-description.flex-set {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.news-item-description.flex-set.center-flex {
  justify-content: center;
  align-items: center;
}

.news-item-content {
  border: 1px solid var(--_primitives---colors--grey);
  border-radius: 0 0 24px 24px;
  padding: 10px;
  position: relative;
  inset: auto 0% 0%;
}

.badge-inside {
  z-index: 5;
  background-color: var(--_primitives---colors--grey);
  color: var(--_primitives---colors--dark-grey);
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 50% auto;
}

.badge-inside.no-absollute {
  position: static;
}

.news-item-title {
  letter-spacing: -.06em;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.news-item-thumb {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 420px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-item-thumb.top-part {
  justify-content: flex-start;
  align-items: stretch;
  height: 280px;
}

.news-item-time {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.33337;
}

.image-cover {
  z-index: 5;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 41px;
  display: flex;
  position: relative;
}

.team-member-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--_primitives---colors--grey);
  text-align: center;
  cursor: pointer;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  justify-content: center;
  place-items: center start;
  min-height: 400px;
  padding: 8px;
  display: flex;
}

.team-member-medium {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.text-gray {
  color: var(--_primitives---colors--dark-grey);
  font-size: .85rem;
}

.collection-item {
  padding: 10px;
}

.press-mentions {
  margin-top: 60px;
}

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

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hidden-arrow {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: all .3s;
  display: none;
  inset: auto 234px 0% auto;
}

.hidden-arrow:hover {
  color: #fff;
  background-color: #000;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.next-button {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 234px 0% auto;
}

.next-button:hover {
  color: #fff;
  background-color: #000;
}

.video-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small-2 {
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.video-slide-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.video {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 500px;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider-custom-arrow {
  display: none;
}

.mask {
  height: auto;
}

.video-control-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.back-button {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 234px 0% auto;
}

.back-button:hover {
  color: #fff;
  background-color: #000;
}

.play-button {
  z-index: 2;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.hidden-dots {
  display: none;
}

.play-image {
  flex: none;
  width: 32px;
  height: 32px;
}

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

.icon-x-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.video-button-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 588px;
}

.overline-medium {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.overline-medium.text-color-gray-500 {
  color: #666;
}

.content-card {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.content-divider-s {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.text-link-s {
  grid-column-gap: 8px;
  color: #141414;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.content-wrap-small {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-image-l {
  border-radius: 24px;
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.wrap-v-large {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.client-link {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.content-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.title-wrapper-s {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h5-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.logo-set-investors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.round {
  border-radius: 8px;
}

.image-6 {
  margin-right: -34px;
}

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

.collection-list.over-up {
  place-items: start stretch;
}

.collection-list.over-up.set3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.color-text-dark {
  color: #0f0f12;
}

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

.marquee-image {
  border-radius: 2rem;
  max-height: 22.5rem;
}

.layout-center {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.caption {
  color: #ffffff80;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.225rem;
}

.caption.color-text-tertiary-dark {
  color: #06060680;
}

.max-w-48 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  color: #fffc;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.paragraph-4.color-text-dark-secondary {
  color: #060606cc;
}

.padding-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.overflow-hidden-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.container-2 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.marquee-bottom-reviews {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-bottom-reviews.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

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

.marquee-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.marquee-wrapper.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  overflow: hidden;
}

.check-cricle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_primitives---colors--red);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.large-text {
  font-size: 21px;
  font-weight: 100;
  line-height: 1.3em;
}

.features-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checklist-section-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1041px;
  display: flex;
}

.heading-three {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.1em;
  position: relative;
}

.bold-text-18 {
  font-variation-settings: "wght" 500;
}

.bold-text-18.set-100 {
  width: 120px;
  margin-right: 20px;
}

.single-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.check-circle-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3px;
  display: flex;
}

.margin-down {
  margin-bottom: 1rem;
}

.post-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-search {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 480px;
  margin-top: 8px;
  margin-bottom: 0;
}

.form-success-message {
  color: #3e376d;
  background-color: #d9d7ea;
  border-radius: 12px;
}

.newsletter-text-field {
  color: #95a1b2;
  background-color: #f3f4f6;
  border: 1px solid #dce0e5;
  border-radius: 99px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.newsletter-text-field:focus {
  border-width: 2px;
  border-color: #5e53a2;
}

.newsletter-text-field::placeholder {
  color: #7d8ba1;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.changelog-feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_primitives---colors--off-white);
  border-radius: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.search-input {
  color: #22272f;
  background-color: #fff;
  border: 2px solid #c4cad4;
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border .3s;
}

.search-input:hover {
  border-color: #acb5c3;
}

.search-input:focus {
  border-color: #5e53a2;
}

.search-input::placeholder {
  color: #22272f;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.row-x-small.row-center {
  justify-content: flex-start;
  align-items: center;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-link-secondary {
  color: #8e86c1;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-secondary:hover {
  color: #3e376d;
}

.form-checkbox-label {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.subheading-x-small {
  color: #22272f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small.text-color-gray-700 {
  color: #454f5f;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.changelog-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.changelog-feature.red {
  background-color: #fcefee;
}

.changelog-feature.yellow {
  background-color: #fefaec;
}

.changelog-feature.blue {
  background-color: #f0f4fa;
}

.max-width-small-2 {
  max-width: 400px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.changelog-feature-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.form-error-message {
  background-color: #fcefee;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.newsletter-checkbox {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.row {
  display: flex;
}

.row.row-center {
  justify-content: flex-start;
  align-items: center;
}

.row.justify-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.changelog-badge {
  color: #454f5f;
  background-color: #f3f4f6;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.changelog-badge.purple {
  background-color: var(--_primitives---colors--red);
  color: #fff;
}

.container-change-log {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.newsletter-button {
  color: #fff;
  background-color: #5e53a2;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.newsletter-button:hover {
  background-color: #4e4587;
}

.newsletter-detail-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.form-checkbox-icon {
  border-color: #5e53a2;
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #5e53a2;
  background-image: url('/pluto/images/Check.svg');
  background-size: auto;
  border-color: #5e53a2;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.changelog-text {
  padding: 4px 8px;
}

.paragraph-small-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.newsletter-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #22272f;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small.column-center {
  justify-content: flex-start;
  align-items: center;
}

.search-button {
  background-color: #5e53a2;
  background-image: url('/pluto/images/Search-Icon-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 99px;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.h5-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.h5-heading-2.text-weight-semibold {
  font-weight: 600;
}

.newsletter-icon {
  color: #454f5f;
  background-color: #f3f4f6;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.subheading-regular {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-regular.text-color-gray-700 {
  color: #454f5f;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.changelog-sticky {
  position: relative;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.column-large.column-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.text-color-red-500 {
  color: #e57361;
}

.changelog-newsletter {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  padding: 32px 24px 24px;
  display: flex;
  position: sticky;
  top: 40px;
}

.changelog-image {
  aspect-ratio: 5.1 / 2.8;
  border-radius: 24px;
  overflow: hidden;
}

.changelog-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 720px;
  display: flex;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.investor-section {
  display: none;
}

.bio-descirpion {
  margin-top: 20px;
  font-size: .85rem;
  line-height: 20px;
  display: none;
}

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

  h2 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button {
    background-color: var(--color-scheme-1--button);
  }

  .button:hover {
    border-color: var(--color-scheme-1--button);
    background-color: var(--color-scheme-1--button);
  }

  .button.is-secondary:hover {
    background-color: var(--_primitives---opacity--transparent);
    color: var(--color-scheme-1--button);
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .menu-icon1_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

  .navbar1_link:hover, .navbar1_link.w--current:hover {
    color: var(--_primitives---colors--dark-grey);
  }

  .menu-icon1_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    background-color: var(--_primitives---opacity--transparent);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-top: 1rem;
    padding-bottom: 2rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-content {
    border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
    border-radius: var(--_ui-styles---radius--small);
    background-color: var(--color-scheme-1--foreground);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 2.5rem 2rem;
  }

  .home-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .home-header_content {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-header_image {
    height: auto;
  }

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

  .logo_component {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .logo_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .logo_list.is-tablet {
    display: flex;
  }

  .logo_list.is-awards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo_wrapper {
    flex: none;
    margin-right: 2.5rem;
  }

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

  .process_lottie {
    width: 100%;
    min-width: 0;
  }

  .customer_tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .customer_tab-content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .features_item-title-wrapper.is-small {
    max-width: none;
  }

  .features_logo-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .benefits_content {
    text-align: center;
  }

  .examples_item {
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_cta {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer_component {
    padding-top: 4rem;
  }

  .footer_content-top {
    flex-flow: column;
    justify-content: flex-start;
  }

  .footer_content-left {
    max-width: none;
    margin-right: 0;
  }

  .footer_links-wrapper {
    max-width: none;
    margin-top: 2.5rem;
  }

  .footer_link:hover {
    color: var(--_primitives---colors--grey);
  }

  .swiper-slide {
    width: 50%;
    max-width: 45%;
  }

  .swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: var(--_primitives---colors--white);
  }

  .modal_close:hover {
    opacity: 1;
  }

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

  .examples_tabs-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-style-2-5rem {
    font-size: 2.25rem;
  }

  .awards-logo_list {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .awards-logo_list.is-tablet {
    display: flex;
  }

  .awards-logo_list.is-awards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .awards_component {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .process_lottie-2, .process_lottie-3, .process_lottie4 {
    width: 100%;
    min-width: 0;
  }

  .customer_tab-content-wrapper-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .customer_tabs-menu-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-5 {
    margin-left: 0;
  }

  .news-item-title {
    line-height: 1.25;
  }

  .news-item-thumb {
    border-radius: 24px;
    height: auto;
  }

  .collection-item {
    padding: 12px;
  }

  .video-slide-detail {
    grid-column-gap: 48px;
  }

  .video-control-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-wrap-small {
    grid-row-gap: 24px;
  }

  .content-grid-small {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .paragraph-4 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }

  .marquee-bottom-reviews {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .marquee-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .sidebar-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-regular {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-newsletter {
    max-width: none;
    margin-left: 0;
    position: static;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4, h5, h6 {
    font-size: 1.125rem;
  }

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

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

  .margin-custom1 {
    margin: 2rem;
  }

  .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-size-medium {
    font-size: 1rem;
    line-height: 24px;
  }

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

  .icon-embed-small {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6, .heading-style-h5 {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

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

  .form_field-wrapper.is-last {
    margin-bottom: 0;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

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

  .padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium, .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge, .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    padding: 0 1.25rem;
  }

  .navbar1_logo {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .nav-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
    top: .5rem;
  }

  .navbar_menu-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-header_content {
    padding-top: 8rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .process_image-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .customer_tabs, .customer_tabs-content {
    border-bottom-left-radius: var(--_ui-styles---radius--medium);
    border-bottom-right-radius: var(--_ui-styles---radius--medium);
  }

  .customer_tab-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .customer_tab-content-wrapper {
    border-bottom-left-radius: var(--_ui-styles---radius--medium);
    border-bottom-right-radius: var(--_ui-styles---radius--medium);
    padding: 1.5rem;
  }

  .heading-style-h3-large {
    font-size: 1.75rem;
  }

  .features_item {
    padding: 1.5rem;
  }

  .features_icon-wrapper {
    margin-bottom: 2.5rem;
  }

  .features_logo-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features_logo {
    height: 5rem;
    min-height: 5rem;
    max-height: 5rem;
  }

  .section_benefits {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .benefits_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .benefits_list {
    grid-column-gap: 1.5rem;
  }

  .stats_component {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

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

  .examples_item {
    border-radius: var(--_ui-styles---radius--small);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_accordion {
    padding-bottom: .25rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .footer_component {
    padding-bottom: 1.5rem;
  }

  .spacer-navbar {
    padding-top: 4.5rem;
  }

  .swiper-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .swiper-slide {
    width: 75%;
  }

  .case-studies_content {
    height: auto;
  }

  .case-studies-rich-text h4 {
    font-size: 1.5rem;
  }

  .case-studies-rich-text p {
    font-size: 1rem;
  }

  .swiper-arrow-wrappers {
    margin-top: 2.5rem;
  }

  .modal_content {
    max-height: 90vh;
  }

  .modal_form-block {
    border-radius: var(--_ui-styles---radius--small);
    padding: 1.5rem 1rem;
  }

  .examples_tabs {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .examples_tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .examples_tab-link {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .heading-style-2-5rem {
    font-size: 2rem;
  }

  .custom-bg-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aqua-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .custom-aqua-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fda-logo-wrap {
    text-align: center;
    height: 5rem;
    min-height: 5rem;
    max-height: 5rem;
  }

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

  .customer_tab-content-wrapper-2 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 1.5rem;
  }

  .customer_tabs-content-2 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .customer_tab-link-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .customer_tabs-2 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
    line-height: 24px;
  }

  .section_benefits-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-5 {
    height: auto;
  }

  .news-item-image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .badge-inside {
    display: none;
    top: 12px;
    right: 12px;
  }

  .news-item-thumb {
    border-radius: 20px;
  }

  .team-member-info {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .video-wrapper {
    padding-bottom: 72px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .video {
    height: 320px;
  }

  .h4-heading {
    font-size: 36px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .content-grid-small {
    grid-template-columns: 1fr;
  }

  .logo-set-investors {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list, .collection-list.over-up.set3 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-4 {
    font-weight: 400;
  }

  .container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sidebar-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .subheading-x-small {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading {
    font-size: 40px;
  }
}

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

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

  .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-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navbar1_menu-buttons {
    width: 100%;
  }

  .navbar1_menu-links {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar1_link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_menu-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process_image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .customer_tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
    border-radius: var(--_ui-styles---radius--small) var(--_ui-styles---radius--small) 0rem 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .customer_tabs-menu {
    grid-template-columns: 1fr;
  }

  .customer_tabs-content {
    border-radius: var(--_ui-styles---radius--small) var(--_ui-styles---radius--small) 0rem 0rem;
  }

  .customer_tab-link {
    border-bottom-style: solid;
  }

  .customer_tab-content-wrapper {
    border-radius: var(--_ui-styles---radius--small) var(--_ui-styles---radius--small) 0rem 0rem;
  }

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

  .features_logo-list {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .features_logo {
    height: auto;
    min-height: 0;
  }

  .benefits_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .faq1_question {
    padding-top: 1.25rem;
  }

  .cta_component {
    align-items: stretch;
  }

  .footer_links-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .footer_content-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_legal-logos {
    margin-bottom: 2.5rem;
  }

  .swiper-slide {
    width: 100%;
    max-width: 100%;
  }

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

  .examples_heading-wrapper {
    margin-bottom: 1.5rem;
  }

  .yellow-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fda-logo-wrap {
    height: 4.875rem;
    min-height: auto;
    max-height: none;
  }

  .customer_tab-content-wrapper-2, .customer_tabs-content-2 {
    border-radius: 1rem 1rem 0 0;
  }

  .customer_tab-link-2 {
    border-bottom-style: solid;
  }

  .customer_tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #e3eae2;
    border-radius: 1rem 1rem 0 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .customer_tabs-menu-2 {
    grid-template-columns: 1fr;
  }

  .hero-bullet {
    font-size: 16px;
  }

  .badge-inside {
    display: none;
  }

  .news-item-thumb {
    margin-bottom: 0;
  }

  .video-slide-detail {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .video {
    border-radius: 12px;
    height: 200px;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .content-card {
    padding: 16px;
  }

  .content-image-l {
    height: 380px;
  }

  .collection-list, .collection-list.over-up.set3 {
    grid-template-columns: 1fr;
  }

  .marquee-image {
    width: 100%;
    height: 16rem;
  }

  .large-text {
    font-size: 16px;
    line-height: 1.4em;
  }

  .heading-three {
    font-variation-settings: "wght" 350;
    font-size: 29px;
    line-height: 1.2em;
  }

  .sidebar-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .newsletter-detail-wrapper {
    flex-direction: column;
  }
}

#w-node-_50635558-e08d-25fe-8860-aaa4ab575eea-f58b672f, #w-node-_2de2b495-4700-4532-c117-55aadd9de278-f58b672f {
  justify-self: end;
}

#w-node-_7d08b26c-3dc4-7843-bc10-169f22adf8d6-f58b672f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11add48b-e4c8-053d-ba9e-d529218c21ac-218c21ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f58b678a {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f58b678a {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-f58b678a {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f58b678a {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-f58b678a {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-f58b678a {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-f58b678a {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-f58b678a {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-f58b678a, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-f58b678a {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-f58b678a, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-f58b678a, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-f58b678a {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-f58b678a, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-f58b678a {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-f58b678a, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-f58b678a {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-f58b678a, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-f58b678a, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-f58b678a, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-f58b678a, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-f58b678a, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-f58b678a, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-f58b678a, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f58b678a {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f58b678a {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-f58b678a {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-f58b678a {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-f58b678a {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-f58b678a, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-f58b678a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f58b678a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f58b678a, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f58b678a, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f58b678a, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f58b678a, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f58b678a, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f58b678a {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f58b678a, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f58b678a, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f58b678a {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f58b678a, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f58b678a, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f58b678a {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f58b678a, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f58b678a, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f58b678a {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f58b678a, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f58b678a, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f58b678a {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f58b678a, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f58b678a, #w-node-ee961e8d-845a-edc3-3307-509470022457-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f58b678a {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f58b678a, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f58b678a, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f58b678a {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f58b678a, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f58b678a, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f58b678a {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f58b678a, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f58b678a, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f58b678a {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f58b678a, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f58b678a, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f58b678a {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f58b678a, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f58b678a, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f58b678a {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f58b678a, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f58b678a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f58b678a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f58b678a {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f58b678a {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f58b678a {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f58b678a {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f58b678a {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f58b678a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f58b678a {
  justify-self: start;
}

#w-node-ae846a1e-01cb-e4a7-310a-0b1e37bbed6e-f1b155f2, #w-node-_0ccfedf0-a36a-235b-7203-f4a20c126ce1-f1b155f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589d02a8-92fb-ee27-c897-faf68d0f44be-37e4ca83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_589d02a8-92fb-ee27-c897-faf68d0f44dc-37e4ca83, #w-node-_589d02a8-92fb-ee27-c897-faf68d0f44df-37e4ca83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589d02a8-92fb-ee27-c897-faf68d0f44e1-37e4ca83, #w-node-_589d02a8-92fb-ee27-c897-faf68d0f4500-37e4ca83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_589d02a8-92fb-ee27-c897-faf68d0f451e-37e4ca83, #w-node-_0ccfedf0-a36a-235b-7203-f4a20c126ce1-37e4ca83, #w-node-_145ebc76-2785-724f-3880-036cb47514c4-36b8e5d8, #w-node-_145ebc76-2785-724f-3880-036cb47514c9-36b8e5d8, #w-node-_145ebc76-2785-724f-3880-036cb47514d0-36b8e5d8, #w-node-_145ebc76-2785-724f-3880-036cb47514d6-36b8e5d8, #w-node-_145ebc76-2785-724f-3880-036cb47514dc-36b8e5d8, #w-node-_145ebc76-2785-724f-3880-036cb47514e2-36b8e5d8, #w-node-a365ec2f-b265-a8c1-4293-2102213eed43-36b8e5d8, #w-node-a365ec2f-b265-a8c1-4293-2102213eed46-36b8e5d8, #w-node-_9b650657-733f-69b3-7d44-2d4d7fbc7c41-36b8e5d8, #w-node-_9b650657-733f-69b3-7d44-2d4d7fbc7c44-36b8e5d8, #w-node-_145ebc76-2785-724f-3880-036cb47514c4-c7810b92, #w-node-_145ebc76-2785-724f-3880-036cb47514c9-c7810b92, #w-node-_0a449a5e-5805-10f3-7773-8c985122b9ae-c7810b92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_50635558-e08d-25fe-8860-aaa4ab575eea-f58b672f {
    justify-self: auto;
  }

  #w-node-_589d02a8-92fb-ee27-c897-faf68d0f44e1-37e4ca83 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5623b069-2b8c-5da4-62b3-6ac5c774efd7-f58b672f, #w-node-_623a176c-8d95-cb34-0034-747bb379847c-f58b672f, #w-node-_331942d8-cfaa-13f9-e633-092943256033-f58b672f {
    justify-self: center;
  }

  #w-node-_11add48b-e4c8-053d-ba9e-d529218c21ac-218c21ab {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_11add48b-e4c8-053d-ba9e-d529218c21bd-218c21ab {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a6e7540-7e70-db97-afbc-52b1a80c1145-f58b672f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0b476c8-8d9b-da9a-e7e3-e1c0424766a5-f58b672f {
    order: -9999;
  }
}


@font-face {
  font-family: 'Polysanstrial Slim';
  src: url('/pluto/fonts/PolySansTrial-Slim.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysanstrial Neutral';
  src: url('/pluto/fonts/PolySansTrial-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysanstrial Bulky';
  src: url('/pluto/fonts/PolySansTrial-Bulky.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysanstrial Median';
  src: url('/pluto/fonts/PolySansTrial-Median.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}