@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --royal-blue: #0065de;
  --light-grey: #f4f4f4;
  --white: white;
  --dark-shade: #364155;
  --grey-tint: #e1eaee;
  --light-shade: #f5f9ff;
  --grey: #6f7e94;
  --placeholder: #6f7e94;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@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 {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  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;
}

blockquote {
  border-left: .1875rem solid var(--black);
  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 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--royal-blue);
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

.container-large {
  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;
}

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

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

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

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

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

.main-wrapper {
  position: relative;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .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-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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-huge.is-how-it-work {
  margin-bottom: 6.25rem;
}

.margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .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-weight: 500;
}

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

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

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

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

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

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

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

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

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  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-label {
  margin-bottom: 0;
}

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

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

.button {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  background-color: #174da0;
}

.button.is-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--royal-blue);
  text-transform: none;
  background-color: #0000;
  border-style: none;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.is-link:hover {
  color: #174da0;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

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

.button.is-link.is-bottom {
  justify-content: center;
  position: absolute;
  inset: auto 0% 0%;
}

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

.button.is-icon.is-soft-blue {
  color: var(--royal-blue);
  background-color: #0065de1a;
  border-color: #0065de1a;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  transition: all .3s;
}

.button.is-secondary.is-alternate:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-nudge {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--royal-blue);
  background-color: #0000;
  border-color: #0000;
  align-items: center;
  display: none;
}

.button.is-nudge:hover {
  color: #174da0;
}

.button.full-width {
  width: 100%;
  display: block;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.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: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.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 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

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

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

.button-group.is-center {
  justify-content: center;
}

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

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

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

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

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

.icon-embed-xxsmall.text-color-blue {
  color: var(--royal-blue);
}

.icon-embed-xsmall {
  color: var(--royal-blue);
  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(--black);
  color: var(--white);
}

.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: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.form-radio-icon {
  border: 1px solid var(--black);
  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;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

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

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

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

.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(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

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

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

.page-wrapper-2 {
  z-index: 0;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

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

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

.padding-section-large.is-roi {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar_menu-button {
  padding: 0;
}

.navbar_component {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

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

.navbar_link {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 700;
  transition: all .3s;
}

.navbar_link:hover {
  opacity: .7;
}

.navbar_link.w--current {
  color: var(--black);
}

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

.text-dark-shade {
  color: var(--dark-shade);
}

.section_company {
  overflow: hidden;
}

.text-style-label-form {
  color: var(--dark-shade);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
}

.text-style-label-form.text-align-left {
  text-align: left;
}

.company_logo {
  max-height: 3.5rem;
}

.company_component {
  display: flex;
}

.company_component._2 {
  justify-content: flex-end;
  margin-top: 2rem;
  display: flex;
}

.company_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 16.5rem 16.5rem 16.5rem 16.5rem 16.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.company_list._2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 16.5rem 16.5rem 16.5rem 16.5rem;
  grid-auto-columns: 1fr;
  margin-left: 2rem;
  margin-right: 0;
  display: grid;
}

.company_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--grey-tint);
  transform-style: preserve-3d;
  border-radius: .75rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
}

.company_wrapper:hover {
  border-width: 0;
  box-shadow: 0 2px 16px #00000014;
}

.company_info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.company_info-name-wrapper {
  text-align: left;
}

.company_info-status {
  background-color: var(--light-shade);
  color: var(--dark-shade);
  border-radius: .25rem;
  padding: 4px 8px;
  font-size: 1.0625rem;
}

.company_info-status.is-green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #38a169;
  background-color: #38a1691a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: DM Mono;
  display: block;
}

.company_name {
  font-size: 1.25rem;
  font-weight: 700;
}

.company_code {
  color: var(--dark-shade);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .875rem;
}

.trusted_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.trusted_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 18rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.trusted_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block {
  flex: none;
}

.benefit_content {
  padding-left: 3rem;
  padding-right: 3rem;
}

.benefit_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 1.5rem;
  display: grid;
}

.benefit_component:hover {
  background-color: #f9f9f9;
  border-radius: .75rem;
}

.benefit_component.is-last {
  margin-bottom: 0;
}

.royalty_caption-wrapper {
  border-top: 1px solid var(--grey-tint);
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.header-section_component {
  text-align: center;
  margin-bottom: 5rem;
}

.how-it-work_component {
  flex-direction: column;
  display: flex;
}

.how-it-work_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.how-it-work_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.how-it-work_line {
  background-color: var(--grey);
  width: 7.5rem;
  height: 1px;
}

.how-it-work_line.is-last {
  display: none;
}

.how-it-work_icon-wrapper {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem;
  display: flex;
}

.involvement_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.involvement_company-item {
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  transition: box-shadow .3s;
  display: flex;
}

.involvement_company-item:hover {
  box-shadow: 0 8px 16px #00000014;
}

.involvement_company-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.involvement_company-code {
  color: var(--dark-shade);
  text-transform: uppercase;
  font-size: .875rem;
}

.involvement_company-name-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  margin-bottom: .75rem;
  display: flex;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_link {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer_link:hover {
  color: var(--royal-blue);
}

.footer_component {
  border-top: 1px solid #e1eaee;
}

.footer_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_social-link {
  color: #6f7e94;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_social-link:hover {
  color: var(--royal-blue);
}

.footer_logo-link {
  float: none;
  padding-left: 0;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 31.75rem;
  align-items: start;
}

.footer_credit-text {
  color: var(--placeholder);
  text-transform: uppercase;
  font-family: DM Mono;
  font-size: .6875rem;
}

.footer_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_menu {
  color: var(--dark-shade);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .75rem;
}

.padding-section-hero {
  padding-top: 6.25rem;
  padding-bottom: 8.25rem;
}

.span-breaker {
  display: block;
}

.benefit_image-responsive {
  display: none;
}

.lottie-animation {
  max-width: 80px;
  display: inline-block;
}

.heading-2 {
  display: inline;
}

.maintainance {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
}

.alert-block {
  background-color: #054694;
  justify-content: center;
  padding: 10px 50px;
  display: block;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
}

.section_header-profile {
  min-height: 18.75rem;
  position: relative;
}

.header-profile_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.transparant-navbar {
  border-bottom: 1px solid #fff3;
  position: absolute;
}

.colored-navbar {
  background-color: var(--royal-blue);
}

.section_profile {
  padding-bottom: 2.5rem;
}

.profile_content-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -70px;
  margin-bottom: 1.5rem;
  display: flex;
}

.profile_photo {
  border: 2px solid #fff;
  border-radius: 100rem;
  flex-direction: column;
  display: inline-block;
}

.profile_name {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.profile_badge-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: column;
  display: flex;
}

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

.profile_badge-row.is-vertical {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
}

.profile_badge {
  background-color: var(--placeholder);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 100rem;
  padding: 6px 16px;
  font-size: .875rem;
  display: inline-block;
}

.profile_badge.nudge {
  color: var(--dark-shade);
  background-color: #0000;
}

.profile_badge-icon-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.license-card_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.license-card_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--grey-tint);
  border-bottom: 1px solid var(--grey-tint);
  border-left: 1px solid var(--grey-tint);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: flex;
}

.license-card_item {
  border-right: 1px solid var(--grey-tint);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  transition: all .2s;
  display: flex;
}

.license-card_item:hover {
  background-color: #f5f9ff;
}

.license-card_desc {
  min-height: 3rem;
  margin-bottom: 2.5rem;
}

.license-card_disc-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta_image {
  width: 100%;
  height: 100%;
}

.cta-invite_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cta-invite_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f9f9f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.cta-invite_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 5rem 3rem 5rem 5rem;
  display: flex;
}

.cta-invite_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_title {
  font-size: 2rem;
}

.limit {
  width: 28ch;
}

.columns {
  display: flex;
}

.loader-block {
  z-index: 9999999;
  background-color: #1f67d6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  padding: 223px 40%;
}

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

.container {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.paragraph-3 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.link {
  color: var(--royal-blue);
}

.image {
  border-radius: 20px;
  max-width: 200px;
}

.brandimgcontainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brandname {
  flex-direction: column;
  display: inline-block;
}

.imagelink {
  color: #0000;
  border-radius: 20px;
  width: 100%;
  height: 600px;
  margin-bottom: -180px;
}

.div-block {
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

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

.tags.text-color-white {
  margin-top: 15px;
}

.search {
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.search-input {
  border-top-left-radius: .7rem;
  border-bottom-left-radius: .7rem;
  width: 30ch;
  height: 50px;
  margin-bottom: 0;
}

.image-2 {
  margin-right: 10px;
}

.search-button {
  background-color: var(--royal-blue);
  border-top-right-radius: .7rem;
  border-bottom-right-radius: .7rem;
}

.contact16_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-style-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

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

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

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

.contact16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact16_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.contact16_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact16_map-wrapper {
  width: 100%;
  height: 35rem;
  position: relative;
}

.contact21_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

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

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

.contact21_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.contact21_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.filters6_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filters6_toggle-button {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.filters_instructions-list {
  list-style-type: decimal;
}

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

.filters6_rangeslider2-handle-left {
  z-index: 1;
  border: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters6_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters6_rangeslider2-handle-left:focus-visible, .filters6_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters6_rangeslider1-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters6_form-checkbox1-icon {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters6_form-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/checkbox-check.svg');
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

.filters6_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filters6_rangeslider2-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.filters6_empty {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  text-align: center;
  padding: 3rem;
}

.filters6_toggle-button-circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.filters6_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

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

.filters6_keyword-search {
  flex: 1;
  align-items: center;
  max-width: 25rem;
  display: flex;
  position: relative;
}

.filters6_rangeslider1-fill {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters6_rangeslider2-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters-6-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  display: block;
}

.filters6_filters-modal {
  z-index: 999;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  width: 25rem;
  max-height: 50vh;
  margin-top: .5rem;
  position: absolute;
  overflow: auto;
  transform: translate(-100vw);
}

.filters6_filters-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.filters6_component {
  position: relative;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.filters6_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.filters6_filters-modal-background {
  display: none;
  position: fixed;
  inset: 0%;
}

.filters6_form-radio1-label-2 {
  margin-bottom: 0;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

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

.filters6_form-radio2 {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters6_form-radio2.is-active {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.filters6_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters6_modal-close-button {
  display: none;
}

.filters6_filters-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.filters6_results-wrapper {
  display: flex;
}

.filters6_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.feed-content-replace-this-div {
  border: 2px dashed #00000026;
  width: 100%;
  min-height: 200vh;
}

.filters6_rangeslider2-fill {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 20%;
  height: 100%;
  position: absolute;
}

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

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

.filters6_filter-group-list {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form_icon-wrapper {
  position: absolute;
  inset: auto auto auto 12px;
}

.filters6_form-checkbox2 {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.filters6_form-checkbox2.is-active {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.filters6_rangeslider1-input {
  display: none;
}

.filters6_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters6_form-radio1-icon {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  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: .75rem;
}

.filters6_form-radio1-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-image: url('../images/checkbox-check.svg');
  background-position: 50%;
  background-size: 14px 14px;
  width: 1.125rem;
  height: 1.125rem;
}

.filters6_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters6_tag {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  align-items: center;
  margin-right: .5rem;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters6_filter-options {
  overflow: hidden;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

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

.filters6_form-header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 1.5rem .5rem;
  display: flex;
}

.filters6_modal-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: space-between;
  align-items: center;
  width: 25rem;
  margin-top: 1rem;
  margin-left: -1.5rem;
  padding: .75rem 1.5rem;
  display: flex;
  position: sticky;
  inset: auto 0 0;
}

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

.filters6_rangeslider1-track {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  width: 100%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters6_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters6_filter-group {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.filters6_filter-group.last {
  border-bottom-style: none;
}

.filters6_list.is-radio2, .filters6_list.is-checkbox2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.filters6_rangeslider2-input {
  display: none;
}

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

.filters6_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filters6_layout {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.filters6_filters-header-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.filters6_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters6_form-radio2-icon {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filters6_form-radio2-icon.w--redirected-checked {
  border-color: #0000;
}

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

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.filters6_rangeslider1-handle {
  z-index: 1;
  border: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  cursor: grab;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: .5rem;
  right: .5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px #0000001a;
}

.filters6_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px #00000040, 1px 1px 10px #0000001a;
}

.filters6_rangeslider1-handle:focus-visible, .filters6_rangeslider1-handle[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters6_feed-header {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.filters6_button-wrapper {
  position: relative;
}

.filters6_filters-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  justify-content: center;
  height: 100%;
  padding: .5rem 1.5rem;
  display: flex;
  position: relative;
}

.filters6_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters6_form {
  z-index: 999;
}

.filters_instructions-callout-image {
  margin-top: .5rem;
}

.filters6_rangeslider2-handle-right {
  z-index: 1;
  border: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters6_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters6_rangeslider2-handle-right:focus-visible, .filters6_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters6_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

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

.filters6_filter-group-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.filters6_form-checkbox2-icon {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.filters6_form-checkbox2-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #0000;
}

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

.filters6_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filters6_toggle-button-checkbox {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.filters6_toggle-button-checkbox:focus-visible, .filters6_toggle-button-checkbox[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters6_toggle-button-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.filters6_toggle-button-checkbox.w--redirected-focus {
  box-shadow: none;
}

.filters6_rangeslider2-track {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sticky-content_roadmap-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.tag_item {
  border: 1.5px solid #0000001a;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: .875rem;
  font-weight: 500;
}

.sticky-nav_component {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  max-width: 16rem;
  height: 100%;
  min-height: 94vh;
  padding: 20px;
  position: sticky;
  top: 6rem;
}

.padding-section-small-2 {
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.partner_picture {
  object-fit: cover;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 6.25rem;
  height: 6.25rem;
  padding: 20px;
}

.news_description {
  opacity: .6;
}

.hero_network-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.faq_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.sticky-content {
  width: 100%;
  max-width: 40rem;
}

.hero_statistic-item {
  width: 20%;
}

.hero_statistic-item.is-grow {
  flex: 1;
  width: auto;
}

.document-table_col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.document-table_col._2 {
  flex: 1;
}

.document-table_col._3 {
  color: #1f67d6;
  flex: 0 auto;
}

.hiw_title {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
}

.sticky-content_roadmap-line {
  border-right: 1px dashed #0000001a;
  width: 1px;
  height: 100%;
}

.navbar_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-content_corporate-value {
  color: #0009;
  flex: 1;
  text-decoration: none;
}

.sticky-content_corporate-value.is-link {
  color: #1f67d6;
  text-decoration: underline;
}

.sticky-content_subheader {
  color: #0009;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: .875rem;
  font-weight: 700;
}

.document-table_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #0000001a;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 10rem) max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.team_status-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f67d6;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: .75rem;
  padding: 6px 12px;
  font-family: Satoshi, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: inline-block;
}

.paragraph-4 {
  text-align: center;
  margin-top: 10px;
}

.partner_promo {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .75rem;
}

.modal_card-cost-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.terriroty_label {
  font-weight: 500;
}

.faq_question-wrapper {
  width: 100%;
  font-weight: 700;
}

.button-learn-more {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: .75rem;
  padding: 6px 12px;
  font-family: Satoshi, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.sticky-content_content-wrapper {
  margin-top: 1.25rem;
  padding-bottom: 3rem;
}

.sticky-content_content-wrapper.less {
  padding-bottom: 1.5rem;
}

.news_title-2 {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

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

.modal_bodu-cost-wrapper {
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.sticky-content_roadmap-ship {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.terms_label-wrapper {
  width: 100%;
  max-width: 20.625rem;
}

.partner_wrapper {
  margin-bottom: 2rem;
}

.image-6 {
  max-width: 140px;
  margin-bottom: 20px;
}

.home_network-label {
  font-size: .875rem;
  font-weight: 500;
}

.hero_status-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  border: 2px solid #0000001a;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sticky-content_roadmap-list {
  padding-bottom: .8rem;
}

.hero_network-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .5;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero_network-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-3.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.hero_statistic-top {
  border-bottom: 2px #0000001a;
  width: 100%;
  padding: 1.25rem;
  display: flex;
}

.hero_layout {
  display: flex;
}

.hero-info-title {
  font-size: 2rem;
  font-weight: 300;
}

.sticky-content_corporate-label {
  text-align: right;
  flex: 1;
  width: 100%;
  max-width: 11.25rem;
}

.faq_value-wrapper {
  flex: 1;
  width: 100%;
}

.navbar_component-2 {
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
  border-radius: 1px;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 5rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.partner_item {
  color: #000;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: 1rem;
  padding: 1.5rem;
  text-decoration: none;
}

.sticky-nav_header-wrapper {
  color: #1f67d6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  font-weight: 700;
  display: none;
}

.document-table_section {
  margin-bottom: 1.25rem;
}

.document-table_section.is-last {
  margin-bottom: 0;
}

.modal_card-title {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.section_content {
  position: relative;
}

.sticky-content_corporate-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 1.25rem;
  display: flex;
}

.modal_top-wrapper {
  margin-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
}

.sticky-nav_item-menu {
  width: 100%;
}

.terms_value-wrapper {
  flex: 1;
}

.hero_number-wrapper {
  margin-bottom: 1.75rem;
}

.padding-section-hero-2 {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}

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

.hero-statistic-value {
  margin-bottom: 4px;
  font-family: Dmmono, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.hero_info-wrapper {
  margin-bottom: 1.75rem;
}

.news_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14.3125rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.news_list.padding-top {
  padding-top: 50px;
}

.hero_network-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.modal_background {
  background-color: #0009;
  position: fixed;
  inset: 0%;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0065de;
  border: 1px solid #0065de;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button-4:hover {
  background-color: #174da0;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-4.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  transition: all .3s;
}

.button-4.is-secondary.is-alternate:hover {
  color: #0065de;
  background-color: #fff;
}

.button-4.is-secondary.is-alternate.ilocx-widget-trigger {
  color: #000;
  border-color: #000;
}

.sticky-nav_item {
  color: #000;
  width: 100%;
  margin-bottom: .5rem;
  text-decoration: none;
}

.sticky-nav_item.w--current {
  color: #1f67d6;
  font-weight: 500;
}

.sticky-nav_item.secondary {
  width: 80%;
  margin-left: 20px;
}

.hero_statistic {
  background-color: #f3f4f6;
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
}

.hero_layout-right {
  width: 50%;
  padding-left: 8.75rem;
}

.modal_card {
  z-index: 1;
  background-color: #fff;
  border-radius: 1rem;
  max-width: 40rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.link-block-4 {
  color: #000;
  text-decoration: none;
  display: block;
}

.hiw_item {
  color: #000;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: 1rem;
  padding: 1.5rem;
  text-decoration: none;
}

.team_wrapper {
  margin-bottom: 2rem;
}

.sticky-content_chart-wrapper {
  margin-top: 1.25rem;
}

.team_item-2 {
  color: #000;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: 1rem;
  padding: 1.5rem;
  text-decoration: none;
}

.team_position {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .75rem;
}

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

.hiw_description {
  font-size: .875rem;
}

.quick-stack {
  margin-top: 30px;
}

.team_picture {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  max-width: 6.25rem;
  height: 6.25rem;
}

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

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-2.is-modal {
  padding-left: 5%;
  padding-right: 5%;
}

.sticky-content_roadmap-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-statistic-label {
  color: #6a7281;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.tag_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  display: flex;
}

.modal_component {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal_body-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

.sticky-content_list {
  padding-left: 0;
}

.sticky-content_header-wrapper {
  margin-bottom: 1rem;
}

.image-ratio_wrapper {
  position: relative;
  overflow: hidden;
}

.image-ratio_wrapper._3-2 {
  padding-top: 67%;
}

.image-ratio_wrapper._2-1 {
  padding-top: 50%;
}

.hero_layout-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.modal_card-licenses {
  font-family: DM Mono;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.news_title {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

.hero_status-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content_layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

.terriroty_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.terriroty_list.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.terms_item {
  align-items: flex-start;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.hero_statistic-bottom {
  padding: 1.25rem;
  display: flex;
}

.hiw_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  display: grid;
}

.team_name {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.terriroty_benefit-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.sticky-content_corporate-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: .5rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  font-size: .875rem;
  display: flex;
}

.hiw_icon {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  max-width: 6.25rem;
  height: 6.25rem;
}

.hiw_icon.territorial {
  border-radius: 0;
}

.image-full-block-2 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.news_item-2 {
  color: #000;
  text-decoration: none;
}

.partner_name {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
}

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

.icon-embed-xsmall-2.is-brand {
  color: #1f67d6;
}

.sticky-content_roadmap-quartal-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f67d6;
  border-radius: 50px;
  align-items: center;
  height: 1.5625rem;
  padding: 2px 10px;
  font-size: .8125rem;
  font-weight: 700;
  display: flex;
}

.sticky-content_roadmap-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: stretch;
  margin-bottom: .5rem;
  display: flex;
}

.sticky-content_item {
  background-image: url('../images/chevrons.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style-type: none;
  overflow: visible;
}

.sticky-content_header {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 1rem;
  font-weight: 700;
}

.padding-section-small-3 {
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.navbar_container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-5.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.hiw_item-2 {
  color: #000;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: 1rem;
  padding: 1.5rem;
  text-decoration: none;
}

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

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-3.is-modal {
  padding-left: 5%;
  padding-right: 5%;
}

.doc-link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.news_title-3 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-6.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.image-full-block-3 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.icon-embed-xsmall-3.is-brand {
  color: #1f67d6;
}

.padding-section-small-4 {
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.navbar_container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.news_item {
  color: #000;
  text-decoration: none;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-7.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.link-block-5 {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.paragraph-5 {
  margin-bottom: 1rem;
}

.image-full-block-4 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.icon-embed-xsmall-4.is-brand {
  color: #1f67d6;
}

.padding-section-small-5 {
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.navbar_container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-8.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-8.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.image-full-block-5 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.icon-embed-xsmall-5.is-brand {
  color: #1f67d6;
}

.padding-section-small-6 {
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.navbar_container-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-9.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-9.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-10 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0065de;
  border: 1px solid #0065de;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button-10:hover {
  background-color: #174da0;
}

.button-10.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-10.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  transition: all .3s;
}

.button-10.is-secondary.is-alternate:hover {
  color: #0065de;
  background-color: #fff;
}

.button-10.is-secondary.is-alternate.ilocx-widget-trigger {
  color: #000;
  border-color: #000;
}

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

.icon-embed-xsmall-6.is-brand {
  color: #1f67d6;
}

.button-11 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0065de;
  border: 1px solid #0065de;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button-11:hover {
  background-color: #174da0;
}

.button-11.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-11.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  transition: all .3s;
}

.button-11.is-secondary.is-alternate:hover {
  color: #0065de;
  background-color: #fff;
}

.button-11.is-secondary.is-alternate.ilocx-widget-trigger {
  color: #000;
  border-color: #000;
}

.image-full-block-6 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-full-block-6.padding-top.padding-medium {
  object-fit: cover;
}

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

.icon-embed-xsmall-7.is-brand {
  color: #1f67d6;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-12.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-12.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.image-3 {
  max-width: 40%;
}

.columns-2 {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
  display: block;
}

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

.icon-embed-xsmall-8.is-brand {
  color: #1f67d6;
}

.sticky-content_roadmap-quartal {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f67d6;
  border-radius: 50px;
  align-items: center;
  height: 1.5625rem;
  padding: 2px 10px;
  font-size: .8125rem;
  font-weight: 700;
  display: flex;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-13.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-13.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.link-block-3 {
  text-decoration: none;
}

.button-14 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0065de;
  border: 1px solid #0065de;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button-14:hover {
  background-color: #174da0;
}

.button-14.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-14.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  transition: all .3s;
}

.button-14.is-secondary.is-alternate:hover {
  color: #0065de;
  background-color: #fff;
}

.button-14.is-secondary.is-alternate.ilocx-widget-trigger {
  color: #000;
  border-color: #000;
}

.image-full-block-7 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-full-block-7.padding-top.padding-medium {
  object-fit: cover;
}

.image-full-block-7.padding-top.padding-medium.contain {
  object-fit: contain;
}

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

.icon-embed-xsmall-9.is-brand {
  color: #1f67d6;
}

.button-15 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0065de;
  border: 1px solid #0065de;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button-15:hover {
  background-color: #174da0;
}

.button-15.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-15.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  transition: all .3s;
}

.button-15.is-secondary.is-alternate:hover {
  color: #0065de;
  background-color: #fff;
}

.button-15.is-secondary.is-alternate.ilocx-widget-trigger {
  color: #000;
  border-color: #000;
}

.image-full-block-8 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-full-block-8.padding-top.padding-medium {
  object-fit: cover;
}

.image-full-block-8.bottom {
  object-position: 50% 100%;
}

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

.icon-embed-xsmall-10.is-brand {
  color: #1f67d6;
}

.feature_video {
  margin-bottom: 30px;
}

.div-block-6 {
  margin-bottom: 15px;
}

.sticky-content_item-copy {
  background-image: url('../images/chevrons.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style-type: none;
  overflow: visible;
}

.image-66 {
  max-height: 20px;
}

.sticky-content_roadmap-quartal-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f67d6;
  border-radius: 50px;
  align-items: center;
  height: 1.5625rem;
  padding: 2px 10px;
  font-size: .8125rem;
  font-weight: 700;
  display: flex;
}

.button-16 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0065de;
  border: 1px solid #0065de;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.button-16:hover {
  background-color: #174da0;
}

.button-16.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-16.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  transition: all .3s;
}

.button-16.is-secondary.is-alternate:hover {
  color: #0065de;
  background-color: #fff;
}

.button-16.is-secondary.is-alternate.ilocx-widget-trigger {
  color: #000;
  border-color: #000;
}

.button-17 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-17.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.image-full-block-9 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.icon-embed-xsmall-11.is-brand {
  color: #1f67d6;
}

.paragraph-6 {
  color: var(--grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: .7rem;
  line-height: 1.1;
}

.div-block-7 {
  background-color: #eaeaea;
  border-radius: 7px;
  padding: 15px 15px 10px;
}

.cell-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fefefe;
  border: 2px solid #ece9e9;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
}

.heading-5 {
  font-size: 1.8rem;
}

.body {
  background-color: #f9f9f9;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-5 {
  background-color: #fefefe;
  border: 2px solid #ece9e9;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.heading-6 {
  font-size: 1rem;
}

.title, .cell-7, .cell-8, .cell-9, .order {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-7 {
  font-weight: 500;
}

.div-block-9 {
  background-color: #08bc1a;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.info-button {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: .75rem;
  padding: .55rem .4rem;
  font-weight: 700;
  transition: all .3s;
}

.info-button:hover {
  background-color: #174da0;
}

.info-button.is-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--royal-blue);
  text-transform: none;
  background-color: #0000;
  border-style: none;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.info-button.is-link:hover {
  color: #174da0;
}

.info-button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

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

.info-button.is-link.is-bottom {
  justify-content: center;
  position: absolute;
  inset: auto 0% 0%;
}

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

.info-button.is-icon.is-soft-blue {
  color: var(--royal-blue);
  background-color: #0065de1a;
  border-color: #0065de1a;
}

.info-button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.info-button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  transition: all .3s;
}

.info-button.is-secondary.is-alternate:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

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

.info-button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.info-button.is-nudge {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--royal-blue);
  background-color: #0000;
  border-color: #0000;
  align-items: center;
  display: none;
}

.info-button.is-nudge:hover {
  color: #174da0;
}

.info-button.full-width {
  width: 100%;
  display: block;
}

.quick-stack-3 {
  grid-column-gap: 20px;
}

.column {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
  position: relative;
}

.columns-3 {
  display: flex;
}

.image-67 {
  padding-top: 10px;
  padding-left: 10px;
}

.column-2 {
  padding-right: 0;
}

.image-68 {
  padding-left: 10px;
}

.heading-7 {
  color: var(--light-grey);
  font-size: 2.9rem;
  font-weight: 500;
}

.paragraph-8 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.div-block-10 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--grey-tint);
  text-transform: uppercase;
  margin-bottom: .3rem;
  font-size: .8rem;
  font-weight: 500;
}

.paragraph-9 {
  color: var(--white);
  font-weight: 500;
}

.cell-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.cell-11 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20%;
}

.licenses {
  color: var(--white);
  margin-bottom: .4rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.scroll {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: .3rem;
  font-weight: 500;
}

.div-block-11 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-data {
  background-color: #f5f5f5;
}

.data-layout {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 10px;
}

.columns-4 {
  width: 100%;
}

.div-block-12 {
  background-image: linear-gradient(90deg, #57d78a, #59cb86);
  border-radius: 12px;
  width: 100%;
  padding: 24px;
}

.heading-8 {
  color: var(--white);
  font-size: 1.8rem;
}

.heading-8-copy {
  color: var(--white);
  font-size: 1rem;
}

.div-block-13 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.billy {
  color: var(--light-grey);
  text-transform: uppercase;
  font-size: .8rem;
}

.div-block-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.data-holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.billy-uner {
  color: var(--light-grey);
  letter-spacing: .2px;
  font-size: .8rem;
}

.full-width-button {
  border: 2px solid var(--light-grey);
  color: var(--dark-shade);
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.full-width-button.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.full-width-button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.div-block-15 {
  background-color: #fff;
  border-radius: 12px;
  height: 86px;
  padding: 10px 20px;
}

.score {
  background-color: #0fb425;
  width: 48px;
  height: 4px;
}

.score.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.score.right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.score-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  display: flex;
}

.score-left {
  background-color: #efa73b;
  border-left: 1px #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 48px;
  height: 4px;
}

.score-right {
  background-color: #efa73b;
  width: 48px;
  height: 4px;
}

.quantity {
  color: var(--black);
  text-align: center;
  border-radius: 30px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.input-button {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.input-button:hover {
  background-color: #174da0;
}

.input-button.is-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--royal-blue);
  text-transform: none;
  background-color: #0000;
  border-style: none;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.input-button.is-link:hover {
  color: #174da0;
}

.input-button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

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

.input-button.is-link.is-bottom {
  justify-content: center;
  position: absolute;
  inset: auto 0% 0%;
}

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

.input-button.is-icon.is-soft-blue {
  color: var(--royal-blue);
  background-color: #0065de1a;
  border-color: #0065de1a;
}

.input-button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.input-button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  transition: all .3s;
}

.input-button.is-secondary.is-alternate:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

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

.input-button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.input-button.is-nudge {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--royal-blue);
  background-color: #0000;
  border-color: #0000;
  align-items: center;
  display: none;
}

.input-button.is-nudge:hover {
  color: #174da0;
}

.input-button.full-width {
  width: 100%;
  display: block;
}

.div-block-16 {
  background-color: #000000a1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-17 {
  background-color: #f9f9f9;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  height: 400px;
  display: flex;
}

.modal-button {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 0 0 .75rem .75rem;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s;
}

.modal-button:hover {
  background-color: #174da0;
}

.modal-button.is-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--royal-blue);
  text-transform: none;
  background-color: #0000;
  border-style: none;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.modal-button.is-link:hover {
  color: #174da0;
}

.modal-button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

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

.modal-button.is-link.is-bottom {
  justify-content: center;
  position: absolute;
  inset: auto 0% 0%;
}

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

.modal-button.is-icon.is-soft-blue {
  color: var(--royal-blue);
  background-color: #0065de1a;
  border-color: #0065de1a;
}

.modal-button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.modal-button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  transition: all .3s;
}

.modal-button.is-secondary.is-alternate:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

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

.modal-button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.modal-button.is-nudge {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--royal-blue);
  background-color: #0000;
  border-color: #0000;
  align-items: center;
  display: none;
}

.modal-button.is-nudge:hover {
  color: #174da0;
}

.modal-button.full-width {
  width: 100%;
  display: block;
}

.body-blue {
  background-color: var(--royal-blue);
}

.div-block-18 {
  display: flex;
}

.checkbox-field {
  margin-top: 10px;
}

.sidebar4_background-layer {
  display: none;
}

.topbar3_search-overlay {
  background-color: #0000;
  position: fixed;
  inset: 0%;
}

.sidebar4_component {
  background-color: #fff;
  border-style: none solid solid;
  border-color: #000;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  flex-direction: column;
  width: 19.5rem;
  min-width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.topbar3_component {
  background-color: #fff;
  border-style: none none solid;
  border-color: #000;
  border-bottom-width: 1px;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.topbar3_dropdown-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
  margin: .5rem 1rem;
}

.shell3_inner-wrapper {
  background-color: #fcfcfc;
  overflow: auto;
}

.sidebar4_accordion-list {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sidebar4_menu-bottom {
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.topbar3_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: .75rem;
  display: flex;
}

.sidebar4_menu-button {
  padding: 0;
}

.topbar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: .25rem;
  padding-right: .6rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 3rem;
  right: 2rem;
}

.topbar-type-label-delete-this.is-level1 {
  z-index: 9999;
  color: #ff7448;
  background-color: #ffeae4;
  border: 1px solid #ff744840;
}

.sidebar4_menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sidebar4_accordion-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sidebar4_badge {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.topbar3_dropdown-link {
  padding: .5rem 1rem;
}

.topbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.shell-header-text-replace-this {
  color: #00000080;
  text-align: center;
  border-bottom: 2px dashed #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.topbar3_search {
  align-items: center;
  display: flex;
  position: relative;
}

.sidebar4_link {
  grid-column-gap: .5rem;
  color: var(--black);
  text-align: center;
  align-items: center;
  padding: .5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.sidebar4_link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.sidebar4_link.is-indent {
  padding-left: 2.75rem;
}

.topbar3_dropdown-toggle {
  padding: 0;
}

.topbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  inset: 100% 0% auto auto;
}

.topbar3_close-icon {
  margin-left: 1rem;
}

.topbar3_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.topbar3_search-button-tablet {
  padding: .5rem;
  display: none;
}

.topbar3_menu-dropdown {
  z-index: 1;
}

.topbar3_notification {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-width: 18rem;
  margin-top: .5rem;
  padding: .25rem .5rem;
  display: grid;
}

.shell3-layout_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.topbar3_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.shell3_sidebar-wrapper {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar4_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 100%;
  display: flex;
}

.sidebar4_close-tablet {
  cursor: pointer;
  display: none;
}

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

.sidebar4_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.shell-content-text-replace-this {
  color: #00000080;
  text-align: center;
  border: 2px dashed #d3d3d3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.shell3_inner-wrapper-height {
  display: none;
}

.sidebar4_logo-link {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

.topbar3_bell-dot {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  outline-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.topbar3_notification-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding: .5rem 1rem;
  display: flex;
}

.sidebar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: .25rem;
  padding-right: .6rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.sidebar-type-label-delete-this.is-level2 {
  color: #2e90fa;
  background-color: #e0eefe;
  border-color: #2e90fa40;
}

.shell3_wrapper {
  display: flex;
  position: relative;
}

.sidebar4_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.topbar3_notification-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 14rem;
  padding: .25rem .5rem;
  overflow: auto;
}

.topbar3_form-block {
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.topbar3_search-tablet {
  z-index: 6;
  display: none;
}

.topbar3_dropdown-content {
  flex-direction: column;
  display: flex;
}

.shell3_main-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex: 1;
  position: relative;
}

.sidebar4_menu-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.topbar3_search-wrapper {
  z-index: 2;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 4.5rem 0% 0%;
}

.topbar3_dropdown-account {
  align-items: center;
  padding: 0;
  display: flex;
}

.topbar3_dropdown-account.w--open {
  background-color: #fff;
}

.button-18 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-18.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-18.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-color: #0000;
}

.topbar3_notification-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: .5rem 1rem;
  display: flex;
}

.topbar3_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.sidebar4_menu {
  height: 100%;
}

.js-orders_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.table5_link {
  font-weight: 600;
  text-decoration: none;
}

.order-row-template {
  border-bottom: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.order-date {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order-date.is-header-column {
  min-height: auto;
}

.order-date.is-header-column.is-width-small, .order-date.is-header-column.is-width-large {
  min-width: 5rem;
}

.order-date.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.order-date.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.order-date.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

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

.js-orders_content {
  border-top: 1px #000;
  border-bottom-style: none;
  border-right: 1px #000;
  flex-direction: column;
  overflow: auto;
}

.js-orders-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.js-orders_group-header-column {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.button-19 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-19.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.license-link {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem 1rem;
  display: flex;
}

.table5_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table5_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.js-orders_year-header-row {
  border-bottom: 1px solid var(--black);
  background-color: #f4f4f4;
}

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

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.js-orders_header-row {
  border-bottom: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table-padding {
  padding-left: 0%;
  padding-right: 0%;
}

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

.page-header4_search {
  align-items: center;
  display: flex;
  position: relative;
}

.page-header4_content-right {
  align-items: center;
  display: flex;
}

.button-20 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-20.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.page-header4_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
}

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

.page-header4_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.page-header4_avatar {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-link.is-active {
  font-weight: 500;
}

.page-header4_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
}

.page-header4_form-block {
  margin-bottom: 0;
  margin-right: 1rem;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.js-orders-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.js-order-symbol {
  font-weight: 500;
}

.order-icon {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order-icon.is-header-column {
  min-height: auto;
}

.order-icon.is-header-column.is-width-small, .order-icon.is-header-column.is-width-large {
  min-width: 5rem;
}

.order-icon.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.order-icon.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.order-icon.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.order-cost {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order-cost.is-header-column {
  min-height: auto;
}

.order-cost.is-header-column.is-width-small, .order-cost.is-header-column.is-width-large {
  min-width: 5rem;
}

.order-cost.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.order-cost.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.order-cost.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.order-qty {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order-qty.is-header-column {
  min-height: auto;
}

.order-qty.is-header-column.is-width-small, .order-qty.is-header-column.is-width-large {
  min-width: 5rem;
}

.order-qty.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.order-qty.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.order-qty.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.order-total {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order-total.is-header-column {
  min-height: auto;
}

.order-total.is-header-column.is-width-small, .order-total.is-header-column.is-width-large {
  min-width: 5rem;
}

.order-total.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.order-total.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.order-total.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.pdf-link, .qualified-link {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem 1rem;
  display: flex;
}

.order-symbol {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order-symbol.is-header-column {
  min-height: auto;
}

.order-symbol.is-header-column.is-width-small, .order-symbol.is-header-column.is-width-large {
  min-width: 5rem;
}

.order-symbol.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.order-symbol.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.order-symbol.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.order-svg {
  height: 40px;
}

.heading-symbol {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.heading-symbol.is-header-column {
  min-height: auto;
}

.heading-symbol.is-header-column.is-width-small, .heading-symbol.is-header-column.is-width-large {
  min-width: 5rem;
}

.heading-symbol.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.heading-symbol.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.heading-symbol.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.heading-cost {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.heading-cost.is-header-column {
  min-height: auto;
}

.heading-cost.is-header-column.is-width-small, .heading-cost.is-header-column.is-width-large {
  min-width: 5rem;
}

.heading-cost.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.heading-cost.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.heading-cost.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.heading-total {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.heading-total.is-header-column {
  min-height: auto;
}

.heading-total.is-header-column.is-width-small, .heading-total.is-header-column.is-width-large {
  min-width: 5rem;
}

.heading-total.is-width-small {
  min-width: 5rem;
  max-width: 8rem;
}

.heading-total.is-width-large {
  min-width: 5rem;
  max-width: 16rem;
}

.heading-total.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.section-login {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-disclaimer {
  background-color: #f5f5f5;
  padding: 4% 10%;
}

.disclaimer {
  color: #757575;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.ilo-subtitle {
  color: var(--placeholder);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.heading-10 {
  color: #757575;
  font-family: Dmmono, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.div-block-19 {
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading-10-copy {
  font-size: 1.1rem;
}

.cell-12 {
  justify-content: center;
  align-items: flex-end;
}

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

.cell-14, .ilo-cell {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-20 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-19-copy {
  border-bottom: 1px solid #ebebeb;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-10-copy {
  color: #757575;
  font-family: Satoshi, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.heading-10-copy-copy {
  font-family: Dmmono, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-10-copy-copy.green {
  color: #16b616;
  letter-spacing: 1.5px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.form-2-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.checkbox {
  background-color: #fff;
  background-image: url('../images/click-to-sign-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ff0a0a;
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 30px 12px;
}

.checkbox.w--redirected-checked {
  border-color: var(--royal-blue);
  background-color: #fff;
  background-image: url('../images/signed-1.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

.checkbox-field-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: block;
}

.checkbox-label {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
}

.link-2 {
  font-weight: 500;
}

.heading-11 {
  margin-top: .6rem;
  margin-bottom: .6rem;
  font-size: 1rem;
}

.heading-11-copy {
  color: var(--placeholder);
  font-size: .8rem;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-69 {
  margin-bottom: -1px;
  margin-left: 10px;
}

.code-embed-2 {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}

.div-block-23 {
  background-color: #fff;
}

.hero-cell {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  padding: 20px;
  display: flex;
}

.column-3 {
  padding-left: 0;
}

.column-4 {
  padding-right: 0;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.total {
  color: var(--white);
  text-align: left;
  font-family: Satoshi, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.issued, .royalty {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.pricr, .price {
  color: var(--white);
  margin-bottom: .4rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.link-block-7 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-70 {
  margin-top: -1px;
  margin-left: 10px;
}

.paragraph-10 {
  text-align: center;
  width: 100%;
}

.ilo-content {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-25 {
  padding-left: 20px;
  padding-right: 20px;
}

.content_layout-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.quick-stack-5 {
  padding-bottom: 0;
}

.div-block-26 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 50vh;
  display: flex;
}

.list-subtitle {
  color: var(--grey);
  text-transform: uppercase;
  font-size: .8rem;
}

.heading-12 {
  margin-top: .6rem;
  margin-bottom: .6rem;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-27 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  display: flex;
}

.text-field {
  color: var(--black);
  background-color: #f9fafb;
  width: 50vw;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.container-2-copy {
  opacity: .14;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section {
  margin-top: -2%;
}

.container-opacity {
  opacity: .1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 65vh;
  display: flex;
}

.container-2-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.section-2 {
  margin-left: 5%;
  margin-right: 5%;
}

.success-message {
  background-color: var(--royal-blue);
  margin-top: 5%;
}

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

.button-21 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-21.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.sticky-buy-bar {
  z-index: 100;
  background-color: var(--royal-blue);
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
  position: sticky;
  top: 0;
}

.button-yellow {
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-yellow.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.div-block-29 {
  z-index: 99;
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-30 {
  width: 80vw;
}

.button-22 {
  color: #fff;
  text-align: center;
  background-color: #1f67d6;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-22.is-buy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  display: block;
}

.button-22.is-buy.ilocx-widget-trigger.white {
  border: 2px solid var(--white);
}

.hero-statistic-price {
  color: var(--white);
  margin-bottom: 4px;
  font-family: Dmmono, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.hero-statistic-price-label {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.hero-statistic-royalty {
  color: var(--white);
  margin-bottom: 4px;
  font-family: Dmmono, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.hero-statistic-royalty-label {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.hero-statistic-units {
  color: var(--white);
  margin-bottom: 4px;
  font-family: Dmmono, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.hero-statistic-units-label {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.hero_statistic-holder {
  border-bottom: 2px #0000001a;
  justify-content: flex-end;
  width: 100%;
  padding: 1.25rem;
  display: flex;
}

.hero_statistic-box {
  width: 25%;
}

.hero_statistic-box.is-grow {
  flex: 1;
  width: auto;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.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_icons-list {
    grid-auto-flow: row;
  }

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

  .button.is-link.is-bottom {
    margin-top: 2rem;
    position: relative;
  }

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

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

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

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

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

  .navbar_menu {
    background-color: var(--royal-blue);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

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

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

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

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header_image-wrapper {
    justify-content: center;
    display: flex;
  }

  .text-dark-shade.text-size-large {
    text-align: center;
  }

  .trusted_list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .trusted_item {
    max-width: 30rem;
    min-height: auto;
  }

  .benefit_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding: 1.5rem;
  }

  .how-it-work_list {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .how-it-work_item {
    text-align: center;
    max-width: 30rem;
    display: flex;
  }

  .how-it-work_line {
    display: none;
  }

  .how-it-work_icon-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .involvement_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .image-full-block {
    width: 50%;
    max-width: 100%;
    height: 100%;
  }

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

  .profile_badge-icon-wrap.top-space {
    margin-top: 0;
  }

  .license-card_list {
    grid-column-gap: 2rem;
    border-right: 1px solid var(--grey-tint);
    border-bottom-width: 0;
    flex-direction: column;
    max-width: 32rem;
    display: flex;
  }

  .license-card_item {
    border-bottom: 1px solid var(--grey-tint);
    border-right-width: 0;
  }

  .cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta-invite_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta-invite_card-content {
    padding: 3rem;
  }

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

  .lottie-animation-2 {
    padding-left: 28%;
    padding-right: 28%;
  }

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

  .contact16_content {
    grid-column-gap: 3rem;
  }

  .contact16_map-wrapper {
    height: 30rem;
  }

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

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

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

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

  .filters6_tags-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .filters6_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters6_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters6_keyword-search {
    max-width: none;
  }

  .filters6_filters-modal {
    right: 0%;
  }

  .filters6_filters-header {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .filters6_rangeslider1-text {
    top: 2rem;
  }

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

  .filters6_tag {
    margin-right: 0;
  }

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

  .filters6_list-wrapper {
    margin-bottom: 1.75rem;
  }

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

  .filters6_rangeslider1-handle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters6_filters-button {
    justify-content: center;
    display: flex;
  }

  .filters6_form {
    border-style: none;
  }

  .filters6_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .sticky-nav_component {
    max-width: 13rem;
  }

  .navbar_container-2 {
    max-width: 75rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .terms_label-wrapper {
    max-width: 12rem;
  }

  .menu-icon1_line-top-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

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

  .hero_layout-right {
    width: 100%;
    padding-left: 0;
  }

  .modal_card {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .menu-icon1_line-middle-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0065de;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .modal_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
    overflow: auto;
  }

  .hero_layout-left {
    width: 100%;
  }

  .hiw_list {
    grid-template-rows: max-content auto auto;
    grid-template-columns: 1fr;
  }

  .menu-icon1_line-bottom-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container-3 {
    max-width: 75rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-icon1_line-middle-3 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-3 {
    -webkit-text-fill-color: inherit;
    background-color: #0065de;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-bottom-3 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container-4 {
    max-width: 75rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-icon1_line-middle-4 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom-4 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container-5, .navbar_container-6 {
    max-width: 75rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-button.is-link.is-bottom, .input-button.is-link.is-bottom, .modal-button.is-link.is-bottom {
    margin-top: 2rem;
    position: relative;
  }

  .sidebar4_background-layer {
    background-color: #0009;
    position: fixed;
    inset: 0%;
  }

  .sidebar4_component {
    background-color: #0000;
    border-right-style: none;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 0 2rem;
  }

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

  .menu-icon.is-left {
    margin-left: -.5rem;
    margin-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar4_menu-button.w--open {
    background-color: #0000;
  }

  .sidebar4_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sidebar4_accordion-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .topbar3_search-desktop {
    display: none;
  }

  .topbar3_close-icon {
    cursor: pointer;
  }

  .topbar3_search-button-tablet {
    cursor: pointer;
    display: block;
  }

  .topbar3_container {
    grid-template-columns: 1fr;
    justify-content: flex-end;
    justify-items: end;
  }

  .shell3_sidebar-wrapper {
    height: 100%;
    position: absolute;
  }

  .sidebar4_close-tablet {
    z-index: 1;
    color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    position: fixed;
    top: 1rem;
    right: 1rem;
  }

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

  .sidebar4_logo-link {
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 0;
    margin-left: 1rem;
    display: flex;
  }

  .sidebar-type-label-delete-this {
    left: 2rem;
    right: auto;
  }

  .shell3_wrapper {
    flex-direction: column;
  }

  .sidebar4_container {
    flex-direction: row;
    align-items: center;
  }

  .topbar3_form-block {
    z-index: 999;
    width: 100%;
    max-width: none;
  }

  .topbar3_search-tablet {
    display: none;
  }

  .menu-icon_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar4_menu {
    background-color: #0000;
    width: 19.5rem;
    height: 100dvh;
  }

  .order-date.is-header-column, .order-date.is-width-medium {
    flex: 0 auto;
  }

  .js-orders_year-header-row {
    min-width: 72rem;
  }

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

  .page-header4_form-block {
    z-index: 999;
  }

  .js-orders-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .order-icon, .order-cost.is-width-small, .order-qty.is-width-large {
    flex: 0 auto;
  }

  .order-total.is-width-large, .order-symbol, .heading-symbol.is-header-column {
    display: none;
  }

  .heading-cost.is-header-column.is-width-small {
    flex: 0 auto;
  }

  .heading-total.is-header-column.is-width-large, .hero_statistic-box {
    display: none;
  }

  .hero_statistic-box.buy {
    width: 10011%;
    display: block;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

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

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

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

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

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

  .useriddisplay {
    font-size: 1.25rem;
  }

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

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

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

  .button-group.center-on-mobile-potrait, .button-group.is-center-on-mobile {
    justify-content: center;
  }

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

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

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

  .padding-global.no-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

  .header_component {
    grid-row-gap: 3rem;
  }

  .header_image-wrapper {
    display: flex;
  }

  .company_logo {
    max-height: 3rem;
  }

  .company_list {
    grid-column-gap: 1rem;
  }

  .company_wrapper {
    padding: .75rem 1rem;
  }

  .company_info-status.is-green {
    font-size: .875rem;
  }

  .company_name {
    font-size: 1.125rem;
  }

  .trusted_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .benefit_image-wrapper {
    justify-content: center;
    display: flex;
  }

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

  .benefit_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .how-it-work_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .how-it-work_icon-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .involvement_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .involvement_company-grid {
    grid-column-gap: 0rem;
    justify-items: center;
  }

  .involvement_company-name {
    font-size: 1.2rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .image-full-block {
    width: 50%;
  }

  .heading-style-h3-opp, .heading-3 {
    text-align: center;
  }

  .profile_content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }

  .profile_badge-icon-wrap.top-space {
    margin-top: 22px;
  }

  .license-card_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta_component {
    grid-row-gap: 3rem;
  }

  .cta-invite_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-invite_card-content {
    padding: 2rem;
  }

  .columns {
    flex-direction: column;
  }

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

  .contact16_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact16_map-wrapper {
    height: 25rem;
  }

  .contact21_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .filters6_keyword-search {
    width: auto;
  }

  .filters6_filters-modal {
    border-style: none;
    width: 100vw;
    max-height: none;
    margin-top: 0;
    padding-top: 3rem;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .filters6_filters-modal.w--open {
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding-top: 2.5rem;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    inset: 0%;
  }

  .filters6_filters-header {
    flex-direction: column;
    align-items: flex-end;
  }

  .filters6_modal-close-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }

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

  .filters6_filter-group-list {
    padding-left: 5%;
    padding-right: 5%;
  }

  .filters6_form-header {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .filters6_modal-menu {
    width: 100vw;
    margin-top: 2rem;
    margin-left: -5vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .filters6_filters-header-left {
    width: 100%;
  }

  .filters6_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sticky-nav_component {
    z-index: 999;
    background-color: #fff;
    max-width: none;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    transform: translate(0, 432px);
  }

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

  .navbar_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .sticky-nav_header-wrapper {
    cursor: pointer;
    justify-content: space-between;
    padding: 1rem 5%;
    display: flex;
    box-shadow: 0 -4px 12px #00000014;
  }

  .sticky-nav_item {
    cursor: pointer;
    margin-bottom: 0;
    padding: .375rem 5%;
  }

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

  .content_layout {
    display: block;
  }

  .padding-section-small-3, .padding-section-small-4, .padding-section-small-5, .padding-section-small-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sidebar4_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .topbar3_component {
    height: auto;
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .topbar3_text-wrapper {
    display: none;
  }

  .topbar-type-label-delete-this {
    top: 2.5rem;
    right: 1rem;
  }

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

  .sidebar-type-label-delete-this {
    left: 1rem;
  }

  .topbar3_search-wrapper {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 4rem;
  }

  .topbar3_content-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sidebar4_menu {
    width: 80vw;
  }

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

  .table5_component {
    grid-row-gap: 3rem;
  }

  .page-header4_content-right {
    flex-direction: column;
    align-items: stretch;
  }

  .page-header4_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .page-header4_component {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .page-header4_form-block {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .js-orders-component {
    grid-row-gap: 3rem;
  }

  .column-3 {
    margin-bottom: 19px;
    padding-left: 10px;
  }

  .column-4 {
    margin-bottom: 19px;
    padding-right: 10px;
  }

  .content_layout-copy {
    display: block;
  }

  .column-5 {
    margin-bottom: 20px;
  }

  .hero_statistic-box {
    display: none;
  }

  .hero_statistic-box.buy {
    width: 10032%;
    display: block;
  }
}

@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-top.margin-small.is-16 {
    margin-top: 1rem;
  }

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

  .margin-bottom.margin-small.is-16 {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-huge.is-how-it-work {
    margin-bottom: 2.5rem;
  }

  .margin-bottom.margin-xxsmall.no-margin-on-mobile {
    margin-bottom: 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.is-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button.is-nudge, .button-group.center-on-mobile-potrait, .button-group.is-center-on-mobile {
    justify-content: center;
  }

  .button-group.is-profile {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

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

  .padding-section-large, .padding-section-large.is-roi {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .header_content {
    text-align: center;
  }

  .header_image-wrapper {
    display: block;
  }

  .company_list {
    grid-template-columns: 20.375rem 20.375rem 20.375rem 20.375rem 20.375rem;
    justify-content: center;
  }

  .company_list._2 {
    grid-template-columns: 20.375rem 20.375rem 20.375rem 20.375rem;
  }

  .company_wrapper {
    transform: scale3d(1none, 1none, 1none);
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .benefit_image-wrapper {
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .benefit_content {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .benefit_component {
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
    padding: 0;
  }

  .benefit_component:hover {
    background-color: #0000;
  }

  .how-it-work_list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .how-it-work_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .how-it-work_icon-wrapper {
    margin: 0 0 1rem;
  }

  .involvement_content {
    text-align: center;
  }

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

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

  .involvement_company-item {
    flex-direction: row;
    align-items: center;
  }

  .involvement_company-name-wrapper {
    flex: 1;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: .75rem;
  }

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

  .image-full-block {
    width: 100%;
  }

  .benefit_image-responsive {
    display: block;
  }

  .heading-style-h3-opp {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .profile_content-wrap {
    align-items: stretch;
  }

  .profile_photo {
    align-self: center;
  }

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

  .profile_name {
    font-size: 1.5rem;
  }

  .profile_badge-row {
    flex-direction: column;
    align-items: stretch;
  }

  .profile_badge-row.is-vertical {
    align-items: center;
  }

  .profile_badge {
    font-size: .75rem;
  }

  .profile_badge-icon-wrap.top-space {
    margin-top: 22px;
  }

  .license-card_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .cta-invite_card-content {
    text-align: center;
    align-items: center;
  }

  .limit {
    text-align: left;
    width: auto;
  }

  .double {
    flex-direction: row;
    display: block;
  }

  .paragraph {
    text-align: center;
  }

  .lottie-animation-2 {
    padding-left: 16%;
    padding-right: 16%;
  }

  .contact16_contact-list, .contact16_content {
    grid-template-columns: 1fr;
  }

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

  .filters6_filters-header-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .document-table_col._3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .document-table_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .terms_label-wrapper {
    font-weight: 700;
  }

  .hero_statistic-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hero_layout {
    flex-direction: column;
  }

  .sticky-content_corporate-label {
    text-align: left;
  }

  .sticky-content_corporate-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .text-block-5 {
    color: #0009;
  }

  .hero_status-wrapper {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .terms_item {
    flex-direction: column;
  }

  .hero_statistic-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

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

  .sticky-content_corporate-item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .doc-link {
    height: 100%;
  }

  .text-block-6, .text-block-9 {
    color: #0009;
  }

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

  .info-button.is-nudge {
    justify-content: center;
  }

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

  .div-block-11 {
    display: none;
  }

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

  .input-button.is-nudge {
    justify-content: center;
  }

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

  .modal-button.is-nudge {
    justify-content: center;
  }

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

  .js-orders-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .table5_component, .js-orders-component {
    grid-template-columns: 1fr;
  }

  .hero_statistic-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hero_statistic-box {
    width: 100%;
    display: none;
  }

  .hero_statistic-box.buy {
    width: 100%;
    display: block;
  }
}

#w-node-ea34d57e-a516-a2a1-e5f2-6526835229f3-f07b5bec, #w-node-_5aef3dcb-df08-c06d-ca7c-5201b460234d-f07b5bec, #w-node-ad22caf9-71be-16cc-bb50-11bc2bd84b74-f07b5bec, #w-node-_580faaad-ddd6-ac13-7f11-e542acd4be28-f07b5bec, #w-node-_6c653160-1c07-70e4-26d7-e3b544d82a86-f07b5bec, #w-node-e2061e24-644a-7d50-3262-056fd4e24a48-f07b5bec, #w-node-_5195fc39-4ac1-b747-7a8c-1137a08f1d23-f07b5bec, #w-node-_42cbe94f-f771-7904-49ff-df852dbd93e3-f07b5bec, #w-node-_6d7ef07b-cda5-c5a8-1f8e-c92eb62c4986-f07b5bec, #w-node-_9a1353b6-0b3c-d80d-1c4d-7582f4314ac8-f07b5bec, #w-node-de021bea-3bc4-09e9-5911-74b0644a281d-f07b5bec, #w-node-de021bea-3bc4-09e9-5911-74b0644a281e-f07b5bec, #w-node-de021bea-3bc4-09e9-5911-74b0644a281f-f07b5bec, #w-node-de021bea-3bc4-09e9-5911-74b0644a2820-f07b5bec, #w-node-d48b59fb-2151-28f1-17c0-8bfe1710e755-f07b5bec, #w-node-_173088a7-7a7c-9cf8-202d-1aad30171e38-f07b5bec, #w-node-b3952bd4-93bb-27f3-f1ad-248d8344e362-f07b5bec, #w-node-_296ef8b5-dea3-68bf-cfde-29446f35ee41-f07b5bec, #w-node-ab437ad9-8718-2023-d405-538dba60a40b-f07b5bec, #w-node-e2b6b85f-4465-4a4d-eabc-74c22dd46fc1-f07b5bec, #w-node-e2b6b85f-4465-4a4d-eabc-74c22dd46fc2-f07b5bec, #w-node-e2b6b85f-4465-4a4d-eabc-74c22dd46fc3-f07b5bec, #w-node-e2b6b85f-4465-4a4d-eabc-74c22dd46fc4-f07b5bec, #w-node-_78fe8d6f-985b-42e4-20d4-771f070a259b-f07b5bec, #w-node-_78fe8d6f-985b-42e4-20d4-771f070a259c-f07b5bec, #w-node-_78fe8d6f-985b-42e4-20d4-771f070a259d-f07b5bec, #w-node-_78fe8d6f-985b-42e4-20d4-771f070a259e-f07b5bec, #w-node-_937d2727-34bb-d51d-3286-3b704ee01306-f07b5bec, #w-node-f2524221-76c6-31fd-bd53-617cc6ba62cd-f07b5bec, #w-node-_0d020698-77de-4713-b0f7-7a9198f76ba2-f07b5bec, #w-node-b905939f-944d-5b51-7b84-7eb2f685d633-f07b5bec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-187b5c05 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-187b5c05 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-187b5c05 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-187b5c05, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-187b5c05, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-187b5c05 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-187b5c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-187b5c05 {
  justify-self: start;
}

#w-node-_5418260c-91f6-1789-9b44-b766409db2f9-55f6188f, #w-node-_5418260c-91f6-1789-9b44-b766409db302-55f6188f, #w-node-_5418260c-91f6-1789-9b44-b766409db30b-55f6188f {
  align-self: start;
}

#w-node-_801cb2dd-118f-68e4-59c3-56918188fd92-cd78fd4b, #w-node-_801cb2dd-118f-68e4-59c3-56918188fd96-cd78fd4b, #w-node-_801cb2dd-118f-68e4-59c3-56918188fd9a-cd78fd4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9a9589-4b43-9754-4b94-07f095bc517a-cd78fd4b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd9a9589-4b43-9754-4b94-07f095bc5243-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5248-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc524d-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5252-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5257-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc525c-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5261-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5266-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5302-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc530b-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5314-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5327-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5330-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5339-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5342-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc534b-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5354-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc535d-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5366-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc536f-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5378-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc538b-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5391-cd78fd4b, #w-node-dd9a9589-4b43-9754-4b94-07f095bc5397-cd78fd4b, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e6059-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e605d-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e6061-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e6198-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e619d-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e61a2-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e61a7-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e61ac-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e61b1-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e61b6-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e61bb-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e61c1-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e6261-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e6267-61210a28, #w-node-fe45ad4e-a971-4ec5-c6e9-b94edd2e626d-61210a28, #w-node-f52f4baf-768e-a760-2df2-8fa3d098ef6c-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098ef70-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098ef74-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f057-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f05c-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f061-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f066-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f06b-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f070-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f075-77426830, #w-node-f52f4baf-768e-a760-2df2-8fa3d098f07a-77426830, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967d9ea2-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967d9ea6-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967d9eaa-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da010-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da015-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da01a-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da01f-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da024-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da029-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da02e-3fbc96d3, #w-node-c3d82ddb-76f3-31e0-7556-cfc9967da033-3fbc96d3, #w-node-_55b09156-0fc8-c28e-5b83-21eebc84517f-902e5956, #w-node-_55b09156-0fc8-c28e-5b83-21eebc845183-902e5956, #w-node-_55b09156-0fc8-c28e-5b83-21eebc845187-902e5956, #w-node-eeb2bc07-249e-77b6-949f-50e94f860732-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f860736-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f86073a-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f860835-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f86083a-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f86083f-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f860844-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f860849-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f86084e-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f860853-d79b2021, #w-node-eeb2bc07-249e-77b6-949f-50e94f860858-d79b2021, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666ee2c-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666ee30-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666ee34-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666f0dd-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666f0e2-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666f0e7-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666f0ec-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666f0f1-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666f0f6-498e8ca6, #w-node-_4c48ea99-bf15-22b3-f6db-ec3de666f0fb-498e8ca6, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10da12-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10da16-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10da1a-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db73-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db78-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db7d-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db82-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db87-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db8c-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db91-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db96-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db9c-0aada686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dbc5-0aada686 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dbf7-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dbfd-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dc03-0aada686, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10da12-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10da16-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10da1a-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db73-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db78-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db7d-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db82-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db87-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db8c-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db91-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db96-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10db9c-58e057c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dbc5-58e057c7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dbf7-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dbfd-58e057c7, #w-node-f6738c8d-cc67-0ae8-cbd8-91169b10dc03-58e057c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe6614f1-1f3f-5798-421b-356701a9b691-dcb6c961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_460b93c2-4ba8-2ff1-09c3-9392b0d5d516-dcb6c961, #w-node-ebdf079a-2dbb-a037-0547-48ceaa9b73b9-dcb6c961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_186e39ce-959d-b510-0390-330acd456610-dcf8cecf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

#w-node-_56a351e7-147d-6ed3-e251-a5c3a6dca04c-dcf8cecf {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b0f25af9-afc2-5738-9297-23cc833f316d-dcf8cecf {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-e28a327c-5acf-750d-862f-2895b780b693-dcf8cecf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b4514194-7ccf-c48a-d0a0-9f7c564eb324-dcf8cecf, #w-node-_99f69d92-f526-b7d4-be5c-527f6ab66062-dcf8cecf {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

#w-node-_12d62d84-4af1-6bfb-8d46-32169e0d795c-dcf8cecf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a25-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a2a-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a2f-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a34-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a39-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a3e-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a43-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a48-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7ae4-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7aed-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7af6-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b09-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b12-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b1b-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b24-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b2d-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b36-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b3f-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b48-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b51-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b5a-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b6d-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b73-dcf8cecf, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7b79-dcf8cecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_186e39ce-959d-b510-0390-330acd456610-5d5be4e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

#w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a25-5d5be4e0, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a2a-5d5be4e0, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a2f-5d5be4e0, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a34-5d5be4e0, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a39-5d5be4e0, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a3e-5d5be4e0, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a43-5d5be4e0, #w-node-_12d62d84-4af1-6bfb-8d46-32169e0d7a48-5d5be4e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cd58bba2-8ea7-3cb0-cf42-fa1104f26ef7-f07b5bec {
    order: 9999;
  }

  #w-node-_460b93c2-4ba8-2ff1-09c3-9392b0d5d4c3-dcb6c961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb0d7378-14b0-4c88-f195-1c2f5248cd88-f07b5bec, #w-node-_53aaa47e-2107-1cfb-6ea3-a52a81eeff54-f07b5bec, #w-node-a09a53a1-525e-0e23-ad7e-ca56bff2c848-f07b5bec {
    order: 9999;
  }

  #w-node-e312199d-3d2b-5f29-f98a-e4a012e0dec0-f07b5bec {
    order: -9999;
  }

  #w-node-_186e39ce-959d-b510-0390-330acd456610-dcf8cecf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_56a351e7-147d-6ed3-e251-a5c3a6dca04c-dcf8cecf {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_186e39ce-959d-b510-0390-330acd456610-5d5be4e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd58bba2-8ea7-3cb0-cf42-fa1104f26ef7-f07b5bec {
    order: 9999;
  }

  #w-node-_186e39ce-959d-b510-0390-330acd456610-dcf8cecf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_56a351e7-147d-6ed3-e251-a5c3a6dca04c-dcf8cecf {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-b0f25af9-afc2-5738-9297-23cc833f316d-dcf8cecf, #w-node-b4514194-7ccf-c48a-d0a0-9f7c564eb324-dcf8cecf, #w-node-_99f69d92-f526-b7d4-be5c-527f6ab66062-dcf8cecf {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_186e39ce-959d-b510-0390-330acd456610-5d5be4e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.alert-block {
  display: none;
}