.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
}

h5 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

h6 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

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

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

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

strong {
  font-weight: bold;
}

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

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

.form-message-success {
  background-color: #e4fada;
  padding: 1.25rem;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-small {
  width: 20px;
  height: 20px;
  color: #fff;
}

.heading-medium {
  color: #e5e5e5;
  letter-spacing: -2px;
  font-family: DM Sans, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-large {
  letter-spacing: -3px;
  font-family: DM Sans, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 100%;
}

.text-size-large {
  color: gray;
  text-align: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.25rem;
  line-height: 160%;
}

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

.section-styleguide {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
}

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

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

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

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

.form-radio-label {
  font-size: 1rem;
  font-weight: 300;
}

.hide {
  display: none;
}

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

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

.text-style-link {
  color: #8786ff;
  text-decoration: none;
}

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

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

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

.text-size-small.text-color-muted {
  color: gray;
  text-align: left;
  display: inline;
}

.text-size-small.inverse-text-color-muted {
  color: #fff;
  text-align: center;
}

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

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

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

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

.text-rich-text blockquote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 49px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 0 3rem 5rem;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.text-rich-text strong {
  font-weight: 600;
}

.text-rich-text a {
  color: #5bb5a2;
}

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

.text-rich-text figcaption {
  color: rgba(26, 25, 30, .6);
  font-size: .75rem;
}

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

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

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  letter-spacing: -4px;
  font-family: DM Sans, sans-serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
}

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

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(16, 16, 16, .1);
  border-radius: 6px;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: border .2s;
}

.form-input:active, .form-input:focus {
  border-color: #5bb5a2;
}

.form-input::-ms-input-placeholder {
  color: rgba(26, 25, 30, .6);
}

.form-input::placeholder {
  color: rgba(26, 25, 30, .6);
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-checkbox-label {
  font-size: 1rem;
  font-weight: 300;
}

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

.form-label {
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 160%;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #5bb5a2;
  background-size: 90%;
  border-color: #5bb5a2;
  border-radius: 2px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: none;
  border-color: #000;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

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

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

.styleguide-classes {
  display: none;
}

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

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

.styleguide-right.gap-medium {
  grid-row-gap: 2.5rem;
}

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

.page-padding {
  background-color: #000;
  border-radius: 0;
  padding: 0 2.5rem;
}

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

.show-tablet {
  display: none;
}

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

.text-color-muted {
  color: rgba(26, 25, 30, .5);
}

.form-radio-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

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

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

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

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

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

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

.button-text {
  color: #5bb5a2;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.button-text.arrow-right {
  align-content: stretch;
}

.button-text.small {
  font-size: 1rem;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.margin-bottom.margin-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

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

.margin-bottom.margin-xlarge {
  justify-content: center;
  display: flex;
}

.margin-bottom.margin-xsmall {
  margin-top: .5rem;
}

.margin-bottom.margin-tiny {
  text-align: left;
}

.margin-bottom.margin-huge {
  margin-top: 4rem;
  margin-bottom: 0;
}

.margin-bottom.margin-small {
  justify-content: center;
  align-self: center;
}

.margin-bottom.margin-xlarge {
  display: flex;
}

.margin-bottom.margin-xlarge-copy {
  justify-content: center;
  display: flex;
}

.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-top.padding-xxhuge {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.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-vertical.padding-xxhuge {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.padding-vertical.padding-xhuge {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.padding-vertical.padding-huge {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.body {
  color: #1a191e;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 160%;
}

.navbar-inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  position: relative;
}

.navbar-logo {
  height: 30px;
}

.line {
  width: 100%;
  height: 1px;
  color: #191918;
  background-color: gray;
}

.heading-h3 {
  color: #d3d3d3;
  letter-spacing: -1.5px;
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

.text-size-medium {
  color: gray;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  line-height: 160%;
}

.text-size-medium.inverse-text-color-muted {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-h2 {
  letter-spacing: -1.5px;
  font-family: DM Sans, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.exhbition-date-day {
  color: #db574d;
  font-family: Clashdisplay;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1;
}

.exhbition-date-month {
  color: #db574d;
  font-size: 1.875rem;
  font-weight: 400;
}

.exhibiton-cta {
  justify-content: center;
  display: flex;
}

.text-color-primary {
  color: #8786ff;
}

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

.heading-h4 {
  width: 90%;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.heading-h1 {
  color: #d3d3d3;
  text-align: center;
  letter-spacing: -2px;
  font-family: DM Sans, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

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

.heading-h5 {
  color: #d3d3d3;
  text-align: left;
  letter-spacing: -.75px;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
  display: block;
}

.background-color-primary {
  background-color: #5bb5a2;
}

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

.button-text-icon {
  width: 24px;
  height: 24px;
  color: #8786ff;
  line-height: 100%;
  display: flex;
}

.button-text-icon.small {
  width: 20px;
  height: 20px;
}

.button-text-icon-wrapper {
  overflow: hidden;
}

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

.navbar-right {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.navbar {
  z-index: 1000;
  background-color: #fff;
}

.navbar-menu {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #1a191e;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: #1a191e;
}

.button.small {
  color: #fff;
  background-color: #8786ff;
  border-width: 0;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: inline-block;
}

.button.primary {
  color: #fff;
  background-color: #6966ff;
  border-color: rgba(0, 0, 0, 0);
}

.button.primary:hover {
  background-color: #449e8b;
}

.button.primary.small {
  -webkit-text-fill-color: inherit;
  background-color: #8786ff;
  background-clip: border-box;
}

.button.secondary {
  color: #fff;
  background-color: #1a191e;
  border-color: rgba(0, 0, 0, 0);
}

.button.secondary:hover {
  background-color: #383642;
}

.button.secondary.small {
  color: #6966ff;
  background-color: #fff;
}

.button.secondary.small:hover {
  color: #000;
}

.button.primary {
  color: #fff;
  background-color: #5bb5a2;
  border-color: rgba(0, 0, 0, 0);
}

.button.primary:hover {
  background-color: #449e8b;
}

.button.secondary {
  color: #fff;
  background-color: #1a191e;
  border-color: rgba(0, 0, 0, 0);
}

.button.secondary:hover {
  background-color: #383642;
}

.heading-h6 {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.section-404 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label {
  color: #1a191e;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-radius: 4px;
  align-items: center;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label.w--current {
  color: #fff;
  background-color: #6966ff;
}

.label.primary {
  color: #fff;
  background-color: #5bb5a2;
}

.label.primary-light {
  color: #5bb5a2;
  background-color: #e8f2ee;
}

.styleguide-color-palette {
  height: 5rem;
}

.navbar-menu-item {
  z-index: 9999;
}

.navbar-menu-text {
  font-size: 1rem;
  display: block;
}

.nav-link {
  height: 100%;
  color: #000;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer-nav-item-link {
  height: 1.75rem;
  text-decoration: none;
  overflow: hidden;
}

.button-2 {
  z-index: 10;
  min-width: 8rem;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #8786ff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-inner-text {
  height: 1.5rem;
  min-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
}

.button-background {
  z-index: 5;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.button-inner {
  z-index: 10;
  height: 1.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-text-hover {
  height: 1.5rem;
  min-height: 1.5rem;
  justify-content: center;
  align-items: center;
}

.button-text-text {
  color: #8786ff;
  text-align: center;
}

.label-text {
  color: #000;
}

.label-inner {
  height: 1rem;
  position: relative;
  overflow: hidden;
}

.mobile-menu-toggle, .mobile-menu {
  display: none;
}

.navbar-sticky-placeholder {
  height: 92px;
  padding: 0;
  display: block;
}

.navbar-wrapper {
  z-index: 9999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-overlay {
  z-index: 9998;
  opacity: 0;
  background-color: rgba(26, 25, 30, .6);
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-color-primary-light {
  background-color: #e8f2ee;
}

.background-color-muted {
  background-color: #f8f8f8;
}

.icon-1x1-default {
  width: 24px;
  height: 24px;
  color: #000;
  border: 0 solid #000;
}

.icon-1x1-medium {
  width: 28px;
  height: 28px;
  color: #fff;
}

.icon-1x1-large {
  width: 32px;
  height: 32px;
}

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

.icon-1x1-xsmall {
  width: 18px;
  height: 18px;
  color: #fff;
}

.badge {
  width: 48px;
  height: 48px;
  color: #191918;
  background-color: gray;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge.small {
  width: 26px;
  height: 26px;
}

.badge.primary {
  color: #fff;
  background-color: #5bb5a2;
}

.badge.primary.small {
  background-color: #191918;
}

.badge.primary-light {
  width: 48px;
  height: 48px;
  color: #8786ff;
  background-color: gray;
  border: 1px solid #191918;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25rem;
}

.badge.primary-light.small {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #191918;
}

.badge.large {
  width: 50px;
  height: 50px;
}

.badge.inverse {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.badge.inverse.large {
  width: auto;
  height: auto;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
}

.badge.primary-light {
  color: #5bb5a2;
  background-color: #e8f2ee;
}

.home-hero-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-xlarge {
  color: gray;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 160%;
}

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

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

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

.home-hero-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: gray;
  align-items: center;
  display: flex;
}

.home-hero-list-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-card-2 {
  z-index: 1;
  width: 280px;
  perspective-origin: 0 100%;
  transform-origin: 50% 100%;
  transition: all .2s;
  position: absolute;
  top: 0%;
  left: 0%;
}

.home-hero-card-1 {
  z-index: 5;
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  position: static;
}

.home-hero-cards {
  float: none;
  clear: none;
  transition: opacity .2s;
  position: static;
}

.card {
  border: 0 solid #e8e8e8;
  border-radius: 10px;
}

.card.muted {
  background-color: #f8f8f8;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
}

.card.primary {
  color: #fff;
  background-color: #5bb5a2;
  border-color: rgba(0, 0, 0, 0);
}

.card-padding-default {
  background-color: #0d0d0d;
  border: 1px #191918;
  border-radius: 8px;
  padding: 1rem 1.5rem 1.5rem;
}

.home-features-card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-home-transactions {
  overflow: hidden;
}

.home-savings-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.home-tools-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-tools-logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.home-tools-logo-row {
  max-width: 45rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  flex: none;
  align-items: center;
  display: flex;
}

.home-notifications-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.notification {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0d0d0d;
  border: 1px solid #191918;
  border-radius: 10px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 1rem;
  display: grid;
}

.notification-title {
  color: #d3d3d3;
  letter-spacing: -.75px;
  margin-bottom: 2px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.notification-text {
  color: gray;
}

.home-cards-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.home-cards-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-cards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-card-1 {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  position: relative;
}

.home-card-2 {
  z-index: 5;
  background-color: #0d0d0d;
  border: 1px #000;
  border-radius: 32px;
  margin-top: -32%;
}

.home-card-3 {
  z-index: 10;
  border-radius: 32px;
  margin-top: -32%;
}

.home-testimonials-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-testimonials-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  column-count: 3;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  column-gap: 2rem;
  margin-top: -2rem;
}

.testimonial-stars {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #5bb5a2;
  display: flex;
}

.cta {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  background-color: #0d0d0d;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 4rem 5rem 8rem;
  display: grid;
  overflow: hidden;
}

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

.cta-image-wrapper {
  height: 500px;
  margin-bottom: -8rem;
  overflow: hidden;
}

.accordion {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: -1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.accordion.first {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
}

.accordion.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-title-wapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

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

.accordion-title {
  color: #d3d3d3;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.accordion-icon {
  color: #5bb5a2;
}

.accordion-content-wrapper {
  overflow: hidden;
}

.accordion-content {
  color: rgba(26, 25, 30, .5);
  padding-top: 1.5rem;
}

.paragraph {
  color: gray;
}

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

.faq-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  padding-top: 4rem;
  display: grid;
}

.blog-latest-heading {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.post-preview-image {
  width: 100%;
}

.post-preview-image-wrapper {
  border-radius: 1rem;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.post-preview-categories {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  padding-top: .4rem;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 1rem;
  display: flex;
}

.footer-subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer-subnav-link {
  color: rgba(26, 25, 30, .6);
  font-size: .875rem;
  text-decoration: none;
}

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

.footer-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-nav-item-link-2 {
  color: #fff;
  text-decoration: none;
  display: block;
}

.text-block {
  color: gray;
  object-fit: cover;
  overflow: auto;
}

.features-hero-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
}

.features-hero-buttons {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 33%;
  display: flex;
}

.features-hero-cards {
  width: 100%;
  height: 300px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.features-hero-cards-inner {
  width: 120%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.features-app-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: grid;
}

.features-app-grid-left {
  grid-column-gap: 30vh;
  grid-row-gap: 30vh;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30vh;
  padding-bottom: 33vh;
  display: flex;
}

.choose-cards-grid {
  height: 10rem;
  grid-column-gap: .75rem;
  grid-row-gap: 4rem;
  background-color: rgba(0, 0, 0, 0);
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choose-cards-grid-column {
  height: 10rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.choose-card-content {
  height: 2rem;
  max-width: 16rem;
}

.features-card-price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  object-fit: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  font-weight: 400;
  line-height: 0%;
  display: block;
  position: static;
  overflow: visible;
}

.choose-card-price {
  color: #8786ff;
  text-align: center;
  line-height: 90%;
}

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

.choose-card-title {
  min-height: 40px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-overview-grid-top {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-padding-large {
  padding: 3rem;
}

.card-padding-xlarge {
  padding: 4rem;
}

.features-overview-card-large {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 4rem 0 4rem 4rem;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.features-overview-stats-image-wrapper {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #8786ff;
  grid-template-rows: auto auto auto auto auto 40px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  margin-bottom: 0;
  margin-left: -4rem;
  margin-right: -4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.features-overview-cards-image {
  height: 250px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -4rem;
  margin-left: -4rem;
  margin-right: -4rem;
  display: flex;
}

.features-overview-card-middle {
  width: 40%;
}

.features-overview-card-outer {
  width: 40%;
  padding-top: 4rem;
  transform: rotate(0);
}

.features-overview-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.features-overview-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.features-overview-card-small {
  background-color: #000;
  border-radius: 10px;
  padding: 3rem 3rem 0;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.features-overview-card-image-small {
  justify-content: center;
  margin-bottom: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  display: inline-block;
}

.blog-posts-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-categories {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.blog-categories-list {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.blog-categories-list-item, .post-preview-categories-item, .post-categories-item {
  display: flex;
}

.post-categories-list {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  transform: translate(0);
}

.post-content {
  font-size: 1.125rem;
  line-height: 190%;
}

.post-content h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.post-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.post-content h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.post-content h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.post-content ul {
  margin-bottom: .75rem;
}

.post-content h2, .post-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.post-content p {
  margin-bottom: 1rem;
}

.post-content blockquote {
  background-image: url('../images/icon-quote_1.svg');
  background-position: 0 59px;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 0 solid #000;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem 0 3rem 5rem;
  font-family: Generalsans;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

.post-content strong {
  font-weight: 600;
}

.post-share-icons {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-preview-heading {
  text-decoration: none;
}

.section-support-hero {
  overflow: hidden;
}

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

.compare-hero-cards-wrapper {
  margin-top: -2rem;
  margin-bottom: -14rem;
  display: block;
}

.cta-support {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #8786ff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 25% 20% 20% 20%;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
}

.inverse-text-color-muted {
  color: rgba(255, 255, 255, .7);
}

.support-faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.inverse-text-color-default {
  color: #fff;
}

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

.card-padding-small {
  padding: 1.5rem;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: gray;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu-link {
  color: rgba(26, 25, 30, .5);
  flex-direction: column;
  font-size: 1rem;
  display: block;
  overflow: hidden;
}

.nav-menu-link:hover, .nav-menu-link.w--current {
  color: #5bb5a2;
}

.nav-menu-text {
  color: gray;
}

.support-faq-right {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  display: flex;
}

.support-faq-sidebar {
  border: 1px #000;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.section-compare-hero {
  overflow: hidden;
}

.support-compare-table-cards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.compare-table {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.compare-table-row {
  height: 2rem;
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.transaction {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0d0d0d;
  border: 1px solid #191918;
  border-radius: 10px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1rem;
  display: grid;
}

.transaction-title {
  color: #d3d3d3;
  letter-spacing: -.75px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.transaction-text {
  color: gray;
}

.transaction-price {
  letter-spacing: -.75px;
  margin-bottom: 2px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.transactions-grid-right {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.transactions-grid-right-inner {
  width: 80%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.features-app-phone {
  width: 360px;
  border: 10px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.features-app-grid-right {
  padding-top: 0;
  position: relative;
}

.features-app-grid-right-inner {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 4rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.features-app-image {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.features-app-image._02 {
  max-height: none;
  max-width: 100%;
  flex: 1;
  align-self: center;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 110%;
  right: auto;
}

.features-app-image._01 {
  max-width: 100%;
  flex: 1;
  align-self: center;
}

.features-app-image._03, .features-app-image._04 {
  max-width: 100%;
  flex: 1;
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 110%;
  right: auto;
}

.transaction-logo {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-image {
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.cursor-wrapper {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #5bb5a2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  margin-left: -1rem;
  line-height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.features-hero-card-01 {
  transform: translate(0, 30%);
}

.features-hero-card-02, .features-hero-card-04 {
  transform: translate(0, 15%);
}

.features-hero-card-05 {
  transform: translate(0, 30%);
}

.dropdown-compare-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-compare-grid-column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-compare-card-content {
  max-width: 16rem;
}

.dropdown-compare-card-image {
  width: 250px;
}

.navbar-dropdown {
  z-index: 1000;
  width: 100vw;
  background-color: #fff;
  padding-top: 1.5rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-blog-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

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

.dropdown-blog-post {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 12px;
  display: grid;
}

.dropdown-blog-post:hover {
  background-color: #fff;
}

.dropdown-blog-post-image {
  width: 100px;
}

.dropdown-blog-post-image-wrapper {
  border-radius: .5rem;
  overflow: hidden;
  transform: translate(0);
}

.dropdown-blog-post-text {
  height: 45px;
  color: rgba(26, 25, 30, .6);
  font-size: .875rem;
  line-height: 160%;
  overflow: hidden;
}

.home-features-phone {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.home-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.navbar-menu-item-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 6px;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.navbar-menu-item-inner:hover {
  background-color: #f8f8f8;
}

.navbar-menu-item-inner.dropdown {
  padding-right: .5rem;
}

.navbar-dropdown-inner {
  background-color: #f8f8f8;
}

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.mobile-menu-toggle-line._03 {
  bottom: 0;
}

.blog-categories-label {
  color: #1a191e;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-radius: 4px;
  align-items: center;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.blog-categories-label.w--current {
  color: #fff;
  background-color: #6966ff;
}

.features-overview-stats-image {
  max-width: 80%;
  display: inline-block;
}

.features-overview-transactions-image-wrapper {
  justify-content: flex-start;
  margin-bottom: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  display: flex;
}

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

.faq-contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.home-hero-grid-left {
  padding-top: 0;
}

.home-savings-heading-right {
  flex: none;
  justify-content: flex-end;
  align-self: flex-end;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home-testimonials-card {
  margin-top: 2rem;
  display: inline-block;
}

.compare-table-mobile {
  display: none;
}

.compare-table-mobile-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.mobile-menu-overlay {
  z-index: 9998;
  opacity: 0;
  background-color: rgba(26, 25, 30, .6);
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-blog-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-notifications-grid-right-inner {
  max-width: 500px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.compare-table-row-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: block;
}

.navbar-menu-link {
  height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.navbar-menu-link:hover {
  text-decoration: none;
}

.button-3 {
  color: #343339;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #343339;
  border-radius: 500px;
  margin: 0;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  text-decoration: none;
}

.menu-overlay {
  z-index: 1050;
  background-color: rgba(52, 51, 57, .8);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licensing-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.line-3 {
  width: 100%;
  height: 1px;
  background-color: #cecece;
}

.footer-nav-item-link-3 {
  height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.footer-nav-item-link-3:hover {
  text-decoration: none;
}

.menu-nav-link {
  height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.menu-nav-link:hover {
  text-decoration: none;
}

.licensing-inner-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #1a1;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.menu-toggle {
  width: 50px;
  height: 14px;
  cursor: pointer;
  position: relative;
}

.changelog-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.changelog-left {
  color: #d3d3d3;
}

.changelog-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: gray;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.block-quote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 49px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 3rem 0 3rem 5rem;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.compare-hero-cards {
  position: relative;
}

.compare-hero-card {
  z-index: 5;
  width: 280px;
  position: relative;
}

.compare-hero-card._01 {
  z-index: 15;
}

.compare-hero-card._02 {
  z-index: 10;
  transform-origin: 100% 100%;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.compare-hero-card._03 {
  transform-origin: 0 100%;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.support-hero-cards-wrapper {
  height: 390px;
  margin-top: -2rem;
  margin-bottom: -8rem;
  display: block;
}

.button-text-2 {
  color: #343339;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.button-text-2:hover {
  text-decoration: none;
}

.button-text-2.arrow-right {
  align-content: stretch;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: gray;
}

.image, .image-2 {
  border: 1px solid #191918;
  border-radius: 4px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .bold-text {
  color: gray;
}

.bold-text-2 {
  color: #be3f3f;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: #5bb5a2;
}

.text-block-13 {
  width: 90%;
  color: gray;
}

.heading, .heading-2 {
  color: #e5e5e5;
}

.heading-3, .heading-4, .heading-5 {
  color: #d3d3d3;
}

.heading-6 {
  color: #d3d3d3;
  display: block;
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  color: #d3d3d3;
}

.text-block-14 {
  color: gray;
}

.image-4 {
  color: gray;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid gray;
}

.heading-11 {
  color: #d3d3d3;
}

.text-block-15 {
  color: gray;
}

.heading-12 {
  color: gray;
  font-size: 1rem;
}

.paragraph-2 {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-3 {
  color: gray;
  font-size: .8rem;
}

.heading-13, .heading-14, .heading-15 {
  color: #d3d3d3;
}

.list-item-2 {
  padding-left: .5rem;
  list-style-type: square;
}

.heading-16 {
  color: #d3d3d3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.paragraph-4 {
  color: gray;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.list-item-3 {
  list-style-type: none;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.list-3 {
  padding-left: 0;
}

.paragraph-5 {
  color: gray;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-style: normal;
  display: block;
}

.text-block-16 {
  color: gray;
}

.bold-text-7, .bold-text-8 {
  color: #d3d3d3;
}

.text-block-17 {
  color: gray;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  color: #d3d3d3;
}

.paragraph-6 {
  color: #e5e5e5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.line-4 {
  width: 100%;
  height: 1px;
  color: #191918;
  background-color: #333;
}

.image-5 {
  max-width: 75%;
  font-size: 1rem;
}

.image-6 {
  max-width: 75%;
}

.image-7, .image-8 {
  max-width: 65%;
}

.image-9, .image-10 {
  max-width: 75%;
}

.image-11 {
  max-width: 100%;
  display: block;
}

.page-padding-white {
  background-color: #fff;
  border-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding-grey {
  background-color: gray;
  border-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding-dark-grey {
  color: #1a191e;
  background-color: #000;
  border-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding-light-grey {
  background-color: #d3d3d3;
  border-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-block-23 {
  color: gray;
  text-align: center;
}

.button-text-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.features-card-price-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.support-compare-table-cards-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 5rem;
  display: grid;
}

.heading-h1-2 {
  letter-spacing: -2px;
  font-family: DM Sans, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 110%;
}

.nav-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-24 {
  color: rgba(26, 25, 30, .6);
}

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

.compare-table-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.text-size-medium-2.text-color-muted {
  color: #d3d3d3;
}

.heading-h6-2 {
  letter-spacing: -.5px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.heading-h6-2:hover {
  text-decoration: none;
}

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

.icon-1x1-default-2 {
  width: 24px;
  height: 24px;
}

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

.cta-support-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #fff;
  background-color: #5bb5a2;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
}

.icon-1x1-xsmall-2 {
  width: 18px;
  height: 18px;
}

.label-2 {
  color: #1a191e;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-radius: 4px;
  align-items: center;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label-2.w--current {
  background-color: #f8f8f8;
}

.label-2.primary-light {
  color: #5bb5a2;
  background-color: #e8f2ee;
}

.choose-card-price-2 {
  color: #d3d3d3;
  line-height: 90%;
}

.list-item-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.heading-h4-2 {
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
}

.button-text-icon-2 {
  width: 24px;
  height: 24px;
  line-height: 100%;
  display: flex;
}

.button-text-icon-2.small {
  width: 20px;
  height: 20px;
}

.navbar-inner-2 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  position: relative;
}

.line-5 {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

.choose-cards-grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h5-2 {
  color: #d3d3d3;
  letter-spacing: -.75px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.compare-table-row-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-style-link-2 {
  color: #5bb5a2;
  text-decoration: none;
}

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

.image-12 {
  max-width: 85%;
  text-align: center;
  padding-top: .25rem;
}

.image-13 {
  text-align: center;
  padding-top: .25rem;
}

.badge-copy {
  width: 56px;
  height: 56px;
  background-color: gray;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-copy.small {
  width: 26px;
  height: 26px;
}

.badge-copy.primary {
  color: #fff;
  background-color: #5bb5a2;
}

.badge-copy.primary.small {
  background-color: #191918;
}

.badge-copy.primary-light {
  width: 48px;
  height: 48px;
  color: #8786ff;
  background-color: gray;
  border: 1px solid #191918;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25rem;
}

.badge-copy.primary-light.small {
  color: #fff;
  background-color: #191918;
}

.badge-copy.large {
  width: 50px;
  height: 50px;
}

.badge-copy.inverse {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.badge-copy.inverse.large {
  background-color: rgba(0, 0, 0, 0);
}

.badge-copy.primary-light {
  color: #5bb5a2;
  background-color: #e8f2ee;
}

.heading-h6-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.heading-h6-copy:hover {
  text-decoration: none;
}

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

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-18, .heading-19 {
  color: #d3d3d3;
}

.text-block-25 {
  color: gray;
}

.heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25 {
  color: #d3d3d3;
}

.text-size-large-copy {
  color: gray;
  text-align: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.25rem;
  line-height: 160%;
}

.image-14 {
  display: block;
}

.image-15 {
  display: inline-block;
}

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

.margin-bottom-copy.margin-small {
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 1rem;
  overflow: visible;
}

.margin-bottom-copy.margin-tiny {
  text-align: left;
}

.heading-26, .heading-27, .heading-28 {
  color: #d3d3d3;
}

.features-overview-card-large-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 4rem;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.features-overview-stats-image-2 {
  max-width: 80%;
}

.text-block-26 {
  color: gray;
}

.heading-29, .heading-30 {
  color: #d3d3d3;
  text-align: left;
}

.heading-31 {
  color: gray;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}

.text-block-27 {
  color: gray;
}

.heading-32 {
  color: #d3d3d3;
  text-align: left;
}

.text-block-28, .text-block-29 {
  color: gray;
}

.heading-33, .heading-34 {
  color: #d3d3d3;
  text-align: left;
}

.text-block-30 {
  color: gray;
}

.heading-35, .heading-36, .heading-37, .heading-38, .heading-39 {
  color: #d3d3d3;
}

.image-16 {
  max-width: 100%;
  display: block;
}

.choose-card-title-2 {
  min-height: 40px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-cards-grid-column-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-card-content-2 {
  max-width: 16rem;
}

.text-size-large-2 {
  color: gray;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.25rem;
  line-height: 160%;
}

.button-text-3 {
  color: #5bb5a2;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.heading-h5-3 {
  color: #d3d3d3;
  letter-spacing: -.75px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.div-block-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-h4-copy {
  width: 90%;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.heading-41 {
  color: #fff;
}

.text-block-31 {
  color: gray;
  -webkit-text-stroke-color: grey;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.image-17, .image-18, .image-19, .image-20 {
  max-width: 75%;
}

.home-cards-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-medium-2-copy {
  width: 100%;
  max-width: 30rem;
}

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

  h2 {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .section-styleguide {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-rich-text blockquote {
    background-position: 0 49px;
    background-size: 40px;
    padding-left: 4rem;
    font-size: 2rem;
    line-height: 140%;
  }

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

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .margin-bottom.margin-small {
    padding-top: 0;
  }

  .margin-bottom.margin-xlarge {
    justify-content: center;
  }

  .margin-bottom.margin-huge {
    margin-bottom: 4rem;
  }

  .margin-bottom.margin-xlarge-copy {
    justify-content: center;
  }

  .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-vertical.padding-xhuge {
    padding-top: 4rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }

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

  .navbar-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-logo {
    height: 25px;
  }

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

  .exhibiton-cta {
    justify-content: flex-start;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

  .heading-h5 {
    color: #d3d3d3;
    text-align: left;
  }

  .button.small {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: space-around;
    display: flex;
  }

  .button.primary.small {
    background-color: #8786ff;
  }

  .button.secondary {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #6966ff;
    object-fit: none;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: scroll;
  }

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

  .button.secondary.small {
    display: block;
  }

  .navbar-menu-text {
    font-size: .875rem;
  }

  .nav-link {
    padding: 1rem 3rem;
  }

  .badge {
    flex: none;
  }

  .badge.primary-light {
    width: 52px;
    height: 52px;
  }

  .badge.primary-light.large {
    width: 48px;
    height: 48px;
  }

  .home-hero-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr .75fr;
  }

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

  .home-hero-buttons {
    justify-content: flex-start;
  }

  .list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-hero-list-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-hero-card-2 {
    width: 200px;
  }

  .home-hero-card-1 {
    width: 300px;
  }

  .card.muted {
    background-color: #0d0d0d;
    border-width: 1px;
    border-color: #191918;
    border-radius: 8px;
  }

  .card-padding-default {
    border-radius: 8px;
  }

  .home-features-card-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home-transactions-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

  .home-savings-column._04 {
    display: none;
  }

  .home-tools-logos {
    flex-wrap: wrap;
  }

  .home-notifications-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-card-1 {
    width: 400px;
    border-radius: 24px;
  }

  .home-card-2, .home-card-3 {
    width: 400px;
    border-radius: 24px;
    margin-top: -150px;
  }

  .home-testimonials-heading {
    grid-template-columns: 1fr;
  }

  .home-testimonials-grid {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    margin-top: -1.5rem;
  }

  .cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 3rem;
  }

  .cta-image-wrapper {
    margin-bottom: -3rem;
    margin-right: -14rem;
  }

  .faq-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .75fr 1fr;
  }

  .post-preview-categories {
    padding-top: .4rem;
  }

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

  .features-hero-cards {
    height: 200px;
  }

  .features-hero-cards-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

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

  .choose-cards-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .choose-card-price {
    font-size: 2rem;
  }

  .features-overview-grid-top {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: .25fr 1fr 1fr 1fr;
  }

  .features-overview-card-large {
    padding: 2rem;
  }

  .features-overview-stats-image-wrapper {
    height: 250px;
    margin-bottom: -2rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .features-overview-cards-image {
    height: 200px;
    margin-bottom: -2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .features-overview-card-middle {
    width: 50%;
  }

  .features-overview-card-outer {
    padding-top: 3rem;
  }

  .features-overview-cards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features-overview-card-small {
    padding: 2rem 2rem 3rem;
  }

  .blog-posts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .post-content blockquote {
    background-position: 0 52px;
    background-size: 30px;
    padding-left: 4rem;
    font-size: 2rem;
    line-height: 140%;
  }

  .support-hero-grid {
    grid-template-columns: 2.25fr;
    justify-items: center;
  }

  .compare-hero-cards-wrapper {
    margin-bottom: -7rem;
  }

  .cta-support {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 25% auto 1fr 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    padding: 1.5rem 1.5rem 1rem;
  }

  .support-faq-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto 1fr;
  }

  .support-faq-sidebar {
    border-radius: 0;
    top: 110px;
  }

  .support-compare-table-cards {
    grid-template-columns: 1fr;
  }

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

  .compare-table-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .transaction-title, .transaction-price {
    font-size: 1.125rem;
  }

  .transactions-grid-right {
    width: 100%;
  }

  .transactions-grid-right-inner {
    width: 100%;
    height: auto;
  }

  .features-app-phone {
    width: 300px;
    border-width: 8px;
    border-radius: 40px;
  }

  .cursor-wrapper {
    display: none;
  }

  .dropdown-blog-grid {
    grid-template-columns: 1fr;
  }

  .home-features-phone {
    width: 280px;
  }

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

  .navbar-menu-item-inner {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .features-overview-transactions-image-wrapper {
    height: auto;
    margin-bottom: -2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden;
  }

  .cta-list-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .transactions-grid-left {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .home-testimonials-card {
    margin-top: 1.5rem;
  }

  .home-testimonials-heading-left {
    max-width: 30rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .support-compare-table-cards-left, .dropdown-blog-grid-left {
    display: none;
  }

  .compare-table-row-title {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .licensing-grid, .changelog-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .block-quote {
    background-position: 0 52px;
    background-size: 40px;
    padding-left: 4rem;
  }

  .support-hero-image {
    width: 250px;
  }

  .compare-hero-card {
    width: 180px;
  }

  .support-hero-cards-wrapper {
    height: 290px;
    margin-bottom: -6rem;
    overflow: hidden;
  }

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

  .heading-11 {
    color: #d3d3d3;
  }

  .text-block-15 {
    color: gray;
  }

  .image-11 {
    max-width: 100%;
  }

  .support-compare-table-cards-2 {
    grid-template-columns: 1fr;
  }

  .heading-h1-2 {
    font-size: 3.5rem;
  }

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

  .cta-support-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .choose-card-price-2 {
    font-size: 2rem;
  }

  .navbar-inner-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .choose-cards-grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .compare-table-row-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-12 {
    max-width: 80%;
  }

  .image-13 {
    max-width: 90%;
  }

  .badge-copy {
    flex: none;
  }

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

  .margin-bottom-copy.margin-small {
    padding-top: 0;
  }

  .margin-bottom-copy.margin-huge {
    margin-bottom: 4rem;
  }

  .features-overview-card-large-2 {
    padding: 2rem;
  }

  .home-cards-copy {
    align-items: center;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .text-size-large {
    text-align: left;
    padding-bottom: .25rem;
    font-size: 1.125rem;
    display: block;
  }

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

  .text-style-link {
    color: #8786ff;
  }

  .text-size-small.inverse-text-color-muted {
    flex: 1;
  }

  .text-rich-text blockquote {
    background-position: 0 33px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

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

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

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .margin-bottom.margin-small {
    display: block;
  }

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

  .margin-bottom.margin-xlarge, .margin-bottom.margin-xlarge-copy, .margin-bottom.margin-xlarge-copy {
    justify-content: center;
    display: block;
  }

  .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-vertical.padding-xxhuge {
    padding-top: 2rem;
  }

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

  .body {
    font-size: 15px;
  }

  .navbar-inner {
    background-color: rgba(0, 0, 0, 0);
    grid-template-columns: 1fr auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-h3 {
    font-size: 1.5rem;
  }

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

  .text-size-medium.text-color-muted, .text-size-medium.inverse-text-color-muted {
    text-align: left;
  }

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

  .exhbition-date-day {
    font-size: 4rem;
  }

  .exhbition-date-month {
    font-size: 1.5rem;
  }

  .heading-h4 {
    text-align: left;
    padding-top: .5rem;
    font-size: 1.5rem;
  }

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

  .heading-h5 {
    color: #d3d3d3;
  }

  .button-text-icon {
    color: #8786ff;
  }

  .navbar-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar {
    z-index: 10;
    position: relative;
  }

  .button.primary {
    background-color: #6966ff;
  }

  .button.primary.small {
    background-color: #8786ff;
  }

  .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-text-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-text-text {
    color: #8786ff;
  }

  .mobile-menu-toggle {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .mobile-menu {
    z-index: 5;
    background-color: #fff;
    display: none;
    position: relative;
  }

  .mobile-menu-nav-link {
    justify-content: space-between;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-wrapper {
    padding-bottom: .5rem;
  }

  .navbar-sticky-placeholder {
    height: 76px;
    display: block;
  }

  .mobile-menu-nav-text {
    font-family: DM Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .navbar-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .badge.inverse.large {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .navbar-center {
    display: none;
  }

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

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

  .home-hero-buttons {
    justify-content: center;
  }

  .list-item {
    padding-top: 0;
  }

  .home-hero-card-2 {
    width: 180px;
  }

  .home-hero-card-1 {
    width: 360px;
  }

  .card-padding-default {
    padding: 1.5rem;
  }

  .home-features-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-transactions-grid {
    grid-template-columns: 1fr;
  }

  .home-savings-heading {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

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

  .home-savings-column._04 {
    display: block;
  }

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

  .home-tools-logo-row {
    max-width: none;
    justify-content: center;
  }

  .home-notifications-grid {
    grid-template-columns: 1fr;
  }

  .notification-title {
    font-size: 1.125rem;
  }

  .cta {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta-image-wrapper {
    width: 300px;
    height: 300px;
    margin-right: 0;
  }

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

  .posts-preview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .post-preview-categories {
    padding-top: .4rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-subnav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .features-hero-cards {
    height: 140px;
  }

  .features-hero-cards-inner {
    width: 110%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .features-app-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .features-app-grid-left {
    padding-top: 35vh;
    padding-bottom: 35vh;
  }

  .choose-cards-grid {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .features-overview-grid-top {
    grid-template-columns: minmax(0, .25fr) 1fr 1fr 1fr;
  }

  .features-overview-stats-image-wrapper {
    height: 220px;
  }

  .features-overview-cards-image {
    height: 250px;
  }

  .features-overview-card-middle {
    width: 200px;
  }

  .features-overview-card-outer {
    width: 200px;
    padding-top: 4rem;
  }

  .features-overview-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .features-overview-card-small {
    text-align: center;
  }

  .post-content blockquote {
    background-position: 0 38px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .posts-preview-item:last-child {
    display: none;
  }

  .support-hero-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .compare-hero-cards-wrapper {
    margin-top: 0;
    margin-bottom: -8rem;
  }

  .cta-support {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .support-faq-grid {
    grid-template-columns: auto;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .support-faq-right {
    display: 4remrem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .compare-table-row {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .transactions-grid-right-inner {
    max-width: 400px;
  }

  .features-app-phone {
    width: 250px;
    border-width: 6px;
    border-radius: 30px;
  }

  .dropdown-blog-post-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-blog-post-item:last-child {
    display: none;
  }

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

  .mobile-menu-toggle-line {
    width: 30px;
    height: 1px;
    transform-origin: 100%;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .support-faq-left {
    display: none;
  }

  .features-overview-stats-image {
    width: 250px;
  }

  .features-overview-transactions-image-wrapper {
    margin-bottom: -3rem;
  }

  .cta-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .faq-grid-left {
    text-align: center;
  }

  .faq-contact-list {
    text-align: left;
    flex-direction: row;
    justify-content: center;
  }

  .home-hero-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

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

  .transactions-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .home-savings-heading-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-savings-heading-right {
    display: none;
  }

  .home-notifications-grid-left, .home-tools-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-tools-logo {
    height: 50px;
  }

  .compare-table-row-title-wrapper {
    text-align: left;
  }

  .home-notifications-grid-right-inner {
    max-width: 400px;
  }

  .menu-overlay {
    background-color: rgba(0, 0, 0, .8);
    display: none;
  }

  .block-quote {
    background-position: 0 33px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .support-hero-image {
    width: 250px;
  }

  .compare-hero-card {
    width: 140px;
  }

  .support-hero-cards-wrapper {
    height: 210px;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: -4rem;
    overflow: hidden;
  }

  .image-3 {
    width: 15%;
    max-width: 80%;
  }

  .div-block {
    object-fit: cover;
    flex: 0 auto;
    order: 1;
    align-self: center;
    overflow: auto;
  }

  .div-block-2 {
    flex: 1;
  }

  .heading-11 {
    color: #d3d3d3;
  }

  .text-block-15 {
    color: gray;
  }

  .image-11 {
    max-width: 100%;
  }

  .page-padding-white, .page-padding-grey, .page-padding-dark-grey, .page-padding-light-grey {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-h1-2 {
    font-size: 3rem;
  }

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

  .cta-support-2 {
    text-align: center;
    grid-template-columns: 1fr 1fr;
  }

  .heading-h4-2 {
    font-size: 1.5rem;
  }

  .navbar-inner-2 {
    background-color: #fff;
    grid-template-columns: 1fr auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .choose-cards-grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-12 {
    max-width: 85%;
  }

  .badge-copy.primary-light {
    width: 48px;
    height: 48px;
  }

  .heading-h6-copy {
    text-align: left;
  }

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

  .image-15 {
    text-align: center;
    display: block;
  }

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

  .features-overview-card-large-2 {
    display: block;
  }

  .features-overview-stats-image-2 {
    width: 250px;
  }

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

  .heading-h4-copy {
    text-align: left;
    padding-top: .5rem;
    font-size: 1.5rem;
  }
}

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

  .heading-medium, .heading-large {
    font-size: 2.5rem;
  }

  .text-size-large {
    text-align: center;
    font-size: 1rem;
  }

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

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

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

  .text-size-small.text-color-muted {
    text-align: left;
    padding-top: .25rem;
    display: block;
  }

  .text-rich-text blockquote {
    background-position: 0 20px;
    padding-top: 5rem;
    padding-left: 0;
    font-size: 1.75rem;
  }

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

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

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

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

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

  .margin-bottom.margin-small {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    padding-top: 0;
    display: block;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: 0;
  }

  .margin-bottom.margin-small {
    justify-content: center;
  }

  .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-top.padding-xxhuge {
    padding-top: 2rem;
  }

  .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-vertical.padding-xxhuge {
    padding-top: 2rem;
  }

  .padding-vertical.padding-xhuge {
    color: #d3d3d3;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 4rem;
  }

  .padding-vertical.padding-huge {
    padding-top: 2rem;
  }

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

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

  .navbar-inner {
    background-color: rgba(0, 0, 0, 0);
  }

  .line {
    display: block;
  }

  .heading-h3 {
    color: #d3d3d3;
  }

  .text-size-medium {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    font-size: .9rem;
  }

  .text-size-medium.text-color-muted {
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
  }

  .text-size-medium.inverse-text-color-muted {
    text-align: center;
  }

  .exhbition-date-day {
    font-size: 2rem;
    line-height: 120%;
  }

  .exhbition-date-month {
    font-size: 1rem;
  }

  .heading-h4 {
    text-align: left;
    justify-content: flex-start;
    padding-top: .25rem;
  }

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

  .experience {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-h5 {
    color: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .recognition {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-text-icon {
    color: #8786ff;
  }

  .exhibition-information-grid {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button.small {
    justify-content: center;
    align-items: center;
  }

  .button.primary {
    background-color: #6966ff;
  }

  .button.primary.small {
    background-color: #8786ff;
  }

  .heading-h6 {
    text-align: center;
    display: block;
  }

  .label.w--current {
    display: none;
  }

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

  .button-text-text {
    color: #8786ff;
    text-align: left;
    object-fit: contain;
    font-size: 1rem;
  }

  .label-text, .icon-1x1-default {
    color: #000;
  }

  .badge.primary-light {
    width: 48px;
    height: 48px;
  }

  .badge.primary-light.large {
    width: 42px;
    height: 42px;
  }

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

  .home-hero-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .list-item {
    justify-content: flex-start;
  }

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

  .home-hero-card-2 {
    width: 160px;
  }

  .home-hero-card-1 {
    width: 260px;
  }

  .card-padding-default {
    border-radius: 8px;
  }

  .home-features-card-grid {
    grid-template-columns: 1fr;
  }

  .home-savings-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-savings-column._04 {
    display: none;
  }

  .home-tools-logo-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .notification {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: .75rem;
  }

  .home-cards-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-card-1 {
    border-radius: 16px;
  }

  .home-card-2, .home-card-3 {
    border-radius: 16px;
    margin-top: -35%;
  }

  .home-testimonials-grid {
    column-count: 1;
  }

  .cta {
    border-radius: .5rem;
    padding: 2rem 1.5rem 1.5rem;
  }

  .cta-badges {
    flex-direction: column;
    align-items: center;
  }

  .cta-image-wrapper {
    width: 100%;
    max-width: 80%;
    margin-bottom: -1.5rem;
  }

  .accordion {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .accordion-content {
    padding-top: 1rem;
  }

  .posts-preview-grid {
    grid-template-columns: 1fr;
  }

  .post-preview-image {
    max-width: 100%;
  }

  .post-preview-categories {
    padding-top: .4rem;
  }

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

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .features-hero-buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    display: flex;
  }

  .features-hero-card-wrapper._01, .features-hero-card-wrapper._05 {
    display: none;
  }

  .features-app-grid {
    grid-template-columns: 1fr;
  }

  .features-app-grid-left {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .choose-cards-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .choose-card-price {
    display: flex;
  }

  .choose-card-title {
    display: block;
  }

  .features-overview-grid-top {
    grid-template-columns: 1fr 1fr;
  }

  .features-overview-card-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-overview-stats-image-wrapper {
    height: auto;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-overview-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
  }

  .features-overview-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .features-overview-card-small {
    padding-left: 1rem;
  }

  .blog-posts-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-categories {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .post-content {
    color: gray;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
  }

  .post-content blockquote {
    background-position: 0 20px;
    padding-top: 4rem;
    padding-left: 0;
    font-size: 1.75rem;
  }

  .posts-preview-item:last-child {
    display: block;
  }

  .support-hero-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .compare-hero-cards-wrapper {
    margin-top: 1rem;
  }

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

  .compare-table {
    display: none;
  }

  .transaction {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: .75rem 1.25rem .75rem .75rem;
  }

  .transaction-title, .transaction-price {
    font-size: 1rem;
  }

  .features-app-grid-right {
    display: none;
  }

  .features-app-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-app-content._01 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-blog-post-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-blog-post-item:last-child {
    display: block;
  }

  .blog-categories-label.w--current {
    display: none;
  }

  .cta-list-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cta-image {
    max-width: 100%;
  }

  .cta-grid-right {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .faq-contact-list {
    flex-direction: column;
    align-items: center;
  }

  .home-hero-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

  .transactions-grid-left {
    padding-top: 0;
  }

  .home-tools-logo {
    height: 40px;
  }

  .compare-table-mobile {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    flex-direction: column;
    align-self: stretch;
    margin-top: 0;
    display: flex;
  }

  .compare-table-mobile-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
  }

  .compare-table-mobile-title {
    flex-direction: column;
    align-items: center;
    display: block;
  }

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

  .block-quote {
    background-position: 0 20px;
    background-size: 40px;
    padding-top: 5rem;
    padding-left: 0;
  }

  .support-hero-image {
    width: 230px;
  }

  .compare-hero-card {
    width: 160px;
  }

  .support-hero-cards-wrapper {
    height: 230px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    text-align: left;
  }

  .text-block-13 {
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .image-3 {
    width: 25%;
    max-width: 80%;
  }

  .heading-11 {
    color: #d3d3d3;
  }

  .text-block-15 {
    color: gray;
  }

  .heading-17 {
    color: #d3d3d3;
  }

  .text-block-18 {
    color: gray;
  }

  .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
    padding-left: 10px;
  }

  .image-11 {
    max-width: 100%;
    display: inline;
  }

  .page-padding-white, .page-padding-grey, .page-padding-dark-grey, .page-padding-light-grey {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-h1-2 {
    font-size: 2.75rem;
  }

  .compare-table-2 {
    display: none;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-support-2 {
    grid-template-columns: 1fr;
  }

  .label-2.w--current {
    display: none;
  }

  .choose-cards-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-12 {
    max-width: 75%;
    padding-top: .5rem;
  }

  .image-13 {
    max-width: 90%;
    padding-top: .5rem;
  }

  .badge-copy.primary-light {
    width: 42px;
    height: 42px;
  }

  .heading-h6-copy {
    text-align: left;
    display: block;
  }

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

  .div-block-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-large-copy {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-15 {
    text-align: center;
    display: block;
  }

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

  .margin-bottom-copy.margin-small {
    padding-top: 0;
  }

  .margin-bottom-copy.margin-xsmall {
    margin-bottom: 0;
  }

  .heading-26 {
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    display: flex;
  }

  .features-overview-card-large-2 {
    padding: 0;
  }

  .heading-35, .heading-36, .heading-37, .heading-38, .heading-39 {
    font-size: .9rem;
  }

  .heading-40 {
    clear: left;
    color: #d3d3d3;
    object-fit: none;
    position: static;
    overflow: auto;
  }

  .div-block-3-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-h4-copy {
    text-align: left;
    justify-content: center;
    padding-top: .25rem;
  }

  .div-block-4 {
    justify-content: center;
  }

  .div-block-5 {
    display: block;
  }
}

#w-node-e702449e-982f-8f9e-4a14-80813879161d-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e702449e-982f-8f9e-4a14-80813879161e-133c0f85, #w-node-e702449e-982f-8f9e-4a14-808138791623-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e702449e-982f-8f9e-4a14-808138791641-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_302a0164-4c9d-2852-ba7b-355d0a72641b-133c0f85, #w-node-_302a0164-4c9d-2852-ba7b-355d0a726421-133c0f85, #w-node-_302a0164-4c9d-2852-ba7b-355d0a72643f-133c0f85, #w-node-_302a0164-4c9d-2852-ba7b-355d0a72645d-133c0f85, #w-node-_302a0164-4c9d-2852-ba7b-355d0a72647b-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_302a0164-4c9d-2852-ba7b-355d0a726496-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_42d38240-7ace-0936-7821-e2edb50b440e-133c0f85, #w-node-_42d38240-7ace-0936-7821-e2edb50b4414-133c0f85, #w-node-_42d38240-7ace-0936-7821-e2edb50b4432-133c0f85, #w-node-_42d38240-7ace-0936-7821-e2edb50b4450-133c0f85, #w-node-_42d38240-7ace-0936-7821-e2edb50b446e-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11a1a014-64cb-534b-94e7-997cbcc90bdd-133c0f85, #w-node-d7bcc45f-f052-b809-14b1-8252def44c69-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_22df92fe-2918-04e7-0b3b-d7d032580d65-133c0f85, #w-node-f35de563-a8b7-7e0a-c24d-d6a471214586-133c0f85, #w-node-f35de563-a8b7-7e0a-c24d-d6a471214597-133c0f85, #w-node-f35de563-a8b7-7e0a-c24d-d6a4712145a9-133c0f85, #w-node-f35de563-a8b7-7e0a-c24d-d6a4712145ba-133c0f85, #w-node-f35de563-a8b7-7e0a-c24d-d6a4712145ca-133c0f85, #w-node-f35de563-a8b7-7e0a-c24d-d6a4712145db-133c0f85, #w-node-e6a6509f-39b0-04aa-9a02-f6f711a0a65a-133c0f85, #w-node-e6a6509f-39b0-04aa-9a02-f6f711a0a65b-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6a6509f-39b0-04aa-9a02-f6f711a0a665-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_253c17cd-396f-5493-8da8-4fb0d3f39a77-133c0f85, #w-node-_253c17cd-396f-5493-8da8-4fb0d3f39a7f-133c0f85, #w-node-_253c17cd-396f-5493-8da8-4fb0d3f39a87-133c0f85, #w-node-_253c17cd-396f-5493-8da8-4fb0d3f39a8f-133c0f85, #w-node-_253c17cd-396f-5493-8da8-4fb0d3f39a97-133c0f85, #w-node-bcc10d50-0915-069f-073d-0b169a7eb424-133c0f85, #w-node-bcc10d50-0915-069f-073d-0b169a7eb425-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc10d50-0915-069f-073d-0b169a7eb442-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bcc10d50-0915-069f-073d-0b169a7eb443-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_7d0b1e55-4f70-cfeb-8b06-5e04abdc7321-133c0f85, #w-node-c8b45063-9bbd-da8b-515a-f85f94bffabd-133c0f85, #w-node-_31bdab06-7e19-7f37-e38e-3304a6cb68cf-133c0f85, #w-node-_79a46ff1-155b-1f80-2a89-efd8f110c98b-133c0f85, #w-node-c06346fa-c2ef-7fd1-b8eb-43b49b59a4c6-133c0f85, #w-node-_33b077c5-d5a0-01f0-8d96-9634b1abc598-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28ac85a1-e5fc-9758-fd90-b094fad2592a-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_28ac85a1-e5fc-9758-fd90-b094fad2592b-133c0f85, #w-node-_28ac85a1-e5fc-9758-fd90-b094fad25930-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de7208c-757d-7974-44ce-4c083b5a2f1c-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ea25957f-243a-bff8-7892-1dd9e6075418-133c0f85, #w-node-d00e70da-69a9-14f0-14c6-eb577c29d791-133c0f85, #w-node-d7a25b72-2bc0-4195-3f5a-3906a97fcc75-133c0f85, #w-node-_852cedbd-a335-4e0c-9ab7-06807b3de7f3-133c0f85, #w-node-_838741e4-2c72-24d8-1b96-3efc80a4392d-133c0f85, #w-node-_9b9f90e9-26b3-f0a2-7eda-939757c78cd9-133c0f85, #w-node-d0503fa1-e6ca-77b6-ced7-8be6cdcedb6f-133c0f85, #w-node-d0503fa1-e6ca-77b6-ced7-8be6cdcedb70-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0503fa1-e6ca-77b6-ced7-8be6cdcedb7a-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-d0503fa1-e6ca-77b6-ced7-8be6cdcedb62-133c0f85, #w-node-dc154dbe-afe4-0774-7616-a555b48bc6fa-133c0f85, #w-node-dc154dbe-afe4-0774-7616-a555b48bc6f9-133c0f85, #w-node-_607fc3f9-2612-87aa-a801-3dcae0864b5b-133c0f85, #w-node-b9f566d2-4ce6-0474-2004-67b915c7c3d4-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_033c136b-187e-3688-c713-0529ac837761-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_9a0d4578-a93c-2fb1-d834-37997d6ef6f3-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a0d4578-a93c-2fb1-d834-37997d6ef6fc-133c0f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e6-3fd6c0e0, #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e8-3fd6c0e0, #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0f6-3fd6c0e0, #w-node-_010eb94e-e537-e275-f514-c9f83fd6c104-3fd6c0e0, #w-node-_010eb94e-e537-e275-f514-c9f83fd6c112-3fd6c0e0, #w-node-_3dac9ff0-1a03-2c4e-b1bf-8c82ae6e8da2-ae6e8d9d, #w-node-_3dac9ff0-1a03-2c4e-b1bf-8c82ae6e8dbb-ae6e8d9d, #w-node-_01848c26-af51-6444-7f85-62b67c6fcd38-7c6fcd34, #w-node-_01848c26-af51-6444-7f85-62b67c6fcd39-7c6fcd34, #w-node-_01848c26-af51-6444-7f85-62b67c6fcd3e-7c6fcd34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01848c26-af51-6444-7f85-62b67c6fcd5c-7c6fcd34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-cf665aa7-612c-9713-0917-12f535c66611-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf665aa7-612c-9713-0917-12f535c66615-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-cf665aa7-612c-9713-0917-12f535c66619-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_038253c1-86b5-19bf-bbff-4122d7981621-35c6660f, #w-node-_038253c1-86b5-19bf-bbff-4122d798162c-35c6660f, #w-node-_038253c1-86b5-19bf-bbff-4122d7981635-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cc01c2dd-969e-136a-e8b8-8ff4b4a8524c-35c6660f, #w-node-cc01c2dd-969e-136a-e8b8-8ff4b4a85254-35c6660f, #w-node-cc01c2dd-969e-136a-e8b8-8ff4b4a85257-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf665aa7-612c-9713-0917-12f535c66629-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-d705fb3d-bb55-4c98-2d4e-86114c2a6991-223c0fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d705fb3d-bb55-4c98-2d4e-86114c2a6994-223c0fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fd46e5e6-93f3-8df6-01a0-072272a14aa3-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd46e5e6-93f3-8df6-01a0-072272a14aa4-bf3c1000, #w-node-fd46e5e6-93f3-8df6-01a0-072272a14aa7-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd46e5e6-93f3-8df6-01a0-072272a14ac6-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_52594825-e4b9-177f-0017-e62bbf5feeb8-bf3c1000, #w-node-_52594825-e4b9-177f-0017-e62bbf5feeb9-bf3c1000, #w-node-_52594825-e4b9-177f-0017-e62bbf5feebe-bf3c1000, #w-node-_1d760c42-6ec7-08c7-0346-c7c8fb5ee1ed-bf3c1000, #w-node-_1d760c42-6ec7-08c7-0346-c7c8fb5ee1ee-bf3c1000, #w-node-_8e3b324b-e7f7-032a-cf74-4a6646f602bb-bf3c1000, #w-node-_69a3f469-22b3-e6fe-69a2-62eebad0785c-bf3c1000, #w-node-_738a1467-8cb9-5c81-6dc0-e3373b246603-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52594825-e4b9-177f-0017-e62bbf5fef29-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_565fc323-db43-be6c-0368-a794c6262506-bf3c1000 {
  align-self: center;
  justify-self: center;
}

#w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fe0-bf3c1000, #w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fe2-bf3c1000, #w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fe4-bf3c1000, #w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fe6-bf3c1000, #w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fe8-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_45768f3a-f01a-0567-bfd1-273d63acdf43-bf3c1000 {
  justify-self: center;
}

#w-node-_077bb5df-ab31-72f4-d1dc-a47cfdfe6506-bf3c1000, #w-node-_5f8843f0-5184-6f1d-3936-b22437f2dbd8-bf3c1000, #w-node-_99d2649c-180e-367d-9626-790935707081-bf3c1000, #w-node-_3cde3a5f-e7fa-2766-c33a-3c919e5fa313-bf3c1000, #w-node-_7f3302f0-5659-a1b3-6e4e-fde13cd48cff-bf3c1000, #w-node-a6736485-7507-ba38-d98d-9cd1c17158bc-bf3c1000, #w-node-a6736485-7507-ba38-d98d-9cd1c17158be-bf3c1000, #w-node-a6736485-7507-ba38-d98d-9cd1c17158c0-bf3c1000, #w-node-a6736485-7507-ba38-d98d-9cd1c17158c2-bf3c1000, #w-node-a6736485-7507-ba38-d98d-9cd1c17158c4-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3450fb7b-136f-308b-6a22-118e7a50134e-bf3c1000, #w-node-_3450fb7b-136f-308b-6a22-118e7a50135e-bf3c1000, #w-node-_3450fb7b-136f-308b-6a22-118e7a501370-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2dffb42-236f-460d-a16d-dcebb7207ef6-bf3c1000 {
  justify-self: start;
}

#w-node-_303def37-461a-fed6-7172-25f9ccab38e6-bf3c1000, #w-node-_8c496f6f-d323-1b4b-331e-bb89d106175a-bf3c1000, #w-node-bd0015a5-a90b-ca87-4177-338b3d5eb021-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5f7638d6-c3f3-41e7-803c-5d3c1eea4f8b-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f7638d6-c3f3-41e7-803c-5d3c1eea4f8e-bf3c1000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ebba80e5-a107-e4e8-37be-b4df2ba6f174-be3c1003, #w-node-ebba80e5-a107-e4e8-37be-b4df2ba6f17b-be3c1003, #w-node-ebba80e5-a107-e4e8-37be-b4df2ba6f182-be3c1003, #w-node-c8da2f26-84f2-6141-6d7b-c3bfc5929424-be3c1003, #w-node-_4c84dcf0-25c4-5452-aaa4-3268caa16fbd-be3c1003, #w-node-_40a60810-b9fa-f74f-0771-72853132feb7-be3c1003, #w-node-_4d4bdfe1-2ef7-d790-49a7-bac7bf772ce8-be3c1003, #w-node-d3d3abdf-0b71-ec86-f62c-f7b613f28167-be3c1003, #w-node-_0b4d6f8d-8626-e906-b2ff-b17ae4c2c4e3-be3c1003, #w-node-_0b4d6f8d-8626-e906-b2ff-b17ae4c2c4ea-be3c1003, #w-node-_0b4d6f8d-8626-e906-b2ff-b17ae4c2c4f1-be3c1003, #w-node-_7fa29723-3d78-ddf2-a210-28630b35ce48-be3c1003, #w-node-afb810c2-6832-4b39-a9ad-b5941d651a56-be3c1003, #w-node-_2e6c4790-4029-f3db-d761-6f6440e2f585-be3c1003, #w-node-_884c5fca-8735-28e9-139c-3647005511f0-be3c1003, #w-node-e4526a90-67eb-fba3-8e84-9853e3b6804b-be3c1003, #w-node-a6c11e56-d508-5190-1018-f362adfe9e41-c73c1006, #w-node-a6c11e56-d508-5190-1018-f362adfe9e7b-c73c1006, #w-node-ffe43818-a47f-3586-f1e2-94542c107d7c-8f3c1007, #w-node-ffe43818-a47f-3586-f1e2-94542c107d7e-8f3c1007, #w-node-ffe43818-a47f-3586-f1e2-94542c107d80-8f3c1007 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d0503fa1-e6ca-77b6-ced7-8be6cdcedb7a-133c0f85 {
    align-self: center;
  }

  #w-node-_607fc3f9-2612-87aa-a801-3dcae0864b5b-133c0f85, #w-node-_033c136b-187e-3688-c713-0529ac837761-133c0f85 {
    justify-self: center;
  }

  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e6-3fd6c0e0 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e702449e-982f-8f9e-4a14-808138791641-133c0f85, #w-node-d7bcc45f-f052-b809-14b1-8252def44c69-133c0f85 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e6-3fd6c0e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ba1dda9-20e9-949a-7651-7a90759dd008-ae6e8d9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd46e5e6-93f3-8df6-01a0-072272a14ac6-bf3c1000 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e702449e-982f-8f9e-4a14-808138791641-133c0f85 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01848c26-af51-6444-7f85-62b67c6fcd5c-7c6fcd34 {
    justify-self: center;
  }

  #w-node-fd46e5e6-93f3-8df6-01a0-072272a14ac6-bf3c1000 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fd6-bf3c1000 {
    justify-self: stretch;
  }

  #w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fe0-bf3c1000 {
    justify-self: center;
  }

  #w-node-_1784da98-73a1-5d13-d6d8-b8c5c9532fe6-bf3c1000 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_45768f3a-f01a-0567-bfd1-273d63acdf43-bf3c1000 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-c0bf0fe8-3b9f-26b2-cb2f-797d79efc50b-bf3c1000 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}