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

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

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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ap-blue-100: #083e5b;
  --ap-blue-20: #083e5b33;
  --ap-light-blue-100: #93c4ed;
  --ap-orange-100: #f77f00;
  --ap-blue-50: #083e5b80;
  --ap-yellow-100: #fcc455;
  --ap-maroon-100: #7c0225;
  --ap-blue-5-51: #083e5b0d;
  --white-smoke: #f5f6f9;
  --white: white;
  --color: #083e5b;
  --ap-light-blue-20: #93c4ed33;
  --ap-maroon-20: #7c022533;
  --ap-green-50: #7bbf7480;
  --ap-red-60: #f03d3e;
  --ap-yellow-50: #fcc45580;
  --ap-green: #7bbf74;
  --ap-yellow-20: #fcc45533;
  --transparent: transparent;
  --niche: #fffc;
  --ap-light-blue-50: #93c4ed80;
  --ap-orange-50: #f77f0080;
  --ap-orange-20: #f77f0033;
  --ap-maroon-50: #7c022580;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--ap-blue-100);
  letter-spacing: -.3px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--ap-blue-100);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--ap-blue-100);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--ap-blue-100);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--ap-blue-100);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: var(--ap-blue-100);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--ap-blue-100);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: var(--ap-blue-100);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

a {
  color: var(--ap-blue-100);
  letter-spacing: -.3px;
  cursor: pointer;
  border-bottom-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

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

blockquote {
  color: var(--ap-blue-100);
  letter-spacing: -.5px;
  border-left: .125rem solid #7f56d9;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

.text-weight-semibold {
  font-size: 1.2rem;
  font-weight: 600;
}

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

.max-width-full.text-align-center {
  text-align: center;
}

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-size-regular {
  color: var(--ap-blue-100);
  letter-spacing: -.5px;
  align-self: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.text-size-regular.text-align-center.vertical-align {
  flex-direction: column;
}

.text-size-regular.navbar {
  font-size: .8rem;
}

.text-size-regular.font-weight-light {
  font-weight: 400;
}

.text-size-regular.font-weight-light.margin-bottom {
  margin-bottom: 1rem;
}

.text-size-regular.font-weight-light.margin-bottom.margin-right {
  padding-right: 3rem;
}

.text-size-regular.text-color-secondary.one-time_text {
  margin-top: 1rem;
}

.text-size-regular.p-bottom {
  margin-bottom: 2rem;
  font-weight: 400;
}

.text-size-regular.p-bottom.track-text {
  flex-direction: column;
  align-items: flex-start;
}

.text-size-regular.p-bottom.p-top {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}

.text-size-regular.text-card {
  text-align: center;
  font-weight: 400;
}

.text-size-regular.p-bottom-copy {
  margin-bottom: 2rem;
  font-weight: 400;
}

.text-size-regular.portfolio-text, .text-weight-normal {
  font-weight: 400;
}

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

.text-align-center.text-color-secondary.hide {
  display: block;
}

.text-align-center.text-color-secondary.fif-text {
  height: 60px;
  padding-top: 1rem;
  padding-bottom: 0;
  line-height: 28px;
}

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

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

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

.hide {
  display: none;
}

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

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

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

.text-size-small {
  letter-spacing: -.3px;
  font-size: .875rem;
}

.text-size-small.text-align-center.text-color-secondary {
  color: #083e5bb3;
}

.text-size-small.text-color-secondary.margin-bottom {
  margin-bottom: 10px;
}

.text-size-small.text-color-secondary.text-align-center.text-underline {
  text-decoration: underline;
}

.text-size-small.text-weight-semibold.margin-bottom {
  margin-bottom: 20px;
}

.text-size-small.text-color-lightblue {
  color: var(--ap-light-blue-100);
}

.text-size-small.text-color-lightblue.small {
  font-size: .8rem;
  line-height: 1;
}

.text-size-small.text-color-orange {
  color: var(--ap-orange-100);
  font-weight: 500;
}

.text-size-small.or_separator_text {
  color: #083e5b33;
  text-align: center;
  width: 10%;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  color: #667085;
  text-align: left;
  margin-top: 1rem;
  font-size: .875rem;
}

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

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

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

.hide-mobile-landscape {
  background-color: var(--ap-blue-50);
  color: var(--ap-yellow-100);
  border-radius: 50%;
  position: static;
  top: 2rem;
  right: 2rem;
}

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

.page-wrapper {
  height: auto;
  display: block;
  position: relative;
}

.text-size-tiny {
  letter-spacing: -.2px;
  font-size: .75rem;
}

.text-size-tiny.text-color-secondary {
  color: var(--ap-blue-100);
}

.text-size-tiny.text-color-ap-blue-50 {
  color: var(--ap-blue-50);
}

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

.container-large.dark {
  background-color: #083e5b0d;
  border-radius: 10px;
  margin-top: 5%;
  margin-bottom: 5%;
}

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

.background-color-gray800 {
  color: #f5f5f5;
  background-color: #1d2939;
}

.uui-styleguide_classes {
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
}

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

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

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

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

.show-tablet {
  display: none;
}

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

.max-width-large.align-left {
  margin-left: 0;
}

.show-mobile-landscape {
  display: none;
  position: static;
  top: 2rem;
  left: 2rem;
}

.background-color-white {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-small.margin-left {
  margin-left: 0;
}

.margin-small.ml0 {
  margin-bottom: .5rem;
  margin-left: 0;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-custom1 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.margin-top.margin-medium {
  margin-top: 1.5rem;
}

.margin-top.width {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

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

.margin-bottom.margin-medium {
  justify-content: space-between;
  align-items: center;
}

.margin-bottom.margin-small.w50 {
  width: 50%;
  margin-bottom: 2rem;
}

.margin-bottom.margin-small.flex {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.margin-bottom.margin-small.flex-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.margin-bottom.margin-xxlarge.margin-bottom-max {
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.uui-styleguide_subheading {
  z-index: 99;
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  backdrop-filter: saturate(150%) blur(8px);
  background-color: #ffffffe6;
  border-bottom: 1px solid #fff;
  padding: .75rem 1rem;
  position: sticky;
  top: 3rem;
}

.text-size-medium {
  color: var(--ap-blue-100);
  letter-spacing: -.5px;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-size-medium.text-align-center {
  font-weight: 500;
}

.text-size-medium.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.text-size-medium.text-weight-bold {
  font-weight: 600;
}

.text-size-medium.text-color-lightblue {
  color: var(--ap-light-blue-100);
}

.text-size-medium.text-align-left.font-weight-bold {
  font-weight: 600;
}

.text-size-medium.success-text {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.icon-small {
  height: 2rem;
}

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

.form-checkbox-label {
  color: #344054;
  margin-bottom: 0;
  font-weight: 500;
}

.icon-medium {
  height: 3rem;
}

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

.form-checkbox.remove-padding {
  padding-left: 0;
  display: flex;
}

.text-size-large {
  letter-spacing: -.5px;
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-tertiary {
  grid-column-gap: .5rem;
  color: var(--ap-blue-100);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary:hover {
  background-color: var(--ap-blue-5-51);
}

.button-tertiary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-tertiary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-tertiary.margin-left {
  margin-right: 1rem;
}

.form-radio-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.5rem;
  height: 1.25rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.form-radio-icon:active {
  border-color: var(--ap-blue-100);
}

.form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--ap-blue-100);
  background-color: #f9f5ff;
  background-image: url('../images/Ellipse-160.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 13px;
  min-width: 1.5rem;
  height: 13px;
  min-height: 1.5rem;
  transition-property: none;
}

.form-radio-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  margin-top: 0;
  box-shadow: 0 0 0 4px #f4ebff;
}

.icon-xsmall {
  height: 1.5rem;
}

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

.icon-xxsmall {
  height: 1.25rem;
}

.heading-medium {
  letter-spacing: -2px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-medium.margin-bottom {
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.heading-medium.margin-bottom.align-center {
  text-align: center;
}

.field-label {
  color: var(--ap-blue-100);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.field-label.with-no-input {
  margin-top: 1rem;
}

.icon-xlarge {
  height: 6.5rem;
}

.heading-large {
  letter-spacing: -3px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button {
  grid-column-gap: .5rem;
  background-color: var(--ap-yellow-100);
  color: var(--ap-blue-100);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fcc455;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: .625rem 2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button:hover {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: #fff;
}

.button:focus {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: #fff;
  box-shadow: 0 1px 2px #083e5b0d;
}

.button.is-button-small {
  grid-column-gap: .5rem;
  padding: .625rem 2rem;
  font-size: .9rem;
  display: block;
}

.button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button.is-button-small.margin-top {
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.button.is-button-small.margin-top.hide {
  display: none;
}

.button.is-button-small.align-center {
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  display: block;
}

.button.is-button-small.align-center.margin-bottom {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.button.is-button-small.align-center.margin-bottom.make-investment {
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.button.is-button-small.align-center.margin-bottom.make-investment.sticky-button {
  margin-bottom: 0;
  margin-left: 0;
}

.button.is-button-small.align-center.margin-bottom.make-investment.fixed {
  z-index: 99999;
  height: 41.1875px;
  margin-top: 0;
  position: static;
  inset: 0% 20rem 0% auto;
}

.button.is-button-small.align-center.margin-bottom.make-investment.tutorial {
  border-width: 1px;
  border-color: var(--ap-blue-50);
  background-color: var(--ap-blue-5-51);
  width: 100px;
}

.button.is-button-small.align-center.margin-bottom.make-investment.tutorial:hover {
  background-color: var(--ap-blue-100);
  color: var(--white);
}

.button.is-button-small.align-center.margin-bottom.complete-kyc, .button.is-button-small.align-center.margin-bottom.complete-kyc.w--current {
  margin-top: 2rem;
}

.button.is-button-small.align-center.width {
  width: 150px;
}

.button.is-button-small.hide_on_load {
  display: none;
}

.button.is-button-small.hide {
  display: block;
}

.button.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button.is-button-xsmall {
  margin-top: auto;
  padding: .5rem .875rem;
  font-size: .9rem;
  display: block;
}

.button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button.is-button-xsmall.has-width {
  width: 500px;
}

.button.is-button-xsmall.is-with-width {
  width: 230px;
}

.button.is-button-xsmall.call-btn {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: var(--white-smoke);
}

.button.is-button-xsmall.call-btn.whatsapp {
  background-color: var(--ap-blue-100);
}

.button.form_button {
  width: 100%;
  margin-top: 0;
  font-weight: 600;
}

.button.form_button.button-small {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.form_button.margin-top {
  width: 500px;
  display: block;
}

.button.form_button.margin-top.width {
  aspect-ratio: auto;
  object-fit: fill;
  width: 320px;
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: auto;
}

.button.form_button.is_secondary {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: #fff;
}

.button.form_button.is_secondary:hover {
  border-color: var(--ap-light-blue-100);
  background-color: var(--ap-light-blue-100);
  color: var(--ap-blue-100);
}

.button.form_button.button-50 {
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.button.form_button.padding-bottom {
  margin-bottom: 1rem;
}

.button.google {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

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

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

.button.margin-bottom {
  margin-bottom: 20px;
}

.button.payment-button {
  color: #fff;
  background-color: #000;
  border-color: #000;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button.payment-button:hover {
  border-color: var(--ap-blue-20);
  color: var(--ap-blue-100);
  background-color: #fff;
}

.button.payment-button.secondary-color {
  background-color: var(--ap-blue-100);
  display: block;
}

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

.button.full-width {
  width: 350px;
}

.button.full-width.is_secondary {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: #fff;
}

.button.full-width.is_secondary:hover {
  border-color: var(--ap-light-blue-100);
  background-color: var(--ap-light-blue-100);
  color: var(--ap-blue-100);
}

.button.is_gray {
  background-color: #fafafa;
  border-color: #083e5b1a;
}

.button.is_gray:hover {
  background-color: var(--ap-blue-100);
}

.button.is_gray.gotodashboard {
  width: 50%;
}

.button.is_gray.gotodashboard:focus {
  background-color: var(--ap-blue-100);
  color: var(--white-smoke);
}

.button.is_gray.gotodashboard-goals {
  width: 100%;
}

.button.dark {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: #fff;
}

.button.dark:hover {
  border-color: var(--ap-blue-20);
  background-color: var(--ap-blue-20);
  color: var(--ap-blue-100);
}

.button.get-started {
  width: 40%;
}

.button.get-started.calc-cta {
  width: 30%;
}

.button.margin-top {
  width: 476px;
}

.button.width {
  width: 350px;
}

.button.width.max-width {
  width: 450px;
  margin-top: 2rem;
}

.button.top-margin {
  margin-top: 2rem;
}

.button.is-secondary {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  box-shadow: none;
  color: var(--white-smoke);
}

.button.is-secondary.is-hidden {
  display: none;
}

.button.button-width {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.button.reset_button {
  background-color: var(--ap-blue-20);
  color: var(--ap-blue-100);
  -webkit-text-stroke-color: var(--ap-blue-100);
  border-color: #083e5b33;
}

.form-input {
  border: 1px solid var(--ap-blue-20);
  color: var(--color);
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: row;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-color: var(--ap-light-blue-100);
  box-shadow: 0 1px 2px 0 #083e5b0d, 0 0 0 4px var(--ap-light-blue-20);
  color: var(--ap-blue-100);
}

.form-input::placeholder {
  color: var(--ap-blue-50);
}

.form-input.select {
  color: #083e5b80;
  background-color: #fff;
  background-image: none;
  width: 100%;
}

.form-input.select.max-width {
  width: 100%;
}

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

.form-input.error {
  border-color: var(--ap-maroon-20);
  background-color: #0000;
}

.form-input.margin-bottom {
  margin-bottom: 10px;
}

.form-input.disabled {
  background-color: var(--ap-blue-5-51);
  cursor: not-allowed;
}

.form-input.input-borderbottom {
  box-shadow: none;
  border-style: none none solid;
  border-radius: 0;
}

.form-input.blank_number_input {
  text-align: center;
  letter-spacing: -1.5px;
  background-color: #0000;
  border-style: none;
  height: 80px;
  font-size: 3.5rem;
  font-weight: 600;
}

.form-input.blank_number_input.number-inputs, .form-input.blank_number_input.milestone-inputs, .form-input.blank_number_input.number-inputs-copy {
  border-style: solid;
  height: 60px;
  min-height: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 0;
  font-size: 2.5rem;
}

.form-input.custom-input {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-input.flex {
  justify-content: space-between;
}

.form-input.flex.copy-all {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.background-color-gray50 {
  background-color: #f9fafb;
}

.form-checkbox-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.form-checkbox-icon.no-margin {
  margin-left: 0;
}

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

.heading-xsmall {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.button-secondary {
  grid-column-gap: .5rem;
  border: 1px solid var(--ap-blue-20);
  background-color: var(--ap-blue-5-51);
  color: var(--ap-blue-100);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary:hover {
  background-color: var(--ap-blue-100);
  color: #fff;
}

.button-secondary:focus {
  background-color: var(--ap-blue-100);
  color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: flex;
}

.button-secondary.is-button-small:hover {
  background-color: var(--white-smoke);
  color: var(--ap-blue-100);
}

.button-secondary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary.is-button-small.hide {
  display: none;
}

.button-secondary.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: .8rem;
  display: flex;
}

.button-secondary.is-button-xsmall:focus {
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-secondary.is-button-xsmall.is-hidden {
  display: none;
}

.button-secondary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-secondary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary.margin-small.hide {
  display: none;
}

.button-secondary.form_button {
  width: 100%;
  margin-top: 1rem;
}

.button-secondary.change-sub-plan {
  display: block;
}

.button-secondary.call-back {
  flex: 0 auto;
  display: block;
}

.button-secondary.width {
  width: 100%;
  display: none;
}

.button-secondary.button-width {
  margin-top: 2rem;
}

.button-secondary.max-button-width {
  width: 450px;
  margin-top: 1rem;
}

.heading-small {
  letter-spacing: -1px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-small.margin-bottom {
  margin-bottom: 1rem;
}

.text-style-quote {
  color: #101828;
  border-left: .125rem solid #7f56d9;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

.text-color-gray900 {
  color: #101828;
}

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

.icon-large {
  height: 5rem;
}

.icon-large.margin-bottom {
  margin-bottom: 20px;
}

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

.heading-xlarge {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-styleguide_heading {
  z-index: 100;
  color: #fff;
  background-color: #101828;
  padding: .75rem 1rem;
  font-weight: 500;
  position: sticky;
  top: 0;
}

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

.icon-1x1-xxsmall {
  color: var(--ap-blue-100);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.icon-1x1-xsmall.edit_profile {
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-1x1-xsmall.is-blue {
  color: var(--ap-blue-100);
  -webkit-text-stroke-color: var(--ap-blue-100);
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  position: absolute;
  inset: 7% auto 0% 0%;
}

.icon-1x1-xsmall.is-blue.next-icon {
  left: 73%;
}

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

.icon-1x1-small.margin-right {
  order: -1;
  margin-right: 1rem;
}

.icon-1x1-small.margin-right.list_icon {
  width: 30px;
  height: auto;
}

.icon-1x1-small.margin-right.piggy-icon, .icon-1x1-small.margin-right.dart-icon {
  width: 4rem;
  height: 4rem;
}

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

.icon-1x1-medium.margin-bottom {
  object-fit: contain;
  margin: 8rem auto 20px;
  display: block;
}

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

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

.form-radio-label {
  color: #344054;
  margin-bottom: 0;
  font-weight: 500;
}

.background-color-primary50 {
  background-color: #f9f5ff;
}

.text-color-gray500 {
  color: #667085;
}

.text-color-primary700 {
  color: #6941c6;
}

.button-link {
  grid-column-gap: .5rem;
  color: var(--ap-blue-100);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  background-color: var(--ap-blue-5-51);
  color: var(--ap-blue-100);
}

.button-link.is-button-xsmall {
  font-size: .875rem;
}

.button-link.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_text-wrapper {
  padding-top: 1.5rem;
}

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

.button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.button-icon.is-icon-large.goolge {
  position: absolute;
  inset: auto auto auto 15px;
}

.uui-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-color-gray100 {
  color: #f2f4f7;
}

.badge {
  grid-column-gap: .375rem;
  background-color: var(--ap-light-blue-20);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 3px;
  align-items: center;
  padding: .125rem .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge.is-badge-small.is-badge-dark-goal {
  margin-top: 1rem;
  display: inline-block;
}

.badge.is-badge-small.is-badge-dark-goal.is-badge-on-track {
  background-color: var(--ap-green-50);
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.badge.is-badge-small.is-badge-dark-goal.is-badge-on-track.text-blue {
  color: var(--ap-blue-100);
  text-transform: uppercase;
}

.badge.is-badge-small.is-badge-dark-goal.is-badge-on-track.text-blue.behind {
  background-color: var(--ap-red-60);
  display: none;
}

.badge.is-badge-small.is-badge-nav {
  color: var(--ap-blue-100);
  width: 40px;
  height: 18px;
  margin-left: 0;
  font-size: .6rem;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 105%;
}

.badge.is-badge-small.badge-orange {
  background-color: var(--ap-orange-100);
  text-transform: capitalize;
  border-radius: 13px;
  display: inline-block;
}

.badge.is-badge-small.badge-orange.opacity-0 {
  opacity: 0;
}

.badge.is-badge-small.badge-yellow {
  background-color: var(--ap-orange-100);
  text-transform: none;
  border-radius: 10px;
  margin-top: .8rem;
  display: inline-block;
}

.badge.is-badge-small.badge-yellow.opacity-0 {
  opacity: 0;
}

.badge.is-badge-small.new-badge {
  color: var(--ap-blue-100);
}

.badge.is-badge-small.update-badge {
  background-color: var(--ap-green-50);
  color: var(--ap-blue-100);
  margin-left: .5rem;
}

.badge.is-primary {
  background-color: var(--ap-blue-5-51);
  color: var(--ap-blue-100);
}

.badge.is-error {
  color: #b42318;
  background-color: #fef3f2;
}

.badge.is-warning {
  color: #b54708;
  background-color: #fffaeb;
}

.badge.is-success {
  color: #027a48;
  background-color: #ecfdf3;
  margin-left: 10px;
}

.badge.is-badge-large {
  padding: .25rem .75rem;
}

.badge.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

.badge.yellow {
  background-color: var(--ap-yellow-50);
  color: var(--ap-blue-100);
}

.badge.yellow.hide {
  display: none;
}

.badge.is-dark-currency {
  color: var(--ap-blue-100);
  margin-left: 10px;
  font-size: .8rem;
  line-height: 1;
}

.badge.is-dark-currency.is-smaller {
  margin-left: 0;
  font-size: .7rem;
  font-weight: 500;
  display: inline-block;
}

.badge.is-light-currency {
  grid-column-gap: .375rem;
  background-color: var(--ap-light-blue-20);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  padding: .125rem .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-light-currency.is-smaller {
  font-size: .7rem;
  line-height: 1;
}

.badge.hid {
  display: none;
}

.badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group.is-badge-group-small {
  font-size: .75rem;
}

.badge-group.is-primary {
  background-color: var(--ap-blue-5-51);
  color: var(--ap-blue-100);
  white-space: nowrap;
}

.badge-group.is-error {
  color: #b42318;
  background-color: #fef3f2;
}

.badge-group.is-warning {
  color: #b54708;
  background-color: #fffaeb;
}

.badge-group.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group_badge.is-badge-small {
  padding: .125rem .375rem;
  font-size: .75rem;
}

.badge-group_badge.is-primary {
  color: var(--ap-blue-100);
  background-color: #fff;
}

.badge-group_badge.is-error {
  color: #b42318;
  background-color: #fff;
}

.badge-group_badge.is-warning {
  color: #b54708;
  background-color: #fff;
}

.badge-group_badge.is-success {
  color: #027a48;
  background-color: #fff;
}

.badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.badge-group_icon.text-color-primary500 {
  color: var(--ap-blue-100);
  margin-right: -.25rem;
}

.badge-group_icon.text-color-success500 {
  color: #12b76a;
}

.badge-group_icon.text-color-error500 {
  color: #f04438;
}

.badge-group_icon.text-color-warning500 {
  color: #f79009;
}

.badge-group_icon.badge-icon-small {
  width: .75rem;
  height: .75rem;
}

.text-color-gray25 {
  color: #fcfcfd;
}

.text-color-gray50 {
  color: #f9fafb;
}

.text-color-gray200 {
  color: #eaecf0;
}

.text-color-gray300 {
  color: #d0d5dd;
}

.text-color-gray400 {
  color: #98a2b3;
}

.text-color-gray600 {
  color: #475467;
}

.text-color-gray700 {
  color: #344054;
}

.text-color-gray800 {
  color: #1d2939;
}

.text-color-primary25 {
  color: #fcfaff;
}

.text-color-primary100 {
  color: #f4ebff;
}

.text-color-primary200 {
  color: #e9d7fe;
}

.text-color-primary300 {
  color: #d6bbfb;
}

.text-color-primary400 {
  color: #b692f6;
}

.text-color-primary500 {
  color: #9e77ed;
}

.text-color-primary600 {
  color: #7f56d9;
}

.text-color-primary800 {
  color: #53389e;
}

.text-color-primary900 {
  color: #42307d;
}

.text-color-primary50 {
  color: #f9f5ff;
}

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

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

.uui-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

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

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

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

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

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

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

.uui-styleguide_navbar {
  align-items: center;
  padding: 1rem 2%;
  display: flex;
  overflow: scroll;
}

.uui-styleguide_navbar-link {
  color: #101828;
  flex: none;
  margin-right: 1rem;
  font-size: 14px;
  text-decoration: underline;
}

.badge-dot {
  color: #667085;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: #f79009;
}

.badge-dot.text-color-success500 {
  color: #12b76a;
}

.badge-dot.text-color-primary500 {
  color: var(--ap-blue-100);
}

.badge-dot.text-color-error500 {
  color: #f04438;
}

.uui-styleguide_class-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: start;
}

.uui-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.uui-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.text-lineheight-short {
  line-height: 1.3;
}

.text-lineheight-none {
  line-height: 1;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

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

.uui-styleguide_color-sample {
  padding: 8rem 1rem 1rem;
}

.uui-styleguide_color-sample.is-gray25 {
  background-color: #fcfcfd;
}

.uui-styleguide_color-sample.is-gray600 {
  background-color: #475467;
}

.uui-styleguide_color-sample.is-gray700 {
  background-color: #344054;
}

.uui-styleguide_color-sample.is-gray300 {
  background-color: #d0d5dd;
}

.uui-styleguide_color-sample.is-gray200 {
  background-color: #eaecf0;
}

.uui-styleguide_color-sample.is-gray900 {
  background-color: #101828;
}

.uui-styleguide_color-sample.is-gray100 {
  background-color: #f2f4f7;
}

.uui-styleguide_color-sample.is-gray50 {
  background-color: #f9fafb;
}

.uui-styleguide_color-sample.is-gray500 {
  background-color: #667085;
}

.uui-styleguide_color-sample.is-gray800 {
  background-color: #1d2939;
}

.uui-styleguide_color-sample.is-gray400 {
  background-color: #98a2b3;
}

.uui-styleguide_color-sample.is-primary25 {
  background-color: var(--ap-blue-20);
}

.uui-styleguide_color-sample.is-primary50 {
  background-color: var(--ap-blue-50);
}

.uui-styleguide_color-sample.is-primary100 {
  background-color: var(--ap-blue-100);
}

.uui-styleguide_color-sample.is-primary200 {
  background-color: #e9d7fe;
}

.uui-styleguide_color-sample.is-primary300 {
  background-color: #d6bbfb;
}

.uui-styleguide_color-sample.is-primary400 {
  background-color: #b692f6;
}

.uui-styleguide_color-sample.is-primary500 {
  background-color: #9e77ed;
}

.uui-styleguide_color-sample.is-primary600 {
  background-color: #7f56d9;
}

.uui-styleguide_color-sample.is-primary700 {
  background-color: #6941c6;
}

.uui-styleguide_color-sample.is-primary800 {
  background-color: #083e5bcc;
}

.uui-styleguide_color-sample.is-primary900 {
  background-color: var(--ap-blue-100);
}

.uui-styleguide_color-sample.is-error25 {
  background-color: #fffbfa;
}

.uui-styleguide_color-sample.is-error50 {
  background-color: #fef3f2;
}

.uui-styleguide_color-sample.is-error100 {
  background-color: #fee4e2;
}

.uui-styleguide_color-sample.is-error200 {
  background-color: #fecdca;
}

.uui-styleguide_color-sample.is-error300 {
  background-color: #fda29b;
}

.uui-styleguide_color-sample.is-error400 {
  background-color: #f97066;
}

.uui-styleguide_color-sample.is-error500 {
  background-color: #f04438;
}

.uui-styleguide_color-sample.is-error600 {
  background-color: #d92d20;
}

.uui-styleguide_color-sample.is-error700 {
  background-color: #b42318;
}

.uui-styleguide_color-sample.is-error800 {
  background-color: #912018;
}

.uui-styleguide_color-sample.is-error900 {
  background-color: #7a271a;
}

.uui-styleguide_color-sample.is-warning25 {
  background-color: #fffcf5;
}

.uui-styleguide_color-sample.is-warning50 {
  background-color: #fffaeb;
}

.uui-styleguide_color-sample.is-warning100 {
  background-color: #fef0c7;
}

.uui-styleguide_color-sample.is-warning200 {
  background-color: #fedf89;
}

.uui-styleguide_color-sample.is-warning300 {
  background-color: #fec84b;
}

.uui-styleguide_color-sample.is-warning400 {
  background-color: #fdb022;
}

.uui-styleguide_color-sample.is-warning500 {
  background-color: #f79009;
}

.uui-styleguide_color-sample.is-warning600 {
  background-color: #dc6803;
}

.uui-styleguide_color-sample.is-warning700 {
  background-color: #b54708;
}

.uui-styleguide_color-sample.is-warning800 {
  background-color: #93370d;
}

.uui-styleguide_color-sample.is-warning900 {
  background-color: #7a2e0e;
}

.uui-styleguide_color-sample.is-success25 {
  background-color: #f6fef9;
}

.uui-styleguide_color-sample.is-success50 {
  background-color: #ecfdf3;
}

.uui-styleguide_color-sample.is-success100 {
  background-color: #d1fadf;
}

.uui-styleguide_color-sample.is-success200 {
  background-color: #a6f4c5;
}

.uui-styleguide_color-sample.is-success300 {
  background-color: #6ce9a6;
}

.uui-styleguide_color-sample.is-success400 {
  background-color: #32d583;
}

.uui-styleguide_color-sample.is-success500 {
  background-color: #12b76a;
}

.uui-styleguide_color-sample.is-success600 {
  background-color: #039855;
}

.uui-styleguide_color-sample.is-success700 {
  background-color: #027a48;
}

.uui-styleguide_color-sample.is-success800 {
  background-color: #05603a;
}

.uui-styleguide_color-sample.is-success900 {
  background-color: #054f31;
}

.uui-styleguide_color-sample.is-indigo25 {
  background-color: #f5f8ff;
}

.uui-styleguide_color-sample.is-indigo50 {
  background-color: #eef4ff;
}

.uui-styleguide_color-sample.is-indigo100 {
  background-color: #e0eaff;
}

.uui-styleguide_color-sample.is-indigo200 {
  background-color: #c7d7fe;
}

.uui-styleguide_color-sample.is-indigo300 {
  background-color: #a4bcfd;
}

.uui-styleguide_color-sample.is-indigo400 {
  background-color: #8098f9;
}

.uui-styleguide_color-sample.is-indigo500 {
  background-color: #6172f3;
}

.uui-styleguide_color-sample.is-indigo600 {
  background-color: #444ce7;
}

.uui-styleguide_color-sample.is-indigo700 {
  background-color: #3538cd;
}

.uui-styleguide_color-sample.is-indigo800 {
  background-color: #2d31a6;
}

.uui-styleguide_color-sample.is-indigo900 {
  background-color: #2d3282;
}

.uui-styleguide_color-sample.is-blue25 {
  background-color: #f5faff;
}

.uui-styleguide_color-sample.is-blue50 {
  background-color: #eff8ff;
}

.uui-styleguide_color-sample.is-blue100 {
  background-color: #d1e9ff;
}

.uui-styleguide_color-sample.is-blue200 {
  background-color: #b2ddff;
}

.uui-styleguide_color-sample.is-blue300 {
  background-color: #84caff;
}

.uui-styleguide_color-sample.is-blue400 {
  background-color: #53b1fd;
}

.uui-styleguide_color-sample.is-blue500 {
  background-color: #2e90fa;
}

.uui-styleguide_color-sample.is-blue600 {
  background-color: #1570ef;
}

.uui-styleguide_color-sample.is-blue700 {
  background-color: #175cd3;
}

.uui-styleguide_color-sample.is-blue800 {
  background-color: #1849a9;
}

.uui-styleguide_color-sample.is-blue900 {
  background-color: #194185;
}

.uui-styleguide_color-sample.is-pink25 {
  background-color: #fef6fb;
}

.uui-styleguide_color-sample.is-pink50 {
  background-color: #fdf2fa;
}

.uui-styleguide_color-sample.is-pink100 {
  background-color: #fce7f6;
}

.uui-styleguide_color-sample.is-pink200 {
  background-color: #fcceee;
}

.uui-styleguide_color-sample.is-pink300 {
  background-color: #faa7e0;
}

.uui-styleguide_color-sample.is-pink400 {
  background-color: #f670c7;
}

.uui-styleguide_color-sample.is-pink500 {
  background-color: #ee46bc;
}

.uui-styleguide_color-sample.is-pink600 {
  background-color: #dd2590;
}

.uui-styleguide_color-sample.is-pink700 {
  background-color: #c11574;
}

.uui-styleguide_color-sample.is-pink800 {
  background-color: #9e165f;
}

.uui-styleguide_color-sample.is-pink900 {
  background-color: #851651;
}

.uui-styleguide_color-sample.is-orange25 {
  background-color: #fefaf5;
}

.uui-styleguide_color-sample.is-orange50 {
  background-color: #fef6ee;
}

.uui-styleguide_color-sample.is-orange100 {
  background-color: #fdead7;
}

.uui-styleguide_color-sample.is-orange200 {
  background-color: #f9dbaf;
}

.uui-styleguide_color-sample.is-orange300 {
  background-color: #f7b27a;
}

.uui-styleguide_color-sample.is-orange400 {
  background-color: #f38744;
}

.uui-styleguide_color-sample.is-orange500 {
  background-color: #ef6820;
}

.uui-styleguide_color-sample.is-orange600 {
  background-color: #e04f16;
}

.uui-styleguide_color-sample.is-orange700 {
  background-color: #b93815;
}

.uui-styleguide_color-sample.is-orange800 {
  background-color: #932f19;
}

.uui-styleguide_color-sample.is-orange900 {
  background-color: #772917;
}

.uui-styleguide_color-sample-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

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

.uui-styleguide_callout-link {
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.uui-styleguide_callout-link-wrapper {
  color: #101828;
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

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

.uui-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.uui-styleguide_button-row {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.icon-featured-outline-medium {
  color: #7f56d9;
  background-color: #f4ebff;
  border: .375rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  background-color: var(--ap-blue-100);
  color: #fff;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary-gray.is-button-small.is-with-width {
  width: 230px;
}

.button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary-gray.is-button-xsmall {
  padding: .5rem .875rem;
  font-size: .8rem;
}

.button-secondary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-secondary-gray.hide {
  display: none;
}

.button-secondary-gray.full_width {
  width: 350px;
}

.button-secondary-gray.button-50 {
  width: 40%;
}

.button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #667085;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary-gray:hover {
  color: #475467;
  background-color: #f9fafb;
}

.button-tertiary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-tertiary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-tertiary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-link-gray {
  grid-column-gap: .5rem;
  color: #667085;
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-gray:hover {
  color: #475467;
}

.button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.button-link-gray.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.uui-styleguide_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-styleguide_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-outline-large {
  color: #7f56d9;
  background-color: #f4ebff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.icon-featured-large {
  background-color: var(--ap-blue-5-51);
  color: var(--ap-blue-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-featured-medium {
  background-color: var(--ap-blue-5-51);
  color: var(--ap-blue-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.background-color-gray100 {
  background-color: #fafafa;
}

.background-color-primary100 {
  background-color: #f4ebff;
}

.background-color-primary200 {
  background-color: #e9d7fe;
}

.icon-featured-square-large {
  color: #fff;
  background-color: #9e77ed;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-featured-square-medium {
  color: #fff;
  background-color: #9e77ed;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

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

.uui-styleguide-message-delete-this {
  text-align: center;
  background-color: #f2f4f7;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.uui-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  border-top: .75rem solid #7f56d9;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-styleguide-message-wrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.text-color-white {
  color: #fff;
}

.heading {
  color: var(--ap-blue-100);
  letter-spacing: -3.5px;
  font-weight: 600;
}

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

.navbar1_dropdown-link.w--current {
  color: #0000;
}

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

.navbar1_component {
  z-index: 99999;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.navbar1_component.navbar-margintop {
  margin-top: 0;
  position: static;
}

.dropdown-icon {
  color: var(--ap-blue-100);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  font-size: 16px;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

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

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

.button-2.is-navbar4-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-2.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.navbar1_logo {
  width: 200px;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem;
}

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

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

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

.navbar1_link {
  color: var(--ap-blue-50);
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  transition: all .2s;
}

.navbar1_link:hover {
  color: var(--ap-blue-100);
}

.navbar1_link.w--current {
  color: #0000;
}

.section {
  width: 100vw;
  min-height: 100vh;
}

.section.section_2_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.section.flex_middle.m_middle.section-inner.rm-padding {
  margin-left: 0;
}

.section.flex_middle.m_middle.section-inner.rm-padding.flex {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 80vh;
  margin-top: 0;
  padding-top: 4.1rem;
  overflow: hidden;
}

.section.flex_middle.m_middle.rm-padding {
  width: auto;
}

.section.flex_middle.is-centered {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  position: static;
  inset: auto 0% 0% auto;
}

.section.flex_middle.monthly-amount {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 80vh;
  margin-top: 11.8rem;
}

.section.flex_middle.flex_vertical {
  border-radius: 0;
  align-items: center;
}

.section.flex_middle.flex_vertical.justify-start {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 8rem;
}

.section.flex_middle.flex_vertical.align-start {
  align-items: flex-start;
}

.section.section_2_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner_grid_wrapper.light_blue {
  background-color: var(--ap-light-blue-20);
}

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

.inner_grid_wrapper.flex_middle.light-blue {
  background-color: var(--ap-light-blue-20);
}

.inner_grid_wrapper.flex_top_middle.light-blue {
  background-color: var(--ap-light-blue-20);
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.inner_grid_wrapper.flex_top_middle.width {
  padding-top: 32px;
}

.inner_grid_wrapper.flex_top {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.inner_grid_wrapper.flex_top.light_blue {
  padding-top: 120px;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
}

.inner_grid_wrapper.flex_top.light_blue.hidden-md {
  overflow: hidden;
}

.inner_grid_wrapper.flex_top.dark_blue {
  background-color: var(--ap-blue-100);
  padding-top: 120px;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
}

.inner_grid_wrapper.flex_top.dark_blue.hidden-md {
  align-items: flex-start;
}

.inner_grid_wrapper.flex_top_middle {
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  display: flex;
}

.form_wrapper {
  min-width: 550px;
  max-width: 550px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.form_wrapper.width.alignment.rm-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.heading_wrapper {
  margin-bottom: 2rem;
}

.form_title {
  letter-spacing: -2px;
  font-size: 2.5rem;
  font-weight: 600;
}

.form_subtitle {
  color: #083e5bb3;
}

.form_group {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.form_group.radio_other {
  background-color: var(--ap-light-blue-20);
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 5%;
}

.form_group.margin-top {
  margin-top: 2rem;
}

.form_group.margin-bottom {
  margin-bottom: .5rem;
}

.form_group.width-100 {
  width: 500px;
}

.form_group.padding-top {
  margin-top: 20px;
  margin-bottom: 0;
}

.form_group_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.or_separator {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

._1px_div_line {
  border: .2px solid var(--ap-blue-20);
  width: 45%;
  height: 1px;
  display: block;
}

.text-color-secondary {
  color: #083e5bb3;
}

.link {
  color: var(--ap-blue-100);
  transition: all .2s;
}

.link:hover {
  color: var(--ap-yellow-100);
}

.link.highlight_link {
  border: 0 #000;
  position: relative;
}

.link.highlight_link:hover {
  background-color: #0000;
}

.margin-top-50 {
  margin-top: 50px;
}

.caption_text {
  color: var(--ap-blue-50);
  letter-spacing: -.5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.caption_text.text-color-white {
  color: #fff;
}

.caption_text_subtitle {
  color: var(--ap-blue-50);
  letter-spacing: -.5px;
  font-size: 1.125rem;
  font-weight: 500;
}

.caption_text_subtitle.text-color-white {
  color: #fff;
}

.image_float_bottom_left {
  max-width: 600px;
  position: absolute;
  inset: auto -10% -2.4em auto;
  box-shadow: -17px -11px 20px -1px #083e5b0f;
}

.image_float_bottom_left.lower {
  bottom: -6.4em;
}

.design_elements {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.top_middle_element {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: -3% auto auto;
}

.bottom_left_element {
  width: 100px;
  display: block;
  position: absolute;
  inset: auto auto -2% -3%;
}

.center_middle_element {
  width: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 40% 0% auto -4%;
}

.top_lower_element {
  width: 15px;
  display: block;
  position: absolute;
  inset: 20% auto auto 2%;
}

.bottom_lower_element {
  width: 20px;
  display: block;
  position: absolute;
  inset: auto auto 30% 4%;
}

.bottom_middle_element {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 5% 0% 0%;
}

.error {
  background-color: var(--ap-maroon-20);
  color: var(--ap-maroon-100);
  border-radius: .5rem;
  max-width: 100%;
  margin-top: 20px;
  padding: 10px;
  font-size: .8rem;
  line-height: 1;
  transition: all .2s;
  display: block;
}

.error.valid {
  color: var(--ap-blue-100);
  background-color: #93c4ed1a;
}

.error.form-error {
  margin-bottom: 20px;
  display: none;
}

.error.form-error.hide {
  display: none;
}

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

.error.success {
  color: #107c04;
  background-color: #7bbf7430;
  width: 905.406px;
}

.error.kra-pin, .error.bank-statement, .error.id, .error.passport-photo {
  width: 500px;
  display: none;
}

.error.contact-us {
  display: none;
}

.error.next-of-kin, .error.review {
  max-width: 500px;
  display: none;
}

.wrapper.notification_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.wrapper.notification_wrapper.flex-items-center {
  width: 100%;
  position: fixed;
  inset: 0%;
}

.wrapper.notification_wrapper.is-center {
  width: 100%;
  height: 100vh;
}

.wrapper.mw-750 {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.mw-750.new-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 952px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.wrapper.mw-750.width {
  width: 100%;
}

.wrapper.mw-750.new-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.wrapper.mw-750.margin-top {
  margin-top: .5rem;
}

.wrapper.m-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper.m-20.max-width {
  align-items: center;
}

.wrapper.m-20.max-width.align-left {
  align-items: flex-start;
  max-width: 1000px;
}

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

.wrapper.m-20.justify-start.align-left {
  align-items: flex-start;
}

.wrapper.m-20.padding-top {
  padding-top: 2rem;
}

.wrapper.results-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
}

.wrapper.goal-options {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.p-light-text {
  color: var(--ap-blue-50);
  letter-spacing: -.5px;
  font-size: 1rem;
  font-weight: 500;
}

.p-light-text.text-align-center.margin-bottom {
  margin-bottom: 40px;
}

.top_right_element {
  width: 120px;
  position: absolute;
  inset: -5% 25% auto auto;
}

.middle_left_element {
  width: 40px;
  position: absolute;
  inset: 30% auto auto 5%;
}

.bottom_right_element {
  width: 40px;
  position: absolute;
  inset: auto 25% -1% auto;
}

.left_middle_element {
  width: 50px;
  position: absolute;
  inset: auto 10% 50% auto;
}

.left_middle_circle_element {
  width: 15px;
  position: absolute;
  inset: 50% auto auto 5%;
}

.right_middle_circle_element {
  width: 15px;
  position: absolute;
  inset: 25% 30% auto auto;
}

.bottom_right_floating_element {
  width: 15px;
  position: absolute;
  inset: auto 15% 15% auto;
}

.bottom_right_floating__slightly_higherelement {
  width: 15px;
  position: absolute;
  inset: auto 10% 20% auto;
}

.bottom_left_floating_element {
  width: 15px;
  position: absolute;
  inset: auto auto 10% 20%;
}

.subtitle {
  color: #083e5bb3;
  font-weight: 500;
}

.subtitle.align-left {
  text-align: center;
  max-width: 60%;
  margin-top: 1rem;
  margin-left: 0;
}

.title_wrapper {
  display: block;
}

.title_wrapper.margin-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title_wrapper.margin-bottom.with--sidebar {
  align-items: flex-start;
}

.title_wrapper.margin-bottom.flex-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
}

.title_wrapper.margin-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.grid-3-col.margin-large, .grid-3-col.margin-large-copy {
  display: none;
}

.number_card {
  border: 1px solid var(--ap-blue-50);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 300px;
  margin: 20px 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.number_card.is-blue {
  background-color: var(--ap-blue-100);
}

.number_card.hide {
  display: none;
}

.number_label {
  border: 1px solid var(--ap-blue-50);
  color: var(--ap-blue-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.number_label.light {
  color: var(--ap-blue-100);
  background-color: #fff;
  border-color: #ffffff80;
}

.number_label.full {
  background-color: var(--ap-blue-100);
  color: var(--white-smoke);
  width: 30px;
  height: 30px;
  font-weight: 500;
}

.number_label.not-full {
  color: var(--white-smoke);
  background-color: #083e5b33;
  border-color: #083e5b33;
  width: 30px;
  height: 30px;
  font-weight: 500;
}

.card_description {
  color: var(--ap-blue-50);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
}

.card_description.light {
  color: #fff;
}

.content-wrapper.flex_center {
  flex-direction: column;
  align-items: center;
  display: block;
}

.content-wrapper.flex_center.hide {
  display: none;
}

.highlighted_text {
  margin-top: 20px;
  font-weight: 600;
  position: relative;
}

.highlighted_text.large {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.highlighted_text.large.top-text {
  position: fixed;
  inset: 10% 0% auto;
}

.highlighted_text.large.top-text.position {
  position: static;
}

.highlighted_text.large.top-text.position.margin-top {
  margin-top: 5rem;
}

.markereffect {
  position: relative;
  overflow: hidden;
}

.navbar1_component-2 {
  background-color: #0000;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

.card_slider {
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card_slider.margin-top {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card_slider.margin-top.hide {
  display: none;
}

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

.arrow_icon {
  color: var(--ap-blue-100);
  background-color: #0000;
}

.slide-nav {
  flex-direction: column;
  display: flex;
}

.number_label_blue {
  border: 1px solid var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 20px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.number_label_blue.is-blue {
  background-color: var(--ap-blue-100);
}

.number_label_blue.hide {
  display: none;
}

.number_label_desc {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .8rem;
  font-weight: 600;
}

.number_label_desc.light {
  color: #fff;
}

.number_labe_secondary {
  border: 1px solid var(--ap-blue-50);
  color: var(--ap-blue-100);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 0;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.number_labe_secondary.light {
  color: var(--ap-blue-100);
  background-color: #fff;
  border-color: #ffffff80;
}

.loading_content_wrapper {
  max-width: 750px;
  display: block;
}

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

.loading_content_wrapper.margin-bottom {
  margin-bottom: 40px;
}

.loading_coin {
  width: 90px;
  margin: 100px auto 20px;
  display: block;
}

.loading_coin.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.loading_coin.margin-0.hide {
  display: none;
}

.text-grid-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.text-grid-2-col.wrapped_background {
  background-color: var(--ap-light-blue-20);
  border-radius: 10px;
  padding: 20px;
}

.text-grid-2-col.wrapped_background.show-years {
  grid-template-columns: 1fr;
  place-content: space-between;
  place-items: center stretch;
}

.text-grid-2-col.wrapped_background.show-years.embedded_education {
  max-width: 1000px;
}

.text-grid-2-col.wrapped_background.width {
  width: 800px;
}

.text-grid-2-col.wrapped_background.width-copy {
  border: 4px solid #93c4ed33;
  width: 654.813px;
}

.text-grid-2-col.tooltip-copy {
  display: none;
}

.text-wrapper {
  max-width: 100%;
}

.text-wrapper.show-age-text {
  text-align: center;
}

.number_wrapper {
  align-self: center;
  align-items: center;
  display: flex;
}

.number_wrapper.smaller {
  color: var(--ap-blue-100);
  justify-content: flex-start;
  display: flex;
}

.number_wrapper.age-wrapper {
  justify-content: center;
}

.number_wrapper.hide {
  display: none;
}

.number_wrapper.align-centre {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.number_wrapper.flex-between {
  justify-content: space-between;
}

.number-wrapper-txt {
  letter-spacing: -.5px;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.number-wrapper-txt.text-align-center {
  font-weight: 500;
}

.number-wrapper-txt.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.number-wrapper-txt.light {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
  display: block;
}

.number-wrapper-txt.light.smaller {
  color: var(--ap-blue-100);
  font-size: 1.2rem;
  line-height: 1.2;
}

.number-wrapper-txt.light.align-right {
  width: auto;
  margin-right: 0;
}

.number-wrapper-txt.light.text-blue {
  color: var(--ap-blue-100);
}

.number-wrapper-txt.number-large {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 700;
}

.number-wrapper-txt.number-percent {
  color: #fff;
  margin-left: 10px;
  font-size: .8rem;
}

.number-wrapper-txt.number-percent.dark {
  color: var(--ap-blue-100);
}

.number-wrapper-txt.smaller {
  font-size: 1rem;
}

.graph_wrapper {
  background-color: var(--ap-blue-100);
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

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

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

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

.navbar4_menu {
  z-index: -1;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 4.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  height: 100%;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar4_link {
  border-radius: 3px;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0%;
  padding: .5rem 1rem;
  font-size: 24px;
  transition: all .2s;
  display: flex;
  position: static;
}

.navbar4_link:hover {
  background-color: #083e5b12;
}

.navbar4_link.w--current {
  color: #0000;
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: #0000;
  position: static;
}

.navbar4_component {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar4_dropdown-toggle {
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 4rem .5rem 0;
  display: flex;
}

.navbar4_dropdown-toggle.w--open {
  padding-left: 0;
  padding-right: 0;
}

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

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.navbar4_menu-dropdown {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-top {
  background-color: #000;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: #0000;
}

.navbar4_dropdown-link {
  color: var(--ap-blue-100);
  border-radius: 5px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 3rem;
  padding: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

.navbar4_dropdown-link:hover {
  background-color: #083e5b1a;
}

.navbar4_dropdown-link.w--current {
  background-color: var(--ap-blue-50);
  color: #fff;
  border: 1px #000;
  display: block;
}

.navbar4_dropdown-link.wrapped {
  margin-right: .25rem;
  display: flex;
}

.menu-icon4_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-bottom {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.navbar4_link_wrapper {
  width: 250px;
  padding: 5% 5% 5% 2rem;
  transition: all .2s;
  display: flex;
}

.navbar4_link_wrapper:hover {
  background-color: #083e5b0d;
  padding-top: 5%;
  padding-bottom: 5%;
}

.navbar4_link_wrapper.w--current {
  background-color: var(--ap-blue-20);
  padding-top: 5%;
  padding-bottom: 5%;
}

.navbar4_link_wrapper.wide {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar4_link_wrapper.wide.hide {
  display: none;
}

.navbar11_link {
  color: var(--ap-blue-100);
  border-radius: 5px;
  margin-left: .25rem;
  margin-right: .25rem;
  padding: .625rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  transition: all .2s;
}

.navbar11_link:hover {
  background-color: var(--ap-light-blue-20);
}

.navbar11_link.w--current {
  color: var(--ap-blue-100);
  background-color: #083e5b1a;
}

.navbar11_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar11_dropdown-toggle {
  padding: .5rem 1rem;
}

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

.dropdown-icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar11_icon-wrapper {
  flex: none;
}

.navbar11_component {
  background-color: #fff;
  border: 1px #0000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar11_component.landingpage-navbar {
  margin-top: 0;
  padding-top: 0;
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_dropdown-link-list.hide {
  display: none;
}

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

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .25rem 1rem;
  text-decoration: none;
  display: block;
}

.navbar11_dropdown-link:hover {
  background-color: #083e5b17;
}

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

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

.navbar11_menu-button {
  padding: 0;
}

.navbar11_dropdown-list.w--open {
  background-color: #0000;
  border: 1px #000;
  width: 20rem;
  padding: 1.5rem;
  position: absolute;
}

.navbar11_dropdown-list.shadow-small.w--open {
  background-color: #fff;
  border-radius: 5px;
}

.navbar11_dropdown-list.shadow-small.notification-outer-wrapper {
  width: 30rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.separator-200px {
  height: 200px;
}

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

.navbar_profile {
  background-color: var(--ap-blue-50);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 1rem;
  padding-left: 0;
}

.section-inner {
  margin-left: 250px;
  padding-left: 0%;
}

.section-inner.no-sidebar {
  margin-left: 0;
}

.dashboard-title-wrapper.margin-bottom {
  margin-bottom: 2rem;
}

.dashboard-title {
  letter-spacing: -.5px;
  font-size: 1rem;
}

.dashboard-sub-title {
  letter-spacing: -.3px;
  font-size: .875rem;
}

.dashboard-sub-title.or_separator_text {
  color: var(--ap-blue-20);
  text-align: center;
  width: 10%;
  font-weight: 500;
}

.dashboard-sub-title.text-align-center.text-color-secondary {
  color: #083e5bb3;
}

.dashboard-sub-title.text-color-secondary.margin-bottom {
  margin-bottom: 10px;
}

.dashboard-sub-title.text-color-secondary.contact-us {
  color: var(--ap-blue-100);
  font-weight: 600;
}

.dashboard-sub-title.text-weight-semibold.margin-bottom {
  margin-bottom: 20px;
}

.dashboard-graph-wrapper {
  border-radius: 10px;
  max-width: 1000px;
}

.dashboard-graph-wrapper.shadow-small {
  border-radius: 10px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.dashboard-grid-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dashboard-grid-2-col.hide {
  display: none;
}

.data-card-wrapper {
  background-color: #0000;
  padding: 0;
}

.data-card-wrapper.flex-horizontal {
  display: flex;
}

.data-card {
  border-bottom: .5px solid #083e5b17;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

.data-card.no-border {
  border-bottom-style: none;
}

.graph-wrapper-dark {
  background-color: var(--ap-blue-100);
  min-height: 35vh;
  position: relative;
}

.graph-wrapper-dark.calculator-graph {
  background-color: var(--white-smoke);
  min-height: 50vh;
}

.graph-wrapper-dark.height {
  overflow: auto;
}

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

.padding-section-medium.no-padding {
  padding-bottom: 0;
}

.padding-section-medium.no-padding-top {
  padding-top: 2rem;
}

.padding-section-medium.is-hiden {
  display: none;
}

.padding-section-medium.max-width.flex {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.long-term-goal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.long-term-goal-wrapper.hide {
  display: none;
}

.long-term-goal {
  background-color: var(--ap-blue-100);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 30vh;
  min-height: 30vh;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.long-term-goal.hide {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.long-term-goal.with-white-background {
  background-color: var(--white);
  color: var(--ap-blue-100);
  border: 1px solid #e0e0e0;
}

.progress_bar {
  background-color: #fff;
  border-radius: 20px;
  max-width: 300px;
  height: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

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

.progress_bar.max-width {
  background-color: #f0f0f0;
  max-width: 100%;
  height: 5px;
}

.progress_bar.max-width.blue-bar {
  background-color: var(--ap-blue-100);
}

.inner-progress-bar {
  z-index: 1;
  background-color: var(--ap-yellow-100);
  border-radius: 20px;
  width: 40%;
  height: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inner-progress-bar.green-bar {
  background-color: var(--ap-green);
  color: var(--ap-green);
}

.inner-progress-bar.red-bar {
  background-color: var(--ap-red-60);
}

.number-wrapper-txt-small {
  letter-spacing: -.5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.number-wrapper-txt-small.text-align-center {
  font-weight: 500;
}

.number-wrapper-txt-small.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.number-wrapper-txt-small.light {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.number-wrapper-txt-small.light.text-color-lightblue.smaller {
  font-size: .8rem;
}

.number-wrapper-txt-small.text-color-lightblue {
  color: var(--ap-light-blue-100);
}

.number-wrapper-txt-small.dark {
  font-size: .8rem;
  line-height: 1.5;
}

.inner-progress-bar-interest {
  background-color: var(--ap-light-blue-100);
  border-radius: 20px;
  width: 50%;
  height: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.graph {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.graph.graph2 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.graph.dashboard {
  opacity: 0;
  height: 100%;
  padding: 20px 20px 40px;
  display: block;
  position: relative;
}

.graph.dashboard.display-none {
  display: block;
}

.graph.dashboard.show-on-load {
  opacity: 1;
}

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

.goal_title {
  color: #fff;
  letter-spacing: -.2px;
  font-size: 1rem;
  font-weight: 500;
}

.goal_title.text-large {
  font-size: 1.2rem;
  font-weight: 600;
}

.goal_title.text-large.text-blue {
  color: var(--ap-blue-100);
  font-weight: 600;
}

.goal_branding_element {
  width: 70px;
  position: absolute;
  inset: auto -2% -2% auto;
}

.goal-wrapper {
  margin-top: 1rem;
  position: relative;
}

.inner-dashboard-title {
  letter-spacing: -.5px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.inner-dashboard-title.text-red {
  color: #f03d3e;
  cursor: pointer;
}

.long-term-goal-empty {
  border: 1px dashed var(--ap-blue-100);
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  min-height: 30vh;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.long-term-goal-empty.hide {
  display: none;
}

.icon-button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-button-text {
  margin-top: 1rem;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #083e5b7d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.modal1_component {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.modal1_component._1 {
  display: none;
}

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

.text-size-medium-2.text-align-center.margin-bottom {
  margin-bottom: 2rem;
}

.modal1_content-wrapper {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: visible;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_close-button.position {
  top: 4rem;
  right: 4rem;
}

.modal-wrapper {
  z-index: 20;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.modal-content.flex_center {
  justify-content: space-between;
  display: flex;
}

.modal-content.long {
  height: auto;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: scroll;
}

.modal-content.long.float {
  display: none;
  inset: 0%;
}

.modal-content.long.float.temp_1 {
  z-index: 1;
}

.modal-content.long.float.show {
  display: flex;
  position: relative;
}

.modal-content.long.float.hide {
  display: none;
}

.modal-content.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.modal-content.long.flex.full-width {
  max-width: 100%;
}

.modal-content.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.modal-content.long.hide {
  display: none;
}

.modal-content.long.max-width {
  max-width: 90%;
}

.modal-content.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-content.align-contents-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
}

.modal_label {
  background-color: var(--ap-light-blue-20);
  text-align: center;
  letter-spacing: -.3px;
  text-transform: none;
  border-radius: 5px;
  max-width: 150px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.modal_label.or_separator_text {
  color: var(--ap-blue-20);
  text-align: center;
  width: 10%;
  font-weight: 500;
}

.modal_label.text-align-center.text-color-secondary {
  color: #083e5bb3;
}

.modal_label.text-color-secondary.margin-bottom {
  margin-bottom: 10px;
}

.modal_label.text-weight-semibold.margin-bottom {
  margin-bottom: 20px;
}

.modal_label.text-color-lightblue {
  color: var(--ap-light-blue-100);
}

.modal_label.no-margin {
  margin-left: 0;
  margin-right: auto;
}

.modal_title {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: .25rem;
  font-size: 1.85rem;
}

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

.modal_text {
  color: var(--ap-blue-50);
  text-align: center;
  letter-spacing: -.5px;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
}

.modal_text.navbar {
  font-size: .8rem;
}

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

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

.arrow_hide, .arrow_hide.show {
  display: none;
}

.modal_slider {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal_slider.alt {
  max-width: 100%;
}

.modal_slider.feature-update-slider {
  max-width: 800px;
  display: none;
}

.modal_slider.width-900 {
  max-width: 900px;
  max-height: 80vh;
}

.modal_slider.max-full-width {
  max-width: 900px;
  display: block;
}

.modal_info_card {
  background-color: var(--ap-light-blue-20);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1rem auto .125rem;
  padding: 2% 5%;
  display: flex;
}

.modal_info_card.margin-top {
  margin-top: 2rem;
}

.modal_info_text {
  text-align: center;
  max-width: 350px;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.next-button {
  width: 100%;
  height: 30px;
  display: none;
  inset: auto 0% -11%;
}

.next-button.show {
  display: block;
}

.slide {
  background-color: #0000;
  margin: auto;
  position: relative;
  overflow: auto;
}

.slide.m48 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide.m48.max-width {
  max-width: 900px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slide.alt {
  height: auto;
  overflow: hidden;
}

.slide.width {
  max-width: 700px;
  overflow: auto;
}

.slide.max-slide-width {
  width: 100%;
}

.modal_back_btn {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.slider_wrapper {
  height: 100%;
}

.mask-2 {
  flex: none;
}

.short-term-goal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.short-term-goal-wrapper.hide {
  display: none;
}

.short-term-goal {
  z-index: 1;
  color: var(--ap-blue-100);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 30vh;
  padding: 1rem;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.short-term-goal.hide {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.goal_title_short {
  color: var(--ap-blue-100);
  letter-spacing: -.2px;
  font-size: .8rem;
  font-weight: 500;
}

.short-goal-track-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 220px;
  padding-bottom: 1rem;
  display: grid;
}

.short_goal_number {
  letter-spacing: -.3px;
  font-size: .8rem;
  line-height: 1;
}

.short_goal_number.or_separator_text {
  color: var(--ap-blue-20);
  text-align: center;
  width: 10%;
  font-weight: 500;
}

.short_goal_number.text-align-center.text-color-secondary {
  color: #083e5bb3;
}

.short_goal_number.text-color-secondary.margin-bottom {
  margin-bottom: 10px;
}

.short_goal_number.text-weight-semibold.margin-bottom {
  margin-bottom: 20px;
}

.short_goal_number.text-color-lightblue {
  color: var(--ap-light-blue-100);
}

.modal1_background-overlay-2 {
  z-index: -1;
  background-color: #083e5b7d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.modal1_component-2 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.modal1_content-wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.short-term-goal-empty {
  border: 1px dashed var(--ap-blue-100);
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.short-term-goal-empty.hide {
  display: none;
}

.modal2_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.modal2_component._1 {
  display: none;
}

.navbar11_menu-dropdown-2 {
  color: var(--ap-blue-100);
  font-size: .9rem;
  font-weight: 600;
}

.navbar11_dropdown-toggle-2 {
  color: var(--ap-blue-100);
  background-color: #0000;
  border-radius: 5px;
  padding: .625rem 2.5rem .625rem 1rem;
}

.navbar11_dropdown-toggle-2:hover {
  background-color: #083e5b17;
}

.navbar11_dropdown-list-2 {
  margin-top: 20px;
}

.navbar11_dropdown-list-2.w--open {
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  width: 20rem;
  padding: 1.5rem;
}

.navbar11_dropdown-list-2.shadow-small.w--open {
  z-index: 10;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.header1_image-wrapper {
  background-color: var(--ap-blue-20);
  border-radius: 5px;
  height: 40vh;
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
  overflow: hidden;
}

.header1_image-wrapper.is-hidden {
  display: none;
}

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

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

.button-group.margin-large {
  flex-direction: column;
}

.button-group.flex_end {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
}

.button-group.flex_end.max-width {
  width: 450px;
  margin-top: 2rem;
}

.button-group.calc-cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}

.heading-2 {
  letter-spacing: -2px;
}

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

.testimonial17-1_content {
  border: 1px solid var(--ap-blue-20);
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.heading-medium-2 {
  letter-spacing: -2px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-medium-2.text-color-white.margin-bottom {
  margin-bottom: .5rem;
}

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

.testimonial17-1_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-size-medium-3 {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.text-size-small-3 {
  letter-spacing: normal;
  font-size: .875rem;
}

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

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

.testimonial17-1_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial17-1_client-image-wrapper {
  margin-right: .75rem;
}

.testimonial17-1_rating-icon {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial17-1_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

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

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

.image_feature_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.image_card {
  background-color: #f3f5f7;
  min-height: 30rem;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.image_card.long {
  background-color: #f3f5f7;
}

.image_card_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.image_card_wrapper.long {
  max-width: 400px;
}

.image_card_phone {
  width: 170px;
  position: absolute;
  inset: auto 10% -20% auto;
}

.image_card_phone.large {
  width: 220px;
}

.image_card_phone-copy {
  width: 170px;
  position: absolute;
  inset: auto 10% -2% auto;
}

.image_card_phone-copy.desktop {
  width: 450px;
  bottom: -29%;
  right: 5%;
}

.layout219-1_tabs-link {
  background-color: #0000;
  border-left: 4px solid #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.layout219-1_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-width: 4px;
  border-left-color: #0000;
}

.layout219-1_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.layout219-1_image-wrapper {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-gray500-2 {
  color: #0000;
}

.layout219-1_lightbox-image {
  border: .25rem solid #0000;
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto 3rem auto auto;
}

.layout219-1_lightbox {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

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

.layout219-1_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_layout223 {
  display: none;
}

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

.heading-style-h5 {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.layout223_image-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.layout223_item {
  display: flex;
}

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

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

.layout223_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout47_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-4, .heading-5 {
  letter-spacing: -.5px;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.layout219_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-weight: 400;
  display: flex;
}

.layout219_tabs-link.w--current {
  border: 1px solid var(--ap-blue-100);
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.layout219_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.heading-style-h4 {
  letter-spacing: -1px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.layout219_image-wrapper {
  width: 100%;
  height: 100%;
}

.section_layout219 {
  background-color: #083e5b0d;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout219_lightbox-image {
  object-fit: cover;
}

.tab_phone_image {
  object-fit: cover;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab_phone_image.shadow-large {
  max-width: 250px;
}

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

.layout48_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_layout48 {
  background-color: var(--ap-blue-100);
  color: #fff;
}

.section_cta25 {
  position: relative;
}

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

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.footer3_component {
  background-color: var(--ap-blue-100);
  color: #fff;
}

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

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

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: none;
}

.image {
  width: 200px;
}

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

.mission_statement {
  letter-spacing: -2px;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.mission_statement.margin-bottom {
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.header-dashboard-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.custom_checkbox {
  background-color: var(--ap-light-blue-20);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 150px;
  padding: 5%;
  display: flex;
}

.checkbox_icon {
  display: block;
}

.custom_checkbox_label {
  margin-top: .5rem;
  padding-top: 15%;
  font-weight: 600;
}

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

.custom_radio_btn {
  background-color: var(--ap-light-blue-20);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 150px;
  padding: 5%;
  display: flex;
  position: static;
}

.custom_radio_btn.checked {
  background-color: var(--ap-blue-100);
}

.custom_radio {
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.custom_radio.w--redirected-checked {
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.custom_radio_icon {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 35% 0% auto;
}

.custom_radio_icon.margin-right {
  order: -1;
  margin-right: 1rem;
}

.checkbox_item {
  position: relative;
}

.modal1_content-wrapper-long {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60vw;
  height: auto;
  max-height: 100vh;
  padding: 4rem 0;
  display: block;
  overflow: scroll;
}

.modal1_content-wrapper-long.relative {
  display: flex;
  position: relative;
  overflow: auto;
}

.modal1_content-wrapper-long.alt {
  max-width: 50vw;
  max-height: 80vh;
  overflow: hidden;
}

.modal1_content-wrapper-long.alt.alt-width {
  width: 900px;
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 0;
}

.modal1_content-wrapper-long.no-scrolls {
  max-height: 90vh;
  overflow: hidden;
}

.modal1_content-wrapper-long.no-scrolls.height {
  max-width: 900px;
  max-height: 90vh;
  padding-top: 4rem;
  padding-bottom: 0;
}

.errorbox {
  margin-bottom: 1rem;
}

.dropdown-details {
  z-index: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: static;
  overflow: hidden;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq {
  border: 1px #000;
  border-bottom: 1px solid #083e5b1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-05_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

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

.pricing4_content-top {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.pricing4_top-left {
  align-self: auto;
}

.pricing4_top-left.or {
  align-self: center;
}

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

.pricing5_content-item {
  display: flex;
}

.pricing5_plan {
  border: 1px #000;
  padding: 2rem;
}

.pricing5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing5_feature {
  display: flex;
}

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

.pricing5_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

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

.pricing5_plan-content {
  width: 100%;
}

.section_pricing5 {
  background-color: #083e5b0d;
}

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

.pricing4_group {
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.pricing4_group_item {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.number_wrapper-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.number_wrapper-flex.smaller {
  color: var(--ap-blue-100);
  justify-content: flex-start;
  display: flex;
}

.or_text {
  letter-spacing: -.5px;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.or_text.text-align-center {
  font-weight: 500;
}

.or_text.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.or_text.light {
  color: #fff;
  margin-right: 10px;
}

.or_text.light.smaller {
  color: var(--ap-blue-100);
  font-size: 1.2rem;
  line-height: 1.2;
}

.or_text.number-large {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 700;
}

.modal1_component-3 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

.error-2 {
  color: #7c0225;
  background-color: #7c022533;
  border-radius: .5rem;
  max-width: 100%;
  margin-top: 5px;
  padding: 10px;
  font-size: .8rem;
  line-height: 1;
  transition: all .2s;
}

.error-2.form-error {
  margin-bottom: 20px;
  display: none;
}

.form_group_long {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 25px;
  display: grid;
  position: relative;
}

.field-label-2 {
  color: #083e5b;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.form-input-2 {
  color: #083e5b;
  background-color: #fff;
  border: 1px solid #083e5b33;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input-2:focus {
  color: #083e5b;
  border-color: #93c4ed;
  box-shadow: 0 1px 2px #083e5b0d, 0 0 0 4px #93c4ed33;
}

.form-input-2::placeholder {
  color: #083e5b80;
}

.form-input-2.input-borderbottom {
  box-shadow: none;
  border-style: none none solid;
  border-radius: 0;
  padding-left: .5rem;
}

.form_slider_number {
  text-align: center;
  letter-spacing: -.5px;
  font-size: 1rem;
}

.button-3 {
  grid-column-gap: .5rem;
  color: #083e5b;
  text-align: center;
  white-space: nowrap;
  background-color: #fcc455;
  border: 1px solid #fcc455;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-3:hover {
  color: #fff;
  background-color: #083e5b;
  border-color: #083e5b;
}

.button-3:focus {
  color: #fff;
  background-color: #083e5b;
  border-color: #083e5b;
  box-shadow: 0 1px 2px #083e5b0d;
}

.button-3.form_button {
  width: 100%;
  margin-top: 0;
  font-weight: 600;
}

.input-select {
  border: 1px solid var(--ap-blue-20);
  background-color: #fff;
}

.slide-nav-2 {
  display: none;
}

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

.layout32_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout32_item {
  display: flex;
}

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

.tab_number {
  color: #fff;
  letter-spacing: -.5px;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  display: block;
}

.tab_number_wrapper {
  background-color: var(--ap-blue-100);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px 20px;
  display: block;
}

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

.layout3_component.calculator {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1.75fr;
}

.padding_top {
  padding-top: 7rem;
}

.hidden_b {
  width: 0;
  height: 0;
  position: absolute;
}

.hidden_submit_btn {
  display: none;
}

.floating_networth {
  padding-top: 5%;
  padding-left: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.terms_p {
  text-align: justify;
  font-size: 1rem;
}

.terms_p.text-align-center.margin-bottom {
  margin-bottom: 2rem;
}

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

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

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

.terms-wrapper {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.loading-screen {
  z-index: 1000;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loading-screen.your-plan {
  display: none;
}

.loading-screen.show {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.goal-title {
  letter-spacing: -.5px;
  font-size: 1.5rem;
}

.table10_dot {
  background-color: #0000;
  border-radius: .25rem;
  width: 4px;
  height: 4px;
}

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

.receipt_col.is-width-large {
  min-width: 12rem;
  max-width: 16rem;
}

.receipt_col.is-width-large.flex-horizontal {
  flex-direction: row;
  align-items: center;
}

.receipt_col.is-header-column.is-width-medium {
  align-items: flex-start;
}

.receipt_col.is-header-column.asset_col {
  padding-left: .5rem;
  padding-right: .5rem;
}

.receipt_col.is-width-medium {
  align-items: flex-start;
  min-width: 8rem;
  max-width: 12rem;
  padding-right: 1.5rem;
}

.receipt_col.is-width-medium.flex-horizontal {
  flex-direction: row;
  align-items: center;
}

.receipt_col.is-width-medium.manage_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-items: center;
}

.receipt_col.is-width-small {
  min-width: 6rem;
  max-width: 8rem;
}

.receipt_col.right {
  align-items: flex-end;
}

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

.table10_dropdown-toggle {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.table10_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 5rem;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.table10_dropdown-link.w--current {
  color: #0000;
}

.table10_dots-wrapper {
  grid-column-gap: .25rem;
  display: flex;
}

.table10_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #000;
  min-width: 9.5rem;
  padding: .5rem;
  right: 0;
}

.table10_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.table10_page-button {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.table10_page-button.w--current {
  border-color: #0000;
}

.table10_item {
  background-color: #fff;
  border-bottom: .7px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table10_list-wrapper {
  border: 1px solid #0000;
  padding-bottom: 4rem;
}

.table10_list-wrapper.no-border {
  border-style: none;
  border-bottom-color: var(--ap-yellow-100);
  padding-bottom: 4rem;
  overflow: hidden;
}

.table10_list-wrapper.no-border.max-height {
  overflow: visible;
}

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

.table10_header-row {
  background-color: #fff;
  border-bottom: .7px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table10_content {
  border: .7px solid #e0e0e0;
  flex-direction: column;
  overflow: auto;
}

.table10_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  padding-bottom: 5rem;
  position: relative;
}

.table10_component.max-table-width {
  width: 800px;
}

.table10_component.max-width.is-hidden {
  width: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.table10_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.table10_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.table10_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.table10_pagination {
  justify-content: center;
  margin-top: 2rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.table10_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table10_dropdown {
  justify-content: flex-end;
  position: static;
}

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

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

.table10_header-link.goal_actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.table10_status-wrapper {
  background-color: #f4f4f4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .125rem .75rem;
  display: flex;
}

.table10_status-wrapper.verified {
  color: var(--ap-green);
  background-color: #7bbf7433;
  border-radius: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.table10_status-wrapper.pending {
  background-color: var(--ap-yellow-20);
  color: var(--ap-orange-100);
  border-radius: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.truncate-width {
  text-decoration: none;
}

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

.table10_list {
  overflow: visible;
}

.table10_list.with-scroll {
  max-height: 250px;
  overflow: scroll;
}

.update-income-savings {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.number-pill {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  min-width: 770px;
  max-width: 1000px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-pill.shadow-small {
  display: block;
}

.number-pill.margin-m20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.number-pill.margin-m20.hide {
  display: none;
}

.number-pill.margin-bottom {
  margin-bottom: 2rem;
}

.number-pill.margin-bottom.hide {
  display: block;
}

.number-pill-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.number-pill-wrapper.dark {
  background-color: var(--ap-blue-100);
  border-radius: 10px;
}

.number-pill-wrapper.dark.shadow-xsmall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.number-pill-wrapper.empty {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.number-pill-wrapper.justify-start {
  justify-content: flex-start;
}

.number-pill-card {
  border: 1px #000;
  width: 25%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

.number-pill-card.no-border {
  border-bottom-style: none;
}

.number-pill-card.border-left {
  border-right: .5px none var(--ap-blue-20);
}

.number-pill-card.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.number-pill-card.margin-0.long-width {
  width: 50%;
}

.number-pill-card.margin-0.long-width.with-lock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-pill-card.large-width {
  width: 50%;
}

.number-pill-card.no-padding {
  padding-left: 0;
}

.pill-button-wrapper {
  border: 1px #000;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 2rem;
  display: flex;
}

.pill-button-wrapper.no-border {
  border-bottom-style: none;
}

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

.padding-section-small.sticky-cta-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.padding-section-small.sticky-cta-wrapper.is-hidden {
  display: none;
}

.inner-number-pill {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.inner-number-pill.nogrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-pill-title {
  padding-top: 1rem;
  padding-left: 2rem;
}

.inner-pill-button-wrapper {
  margin-left: 0;
  padding: 1rem 2rem;
}

.modal1_component-5 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_component-5-1 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.update-other-goals {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.time-wrapper-text {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 1.2rem;
  font-weight: 600;
}

.time-wrapper-text.text-align-center {
  font-weight: 500;
}

.time-wrapper-text.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.time-wrapper-text.light {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.time-wrapper-text.light.smaller {
  color: var(--ap-blue-100);
  font-size: 1.2rem;
  line-height: 1.2;
}

.time-wrapper-text.number-large {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 700;
}

.time-wrapper-text.number-percent {
  color: #fff;
  margin-left: 10px;
  font-size: .8rem;
}

.time-wrapper-text.number-percent.dark, .time-wrapper-text.dark {
  color: var(--ap-blue-100);
}

.inner-dashboard-title-copy {
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}

.hidden_c {
  width: 0;
  height: 0;
  position: absolute;
}

.hidden_d {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
}

.plan_option {
  border: 2px solid var(--ap-blue-100);
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.plan_option.shadow-small {
  flex-direction: column;
  width: 100%;
  min-width: 300px;
  margin-right: 20px;
  display: flex;
}

.plan_option.shadow-small:hover {
  border-color: var(--ap-yellow-100);
}

.plan_option.shadow-small.not_selected {
  border-color: var(--ap-blue-20);
  margin-right: 0;
}

.plan_option.shadow-small.not_selected:hover {
  border-color: var(--ap-yellow-100);
}

.plan_option_checkbox {
  display: none;
}

.plan_number {
  letter-spacing: -.5px;
  font-size: 2rem;
  font-weight: 600;
}

.plan_number.text-align-center {
  font-weight: 500;
}

.plan_number.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.plan_number.light {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.plan_number.light.smaller {
  color: var(--ap-blue-100);
  font-size: 1.2rem;
  line-height: 1.2;
}

.plan_number.number-large {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 700;
}

.plan_number.number-percent {
  color: #fff;
  margin-left: 10px;
  font-size: .8rem;
}

.plan_number.number-percent.dark {
  color: var(--ap-blue-100);
}

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

.plan_label {
  margin-top: 10px;
  font-weight: 600;
}

.plan_data {
  margin-top: 20px;
  margin-bottom: 20px;
}

.orange_highlight {
  color: var(--ap-orange-100);
}

.orange_highlight.size {
  font-size: .875rem;
  font-weight: 600;
}

.badge_wrapper {
  justify-content: flex-end;
  display: flex;
}

.plan_button {
  grid-column-gap: .5rem;
  background-color: var(--ap-yellow-100);
  color: var(--ap-blue-100);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fcc455;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.plan_button:hover {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: #fff;
}

.plan_button:focus {
  border-color: var(--ap-blue-100);
  background-color: var(--ap-blue-100);
  color: #fff;
  box-shadow: 0 1px 2px #083e5b0d;
}

.plan_button.is-button-small {
  grid-column-gap: .5rem;
  padding: .625rem 2rem;
  font-size: .9rem;
  display: inline-block;
}

.plan_button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.plan_button.is-button-small.margin-top {
  margin-top: 20px;
}

.plan_button.is-button-small.align-center {
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  display: block;
}

.plan_button.is-button-small.align-center.margin-bottom {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.plan_button.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.plan_button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.plan_button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.plan_button.is-button-xsmall {
  margin-top: auto;
  padding: .5rem .875rem;
  font-size: .9rem;
  display: inline-block;
}

.plan_button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.plan_button.form_button {
  width: 100%;
  margin-top: 0;
  font-weight: 600;
}

.plan_button.form_button.button-small {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.plan_button.google {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.plan_button.google:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

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

.plan_button.not_selected {
  border-color: var(--ap-blue-50);
  background-color: var(--ap-blue-20);
  color: var(--ap-blue-50);
  margin-top: 20px;
}

.plan_option_wrapper {
  justify-content: space-between;
  display: flex;
}

.modal-content-copy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.modal-content-copy.flex_center {
  justify-content: space-between;
  display: flex;
}

.modal-content-copy.long {
  height: 80vh;
  display: flex;
  overflow: scroll;
}

.modal-content-copy.long.float {
  display: none;
  inset: 0%;
}

.modal-content-copy.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plus {
  font-size: 2.2rem;
  font-weight: 600;
}

.plan_subtitle {
  margin-bottom: 20px;
  font-weight: 500;
}

.receipt_wrapper {
  border: 1px solid var(--ap-blue-50);
  border-radius: 8px;
  padding: 20px;
}

.receipt_wrapper.margin-top {
  width: 100%;
  max-width: 650px;
}

.receipt_row {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.receipt_row.hide {
  display: none;
}

.table10_header-row-2 {
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table10_content-2 {
  border: 1px solid #0000;
  border-bottom-style: none;
  flex-direction: column;
  overflow: auto;
}

.table10_pagination-2 {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.table10_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.receipt_button_wrapper {
  width: 100%;
  max-width: 650px;
  margin-top: 20px;
}

.mask-max-48 {
  max-width: 640px;
}

.mask-max-48.alt-width {
  max-width: 100%;
}

.hd_radio {
  display: none;
}

.embedded_education {
  background-color: #93c4ed33;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
  padding: 1rem;
  font-size: .8rem;
  font-weight: 400;
  display: block;
}

.embedded_education.onboarding {
  max-width: 100%;
}

.embedded_education.goal-setting {
  display: none;
}

.embedded_education.align-center {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.live-icon-chat {
  margin-right: 0;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #00e676;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #00e676;
  transform: scale(1.05);
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.livechat-button-2 {
  background-color: #00e676;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.livechat-button-2.whatsapp-btn {
  border-radius: .5rem;
  width: 100%;
  height: 40px;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.chat-section-2 {
  background-color: #f77f000d;
  height: 50%;
  padding: 16px 20px;
}

.live-chat-bottom-text {
  font-size: .6rem;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-chat-link.whatsapp-btn {
  max-width: 500px;
  height: 20%;
}

.table_text_row {
  background-color: #fff;
  border-bottom: .7px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form-wrapper {
  width: 100%;
}

.form-wrapper.margin-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.form-wrapper.margin-bottom {
  margin-bottom: 2rem;
}

.form-wrapper.margin-bottom.max-form-width {
  width: 500px;
}

.profile-image-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.profile_image {
  background-color: #b1b1b1;
  background-image: url('../images/Avatar.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: relative;
}

.success-message {
  color: #027a48;
  background-color: #027a481a;
  border-radius: .5rem;
  max-width: 100%;
  margin-top: 20px;
  padding: 10px;
  font-size: .8rem;
  line-height: 1;
  transition: all .2s;
  display: block;
}

.success-message.valid {
  color: var(--ap-blue-100);
  background-color: #93c4ed1a;
}

.success-message.form-error {
  margin-bottom: 20px;
  display: block;
}

.success-message.form-error.hide {
  display: none;
}

.success-message.margin-bottom {
  margin-bottom: 1rem;
}

.success-message.success {
  color: #107c04;
  background-color: #7bbf7430;
}

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

.inner-form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-page-title {
  letter-spacing: -.5px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.inner-page-sub-title {
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.celebrate_gif {
  z-index: -1;
  max-width: 160%;
  position: absolute;
  top: -25px;
  left: -22px;
}

.button_flex_row {
  justify-content: flex-end;
  display: flex;
}

.inner-page-title-wrapper {
  justify-content: space-between;
  max-width: 500px;
  display: flex;
}

.inner_page_loading_coin, .inner_page_check {
  width: 40px;
  margin: 1rem 1rem 1rem 0;
}

.account_settings_slider {
  background-color: #0000;
  height: 100%;
}

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

.icon_wrapper {
  background-color: var(--ap-light-blue-20);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.icon_wrapper.margin-right {
  margin-right: 1rem;
}

.upload_button {
  border: 1px dashed var(--ap-blue-20);
  cursor: pointer;
  background-color: #083e5b0d;
  border-radius: 5px;
  justify-content: flex-start;
  padding: 1rem;
  display: flex;
}

.kin_settings_slider {
  background-color: #0000;
  height: 100%;
}

.button-secondary-2 {
  grid-column-gap: .5rem;
  color: #083e5b;
  text-align: center;
  white-space: nowrap;
  background-color: #083e5b0d;
  border: 1px solid #083e5b33;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #083e5b;
}

.button-secondary-2:focus {
  color: #fff;
  background-color: #083e5b;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.button-secondary-2.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: .8rem;
}

.error-3 {
  color: #7c0225;
  background-color: #7c022533;
  border-radius: .5rem;
  max-width: 100%;
  margin-top: 5px;
  padding: 10px;
  font-size: .8rem;
  line-height: 1;
  transition: all .2s;
  display: block;
}

.error-3.form-error {
  margin-bottom: 20px;
  display: none;
}

.form_wrapper-2 {
  min-width: 550px;
  max-width: 550px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
  inset: 0%;
}

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

.button-4 {
  grid-column-gap: .5rem;
  color: #083e5b;
  text-align: center;
  white-space: nowrap;
  background-color: #fcc455;
  border: 1px solid #fcc455;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-4:hover {
  color: #fff;
  background-color: #083e5b;
  border-color: #083e5b;
}

.button-4:focus {
  color: #fff;
  background-color: #083e5b;
  border-color: #083e5b;
  box-shadow: 0 1px 2px #083e5b0d;
}

.button-4.google {
  color: #000;
  background-color: #f5f6f9;
  border-color: #f5f6f9;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.button-4.google:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.button-4.form_button {
  width: 100%;
  margin-top: 0;
  font-weight: 600;
}

.button-4.form_button.margin-top {
  display: none;
}

.button-4.form_button.margin-top.calculate {
  width: 100%;
  display: block;
}

.heading_wrapper-2 {
  margin-bottom: 60px;
}

.badge-2 {
  grid-column-gap: .375rem;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #93c4ed33;
  border-radius: 3px;
  align-items: center;
  padding: .125rem .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-2.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge-2.is-badge-small.is-badge-nav {
  color: #083e5b;
  width: 40px;
  height: 18px;
  margin-left: 0;
  font-size: .6rem;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 105%;
}

.navbar1_component-3 {
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

._1px_div_line-2 {
  border: .2px solid #083e5b33;
  width: 45%;
  height: 1px;
  display: block;
}

.form_group-2 {
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}

.form_title-2 {
  text-align: center;
  letter-spacing: -2px;
  font-size: 2.5rem;
  font-weight: 600;
}

.hidden_e {
  width: 0;
  height: 0;
  position: absolute;
}

.textarea {
  border-radius: .5rem;
  height: auto;
  padding-bottom: 8rem;
}

.section-calculator {
  display: block;
}

.section_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  min-height: 100vh;
  display: grid;
}

.payment_button_wrapper {
  margin-bottom: 1rem;
}

.modal_mask {
  align-self: stretch;
}

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

.text-uppercase-orange {
  color: var(--ap-orange-100);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.text-uppercase-orange.text-align-center {
  font-weight: 500;
}

.text-uppercase-orange.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.text-uppercase-orange.text-weight-bold {
  font-weight: 600;
}

.text-uppercase-orange.text-color-lightblue {
  color: var(--ap-light-blue-100);
}

.text-uppercase-orange.text-align-left.font-weight-bold {
  font-weight: 600;
}

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

.margin-bottom-2.margin-medium {
  justify-content: space-between;
  align-items: center;
}

.career19_department-label {
  background-color: #f4f4f4;
  margin-left: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.career19_item {
  border: 1px solid #000;
  padding: 2rem;
}

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

.career19_job-details-wrapper {
  display: flex;
}

.heading-style-h5-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.career19_detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.career19_tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1rem;
}

.career19_tab-link.w--current {
  background-color: #fff;
  border-color: #000;
}

.career19_title-wrapper {
  align-items: center;
  display: flex;
}

.career19_icon-wrapper {
  flex: none;
  margin-right: .75rem;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.tab_component {
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.tab_component.invest-tabs {
  align-items: flex-start;
  max-width: 1000px;
  padding-top: 0;
}

.tab_menu {
  align-self: center;
  margin-bottom: 3rem;
}

.tab_menu.no-scrollbar.invest-tabs {
  align-self: flex-start;
}

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

.layout194_content.tracking {
  width: 599px;
}

.layout194_content.tracking.wishlist {
  width: 100%;
}

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

.layout194_component.invest-layouts, .layout194_component.invest-tabs, .layout194_component.track-tab {
  grid-template-columns: 1fr;
}

.layout194_component.track-tab.wishlist {
  width: 100%;
}

.layout194_component.wishlist {
  grid-template-columns: 1fr;
}

.tab_list_item {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.list_icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.list_icon.margin-right {
  margin-right: 1rem;
}

.tab_link {
  color: var(--ap-blue-100);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-width: 4px;
  padding: .5rem 1rem;
  font-weight: 500;
}

.tab_link.w--current {
  border-style: none none solid;
  border-color: #000 #000 var(--ap-orange-100);
  background-color: #fff0;
  border-bottom-width: 4px;
}

.tab_link.first-tab {
  padding-left: 0;
}

.field-label-3 {
  color: #083e5b;
  margin-bottom: .5rem;
  padding-left: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.years-formgroup {
  width: 25%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

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

.form-block.calculator-form {
  margin-top: 2rem;
}

.form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.amount-formgroup, .interestrate-formgroup {
  width: 25%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.results-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-size-medium-7 {
  color: #083e5b;
  letter-spacing: -.5px;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-size-medium-7.text-weight-bold {
  font-weight: 600;
}

.text-results {
  color: #f77f00;
  font-size: 2.5rem;
  font-weight: 700;
}

.one-time_text {
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}

.modal1_component-4-2 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.update-emergency-fund {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.update-emergency-fund._1 {
  display: none;
}

.hidden_f {
  width: 0;
  height: 0;
  position: absolute;
}

.inner-dashboard-title-copy-copy {
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}

.number_pill_new_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 2rem;
  display: flex;
}

.update_button_wrapper {
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-right: 2rem;
  display: flex;
}

.button-secondary-light {
  grid-column-gap: .5rem;
  border: 1px solid var(--ap-light-blue-100);
  background-color: var(--white-smoke);
  color: var(--ap-blue-100);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-light:hover {
  background-color: var(--ap-light-blue-100);
  color: var(--ap-blue-100);
}

.button-secondary-light:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-secondary-light.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-light.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary-light.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.button-secondary-light.is-button-xsmall {
  padding: .5rem .875rem;
  font-size: .8rem;
}

.button-secondary-light.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary-light.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-light.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.withdraw-number-pill-wrapper {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.withdraw-number-pill-wrapper.dark {
  background-color: var(--ap-blue-100);
  border-radius: 10px;
}

.withdraw-number-pill-wrapper.dark.shadow-xsmall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.withdraw-number-pill-wrapper.empty {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.withdraw-number-pill {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.withdraw-number-pill.shadow-small {
  display: block;
}

.withdraw-number-pill.margin-m20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.withdraw-number-pill.margin-bottom {
  margin-bottom: 2rem;
}

.main-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: block;
}

.main-cards {
  border: 1px solid var(--ap-blue-100);
  background-color: #fff;
  border-radius: 10px;
  width: 400px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.checkbox-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-label, .checkbox-label-2 {
  display: none;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  font-size: 2rem;
}

.checkbox.w--redirected-checked {
  background-color: var(--ap-blue-100);
}

.number-card {
  border: 1px #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.number-card.no-border {
  border-bottom-style: none;
}

.number-card.border-left {
  border-right: .5px none var(--ap-blue-20);
}

.number-card.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.number-card.margin-0.long-width {
  width: 50%;
}

.other-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.other-goals-card {
  border: 1px none var(--ap-blue-100);
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.other-goals-card.hidden {
  display: none;
}

.withdrawal-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.impact-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--ap-blue-5-51);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.impact-card-wrapper.shadow-small {
  display: block;
}

.impact-card-wrapper.margin-m20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.impact-card-wrapper.margin-bottom {
  margin-bottom: 2rem;
}

.card-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 1rem 0;
  display: flex;
}

.text-light {
  color: var(--ap-blue-50);
}

.buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.buttons-wrapper.margin-top {
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.hidden_g {
  width: 0;
  height: 0;
  position: absolute;
}

.update-financial-freedom {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.update-financial-freedom._1 {
  display: none;
}

.wishlist_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.wishlist_component._1 {
  display: none;
}

.fs_radio-2_message {
  color: #9b9b9b;
}

.select_goal_label {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.select_goal_radio_btn {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.select_goal_radio_btn.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.select_goal_radio_btn.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.select_goal {
  border: .5px solid var(--ap-blue-50);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .75rem 1.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.select_goal:hover {
  border-color: var(--ap-blue-100);
  color: var(--ap-blue-100);
  background-color: #083e5b0f;
}

.select_goal.is-active-inputactive {
  background-color: var(--ap-blue-100);
  color: #fff;
}

.select_goal.is-active-inputactive:hover {
  border-color: var(--ap-blue-100);
}

.select_goals_items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  display: block;
}

.fs_radio-2_embed {
  margin-bottom: 0;
}

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

.select_goal_text_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.select_goal_item_desc {
  width: 55%;
  font-size: .9rem;
  font-weight: 400;
}

.select_goal_item_timeline {
  font-size: 1.2rem;
  font-weight: 600;
}

.hidden_h {
  width: 0;
  height: 0;
  position: absolute;
}

.goal_year_desc {
  text-align: right;
}

.option_goal_wrapper {
  margin-top: 1rem;
}

.option_goal_wrapper.margin-top {
  margin-top: 2rem;
}

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

.select_goal-1 {
  border: .5px none var(--ap-blue-50);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.4rem 1.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.select_goal-1:hover {
  border-color: var(--ap-blue-100);
  color: var(--ap-blue-100);
  background-color: #083e5b0f;
}

.select_goal-1.is-active-inputactive {
  background-color: var(--ap-blue-100);
  color: #fff;
}

.select_goal-1.is-active-inputactive:hover {
  border-color: var(--ap-blue-100);
}

.select_goal-1.shadow-medium {
  border-style: solid;
  border-color: var(--ap-blue-20);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.card-title {
  letter-spacing: -.5px;
  width: 100%;
  font-size: 1rem;
}

.card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 800px;
  margin-top: 1rem;
  padding: 2rem 1rem;
  display: flex;
}

.card-subtext {
  letter-spacing: -.3px;
  font-size: .875rem;
}

.card-subtext.or_separator_text {
  color: var(--ap-blue-20);
  text-align: center;
  width: 10%;
  font-weight: 500;
}

.card-subtext.text-align-center.text-color-secondary {
  color: #083e5bb3;
}

.card-subtext.text-color-secondary {
  color: var(--ap-blue-100);
}

.card-subtext.text-color-secondary.margin-bottom {
  margin-bottom: 10px;
}

.card-subtext.text-weight-semibold.margin-bottom {
  margin-bottom: 20px;
}

.bold-text {
  color: var(--ap-blue-100);
  font-weight: 600;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-title {
  letter-spacing: -.5px;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.div-block-4 {
  border-top: 1px solid #083e5b33;
  padding-top: 2rem;
}

.modal_text-copy {
  color: var(--ap-blue-50);
  text-align: center;
  letter-spacing: -.5px;
  align-self: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.modal_text-copy {
  color: var(--ap-blue-50);
  text-align: left;
  letter-spacing: -.5px;
  align-self: center;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.modal_text-copy.navbar {
  font-size: .8rem;
}

.modal_title-copy {
  color: var(--ap-blue-100);
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: .25rem;
  font-size: 1.85rem;
}

.hidden_i {
  width: 0;
  height: 0;
  position: absolute;
}

.inner-page-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner_slide_hidden {
  display: none;
}

.inner_slider_mask {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.inner_slide_label {
  text-align: center;
  letter-spacing: -.3px;
  text-transform: none;
  background-color: #083e5b0d;
  border-radius: 10px;
  max-width: 150px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-block;
}

.inner_slide_label.or_separator_text {
  color: var(--ap-blue-20);
  text-align: center;
  width: 10%;
  font-weight: 500;
}

.inner_slide_label.text-align-center.text-color-secondary {
  color: #083e5bb3;
}

.inner_slide_label.text-color-secondary.margin-bottom {
  margin-bottom: 10px;
}

.inner_slide_label.text-weight-semibold.margin-bottom {
  margin-bottom: 20px;
}

.inner_slide_label.text-color-lightblue {
  color: var(--ap-light-blue-100);
}

.inner_slide_label.max-width-full {
  max-width: 200px;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.flex-center.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-center.align-left.no-sidebar {
  margin-top: 4rem;
  position: static;
}

.inner_slide_title {
  font-size: 1.8rem;
  font-weight: 500;
}

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

.inner_number_wrapper.smaller {
  color: var(--ap-blue-100);
  justify-content: flex-start;
  display: flex;
}

.inner_number_wrapper_txt {
  letter-spacing: -.5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.inner_number_wrapper_txt.text-align-center {
  font-weight: 500;
}

.inner_number_wrapper_txt.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.inner_number_wrapper_txt.light {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.inner_number_wrapper_txt.light.smaller {
  color: var(--ap-blue-100);
  font-size: 1.2rem;
  line-height: 1.2;
}

.inner_number_wrapper_txt.number-large {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 700;
}

.inner_number_wrapper_txt.number-percent {
  color: #fff;
  margin-left: 10px;
  font-size: .8rem;
}

.inner_number_wrapper_txt.number-percent.dark {
  color: var(--ap-blue-100);
}

.inner_number_wrapper_txt.number-x-large {
  letter-spacing: -2px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 2;
}

.inner_slide_goal_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.investement_goal_card {
  border: 1px solid var(--ap-blue-50);
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.investement_goal_card.no-border {
  border-bottom-style: none;
}

.investement_goal_card.border-left {
  border-right: .5px none var(--ap-blue-20);
}

.investement_goal_card.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.investement_goal_card.margin-0.long-width, .investement_goal_card.large-width {
  width: 50%;
}

.allocation_wrapper {
  background-color: #083e5b14;
  border-radius: 5px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem;
  line-height: 1rem;
  display: flex;
}

.inner_slide_form {
  width: 100%;
  max-width: 450px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.goal_editing_card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.goal_item_data.margin-small {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.goal_item_data.margin-small.align-left {
  align-items: flex-start;
}

.goal_item_data.margin-small.align-left.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion2_component {
  border: 1px #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion2_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: block;
}

.accordion2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.accordion2_bottom {
  padding: 0 1.5rem;
  transition: opacity .2s;
  overflow: hidden;
}

.inner_slide_goal_edit_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.inner_slide_goal_edit_wrapper.margin-top {
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.loading_coin_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.edit_allocation_amount {
  border: 1px #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.edit_allocaiton_wrapper {
  padding: 0 1.5rem;
  transition: opacity .2s;
  overflow: hidden;
}

.goal_data_wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center;
  width: 100%;
  margin-top: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

.goal_form_wrapper {
  width: 100%;
  max-width: 450px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.goal_form_wrapper_btn {
  margin-left: auto;
  margin-right: auto;
}

.header {
  justify-content: space-between;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.button-group-gif {
  min-width: 100px;
  min-height: 50px;
  position: relative;
}

.spinning_wheel {
  z-index: -1;
  width: 100%;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie_loading_screen {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.lottie_btn {
  width: 0;
  height: 0;
  display: none;
}

.mask_mobile {
  align-self: auto;
}

.mask_mobile.alt {
  height: auto;
  overflow: hidden;
}

.mask_mobile.max-width {
  width: 100%;
}

.bold-text-2 {
  display: flex;
}

.number_wrapper_txt_updated {
  font-size: 30px;
  font-weight: 600;
}

.goal_summary_wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 10vh;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  display: block;
}

.goal_summary_wrapper.ref {
  display: none;
}

.select-field {
  background-color: #fff;
  min-height: 2.75rem;
}

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

.modal_text-copy-copy {
  color: var(--ap-blue-50);
  text-align: center;
  letter-spacing: -.5px;
  align-self: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.modal_text-copy-copy.navbar {
  font-size: .8rem;
}

.current-method {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.other-goals-card-copy {
  border: 1px none var(--ap-blue-100);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.other-cards-wrapper-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  width: 500px;
  display: flex;
}

.title-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.title-wrapper.align-center {
  justify-content: center;
}

.sticky-button-wrapper, .div-block-5 {
  display: none;
}

.navbar-contaier {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.navbar-2 {
  background-color: #f5f6f9;
  margin-top: 2rem;
}

.back-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--ap-blue-20);
  background-color: var(--ap-blue-5-51);
  color: var(--ap-blue-100);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .625rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.back-button:hover {
  background-color: var(--ap-blue-100);
  color: #fff;
}

.back-button:focus {
  background-color: var(--ap-blue-100);
  color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.back-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: flex;
}

.back-button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.back-button.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.back-button.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: .8rem;
  display: flex;
}

.back-button.is-button-xsmall:focus {
  box-shadow: 0 1px 2px #1018280d;
}

.back-button.is-button-xsmall.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.back-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.back-button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.back-button.is-button-xsmall {
  padding: .5rem .875rem;
}

.back-button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.back-button.form_button {
  width: 100%;
  margin-top: 1rem;
}

.back-button.change-sub-plan {
  display: block;
}

.step {
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  margin-top: 2rem;
  padding: 1% 10% 1% 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step.checked {
  display: none;
}

.goal_branding_element-2 {
  width: 60px;
  position: absolute;
  inset: auto -2% -2% auto;
}

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

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

.step-small-wrapper.checked {
  align-items: center;
}

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

.icon-1x1-xsmall-copy.goal-notchecked {
  display: block;
}

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

.text {
  color: #083e5b80;
  font-size: .875rem;
}

.text.checked {
  display: none;
}

.checklist {
  flex-direction: column;
  justify-content: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.checklist.display-none {
  display: none;
}

.image-3 {
  width: 2.3rem;
}

.image-3.goal-checked {
  display: block;
}

.image-3.sub-checked, .image-3.investment-checked {
  display: none;
}

.webinar-link {
  z-index: 99999;
  background-color: var(--ap-blue-100);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  display: none;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.open_withdraw_hidden, .close_withdraw_hidden {
  display: none;
}

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

.heading-8 {
  letter-spacing: -1px;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.benefit-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: 280px;
  margin-bottom: 2rem;
  padding: 2rem 1rem .5rem;
  display: flex;
}

.text-block-2 {
  text-align: center;
  text-transform: none;
  font-weight: 600;
}

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

.benefit-card-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
  display: flex;
}

.steps-wrapper {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 240px;
  margin-bottom: 2rem;
  display: flex;
}

.strategy-steps {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 280px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-10, .div-block-11 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 280px;
  display: flex;
}

.portfolio-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 280px;
  height: 400px;
  margin-bottom: 2rem;
  padding: 2rem .5rem .5rem 1rem;
  display: flex;
}

.text-block-3-copy {
  text-align: left;
}

.relative {
  z-index: 999;
  color: var(--ap-blue-100);
  display: flex;
  position: relative;
}

.relative.short_term {
  display: none;
}

.text-block-4 {
  justify-content: flex-end;
  display: block;
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.text-span-2 {
  font-size: .875rem;
}

.dashboard-tutorial {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

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

.image-5 {
  width: 60px;
}

.mobile-dashboard {
  display: none;
}

.notification-title-wrapper {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.notification {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #083e5b1a;
  grid-template-rows: auto;
  grid-template-columns: minmax(50px, .5fr) 2fr minmax(50px, .5fr);
  grid-auto-columns: 1fr;
  padding: 1rem 1.5rem;
  transition: all .2s;
  display: grid;
}

.notification:hover {
  background-color: #083e5b14;
}

.notification.template {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(50px, .5fr) 2fr minmax(50px, .5fr);
  grid-auto-columns: 1fr;
  display: none;
}

.notification-icon-wrapper {
  width: 40px;
  height: 40px;
}

.notification-cta-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-top-custom {
  margin-top: .5rem;
  display: block;
}

.new-number-pill-card {
  border: 1px #000;
  width: 25%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

.new-number-pill-card.no-border {
  border-bottom-style: none;
}

.new-number-pill-card.border-left {
  border-right: .5px none var(--ap-blue-20);
}

.new-number-pill-card.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.new-number-pill-card.margin-0.long-width {
  color: var(--white-smoke);
  width: 50%;
}

.new-number-pill-card.large-width {
  width: 50%;
}

.new-update_button_wrapper {
  justify-content: flex-end;
  width: 50%;
  height: auto;
  padding-top: 1rem;
  padding-right: 2rem;
  display: flex;
}

.hidden_j, .hidden_k {
  width: 0;
  height: 0;
  position: absolute;
}

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

.icon-1x1-xsmall-copy-copy.goal-notchecked {
  display: block;
}

.text-200 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  cursor: pointer;
  cursor: pointer;
  color: var(--ap-blue-100);
  cursor: pointer;
  font-weight: 700;
  display: none;
}

.paragraph-extra-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
}

.paragraph-2 {
  color: #fff;
  font-size: .875rem;
}

.text-50 {
  color: #170f49;
  font-size: 14px;
  line-height: 16px;
}

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

.text-50.bold.mg-bottom-8px {
  margin-bottom: 8px;
}

.button-primary {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.extra-small {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-small.mg-bottom-12px {
  margin-bottom: 12px;
}

.tooltip-content---brix {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 34% auto auto -8px;
}

.tooltip-arrow.v3 {
  inset: 0% auto 0% -8px;
}

.tooltip-float {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float.right {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  inset: 0% auto 0% 113%;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  min-height: 100px;
  display: flex;
  inset: -3.2rem auto 71% 120%;
}

.tooltip-float.right.dashboard {
  z-index: 9999;
  max-width: 100px;
  display: none;
}

.tooltip-float.right.tool-tip {
  min-height: 70px;
  left: auto;
}

.tooltip-float.right.tool-tip.form-tooltips {
  position: static;
  top: 0%;
  left: auto;
  right: 0%;
}

.tooltip-float.right.plan-page {
  display: none;
  top: 2rem;
}

.tooltip-v1 {
  background-color: var(--ap-light-blue-20);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 42px;
  padding: 12px 16px;
  display: block;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.padlock {
  object-fit: contain;
  width: 1.6rem;
  height: 1.6rem;
}

.tooltip-content---brix-2 {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.tooltip-content---brix-2.show {
  display: block;
}

.tooltip-content---brix-2.hide {
  display: none;
}

.tooltip-content---brix-2.hide.show {
  display: block;
}

.tooltip-v1-2 {
  background-color: var(--ap-light-blue-20);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  max-width: 300px;
  min-height: 80px;
  padding: 5px 16px;
  display: flex;
}

.tooltip-v1-2.dashboard {
  min-width: 100px;
  max-width: 200px;
  min-height: 180px;
  padding-left: 5px;
  padding-right: 5px;
}

.tooltip-v1-2.tooltip {
  z-index: auto;
  background-color: #e5eff7;
  min-width: 190px;
  min-height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.tooltip-v1-2.tooltip.tooltip-long {
  min-width: 250px;
  min-height: 100px;
  box-shadow: 0 2px 5px #0003;
}

.tooltip-v1-2.tooltip.tooltip-long.white-tooltip {
  background-color: #fafafa;
  box-shadow: 0 2px 5px #0003;
}

.tooltip-float-v3 {
  z-index: 1;
  min-width: 432px;
  min-height: 190px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float-v3.right {
  display: none;
  inset: 0% auto 0% 118%;
}

.tooltip-v3 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 432px;
  max-width: 432px;
  padding: 24px 32px;
  display: flex;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.pad-lock {
  cursor: pointer;
  object-fit: fill;
  flex: none;
  width: 2rem;
  height: 2rem;
  display: block;
}

.pad-lock.dashboard {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.pad-lock.hide {
  display: none;
}

.link-2 {
  font-weight: 700;
}

.delete_button_wrapper {
  margin-top: 3rem;
}

.delete_content_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.red-dot {
  background-color: red;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: none;
  position: absolute;
  inset: 0% 10px auto auto;
}

.text-block-5 {
  color: #083e5b80;
  text-align: center;
  font-size: .875rem;
}

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

.div-block-15 {
  justify-content: space-between;
  width: 750px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image3 {
  margin-top: 1rem;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  cursor: pointer;
  object-fit: fill;
  display: none;
  position: relative;
  bottom: 16px;
  left: 0%;
  right: auto;
}

.tooltip {
  cursor: pointer;
  object-fit: contain;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  top: auto;
  bottom: 14px;
}

.tooltip.hide {
  display: none;
}

.delete_wishlist_modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.hidden_l {
  width: 0;
  height: 0;
  position: absolute;
}

.wishlist_margin {
  margin-bottom: .125rem;
}

.goal_branding_element_secondary {
  width: 60px;
  position: absolute;
  inset: auto -2% -2% auto;
}

.goal_title_short-copy {
  letter-spacing: -.2px;
  font-size: .8rem;
  font-weight: 500;
}

.click_icon {
  width: 35px;
  margin-right: 5%;
}

.select_goal-2 {
  border: .5px none var(--ap-blue-50);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.4rem 1.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.select_goal-2:hover {
  border-color: var(--ap-blue-100);
  color: var(--ap-blue-100);
  background-color: #083e5b0f;
}

.select_goal-2.is-active-inputactive {
  background-color: var(--ap-blue-100);
  color: #fff;
}

.select_goal-2.is-active-inputactive:hover {
  border-color: var(--ap-blue-100);
}

.select_goal-2.shadow-medium {
  border-style: solid;
  border-color: var(--ap-blue-20);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.catch-up-wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.catch-up-wrapper.dark {
  background-color: var(--ap-blue-100);
  border-radius: 10px;
}

.catch-up-wrapper.dark.shadow-xsmall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.catch-up-wrapper.empty {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.inner_catch_up_content {
  padding: 1.5rem;
}

.catch-up-icon {
  object-fit: contain;
  width: 35px;
  margin-left: 1.5rem;
}

.text-block-6, .text-block-7, .desktop-cards {
  display: none;
}

.dropdown-list {
  background-color: #fafafa;
}

.icon {
  border: 1px none var(--ap-blue-100);
  color: var(--ap-blue-50);
}

.stepper {
  border: 1px solid var(--ap-blue-50);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  height: 300px;
  margin: 20px 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.stepper.is-blue {
  background-color: var(--ap-blue-100);
}

.step1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-end;
  display: flex;
}

.card_description-copy {
  color: var(--ap-blue-100);
  text-align: center;
  margin-top: 3px;
  margin-bottom: auto;
  font-weight: 600;
}

.card_description-copy.light {
  color: #fff;
}

.number_label-copy.full {
  background-color: var(--ap-blue-100);
  color: var(--white-smoke);
  width: 30px;
  height: 30px;
}

.active-line {
  background-color: var(--ap-blue-100);
  width: .25rem;
  height: 2rem;
  margin-top: 0;
  margin-left: 0;
}

.div-block-18 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subtitle-copy {
  color: #083e5bb3;
  margin-bottom: 1rem;
  font-weight: 500;
}

.subtitle-copy.align-left {
  max-width: 350px;
  margin-left: auto;
}

.subtitle-copy.align-center {
  text-align: center;
  margin-top: 1rem;
}

.subtitle-copy.align-center.rm-padding {
  color: var(--ap-blue-100);
  margin-bottom: 0;
  font-weight: 400;
}

.inactiveline {
  background-color: #083e5b33;
  width: .25rem;
  height: 2rem;
  margin-top: 0;
  margin-left: 0;
}

.card-desc-light {
  color: #083e5b80;
  text-align: center;
  margin-top: 3px;
  margin-bottom: auto;
  font-weight: 500;
}

.card-desc-light.light {
  color: #fff;
}

.div-block-19 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.slide-nav-3, .icon-2 {
  display: none;
}

.highlighted_text-copy {
  margin-top: 20px;
  margin-bottom: .5rem;
  font-weight: 600;
  position: relative;
}

.highlighted_text-copy.large {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.highlighted_text-copy.large.top-text {
  position: fixed;
  inset: 10% 0% auto;
}

.tabs {
  width: 800px;
  margin-top: 2rem;
}

.active-tab {
  background-color: var(--white-smoke);
  color: var(--ap-blue-100);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.active-tab.w--current {
  background-color: var(--ap-blue-100);
  color: var(--white-smoke);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.inactive-tab {
  background-color: #93c4ed33;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.inactive-tab.w--current {
  background-color: var(--ap-blue-100);
  color: var(--white-smoke);
}

.graph_wrapper-copy {
  background-color: var(--ap-blue-100);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
}

.div-block-20 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid #083e5b0d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.div-block-15-copy {
  justify-content: space-between;
  width: 750px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.form-block-2 {
  display: flex;
}

.commit-options-wrapper {
  width: 1000px;
  margin-top: 2rem;
}

.options-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.text-block-8 {
  color: #083e5bb3;
  text-align: center;
  font-weight: 500;
}

.option1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.option1:hover {
  background-color: #93c4ed33;
  border-radius: 10px 10px 0 0;
}

.option1:focus, .option1.highlighted {
  background-color: #93c4ed33;
}

.text-block-9 {
  font-weight: 600;
}

.option2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.text-block-10 {
  font-weight: 600;
}

.wrappper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 4px solid #93c4ed33;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 180px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.change-numbers {
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.amount-form {
  width: 200px;
  height: 50px;
}

.text-field {
  border: 2px solid #083e5b80;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 0 0 20px;
  font-size: 3.5rem;
}

.text-field::placeholder {
  color: #083e5b80;
  -webkit-text-stroke-color: transparent;
  font-size: 2rem;
  font-weight: 600;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.numbers-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 300px;
  display: flex;
}

.age-form {
  width: 100px;
  height: 50px;
}

.text-block-11, .text-block-12 {
  color: #083e5bb3;
  font-weight: 500;
}

.text-block-13 {
  font-weight: 600;
}

.faq4_question-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: -16px;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_question-copy:hover {
  background-color: #93c4ed33;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.radio-button-label {
  display: none;
}

.radio-button {
  width: 20px;
  height: 20px;
}

.radio-button-field {
  margin-bottom: 0;
}

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

.form-radio-label-copy {
  color: #344054;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.faq-05_icon-copy {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: none;
}

.form-2 {
  width: 100%;
}

.new-amount {
  width: 50%;
  display: flex;
}

.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px #083e5b0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 1rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-14 {
  font-weight: 500;
}

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

.desktop-roadmap {
  object-fit: none;
  width: 1200px;
  height: 1200px;
  display: block;
}

.number-wrapper-txt-copy.light {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
  display: block;
}

.number-wrapper-txt-copy {
  letter-spacing: -.5px;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}

.number-wrapper-txt-copy.text-align-center {
  font-weight: 500;
}

.number-wrapper-txt-copy.text-align-center.margin-bottom {
  margin-bottom: 10px;
}

.number-wrapper-txt-copy.light {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.number-wrapper-txt-copy.light.smaller {
  color: var(--ap-blue-100);
  font-size: 1.2rem;
  line-height: 1.2;
}

.number-wrapper-txt-copy.number-large {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 700;
}

.number-wrapper-txt-copy.number-percent {
  color: #fff;
  margin-left: 10px;
  font-size: .8rem;
}

.number-wrapper-txt-copy.number-percent.dark {
  color: var(--ap-blue-100);
}

.number-wrapper-txt-copy.smaller {
  font-size: 1rem;
}

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

.grid-3-col-copy.margin-large {
  display: none;
}

.grid-3-col-copy.margin-large-copy {
  justify-content: center;
  display: flex;
}

.wrapper-copy.notification_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.wrapper-copy.notification_wrapper.flex-items-center {
  width: 100%;
  position: fixed;
  inset: 0%;
}

.wrapper-copy.notification_wrapper.is-center {
  width: 100%;
  height: 100vh;
}

.wrapper-copy.mw-750 {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-copy.mw-750.new-wrapper {
  justify-content: center;
  display: flex;
}

.wrapper-copy.mw-750.width {
  width: 100%;
}

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

.heading-medium-copy {
  letter-spacing: -2px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-medium-copy.margin-bottom {
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.heading-medium-copy.margin-bottom.align-center {
  text-align: center;
}

.text-block-16 {
  font-size: 1.2rem;
  font-weight: 700;
}

.div-block-24 {
  align-items: center;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.text-block-17 {
  width: 60%;
  padding-left: 61px;
}

.image-10 {
  position: sticky;
  bottom: auto;
  left: auto;
}

.div-block-26 {
  position: fixed;
  bottom: auto;
  left: auto;
  right: 5px;
}

.div-block-27 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  display: block;
}

.div-block-28 {
  position: sticky;
  top: 45%;
  left: 40%;
}

.number_label-copy {
  border: 1px solid var(--ap-blue-50);
  color: var(--ap-blue-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.number_label-copy.light {
  color: var(--ap-blue-100);
  background-color: #fff;
  border-color: #ffffff80;
}

.number_label-copy.full {
  background-color: var(--ap-blue-100);
  color: var(--white-smoke);
  width: 30px;
  height: 30px;
  font-weight: 500;
}

.number_label-copy.not-full {
  color: var(--white-smoke);
  background-color: #083e5b33;
  border-color: #083e5b33;
  width: 30px;
  height: 30px;
  font-weight: 500;
}

.slider {
  display: none;
}

.form_progress {
  background-color: #083e5b0d;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: stretch;
  width: 580px;
  height: .2em;
  margin-top: 2em;
  display: none;
}

.form_progress.hide {
  display: block;
  position: relative;
}

.form_progress-fill {
  background-color: #f88cd4;
  border-radius: 100vw;
  width: 0%;
  height: 100%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.form_progress-dot {
  background-color: var(--ap-blue-100);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.form_progress-box {
  color: #0d0628;
  background-color: #0000;
  border-radius: .4em;
  width: auto;
  margin-top: -3.6em;
  padding: .3em .6em;
}

.form_progress-text {
  font-size: .6em;
  font-weight: 700;
}

.form_progress-circle {
  background-color: var(--ap-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
}

.text-span-3 {
  font-size: 1em;
}

.text-block-19 {
  color: var(--ap-blue-100);
  font-weight: 600;
}

.text-block-20 {
  color: var(--ap-blue-100);
  font-size: .875rem;
}

.text-block-20-copy {
  color: var(--ap-blue-100);
  font-size: .875rem;
  display: none;
}

.progress25 {
  background-color: var(--ap-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 145px;
}

.div-block-31 {
  position: relative;
  left: 116px;
}

.progress50 {
  background-color: var(--ap-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 290px;
}

._50-details {
  position: relative;
  left: 290px;
}

._75-details {
  position: relative;
  left: 435px;
}

.progress75 {
  background-color: var(--ap-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 435px;
}

.progress100-copy {
  background-color: var(--ap-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 580px;
}

._100-details {
  position: relative;
  left: auto;
  right: -300px;
}

.unclicked-point {
  background-color: var(--ap-light-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 145px;
}

.unclicked-pointt2, .unclicked-pointt3 {
  background-color: var(--ap-light-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 290px;
}

.unclicked-pointt4, .unclicked-point4 {
  background-color: var(--ap-light-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 435px;
}

.unclicked-point5 {
  background-color: var(--ap-light-blue-100);
  border-radius: 100vw;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  left: 580px;
}

.form_progress-dot-copy {
  background-color: #083e5b0d;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.form_progress-box-copy {
  color: #0d0628;
  background-color: #0000;
  border-radius: .4em;
  width: auto;
  margin-top: -3.6em;
  padding: .3em .6em;
}

._50-progress {
  color: #0d0628;
  background-color: #0000;
  border-radius: .4em;
  width: 290px;
  margin-top: -3.6em;
  padding: .3em .6em;
}

._75-progress {
  color: #0d0628;
  background-color: #0000;
  border-radius: .4em;
  width: 435px;
  margin-top: -3.6em;
  padding: .3em .6em;
}

._100-progress {
  color: #0d0628;
  background-color: #0000;
  border-radius: .4em;
  width: 100%;
  margin-top: -3.6em;
  padding: .3em .6em;
  position: absolute;
}

.slider-2 {
  background-color: #0000;
}

.slide-2 {
  padding-top: 4rem;
  padding-left: 4rem;
}

.tip-text {
  color: #083e5bb3;
  margin-bottom: 20px;
  font-size: .87rem;
  font-style: normal;
  font-weight: 400;
}

.section-copy {
  width: 100vw;
  min-height: 100vh;
}

.section-copy.section_2_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-copy.flex_middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy.flex_middle.m_middle {
  flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.section-copy.flex_middle.m_middle.section-inner.rm-padding {
  margin-left: 0;
}

.section-copy.flex_middle.is-centered {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  position: static;
  inset: auto 0% 0% auto;
}

.section-copy.section_2_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 300px;
  display: flex;
}

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

.radio-2:hover {
  background-color: var(--ap-blue-100);
}

.option-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: -16px;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.option-2:hover {
  background-color: #93c4ed33;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.chosen-amount {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #93c4ed33;
  border: 4px solid #93c4ed33;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 800px;
  height: 180px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.text-block-25 {
  font-size: 2rem;
  font-weight: 700;
}

.text-block-26 {
  font-size: 2rem;
  font-weight: 600;
}

.buttonswrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 467px;
  display: flex;
}

.mobile-roadmap {
  display: none;
}

.content-wrapper-copy.flex_center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._25-progress, ._25-progressbar {
  background-color: var(--ap-blue-100);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.mobile-progress {
  color: #0d0628;
  background-color: #0000;
  border-radius: .4em;
  width: auto;
  margin-top: -3.6em;
  padding: .3em .6em;
}

.mobile-milestones {
  display: none;
}

.div-block-35 {
  overflow: auto;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: auto;
  display: block;
  overflow: hidden;
}

.new-amount-copy {
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.invest-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_close-button-copy {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.div-block-37 {
  background-color: #7bbf7480;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin-top: .25rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 5% 0% auto auto;
}

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

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

.text-span-4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.text-span-5 {
  font-weight: 600;
}

.div-block-38, .div-block-39, .div-block-40, .div-block-41 {
  display: flex;
}

.div-block-42 {
  display: block;
}

.div-block-43, .div-block-44, .div-block-45 {
  display: flex;
}

.confetti {
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
}

.feature-update {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin: 2rem 0;
  display: flex;
}

.image-11 {
  object-fit: none;
}

.text-span-6 {
  font-weight: 600;
}

.text-block-30 {
  color: #083e5bb3;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 500;
}

.feature-update-modal {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.feature-update-modal._1 {
  display: none;
}

.heading-1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.number-wrapper {
  display: flex;
}

.text-block-32 {
  color: var(--ap-orange-100);
  padding-right: 0;
  display: block;
}

.discounted-price {
  color: var(--ap-blue-100);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: line-through;
}

.text-span-8 {
  font-weight: 700;
  display: none;
}

.text-span-9 {
  padding-left: 0;
  font-weight: 700;
}

.slide-nav-5 {
  background-color: #93c4ed33;
  width: 100%;
  height: 5rem;
}

.slider-3 {
  display: none;
}

.slider-arrow {
  width: 1rem;
  height: 1rem;
  margin-bottom: 1rem;
  position: static;
  inset: auto 0% 0%;
}

.arrow-group {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 5rem;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-group.right-arrow {
  left: auto;
  right: 0;
}

.right-arrow-2 {
  align-items: center;
  width: 150px;
  height: 5rem;
  display: flex;
  inset: 0% 0% 0% auto;
}

.slider-navigation {
  background-color: #93c4ed33;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
}

.unchecked-radio, .checked-radio {
  width: 30px;
}

.checked-radio.hide {
  display: block;
}

.new_update_modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.image-14 {
  margin-bottom: 1rem;
}

.text-block-36 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.feature-update-details {
  align-items: center;
  display: flex;
}

.text-block-37 {
  color: #083e5bb3;
  font-weight: 500;
}

.div-block-49 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-block-38 {
  color: var(--ap-blue-100);
  font-size: 1rem;
  font-weight: 500;
}

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

.back.margin-bottom.right-margin {
  margin-left: 2rem;
}

.back-group {
  width: 150px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.feature-slide-nav {
  background-color: #93c4ed4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 0;
  display: flex;
}

.next {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.next-group {
  inset: auto 0% 0% auto;
}

.next-group.margin-bottom.right-margin {
  margin-right: 2rem;
}

.blue-background {
  background-color: #93c4ed33;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
  padding: 1rem;
  font-size: .8rem;
  font-weight: 400;
  display: block;
}

.blue-background.onboarding {
  max-width: 350px;
}

.blue-background.goal-setting {
  display: none;
}

.blue-background.align-center {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.blue-background.align-center.full-width {
  max-width: 100%;
}

.blue_background {
  background-color: #93c4ed33;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
  padding: 1rem;
  font-size: .8rem;
  font-weight: 400;
  display: block;
}

.blue_background.onboarding {
  max-width: 350px;
}

.blue_background.goal-setting {
  display: none;
}

.blue_background.align-center {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  display: block;
}

.mask-width {
  width: 100%;
}

.div-block-50 {
  display: none;
}

.link-block {
  background-color: var(--white-smoke);
  border: 1px solid #0000000d;
  border-radius: 10px;
  padding: 1rem;
}

.goal-monthly-amount {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 4px solid #93c4ed33;
  border-radius: 10px;
  margin-top: 1rem;
  padding: 2rem 1rem;
  display: flex;
}

.tabs-menu {
  background-color: #93c4ed33;
  border: 2px solid #93c4edb3;
  border-radius: 20px;
  justify-content: center;
  width: auto;
  display: block;
}

.pricing-tabs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px 0 0 20px;
}

.tab-link-tab-1.w--current {
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: black var(--ap-light-blue-100) black black;
  background-color: var(--white-smoke);
  border-radius: 20px;
  width: auto;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-radius: 20px;
  width: auto;
}

.tab-link-tab-2.w--current {
  border-left: 2px solid var(--ap-light-blue-100);
  background-color: var(--white-smoke);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.text-block-41 {
  text-decoration: none;
}

.button-6 {
  grid-column-gap: .5rem;
  color: #083e5b;
  text-align: center;
  white-space: nowrap;
  background-color: #fcc455;
  border: 1px solid #fcc455;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-6:hover {
  color: #fff;
  background-color: #083e5b;
  border-color: #083e5b;
}

.button-6:focus {
  color: #fff;
  background-color: #083e5b;
  border-color: #083e5b;
  box-shadow: 0 1px 2px #083e5b0d;
}

.button-6.is-button-xsmall {
  width: 15rem;
  margin-top: 0;
  padding: .5rem .875rem;
  text-decoration: none;
}

.text-block-43 {
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-118 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.text-block-44 {
  font-size: 1.875rem;
  font-weight: 700;
}

.blue-background-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #083e5b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.text-block-52 {
  font-size: .875rem;
  font-weight: 300;
}

.price-details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 500px;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.text-block-46 {
  font-size: .875rem;
  font-weight: 300;
}

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

.text-block-53 {
  font-size: 1.875rem;
}

.text-block-54 {
  background-color: var(--ap-yellow-100);
  color: var(--ap-blue-100);
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-119, .div-block-120, .div-block-121 {
  display: flex;
}

.div-block-122 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

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

.is-hidden {
  display: none;
}

.desktop-landing-image {
  display: block;
}

.image-15 {
  z-index: 999;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: static;
  inset: 0% 0% -96px;
}

.testimonial-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f3f5f7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 350px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.testimonial-block.shadow-small {
  background-color: #f3f5f7;
  border: 1px #083e5b33;
  border-radius: 1rem;
  margin-top: 3rem;
}

.testimonial-block.shadow-small.white-background {
  background-color: #0000;
  border-style: solid;
}

.testimonial-block.shadow-small.no-border {
  border-style: none;
}

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

.image-container {
  z-index: 999;
  position: absolute;
  top: -68px;
}

.testimonial-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.slider-4 {
  display: none;
}

.div-block-124, .div-block-125 {
  display: flex;
}

.div-block-126 {
  display: none;
}

.div-block-127, .div-block-128 {
  display: flex;
}

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

.div-block-130, .div-block-131, .div-block-132, .div-block-133, .div-block-134, .div-block-135, .div-block-136, .div-block-137 {
  display: flex;
}

.div-block-138 {
  align-self: center;
  display: flex;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 600;
}

.star-rating-group {
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-block-56 {
  color: #083e5bb3;
  font-weight: 500;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 600;
}

.heading-10 {
  margin-bottom: 1rem;
}

.text-block-57 {
  margin-top: 2rem;
}

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

.text-block-58 {
  margin-top: 1rem;
  font-weight: 600;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 600;
}

.checkbox-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-2 {
  border: 1px solid var(--ap-blue-100);
  color: var(--ap-blue-100);
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.goal-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #083e5b33;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  height: 65px;
  margin: 20px 10px 1rem;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.goal-card:active {
  background-color: #93c4ed26;
}

.goal-card.is-blue {
  background-color: var(--ap-blue-100);
}

.goal-card.no-border {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-style: none;
}

.goal-name {
  text-align: left;
  font-weight: 600;
}

.goal-info {
  color: #083e5bb3;
}

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

.slider-5.margin-top {
  margin-top: 2rem;
}

.right-arrow-4, .left-arrow-3 {
  display: none;
}

.slide-nav-7 {
  background-color: #0000;
  top: auto;
  bottom: auto;
}

.normal-text {
  color: var(--ap-blue-100);
  margin-bottom: 1rem;
  font-weight: 500;
}

.normal-text.align-left {
  max-width: 350px;
  margin-left: auto;
}

.normal-text.align-center {
  text-align: center;
  margin-top: 1rem;
}

.bold-text-18 {
  font-weight: 600;
}

.goal-guidance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 4rem;
  display: flex;
}

.bold-text-19 {
  font-weight: 600;
}

.ef-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ef-slider.alt {
  max-width: 100%;
}

.ef-slider.feature-update-slider {
  max-width: 800px;
  display: none;
}

.ef-slider.width-900 {
  max-width: 900px;
  max-height: 80vh;
}

.ef-slider.max-full-width {
  max-width: 900px;
  display: block;
}

.ef-slider.no-margin {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.content-card {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.content-card.flex_center {
  justify-content: space-between;
  display: flex;
}

.content-card.long {
  height: auto;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: scroll;
}

.content-card.long.float {
  display: none;
  inset: 0%;
}

.content-card.long.float.temp_1 {
  z-index: 1;
}

.content-card.long.float.show {
  display: flex;
  position: relative;
}

.content-card.long.float.hide {
  display: none;
}

.content-card.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  min-height: 100vh;
  overflow: hidden;
}

.content-card.long.flex.full-width {
  max-width: 100%;
}

.content-card.long.flex.max-height {
  min-height: auto;
  margin-top: 4rem;
}

.content-card.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.content-card.long.hide {
  display: none;
}

.content-card.long.max-width {
  max-width: 90%;
}

.content-card.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-card.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.content-card.flex.no-margin {
  margin-left: auto;
  margin-right: auto;
}

.content-card.min-height {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.step-1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.step-1.flex_center {
  justify-content: space-between;
  display: flex;
}

.step-1.long {
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.step-1.long.float {
  display: none;
  inset: 0%;
}

.step-1.long.float.temp_1 {
  z-index: 1;
}

.step-1.long.float.show {
  display: flex;
  position: relative;
}

.step-1.long.float.hide {
  display: none;
}

.step-1.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.step-1.long.flex.full-width {
  max-width: 100%;
}

.step-1.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.step-1.long.hide {
  display: none;
}

.step-1.long.max-width {
  max-width: 90%;
}

.step-1.long.max-height {
  min-height: auto;
  margin-top: 2rem;
}

.step-1.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.step-1.no-margin {
  margin-left: auto;
  margin-right: auto;
}

.step-1.max-height {
  min-height: 100vh;
}

.loading_screen {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.loading_screen.flex_center {
  justify-content: space-between;
  display: flex;
}

.loading_screen.long {
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.loading_screen.long.float {
  display: none;
  inset: 0%;
}

.loading_screen.long.float.temp_1 {
  z-index: 1;
}

.loading_screen.long.float.show {
  display: flex;
  position: relative;
}

.loading_screen.long.float.hide {
  display: none;
}

.loading_screen.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.loading_screen.long.flex.full-width {
  max-width: 100%;
}

.loading_screen.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.loading_screen.long.hide {
  display: none;
}

.loading_screen.long.max-width {
  max-width: 90%;
}

.loading_screen.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loading_screen.no-margin {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.ef-success {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.ef-success.flex_center {
  justify-content: space-between;
  display: flex;
}

.ef-success.long {
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ef-success.long.float {
  display: none;
  inset: 0%;
}

.ef-success.long.float.temp_1 {
  z-index: 1;
}

.ef-success.long.float.show {
  display: flex;
  position: relative;
}

.ef-success.long.float.hide {
  display: none;
}

.ef-success.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.ef-success.long.flex.full-width {
  max-width: 100%;
}

.ef-success.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.ef-success.long.hide {
  display: none;
}

.ef-success.long.max-width {
  max-width: 90%;
}

.ef-success.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ef-success.no-margin {
  margin-left: 0;
}

.ef-healthy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.ef-healthy.flex_center {
  justify-content: space-between;
  display: flex;
}

.ef-healthy.long {
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ef-healthy.long.float {
  display: none;
  inset: 0%;
}

.ef-healthy.long.float.temp_1 {
  z-index: 1;
}

.ef-healthy.long.float.show {
  display: flex;
  position: relative;
}

.ef-healthy.long.float.hide {
  display: none;
}

.ef-healthy.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.ef-healthy.long.flex.full-width {
  max-width: 100%;
}

.ef-healthy.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.ef-healthy.long.hide {
  display: none;
}

.ef-healthy.long.max-width {
  max-width: 90%;
}

.ef-healthy.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ef-healthy.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.loading_screen1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.loading_screen1.flex_center {
  justify-content: space-between;
  display: flex;
}

.loading_screen1.long {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.loading_screen1.long.float {
  display: none;
  inset: 0%;
}

.loading_screen1.long.float.temp_1 {
  z-index: 1;
}

.loading_screen1.long.float.show {
  display: flex;
  position: relative;
}

.loading_screen1.long.float.hide {
  display: none;
}

.loading_screen1.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.loading_screen1.long.flex.full-width {
  max-width: 100%;
}

.loading_screen1.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.loading_screen1.long.hide {
  display: none;
}

.loading_screen1.long.max-width {
  max-width: 90%;
}

.loading_screen1.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loading_screen1.no-margin {
  margin-left: auto;
}

.monthly-amount {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.monthly-amount.flex_center {
  justify-content: space-between;
  display: flex;
}

.monthly-amount.long {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.monthly-amount.long.float {
  display: none;
  inset: 0%;
}

.monthly-amount.long.float.temp_1 {
  z-index: 1;
}

.monthly-amount.long.float.show {
  display: flex;
  position: relative;
}

.monthly-amount.long.float.hide {
  display: none;
}

.monthly-amount.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
}

.monthly-amount.long.flex.full-width {
  max-width: 100%;
}

.monthly-amount.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.monthly-amount.long.hide {
  display: none;
}

.monthly-amount.long.max-width {
  max-width: 90%;
}

.monthly-amount.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.monthly-amount.max-width {
  max-width: 600px;
}

.monthly-amount-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.monthly-amount-content.flex_center {
  justify-content: space-between;
  display: flex;
}

.monthly-amount-content.long {
  height: auto;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: scroll;
}

.monthly-amount-content.long.float {
  display: none;
  inset: 0%;
}

.monthly-amount-content.long.float.temp_1 {
  z-index: 1;
}

.monthly-amount-content.long.float.show {
  display: flex;
  position: relative;
}

.monthly-amount-content.long.float.hide {
  display: none;
}

.monthly-amount-content.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.monthly-amount-content.long.flex.full-width {
  max-width: 100%;
}

.monthly-amount-content.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.monthly-amount-content.long.hide {
  display: none;
}

.monthly-amount-content.long.max-width {
  max-width: 100%;
  margin-left: auto;
  overflow: hidden;
}

.monthly-amount-content.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.other-goals-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.other-goals-slider.alt {
  max-width: 100%;
}

.other-goals-slider.feature-update-slider {
  max-width: 800px;
  display: none;
}

.other-goals-slider.width-900 {
  max-width: 900px;
  max-height: 80vh;
}

.other-goals-slider.max-full-width {
  max-width: 900px;
  display: block;
}

.other-goals-slider.no-margin {
  align-items: flex-start;
  max-width: 100%;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.tab {
  border: .7px #e0e0e0;
  flex-direction: column;
  overflow: visible;
}

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

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

.table10_header1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table10_header1.shadow-small {
  box-shadow: none;
  justify-content: center;
}

.text-block-59 {
  font-size: 1.5rem;
  font-weight: 600;
}

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

.normal-text-semibold {
  font-weight: 600;
  display: block;
}

.normal-text-semibold.goal_actions_text {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.total-monthly-contribution {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.total-monthly-contribution.shadow-small {
  box-shadow: none;
  justify-content: center;
}

.goal-plan-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.resend-code {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.phone-number {
  display: flex;
}

.select {
  width: 100px;
}

.select.form-input.custom-select {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 60px;
  max-height: 5rem;
  overflow: scroll;
}

.select.form-input.country-select {
  width: 200px;
}

.tooltip-title {
  color: var(--ap-blue-100);
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 700;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-highlight-content {
  z-index: 100;
  position: absolute;
  inset: 0;
}

.tooltip-button {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border-radius: 4px;
  padding: 5px 12px;
  font-weight: 700;
  line-height: 2em;
  transition: background-color .2s, box-shadow .2s, color .2s, border-color .2s;
  position: relative;
  box-shadow: 0 15px 25px -10px #0d61b640;
}

.tooltip-button:hover {
  background-color: #007ace;
  box-shadow: 0 15px 25px -12px #12437559;
}

.tooltip-wrapper {
  z-index: 999;
  color: var(--ap-blue-100);
  text-align: left;
  background-color: #fafbfe;
  border: 1px #d8e3f0;
  border-radius: 10px;
  width: 180px;
  height: 199px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: -1px 1px 5px #0003;
}

.tooltip-wrapper.hide {
  display: none;
}

.tooltip-wrapper.first-tooltip {
  margin-top: 0;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-container {
  z-index: 999;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 10px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.tooltip-highlight {
  z-index: 99;
  border: 3px #2a62ff;
  border-radius: 10px;
  position: absolute;
  inset: -5px;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  color: var(--ap-blue-100);
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
  min-height: auto;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-code {
  color: #290092;
  background-color: #e7f1ff;
  border-bottom: 1px solid #557dff;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}

.tooltip-icon {
  cursor: pointer;
  object-fit: none;
}

.html-embed {
  display: none;
}

.unchecked {
  margin-right: .5rem;
  display: none;
}

.checked {
  display: none;
}

.sub-tiltle {
  color: #083e5bb3;
  margin-bottom: 1rem;
  font-weight: 500;
}

.sub-tiltle.align-left {
  max-width: 350px;
  margin-left: auto;
}

.sub-tiltle.align-center {
  text-align: center;
  margin-top: 0;
}

.sub-tiltle.align-center.rm-padding {
  color: var(--ap-blue-100);
  margin-bottom: 0;
  font-weight: 400;
}

.money-bio {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-141 {
  background-color: #fff;
  align-items: center;
  display: none;
}

.div-block-84 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  position: sticky;
}

.announcent_text {
  color: #083e5b;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.text-span-10 {
  font-style: italic;
  font-weight: 700;
}

.announment_banner {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/Banner-idea-1.png');
  background-position: 50%;
  background-size: 130%;
  background-attachment: scroll;
  background-clip: padding-box;
  width: 100%;
  text-decoration: none;
  position: static;
}

.announment_banner.is-hidden {
  display: none;
  position: static;
}

.div-block-142 {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  position: static;
}

.text-span-11 {
  font-style: italic;
  font-weight: 700;
}

.text-span-12 {
  font-style: italic;
  font-weight: 600;
}

.guidance-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.ef-guiance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 2rem;
  display: flex;
}

.ef-step2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.ef-step2.flex_center {
  justify-content: space-between;
  display: flex;
}

.ef-step2.long {
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ef-step2.long.float {
  display: none;
  inset: 0%;
}

.ef-step2.long.float.temp_1 {
  z-index: 1;
}

.ef-step2.long.float.show {
  display: flex;
  position: relative;
}

.ef-step2.long.float.hide {
  display: none;
}

.ef-step2.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.ef-step2.long.flex.full-width {
  max-width: 100%;
}

.ef-step2.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.ef-step2.long.hide {
  display: none;
}

.ef-step2.long.max-width {
  max-width: 90%;
}

.ef-step2.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.goal-added {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.goal-added.flex_center {
  justify-content: space-between;
  display: flex;
}

.goal-added.long {
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.goal-added.long.float {
  display: none;
  inset: 0%;
}

.goal-added.long.float.temp_1 {
  z-index: 1;
}

.goal-added.long.float.show {
  display: flex;
  position: relative;
}

.goal-added.long.float.hide {
  display: none;
}

.goal-added.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.goal-added.long.flex.full-width {
  max-width: 100%;
}

.goal-added.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.goal-added.long.hide {
  display: none;
}

.goal-added.long.max-width {
  max-width: 90%;
}

.goal-added.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.open-update-ff {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
}

.close-update-ff, .open-update-ef, .close-update-ef, .close-update-othergoals, .open-update-othergoals {
  display: none;
}

.update-emergency--fund {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.update-emergency--fund._1 {
  display: none;
}

.ef-healthy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  height: 100%;
  min-height: 520px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  display: flex;
  overflow: hidden;
}

.ef-healthy-copy.flex_center {
  justify-content: space-between;
  display: flex;
}

.ef-healthy-copy.long {
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ef-healthy-copy.long.float {
  display: none;
  inset: 0%;
}

.ef-healthy-copy.long.float.temp_1 {
  z-index: 1;
}

.ef-healthy-copy.long.float.show {
  display: flex;
  position: relative;
}

.ef-healthy-copy.long.float.hide {
  display: none;
}

.ef-healthy-copy.long.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  overflow: scroll;
}

.ef-healthy-copy.long.flex.full-width {
  max-width: 100%;
}

.ef-healthy-copy.long.width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  max-height: 80vh;
  padding-top: 0;
}

.ef-healthy-copy.long.hide {
  display: none;
}

.ef-healthy-copy.long.max-width {
  max-width: 90%;
}

.ef-healthy-copy.float {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: static;
  top: -1px;
}

.banner-close:hover {
  background-color: #002aff1a;
}

.open-update-summary, .close-update-summary {
  display: none;
}

.lottie_animation {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.lottie {
  z-index: 99999;
  background-color: #fff;
  width: 300px;
  height: 300px;
  display: flex;
  position: static;
}

.html-embed-2 {
  display: none;
}

.close-lottie, .open-lottie {
  width: 0;
  height: 0;
  display: none;
}

.navbar-component {
  z-index: 99999;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.navbar-component.navbar-margintop {
  margin-top: 0;
  position: static;
}

.login-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.login-with-google {
  margin-top: 0;
}

.div-block-143 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-144 {
  width: 200px;
}

.text-block-61 {
  font-weight: 500;
}

.payment-details {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: column;
  display: flex;
}

.bank-form {
  width: 100%;
  max-width: 450px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.copy-text {
  border-left: 1px solid var(--ap-blue-50);
  color: var(--ap-blue-50);
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
}

.copy-text.no-border {
  border: 1px #000;
}

.form-input-text {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.field {
  margin-bottom: 1rem;
}

.field.with-width, .fields-wrapper {
  width: 400px;
  padding-left: 2rem;
}

.number-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: 0 2px 3px 0 var(--ap-blue-20);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 310px;
  height: 100px;
  padding-left: 2rem;
  display: flex;
}

.number-wrap.with-blue-background {
  background-color: var(--ap-light-blue-100);
}

.text-block-62 {
  color: var(--ap-blue-50);
  font-weight: 500;
}

.text-block-63 {
  font-size: 1.2rem;
  font-weight: 600;
}

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

.text-block-64 {
  font-size: 1.1rem;
  font-weight: 500;
}

.number-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-146 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.goals-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.text-span-13 {
  font-size: .875rem;
  font-weight: 400;
}

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

.goals-white-card {
  background-color: var(--ap-blue-100);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 30vh;
  min-height: 30vh;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.goals-white-card.hide {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.goals-white-card.with-white-background {
  background-color: var(--white);
  color: var(--ap-blue-100);
  cursor: pointer;
  border: 1px solid #e0e0e0;
}

.goals-white-card.with-white-background.goal-tracker {
  width: 1000px;
  min-height: 40vh;
}

.goals-white-card.with-white-background.is-hidden {
  display: none;
}

.div-block-147 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  display: flex;
}

.text-span-15, .text-span-16 {
  font-weight: 600;
}

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

.track.achieved-track {
  display: none;
  position: static;
}

.on-track {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #93c4ed33;
  border-radius: 10px;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.goal-summary-wrapper {
  margin-top: 1rem;
  position: relative;
}

.behind {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #93c4ed33;
  border-radius: 10px;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: none;
}

.text-span-17 {
  color: var(--ap-red-60);
}

.text-block-65 {
  color: var(--ap-blue-50);
}

.text-span-18 {
  color: var(--ap-red-60);
}

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

.text-block-66 {
  font-weight: 500;
}

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

.goal-progress {
  width: 80%;
}

.goal_editing_card-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.goal_data_wrapper-copy {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center;
  width: 100%;
  margin-top: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

.form-block-7 {
  width: 650px;
}

.automate-investments-modal {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.link-3 {
  text-align: center;
  font-weight: 300;
  text-decoration: none;
}

.italic-text {
  text-decoration: underline;
}

.link-4 {
  font-size: .875rem;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-150 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.loading_coin-copy {
  width: 90px;
  margin: 100px auto 20px;
  display: block;
}

.loading_coin-copy.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.loading_coin-copy.margin-0.hide, .icon-5, .icon-6 {
  display: none;
}

.text-field-2 {
  -webkit-text-stroke-width: 100000px;
  background-color: #0000;
  border: 1px solid #083e5b26;
  border-radius: 3px;
  width: 100%;
  position: static;
  overflow: visible;
}

.form-5, .form-block-9 {
  width: 100%;
}

.error-message {
  color: var(--white-smoke);
  background-color: #7c022599;
  margin-top: 15px;
  padding: 5px 10px;
}

.text-block-67 {
  margin-top: 15px;
}

.announment_banner-2 {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/Banner-idea-1.png');
  background-position: 50%;
  background-size: 130%;
  background-attachment: scroll;
  background-clip: padding-box;
  width: 100%;
  text-decoration: none;
  display: none;
  position: static;
}

.div-block-151 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  position: sticky;
}

.announcent_text-2 {
  color: #083e5b;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.text-block-68 {
  margin-top: 10px;
}

.flex-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
}

.image-16 {
  margin-right: 20px;
  display: inline-block;
  position: static;
}

.image-17 {
  display: none;
}

.div-block-152, .div-block-153, .div-block-154, .div-block-155 {
  margin-right: 0;
}

.image-18 {
  margin-right: 0;
  padding-left: 0;
}

.image-19, .image-20, .image-21 {
  margin-right: 0;
}

.field-label-copy {
  color: var(--ap-blue-100);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.field-label-copy.with-no-input {
  margin-top: 1rem;
}

.paragraph-3 {
  font-size: .875rem;
}

.flex-block-2, .flex-block-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.flex-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
}

.div-block-157 {
  margin-right: 0;
}

.image-22 {
  margin-right: 0;
  padding-left: 0;
}

.flex-block-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.div-block-158, .image-23 {
  margin-right: 0;
}

.text-block-69 {
  background-color: var(--ap-green-50);
  border-radius: 2px;
  margin-right: 10px;
  padding: 4px 6px;
  font-size: 10px;
}

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

.how-it-works {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.how-button {
  background-color: var(--ap-yellow-100);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.how-button.whatsapp-btn {
  border-radius: .5rem;
  width: 100%;
  height: 40px;
}

.how-text {
  color: var(--ap-blue-100);
  -webkit-text-stroke-color: var(--ap-blue-100);
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.how-modal {
  z-index: 9999;
  background-color: var(--transparent);
  background-image: linear-gradient(#0000001a, #000c);
  width: 100vw;
  height: 100vh;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0 0% 0% 0;
}

.how_content {
  border-radius: 0%;
  width: 80vw;
  height: auto;
  max-height: 80vh;
  position: relative;
  top: 10vh;
  left: 10vw;
}

.how_close {
  z-index: 10000;
  background-color: var(--ap-blue-5-51);
  color: var(--white);
  position: absolute;
  top: 7vh;
  right: 7vh;
}

.how_close.position {
  top: 4rem;
  right: 4rem;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.calculate-form-group {
  align-items: center;
  width: 25%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .livechat-button-2:hover, .how-button:hover {
    background-color: #00e676;
    transform: scale(1.05);
  }
}

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

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .text-size-regular.navbar {
    font-size: .9rem;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .show-tablet {
    display: block;
  }

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

  .main-wrapper.padding-top-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-wrapper.padding-top-80.no-padding {
    padding-top: 0;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

  .margin-bottom.margin-xxlarge.is-tablet-medium {
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-button-small.align-center.margin-bottom.make-investment.fixed {
    margin-top: 0;
    position: static;
  }

  .form-input {
    justify-content: space-between;
  }

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

  .uui-styleguide_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

  .navbar1_component {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .navbar1_component.navbar-margintop {
    margin-top: 0;
    position: static;
  }

  .menu-icon1_line-top {
    background-color: var(--ap-blue-100);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .navbar1_logo-link {
    z-index: 1;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #fff;
    border-bottom-style: none;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--ap-blue-100);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .section.flex_middle.m_middle.rm-padding {
    padding-top: 0;
  }

  .section.flex_middle.monthly-amount {
    min-height: 70vh;
    margin-top: 7.1rem;
  }

  .section.section_2_grid {
    grid-template-columns: 1fr;
  }

  .inner_grid_wrapper.flex_top.light_blue.hidden-md, .inner_grid_wrapper.flex_top.dark_blue.hidden-md {
    display: none;
  }

  .form_title, .form_subtitle {
    text-align: center;
  }

  .bottom_left_element {
    bottom: -5%;
    left: -6%;
  }

  .center_middle_element {
    inset: 50% 3% 0% auto;
  }

  .wrapper.mw-750 {
    width: 90%;
  }

  .wrapper.mw-750.new-wrapper-copy {
    width: 654.813px;
    max-width: 654.813px;
  }

  .wrapper.m-20.max-width {
    width: 100%;
  }

  .subtitle {
    text-align: center;
  }

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

  .grid-3-col.margin-large, .grid-3-col.margin-large-copy {
    grid-template-columns: 1fr 1fr;
  }

  .number_card {
    background-color: #fff;
  }

  .menu-icon1_line-top-2 {
    background-color: var(--ap-blue-100);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon1_line-bottom-2 {
    background-color: var(--ap-blue-100);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .card_slider.margin-top.hide {
    display: flex;
  }

  .card_slider.margin-top.hide.hide-smallerscreen {
    display: none;
  }

  .loading_content_wrapper {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-grid-2-col.wrapped_background.width {
    width: 90%;
  }

  .text-grid-2-col.wrapped_background.width-copy {
    width: 654.813px;
  }

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

  .navbar4_menu {
    z-index: 0;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    margin-left: 0;
    padding-top: 4.5rem;
    display: block;
    top: 0;
  }

  .navbar4_menu-wrapper {
    width: 100%;
  }

  .menu-icon_line-middle-base {
    background-color: var(--ap-blue-100);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-top {
    background-color: var(--ap-blue-100);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: #0000;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 14px;
  }

  .menu-icon4_line-middle {
    background-color: var(--ap-blue-100);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-bottom {
    background-color: var(--ap-blue-100);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_link_wrapper {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 0%;
    padding-left: 10%;
  }

  .navbar11_menu-dropdown {
    font-size: 1.125rem;
    position: static;
  }

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

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    inset: auto 0% auto auto;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .navbar11_menu-button.w--open {
    background-color: #0000;
  }

  .navbar11_dropdown-list {
    position: absolute;
    overflow: hidden;
  }

  .navbar11_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar11_dropdown-list.shadow-small {
    object-fit: fill;
    background-color: #fff;
    width: 100vw;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .navbar11_dropdown-list.shadow-small.w--open {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    top: 4.5rem;
    left: 0;
    right: 0;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    background-color: #fff;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .separator-200px {
    height: 50px;
  }

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

  .section-inner {
    margin-left: 0;
  }

  .modal1_component {
    display: none;
  }

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

  .text-size-medium-2.text-align-left {
    text-align: left;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal-content {
    max-width: 100%;
    height: 550px;
  }

  .modal-content.long {
    max-width: 500px;
    height: auto;
  }

  .modal-content.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .modal-content.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal_title.text-small {
    font-size: 1.3rem;
  }

  .modal_text.navbar {
    font-size: .9rem;
  }

  .modal_slider.width-900 {
    width: 100%;
    max-width: none;
  }

  .modal_slider.max-full-width {
    max-width: none;
  }

  .slide.m48.max-width {
    width: 99.9999%;
    max-width: 100%;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal2_component {
    display: none;
  }

  .navbar11_menu-dropdown-2 {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar11_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    display: flex;
  }

  .navbar11_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar11_dropdown-list-2.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    min-height: auto;
  }

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

  .heading-3 {
    text-align: center;
    font-size: 2.5rem;
  }

  .testimonial17-1_component {
    grid-template-columns: 1fr;
  }

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

  .text-size-medium-4 {
    text-align: center;
  }

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

  .image_card_phone-copy.desktop.shadow-medium {
    width: 350px;
    bottom: -29%;
  }

  .layout219-1_image-02 {
    display: none;
  }

  .layout219-1_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    right: 2rem;
  }

  .layout219-1_component {
    grid-column-gap: 3rem;
  }

  .layout219-1_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .layout223_component {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

  .tab_phone_image {
    max-width: 250px;
  }

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

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

  .modal1_content-wrapper-long {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-long.alt {
    max-width: 70vw;
  }

  .modal1_content-wrapper-long.alt.alt-width {
    width: 70%;
    max-width: 70%;
    max-height: 100vh;
    padding: 2rem 0 0;
  }

  .modal1_content-wrapper-long.no-scrolls.height {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing5_content {
    width: 80%;
    max-width: 100%;
  }

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

  .pricing4_top-left {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .pricing5_content-list {
    justify-items: center;
  }

  .pricing5_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .pricing4_group_item {
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .or_text {
    margin-bottom: 20px;
    display: block;
  }

  .modal1_component-3 {
    display: none;
  }

  .layout32_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .terms_p {
    text-align: justify;
  }

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

  .layout25_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .table10_dropdown-list.w--open {
    right: 0;
  }

  .table10_item {
    min-width: 72rem;
  }

  .table10_item.max-width {
    min-width: auto;
  }

  .table10_header-row {
    min-width: 72rem;
  }

  .table10_header-row.max-width {
    min-width: auto;
  }

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

  .table10_component.max-table-width {
    width: 100%;
  }

  .table10_component.max-width.is-hidden {
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .number-pill {
    min-width: 650px;
  }

  .number-pill-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .number-pill-wrapper.empty {
    display: block;
  }

  .number-pill-card {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pill-button-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .padding-section-small.sticky-cta-wrapper {
    display: flex;
    position: sticky;
  }

  .inner-number-pill {
    grid-template-columns: 1fr 1fr;
  }

  .inner-pill-title {
    padding-left: 1rem;
  }

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

  .modal-content-copy {
    max-width: 500px;
    height: 550px;
  }

  .receipt_row {
    min-width: auto;
  }

  .table10_header-row-2 {
    min-width: 72rem;
  }

  .whatsapp-block {
    display: flex;
    bottom: 20px;
    right: 20px;
  }

  .table_text_row {
    min-width: 72rem;
  }

  .menu-icon1_line-top-3 {
    background-color: #083e5b;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-3 {
    background-color: #083e5b;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    background-color: #fff;
    border-bottom-style: none;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .button-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar1_component-3 {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .menu-icon1_line-bottom-3 {
    background-color: #083e5b;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .layout194_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout194_component.invest-tabs {
    grid-template-columns: 1fr;
  }

  .years-formgroup {
    width: 100%;
  }

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

  .amount-formgroup, .interestrate-formgroup {
    width: 100%;
  }

  .withdraw-number-pill-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .withdraw-number-pill-wrapper.empty {
    display: block;
  }

  .number-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card {
    width: 100%;
  }

  .modal_text-copy.navbar {
    font-size: .9rem;
  }

  .inner_slide_title {
    text-align: center;
  }

  .inner_slide_goal_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    display: grid;
  }

  .investement_goal_card {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner_slide_goal_edit_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    display: grid;
  }

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

  .modal_text-copy-copy.navbar {
    font-size: .9rem;
  }

  .div-block-5 {
    display: none;
  }

  .goal_branding_element-2 {
    width: 50px;
  }

  .benefit-card {
    width: 300px;
  }

  .benefit-card-wrapper {
    justify-content: flex-start;
  }

  .steps-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .arrow-image {
    transform: rotate(90deg);
  }

  .portfolio-card {
    width: 300px;
    margin-right: 2rem;
    padding-right: 1rem;
  }

  .image-5 {
    width: 50px;
  }

  .new-number-pill-card {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tooltip-arrow.v3 {
    inset: -8px auto auto 20px;
    transform: rotate(90deg);
  }

  .tooltip-float.right {
    display: none;
  }

  .tooltip-float.right.tool-tip, .tooltip-float.right.tool-tip.mobile-tooltip {
    display: block;
  }

  .tooltip-float-v3.right {
    inset: 158% auto auto 0%;
  }

  .catch-up-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .catch-up-wrapper.empty {
    display: block;
  }

  .desktop-cards {
    display: none;
  }

  .stepper {
    background-color: #fff;
  }

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

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

  .tabs {
    width: 90%;
  }

  .commit-options-wrapper {
    width: 800px;
  }

  .footer {
    inset: auto 0% 0%;
  }

  .desktop-roadmap {
    width: 100%;
    height: 100%;
  }

  .grid-3-col-copy.margin-large {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-col-copy.margin-large-copy {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .wrapper-copy.mw-750 {
    width: 90%;
  }

  .form_progress {
    width: 500px;
  }

  .progress25 {
    left: 125px;
  }

  .div-block-31 {
    width: 200px;
    left: 115px;
  }

  .progress50 {
    left: 250px;
  }

  ._50-details {
    left: 184px;
  }

  ._75-details {
    left: 18.5rem;
  }

  .progress75 {
    left: 375px;
  }

  .progress100-copy {
    left: 500px;
  }

  ._100-details {
    left: 23.2rem;
  }

  .unclicked-point {
    left: 125px;
  }

  .unclicked-pointt3 {
    left: 250px;
  }

  .unclicked-point4 {
    left: 375px;
  }

  .unclicked-point5 {
    left: 500px;
  }

  ._50-progress {
    width: 250px;
  }

  ._75-progress {
    width: 375px;
  }

  ._100-progress {
    width: 500px;
  }

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

  .section-copy.flex_middle.m_middle {
    padding-top: 2rem;
  }

  .section-copy.section_2_grid {
    grid-template-columns: 1fr;
  }

  .chosen-amount {
    flex-direction: row;
    width: 700px;
  }

  ._25-progressbar {
    width: 125px;
  }

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

  .mobile-milestones {
    display: none;
  }

  .feature-update {
    width: 100%;
  }

  .feature-update-modal {
    display: none;
  }

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

  .new_update_modal {
    display: none;
  }

  .text-block-36 {
    text-align: center;
    font-size: 1.8rem;
  }

  .feature-update-details {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .blue-background-2 {
    border-radius: 10px 10px 0 0;
  }

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

  .goal-card {
    background-color: #fff;
  }

  .slider-5 {
    width: 100%;
  }

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

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

  .goal-guidance {
    flex-direction: column;
    width: 80%;
    margin-top: 2rem;
  }

  .ef-slider.width-900 {
    width: 100%;
    max-width: none;
  }

  .ef-slider.max-full-width {
    max-width: none;
  }

  .content-card {
    max-width: 100%;
    height: 550px;
  }

  .content-card.long {
    max-width: 500px;
    height: auto;
  }

  .content-card.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .content-card.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-1 {
    max-width: 100%;
    height: 550px;
  }

  .step-1.long {
    max-width: 500px;
    height: auto;
  }

  .step-1.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .step-1.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .loading_screen {
    max-width: 100%;
    height: 550px;
  }

  .loading_screen.long {
    max-width: 500px;
    height: auto;
  }

  .loading_screen.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .loading_screen.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ef-success {
    max-width: 100%;
    height: 550px;
  }

  .ef-success.long {
    max-width: 500px;
    height: auto;
  }

  .ef-success.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .ef-success.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ef-healthy {
    max-width: 100%;
    height: 550px;
  }

  .ef-healthy.long {
    max-width: 500px;
    height: auto;
  }

  .ef-healthy.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .ef-healthy.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .loading_screen1 {
    max-width: 100%;
    height: 550px;
  }

  .loading_screen1.long {
    max-width: 500px;
    height: auto;
  }

  .loading_screen1.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .loading_screen1.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .monthly-amount {
    max-width: 100%;
    height: 550px;
  }

  .monthly-amount.long {
    max-width: 500px;
    height: auto;
  }

  .monthly-amount.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .monthly-amount.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .monthly-amount-content {
    max-width: 100%;
    height: 550px;
  }

  .monthly-amount-content.long {
    max-width: 500px;
    height: auto;
  }

  .monthly-amount-content.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .monthly-amount-content.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .other-goals-slider.width-900 {
    width: 100%;
    max-width: none;
  }

  .other-goals-slider.max-full-width {
    max-width: none;
  }

  .mobile-goal-table {
    flex-direction: row;
    display: none;
  }

  .goal-plan-wrapper {
    width: 100%;
  }

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

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

  .announcent_text {
    text-align: center;
    font-size: 15px;
  }

  .announment_banner {
    background-size: auto;
    position: static;
  }

  .ef-guiance {
    flex-direction: column;
    width: 80%;
    margin-top: 2rem;
  }

  .ef-step2 {
    max-width: 100%;
    height: 550px;
  }

  .ef-step2.long {
    max-width: 500px;
    height: auto;
  }

  .ef-step2.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .ef-step2.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .goal-added {
    max-width: 100%;
    height: 550px;
  }

  .goal-added.long {
    max-width: 500px;
    height: auto;
  }

  .goal-added.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .goal-added.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ef-healthy-copy {
    max-width: 100%;
    height: 550px;
  }

  .ef-healthy-copy.long {
    max-width: 500px;
    height: auto;
  }

  .ef-healthy-copy.long.flex.full-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 90vh;
  }

  .ef-healthy-copy.long.width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-component {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .navbar-component.navbar-margintop {
    margin-top: 0;
    position: static;
  }

  .div-block-143 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .payment-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bank-form {
    margin-top: 0;
  }

  .div-block-145 {
    background-color: #fff;
  }

  .copy-text {
    border-left: 1px solid var(--ap-blue-50);
    color: var(--ap-blue-50);
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 400;
  }

  .form-input-text {
    margin-bottom: .5rem;
    font-size: .875rem;
  }

  .number-wrap {
    height: 100px;
  }

  .goal_data_wrapper-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .announment_banner-2 {
    background-size: auto;
  }

  .announcent_text-2 {
    font-size: 15px;
  }

  .how-it-works {
    display: flex;
    bottom: 20px;
    right: 20px;
  }

  .calculate-form-group {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

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

  .text-rich-text figcaption {
    margin-top: .75rem;
  }

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

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

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-tertiary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary:hover {
    background-color: #0000;
  }

  .button-tertiary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

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

  .button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button:hover {
    border-color: var(--ap-blue-100);
    background-color: var(--ap-blue-100);
    color: var(--white-smoke);
  }

  .button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button.full-width.is_secondary {
    width: 100%;
  }

  .form-input.blank_number_input.milestone-inputs {
    height: 50px;
  }

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

  .button-secondary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    background-color: var(--ap-blue-100);
  }

  .button-secondary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

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

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

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .button-link {
    font-size: 1rem;
  }

  .button-link:hover {
    color: #6941c6;
  }

  .button-link.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .badge-group {
    font-size: .75rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-styleguide_button-row {
    display: none;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray:hover {
    background-color: #0000;
  }

  .button-tertiary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-link-gray {
    font-size: 1rem;
  }

  .button-link-gray:hover {
    color: #667085;
  }

  .button-link-gray.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-styleguide-message-delete-this {
    align-items: flex-start;
    padding-top: 6rem;
  }

  .uui-styleguide-message-fixed {
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide-message-wrapper {
    padding: 1rem;
  }

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

  .button-2.is-navbar4-button {
    padding: .25rem 1rem;
  }

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

  .inner_grid_wrapper.flex_top_middle {
    width: 100%;
  }

  .form_wrapper {
    min-width: 0;
    max-width: 100%;
  }

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

  .caption_text {
    font-size: 1.125rem;
  }

  .caption_text_subtitle {
    font-size: 1rem;
  }

  .design_elements {
    height: 100%;
    overflow: visible;
  }

  .error.next-of-kin {
    display: none;
  }

  .wrapper.notification_wrapper {
    max-width: 100%;
  }

  .top_right_element {
    width: 80px;
    top: 3%;
  }

  .left_middle_element {
    width: 40px;
    right: 2%;
  }

  .left_middle_circle_element {
    left: 1%;
  }

  .grid-3-col.margin-large, .grid-3-col.margin-large-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .number_card {
    width: 100%;
    max-width: 300px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .highlighted_text.large.rm-padding {
    margin-top: 0;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .card_slider.margin-top {
    height: 250px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .number_label_blue {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-grid-2-col {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-grid-2-col.wrapped_background.width-copy {
    width: 100%;
  }

  .text-wrapper {
    max-width: 300px;
  }

  .number-wrapper-txt {
    font-size: 1rem;
  }

  .number-wrapper-txt.number-large {
    align-self: center;
  }

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

  .navbar4_component {
    min-height: 4rem;
  }

  .navbar11_link {
    font-size: 1rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar11_menu.is-page-height-tablet {
    background-color: #fff;
  }

  .navbar_title_wrapper, .dashboard-title-wrapper.margin-bottom.is-hidden {
    display: none;
  }

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

  .graph-wrapper-dark.height {
    min-height: 45vh;
    max-height: 50vh;
  }

  .long-term-goal-wrapper {
    grid-template-columns: 1fr;
  }

  .number-wrapper-txt-small {
    font-size: 1rem;
  }

  .modal1_component {
    align-items: flex-start;
    display: none;
  }

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

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal-content.long {
    max-width: 400px;
    height: auto;
  }

  .modal-content.long.width {
    max-height: 100vh;
  }

  .modal_title.text-small {
    font-size: 1.3rem;
  }

  .modal_slider.width-900 {
    height: 100%;
    max-height: 100vh;
  }

  .modal_slider.max-full-width {
    height: 100%;
  }

  .short-term-goal-wrapper {
    grid-template-columns: 1fr;
  }

  .modal1_component-2 {
    align-items: flex-start;
  }

  .modal1_content-wrapper-2 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal2_component {
    align-items: flex-start;
    display: none;
  }

  .navbar11_menu-dropdown-2 {
    font-size: 1rem;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .button-group.left {
    justify-content: flex-start;
  }

  .heading-3 {
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .testimonial17-1_content {
    padding: 1.5rem;
  }

  .testimonial17-1_content.shadow-small {
    width: 80%;
  }

  .testimonial17-1_content.shadow-small.is-hidden {
    display: none;
  }

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

  .testimonial17-1_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    display: block;
  }

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

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

  .testimonial17-1_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17-1_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

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

  .image_card {
    padding-left: 5%;
  }

  .layout219-1_tabs-link {
    padding-left: 1.5rem;
  }

  .layout219-1_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .layout219-1_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .layout219-1_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .layout219-1_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .layout219-1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout219-1_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

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

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

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

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

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

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .mission_statement {
    margin-bottom: 0;
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .modal1_content-wrapper-long {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_content-wrapper-long.alt {
    max-width: 80vw;
  }

  .modal1_content-wrapper-long.alt.alt-width {
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
  }

  .modal1_content-wrapper-long.no-scrolls.height {
    max-height: 100vh;
  }

  .dropdown-details {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq-05_icon {
    width: 1.75rem;
  }

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

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

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

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

  .or_text {
    font-size: 1rem;
  }

  .modal1_component-3 {
    align-items: flex-start;
    display: none;
  }

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

  .button-3 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-3:hover {
    color: #f5f6f9;
    background-color: #083e5b;
    border-color: #083e5b;
  }

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

  .tab_number {
    font-size: 1.125rem;
  }

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

  .terms_p {
    text-align: justify;
    font-size: 1rem;
  }

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

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

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

  .table10_pagination-page-button-wrapper {
    display: none;
  }

  .table10_component {
    grid-row-gap: 3rem;
  }

  .table10_component.max-table-width {
    width: 100%;
  }

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

  .update-income-savings {
    align-items: flex-start;
  }

  .number-pill {
    min-width: 450px;
  }

  .padding-section-small.sticky-cta-wrapper {
    display: flex;
  }

  .modal1_component-5, .modal1_component-5-1, .update-other-goals {
    align-items: flex-start;
  }

  .time-wrapper-text {
    font-size: 1rem;
  }

  .time-wrapper-text.number-large {
    align-self: center;
  }

  .plan_number {
    font-size: 1rem;
  }

  .plan_number.number-large {
    align-self: center;
  }

  .plan_button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .plan_button:hover {
    border-color: var(--ap-blue-100);
    background-color: var(--ap-blue-100);
    color: var(--white-smoke);
  }

  .plan_button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .plan_button.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

  .modal-content-copy {
    max-width: 350px;
    height: auto;
  }

  .mask-max-48 {
    max-width: 100%;
  }

  .small-whatsapp-icon {
    width: 1.5rem;
  }

  .whatsapp-block {
    display: flex;
    bottom: 15px;
    right: 15px;
  }

  .form-wrapper.margin-bottom {
    width: 100%;
  }

  .button-secondary-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-2:hover {
    background-color: #083e5b;
  }

  .form_wrapper-2 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .button-4 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-4:hover {
    color: #f5f6f9;
    background-color: #083e5b;
    border-color: #083e5b;
  }

  .badge-2 {
    padding: .125rem .5rem;
  }

  .navbar1_component-3 {
    height: auto;
    min-height: 4rem;
  }

  .modal_mask {
    width: 100%;
  }

  .text-uppercase-orange {
    font-size: 1rem;
  }

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

  .career19_item {
    padding: 1.5rem;
  }

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

  .heading-style-h5-3 {
    font-size: .875rem;
  }

  .career19_tab-link {
    flex: none;
  }

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

  .tab_component {
    align-items: flex-start;
  }

  .tab_menu {
    justify-content: flex-start;
    align-self: auto;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .career19_list {
    grid-row-gap: 1.5rem;
  }

  .layout194_content.tracking {
    width: 100%;
  }

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

  .tab_link {
    flex: none;
  }

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

  .modal1_component-4-2, .update-emergency-fund {
    align-items: flex-start;
  }

  .button-secondary-light {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .button-secondary-light.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-light.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .withdrawal-modal, .update-financial-freedom, .wishlist_component {
    align-items: flex-start;
  }

  .select_goals_items {
    grid-auto-flow: row;
  }

  .card {
    width: 100%;
  }

  .inner_number_wrapper_txt {
    font-size: 1rem;
  }

  .inner_number_wrapper_txt.number-large, .inner_number_wrapper_txt.number-x-large {
    align-self: center;
  }

  .accordion2_top {
    padding: 1rem 1.25rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .accordion2_bottom, .edit_allocaiton_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .goal_summary_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 300px;
    display: flex;
  }

  .back-button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .back-button:hover {
    background-color: var(--ap-blue-100);
  }

  .back-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .back-button.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .step {
    align-items: flex-start;
    display: block;
  }

  .step.width {
    padding-left: 10%;
  }

  .checklist {
    margin-bottom: 1rem;
  }

  .image-3.goal-checked {
    width: 2rem;
    display: block;
  }

  .benefit-card-wrapper {
    justify-content: center;
  }

  .portfolio-card {
    width: 100%;
    margin-right: 0;
  }

  .dashboard-tutorial {
    justify-content: center;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .tooltip-arrow.top-mobile {
    margin-left: auto;
    margin-right: auto;
    inset: 38px 0% auto;
    transform: rotate(-3deg);
  }

  .tooltip-arrow.v3 {
    inset: -8px auto auto 15px;
    transform: rotate(90deg);
  }

  .tooltip-float.right {
    inset: 170% 0% auto;
    inset: -40% 0% auto 98%;
  }

  .tooltip-content---brix-2 {
    display: none;
  }

  .tooltip-v1-2 {
    min-width: 200px;
  }

  .tooltip-v1-2.tooltip.tooltip-long {
    bottom: 128px;
    left: 200px;
  }

  .tooltip-float-v3.right {
    inset: 208% 0% auto;
  }

  .div-block-15 {
    width: 100%;
  }

  .delete_wishlist_modal {
    align-items: flex-start;
  }

  .stepper {
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-15-copy {
    width: 100%;
  }

  .commit-options-wrapper {
    width: 500px;
  }

  .option1, .option2 {
    padding: 1rem 1.25rem;
  }

  .wrappper {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .change-numbers {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .numbers-wrapper.align-horizontal {
    flex-direction: row;
    width: 100%;
  }

  .numbers-wrapper.full-width {
    width: 100%;
  }

  .faq4_question-copy {
    padding: 1rem 1.25rem;
  }

  .faq-05_icon-copy {
    width: 1.75rem;
  }

  .desktop-roadmap {
    display: none;
  }

  .number-wrapper-txt-copy {
    font-size: 1rem;
  }

  .number-wrapper-txt-copy.number-large {
    align-self: center;
  }

  .grid-3-col-copy.margin-large, .grid-3-col-copy.margin-large-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .wrapper-copy.notification_wrapper {
    max-width: 100%;
  }

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

  .number_label-copy {
    background-color: var(--ap-blue-100);
    color: var(--white-smoke);
    width: 30px;
    height: 30px;
  }

  .text-block-18 {
    margin-top: 1rem;
    font-weight: 700;
  }

  .div-block-30 {
    background-color: var(--white-smoke);
    width: 100%;
    position: fixed;
    inset: auto 0% 0%;
  }

  .form_progress {
    display: none;
  }

  .section-copy.flex_middle.m_middle {
    padding-top: 2rem;
  }

  .option-2 {
    padding: 1rem 1.25rem;
  }

  .chosen-amount {
    flex-direction: column;
    width: 400px;
    height: auto;
  }

  .mobile-roadmap {
    margin-top: 2rem;
    display: block;
  }

  .content-wrapper-copy {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .mobile-milestones {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: none;
  }

  .invest-modal {
    align-items: flex-start;
  }

  .feature-update {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .image-11 {
    width: 64%;
  }

  .feature-update-modal {
    align-items: flex-start;
    display: none;
  }

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

  .arrow-group.right-arrow {
    display: flex;
  }

  .new_update_modal {
    align-items: flex-start;
    display: none;
  }

  .goal-monthly-amount {
    flex-direction: column;
    align-items: center;
  }

  .button-6 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-6:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .is-hidden {
    display: block;
  }

  .desktop-landing-image, .slider-4 {
    display: none;
  }

  .goal-card {
    width: 100%;
    max-width: 500px;
    height: 65px;
    margin-left: 0;
    margin-right: 0;
  }

  .ef-slider.width-900 {
    height: 100%;
    max-height: 100vh;
  }

  .ef-slider.max-full-width {
    height: 100%;
  }

  .content-card.long {
    max-width: 400px;
    height: auto;
  }

  .content-card.long.width {
    max-height: 100vh;
  }

  .step-1.long {
    max-width: 400px;
    height: auto;
  }

  .step-1.long.width {
    max-height: 100vh;
  }

  .loading_screen.long {
    max-width: 400px;
    height: auto;
  }

  .loading_screen.long.width {
    max-height: 100vh;
  }

  .ef-success.long {
    max-width: 400px;
    height: auto;
  }

  .ef-success.long.width {
    max-height: 100vh;
  }

  .ef-healthy.long {
    max-width: 400px;
    height: auto;
  }

  .ef-healthy.long.width {
    max-height: 100vh;
  }

  .loading_screen1.long {
    max-width: 400px;
    height: auto;
  }

  .loading_screen1.long.width {
    max-height: 100vh;
  }

  .monthly-amount.long {
    max-width: 400px;
    height: auto;
  }

  .monthly-amount.long.width {
    max-height: 100vh;
  }

  .monthly-amount-content.long {
    max-width: 400px;
    height: auto;
  }

  .monthly-amount-content.long.width {
    max-height: 100vh;
  }

  .other-goals-slider.width-900 {
    height: 100%;
    max-height: 100vh;
  }

  .other-goals-slider.max-full-width {
    height: 100%;
  }

  .div-block-84 {
    height: 7vh;
  }

  .announcent_text {
    text-align: center;
    font-size: 15px;
  }

  .div-block-142 {
    height: 7vh;
  }

  .ef-step2.long {
    max-width: 400px;
    height: auto;
  }

  .ef-step2.long.width {
    max-height: 100vh;
  }

  .goal-added.long {
    max-width: 400px;
    height: auto;
  }

  .goal-added.long.width {
    max-height: 100vh;
  }

  .update-emergency--fund {
    align-items: flex-start;
  }

  .ef-healthy-copy.long {
    max-width: 400px;
    height: auto;
  }

  .ef-healthy-copy.long.width {
    max-height: 100vh;
  }

  .navbar-component {
    height: auto;
    min-height: 4rem;
  }

  .login-modal {
    align-items: flex-start;
  }

  .fields-wrapper {
    padding-left: 0;
  }

  .number-wrap {
    width: 230px;
  }

  .number-cards-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .goals-wrapper {
    grid-template-columns: 1fr;
  }

  .automate-investments-modal {
    align-items: flex-start;
  }

  .div-block-151 {
    height: 7vh;
  }

  .announcent_text-2 {
    text-align: center;
    font-size: 15px;
  }

  .how-it-works {
    display: flex;
    bottom: 15px;
    right: 15px;
  }

  .calculate-form-group {
    width: 100%;
  }
}

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

  img {
    position: relative;
    inset: auto 0% 0% auto;
  }

  .text-size-regular.text-align-center.vertical-align {
    flex-direction: column;
  }

  .text-size-regular.font-weight-light.margin-bottom.margin-right {
    padding-right: 0;
  }

  .text-align-center.text-color-secondary.fif-text {
    height: 60px;
    padding-top: .5rem;
  }

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

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

  .show-mobile-landscape {
    color: var(--ap-blue-100);
    -webkit-text-stroke-color: var(--ap-maroon-100);
    display: block;
  }

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

  .margin-top.full-width {
    width: 100%;
  }

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

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

  .margin-bottom.margin-xxlarge.margin-bottom-max {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-medium.margin-bottom.align-center, .heading-medium.align-center {
    text-align: center;
  }

  .heading-medium.align-center.align-text-center {
    direction: ltr;
    text-align: center;
  }

  .heading-medium.align-center-copy {
    text-align: left;
  }

  .heading-large.text-align-center {
    letter-spacing: -1px;
    font-size: 1.5rem;
  }

  .button.is-button-small.margin-top {
    width: auto;
  }

  .button.is-button-small.margin-medium.width {
    width: 100%;
    margin-left: 0;
  }

  .button.is-button-small.align-center.margin-bottom.make-investment {
    width: 100%;
    margin-left: 0;
  }

  .button.is-button-small.align-center.margin-bottom.make-investment.sticky-button {
    position: static;
  }

  .button.is-button-small.align-center.margin-bottom.make-investment.tutorial {
    width: 100%;
  }

  .button.is-button-small.align-center.margin-bottom.sticky-button {
    margin-bottom: .5rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button.form_button.margin-top {
    width: 100%;
  }

  .button.form_button.margin-top.width {
    width: 90%;
  }

  .button.form_button.button-50 {
    width: 100%;
  }

  .button.form_button.button-50.rm-margin {
    margin-top: 0;
  }

  .button.form_button.padding-bottom {
    padding-top: .75rem;
  }

  .button.google {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 225px;
  }

  .button.google.no-margin {
    margin-bottom: 0;
  }

  .button.is_gray.gotodashboard {
    width: 100%;
  }

  .button.get-started, .button.get-started.calc-cta {
    width: 67.117%;
  }

  .button.width {
    width: 100%;
  }

  .button.is-secondary {
    border-color: var(--ap-blue-100);
    background-color: var(--ap-blue-100);
    color: var(--white-smoke);
  }

  .form-input.blank_number_input.number-inputs {
    font-size: 2rem;
  }

  .form-input.blank_number_input.milestone-inputs {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 2rem;
  }

  .form-input.blank_number_input.milestone-inputs::placeholder {
    color: var(--ap-blue-100);
  }

  .form-input.blank_number_input.number-inputs-copy {
    background-color: #0000;
    border-style: none;
    padding-left: 0;
    font-size: 2rem;
  }

  .form-input.blank_number_input.number-inputs-copy::placeholder {
    color: var(--ap-blue-100);
  }

  .form-input.blank_number_input.number-inputs-copy.hide {
    display: none;
  }

  .form-checkbox-icon.no-margin {
    margin-left: 0;
  }

  .button-secondary:hover {
    background-color: var(--ap-blue-100);
  }

  .button-secondary.call-back {
    width: 67.117%;
  }

  .button-secondary.width {
    width: 100%;
  }

  .uui-styleguide_images-layout {
    grid-template-columns: 1fr;
  }

  .icon-1x1-small.margin-right.piggy-icon, .icon-1x1-small.margin-right.dart-icon {
    width: 3rem;
    height: 3rem;
  }

  .button-icon.is-icon-large.goolge {
    left: 8px;
  }

  .badge.is-badge-small.badge-yellow {
    margin-top: .5rem;
    margin-left: 0;
  }

  .button-secondary-gray:hover {
    background-color: var(--ap-blue-100);
  }

  .button-secondary-gray.full-width, .button-secondary-gray.full_width {
    width: 99.9998%;
  }

  .button-secondary-gray.button-50 {
    width: 67.117%;
  }

  .navbar1_component {
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar1_component.position {
    z-index: 9999;
    position: relative;
  }

  .navbar1_logo {
    width: 150px;
  }

  .navbar1_container {
    position: static;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: auto;
  }

  .section.flex_middle.m_middle.section-inner.rm-padding.flex {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 2rem;
  }

  .section.flex_middle.m_middle.rm-padding {
    padding-top: 0;
  }

  .section.flex_middle.monthly-amount {
    min-height: 100vh;
    margin-top: 1.6rem;
  }

  .section.flex_middle.flex_vertical {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 2rem;
  }

  .section.flex_middle.flex_vertical.justify-start {
    padding-top: 0;
  }

  .inner_grid_wrapper.flex_top_middle.width {
    width: auto;
    max-width: none;
  }

  .form_wrapper {
    width: 85%;
  }

  .form_wrapper.width {
    align-self: auto;
    width: 90%;
    min-width: auto;
    max-width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form_wrapper.width.alignment {
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: none;
    padding-left: 0%;
    display: flex;
  }

  .heading_wrapper, .heading_wrapper.remove-padding {
    margin-bottom: 1rem;
  }

  .form_title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .form_subtitle {
    position: static;
  }

  .form_group.margin-bottom, .or_separator {
    width: 90%;
  }

  .design_elements {
    z-index: -1;
  }

  .bottom_left_element {
    left: -20%;
  }

  .error.next-of-kin {
    display: none;
  }

  .error.review {
    width: 100%;
    display: block;
  }

  .wrapper.notification_wrapper {
    width: 90%;
  }

  .wrapper.m20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.mw-750.width {
    width: 100%;
  }

  .wrapper.mw-750.new-wrapper-copy {
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .wrapper.mw-750.wrapper-width {
    max-width: none;
  }

  .wrapper.m-20.max-width {
    width: 100%;
  }

  .wrapper.results-wrapper {
    justify-content: flex-start;
  }

  .subtitle.align-left {
    text-align: center;
    max-width: 100%;
    margin-top: 2rem;
  }

  .title_wrapper.margin-bottom.wrap-text {
    width: 100%;
  }

  .title_wrapper.margin-bottom.flex-horizontal {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .grid-3-col.margin-large, .grid-3-col.margin-large-copy {
    display: none;
  }

  .number_card {
    max-width: 250px;
  }

  .content-wrapper.flex_center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlighted_text {
    text-align: center;
  }

  .highlighted_text.large.top-text.position {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    top: 10%;
    bottom: auto;
  }

  .highlighted_text.large.top-text.position.margin-top {
    margin-top: 0;
  }

  .card_slider.margin-top {
    width: 280px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .arrow_icon {
    display: none;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .number_label_desc {
    text-align: left;
  }

  .text-grid-2-col.wrapped_background.width {
    width: 90%;
  }

  .text-grid-2-col.wrapped_background.width-copy {
    width: 200px;
  }

  .navbar4_component {
    z-index: 999;
  }

  .navbar11_link {
    font-size: .8rem;
  }

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

  .navbar11_dropdown-list.shadow-small.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar11_menu.is-page-height-tablet {
    background-color: #fff;
  }

  .dashboard-title-wrapper.margin-bottom.is-hidden {
    display: none;
  }

  .dashboard-title.normal-text, .dashboard-sub-title.text-color-secondary.contact-us {
    text-align: center;
  }

  .graph-wrapper-dark.height {
    height: 100%;
    min-height: 50vh;
    max-height: 50vh;
  }

  .goal-track-wrapper.is-hidden {
    display: none;
  }

  .graph.margin {
    margin-top: 2.5rem;
  }

  .goal_branding_element {
    right: -10%;
  }

  .goal_branding_element.is-mobile-hidden, .modal1_component {
    display: none;
  }

  .text-size-medium-2 {
    font-size: .9rem;
  }

  .modal1_close-button {
    z-index: 9999;
  }

  .modal1_close-button.position {
    top: 4rem;
    right: 2rem;
  }

  .modal-content {
    max-width: 280px;
    height: 100vh;
    min-height: 100vh;
  }

  .modal-content.long {
    max-width: 280px;
  }

  .modal-content.long.float, .modal-content.long.flex {
    min-height: 100%;
  }

  .modal-content.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .modal-content.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .modal-content.long.max-width {
    justify-content: center;
    height: 100%;
    min-height: 100%;
    padding-top: .25rem;
  }

  .modal-content.long.mobile-height {
    height: 100%;
    min-height: 100%;
    padding-top: 2rem;
    overflow: scroll;
  }

  .modal-content.long.max-height {
    height: 100%;
    min-height: 100%;
  }

  .modal-content.height {
    justify-content: flex-start;
    min-height: 100vh;
  }

  .modal_label.no-margin {
    margin-left: 0;
    display: block;
  }

  .modal_title.text-small {
    font-size: 1.2rem;
  }

  .modal_slider {
    max-width: 100%;
  }

  .modal_slider.width-900 {
    max-width: 100%;
    height: 100%;
    max-height: 80vh;
    margin-top: 0;
  }

  .slide {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .slide.m48.max-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide.max-mobile-width {
    width: 100%;
    max-width: 100%;
  }

  .modal1_component-2, .modal2_component {
    display: none;
  }

  .navbar11_menu-dropdown-2 {
    font-size: .9rem;
  }

  .header1_image-wrapper {
    height: 20vh;
  }

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

  .button-group.margin-large._100-width {
    width: 100%;
  }

  .button-group.flex_end {
    flex-direction: column;
  }

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

  .testimonial17-1_content.shadow-small {
    width: 100%;
  }

  .testimonial17-1_content.shadow-small.is-hidden {
    display: none;
  }

  .image_card {
    padding-left: 5%;
  }

  .image_card_wrapper {
    width: 100%;
  }

  .image_card_phone {
    width: 130px;
  }

  .image_card_phone-copy.desktop.shadow-medium {
    width: 250px;
    right: auto;
  }

  .layout219-1_image-02 {
    top: 20%;
  }

  .layout219-1_image-01 {
    width: 80%;
    right: -7%;
  }

  .layout223_component, .layout223_item-list, .layout47_item-list, .layout47_component {
    grid-template-columns: 1fr;
  }

  .layout219_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .layout48_component, .layout48_item-list {
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .mission_statement {
    letter-spacing: -1px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .mission_statement.margin-bottom.align-center {
    text-align: center;
  }

  .modal1_content-wrapper-long {
    display: block;
  }

  .modal1_content-wrapper-long.relative {
    z-index: 9999;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .modal1_content-wrapper-long.alt {
    max-width: 80vw;
    max-height: 100vh;
  }

  .modal1_content-wrapper-long.alt.mobile-height {
    max-width: 100vw;
    height: 100vh;
  }

  .modal1_content-wrapper-long.alt.alt-width {
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal1_content-wrapper-long.alt.full-width {
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }

  .modal1_content-wrapper-long.no-scrolls {
    height: 100%;
    max-height: 100%;
    padding-bottom: 0;
  }

  .modal1_content-wrapper-long.no-scrolls.height {
    z-index: 99;
    position: absolute;
    overflow: visible;
  }

  .pricing5_content {
    width: 100%;
  }

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

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

  .modal1_component-3 {
    display: none;
  }

  .layout32_item-list, .layout32_component, .layout3_component {
    grid-template-columns: 1fr;
  }

  .layout3_component.calculator {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .terms_p {
    text-align: justify;
    font-size: .9rem;
  }

  .layout25_item-list, .layout25_component {
    grid-template-columns: 1fr;
  }

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

  .loading-screen {
    display: none;
  }

  .receipt_col {
    padding-bottom: 1rem;
  }

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

  .receipt_col.align-left {
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

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

  .table10_component.max-width {
    width: 100%;
  }

  .table10_component.max-width.is-hidden {
    display: none;
  }

  .table10_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .update-income-savings {
    height: 100%;
    display: none;
  }

  .number-pill {
    flex-direction: column;
    align-items: flex-start;
    min-width: 280px;
  }

  .number-pill.margin-m20.width {
    max-width: 100%;
  }

  .number-pill-wrapper {
    grid-template-columns: 1fr;
  }

  .number-pill-card, .pill-button-wrapper.max-width {
    width: 100%;
  }

  .padding-section-small.sticky-cta-wrapper {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: sticky;
  }

  .padding-section-small.width {
    width: 100%;
  }

  .inner-number-pill {
    grid-template-columns: 1fr;
  }

  .inner-pill-button-wrapper {
    padding-left: 1rem;
  }

  .modal1_component-5, .modal1_component-5-1 {
    display: none;
  }

  .update-other-goals {
    height: 100%;
    display: none;
    position: fixed;
  }

  .plan_option.shadow-small {
    min-width: 0;
  }

  .modal-content-copy {
    max-width: 280px;
    height: auto;
  }

  .receipt_row, .table10_header-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container-2 {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0;
  }

  .livechat-button-2 {
    margin-bottom: 1rem;
  }

  .small-whatsapp-icon {
    width: 1.5rem;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 0;
    right: 0;
  }

  .form-wrapper, .form-wrapper.margin-bottom.max-form-width {
    width: 100%;
  }

  .button-secondary-2:hover {
    background-color: #083e5b;
  }

  .form_wrapper-2 {
    width: 85%;
  }

  .heading_wrapper-2 {
    margin-bottom: 40px;
  }

  .form_title-2 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .modal_mask {
    width: 100%;
  }

  .text-uppercase-orange {
    padding-left: 40px;
    padding-right: 40px;
    font-size: .8rem;
  }

  .tab_wrapper.width {
    width: 100%;
  }

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

  .layout194_content.width {
    width: 300px;
  }

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

  .layout194_component.invest-layouts {
    justify-items: center;
  }

  .layout194_component.invest-tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .years-formgroup {
    width: 100%;
    margin-bottom: 0;
  }

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

  .amount-formgroup, .interestrate-formgroup {
    width: 100%;
    margin-bottom: 0;
  }

  .results-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-top: 2rem;
  }

  .text-results {
    font-size: 2rem;
  }

  .modal1_component-4-2, .update-emergency-fund {
    display: none;
  }

  .withdraw-number-pill-wrapper {
    grid-template-columns: 1fr;
  }

  .withdraw-number-pill {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-cards-wrapper {
    flex-direction: column;
  }

  .main-cards {
    width: 100%;
  }

  .withdrawal-modal {
    display: none;
  }

  .impact-card-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .update-financial-freedom, .wishlist_component {
    display: none;
  }

  .card-subtext.text-color-secondary.width {
    flex-flow: column wrap;
    max-width: 256px;
    display: flex;
  }

  .bold-text {
    max-width: 256px;
  }

  .div-block-2 {
    flex-wrap: wrap;
    width: 256px;
  }

  .modal_title-copy {
    font-size: 1rem;
  }

  .inner-page-slider {
    max-width: 100%;
  }

  .flex-center.align-left.no-sidebar {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner_slide_title {
    font-size: 1.5rem;
  }

  .inner_number_wrapper {
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .inner_number_wrapper_txt.number-x-large {
    font-size: 2rem;
  }

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

  .investement_goal_card {
    width: 100%;
  }

  .inner_slide_goal_edit_wrapper, .goal_data_wrapper {
    grid-template-columns: 1fr;
  }

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

  .mask_mobile, .mask_mobile.max-width {
    width: 100%;
  }

  .goal_summary_wrapper {
    min-width: 280px;
  }

  .modal_text-copy-copy {
    text-align: left;
    font-size: .875rem;
  }

  .title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .title-wrapper.flex-horizontal {
    flex-direction: row;
  }

  .sticky-button-wrapper {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 5rem;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-5 {
    z-index: 100;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 4rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .back-button:hover {
    background-color: var(--ap-blue-100);
  }

  .step.width {
    background-color: #0000;
  }

  .goal_branding_element-2 {
    right: -10%;
  }

  .step-small-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon-1x1-xsmall-copy {
    width: 24px;
    height: 24px;
  }

  .text-weight-semibold-2 {
    font-size: .875rem;
  }

  .checklist {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
  }

  .image-3.goal-checked {
    width: 24px;
    height: 24px;
    display: block;
  }

  .image-3.sub-checked, .image-3.investment-checked {
    width: 24px;
    height: 24px;
    display: none;
  }

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

  .div-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .benefit-card {
    width: 280px;
  }

  .benefit-card-wrapper {
    width: 100%;
  }

  .steps-wrapper {
    width: 100%;
  }

  .portfolio-card {
    margin-right: 0;
  }

  .relative {
    display: flex;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    width: 45px;
  }

  .image-6, .image-7 {
    width: 50px;
  }

  .mobile-dashboard {
    width: 250px;
    display: block;
  }

  .notification.template {
    grid-template-columns: minmax(50px, .5fr) 2fr minmax(50px, .5fr);
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .new-number-pill-card {
    width: 100%;
  }

  .new-update_button_wrapper {
    align-items: center;
    padding-top: 0;
  }

  .wl-form-cost {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
  }

  .icon-1x1-xsmall-copy-copy {
    width: 24px;
    height: 24px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .tooltip-arrow.top-mobile {
    width: 2rem;
    height: 2rem;
    left: auto;
    right: auto;
    transform: none;
  }

  .tooltip-float.right {
    z-index: auto;
    display: none;
    top: -10px;
    bottom: auto;
    left: 100%;
  }

  .tooltip-float.right.dashboard {
    z-index: 99999;
    max-width: 200px;
    display: none;
  }

  .tooltip-float.right.tool-tip {
    display: block;
  }

  .tooltip-float.right.tool-tip.mobile-tooltip {
    top: -83px;
  }

  .tooltip-v1 {
    min-width: 140px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tooltip-content---brix-2 {
    display: none;
    position: relative;
    left: auto;
  }

  .tooltip-content---brix-2.onboarding-tooltip {
    top: auto;
    bottom: 106px;
    left: 169px;
  }

  .tooltip-v1-2 {
    background-color: #e9f3fb;
    min-width: 150px;
  }

  .tooltip-v1-2.dashboard {
    min-width: 120px;
    min-height: 150px;
  }

  .tooltip-v1-2.tooltip.tooltip-long {
    min-width: 200px;
    min-height: 130px;
    bottom: 150px;
    left: -2px;
  }

  .tooltip-v1-2.tooltip.tooltip-long.white-tooltip {
    bottom: 118px;
    left: 137px;
  }

  .tooltip-float-v3 {
    min-width: 300px;
  }

  .tooltip-v3 {
    min-width: 300px;
    max-width: 300px;
  }

  .pad-lock {
    cursor: pointer;
  }

  .link-2 {
    font-weight: 700;
  }

  .delete_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .delete_content.flex-delete {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .text-block-5 {
    font-size: .75rem;
  }

  .div-block-15 {
    width: auto;
    margin-top: 2rem;
    position: static;
    bottom: 5%;
  }

  .tooltip {
    width: 1.2rem;
    height: 1.2rem;
  }

  .delete_wishlist_modal {
    display: none;
  }

  .goal_branding_element_secondary {
    right: -10%;
  }

  .img {
    object-fit: contain;
    width: 1.5rem;
    height: 1.5rem;
  }

  .catch-up-wrapper {
    grid-template-columns: 1fr;
  }

  .stepper {
    width: 300px;
    max-width: 300px;
    height: auto;
    max-height: 500px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .step1 {
    align-items: flex-start;
  }

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

  .active-line {
    height: 3rem;
  }

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

  .inactiveline {
    height: 3rem;
  }

  .card-desc-light {
    text-align: left;
  }

  .highlighted_text-copy {
    text-align: center;
    margin-bottom: .5rem;
  }

  .tabs {
    width: 90%;
  }

  .div-block-20 {
    justify-content: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2em;
  }

  .div-block-15-copy {
    width: auto;
    bottom: 5%;
  }

  .commit-options-wrapper {
    width: 100%;
  }

  .text-block-8 {
    margin-top: 2rem;
  }

  .wrappper {
    width: 100%;
    padding: 2rem 1rem;
  }

  .amount-form {
    width: 150px;
  }

  .numbers-wrapper {
    width: 100%;
  }

  .age-form {
    height: 60px;
    display: flex;
  }

  .footer {
    background-color: #0000;
    margin-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .text-block-15 {
    margin-top: 2rem;
  }

  .desktop-roadmap, .grid-3-col-copy.margin-large, .grid-3-col-copy.margin-large-copy {
    display: none;
  }

  .wrapper-copy {
    width: 100%;
  }

  .wrapper-copy.notification_wrapper {
    width: 90%;
  }

  .wrapper-copy.m20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-medium-copy.margin-bottom.align-center {
    text-align: center;
  }

  .heading-medium-copy.align-center {
    text-align: left;
  }

  .heading-medium-copy.align-center-copy {
    text-align: left;
    width: 100%;
  }

  .number_label-copy {
    background-color: var(--ap-blue-100);
    color: var(--white-smoke);
    width: 30px;
    height: 30px;
  }

  .text-block-18 {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
  }

  .div-block-29 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
    display: flex;
  }

  .div-block-30 {
    background-color: var(--white-smoke);
    width: 100%;
    position: fixed;
    inset: auto 0% 0%;
  }

  .slider {
    background-color: #0000;
    height: 500px;
    display: flex;
  }

  .mask-3 {
    background-color: #0000;
  }

  .form_progress, .form_progress.hide {
    display: none;
  }

  .slide-nav-4 {
    background-color: var(--ap-blue-100);
    display: none;
  }

  .tip-text {
    color: #083e5bb3;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-style: normal;
    font-weight: 500;
  }

  .text-block-22 {
    font-size: .8rem;
  }

  .text-block-23 {
    text-align: center;
    align-self: auto;
    font-size: .8rem;
  }

  .section-copy.flex_middle.m_middle {
    padding-top: 2rem;
  }

  .section-copy.flex_middle.m_middle.section-inner.rm-padding.flex {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2rem;
  }

  .chosen-amount {
    align-self: center;
    align-items: center;
    width: 90%;
    margin-left: 1rem;
    padding: 20px 1rem;
  }

  .mobile-roadmap {
    object-fit: contain;
    max-width: none;
    margin-top: 2rem;
    padding-top: 0;
    display: block;
    position: static;
  }

  .content-wrapper-copy.flex_center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-progress {
    margin-top: 0;
  }

  .mobile-milestones {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px #083e5b33;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 1rem 0 1rem .5rem;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-34 {
    width: 60%;
    min-width: 100px;
  }

  .div-block-36 {
    width: 300px;
    max-width: 300px;
    height: 60px;
  }

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

  .invest-modal {
    align-items: center;
    display: none;
  }

  .modal1_close-button-copy {
    margin-top: 4rem;
  }

  .div-block-37 {
    width: 120px;
    margin-top: .5rem;
    margin-bottom: 2rem;
  }

  .text-block-28 {
    font-size: .875rem;
  }

  .form-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-29 {
    padding-left: .5rem;
  }

  .form-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .feature-update {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    width: 100%;
  }

  .text-block-30 {
    text-align: center;
    font-size: .875rem;
  }

  .feature-update-modal {
    z-index: 999;
    display: none;
  }

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

  .image-12 {
    object-fit: none;
    width: 20px;
    position: static;
    bottom: 40%;
    right: 62%;
  }

  .image-13 {
    object-fit: none;
    width: 20px;
    position: static;
    bottom: 32%;
    right: 62%;
  }

  .text-block-33 {
    font-size: 2rem;
    font-weight: 600;
  }

  .div-block-46 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-47 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

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

  .text-block-34 {
    font-size: 2rem;
    font-weight: 600;
  }

  .text-block-35 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .div-block-48 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    display: flex;
  }

  .new_update_modal {
    flex-direction: row;
    align-items: center;
    height: 100vh;
    display: none;
    position: fixed;
  }

  .back.margin-bottom.right-margin {
    margin-left: .125rem;
  }

  .next-group.margin-bottom.right-margin {
    margin-right: .125rem;
  }

  .text-block-39 {
    white-space: pre-wrap;
    font-size: .875rem;
  }

  .text-block-40 {
    font-size: .875rem;
    font-weight: 600;
  }

  .div-block-50 {
    width: 100%;
    display: none;
  }

  .link-block {
    padding: 1rem;
  }

  .tabs-menu {
    width: 250px;
    display: flex;
  }

  .pricing-tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    width: auto;
  }

  .button-6.is-button-xsmall:hover, .button-6.is-button-xsmall:active {
    background-color: #083e5b;
  }

  .div-block-118 {
    padding-left: .5rem;
  }

  .text-block-44 {
    font-size: 1.7rem;
  }

  .blue-background-2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price-details {
    width: 100%;
  }

  .div-block-122 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .testimonial-block {
    justify-content: space-around;
    display: none;
  }

  .testimonial-block.shadow-small.white-background.show {
    height: 400px;
  }

  .testimonial-block.show {
    display: flex;
    position: relative;
  }

  .image-container {
    z-index: 9999;
    position: absolute;
  }

  .testimonial-text {
    justify-content: flex-start;
    margin-top: 4rem;
    position: relative;
    top: 0%;
  }

  .right-arrow-3 {
    display: none;
  }

  .slider-4 {
    background-color: #0000;
    height: 100%;
    display: flex;
  }

  .testimonial-slide {
    margin-top: 3rem;
  }

  .icon-3 {
    display: none;
  }

  .slide-nav-6 {
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: -55px;
  }

  .left-arrow-2, .icon-4 {
    display: none;
  }

  .star-rating-group {
    margin-top: 4rem;
  }

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

  .goal-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 300px;
    max-width: 300px;
    height: auto;
    max-height: 500px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .slider-5 {
    width: 100%;
  }

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

  .goal-guidance {
    width: 100%;
  }

  .slide-3, .mask-4 {
    width: 100%;
  }

  .ef-slider {
    justify-content: flex-start;
    max-width: 100%;
  }

  .ef-slider.width-900 {
    max-width: 100%;
    height: 100%;
    max-height: 80vh;
    margin-top: 0;
  }

  .content-card, .content-card.long {
    max-width: 280px;
  }

  .content-card.long.flex {
    justify-content: center;
    min-height: 70vh;
  }

  .content-card.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .content-card.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .content-card.min-height {
    min-height: 100%;
  }

  .step-1 {
    max-width: 280px;
  }

  .step-1.long {
    justify-content: flex-start;
    max-width: 280px;
  }

  .step-1.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .step-1.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .step-1.no-margin {
    justify-content: flex-start;
    height: 100%;
    min-height: 100%;
  }

  .step-1.max-height {
    height: 100%;
    min-height: 100%;
  }

  .loading_screen {
    max-width: 280px;
  }

  .loading_screen.long {
    justify-content: flex-start;
    max-width: 280px;
  }

  .loading_screen.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .loading_screen.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ef-success {
    max-width: 280px;
  }

  .ef-success.long {
    justify-content: flex-start;
    max-width: 280px;
  }

  .ef-success.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .ef-success.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ef-healthy {
    max-width: 280px;
  }

  .ef-healthy.long {
    justify-content: center;
    max-width: 280px;
    height: 99.9999%;
    min-height: 100%;
  }

  .ef-healthy.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .ef-healthy.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .loading_screen1 {
    max-width: 280px;
  }

  .loading_screen1.long {
    justify-content: flex-start;
    max-width: 280px;
    height: 99.9999%;
    min-height: 100%;
  }

  .loading_screen1.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .loading_screen1.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .monthly-amount {
    max-width: 280px;
  }

  .monthly-amount.long {
    justify-content: flex-start;
    max-width: 280px;
    height: 100%;
    min-height: 100%;
  }

  .monthly-amount.long.flex {
    align-items: flex-start;
    margin-left: 0;
  }

  .monthly-amount.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .monthly-amount.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .monthly-amount-content, .monthly-amount-content.long {
    max-width: 280px;
  }

  .monthly-amount-content.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .monthly-amount-content.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .other-goals-slider {
    justify-content: flex-start;
    max-width: 100%;
  }

  .other-goals-slider.width-900 {
    max-width: 100%;
    height: 100%;
    max-height: 80vh;
    margin-top: 0;
  }

  .tab {
    width: 100%;
  }

  .table10_header1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tool-tip-text {
    font-size: .875rem;
  }

  .tool-tip-text.with-tag {
    text-align: center;
    background-color: #93c4ed33;
    border-radius: 5px;
    justify-content: center;
    width: 100px;
    padding: .125rem;
    display: block;
  }

  .mobiletable-header {
    border-bottom: 1px solid #e0e0e0;
    justify-content: space-between;
    display: flex;
  }

  .mobile-goal-table {
    width: 100%;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .goal-name-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .goal-details-wrapper {
    align-items: flex-start;
  }

  .goal-details-wrapper.mobile-right {
    align-items: flex-end;
  }

  .mobiletable-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #e0e0e0;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .text-block-60 {
    font-weight: 600;
  }

  .total-monthly-contribution {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .goal-plan-wrapper {
    width: 100%;
    padding-bottom: 2rem;
    box-shadow: 0 2px 5px #0003;
  }

  .tooltip-wrapper.mobile-width {
    width: 140px;
    padding-bottom: 0;
    display: block;
  }

  .tooltip_wrapper {
    display: flex;
  }

  .div-block-139 {
    align-items: center;
    display: flex;
  }

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

  .div-block-84 {
    height: 9vh;
    padding-top: 0;
  }

  .announcent_text {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
  }

  .announment_banner {
    z-index: 5;
    background-size: auto 250px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    inset: 0% 0% auto;
  }

  .div-block-142 {
    height: 9vh;
    padding-top: 0;
  }

  .ef-guiance {
    width: 100%;
  }

  .ef-step2 {
    max-width: 280px;
  }

  .ef-step2.long {
    justify-content: flex-start;
    max-width: 280px;
  }

  .ef-step2.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .ef-step2.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .goal-added {
    max-width: 280px;
  }

  .goal-added.long {
    justify-content: flex-start;
    max-width: 280px;
  }

  .goal-added.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .goal-added.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .update-emergency--fund {
    display: none;
  }

  .ef-healthy-copy {
    max-width: 280px;
  }

  .ef-healthy-copy.long {
    justify-content: flex-start;
    max-width: 280px;
  }

  .ef-healthy-copy.long.flex.full-width {
    align-items: center;
    min-height: 100vh;
  }

  .ef-healthy-copy.long.width {
    min-height: 80vh;
    max-height: 100vh;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mask-5, .mask-6 {
    width: 100%;
  }

  .form-margin-top {
    padding-top: 0;
  }

  .navbar-component {
    z-index: 99;
    position: relative;
  }

  .navbar-component.position {
    z-index: 9999;
    position: relative;
  }

  .login-modal {
    align-items: center;
    display: none;
  }

  .form-block-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-143 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .payment-details {
    width: 100%;
  }

  .copy-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .field {
    width: 100%;
  }

  .field.with-width {
    width: 100%;
    padding-left: 0;
  }

  .fields-wrapper {
    width: auto;
  }

  .number-wrap {
    width: 100%;
  }

  .number-cards-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }

  .on-track {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .goal_data_wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }

  .form-block-8 {
    width: 100%;
  }

  .automate-investments-modal {
    height: 100%;
    display: none;
  }

  .announment_banner-2 {
    z-index: 5;
    background-size: auto 250px;
    inset: 0% 0% auto;
  }

  .div-block-151 {
    height: 9vh;
    padding-top: 0;
  }

  .announcent_text-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
  }

  .flex-block-3 {
    justify-content: center;
  }

  .div-block-156 {
    margin-bottom: .5rem;
  }

  .how-it-works {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 0;
    right: 0;
  }

  .how-button {
    margin-bottom: 1rem;
  }

  .how-modal {
    background-color: var(--transparent);
    background-image: linear-gradient(#0000001a, #000000b3);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: fixed;
  }

  .how_content {
    justify-content: center;
    align-items: center;
    width: auto;
    max-height: none;
    display: inline;
    left: auto;
  }

  .how_close {
    z-index: 9999;
    background-color: var(--niche);
    border-radius: 50%;
    top: 10vh;
    right: 10px;
  }

  .how_close.position {
    top: 4rem;
    right: 2rem;
  }

  .flex-block-7 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .calculate-form-group {
    width: 100%;
  }
}

#w-node-_20b9e529-cc3b-26f1-5b11-3a05d25f82d5-4f5674f2, #w-node-_88a5fc15-896d-83b7-bf1e-93fa657662ab-4f5674f2, #w-node-_1851d869-01c0-196b-96b6-defbfd98ee5a-4f5674f2, #w-node-_1d2b206e-3b1e-930d-c975-fa1546690492-4f5674f2, #w-node-d0af8620-2477-396c-4089-4e3c96184202-4f5674f2, #w-node-f8c4cdee-0234-7ff5-3185-ece7ec61e3d2-4f5674f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de3cccf-a011-74f9-6d1a-1feb1f0c03d2-4f5674f2, #w-node-_7ec91e0f-1592-d769-a13f-a2ebc24b080a-4f5674f2, #w-node-_3025bd96-5734-8c43-11f7-bfcb925f2f88-4f5674f2 {
  align-self: start;
}

#w-node-_0d1898a0-4683-b166-23f2-5b990f4292cf-4f5674f2 {
  order: 9999;
}

#w-node-_0d1898a0-4683-b166-23f2-5b990f4292fe-4f5674f2, #w-node-_505db0b1-200d-1daa-a175-450ede64d33e-4f5674f2, #w-node-_5ae010d0-7122-40fd-f28f-1bc11a8131af-4f5674f2, #w-node-_0d1898a0-4683-b166-23f2-5b990f4292ec-4f5674f2 {
  align-self: start;
}

#w-node-_64e4dd4f-58f0-bcf3-650d-cda0a9ce087e-a9ce0866 {
  justify-self: end;
}

#w-node-f15c6e8d-b1cd-a0b7-4ef0-0f730a7d068a-7a8f9f7b {
  place-self: center start;
}

#w-node-_48725992-3dd6-c55f-a1d9-a84faa777446-7a8f9f7b, #w-node-_47cba3ff-dad5-5006-37a4-4cdaa0c1d173-7a8f9f7b {
  align-self: center;
}

#w-node-_577e2714-d60d-6516-d47d-0e90c9ac0d6b-4f56754c, #w-node-_577e2714-d60d-6516-d47d-0e90c9ac0d6e-4f56754c, #w-node-cdfa4b02-519f-cb2d-e02d-bb6b89b76163-4f56754c, #w-node-cdfa4b02-519f-cb2d-e02d-bb6b89b76164-4f56754c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0789d177-1533-0cb1-e1f4-a12d3a94afa1-4f56754c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb6f6c1b-0af9-f0fa-b128-0983094d9837-4f56754c, #w-node-_17e04ca0-3c18-856b-ae3c-18d75de485fe-4f56754c, #ff_goal_node.w-node-d879093b-7185-b327-88f7-87c1760e133a-4f56754c, #w-node-c3c06926-03a0-29fb-637d-d43cc1dcd973-4f56754c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_187e490a-c86a-1bdb-fba3-8c1722d5e02f-4f56754c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5ad49bd8-3834-d41b-402b-4c83721d0812-4f56754c, #w-node-_5ad49bd8-3834-d41b-402b-4c83721d0835-4f56754c, #w-node-b342a434-6a99-c1c5-bb91-c5229ab8819a-4f56754c, #w-node-b342a434-6a99-c1c5-bb91-c5229ab8819b-4f56754c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0789d177-1533-0cb1-e1f4-a12d3a94afa1-4f56754d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb6f6c1b-0af9-f0fa-b128-0983094d9837-4f56754d, #w-node-_17e04ca0-3c18-856b-ae3c-18d75de485fe-4f56754d, #w-node-d879093b-7185-b327-88f7-87c1760e133a-4f56754d, #w-node-c3c06926-03a0-29fb-637d-d43cc1dcd973-4f56754d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_187e490a-c86a-1bdb-fba3-8c1722d5e02f-4f56754d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_94ce09e6-ad6f-ad73-b493-9308ae3b78a2-4f567556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bd86ccd5-9266-c189-a30f-3915ea00d993-4f56756f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd86ccd5-9266-c189-a30f-3915ea00d9b6-4f56756f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd86ccd5-9266-c189-a30f-3915ea00d9d1-4f56756f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0789d177-1533-0cb1-e1f4-a12d3a94afa1-4f567570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb6f6c1b-0af9-f0fa-b128-0983094d9837-4f567570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcde542c-f1c0-ecd0-0896-f241e1f871a0-4f56758a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a6d9ad05-a734-5e8a-d8e5-f49c7674f0ec-4f56758a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfcf3fc7-3508-24de-7db3-e33735404195-4f56758e, #w-node-_7bbe3904-3a76-2b0c-2c1a-ebae827e7361-4f56758e, #w-node-_077f9198-7389-43a1-46b1-9a36b7166285-4f56758e, #w-node-_5f3a3558-0965-21e9-66e3-d2465ee4d206-4f56758e, #w-node-_5f3a3558-0965-21e9-66e3-d2465ee4d20e-4f56758e, #w-node-_5f3a3558-0965-21e9-66e3-d2465ee4d216-4f56758e, #w-node-_4b522653-4b57-c8ff-e2c8-745d3b4dcb18-4f56758e, #w-node-_4b522653-4b57-c8ff-e2c8-745d3b4dcb1b-4f56758e, #w-node-_4b522653-4b57-c8ff-e2c8-745d3b4dcb1e-4f56758e, #w-node-_2d5aa354-fa92-7e47-9a17-89c95e327e58-4f56758e, #w-node-_2d5aa354-fa92-7e47-9a17-89c95e327e5b-4f56758e, #w-node-_2d5aa354-fa92-7e47-9a17-89c95e327e5e-4f56758e, #w-node-bfcf3fc7-3508-24de-7db3-e33735404195-4f56758f, #w-node-_7bbe3904-3a76-2b0c-2c1a-ebae827e7361-4f56758f, #w-node-_077f9198-7389-43a1-46b1-9a36b7166285-4f56758f {
  justify-self: stretch;
}

#w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5a0-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5a1-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5a6-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5a7-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5ac-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5ad-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5b2-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5b3-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5b8-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5b9-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5be-4f5675a2, #w-node-_733577be-8fea-a9b3-9a53-79c8beb6e5bf-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad858-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad85e-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad85f-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad864-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad865-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad86a-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad86b-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad870-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad871-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad876-4f5675a2, #w-node-bd1a9d09-5d20-8506-ca80-430f286ad877-4f5675a2, #w-node-dcde542c-f1c0-ecd0-0896-f241e1f871a0-4f5675a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcde542c-f1c0-ecd0-0896-f241e1f871a0-4f5675b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a6d9ad05-a734-5e8a-d8e5-f49c7674f0ec-4f5675b8, #w-node-_611607cc-ae5d-9a4c-c4d2-2ea86963bb74-4f5675b9, #w-node-_27f014f9-c496-205d-a222-69d46b63782b-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f014f9-c496-205d-a222-69d46b63782c-4f5675b9 {
  justify-self: start;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c372f-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c3730-4f5675b9 {
  justify-self: start;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a942-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a943-4f5675b9 {
  justify-self: start;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea8-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea9-4f5675b9 {
  justify-self: start;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214e-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214f-4f5675b9 {
  justify-self: start;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca489-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca48a-4f5675b9 {
  justify-self: start;
}

#w-node-_34826859-0a03-9fb8-8d59-bca5449dd59b-4f5675b9, #w-node-ce4e8531-7508-d194-4e66-ed664d352681-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce34ec8d-48dd-2624-dd65-63a1d2b3761f-4f5675b9 {
  justify-self: start;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af64-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af65-4f5675b9 {
  justify-self: start;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d3-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d4-4f5675b9 {
  justify-self: start;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c15-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c16-4f5675b9 {
  justify-self: start;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d5-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d6-4f5675b9 {
  justify-self: start;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bc-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bd-4f5675b9 {
  justify-self: start;
}

#w-node-_80d2dd82-0cf2-071e-9875-dac4192eae6f-4f5675b9, #w-node-_4635f455-7122-d962-9614-bf90a260e076-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9639846d-3d42-62ca-be07-71a881d089aa-4f5675b9 {
  justify-self: start;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5d-4f5675b9 {
  justify-self: start;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbaaf-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbab0-4f5675b9 {
  justify-self: start;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b4-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b5-4f5675b9 {
  justify-self: start;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bc-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bd-4f5675b9 {
  justify-self: start;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004017-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004018-4f5675b9 {
  justify-self: start;
}

#w-node-_3884ceb3-f06f-178c-f76e-9f909fa0b8c4-4f5675b9, #w-node-e75743e2-0530-5d56-4143-3b025f2bb3df-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e75743e2-0530-5d56-4143-3b025f2bb3e0-4f5675b9 {
  justify-self: start;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c2-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c3-4f5675b9 {
  justify-self: start;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f48-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f49-4f5675b9 {
  justify-self: start;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e91-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e92-4f5675b9 {
  justify-self: start;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed05-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed06-4f5675b9 {
  justify-self: start;
}

#w-node-_85959611-b184-f1cb-4938-1292fbb6413e-4f5675b9, #w-node-_54da55f7-d012-d5c8-6762-4e3fb8246423-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246424-4f5675b9 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246428-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246429-4f5675b9 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642d-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642e-4f5675b9 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246432-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246433-4f5675b9 {
  justify-self: start;
}

#w-node-c6a804be-5fa9-d9a2-4c26-ddedc86de3f3-4f5675b9, #w-node-_926c497d-e762-67c5-297c-e04d778677a1-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926c497d-e762-67c5-297c-e04d778677a2-4f5675b9 {
  justify-self: start;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e98-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e99-4f5675b9 {
  justify-self: start;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9b-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9c-4f5675b9 {
  justify-self: start;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602bd-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602be-4f5675b9 {
  justify-self: start;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30cd-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30ce-4f5675b9 {
  justify-self: start;
}

#w-node-_568bfc0c-1df6-e6dd-5bcc-eff70d085390-4f5675b9, #w-node-a5dedb64-b161-6bf7-9083-f332c683030f-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830310-4f5675b9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830314-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830315-4f5675b9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830319-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031a-4f5675b9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031e-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031f-4f5675b9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830323-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830324-4f5675b9 {
  justify-self: start;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c56-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c57-4f5675b9 {
  justify-self: start;
}

#w-node-_0e1496e1-4f60-0716-0560-094a8fd6f1a5-4f5675b9, #w-node-_7724a18c-3fe5-f33a-bceb-50f473325102-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7724a18c-3fe5-f33a-bceb-50f473325103-4f5675b9 {
  justify-self: start;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c571-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c572-4f5675b9 {
  justify-self: start;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5b-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5c-4f5675b9 {
  justify-self: start;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e1229-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e122a-4f5675b9 {
  justify-self: start;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f217-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f218-4f5675b9 {
  justify-self: start;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee657-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee658-4f5675b9 {
  justify-self: start;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc06-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc07-4f5675b9 {
  justify-self: start;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc5-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc6-4f5675b9 {
  justify-self: start;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894531-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894532-4f5675b9 {
  justify-self: start;
}

#w-node-_41b861b5-4f64-4c43-7229-39048ec9840d-4f5675b9, #w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c11-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c12-4f5675b9 {
  justify-self: start;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a986-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a987-4f5675b9 {
  justify-self: start;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606df-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606e0-4f5675b9 {
  justify-self: start;
}

#w-node-_506b5fbe-e1f5-2018-b14b-6cc52b1ebbe6-4f5675b9, #w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f175-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f176-4f5675b9 {
  justify-self: start;
}

#w-node-_04dc89e3-235c-3108-9e2f-6e798f3588c2-4f5675b9, #w-node-_2d5beda5-19cf-2370-9367-4035c91b8858-4f5675b9, #w-node-_6f462cf8-f8ad-1730-6ba6-c3ad3a3d09a1-4f5675b9, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded011-4f5675b9, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded012-4f5675b9, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d3-4f5675b9, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d4-4f5675b9, #w-node-_04cb636f-9a10-3994-1ff6-0de43638409f-4f5675b9, #w-node-_04cb636f-9a10-3994-1ff6-0de4363840a0-4f5675b9, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8103-4f5675b9, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8104-4f5675b9, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849b-4f5675b9, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849c-4f5675b9, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce0-4f5675b9, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce1-4f5675b9, #w-node-_8a369d9b-ce07-f107-5bf4-ce0e71c93e9c-4f5675b9, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087924-4f5675b9, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087925-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087926-4f5675b9 {
  justify-self: start;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087928-4f5675b9, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa82-4f5675b9, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa83-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa84-4f5675b9 {
  justify-self: start;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa88-4f5675b9, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005832-4f5675b9, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005833-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b58005834-4f5675b9 {
  justify-self: start;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b5800583a-4f5675b9, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade21-4f5675b9, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade22-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade23-4f5675b9 {
  justify-self: start;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade27-4f5675b9, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340c-4f5675b9, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340d-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340e-4f5675b9 {
  justify-self: start;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b3414-4f5675b9, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56d-4f5675b9, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56e-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56f-4f5675b9 {
  justify-self: start;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec575-4f5675b9, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c853-4f5675b9, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c854-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c855-4f5675b9 {
  justify-self: start;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c85b-4f5675b9, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae05-4f5675b9, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae06-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae07-4f5675b9 {
  justify-self: start;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae0b-4f5675b9, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68d9-4f5675b9, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68da-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68db-4f5675b9 {
  justify-self: start;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68e1-4f5675b9, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7d-4f5675b9, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7e-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7f-4f5675b9 {
  justify-self: start;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d85-4f5675b9, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68473-4f5675b9, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68474-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68475-4f5675b9 {
  justify-self: start;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa6847b-4f5675b9, #w-node-a5da9f04-3971-3286-163a-446635d1e349-4f5675b9, #w-node-a5da9f04-3971-3286-163a-446635d1e34a-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34b-4f5675b9 {
  justify-self: start;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34f-4f5675b9, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56b-4f5675b9, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56d-4f5675b9 {
  justify-self: start;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f575-4f5675b9, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8e-4f5675b9, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8f-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e90-4f5675b9 {
  justify-self: start;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e98-4f5675b9, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45201-4f5675b9, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45202-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45203-4f5675b9 {
  justify-self: start;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d4520b-4f5675b9, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845b-4f5675b9, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845d-4f5675b9 {
  justify-self: start;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba298461-4f5675b9, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3590-4f5675b9, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3591-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3592-4f5675b9 {
  justify-self: start;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3598-4f5675b9, #w-node-_567fa681-d95e-e5c8-e104-8133881b9456-4f5675b9, #w-node-_567fa681-d95e-e5c8-e104-8133881b9457-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b9458-4f5675b9 {
  justify-self: start;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b945e-4f5675b9, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb0-4f5675b9, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb1-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb2-4f5675b9 {
  justify-self: start;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb8-4f5675b9, #w-node-_27682e82-6b82-214d-fa90-86b894680783-4f5675b9, #w-node-_27682e82-6b82-214d-fa90-86b894680784-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680785-4f5675b9 {
  justify-self: start;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680789-4f5675b9, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac991-4f5675b9, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac992-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac993-4f5675b9 {
  justify-self: start;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac999-4f5675b9, #w-node-edd60730-d7b5-905a-29e7-2371af7399ad-4f5675b9, #w-node-edd60730-d7b5-905a-29e7-2371af7399ae-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399af-4f5675b9 {
  justify-self: start;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399b5-4f5675b9, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67a-4f5675b9, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67b-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67c-4f5675b9 {
  justify-self: start;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67e-4f5675b9, #w-node-_792c04d9-452e-3393-b749-359268974377-4f5675b9, #w-node-_792c04d9-452e-3393-b749-359268974378-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c04d9-452e-3393-b749-359268974379-4f5675b9 {
  justify-self: start;
}

#w-node-_792c04d9-452e-3393-b749-35926897437f-4f5675b9, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71d-4f5675b9, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71e-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71f-4f5675b9 {
  justify-self: start;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a725-4f5675b9, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0b-4f5675b9, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0d-4f5675b9 {
  justify-self: start;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0f-4f5675b9, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7a-4f5675b9, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7b-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7c-4f5675b9 {
  justify-self: start;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b84-4f5675b9, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c8-4f5675b9, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c9-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ca-4f5675b9 {
  justify-self: start;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ce-4f5675b9, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526918-4f5675b9, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526919-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691a-4f5675b9 {
  justify-self: start;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691e-4f5675b9, #w-node-cc09a134-61da-66c7-ded5-36593484e99a-4f5675b9, #w-node-cc09a134-61da-66c7-ded5-36593484e99b-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e99c-4f5675b9 {
  justify-self: start;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e9a2-4f5675b9, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e33-4f5675b9, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e34-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e35-4f5675b9 {
  justify-self: start;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e39-4f5675b9, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3742-4f5675b9, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3743-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3744-4f5675b9 {
  justify-self: start;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3748-4f5675b9, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaae-4f5675b9, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaaf-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab0-4f5675b9 {
  justify-self: start;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab4-4f5675b9, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc0-4f5675b9, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc1-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc2-4f5675b9 {
  justify-self: start;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc8-4f5675b9, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0903-4f5675b9, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0904-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0905-4f5675b9 {
  justify-self: start;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0909-4f5675b9, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b5-4f5675b9, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b6-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b7-4f5675b9 {
  justify-self: start;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4bb-4f5675b9, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd127-4f5675b9, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd128-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd129-4f5675b9 {
  justify-self: start;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd12d-4f5675b9, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da16-4f5675b9, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da17-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da18-4f5675b9 {
  justify-self: start;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da1e-4f5675b9, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0571-4f5675b9, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0572-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0573-4f5675b9 {
  justify-self: start;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0577-4f5675b9, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e456-4f5675b9, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e457-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e458-4f5675b9 {
  justify-self: start;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e45c-4f5675b9, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde423-4f5675b9, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde424-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde425-4f5675b9 {
  justify-self: start;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde429-4f5675b9, #w-node-_20edd801-1b57-f335-31c5-bbf698decd81-4f5675b9, #w-node-_20edd801-1b57-f335-31c5-bbf698decd82-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd83-4f5675b9 {
  justify-self: start;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd89-4f5675b9, #w-node-_82eb6af5-010b-9a76-b404-e7b244064447-4f5675b9, #w-node-_82eb6af5-010b-9a76-b404-e7b244064448-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b244064449-4f5675b9 {
  justify-self: start;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b24406444d-4f5675b9, #w-node-_08c21a88-f85d-abba-b798-02b4411180e4-4f5675b9, #w-node-_08c21a88-f85d-abba-b798-02b4411180e5-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180e6-4f5675b9 {
  justify-self: start;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180ea-4f5675b9, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819b-4f5675b9, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819d-4f5675b9 {
  justify-self: start;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b281a1-4f5675b9, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5b-4f5675b9, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5d-4f5675b9 {
  justify-self: start;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a63-4f5675b9, #w-node-_197b72bb-c9f7-0427-6664-8ea9aaf46cd0-4f5675b9, #w-node-_20413161-5260-6e26-b63b-f44b55103841-4f5675b9, #w-node-_20413161-5260-6e26-b63b-f44b55103842-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103843-4f5675b9 {
  justify-self: start;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103847-4f5675b9, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce2-4f5675b9, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce3-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce4-4f5675b9 {
  justify-self: start;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce6-4f5675b9, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b611-4f5675b9, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b612-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b613-4f5675b9 {
  justify-self: start;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b615-4f5675b9, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60b-4f5675b9, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60d-4f5675b9 {
  justify-self: start;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60f-4f5675b9, #w-node-e70beded-003a-5418-9f9a-b493978f3dcb-4f5675b9, #w-node-e70beded-003a-5418-9f9a-b493978f3dcc-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dcd-4f5675b9 {
  justify-self: start;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dd1-4f5675b9, #w-node-d26d1036-766f-826c-7367-e2354959b592-4f5675b9, #w-node-d26d1036-766f-826c-7367-e2354959b593-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26d1036-766f-826c-7367-e2354959b594-4f5675b9 {
  justify-self: start;
}

#w-node-d26d1036-766f-826c-7367-e2354959b598-4f5675b9, #w-node-_4163f697-749c-17b9-df49-5a408422aecd-4f5675b9, #w-node-_4163f697-749c-17b9-df49-5a408422aece-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aecf-4f5675b9 {
  justify-self: start;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aed1-4f5675b9, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2487-4f5675b9, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2488-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a2489-4f5675b9 {
  justify-self: start;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a248d-4f5675b9, #w-node-_51d64813-125e-1286-ddf0-173d9237402b-4f5675b9, #w-node-_51d64813-125e-1286-ddf0-173d9237402c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d64813-125e-1286-ddf0-173d9237402d-4f5675b9 {
  justify-self: start;
}

#w-node-_51d64813-125e-1286-ddf0-173d92374031-4f5675b9, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb62-4f5675b9, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb63-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb64-4f5675b9 {
  justify-self: start;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb66-4f5675b9, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c241-4f5675b9, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c242-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c243-4f5675b9 {
  justify-self: start;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c247-4f5675b9, #w-node-_129de720-99e8-a253-30fa-cdd92986867b-4f5675b9, #w-node-_129de720-99e8-a253-30fa-cdd92986867c-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129de720-99e8-a253-30fa-cdd92986867d-4f5675b9 {
  justify-self: start;
}

#w-node-_129de720-99e8-a253-30fa-cdd929868681-4f5675b9, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e55-4f5675b9, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e56-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e57-4f5675b9 {
  justify-self: start;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e59-4f5675b9, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b5-4f5675b9, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b6-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b7-4f5675b9 {
  justify-self: start;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59bb-4f5675b9, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a7f-4f5675b9, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a80-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a81-4f5675b9 {
  justify-self: start;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a85-4f5675b9, #w-node-_5f9ea9fa-f365-326f-057b-0a3215443d7c-4f5675b9, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d3-4f5675b9, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d4-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d5-4f5675b9 {
  justify-self: start;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0db-4f5675b9, #w-node-_5e9f1d64-8b02-ef12-bf3c-366e2dee7c46-4f5675b9, #w-node-_599a77eb-cbcf-0bc4-ed9e-dc3f0bd242c3-4f5675b9, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d68-4f5675b9, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d69-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6a-4f5675b9 {
  justify-self: start;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6c-4f5675b9, #w-node-_9e57c13a-cf2f-f456-9d4e-c5e778e527d6-4f5675b9, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd15-4f5675b9, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd16-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd17-4f5675b9 {
  justify-self: start;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd1b-4f5675b9, #w-node-_2973ba10-e741-c289-d93c-d78feb58b781-4f5675b9, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db2-4f5675b9, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db3-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db4-4f5675b9 {
  justify-self: start;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db8-4f5675b9, #w-node-cf219997-381a-aac0-d724-994eb48a107d-4f5675b9, #w-node-_007791d2-eb62-18a1-6cc8-4d38c6fdfb97-4f5675b9, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af5-4f5675b9, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af6-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af7-4f5675b9 {
  justify-self: start;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2afd-4f5675b9, #w-node-_41604482-c433-3719-0cf8-593fb40bac3f-4f5675b9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a2-4f5675b9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a3-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a4-4f5675b9 {
  justify-self: start;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144aa-4f5675b9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144ac-4f5675b9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144b7-4f5675b9, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ece-4f5675b9, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ecf-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed0-4f5675b9 {
  justify-self: start;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed4-4f5675b9, #w-node-adda9b55-7183-35f2-1f4b-e57115cfe82c-4f5675b9, #w-node-_66f615fd-5a02-8744-b784-ccc1b65f74fb-4f5675b9, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab1-4f5675b9, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab2-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab3-4f5675b9 {
  justify-self: start;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab7-4f5675b9, #w-node-_891742b3-694e-7c99-6f26-cf0e25fbfef5-4f5675b9, #w-node-_3755fb04-6258-3b32-b0e4-8e4f3fde80f5-4f5675b9, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5427-4f5675b9, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5428-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5429-4f5675b9 {
  justify-self: start;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e542d-4f5675b9, #w-node-_2f1140c4-a93d-64d6-5bc6-de5dc2ca78ea-4f5675b9, #w-node-fc185db5-54bf-c158-7e5f-d96a7d927b63-4f5675b9, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece30-4f5675b9, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece31-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece32-4f5675b9 {
  justify-self: start;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece36-4f5675b9, #w-node-f068d199-8dfb-ac30-07c5-dfb5997fd832-4f5675b9, #w-node-_864f4332-2852-af32-a1bc-5f2b9fd18286-4f5675b9, #w-node-_70399044-9d7c-8786-8e9b-4caa3836d5db-4f5675b9, #w-node-f00895c0-b31d-a854-b9d4-f9617ea19d7e-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00895c0-b31d-a854-b9d4-f9617ea19d96-4f5675b9 {
  justify-self: start;
}

#w-node-_5a856275-97b2-0d8f-b3ad-755dc0e03f57-4f5675b9, #w-node-_8b0f5845-43ff-d215-9793-4c083b515430-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6ccb6d-3abe-55a6-09f4-cbf0df22bb5b-4f5675b9 {
  justify-self: start;
}

#w-node-ed2c91ca-61ef-74c8-52b4-1c5d8d5c123a-4f5675b9, #w-node-_699d4328-e619-ac69-81c6-8afcea95f3cf-4f5675b9, #w-node-bb2561cd-00a8-9295-0a63-fcd2e58a5f36-4f5675b9, #w-node-_366519ab-6374-4145-e9c2-c92b038e07d1-4f5675b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0adcd48-b331-c0b5-6cb8-6c91764ee02c-2ed78cf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_94ce09e6-ad6f-ad73-b493-9308ae3b78a2-2ed78cf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1851d869-01c0-196b-96b6-defbfd98ee5a-74c341a5, #w-node-_1d2b206e-3b1e-930d-c975-fa1546690492-74c341a5, #w-node-d0af8620-2477-396c-4089-4e3c96184202-74c341a5, #w-node-f8c4cdee-0234-7ff5-3185-ece7ec61e3d2-74c341a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de3cccf-a011-74f9-6d1a-1feb1f0c03d2-74c341a5, #w-node-_7ec91e0f-1592-d769-a13f-a2ebc24b080a-74c341a5, #w-node-_3025bd96-5734-8c43-11f7-bfcb925f2f88-74c341a5 {
  align-self: start;
}

#w-node-_0d1898a0-4683-b166-23f2-5b990f4292cf-74c341a5 {
  order: 9999;
}

#w-node-_0d1898a0-4683-b166-23f2-5b990f4292fe-74c341a5, #w-node-_505db0b1-200d-1daa-a175-450ede64d33e-74c341a5, #w-node-_5ae010d0-7122-40fd-f28f-1bc11a8131af-74c341a5, #w-node-_0d1898a0-4683-b166-23f2-5b990f4292ec-74c341a5 {
  align-self: start;
}

#w-node-_036b71d6-1896-7b6d-0fb6-eb77a25c20ed-bec88e69, #w-node-_036b71d6-1896-7b6d-0fb6-eb77a25c20f5-bec88e69, #w-node-_036b71d6-1896-7b6d-0fb6-eb77a25c20fd-bec88e69 {
  justify-self: stretch;
}

#w-node-d4748ba1-0fe4-64da-ec0c-f4f097f1ea0f-4a23391c {
  place-self: center;
}

#w-node-e0adcd48-b331-c0b5-6cb8-6c91764ee02c-6e00b25c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_94ce09e6-ad6f-ad73-b493-9308ae3b78a2-6e00b25c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bfcf3fc7-3508-24de-7db3-e33735404195-0153504d, #w-node-_7bbe3904-3a76-2b0c-2c1a-ebae827e7361-0153504d, #w-node-_077f9198-7389-43a1-46b1-9a36b7166285-0153504d, #w-node-_5f3a3558-0965-21e9-66e3-d2465ee4d206-0153504d, #w-node-_5f3a3558-0965-21e9-66e3-d2465ee4d20e-0153504d, #w-node-_5f3a3558-0965-21e9-66e3-d2465ee4d216-0153504d, #w-node-_4b522653-4b57-c8ff-e2c8-745d3b4dcb18-0153504d, #w-node-_4b522653-4b57-c8ff-e2c8-745d3b4dcb1b-0153504d, #w-node-_4b522653-4b57-c8ff-e2c8-745d3b4dcb1e-0153504d, #w-node-_2d5aa354-fa92-7e47-9a17-89c95e327e58-0153504d, #w-node-_2d5aa354-fa92-7e47-9a17-89c95e327e5b-0153504d, #w-node-_2d5aa354-fa92-7e47-9a17-89c95e327e5e-0153504d {
  justify-self: stretch;
}

#w-node-d4748ba1-0fe4-64da-ec0c-f4f097f1ea0f-f21fff50 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7299fa5f-9d3c-879c-6a98-716abad4c705-4f5674f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d1898a0-4683-b166-23f2-5b990f4292cf-4f5674f2 {
    justify-self: auto;
  }

  #w-node-_0d1898a0-4683-b166-23f2-5b990f4292ec-4f5674f2 {
    order: -9999;
  }

  #w-node-_64e4dd4f-58f0-bcf3-650d-cda0a9ce087e-a9ce0866 {
    justify-self: start;
  }

  #w-node-_64e4dd4f-58f0-bcf3-650d-cda0a9ce087f-a9ce0866 {
    justify-self: auto;
  }

  #w-node-ba917a40-50de-b4bc-8be7-7162bc1db6f9-4f5675a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_7299fa5f-9d3c-879c-6a98-716abad4c705-74c341a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d1898a0-4683-b166-23f2-5b990f4292cf-74c341a5 {
    justify-self: auto;
  }

  #w-node-_0d1898a0-4683-b166-23f2-5b990f4292ec-74c341a5 {
    order: -9999;
  }

  #w-node-_400dacfe-4f68-141d-a0d1-1c6eea00474f-4a23391c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_729b3ebc-5b76-18bf-3647-7168cb7658d9-4f5674f2 {
    place-self: auto center;
  }

  #w-node-e8af8e93-7d24-6108-9c6c-364d1b92eae9-4f5674f2, #w-node-_7299fa5f-9d3c-879c-6a98-716abad4c705-4f5674f2 {
    justify-self: center;
  }

  #w-node-_7ec91e0f-1592-d769-a13f-a2ebc24b0806-4f5674f2, #w-node-_7ec91e0f-1592-d769-a13f-a2ebc24b0808-4f5674f2, #w-node-c3505b77-9a9c-8a36-cee2-b04bfc44790d-4f5674f2, #w-node-_71edbd62-a915-4b2e-a889-fe0a8bd5a5bc-4f5674f2, #w-node-_302c83d6-25bf-1e30-2a45-8064972d01bc-4f5674f2 {
    order: -9999;
  }

  #w-node-fb6f6c1b-0af9-f0fa-b128-0983094d9837-4f56754c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_187e490a-c86a-1bdb-fba3-8c1722d5e02f-4f56754c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb6f6c1b-0af9-f0fa-b128-0983094d9837-4f56754d {
    order: -9999;
  }

  #w-node-_187e490a-c86a-1bdb-fba3-8c1722d5e02f-4f56754d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94ce09e6-ad6f-ad73-b493-9308ae3b78a2-4f567556 {
    justify-self: start;
  }

  #w-node-bd86ccd5-9266-c189-a30f-3915ea00d9d1-4f56756f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb6f6c1b-0af9-f0fa-b128-0983094d9837-4f567570, #w-node-_9f67b152-a0c5-5ddb-eec0-1d2d26c63542-4f567585, #w-node-_574f4d99-57a7-11d2-21b0-7499a939c7e3-4f567585, #w-node-c5ee61de-0b82-a2a8-928f-6b1afe3bd2ed-4f567585, #w-node-_05da205c-18e2-ec30-10fa-7b563c2b8c07-4f5675a2, #w-node-_05da205c-18e2-ec30-10fa-7b563c2b8c37-4f5675a2, #w-node-_05da205c-18e2-ec30-10fa-7b563c2b8c98-4f5675a2, #w-node-_2a1a0d3e-cc2a-7681-27c9-dd53573f1199-4f5675bf, #w-node-_2a1a0d3e-cc2a-7681-27c9-dd53573f11c9-4f5675bf, #w-node-dcdbde43-3c97-b138-e15b-09ea9e8276fc-4f5675bf {
    order: -9999;
  }

  #w-node-_94ce09e6-ad6f-ad73-b493-9308ae3b78a2-2ed78cf6 {
    justify-self: start;
  }

  #w-node-_729b3ebc-5b76-18bf-3647-7168cb7658d9-74c341a5 {
    place-self: auto center;
  }

  #w-node-e8af8e93-7d24-6108-9c6c-364d1b92eae9-74c341a5, #w-node-_7299fa5f-9d3c-879c-6a98-716abad4c705-74c341a5 {
    justify-self: center;
  }

  #w-node-_7ec91e0f-1592-d769-a13f-a2ebc24b0806-74c341a5, #w-node-_7ec91e0f-1592-d769-a13f-a2ebc24b0808-74c341a5, #w-node-c3505b77-9a9c-8a36-cee2-b04bfc44790d-74c341a5, #w-node-_71edbd62-a915-4b2e-a889-fe0a8bd5a5bc-74c341a5, #w-node-_302c83d6-25bf-1e30-2a45-8064972d01bc-74c341a5 {
    order: -9999;
  }

  #w-node-_94ce09e6-ad6f-ad73-b493-9308ae3b78a2-6e00b25c {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_574f4d99-57a7-11d2-21b0-7499a939c7e3-4f567585 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-dcde542c-f1c0-ecd0-0896-f241e1f871a0-4f56758a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ba917a40-50de-b4bc-8be7-7162bc1db6f9-4f5675a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_05da205c-18e2-ec30-10fa-7b563c2b8c07-4f5675a2 {
    order: -9999;
  }

  #w-node-_05da205c-18e2-ec30-10fa-7b563c2b8c37-4f5675a2 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_05da205c-18e2-ec30-10fa-7b563c2b8c98-4f5675a2 {
    order: -9999;
  }

  #w-node-dcde542c-f1c0-ecd0-0896-f241e1f871a0-4f5675b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_2a1a0d3e-cc2a-7681-27c9-dd53573f11c9-4f5675bf, #w-node-dcdbde43-3c97-b138-e15b-09ea9e8276fc-4f5675bf {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_400dacfe-4f68-141d-a0d1-1c6eea00474f-4a23391c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}