@font-face {
  font-family: Hurme Geometric Sans;
  src: url('../fonts/HurmeGeometricSans1-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hurme Geometric Sans;
  src: url('../fonts/HurmeGeometricSans1-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Hurme Geometric Sans;
  src: url('../fonts/HurmeGeometricSans1SemiBoldOblique.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --font--primary: "Hurme Geometric Sans", Arial, sans-serif;
  --colors--dark: #202020;
  --size--h1: 88px;
  --letter-spacing--1-0em: 1em;
  --weight--regular: 400;
  --size--h2: 56px;
  --weight--light: 300;
  --letter-spacing--5: -.05em;
  --size--h3: 40px;
  --size--h4: 32px;
  --colors--accent: #202020;
  --size--h5: 24px;
  --size--h6: 20px;
  --font--secondary: Inter, sans-serif;
  --colors--semi-transparent-dark: #1b1b1b99;
  --text--text-body: 16px;
  --text--text-small: 14px;
  --colors--blue: #3e3eaf;
  --colors--light: white;
  --colors--orange: #ffb020;
  --radius--small: 16px;
  --colors--border-light: #ffffff29;
  --colors--border-dark: #24242429;
  --radius--xxxsmall: 6px;
  --colors--semi-transparent-light: #fff9;
  --radius--xsmall: 12px;
  --colors--dark-blue: #2c2c4f;
  --text--text-big: 20px;
  --size--h0: 80px;
  --colors--background: white;
  --weight--bold: 700;
  --colors--aqua: #00d3ae;
  --colors--pink: #dc64f7;
  --colors--red: #ff5a3a;
  --radius--regular: 32px;
  --radius--medium: 24px;
  --text--label: 12px;
  --letter-spacing--8: -.08em;
  --letter-spacing--4: -.04em;
  --letter-spacing--3: -.03em;
  --letter-spacing--2: -.02em;
  --letter-spacing--1: -.01em;
  --letter-spacing--0: 0px;
  --letter-spacing--2-0em: 2em;
  --letter-spacing--3-0em: 3em;
  --letter-spacing--4-0em: 4em;
  --radius--round: 100vw;
  --radius--big: 40px;
  --radius--xxsmall: 8px;
}

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

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

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

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

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

h1 {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--size--h1);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--size--h2);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--light);
  letter-spacing: var(--letter-spacing--5);
  margin-top: 20px;
  margin-bottom: 0;
}

h3 {
  font-family: var(--font--primary);
  color: var(--colors--accent);
  font-size: var(--size--h3);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--light);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--size--h4);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--light);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--size--h5);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--size--h6);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-family: var(--font--secondary);
  color: var(--colors--semi-transparent-dark);
  font-size: var(--text--text-body);
  line-height: 1.5em;
  font-weight: var(--weight--light);
  margin-top: 10px;
  margin-bottom: 0;
}

a {
  color: var(--colors--semi-transparent-dark);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--colors--blue);
}

a.w--current {
  background-color: #c8c8c800;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--font--primary);
}

.card-template-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.menu-links-wrap {
  overflow: hidden;
}

.navigation-label-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-link {
  font-family: var(--font--primary);
  color: var(--colors--light);
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--colors--orange);
}

.navigation-exand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.colors-grid-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.navigation-icon-line-horizontal {
  background-color: #16231b;
  width: 14px;
  height: 2px;
}

.cta-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-fixed {
  z-index: 999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: fixed;
  bottom: 32px;
  right: 16px;
  box-shadow: 0 15px 20px #02012014;
}

.colors-master-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.error-message-2 {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.social-link {
  opacity: .5;
  color: #f9f5eb;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: 1;
  object-fit: fill;
}

.nav-dropdown-list.w--open {
  z-index: 10043;
  background-color: #0000;
  margin-top: 0;
  padding-top: 24px;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  padding-right: 75px;
  display: flex;
}

.dropdown-list-inner {
  transform-origin: 50% 0;
  background-color: #f9f5eb;
  border: 1px solid #16231b29;
  border-radius: 8px;
  padding: 24px;
}

.navigation-label-desktop {
  border: 1px solid #16231b29;
  border-radius: 24px;
  padding: 4px 16px;
}

.menu-cta-mobile {
  display: none;
}

.footer-links-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.multi-layout-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 20px 16px 12px;
  transition: background-color .2s;
  display: flex;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.cta-main {
  background-color: var(--colors--dark);
  font-family: var(--font--primary);
  color: var(--colors--light);
  font-size: var(--radius--small);
  line-height: 150%;
  font-weight: var(--weight--regular);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.accent {
  background-color: var(--colors--accent);
  color: var(--colors--light);
  font-weight: var(--weight--regular);
}

.cta-main.outlined-light {
  background-color: #0000;
  border: 1px solid #f9f5eb;
}

.cta-main.light {
  background-color: var(--colors--light);
  color: #16231b;
}

.cta-main.blurred {
  background-color: var(--colors--border-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cta-main.blurred:hover {
  color: var(--colors--light);
}

.main-container {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.success-message-newsletter {
  background-color: var(--colors--border-light);
  font-family: var(--font--primary);
  color: #f9f5eb;
  text-align: center;
  border-radius: 8px;
  max-width: 400px;
}

.navbar-master {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-master.sticky-nav {
  height: 80px;
}

.nav-menu-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrap.display-none {
  display: none;
}

.footer-bottom-message {
  padding-top: 32px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 1px solid #16231b29;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 50px;
  display: flex;
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.button-animation-hide.small {
  height: 18px;
}

.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-wrap.display-hidden {
  display: none;
}

.text-h1 {
  z-index: 1;
  letter-spacing: -.02em;
  font-size: 88px;
  font-weight: 400;
  line-height: 90%;
}

.mega-menu-wrap {
  background-color: var(--colors--semi-transparent-dark);
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.submit-button {
  color: var(--colors--light);
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.megs-menu-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-logo-big {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.navbar.sticky-nav {
  border: 1px solid var(--colors--border-dark);
  opacity: 1;
  background-color: #fff0;
  border-radius: 100px;
  width: 98%;
  padding: 0;
  position: fixed;
  top: 14px;
}

.multi-layout-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.menu-page-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}

.brand-link-navbar {
  height: 40px;
}

.link-multi-layout {
  color: #16231b99;
  font-size: 14px;
  line-height: 150%;
}

.link-multi-layout:hover {
  color: #16231b;
  text-decoration: underline;
}

.text-field {
  border: 1px solid var(--colors--border-light);
  border-radius: var(--radius--xxxsmall);
  background-color: var(--colors--border-light);
  font-family: var(--font--secondary);
  color: var(--colors--light);
  font-size: 16px;
  font-weight: var(--weight--regular);
  align-self: flex-start;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 0 16px 4px;
}

.text-field:focus {
  border-color: #16231b;
}

.text-field::placeholder {
  color: var(--colors--semi-transparent-light);
  font-size: var(--radius--xsmall);
  font-weight: var(--weight--light);
}

.text-field.newsletter {
  color: #f9f5eb;
}

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

.text-field.text-area {
  height: 80px;
  padding-top: 9px;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

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

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.label {
  font-family: var(--font--primary);
  color: var(--colors--semi-transparent-dark);
  font-size: var(--radius--small);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  letter-spacing: .02em;
  text-transform: none;
}

.label.color-light, .label.light {
  color: var(--colors--light);
}

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

.label.light.center-align.newsletter-label {
  color: var(--colors--orange);
  font-size: var(--radius--small);
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.old {
  display: none;
}

.page-wrapper.hide-on-mobile.dark {
  background-color: var(--colors--dark-blue);
}

.page-wrapper.hide-on-mobile.dark.overflow-open, .page-wrapper.hide-on-mobile.overflow-show {
  overflow: visible;
}

.page-wrapper.dark {
  background-color: var(--colors--dark-blue);
}

.page-wrapper.dark.overflow-open, .page-wrapper.overflow-show {
  overflow: visible;
}

.navigation-icon-line-vertical {
  background-color: #16231b;
  width: 2px;
  height: 14px;
  position: absolute;
}

.menu-bottom-tile {
  display: none;
}

.template-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.text-small {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--text--text-small);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #16231b;
}

.icon-multi-layout {
  width: 20px;
  height: 20px;
}

.cta-master {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 649px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hide {
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.color-wrap-style-guide {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.navbar-bottom-line {
  z-index: 999;
  background-color: #16231b29;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.button-content-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-content-tile.small {
  justify-content: center;
  align-items: center;
  height: 20px;
}

.section-divider {
  border-bottom: 1px solid #16231b29;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.navigation-link-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.limit-680 {
  width: 100%;
  max-width: 680px;
}

.footer {
  z-index: 1;
  background-color: var(--colors--dark-blue);
  color: #f9f5eb;
  padding: 64px 15px 32px;
  position: relative;
  overflow: hidden;
}

.footer-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  padding-bottom: 35px;
  display: grid;
}

.cta-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.brand-link {
  height: 50px;
}

.menu-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.template-block-title {
  position: sticky;
  top: 120px;
}

.newsletter-field-master {
  max-width: none;
  position: relative;
}

.cta-overlay {
  background-color: var(--colors--semi-transparent-dark);
  opacity: .79;
  background-image: url('../images/Screenshot-2025-03-13-at-8.01.44-AM_1.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.nav-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid #16231b29;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 60px;
  display: flex;
}

.footer-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.footer-column.display-hidden {
  display: none;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-divider {
  display: none;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-wrap-style-guide {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  display: flex;
}

.cta-small {
  background-color: var(--colors--dark);
  font-family: var(--font--primary);
  color: var(--colors--light);
  font-size: 14px;
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  -webkit-text-stroke-color: var(--colors--light);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.cta-small:hover {
  color: var(--colors--light);
}

.footer-bottom-tile {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  padding-top: 32px;
  padding-bottom: 32px;
}

.template-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  place-items: start stretch;
}

.mega-menu-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.newsletter-form-top.auto-width {
  width: auto;
}

.text-underline {
  color: var(--colors--light);
  text-decoration: underline;
}

.text-big {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--text--text-big);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
}

.text-body {
  font-family: var(--font--primary);
  color: var(--colors--semi-transparent-dark);
  font-size: var(--text--text-body);
  line-height: 1.2em;
  font-weight: var(--weight--light);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

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

.text-body.success {
  color: var(--colors--orange);
}

.navigation-link-hover-wrap {
  font-family: var(--font--primary);
  font-size: var(--text--text-body);
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.navigation-link-hover-wrap:hover {
  color: var(--colors--light);
  flex: 1;
}

.menu-page-bottom-tile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.newsletter-form.auto-width {
  width: auto;
  min-width: 350px;
  max-width: 400px;
}

.hero-text {
  font-family: var(--font--primary);
  color: var(--colors--dark);
  font-size: var(--size--h0);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  letter-spacing: -.02em;
}

.template-hero-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

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

.multi-layout-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.section {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.cta-section {
  color: #f9f5eb;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.details {
  padding-top: 0;
}

.section.template-hero, .section.hero {
  padding-top: 144px;
  padding-bottom: 64px;
}

.section.hero-home-a {
  height: 100svh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
  overflow: clip;
}

.section.home-a-column-section {
  border-bottom: 1px solid var(--colors--border-dark);
  padding-top: 0;
  padding-bottom: 0;
}

.section.service-selection, .section.normal {
  border-top: 1px solid var(--colors--border-dark);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.light {
  border-top: 0px solid var(--colors--border-dark);
  color: var(--colors--dark);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.light.display-hidden {
  display: none;
}

.section.light.no-bg {
  background-color: #fff0;
}

.section.dark, .section.contact {
  background-color: var(--colors--dark-blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.privacy-policy {
  padding-top: 120px;
  padding-bottom: 40px;
}

.section.team {
  background-image: url('../images/sasha-pleshco-nBRHY7YZ3M0-unsplash_1.avif');
  background-position: 50% 60%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
}

.section.banner {
  height: 94vh;
  padding-top: 130px;
  overflow: visible;
}

.section.solution {
  padding-top: 200px;
  padding-bottom: 300px;
  overflow: visible;
}

.section.benefit {
  background-color: var(--colors--dark-blue);
  background-image: linear-gradient(169deg, var(--colors--dark-blue), var(--colors--dark));
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: visible;
}

.section.benefit.display-hidden {
  display: none;
}

.section.pad, .section.transition {
  margin-bottom: -8px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.transition.hide {
  display: none;
}

.section.bottom-mg-50px {
  margin-bottom: 50px;
  overflow: visible;
}

.section.bottom-mg-50px.dark-section {
  background-color: var(--colors--dark-blue);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.bottom-mg-50px.dark-section.no-bottom {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.section.resource {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.page-banner {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: clip;
}

.section.blog-page-banner {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 60vh;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  overflow: clip;
}

.section.about-us-photos {
  margin-top: -183px;
  margin-bottom: 150px;
}

.section.team-members {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.section-pad {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.sticky-technology {
  background-image: linear-gradient(81deg, var(--colors--dark-blue), #2b2b4bf7 32%, var(--colors--semi-transparent-dark));
  background-position: 0 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.home-hero {
  height: 100vh;
  padding-top: 130px;
  overflow: visible;
}

.relative-block {
  position: relative;
}

.menu-link {
  font-family: var(--font--primary);
  color: var(--colors--light);
  text-align: center;
  border-radius: 8px;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: background-color .2s;
}

.menu-link:hover {
  background-color: var(--colors--orange);
  color: var(--colors--light);
}

.dropdown-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
}

.dropdown-list.w--open {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding-top: 42px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-cta-fixed {
  width: 24px;
  height: 24px;
}

.menu-links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-page-wrap {
  background-color: #ece7d9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 304px;
  height: 180px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.cta-gradient {
  background-image: linear-gradient(0deg, var(--colors--dark-blue), #fff0);
  height: 146px;
  position: absolute;
  inset: auto 0% 0%;
}

.color {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-direction: column;
  width: 102px;
  height: 102px;
}

.color.color-four {
  background-color: var(--colors--light);
  border-color: #16231b29;
}

.color.color-two {
  background-color: var(--colors--accent);
}

.color.color-one {
  background-color: var(--colors--dark);
}

.mega-menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.brand-navbar {
  height: 40px;
  transition: all .2s ease-in-out;
}

.brand-navbar:hover {
  transform: scale(1.05);
}

.heading {
  color: var(--colors--dark);
  line-height: var(--letter-spacing--1-0em);
}

.home-a-top-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.lightbox-home-a {
  background-image: url('../images/Small-Video_1Small Video.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.cta-main-2 {
  color: #f9f5eb;
  text-align: center;
  cursor: pointer;
  background-color: #16231b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main-2.light {
  color: #16231b;
  background-color: #f9f5eb;
}

.cta-main-2.blured {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff29;
}

.cta-main-2.outlined-light {
  background-color: #0000;
  border: 1px solid #f9f5eb;
}

.cta-main-2.small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 142%;
}

.home-a-title-bottom-tikle {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-a-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.label-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.home-a-hero-maser {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.home-a-video {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 97px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-a-logo-big {
  width: 100%;
  margin-bottom: -95px;
}

.home-a-small-video {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  text-align: center;
  background-color: #ffffff29;
  border-radius: 8px;
  flex-flow: column;
  width: 300px;
  padding: 8px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
  overflow: hidden;
}

.home-a-small-video.display-none {
  display: none;
}

.home-a-overlay {
  background-image: linear-gradient(to bottom, var(--colors--dark), var(--colors--dark));
  opacity: .43;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-h2 {
  font-size: 56px;
  line-height: 100%;
  font-weight: var(--weight--light);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

.headline-home-a {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-home-a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.section-2 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.hero-home-a {
  color: #f9f5eb;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100svh;
  margin-bottom: -100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.home-a-play-button {
  border-radius: 100vw;
  width: 40px;
  height: 40px;
}

.section-spacer {
  height: 100vh;
}

.home-a-about-columns {
  display: flex;
}

.marquee-logo {
  height: 32px;
}

.master-marquees {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.marquee-shadow-light {
  background-image: linear-gradient(90deg, #fff0, var(--colors--light));
  width: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-shadow-light.left {
  background-image: linear-gradient(90deg, var(--colors--light), #fff0);
  inset: 0% auto 0% 0%;
}

.label-3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.single-text-marquee {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex: none;
  align-items: center;
  display: flex;
}

.home-a-about-column {
  padding-top: 64px;
  padding-bottom: 64px;
}

.home-a-about-column.right {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 64px;
  display: flex;
}

.home-a-about-column.left {
  z-index: 1;
  border-right: 1px solid #16231b29;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 75px;
  position: static;
}

.label-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--colors--dark);
  border: 1px solid #16231b29;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 16px;
}

.label-master.light {
  border-color: var(--colors--light);
  border-color: #ffffff29;
}

.marquee-text-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  align-items: center;
  display: flex;
}

.text-h5 {
  font-family: var(--font--primary);
  font-size: 24px;
  line-height: 116.6%;
  font-weight: var(--weight--light);
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

.home-a-logos-master {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
}

.section-3 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-3.home-a-column-section {
  border-bottom: 1px solid #16231b29;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.headline-moving-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marquee-services-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icon-service-card {
  width: 64px;
  height: 64px;
}

.services-marquee {
  overflow: hidden;
}

.single-services-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  display: flex;
}

.section-4 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.home-a-services-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--colors--border-dark);
  background-color: var(--colors--background);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 416px;
  height: auto;
  padding: 48px;
  transition: all .2s;
  display: flex;
}

.text-block {
  z-index: 1;
  font-family: var(--font--primary);
  font-size: 15vw;
  font-weight: var(--weight--bold);
  text-align: center;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: var(--colors--light);
  width: 100%;
  margin-bottom: -33px;
  position: absolute;
  inset: auto 0% 10%;
}

.main-hero-text {
  color: var(--colors--light);
  font-size: var(--size--h1);
  font-weight: var(--weight--light);
  text-align: center;
  letter-spacing: var(--letter-spacing--5);
  margin-top: -4px;
  margin-bottom: -4px;
}

.bold {
  font-family: var(--font--primary);
  color: var(--colors--blue);
  font-weight: var(--weight--bold);
}

.text-span-2 {
  font-weight: var(--weight--bold);
}

.column-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 640px;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.column-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.column {
  display: flex;
}

.column-content-wrap {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 640px;
  height: 100%;
  display: flex;
  position: relative;
}

.button-content-tile-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-column {
  margin-bottom: 0;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.text-body-2 {
  font-family: var(--font--primary);
  font-size: var(--text--text-body);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

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

.section-5 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-5.home-c-columns-section {
  color: #f9f5eb;
  background-color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
}

.light {
  color: var(--colors--light);
}

.light.biography {
  font-family: var(--font--primary);
  color: var(--colors--light);
  font-size: var(--text--text-body);
}

.div-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.tab-top-tile {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.expanable-tab-expand-content {
  opacity: 0;
  color: #f9f5eb;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-h4 {
  color: var(--colors--light);
  font-size: 32px;
  line-height: 100%;
  font-weight: var(--weight--light);
  letter-spacing: -.03em;
}

.tab-b-text-wrap {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headline-expandable-tabs {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.expandable-rotated-title {
  white-space: nowrap;
  flex-flow: column;
  margin-right: -24px;
  position: absolute;
  top: -56px;
  left: 0%;
  right: 80px;
  transform: rotate(-90deg);
}

.expandable-tab {
  background-color: #0000;
  border: 1px solid #16231b29;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 562px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expandable-tab.w--current {
  background-color: #0000;
}

.tab-b-overlay {
  z-index: 1;
  background-image: linear-gradient(315deg, var(--colors--dark), #202020f2 0%, var(--colors--border-dark));
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.icon-tab {
  color: var(--colors--light);
  width: 32px;
}

.expandable-tabs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-family: var(--font--primary);
  display: flex;
}

.icon-rotate {
  transform: rotate(-90deg);
}

.label-master-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #16231b29;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 16px;
}

.text-h5-2 {
  font-size: var(--size--h5);
  line-height: 116.6%;
  font-weight: var(--weight--light);
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.tab-b-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.expandable-title-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 24px;
  display: flex;
  position: relative;
}

.limit-520 {
  max-width: 520px;
}

.section-6 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-6.home-c-tabs-section {
  background-color: #ece7d9;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-32.text-accent {
  color: #16231b;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-7.cta-section {
  color: #f9f5eb;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-2 {
  color: #16231b;
  background-color: #ffffff29;
  border: 1px solid #16231b29;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2:focus {
  border-color: #16231b;
}

.text-field-2::placeholder {
  color: #16231b99;
}

.text-field-2.newsletter {
  color: #f9f5eb;
}

.text-field-2.newsletter::placeholder {
  color: #fff9;
}

.text-small-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.text-wrapper {
  width: 100%;
  margin-bottom: 107px;
}

.text_01 {
  margin-bottom: 52px;
}

.letter {
  opacity: .34;
  font-family: var(--font--primary);
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: var(--weight--light);
  letter-spacing: 0;
  display: inline;
}

.image-cover---overlay {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.clone-section {
  margin-bottom: 50vh;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.label-4 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.popup-content-wrapper {
  z-index: 999;
  border-radius: 10px;
  max-width: 1200px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #00000024, 0 -2px 4px #00000024, 0 12px 44px #00000024;
}

.sell---popup {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sell---popup.preview-page {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  padding: 120px;
  display: none;
  position: fixed;
}

.popup-overlay {
  z-index: 10;
  background-color: #231f20cc;
  position: absolute;
  inset: 0%;
}

.popup-overlay.close-modal {
  background-color: var(--colors--semi-transparent-dark);
}

.form {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.popup-success-message {
  color: #fff;
  background-color: #231f20;
  border-radius: 20px;
}

.popup-error-message {
  border-radius: 16px;
  padding: 20px;
}

.popup-image {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: relative;
}

.paragraph-large {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
}

.paragraph-large.light-text {
  color: #fff;
}

.paragraph-large.light-text.info-text {
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.paragraph-large.light-text.info-text:hover {
  color: #cf9832;
}

.popup-left {
  align-items: center;
  max-width: 45%;
  min-height: 500px;
  display: flex;
}

.primary-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #231f20;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ded6d3;
  border: 1px solid #ded6d3;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: color .3s, transform .3s;
  display: flex;
}

.primary-button:hover {
  color: #231f20;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button.large {
  padding: 14px 16px;
  font-size: 16px;
}

.form-block {
  margin-top: 20px;
}

.grid-100 {
  width: 100%;
}

.input {
  color: #303030;
  background-color: #fff;
  border: 1px solid #ded6d3;
  border-radius: 200px;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 1px 3px #19213d24;
}

.input:hover {
  border-color: #c9bbb6;
}

.input:active {
  border-color: #ebe6e4;
}

.input:focus {
  color: #232327;
  background-color: #fff;
  border-color: #ded6d3;
  box-shadow: 0 0 #19213d24;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #ded6d3;
}

.input::placeholder {
  color: #51515c;
  background-color: #fff;
}

.input:lang(en) {
  background-color: #fff;
}

.popup-right {
  z-index: 100;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 55%;
  padding: 58px 48px;
  display: flex;
  position: relative;
}

.close-popup {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup:hover {
  transform: scale(.9);
}

.close-popup.close-modal {
  z-index: 999;
  filter: grayscale();
}

.blob-1 {
  z-index: 1;
  background-color: var(--colors--aqua);
  filter: blur(200px);
  border-radius: 100vw;
  width: 500px;
  height: 500px;
  position: relative;
}

.blob-2 {
  z-index: 0;
  background-color: var(--colors--blue);
  filter: blur(200px);
  border-radius: 100vw;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-2 {
  z-index: 0;
  opacity: .22;
  mix-blend-mode: normal;
  position: fixed;
  inset: 0%;
}

.icon-font-rounded-2 {
  font-size: 20px;
}

.code-embed {
  width: 0;
  height: 0;
  display: none;
}

.div-block-3 {
  z-index: 1;
  background-color: var(--colors--light);
  position: relative;
}

.div-block-4 {
  z-index: 1;
  opacity: .11;
  background-image: url('../images/Color-Blob.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.contact-a-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.success-message {
  color: #151515;
  text-align: left;
  background-color: #ddd0;
  padding-left: 0;
}

.main-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.contact-a-address-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: start;
}

.contact-a-address-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 0 solid #16231b29;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.contact-a-address-tile.display-hidden {
  display: none;
}

.text-field-3 {
  color: #16231b;
  background-color: #ffffff29;
  border: 1px solid #16231b29;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-3:focus {
  border-color: #16231b;
}

.text-field-3::placeholder {
  color: #16231b99;
}

.text-field-3.text-area {
  height: 169px;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label-5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.headline-contact-a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-a-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.contact-a-right {
  border-radius: 10px;
  max-width: 557px;
  height: 100%;
  overflow: hidden;
}

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

.contact-input-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.input-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-8 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-8.hero-contact-a {
  justify-content: space-between;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 64px;
}

.error-message {
  color: #fffdfa;
  background-color: #ff5353;
}

.radio-button-field {
  margin-bottom: 0;
}

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

.div-block-6 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  display: flex;
}

.radio-button-label {
  font-family: var(--font--secondary);
  color: var(--colors--light);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  z-index: 3;
  background-color: var(--colors--light);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 18px;
  display: flex;
  position: relative;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  display: none;
}

.password-video {
  z-index: 1;
  filter: blur(5px);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  transform: none;
}

.div-block-7 {
  z-index: 2;
  opacity: .79;
  background-image: url('../images/Screenshot-2025-03-13-at-8.01.44-AM_1.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  color: var(--colors--dark);
}

.image {
  opacity: 1;
  width: 32px;
  height: 32px;
}

.expanable-tab-expand-content-2 {
  opacity: 0;
  color: #f9f5eb;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-h4-2 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.icon-tab-2 {
  width: 32px;
}

.expandable-tabs-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.text-h5-3 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 400;
  line-height: 116.6%;
}

.tab-b-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.tab-b-overlay-2 {
  z-index: 1;
  pointer-events: none;
  background-color: #16231b99;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.expandable-tab-2 {
  background-color: #0000;
  border: 1px solid #16231b29;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 562px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expandable-tab-2.w--current {
  background-color: #0000;
}

.tab-b-overlay-3 {
  z-index: 1;
  pointer-events: none;
  background-color: #1b1b1b99;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.expandable-tab-3 {
  background-color: #0000;
  border: 1px solid #16231b29;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 562px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expandable-tab-3.w--current {
  background-color: #0000;
}

.icon-tab-3 {
  color: #fff;
  width: 32px;
}

.expandable-tabs-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-family: Inter, sans-serif;
  display: flex;
}

.tab-b-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-body-3 {
  color: #1b1b1b99;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.text-h4-3 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
}

.expanable-tab-expand-content-3 {
  opacity: 0;
  color: #f9f5eb;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-h5-4 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.text-h5-5 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.expandable-tabs-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-family: Inter, sans-serif;
  display: flex;
}

.tab-b-image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-body-4 {
  color: #1b1b1b99;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.text-h5-6 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.text-h5-7 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.expandable-tabs-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-family: Inter, sans-serif;
  display: flex;
}

.tab-b-image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-h5-8 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.text-h5-9 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.text-body-5 {
  color: #1b1b1b99;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.expandable-tabs-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-family: Inter, sans-serif;
  display: flex;
}

.tab-b-image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-h5-10 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.text-h5-11 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.text-body-6 {
  color: #1b1b1b99;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.text-h2-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 100%;
}

.label-master-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #202020;
  border: 1px solid #16231b29;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 16px;
}

.label-6 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.expandable-tabs-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-family: Inter, sans-serif;
  display: flex;
}

.main-container-3 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.tab-b-image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.label-7 {
  color: #1b1b1b99;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.text-h5-12 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.bold-2 {
  color: #3e3eaf;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-h5-13 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.text-body-7 {
  color: #1b1b1b99;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.expandable-tabs-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-family: Inter, sans-serif;
  display: flex;
}

.tab-b-image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.label-8 {
  color: #1b1b1b99;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.main-container-4 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.text-h5-14 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 116.6%;
}

.bold-3 {
  color: #3e3eaf;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-body-8 {
  color: #1b1b1b99;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.main-container-5 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.policy-sticky {
  position: sticky;
  top: 120px;
}

.policy-body, .policy-body p, .policy-body h5, .policy-body h3 {
  color: var(--colors--light);
}

.policy-body a {
  color: var(--colors--orange);
}

.pp-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.policy-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.section-9 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-9.privacy-hero {
  padding-top: 144px;
}

.radio-button {
  background-color: var(--colors--light);
  padding: 3px;
}

.radio-button.w--redirected-checked {
  border: 3px solid var(--colors--orange);
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 5px 0 var(--colors--orange);
}

.team-details-right-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 815px;
  display: flex;
}

.team-details-wrapper---mobile {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: space-between;
  display: none;
}

.team-details-name-bio-wrap {
  border-bottom: 0 solid #fff;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: inline-block;
}

.banner-gradient {
  background-image: linear-gradient(81deg, #263045, #231f2066);
  position: absolute;
  inset: 0%;
}

.banner-gradient.mobile {
  background-image: linear-gradient(81deg, var(--colors--dark-blue) 25%, #231f2066);
}

.page-wrapper-2 {
  overflow: hidden;
}

.team-details-name-bio-wrap---mobile {
  border-bottom: 0 solid #fff;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: none;
}

.team-details-wrapper {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: space-between;
  display: flex;
}

.team-details-image {
  z-index: 99;
  aspect-ratio: 2 / 3;
  filter: brightness(112%);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.team-details-image.mobile {
  display: none;
}

.inner-banner-shape-1 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-default {
  z-index: 2;
  width: 100%;
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-default.z-index-2 {
  z-index: 2;
}

.container-default.center-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-default.home-hero-container {
  z-index: 4;
}

.inner-banner-shape-2 {
  z-index: 1;
  position: absolute;
  inset: auto auto -6% -33px;
}

.info-wrapper {
  border-top: .5px solid #fff;
  border-bottom: .5px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-details-image-left-content {
  position: relative;
}

.div-block-48 {
  display: none;
}

.display-10 {
  font-size: 76px;
  font-weight: 400;
  line-height: 1.125em;
}

.display-10.light-text {
  color: #fff;
}

.display-10.light-text.mg-bottom-none {
  margin-bottom: 0;
}

.light-text {
  color: #fff;
}

.div-block-45 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.section-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-10.single-team-member-section---mobile {
  background-color: #263045;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 181px;
  padding-bottom: 144px;
  position: relative;
  overflow: hidden;
}

.team-details-image-wrapper {
  z-index: 3;
  width: 445px;
  position: static;
  top: 140px;
}

.biography h1 {
  color: var(--colors--light);
}

.biography h2 {
  color: var(--colors--light);
  font-size: var(--size--h4);
}

.biography h3, .biography h4, .biography p {
  color: var(--colors--light);
}

.primary-button-icon-wrap {
  z-index: 1;
  background-color: var(--colors--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
}

.style-guide-left-wrap {
  width: 100%;
  max-width: 180px;
}

.style-guide-color-plate-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.secondary-button {
  z-index: 1;
  border: 1px solid var(--colors--blue);
  font-family: var(--font--secondary);
  color: var(--colors--blue);
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--weight--regular);
  text-transform: capitalize;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button:hover {
  background-color: var(--colors--blue);
  color: var(--colors--light);
}

.footer-divider {
  background-color: #d1e0ff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.color-plate-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-input {
  color: #6b7280;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.style-paragraph {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.style-paragraph.font-14px {
  font-size: 14px;
  line-height: 20px;
}

.footer-links-title {
  color: #111827;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.style-guide-button-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.newsletter-input-wrap {
  position: relative;
}

.primary-button-icon {
  z-index: 1;
  position: relative;
}

.footer-all-links-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 546px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.single-style-guide-card {
  border: 1px solid var(--colors--border-dark);
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 48px;
}

.single-style-guide-card.last {
  margin-bottom: 0;
}

.accent-color {
  background-image: linear-gradient(175deg, var(--colors--blue), var(--colors--dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-top-flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.inner-banner-details-wrap {
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
}

.inner-banner-details-wrap.max-width-831px {
  max-width: 831px;
}

.nav-cart-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-details-wrap {
  width: 100%;
  max-width: 420px;
}

.inner-pattern-one {
  z-index: -1;
  position: absolute;
  inset: -50px auto auto 110px;
}

.social-media-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.primary-button-hover-icon {
  position: absolute;
}

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

.inner-banner-details {
  color: #111827;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.style-guide-wrapper {
  background-color: var(--colors--light);
  border: 0 solid #d1e0ff;
  border-radius: 16px;
  margin-bottom: 50px;
  padding: 40px;
}

.nav-dot {
  background-color: #0040c1;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.container {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container.center-container.resource {
  flex-flow: column;
  margin-top: 74px;
}

.style-heading-mini-title {
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.split-contant.navbar-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.split-contant.navbar-left {
  padding-top: 0;
  padding-bottom: 0;
}

.newsletter-from-block {
  margin-bottom: 0;
}

.single-style-heading-wrap {
  margin-bottom: 80px;
}

.single-style-heading-wrap.last {
  margin-bottom: 0;
}

.style-heading-title {
  font-family: var(--font--primary);
  font-size: 64px;
  line-height: 72px;
  font-weight: var(--weight--regular);
  margin-bottom: 16px;
}

.style-heading-details {
  font-family: var(--font--secondary);
  color: #6b7280;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.color-plate-2-columns-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-input-title {
  color: #111827;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.primary-button-hover-bg {
  z-index: -1;
  background-color: var(--colors--dark-blue);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.single-footer-links {
  color: #6b7280;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s ease-in;
}

.single-footer-links:hover {
  color: #0040c1;
  transform: translate(5px);
}

.inner-banner-plus-wrap {
  margin-top: 32px;
  margin-bottom: 14px;
}

.footer-bottom-flex-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-heading-details-wrap {
  max-width: 400px;
  margin-bottom: 40px;
}

.footer-copyright-wrap {
  max-width: 360px;
}

.cta-button {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--colors--dark-blue);
  font-family: var(--font--secondary);
  color: var(--colors--blue);
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--weight--regular);
  text-transform: capitalize;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button.top-mg-30px {
  margin-top: 30px;
}

.navbar-logo {
  transition: all .4s;
}

.navbar-logo:hover {
  transform: scale(.96);
}

.navbar-logo.white-logo {
  opacity: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-logo.blue-logo {
  opacity: 0;
}

.footer-logo-wrap {
  margin-bottom: 32px;
}

.secondary-button-text {
  z-index: 1;
  position: relative;
}

.footer-links-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.color-name {
  font-family: var(--font--primary);
  color: var(--colors--light);
  font-size: var(--text--text-body);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}

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

.footer-bottom-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.style-paragraph-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.style-guide-right-wrap {
  width: 100%;
  max-width: 740px;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #d1e0ff03;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.footer-copyright {
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.color-code {
  font-family: var(--font--secondary);
  color: #fff;
  font-size: var(--text--text-small);
  font-weight: 400;
  line-height: 22px;
}

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

.nav-menu-link-wrap {
  border-radius: 100px;
  overflow: visible;
}

.secondary-button-hover-text {
  color: #fff;
  position: absolute;
}

.footer-source-link {
  color: #111827;
}

.style-heading-mini-title-wrap {
  border-bottom: 1px solid #d1e0ff;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.back-to-top-button {
  z-index: 1;
  color: #0040c1;
  text-transform: capitalize;
  border: 1px solid #0040c1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title {
  color: #111827;
  font-size: 64px;
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  letter-spacing: -1.92px;
  text-transform: capitalize;
}

.section-title.color-white {
  color: var(--colors--light);
}

.single-color-plate-wrap {
  background-color: var(--colors--blue);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 120px;
  padding: 12px;
  display: flex;
}

.single-color-plate-wrap._12 {
  background-color: #fff;
}

.single-color-plate-wrap._3 {
  background-color: var(--colors--orange);
}

.single-color-plate-wrap._2 {
  background-color: var(--colors--dark-blue);
}

.single-color-plate-wrap._11 {
  background-color: #e5e7eb;
}

.single-color-plate-wrap._8 {
  background-color: #6b7280;
}

.single-color-plate-wrap._10 {
  background-color: #d1d5db;
}

.single-color-plate-wrap._7 {
  background-color: #4b5563;
}

.single-color-plate-wrap._9 {
  background-color: #9ca3af;
}

.single-color-plate-wrap._4 {
  background-color: var(--colors--pink);
}

.single-color-plate-wrap._5 {
  background-color: var(--colors--aqua);
}

.single-color-plate-wrap._6 {
  background-color: var(--colors--red);
}

.back-to-top-button-hover-text {
  position: absolute;
}

.nav-contant {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-logo {
  transition: all .4s;
}

.footer-logo:hover {
  transform: scale(.96);
}

.inner-pattern-two {
  z-index: -1;
  position: absolute;
  inset: auto 110px -100px auto;
}

.inner-button-hover-text {
  color: var(--colors--orange);
  position: absolute;
}

.inner-button-hover-text.color-violet {
  color: #0040c1;
}

.back-to-top-button-text {
  z-index: 1;
  position: relative;
}

.footer-top-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.style-heading-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.style-heading-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.inner-banner-wrapper {
  text-align: center;
  position: relative;
}

.primary-button-text {
  z-index: 1;
  color: var(--colors--light);
  position: relative;
}

.single-social-media-link {
  color: #111827;
  background-color: #eef4ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.single-social-media-link:hover {
  color: #fff;
  background-image: linear-gradient(130deg, #0040c1, #6475f6);
  transform: translate(0, -6px);
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-11.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.section-11.inner-banner {
  padding-top: 64px;
  padding-bottom: 100px;
}

.section-11.inner-banner.mg-botton-64px {
  padding-bottom: 64px;
}

.section-11.style-guide {
  padding-top: 0;
  padding-bottom: 0;
}

.style-guide-card-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.inner-button-text {
  z-index: 1;
  position: relative;
}

.inner-button-text.color-violet {
  color: #0040c1;
}

.submit-button-2 {
  color: #fff;
  text-transform: capitalize;
  background-color: #0040c1;
  border-radius: 100px;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.submit-button-2.newsletter {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.single-nav-link {
  font-family: var(--font--primary);
  color: var(--colors--light);
  text-transform: capitalize;
  border-radius: 100px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.single-nav-link:hover {
  color: var(--colors--blue);
  transform: scale(1.1);
}

.single-nav-link.w--current {
  background-color: var(--colors--border-dark);
  color: var(--colors--blue);
  font-weight: 500;
}

.single-nav-link.hidden {
  display: none;
}

.single-nav-link.no-bg.w--current {
  background-color: #24242400;
}

.style-guide-title {
  color: var(--colors--dark-blue);
  font-size: 24px;
  line-height: 36px;
  font-weight: var(--weight--bold);
  letter-spacing: 0;
  text-transform: capitalize;
}

.style-guide-title-number {
  color: var(--colors--dark-blue);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.inner-button {
  z-index: 2;
  background-color: var(--colors--blue);
  font-family: var(--font--secondary);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--weight--regular);
  text-transform: capitalize;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-button:hover {
  color: var(--colors--semi-transparent-light);
}

.inner-button.desktop, .inner-button.mobile {
  display: none;
}

.primary-button-hover-text {
  color: var(--colors--orange);
  position: absolute;
}

.primary-button-icon-wrap-2 {
  z-index: 1;
  background-color: #0040c1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
}

.banner-image-wrap {
  z-index: 1;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: none;
  position: static;
  inset: 150px auto auto 47%;
  transform: translate(-44%, 10px);
}

.partner-title {
  color: #fff;
  font-size: 32px;
  line-height: var(--letter-spacing--1-0em);
  letter-spacing: -.32px;
  margin-top: 0;
  font-weight: 400;
}

.banner-image {
  z-index: 3;
  border-radius: 0;
  max-width: none;
  display: block;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.banner-title-wrap {
  z-index: 1;
  position: relative;
}

.banner-title-wrap.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.banner-title-wrap.flex.center {
  justify-content: center;
  align-items: center;
}

.banner-title-wrap.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-pattern-three {
  z-index: -1;
  position: absolute;
  inset: 156px 325px auto auto;
}

.partner-name-ticker-dot {
  background-color: #d1e0ff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.banner-right-flex-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.single-counter-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.single-counter-wrap._2 {
  justify-content: flex-end;
}

.partner-name-ticker-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner-info-wrapper {
  z-index: 3;
  align-self: flex-end;
  margin-top: 60px;
  position: relative;
}

.banner-pattern-two {
  z-index: -1;
  position: absolute;
  inset: -60px auto auto 500px;
}

.partner-wrapper {
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-details-plus-wrap {
  align-self: flex-start;
  margin-bottom: 75px;
}

.banner-title-wrapper {
  z-index: 2;
  margin-bottom: 68px;
  position: relative;
}

.partner-name-ticker-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.city-icon {
  opacity: 1;
  flex: none;
  width: 25px;
  margin-left: 0;
  margin-right: 0;
}

.banner-title-divider {
  background-color: #d1d5db;
  width: 86px;
  height: 1.5px;
  margin-top: 0;
}

.banner-right-wrap {
  width: 100%;
  max-width: 306px;
}

.banner-pattern-one {
  z-index: -1;
  position: absolute;
  inset: 175px auto auto 0%;
}

.partner-name-overlay-shape {
  background-image: linear-gradient(90deg, var(--colors--blue), #0140c100 50%, var(--colors--blue));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.banner-contant-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partner-circle-shape {
  z-index: -1;
  filter: blur(80px);
  background-color: #fff3;
  border-radius: 100%;
  width: 700px;
  height: 374px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 255px);
}

.banner-clint-info {
  font-family: var(--font--secondary);
  color: var(--colors--dark-blue);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
}

.partner-ticker-divider {
  opacity: .3;
  background-image: linear-gradient(90deg, #fff0, #fff 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-bottom: 80px;
}

.banner-plus-icon-wrap {
  margin-bottom: 20px;
  display: inline-block;
}

.primary-button-2 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0040c1;
  text-transform: capitalize;
  background-color: #eef4ff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-details {
  color: var(--colors--light);
  font-size: 18px;
  line-height: 1.3em;
  font-weight: var(--weight--regular);
}

.partner-card {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--colors--orange), #ffb020 41%);
  border-radius: 0;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 36px;
  padding-bottom: 36px;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.clint-image {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.clint-image._3 {
  z-index: -1;
  position: relative;
}

.clint-image._1 {
  position: relative;
}

.clint-image._2 {
  margin-left: -16px;
  margin-right: -16px;
}

.banner-left-wrap {
  z-index: 5;
  width: 100%;
  max-width: 511px;
  position: relative;
}

.banner-title {
  color: var(--colors--light);
  font-size: var(--size--h0);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  margin-bottom: 0;
}

.banner-title.grey-30 {
  color: var(--colors--orange);
}

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

.banner-contant-wrap {
  margin-bottom: 0;
  position: relative;
  top: 25px;
}

.banner-clint-info-wrap {
  max-width: 196px;
  margin-top: 10px;
}

.partner-name-wrapper {
  margin-bottom: 60px;
  position: relative;
}

.partner-name-wrapper.display-hidden {
  display: none;
}

.banner-circle-shape {
  z-index: -1;
  filter: blur(80px);
  background-color: #d8e5ff80;
  border-radius: 100%;
  width: 571px;
  height: 374px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.single-partner-name-ticker {
  flex: none;
  align-items: center;
  display: flex;
}

.primary-button-text-2 {
  z-index: 1;
  position: relative;
}

.primary-button-text-2.grey-90 {
  color: #111827;
}

.history-counter-wrap {
  height: 52px;
  display: flex;
  overflow: hidden;
}

.clint-image-wrap {
  align-items: center;
  display: flex;
}

.banner-clint-image-counter-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.partner-title-wrap {
  max-width: 700px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.section-12 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-12.banner {
  padding-top: 66px;
  padding-bottom: 0;
  overflow: hidden;
}

.banner-wrapper {
  z-index: 1;
  position: static;
  overflow: visible;
}

.button-wrapper {
  display: inline-block;
}

.button-wrapper.left-padding-110px {
  padding-left: 110px;
}

.partner-ticker-wrapper {
  flex-flow: row;
  align-items: center;
  max-width: 726px;
  display: flex;
  overflow: hidden;
}

.partner-name-ticker-item {
  font-family: var(--font--primary);
  letter-spacing: -5.12px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #d1e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 128px;
  font-weight: 600;
  line-height: 128px;
}

.single-partner-ticker {
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.number-digit {
  z-index: 1;
  color: var(--colors--dark-blue);
  letter-spacing: -.8px;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  padding-right: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  position: relative;
}

.primary-button-hover-text-2 {
  position: absolute;
}

.primary-button-hover-text-2.grey-90 {
  color: #111827;
}

.partner-contant-wrap {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button-icon-wrap-3 {
  z-index: 1;
  background-color: #0040c1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
}

.solution-pattern._2 {
  z-index: -1;
  position: absolute;
  inset: auto 0% 150px auto;
}

.solution-pattern._1 {
  z-index: -1;
  position: absolute;
  inset: auto auto 150px 0%;
}

.solution-details-flex-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.solution-container {
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
}

.solution-details-button-wrap {
  text-align: center;
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
}

.solution-details-divider {
  background-image: linear-gradient(90deg, #4859d900, #4859d9);
  width: 60px;
  height: 1px;
  margin-top: 15px;
}

.solution-details-divider._2 {
  background-image: linear-gradient(270deg, #4859d900, #4859d9);
}

.solution-contant-wrap {
  margin-top: 0;
  position: relative;
}

.primary-button-3 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0040c1;
  text-transform: capitalize;
  background-color: #eef4ff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-image-wrap {
  border-radius: 14px;
  overflow: hidden;
}

.solution-image-wrap._3 {
  position: absolute;
  inset: auto auto -208px 109px;
}

.solution-image-wrap._2 {
  border-radius: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.solution-image-wrap._1 {
  position: absolute;
  inset: 68px auto auto 0%;
}

.solution-image-wrap._4 {
  position: absolute;
  inset: auto 67px -180px auto;
}

.solution-image-wrap._5 {
  filter: blur(5px);
  position: absolute;
  inset: 209px auto auto -11%;
}

.solution-image-wrap._6 {
  filter: blur(5px);
  border-radius: 15px;
  position: absolute;
  inset: 73% -10% auto auto;
}

.solution-title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.solution-title {
  background-image: linear-gradient(180deg, var(--colors--blue), var(--colors--blue) 40%, var(--colors--dark-blue));
  line-height: var(--letter-spacing--1-0em);
  letter-spacing: -1.92px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: -30px;
  font-weight: 400;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-13.solution {
  padding-top: 185px;
  padding-bottom: 182px;
  position: relative;
  overflow: hidden;
}

.section-details {
  color: var(--colors--accent);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.home-card-2 {
  z-index: 1;
  background-color: var(--colors--blue);
  border-radius: 15px;
  padding: 23px 64px;
  position: relative;
  overflow: hidden;
}

.section-mini-title-wrap {
  border: 1px solid var(--colors--border-dark);
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 10px 16px;
  display: inline-block;
}

.section-mini-title-wrap.color-white {
  border-color: var(--colors--border-light);
}

.feature-details {
  color: var(--colors--accent);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.feature-details.color-white {
  color: var(--colors--light);
}

.savings-chart {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.savings-chart:hover {
  transform: translate(0);
}

._2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.42095fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-title {
  color: var(--colors--dark);
  font-size: var(--size--h3);
  line-height: var(--letter-spacing--1-0em);
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.feature-title.color-white {
  color: var(--colors--light);
}

.get-app-pattern {
  z-index: -1;
  position: absolute;
  inset: 14px 14px auto auto;
}

.accent-color-2 {
  background-image: linear-gradient(354deg, var(--colors--aqua), var(--colors--light) 63%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-mini-title {
  font-family: var(--font--secondary);
  color: var(--colors--semi-transparent-dark);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--weight--regular);
}

.section-mini-title.color-white {
  color: var(--colors--light);
}

.financial-analytics-pattern {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.financial-analytics-image-flex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -10px;
  left: 45px;
}

.financial-analytics-card-contant {
  display: flex;
}

.get-app-title {
  color: #f4f4f4;
  letter-spacing: -.72px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.section-mini-title-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.financial-analytics-mobile {
  padding: 34px;
}

.home-card-3 {
  z-index: 1;
  background-color: var(--colors--accent);
  border-radius: 15px;
  padding-top: 0;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
  overflow: hidden;
}

.home-card---logo-wrap {
  text-align: right;
  margin-bottom: 30px;
}

.financial-analytics-chart {
  border-radius: 11px;
  position: absolute;
  inset: 251px auto auto 0%;
  box-shadow: 0 0 44.7px #0040c140;
}

.section-title-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-wrap.max-width-557px {
  max-width: 557px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.max-width-557px.mg-bottom-64px {
  margin-bottom: 64px;
}

.section-title-wrap.max-width-557px.mg-bottom-64px.section-title-with-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-wrap.max-width-545px {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.max-width-545px.mg-bottom-64px {
  max-width: 545px;
  margin-bottom: 30px;
}

.section-title-wrap.max-width-715px {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.max-width-715px.mg-bottom-64px {
  margin-bottom: 64px;
}

.section-title-wrap.max-width-481px {
  max-width: 481px;
}

.section-title-wrap.max-width-481px.mg-bottom-64px {
  margin-bottom: 64px;
}

.section-title-wrap.bottom-pad-50px {
  margin-bottom: 50px;
}

.savings-goals-circle {
  z-index: -2;
  filter: blur(150px);
  background-color: #b2ccffcc;
  border-radius: 100%;
  width: 403px;
  height: 412px;
  position: absolute;
  inset: -80px -123px auto auto;
}

.income-tracking-card-wrap {
  z-index: 1;
  width: 100%;
  max-width: 502px;
  margin-bottom: 0;
  position: relative;
}

.savings-goals-chart-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.savings-chart-shape {
  z-index: 0;
  background-image: linear-gradient(130deg, #c1d8ff, #c0d7ff);
  border-radius: 16.49px;
  width: 100%;
  max-width: 349px;
  min-height: 92.06px;
  margin-top: -45px;
  transition: all .2s ease-in-out;
  position: relative;
}

.savings-chart-shape:hover {
  transform: scale(1.02);
}

.income-tracking-corcle-shape {
  z-index: -2;
  filter: blur(150px);
  background-color: #b2ccffcc;
  border-radius: 100%;
  width: 403px;
  height: 412px;
  position: absolute;
  inset: auto -88px -102px auto;
}

.savings-chart-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 44px #0040c140;
}

.savings-chart-wrap._2 {
  z-index: 1;
  width: 100%;
  max-width: 432px;
  margin-top: -38px;
  transition: all .2s ease-in-out;
  position: relative;
}

.savings-chart-wrap._2:hover {
  transform: scale(1.02);
}

.savings-chart-wrap._1 {
  z-index: 2;
  width: 100%;
  max-width: 508px;
  transition: all .2s ease-in-out;
  position: relative;
}

.savings-chart-wrap._1:hover {
  transform: scale(1.02);
}

.section-14 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-14.feature {
  padding-bottom: 77px;
  overflow: hidden;
}

.home-card-4 {
  z-index: 1;
  background-image: linear-gradient(130deg, var(--colors--aqua) 24%, #6475f6);
  border-radius: 15px;
  padding: 20px 64px 40px 48px;
  position: relative;
}

.financial-analytics-image-wrap {
  width: 100%;
  max-width: 398px;
  max-height: 384px;
  transform: rotate(15deg);
}

.savings-goals-pattern {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.feature-title-details-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
  position: relative;
}

.feature-title-details-wrap.mg-bottom-110px {
  margin-bottom: 110px;
}

.feature-title-details-wrap.max-width-265px {
  max-width: 265px;
}

.feature-title-details-wrap.max-width-265px.mg-top-24px {
  padding-top: 24px;
}

.inner-button-2 {
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  background-color: #0040c1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-button-2.color-white {
  background-color: #fff;
}

.income-tracking-card-image {
  z-index: 1;
  width: 100%;
  margin-top: -76px;
  margin-bottom: -173px;
  position: relative;
}

.home-card-1 {
  z-index: 1;
  border: .5px solid var(--colors--border-dark);
  background-color: var(--colors--orange);
  border-radius: 15px;
  padding: 23px 55px 0 64px;
  position: relative;
  overflow: hidden;
}

.financial-analytics-circle-shape {
  filter: blur(150px);
  background-color: #b2ccffcc;
  border-radius: 100%;
  width: 403px;
  height: 412px;
  position: absolute;
  inset: auto auto -179px -97px;
}

.income-tracking-pattern {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-video {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.home-a-overlay-2 {
  z-index: 4;
  background-image: linear-gradient(180deg, var(--colors--dark-blue), #fff0 91%), linear-gradient(0deg, var(--colors--light), #0000 50%);
  opacity: 1;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.benefits-feature-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.benefits-shape {
  z-index: -2;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.benefits-mini-title {
  color: #0040c1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.benefit-card {
  z-index: 1;
  background-image: linear-gradient(300deg, var(--colors--blue), var(--colors--dark-blue) 58%);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.benefit-image-wrap-wrap {
  width: 100%;
  max-width: 502px;
  height: 502px;
}

.benefits-feature-icon-wrap {
  background-color: var(--colors--dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  display: flex;
}

.benefits-scan._3 {
  width: 100%;
  max-width: 90px;
}

.benefit-pattern-two {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.benefits-feature-item {
  font-family: var(--font--secondary);
  color: #111827;
  font-size: var(--text--text-body);
  line-height: 28px;
  font-weight: var(--weight--regular);
}

.benefits-circle-wrap {
  background-image: linear-gradient(#4065ff, #204cff);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 253.39px;
  height: 253.39px;
  padding: 34px;
  display: flex;
  box-shadow: 0 42px 34px #10219317;
}

.benefits-circle-wrap._3 {
  background-image: linear-gradient(180deg, var(--colors--dark-blue), var(--colors--blue));
  width: 250px;
  height: 250px;
  padding: 26px;
}

.benefit-flex-wrap {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefit-chart-wrap {
  border: 7px solid #ffffff80;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 44px #00000059;
}

.benefits-card {
  z-index: 1;
  background-image: linear-gradient(300deg, #c0d7ff, var(--colors--dark-blue) 58%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.benefits-mini-title-wrap-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.single-benefit-card {
  transform-origin: 50% 100%;
  background-color: #f9fcff;
  border-radius: 24px;
  width: 100%;
  padding: 48px;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.benefits-title {
  color: #1f2937;
  font-size: var(--size--h3);
  line-height: var(--letter-spacing--1-0em);
  font-weight: var(--weight--regular);
  letter-spacing: -.72px;
  margin-bottom: 10px;
}

.benefits-pattern-five {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.benefit-card-pattern {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.benefits-scan-wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 42px 33px #1a069e17;
}

.benefit-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.benefit-contant {
  width: 100%;
  max-width: 548px;
}

.benefit-contant._2 {
  max-width: 490px;
}

.section-title-2 {
  color: #111827;
  letter-spacing: -1.92px;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.single-benefits-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.section-15 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-15.benefit {
  padding-bottom: 0;
  overflow: clip;
}

.benefit-card-circle {
  z-index: -2;
  filter: blur(200px);
  background-color: #b2ccffb3;
  border-radius: 100%;
  width: 403px;
  height: 412px;
  position: absolute;
  inset: auto -94px -120px auto;
}

.benefits-mini-title-dot {
  background-color: #0040c1;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.benefit-pattern-one {
  z-index: -1;
  position: absolute;
  inset: 53px auto auto 16px;
}

.benefit-pattern-one._2 {
  top: 0;
  left: 0;
}

.benefits-details {
  font-family: var(--font--secondary);
  color: var(--colors--accent);
  margin-bottom: 72px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.benefits-details.max-width-472px {
  color: var(--colors--accent);
  max-width: 472px;
  margin-bottom: 35px;
}

.more-addition-left-contant {
  margin-top: 88px;
}

.more-addition-feature-name {
  letter-spacing: -5.12px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f7faff, #eff4ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 128px;
  font-weight: 600;
  line-height: 128px;
}

.more-addition-feature-wrap {
  text-align: center;
  max-width: 1086px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.more-addition-feature-card-flex {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.more-addition-title-wrap {
  margin-bottom: 36px;
}

.more-addition-feature-info-details {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.single-more-addition-feature-card {
  background-image: linear-gradient(90deg, #f5faff, #f9fcff);
  border-radius: 12px;
  padding: 15px 20px;
}

.more-addition-feature-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-addition-feature-info-title {
  color: #111827;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.more-addition-title {
  color: #111827;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.more-addition-right-contant {
  margin-top: 211px;
}

.more-addition-feature-icon-wrap {
  background-image: linear-gradient(#eae8ff, #eae8ff);
  border: 4px solid #fff6;
  border-radius: 6.19px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.more-addition-feature-icon-wrap._4 {
  background-color: #ffdef3;
  background-image: none;
}

.more-addition-feature-icon-wrap._2 {
  background-color: #e1ebff;
  background-image: none;
}

.more-addition-feature-icon-wrap._5 {
  background-color: #dff9e0;
  background-image: none;
}

.more-addition-feature-icon-wrap._3 {
  background-color: #e8f9ff;
  background-image: none;
}

.more-addition-contant-flex {
  align-items: flex-start;
  display: flex;
}

.more-addition-overlay {
  background-image: linear-gradient(#fff0 53%, #fff);
  position: absolute;
  inset: 0%;
}

.more-addition-feature-info-wrap {
  text-align: left;
  max-width: 222px;
}

.section-16 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-16.more-addition {
  padding-top: 90px;
  padding-bottom: 0;
  overflow: hidden;
}

.more-addition-middle-contant {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  max-height: 471px;
  margin-left: -108px;
  margin-right: -117px;
  position: relative;
}

.client {
  z-index: 4;
  background-image: url('../images/shipman-northcutt-sgZX15Da8YE-unsplash_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  position: relative;
  box-shadow: 2px 3px 7px #0000005e;
}

.client._2 {
  z-index: 2;
  background-image: url('../images/josh-scorpio-H3Tuh0hwYQk-unsplash_1.avif');
  margin-left: -11px;
  margin-right: -11px;
}

.client._3 {
  z-index: 1;
  background-image: url('../images/clay-elliot-mpDV4xaFP8c-unsplash-1_1.avif');
  background-position: 50% 0;
}

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

.color-white.no-bottom-pad {
  margin-bottom: 0;
}

.color-white.no-bottom-pad.location-text {
  font-family: var(--font--secondary);
  font-weight: var(--weight--light);
  margin-top: 2px;
}

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

.color-white.center-text.resource-subtext {
  max-width: 600px;
}

.color-white.opacity-50 {
  opacity: .5;
}

.color-white.profile-heading {
  font-size: var(--size--h2);
  margin-bottom: 0;
}

.color-white.no-pad {
  margin-top: 0;
}

.section-mini-title-wrap-2 {
  border: 1px solid #d1e0ff;
  border-radius: 100px;
  margin-bottom: 26px;
  padding: 10px 16px;
  display: inline-block;
}

.blog-left-wrap {
  border-radius: 15px;
  position: relative;
  overflow: clip;
}

.accent-color-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0042c5, #2970ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-mini-title-2 {
  color: #0040c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.blog-post-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.0459fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-3 {
  color: #111827;
  letter-spacing: -1.92px;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.section-17 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-categorie-date-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.blog-post-flex-wrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  display: flex;
}

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

.blog-post-image-link {
  border-radius: 10px;
  width: 100%;
  max-width: 196px;
  height: 100%;
  overflow: hidden;
}

.blog-date {
  font-family: var(--font--secondary);
  color: #6b7280;
  font-size: var(--text--text-small);
  line-height: 24px;
  font-weight: var(--weight--light);
}

.blog-line {
  background-color: var(--colors--semi-transparent-dark);
  border-radius: 100%;
  width: 10px;
  height: 1px;
}

.blog-line.color-white {
  background-color: var(--colors--light);
}

.blog-title-link {
  margin-bottom: 20px;
  text-decoration: none;
}

.blog-title-link.mg-bottom-0px {
  margin-bottom: 0;
}

.blog-title-link.mg-bottom-0px:hover {
  color: var(--colors--semi-transparent-dark);
}

.blog-title {
  color: #1f2937;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.blog-title:hover {
  color: var(--colors--blue);
}

.blog-title.color-white {
  color: var(--colors--light);
}

.blog-title.featured {
  font-size: var(--size--h3);
  line-height: var(--letter-spacing--1-0em);
}

.blog-title.featured.color-white {
  font-size: var(--size--h3);
}

.resource-category {
  color: var(--colors--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.resource-text-block {
  font-family: var(--font--secondary);
  color: var(--colors--semi-transparent-dark);
}

.resource-text-block.color-white {
  color: var(--colors--light);
}

.div-block-49 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-item {
  border-radius: 12px;
  height: 100%;
  overflow: clip;
}

.collection-list {
  height: 100%;
  overflow: clip;
}

.collection-list-wrapper {
  height: 100%;
  position: relative;
}

.div-block-50 {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--colors--dark-blue), #fff0);
  position: absolute;
  inset: 0%;
}

.div-block-51 {
  padding: 56px;
}

.latest-resource-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.latest-resource-gradient {
  background-image: linear-gradient(36deg, var(--colors--dark-blue) 11%, var(--colors--border-dark));
  position: absolute;
  inset: 0%;
}

.div-block-52 {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-53 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 200px;
}

.div-block-54 {
  mix-blend-mode: overlay;
  background-image: url('../images/Untitled-1_1.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-content-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hover-tabs_image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.hover-tabs_image.is-active {
  opacity: 1;
  object-fit: cover;
}

.hover-tabs_text {
  color: var(--colors--light);
  margin-bottom: 0;
}

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

.hover-tabs_mobile-image-wrapper {
  background-color: #eaeaea;
  align-items: center;
  padding: 1.5rem;
  display: none;
}

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

.hover-tabs_icon-image {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

.instructions_image {
  width: 100%;
  display: block;
}

.hover-tabs_heading-style-h4 {
  color: var(--colors--light);
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-text_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 0;
  display: flex;
}

.hover-tabs_item-more-mask {
  height: auto;
  overflow: hidden;
}

.button-text {
  grid-column-gap: 1rem;
  font-family: var(--font--secondary);
  color: var(--colors--orange);
  font-size: var(--radius--xsmall);
  font-weight: var(--weight--light);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: -.75rem;
  margin-bottom: -.75rem;
  padding: .75rem 0;
  text-decoration: none;
  display: flex;
}

.button-text:hover {
  opacity: .58;
  color: var(--colors--orange);
}

.hover-tabs_left-content {
  border-radius: 0;
  align-items: center;
  display: flex;
}

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

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

.hover-tabs_image-wrapper {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

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

.hover-tabs_mobile-image {
  width: 100%;
  height: 100%;
}

.hover-tabs_list-item-wrapper {
  width: 100%;
}

.hover-tabs_list-item {
  z-index: 0;
  grid-row-gap: 1rem;
  border-top: 0px solid var(--colors--border-dark);
  border-bottom: 0px solid var(--colors--border-light);
  box-shadow: none;
  color: #353535;
  text-transform: none;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-tabs_list-item:hover {
  background-color: var(--colors--border-light);
  border-bottom-color: #0000;
}

.hover-tabs_list-item.is-active, .hover-tabs_list-item.is-active2 {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: var(--colors--border-light);
  border-bottom-width: 0;
  box-shadow: 0 1px #0000, 0 12px 32px #0000001a;
}

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

.hover-tabs_heading-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 0;
  display: flex;
}

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

.hover-tabs_right-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4rem;
  display: flex;
}

.banner-title-2 {
  color: #fff;
  margin-bottom: -9px;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #c8c8c84f;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
}

.tab-link {
  font-family: var(--font--primary);
  color: var(--colors--light);
  font-size: var(--size--h5);
  font-weight: var(--weight--regular);
  background-color: #ddd0;
}

.tab-link:hover {
  opacity: .7;
  color: var(--colors--light);
}

.tab-link.w--current {
  border-bottom: 1px solid var(--colors--orange);
  background-color: #c8c8c800;
}

.hover-tabs_heading-style-h4-2 {
  color: #fff;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-text-2 {
  grid-column-gap: 1rem;
  color: #ffb020;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: -.75rem;
  margin-bottom: -.75rem;
  padding: .75rem 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.button-text-2:hover {
  opacity: .58;
  color: #ffb020;
}

.hover-tabs_list-item-2 {
  z-index: 0;
  grid-row-gap: 1rem;
  box-shadow: none;
  color: #353535;
  text-transform: none;
  border-top: 0 solid #24242429;
  border-bottom: 0 solid #ffffff29;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-tabs_list-item-2:hover {
  background-color: #ffffff29;
  border-bottom-color: #0000;
}

.hover-tabs_list-item-2.is-active {
  z-index: 1;
  background-color: #ffffff29;
  border-bottom-width: 0;
  box-shadow: 0 1px #0000, 0 12px 32px #0000001a;
}

.hover-tabs_text-2 {
  color: #fff;
  margin-bottom: 0;
}

.hover-tabs_heading-style-h4-3 {
  color: #fff;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-text-3 {
  grid-column-gap: 1rem;
  color: #ffb020;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: -.75rem;
  margin-bottom: -.75rem;
  padding: .75rem 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.button-text-3:hover {
  opacity: .58;
  color: #ffb020;
}

.hover-tabs_list-item2 {
  z-index: 0;
  grid-row-gap: 1rem;
  border-top: 0px solid var(--colors--border-dark);
  border-bottom: 0px solid var(--colors--border-light);
  box-shadow: none;
  color: #353535;
  text-transform: none;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-tabs_list-item2:hover {
  background-color: var(--colors--border-light);
  border-bottom-color: #0000;
}

.hover-tabs_list-item2.is-active, .hover-tabs_list-item2.is-active2, .hover-tabs_list-item2.is-active3 {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: var(--colors--border-light);
  border-bottom-width: 0;
  box-shadow: 0 1px #0000, 0 12px 32px #0000001a;
}

.hover-tabs_list-item-copy.is-active, .hover-tabs_list-item-copy.is-active2 {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: var(--colors--border-light);
  border-bottom-width: 0;
  box-shadow: 0 1px #0000, 0 12px 32px #0000001a;
}

.hover-tabs_list-item-copy-copy {
  z-index: 0;
  grid-row-gap: 1rem;
  border-top: 0px solid var(--colors--border-dark);
  border-bottom: 0px solid var(--colors--border-light);
  box-shadow: none;
  color: #353535;
  text-transform: none;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-tabs_list-item-copy-copy:hover {
  background-color: var(--colors--border-light);
  border-bottom-color: #0000;
}

.hover-tabs_list-item-copy-copy.is-active, .hover-tabs_list-item-copy-copy.is-active2 {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: var(--colors--border-light);
  border-bottom-width: 0;
  box-shadow: 0 1px #0000, 0 12px 32px #0000001a;
}

.hover-tabs_image2 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.hover-tabs_image2.is-active, .hover-tabs_image2.is-active2 {
  opacity: 1;
  object-fit: cover;
}

.hover-tabs_list-item-copy {
  z-index: 0;
  grid-row-gap: 1rem;
  border-top: 0px solid var(--colors--border-dark);
  border-bottom: 0px solid var(--colors--border-light);
  box-shadow: none;
  color: #353535;
  text-transform: none;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-tabs_list-item-copy:hover {
  background-color: var(--colors--border-light);
  border-bottom-color: #0000;
}

.hover-tabs_list-item-copy.is-active, .hover-tabs_list-item-copy.is-active2 {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: var(--colors--border-light);
  border-bottom-width: 0;
  box-shadow: 0 1px #0000, 0 12px 32px #0000001a;
}

.hover-tabs_image-copy {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.hover-tabs_image-copy.is-active {
  opacity: 1;
  object-fit: cover;
}

.hover-tabs_list-item3 {
  z-index: 0;
  grid-row-gap: 1rem;
  border-top: 0px solid var(--colors--border-dark);
  border-bottom: 0px solid var(--colors--border-light);
  box-shadow: none;
  color: #353535;
  text-transform: none;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-tabs_list-item3:hover {
  background-color: var(--colors--border-light);
  border-bottom-color: #0000;
}

.hover-tabs_list-item3.is-active, .hover-tabs_list-item3.is-active2, .hover-tabs_list-item3.is-active3 {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: var(--colors--border-light);
  border-bottom-width: 0;
  box-shadow: 0 1px #0000, 0 12px 32px #0000001a;
}

.hover-tabs_image3 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.hover-tabs_image3.is-active, .hover-tabs_image3.is-active2, .hover-tabs_image3.is-active3 {
  opacity: 1;
  object-fit: cover;
}

.div-block-55 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .8;
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  display: flex;
}

.div-block-56 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.partner-logo-2 {
  opacity: .7;
  flex: none;
  margin-right: 45px;
}

.carousel {
  z-index: 1;
  flex-direction: row;
  width: 100%;
  margin-top: -34px;
  margin-bottom: -27px;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-carousel-wrap {
  z-index: 1;
  backface-visibility: hidden;
  background-color: #0000;
  flex: none;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  transform: perspective(1px);
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-link-list {
  grid-column-gap: 1rem;
  display: flex;
}

.logo-link-item {
  flex-flow: row;
  padding: 1rem 27px;
  display: flex;
}

.image-2 {
  height: 50px;
}

.partner-logo-3 {
  opacity: .7;
  flex: none;
  margin-right: 45px;
}

.collection-list-wrapper-2 {
  z-index: 3;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-right: 0;
  display: flex;
}

.location-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  display: block;
}

.city-carousel {
  z-index: 2;
  flex-direction: row;
  width: 100%;
  margin-top: -34px;
  margin-bottom: -27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.city-carousel-wrap {
  backface-visibility: hidden;
  background-color: #0000;
  flex: none;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.logo-link-item-2 {
  padding: 1rem 30px;
  display: flex;
}

.city-collection-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  font-family: var(--font--primary);
  color: var(--colors--light);
  font-weight: var(--weight--light);
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.city-text {
  white-space: nowrap;
  margin-top: 2px;
  margin-bottom: 0;
}

.partner-ticker-wrapper-2 {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.partner-logo-4 {
  opacity: .7;
  flex: none;
  margin-right: 45px;
}

.collection-list-wrapper-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.collection-list-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  font-family: var(--font--secondary);
  color: var(--colors--light);
  font-weight: var(--weight--light);
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.city-link-item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  font-family: var(--font--secondary);
  color: var(--colors--light);
  font-weight: var(--weight--light);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 30px;
  display: flex;
  position: relative;
}

.carosel-left-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--colors--orange), #fff0 24%);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carosel-right-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff0 68%, var(--colors--orange));
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.label-9 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.link-multi-layout-2 {
  color: #16231b99;
  font-size: 14px;
  line-height: 150%;
}

.link-multi-layout-2:hover {
  color: #16231b;
  text-decoration: underline;
}

.menu-divider-2 {
  display: none;
}

.text-body-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

.navigation-label-desktop-2 {
  border: 1px solid #16231b29;
  border-radius: 24px;
  padding: 4px 16px;
}

.dropdown {
  color: var(--colors--light);
  padding: 12px 24px;
}

.dropdown:hover {
  color: var(--colors--blue);
}

.dropdown-menu {
  color: var(--colors--light);
  padding: 0;
}

.dropdown-menu:hover {
  color: var(--colors--blue);
}

.dropdown-list-2 {
  position: absolute;
}

.dropdown-list-2.w--open {
  z-index: 1;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #ddd0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
  top: 59px;
  left: -31px;
}

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

.dropdown-toggle-menu {
  font-family: var(--font--primary);
  color: var(--colors--light);
  font-size: var(--text--text-body);
  height: 100%;
  padding: 20px 18px;
  transition: all .2s;
}

.dropdown-2 {
  z-index: 2;
  height: 100%;
  transition: all .2s;
}

.dropdown-wrapper {
  border: 1px solid var(--colors--border-dark);
  box-shadow: 0 2px 40px 0 var(--colors--border-dark);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  display: flex;
}

.div-block-57 {
  z-index: 2;
  width: 40%;
  position: absolute;
  inset: auto 55% 91% auto;
}

.hero-float-1 {
  z-index: 4;
  width: 40%;
  position: absolute;
  inset: auto auto -6% 5%;
}

.hero-float-2 {
  z-index: 4;
  width: 40%;
  position: absolute;
  inset: auto 3% 51% auto;
}

.hero-float-3 {
  z-index: 2;
  width: 40%;
  position: absolute;
  inset: auto 53% 83% auto;
}

.hero-background {
  z-index: 0;
  background-image: url('../images/konstantin-mishchenko-WEs1rKnh870-unsplash_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  width: 105vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hero-background.property-tokenization {
  background-image: url('../images/pexels-pixabay-290275_1.avif');
}

.hero-background.resources {
  background-image: url('../images/rahul-bhogal-Ub9LkIWxyec-unsplash_1.avif');
}

.hero-background.investor-platform {
  background-image: url('../images/pexels-rdne-7414284_1.avif');
}

.hero-overlay {
  z-index: 4;
  background-image: linear-gradient(180deg, var(--colors--dark-blue), #fff0), linear-gradient(0deg, var(--colors--light), #0000);
  opacity: 1;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.blogs-post-dot {
  background-color: var(--colors--semi-transparent-light);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.blogs-post-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs-post-title-link {
  font-family: var(--font--primary);
  max-width: 388px;
  text-decoration: none;
}

.blogs-post-contant-wrap {
  font-family: var(--font--secondary);
}

.blogs-post-image-link {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 36px;
  display: block;
  overflow: hidden;
}

.blogs-post-title {
  color: var(--colors--semi-transparent-dark);
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--weight--regular);
  letter-spacing: 0;
}

.blogs-post-title.light {
  color: var(--colors--light);
  font-weight: var(--weight--regular);
}

.blogs-post-date {
  font-family: var(--font--secondary);
  color: var(--colors--semi-transparent-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.blogs-post-date.light {
  color: var(--colors--background);
  font-weight: var(--weight--light);
}

.blogs-post-categorie {
  font-family: var(--font--secondary);
  color: var(--colors--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.blogs-post-categorie.yellow {
  color: var(--colors--orange);
  font-weight: var(--weight--light);
}

.blogs-post-categorie-date-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.latest {
  margin-top: -120px;
}

.hero-overlay---dark {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0000 82%, var(--colors--dark-blue)), linear-gradient(180deg, var(--colors--dark-blue), #fff0 52%), linear-gradient(0deg, var(--colors--dark-blue), #0000);
  opacity: 1;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.title-wrapper {
  z-index: 5;
  max-width: 600px;
  margin-bottom: 68px;
  position: relative;
}

.blog-title-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.banner-title-wrap-copy {
  z-index: 1;
  position: relative;
}

.banner-title-wrap-copy.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.banner-title-wrap-copy.flex.center {
  justify-content: center;
  align-items: center;
}

.banner-title-wrap-copy-copy {
  z-index: 1;
  position: relative;
}

.banner-title-wrap-copy-copy.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.banner-title-wrap-copy-copy.flex.center {
  justify-content: center;
  align-items: center;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-single-categorie-name {
  color: var(--colors--light);
  margin-left: 7px;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.blog-single-details-wrap {
  border-bottom: 1px solid #d1e0ff;
  padding-bottom: 50px;
}

.blog-single-left-wrap {
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.blog-single-date {
  color: #111827;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.single-blog-details {
  color: #111827;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

.blog-single-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 72% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.blog-single-date-wrap {
  margin-bottom: 40px;
}

.blog-single-right-wrap {
  width: 100%;
  max-width: none;
}

.blog-single-details {
  color: var(--colors--light);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.blog-single-details h1 {
  color: var(--colors--light);
}

.blog-single-details h2 {
  color: var(--colors--light);
  font-size: var(--size--h3);
}

.blog-single-details h4 {
  color: var(--colors--light);
  font-size: var(--size--h5);
}

.blog-single-details h5 {
  color: var(--colors--light);
  font-size: var(--size--h6);
}

.blog-single-details h6 {
  color: var(--colors--light);
  font-size: var(--text--text-body);
}

.blog-single-details a, .blog-single-details p, .blog-single-details h3 {
  color: var(--colors--light);
}

.blog-single-details ol, .blog-single-details ul {
  margin-top: 10px;
  line-height: 1.4em;
}

.blog-social-media-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.single-social-link {
  color: #111827;
  background-color: #eef4ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.single-social-link:hover {
  color: #fff;
  background-image: linear-gradient(130deg, #0040c1, #6475f6);
  transform: translate(0, -6px);
}

.div-block-59 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-60 {
  z-index: 2;
  width: 100%;
  position: relative;
}

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

.about-image-wrap {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

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

.section-mini-title-wrap-3 {
  border: 1px solid #d1e0ff;
  border-radius: 100px;
  margin-bottom: 26px;
  padding: 10px 16px;
  display: inline-block;
}

.accent-color-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0042c5, #2970ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-mini-title-3 {
  color: #0040c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section-title-wrap-2 {
  text-align: center;
}

.section-title-wrap-2.max-width-481px {
  max-width: 481px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-2.max-width-481px.mg-bottom-64px {
  margin-bottom: 64px;
}

.section-title-4 {
  color: #111827;
  letter-spacing: -1.92px;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.team-member-grid {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-18 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-61 {
  border: 1px solid var(--colors--border-light);
  background-color: var(--colors--border-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 9px;
  height: auto;
  padding: 20px;
  position: sticky;
  top: 104px;
}

.text-block-5 {
  font-family: var(--font--primary);
  color: var(--colors--background);
  font-size: var(--size--h4);
  text-align: center;
  margin-bottom: -5px;
  line-height: .9em;
}

.benefits-feature-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.benefits-chart-wrap {
  border: 8px solid #ffffff80;
  border-radius: 31.41px;
  overflow: hidden;
  box-shadow: 0 5px 56px #00000059;
}

.benefits-chart-wrap._2 {
  box-shadow: none;
}

.benefits-image-wrap-wrap {
  width: 100%;
  max-width: 636px;
  height: 100%;
}

.benefits-image-wrap-wrap._100-height {
  height: 100%;
}

.benefits-flex-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  position: relative;
}

.accent-color-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0042c5, #2970ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.inner-content {
  width: 100%;
  max-width: 550px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-content.sticky {
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 200px;
}

.section-mini-title-4 {
  color: #0040c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.benefits-feature-icon-wrap-2 {
  background-color: #d1e0ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.benefits-feature-item-2 {
  color: #111827;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.benefits-pattern-three {
  z-index: -1;
  position: absolute;
  inset: 0 auto auto 0;
}

.benefits-pattern-two {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card {
  z-index: 1;
  aspect-ratio: 3 / 2;
  background-image: linear-gradient(to bottom, var(--colors--semi-transparent-dark), var(--colors--semi-transparent-dark));
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.benefits-title-2 {
  color: #1f2937;
  letter-spacing: -.72px;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.benefits-title-2.max-width-490px {
  max-width: 490px;
}

.single-benefits-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-title-wrap-3 {
  text-align: center;
}

.section-title-wrap-3.max-width-557px {
  max-width: 557px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-3.max-width-557px.mg-bottom-64px {
  margin-bottom: 64px;
}

.section-title-5 {
  color: #111827;
  letter-spacing: -1.92px;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.benefits-mini-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.section-19 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.benefits-contant-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.benefits-pattern-one {
  z-index: -1;
  position: absolute;
  inset: 67px auto auto 20px;
}

.benefits-pattern-four {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-paragraph {
  margin-top: 10px;
  margin-bottom: 40px;
}

.section-paragraph.color-white {
  color: var(--colors--light);
}

.section-paragraph.color-white.left-mobile.last-no-pad {
  margin-bottom: 0;
}

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

.sub-section-mini-title-wrap {
  border: 1px solid var(--colors--border-dark);
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 10px 16px;
  display: inline-block;
}

.sub-section-mini-title-wrap.color-white {
  border-color: var(--colors--border-light);
}

.accent-color-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0042c5, #2970ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.addition-features-logo-wrap {
  border: 0 solid #ffffffb3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  display: flex;
}

.addition-features-logo-wrap._2 {
  background-color: #e1ebff;
  background-image: none;
}

.addition-features-logo-wrap._5 {
  background-image: none;
}

.addition-features-logo-wrap._4 {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.addition-features-logo-wrap._6 {
  background-color: #fffce0;
  background-image: none;
}

.addition-features-logo-wrap._3 {
  background-color: #e8f9ff;
  background-image: none;
}

.addition-features-details {
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.addition-features-title {
  color: #111827;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.single-addition-features-card {
  border: 1px solid var(--colors--border-dark);
  background-image: linear-gradient(90deg, var(--colors--semi-transparent-light), #fdfdfd);
  border-radius: 12px;
  padding: 36px 24px;
}

.addition-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-wrap-4 {
  text-align: center;
}

.section-title-wrap-4.max-width-530px {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-4.max-width-530px.mg-bottom-64px {
  margin-bottom: 64px;
}

.section-title-6 {
  color: #111827;
  letter-spacing: -1.92px;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.section-20 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.value-svg {
  color: var(--colors--orange);
  border-radius: 0;
}

.image-3 {
  color: var(--colors--orange);
}

.svg {
  color: var(--colors--dark);
  width: 32px;
  height: 32px;
}

.checkbox-field {
  font-family: var(--font--secondary);
  font-weight: 300;
}

.link {
  font-family: var(--font--secondary);
}

.team-member-link {
  aspect-ratio: 2 / 3;
  border-radius: 20px;
  height: 500px;
  position: relative;
  overflow: clip;
}

.headshot {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.team-info {
  z-index: 1;
  padding: 22px;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-6 {
  font-family: var(--font--secondary);
  color: var(--colors--light);
  font-size: var(--text--text-big);
  font-weight: var(--weight--regular);
}

.text-block-6-copy {
  font-family: var(--font--secondary);
  color: var(--colors--light);
  font-size: var(--text--text-small);
  font-weight: var(--weight--light);
  margin-right: 10px;
}

.team-gradient {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--colors--accent), #fff0 40%);
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  filter: invert();
  color: var(--colors--light);
  width: 20px;
  height: 20px;
}

.div-block-62 {
  color: var(--colors--light);
  display: flex;
  position: relative;
}

.div-block-63 {
  color: var(--colors--light);
}

.div-block-64 {
  z-index: 1;
  background-color: var(--colors--light);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding: 7px;
  position: absolute;
  inset: 3% 4% auto auto;
}

.code-embed-3 {
  color: var(--colors--light);
  transition: all .2s ease-in-out;
}

.code-embed-3:hover {
  transform: scale(1.03);
}

.text-block-7 {
  font-family: var(--font--secondary);
  color: var(--colors--light);
  font-size: var(--text--text-body);
  font-weight: var(--weight--light);
}

.div-block-65 {
  z-index: 1;
  background-color: var(--colors--orange);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  inset: 0%;
}

.main-container-6 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.text-h4-4 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

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

.label-10 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.icon-story-block {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-story-block.mobile-svg {
  display: none;
}

.story-card {
  background-color: var(--colors--background);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.story-card.dark {
  background-color: var(--colors--dark-blue);
}

.headline-stories-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: sticky;
  top: 120px;
}

.stories-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  place-items: start stretch;
}

.label-master-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #16231b29;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 16px;
}

.label-master-4.light {
  border-color: #ffffff29;
}

.story-card-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-body-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.section-21 {
  z-index: 1;
  background-color: #f9f5eb;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-21.about-a-stories-section {
  color: #f9f5eb;
  background-color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
}

.slider_section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 30%;
  margin-right: 1rem;
}

.desktop-slider_wrapper {
  z-index: 1;
  cursor: grab;
  width: 100%;
  position: relative;
}

.splide__arrow {
  pointer-events: auto;
  color: #fb4043;
  cursor: pointer;
  background-color: #fb404300;
  border: 1px solid #fb4043;
  border-radius: 500%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  display: flex;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  color: #fffff7;
  background-color: #fb4043;
  transform: none;
}

.slider-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-top: 5rem;
  display: flex;
}

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

.progress-bar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.progress-bar-wrapper.mobile {
  display: none;
}

.slider_component {
  width: 100%;
  position: relative;
}

.progress-bar-line {
  background-color: #d7d3ca;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.progress-bar {
  z-index: 30;
  background-color: #7f3828;
  border-radius: 3px;
  width: 20%;
  height: 3px;
  transition: all .2s;
  position: relative;
}

.desktop-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.mobile-slider {
  display: none;
}

.splide__track {
  width: 100%;
  overflow: hidden;
}

.background_circle {
  z-index: -1;
  pointer-events: none;
  background-color: #e8e8df;
  border-radius: 100%;
  width: 45rem;
  height: 45rem;
  position: absolute;
  top: 50%;
  left: -26rem;
  transform: translate(0, -50%);
}

.splide {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

.arrow-next {
  color: #fff;
  width: 60%;
  height: 60%;
}

.arrow-next.brown {
  color: #7f3828;
}

.background_menu {
  z-index: -1;
  opacity: .4;
  color: #fff;
  text-align: right;
  margin-left: -2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17.7rem;
  font-weight: 900;
  line-height: .7;
  position: absolute;
  top: 7.6rem;
  left: 35%;
}

.paragraph-large-2 {
  font-size: 1rem;
  line-height: 1.6;
}

.slider_info {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: auto;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  display: flex;
  position: absolute;
  top: 12rem;
  left: auto;
  right: 0%;
}

.slider-info {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.desktop-arrow-prev {
  color: #7f3828;
  cursor: pointer;
  background-color: #fb404300;
  border: 1px solid #7f3828;
  border-radius: 500%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  transform: rotate(180deg);
}

.splide__list {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.desktop-slider_item {
  border: 1px #000;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14rem;
  padding: 0;
  transition: all .65s;
  display: flex;
  position: relative;
  left: 35%;
}

.desktop-slider_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  transition: all .3s;
  display: flex;
  position: relative;
}

.desktop-arrow-next {
  color: #fff;
  cursor: pointer;
  background-color: #7f3828;
  border-radius: 500%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.div-block-66 {
  width: 200px;
  height: 200px;
}

.code-embed-4 {
  color: var(--colors--light);
  width: 17px;
  height: auto;
  display: flex;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.section-22 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.content-2 {
  overflow: hidden;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.grey-font {
  color: #000000bf;
}

.text-f-15.light-grey-font {
  color: #00000080;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-3 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.dot-divider {
  background-color: #ff7a00;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.divider {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.div-block-67 {
  min-height: 300px;
}

.div-block-68 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.icon-story-block---white {
  color: var(--colors--background);
  width: 48px;
  height: 48px;
}

.tab {
  font-family: var(--font--secondary);
  background-color: #ff5a3a00;
}

.tab.w--current {
  border-bottom: 1px solid var(--colors--orange);
  background-color: #c8c8c800;
}

.tabs-menu-2 {
  margin-bottom: 14px;
}

.background-video-2 {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-69 {
  background-image: linear-gradient(45deg, var(--colors--dark-blue), #434362e3 46%, #fff0);
  position: absolute;
  inset: 0%;
}

.faq-icon {
  width: 28px;
  height: 28px;
}

.h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.h6.font-color-black {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.accordion_description {
  margin-top: 1rem;
}

.accordion_description.body-small {
  color: var(--colors--semi-transparent-dark);
  line-height: 1.6em;
}

.accordion_description-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.accordion_item-2 {
  padding: 1rem 2rem;
  position: relative;
  overflow: hidden;
}

.accordion_item-2.faq-block {
  border: 1px solid var(--colors--border-dark);
  border-radius: 9px;
  margin-bottom: 13px;
  padding-left: 1rem;
}

.accordion_item-2.faq-block.last-no-pad {
  margin-bottom: 0;
}

.accordion_arrow {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.accordion_list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.accordion_item-wrapper-2 {
  cursor: pointer;
  border-bottom: 0 solid #e6e9ea;
  margin-bottom: 0;
}

.accordion_item-wrapper-2.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.accordion_title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion_title-wrapper:hover {
  color: var(--colors--orange);
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.accordion-text {
  font-size: var(--size--h6);
  font-weight: var(--weight--regular);
  margin-top: 0;
  margin-bottom: 0;
}

.code-embed-5 {
  width: 25px;
  height: 25px;
  margin-top: -2px;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-gradient {
  background-image: linear-gradient(45deg, var(--colors--accent), var(--colors--accent) 0%, #fff0);
  position: absolute;
  inset: 0%;
}

.single-nav-link-copy {
  font-family: var(--font--primary);
  color: var(--colors--light);
  text-transform: capitalize;
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.single-nav-link-copy:hover {
  color: var(--colors--blue);
  transform: scale(1.1);
}

.single-nav-link-copy.w--current {
  color: var(--colors--blue);
  font-weight: 500;
}

.single-nav-link-copy.hidden {
  display: none;
}

.reset-link {
  color: var(--colors--light);
  font-size: 14px;
  font-weight: var(--weight--light);
  text-transform: none;
  text-decoration: none;
  transition: all .3s;
}

.reset-link:hover {
  color: var(--colors--orange);
}

.div-block-21 {
  display: none;
}

.resource-filter-dropdown {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list-3 {
  padding-left: 4px;
  padding-right: 4px;
  top: 26px;
}

.dropdown-list-3.w--open {
  z-index: 5;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fffc;
  border-radius: 5px;
  margin-top: 3px;
  padding: 8px 13px;
  position: absolute;
  top: 30px;
  left: 5px;
  box-shadow: 1px 1px 50px -20px #c7c7c7;
}

.resource-filter-search {
  color: var(--colors--light);
  font-size: 14px;
  font-weight: var(--weight--light);
  text-transform: none;
  background-color: #0000;
  border: 0 solid #000;
  width: 250px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 0 0 20px;
}

.resource-filter-search::placeholder {
  color: var(--colors--light);
}

.resource-dropdown-toggle {
  z-index: 5;
  align-items: center;
  height: 100%;
  padding: 8px 0;
  display: flex;
}

.resource-dropdown-toggle.w--open {
  height: 100%;
}

.resource-filter-text-block {
  color: var(--colors--light);
  font-size: 14px;
  font-weight: var(--weight--light);
  text-transform: none;
  margin-right: 10px;
}

.resource-filter-search-div {
  color: var(--colors--light);
  border-right: 0 solid #e4e4e4;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.resource-filter-div---no-line {
  border-right: 0 solid #e4e4e4;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.filter-wrapper {
  border: 1px solid var(--colors--border-light);
  background-color: var(--colors--border-light);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -222px;
  padding: 0;
  display: flex;
}

.resource-filter {
  border-right: 0 solid #e4e4e4;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.radio-button-label-3 {
  padding-left: 10px;
  font-size: 15px;
}

.filter-form {
  font-family: var(--font--secondary);
  font-weight: var(--weight--light);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.resource-filter-radio {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-form-block {
  border: 1px solid var(--colors--border-light);
  box-shadow: 0 2px 20px -6px var(--colors--border-dark);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  width: auto;
  margin-top: 39px;
  margin-bottom: 0;
  padding: 2px 15px;
}

.code-embed-6 {
  color: var(--colors--light);
  width: 20px;
  height: 20px;
}

.resource-radio-button-label {
  font-size: var(--text--text-small);
  font-weight: var(--weight--light);
  margin-bottom: 0;
  padding-left: 10px;
}

.resource-radio-button {
  margin-top: 0;
}

.resource-radio-button.w--redirected-checked {
  border: 4px solid var(--colors--orange);
  background-color: var(--colors--background);
}

.resource-radio-button.w--redirected-focus {
  box-shadow: 0 0 5px -1px var(--colors--orange);
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  padding: 13px;
  display: flex;
}

.text-block-8 {
  font-family: var(--font--secondary);
  color: var(--colors--semi-transparent-light);
  font-size: 13px;
  font-weight: var(--weight--light);
  margin-right: 7px;
}

.div-block-19 {
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--colors--border-light);
  background-color: var(--colors--border-light);
  border-radius: 3px;
  align-items: center;
  padding: 2px 5px;
  display: flex;
}

.text-block-9 {
  font-family: var(--font--secondary);
  color: var(--colors--background);
  font-size: 13px;
  font-weight: var(--weight--light);
  margin-right: 0;
}

.image-6 {
  cursor: pointer;
  width: 20px;
  height: 100%;
  margin-left: -7px;
  padding: 6.5px;
}

.resource-filter-divider {
  background-color: var(--colors--border-light);
  width: 1px;
  height: 20px;
}

.resource-title-wrapper {
  z-index: 5;
  max-width: 800px;
  margin-bottom: 68px;
  position: relative;
}

.code-embed-7 {
  width: 15px;
  height: 15px;
}

.filter-x {
  color: var(--colors--light);
  width: 14px;
  height: 14px;
}

.checkbox {
  background-color: var(--colors--light);
  border-radius: 100px;
  overflow: visible;
}

.checkbox.w--redirected-checked {
  background-color: var(--colors--orange);
  border: 0 solid #000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 5px 0 var(--colors--orange);
}

.footer-links-column---main {
  grid-column-gap: 42px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-71 {
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.consent-link {
  color: var(--colors--light);
  text-decoration: underline;
}

.image-8 {
  opacity: .8;
  width: 48px;
}

.image-9 {
  color: var(--colors--orange);
}

.image-10 {
  color: var(--colors--border-dark);
}

.card-icon {
  width: 50px;
}

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

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

.link-block {
  aspect-ratio: 2 / 3;
  height: 500px;
  position: relative;
}

.collection-item-6 {
  border-radius: 20px;
  overflow: clip;
}

.collection-list-wrapper-4 {
  z-index: 1;
  position: relative;
}

.hamburger-link-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hamburger-link-2:hover {
  opacity: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ff2020;
}

.burger-lines {
  z-index: 999;
  width: 24px;
  margin-left: 13px;
}

.burger-line {
  background-color: #212e2e;
  width: 100%;
  height: 1px;
}

.burger-line.bottom {
  margin-top: 6px;
}

.burger-bg {
  background-color: #212e2e0d;
  border-radius: 100vw;
  width: 108px;
  height: 36px;
  position: absolute;
}

.mobile-menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: none;
}

.wrap-link-drop {
  margin-bottom: 25px;
  overflow: hidden;
}

.wrap-link {
  color: #212e2e;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.wrap-link.w--current {
  align-items: center;
}

.number-link {
  color: #ff2020;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 16px;
}

.wrap-menu-link {
  display: flex;
  position: relative;
}

.menu-link-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 54px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.dropdown-wrapper-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #24242429;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 40px #24242429;
}

.dropdown-toggle-menu-2 {
  color: #fff;
  height: 100%;
  padding: 20px 24px;
  font-family: Hurme Geometric Sans, Arial, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.inner-button-3 {
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  background-color: #3e3eaf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-button-3:hover {
  color: #fff9;
}

.inner-button-3.mobile {
  display: none;
}

.single-nav-link-2 {
  color: #fff;
  text-transform: capitalize;
  border-radius: 100px;
  padding: 10px 24px;
  font-family: Hurme Geometric Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.single-nav-link-2:hover {
  color: #3e3eaf;
  transform: scale(1.1);
}

.single-nav-link-2.w--current {
  color: #3e3eaf;
  background-color: #24242429;
  font-weight: 500;
}

.single-nav-link-2.hidden {
  display: none;
}

.single-nav-link-2.no-bg.w--current {
  background-color: #24242400;
}

.nav-contant-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.inner-button-hover-text-2 {
  color: #ffb020;
  position: absolute;
}

.code-embed-8 {
  width: 0;
  height: 0;
  display: none;
}

.div-block-72 {
  margin-bottom: 0;
}

.inner-wrapper {
  margin-bottom: 20px;
}

.card-title {
  margin-bottom: 0;
}

.separator {
  color: var(--colors--light);
  margin-top: 2px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hero-container {
  z-index: 4;
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-container.resource {
  padding-left: 15px;
  padding-right: 15px;
}

.not-found-contant {
  z-index: 3;
  border: 1px solid var(--colors--border-light);
  background-color: var(--colors--semi-transparent-dark);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  display: flex;
  position: relative;
}

.not-found-image {
  margin-bottom: 34px;
}

.not-found-details {
  font-family: var(--font--secondary);
  color: var(--colors--light);
  margin-bottom: 55px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.inner-button-4 {
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  background-color: #0040c1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-button-hover-text-3 {
  position: absolute;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-73 {
  z-index: 2;
  background-image: linear-gradient(18deg, var(--colors--dark), #5555556b);
  position: absolute;
  inset: 0%;
}

.latest-inner {
  margin-top: 0;
}

.password {
  border: 1px solid var(--colors--border-dark);
  border-radius: var(--radius--xxxsmall);
  background-color: var(--colors--border-light);
  font-family: var(--font--secondary);
  color: var(--colors--border-dark);
  font-size: 16px;
  font-weight: var(--weight--regular);
  align-self: flex-start;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 0 16px 4px;
}

.password:focus {
  border-color: #16231b;
}

.password::placeholder {
  color: var(--colors--border-dark);
  font-size: var(--radius--xsmall);
  font-weight: var(--weight--light);
}

.password.newsletter {
  color: #f9f5eb;
}

.password.newsletter::placeholder {
  color: #fff9;
}

.password.text-area {
  height: 80px;
  padding-top: 9px;
}

.field-label-copy {
  display: none;
}

.password-label {
  font-family: var(--font--primary);
  color: var(--colors--border-dark);
  margin-bottom: -7px;
  font-weight: 400;
  display: none;
  overflow: hidden;
}

.div-block-74 {
  max-width: 500px;
  height: 200px;
  position: fixed;
  inset: auto auto 0%;
}

.text-block-11 {
  color: var(--colors--light);
  text-align: center;
  max-width: none;
  height: auto;
  max-height: 200px;
  padding-bottom: 37px;
  position: fixed;
  inset: auto 0% 0%;
}

.link-2 {
  color: var(--colors--orange);
}

@media screen and (min-width: 1920px) {
  .section.solution {
    padding-top: 150px;
  }

  .popup-content-wrapper {
    max-width: 1200px;
  }

  .split-contant.navbar-right {
    grid-column-gap: 141px;
    grid-row-gap: 141px;
  }

  .banner-image-wrap {
    inset: auto auto 21% 47%;
  }

  .banner-image {
    transform: scale(1.1);
  }

  .solution-pattern._2 {
    right: 240px;
  }

  .solution-pattern._1 {
    left: 240px;
  }

  .solution-contant-wrap {
    margin-top: 0;
  }

  .savings-goals-circle {
    background-color: var(--colors--dark-blue);
  }

  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .slider {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: var(--size--h3);
  }

  p {
    margin-bottom: 15px;
  }

  .navigation-label-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.desktop {
    display: block;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .nav-dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding: 0;
  }

  .footer-right {
    margin-right: 0;
  }

  .dropdown-list-inner {
    border-style: none;
    padding: 0;
  }

  .navigation-label-desktop {
    display: none;
  }

  .menu-cta-mobile {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: left;
    background-color: #ece7d9;
    border-top: 1px solid #16231b29;
    border-bottom: 1px solid #16231b29;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
  }

  .multi-layout-row {
    padding: 0;
  }

  .multi-layout-row:hover {
    background-color: #0000;
  }

  .main-container {
    z-index: 11;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-master {
    z-index: 5;
  }

  .nav-menu-wrap {
    background-color: #0000;
    margin-right: 16px;
    padding: 0;
    position: static;
  }

  .nav-container {
    text-align: center;
    justify-content: space-between;
    position: static;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-left-style: none;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .text-h1 {
    font-size: 64px;
  }

  .mega-menu-wrap {
    border-style: none;
    padding: 0;
  }

  .menu-cta-link-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .megs-menu-right {
    display: none;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .multi-layout-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .menu-hamburger-icon.display-hidden {
    display: none;
  }

  .brand-link-navbar {
    justify-content: center;
    align-items: center;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-wrapper {
    display: block;
  }

  .page-wrapper.hide-on-mobile {
    display: none;
  }

  .page-wrapper.overflow-show {
    overflow: visible;
  }

  .menu-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
  }

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

  .icon-multi-layout {
    display: none;
  }

  .menu-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .nav-small-dropdown {
    width: 100%;
  }

  .menu-button {
    padding: 0;
  }

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

  .cta-master {
    max-width: 520px;
  }

  .nav-menu {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f9f5eb;
    border: 1px solid #16231b99;
    border-top-color: #16231b29;
    max-height: 89svh;
    padding: 112px 24px 20px;
    overflow: auto;
  }

  .navigation-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding: 0;
  }

  .footer {
    padding-top: 20px;
  }

  .nav-dropdown {
    display: block;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .menu-column {
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .nav-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .link-menu-social {
    width: 19px;
    height: 19px;
  }

  .menu-divider {
    background-color: #16231b29;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .mega-menu-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-link-hover-wrap {
    padding: 0;
  }

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

  .hero-text {
    font-size: 72px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.team {
    padding-top: 106px;
    padding-bottom: 20px;
  }

  .section.banner {
    height: auto;
  }

  .section.solution {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.bottom-mg-50px {
    margin-bottom: 0;
  }

  .section.bottom-mg-50px.dark-section {
    z-index: 1;
    padding-top: 0;
    overflow: visible;
  }

  .section.page-banner {
    height: auto;
    min-height: 70vh;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.page-banner.resource {
    height: auto;
    padding-top: 180px;
    padding-bottom: 90px;
    overflow: clip;
  }

  .section.about-us-photos {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.sticky-technology {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.home-hero {
    height: auto;
  }

  .menu-template-image {
    width: 137px;
  }

  .menu-link {
    padding: 0;
  }

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

  .dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .menu-links-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
  }

  .mega-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .home-a-video {
    height: auto;
    padding-bottom: 200px;
  }

  .text-h2 {
    font-size: 48px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-a-about-column.left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline-moving-features {
    margin-bottom: 48px;
  }

  .icon-service-card {
    width: 48px;
    height: 48px;
  }

  .section-4, .section-4.home-a-services-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-card {
    width: 320px;
    height: auto;
  }

  .text-block {
    margin-bottom: 0;
    font-size: 22vw;
    bottom: 4%;
  }

  .column-image-wrap {
    height: 500px;
  }

  .column-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-body-2.color-white.mobile-left {
    text-align: left;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-5.home-c-columns-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .expanable-tab-expand-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    opacity: 1;
    position: static;
  }

  .headline-expandable-tabs {
    margin-bottom: 48px;
  }

  .expandable-tab {
    height: auto;
    padding: 0;
  }

  .expandable-tabs {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .expandable-title-wrap {
    display: none;
  }

  .section-6, .section-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .popup-content-wrapper {
    border-radius: 0;
    flex-flow: column;
    width: auto;
    height: 100vh;
  }

  .sell---popup.preview-page {
    height: 100vh;
    padding: 0;
    display: none;
  }

  .popup-image {
    z-index: 1;
    border-radius: 0;
  }

  .paragraph-large.light-text {
    text-align: left;
  }

  .popup-left {
    max-width: none;
    height: 300px;
    min-height: 200px;
    position: relative;
  }

  .popup-right {
    z-index: 1;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    height: 100%;
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 64px;
  }

  .close-popup.close-modal {
    z-index: 2;
    background-color: #ebe6e4;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .contact-a-halves {
    grid-template-columns: 1fr;
  }

  .contact-a-right {
    width: 100%;
    max-width: none;
    height: 500px;
    display: none;
  }

  .section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-8.hero-contact-a {
    background-size: contain;
  }

  .password-video {
    padding-bottom: 200px;
  }

  .expanable-tab-expand-content-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    opacity: 1;
    position: static;
  }

  .expandable-tabs-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .expandable-tab-2, .expandable-tab-3 {
    height: auto;
    padding: 0;
  }

  .expandable-tabs-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .expanable-tab-expand-content-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    opacity: 1;
    position: static;
  }

  .expandable-tabs-4, .expandable-tabs-5, .expandable-tabs-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-h2-2 {
    font-size: 48px;
  }

  .expandable-tabs-7, .expandable-tabs-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .policy-sticky {
    position: static;
  }

  .policy-halves {
    grid-template-columns: 1fr;
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .team-details-right-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .single-team-gradient {
    z-index: 1;
    background-image: linear-gradient(0deg, var(--colors--dark-blue), #fff0 41%);
    position: absolute;
    inset: 0%;
  }

  .team-details-wrapper---mobile {
    grid-row-gap: 50px;
    flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team-details-name-bio-wrap {
    z-index: 3;
    position: static;
    inset: auto 0 0%;
  }

  .banner-gradient.mobile {
    background-image: linear-gradient(to bottom, var(--colors--dark-blue), var(--colors--dark-blue));
    display: block;
  }

  .team-details-name-bio-wrap---mobile {
    z-index: 3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0 0%;
  }

  .team-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-details-image.mobile {
    z-index: 1;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 10%;
    border-radius: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;
    display: block;
  }

  .div-block-46 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    margin-top: -67px;
    display: flex;
    position: relative;
  }

  .inner-banner-shape-1 {
    max-width: 200px;
    inset: auto auto 0% 0%;
  }

  .inner-banner-shape-1.mobile-hide {
    display: none;
  }

  .container-default {
    z-index: 1;
  }

  .container-default.z-index-2.mobile-hide {
    display: none;
  }

  .inner-banner-shape-2 {
    max-width: 140px;
    left: 20px;
  }

  .inner-banner-shape-2.mobile-hide {
    display: none;
  }

  .div-block-48 {
    display: block;
    position: relative;
  }

  .light-text {
    position: relative;
  }

  .light-text.zindex-2 {
    z-index: 2;
  }

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

  .div-block-45 {
    justify-content: center;
    align-items: center;
  }

  .section-10.single-team-member-section---mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-details-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .primary-button-icon-wrap {
    width: 52px;
    height: 52px;
  }

  .style-guide-left-wrap {
    max-width: 100%;
  }

  .style-guide-color-plate-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .secondary-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-newsletter-wrap {
    width: 100%;
  }

  .footer-links-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 110%;
  }

  .style-guide-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hamburger-menu-lines {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--colors--dark-blue);
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .newsletter-input-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .footer-all-links-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  .navbar-wrapper {
    z-index: 0;
    position: static;
  }

  .single-style-guide-card {
    margin-bottom: 30px;
    padding: 30px;
  }

  .footer-top-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .nav-cart-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .footer-details-wrap {
    max-width: 100%;
  }

  .inner-pattern-one {
    width: 100%;
    max-width: 150px;
    left: 0;
  }

  .nav-menu-links-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .inner-banner-details {
    font-size: 17px;
    line-height: 27px;
  }

  .style-guide-wrapper {
    padding: 30px;
  }

  .nav-dot {
    display: none;
  }

  .container.center-container.resource {
    align-self: flex-start;
    margin-top: 122px;
  }

  .style-guide-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    display: flex;
  }

  .split-contant.navbar-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .single-style-heading-wrap {
    margin-bottom: 40px;
  }

  .style-heading-title {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .style-heading-details {
    font-size: 20px;
    line-height: 30px;
  }

  .newsletter-input-title {
    font-size: 17px;
    line-height: 27px;
  }

  .single-footer-links {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-banner-plus-wrap {
    margin-top: 20px;
  }

  .footer-bottom-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .style-heading-details-wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .footer-copyright-wrap {
    order: 1;
    max-width: 100%;
  }

  .cta-button {
    font-size: 17px;
    line-height: 20px;
  }

  .hamburger-menu-bar {
    background-color: #fff;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-logo-wrap.w--current {
    margin-bottom: 20px;
  }

  .footer-bottom-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style-paragraph-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-right-wrap {
    max-width: 100%;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-wrap {
    border: 1px solid var(--colors--border-light);
    background-color: var(--colors--border-light);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 22px;
    padding: 49px 24px;
    display: flex;
    box-shadow: 0 2px 20px 5px #0003;
  }

  .hamburger-menu-wrapper {
    background-color: #0000;
    border-radius: 100%;
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .section-title {
    letter-spacing: 0;
    font-size: 45px;
  }

  .nav-contant {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: var(--radius--regular);
  }

  .inner-pattern-two {
    width: 100%;
    max-width: 150px;
    right: 0;
  }

  .footer-top-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-heading-wrap {
    margin-bottom: 30px;
  }

  .style-heading-wrap.mg-bottom-0px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: none;
  }

  .section-11.inner-banner {
    padding-bottom: 50px;
  }

  .section-11.style-guide {
    padding-bottom: 0;
  }

  .style-guide-card-flex {
    flex-flow: column;
  }

  .submit-button-2 {
    border-radius: 100px;
    width: 100%;
  }

  .submit-button-2.newsletter {
    position: static;
  }

  .single-nav-link {
    color: #fff;
    background-color: #0000;
    padding: 0;
  }

  .single-nav-link.w--current {
    color: #fff;
    background-color: #eef4ff00;
  }

  .inner-button.desktop {
    color: #0040c1;
    background-color: #fff;
    display: flex;
  }

  .inner-button.mobile {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .primary-button-icon-wrap-2 {
    width: 52px;
    height: 52px;
  }

  .banner-plus-icon {
    width: 100%;
    max-width: 35px;
  }

  .banner-image-wrap {
    max-width: 100%;
    display: none;
    position: static;
    transform: none;
  }

  .partner-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .banner-title-wrap.flex {
    justify-content: center;
    align-items: center;
  }

  .banner-pattern-three {
    width: 100%;
    max-width: 150px;
    right: 0;
  }

  .partner-name-ticker-dot {
    height: 8px;
  }

  .banner-right-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner-info-wrapper {
    text-align: center;
    align-self: auto;
  }

  .banner-pattern-two {
    width: 100%;
    max-width: 150px;
    inset: 0% 0% auto auto;
  }

  .banner-details-plus-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    max-width: 418px;
    margin-bottom: 0;
  }

  .banner-title-wrapper {
    margin-bottom: 30px;
    padding-left: 97px;
    padding-right: 97px;
  }

  .partner-name-ticker-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-right: 30px;
  }

  .city-icon {
    width: 25px;
    margin-right: 5px;
  }

  .banner-title-divider {
    display: none;
  }

  .banner-right-wrap {
    max-width: 100%;
  }

  .banner-pattern-one {
    width: 100%;
    max-width: 150px;
  }

  .partner-name-overlay-shape {
    background-image: linear-gradient(90deg, #0140c1, #0140c100 52%, #0140c1);
  }

  .banner-contant-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .banner-clint-info {
    color: var(--colors--dark-blue);
  }

  .partner-ticker-divider {
    margin-bottom: 30px;
  }

  .primary-button-2 {
    font-size: 17px;
    line-height: 20px;
  }

  .banner-details {
    font-size: 16px;
    line-height: 26px;
  }

  .partner-card {
    border-radius: 0;
    padding-top: 18px;
    padding-bottom: 7px;
  }

  .banner-left-wrap {
    max-width: 100%;
  }

  .banner-title {
    font-size: var(--size--h2);
    text-align: center;
    letter-spacing: 0;
  }

  .banner-title.mobile-left {
    text-align: left;
  }

  .banner-contant-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .banner-clint-info-wrap {
    max-width: 100%;
  }

  .partner-name-wrapper {
    margin-bottom: 24px;
  }

  .history-counter-wrap {
    height: 52px;
  }

  .banner-clint-image-counter-wrap {
    justify-content: center;
    align-items: center;
  }

  .banner-wrapper {
    flex-flow: column;
    display: block;
  }

  .button-wrapper.left-padding-110px {
    padding-left: 0;
  }

  .partner-name-ticker-item {
    letter-spacing: -2px;
    font-size: 85px;
    line-height: 85px;
  }

  .number-digit {
    color: var(--colors--dark-blue);
    font-size: 46px;
  }

  .primary-button-icon-wrap-3 {
    width: 52px;
    height: 52px;
  }

  .solution-details-flex-wrap {
    margin-bottom: 40px;
  }

  .solution-details-button-wrap {
    max-width: 100%;
  }

  .primary-button-3 {
    font-size: 17px;
    line-height: 20px;
  }

  .solution-image-wrap._3 {
    width: 100%;
    max-width: 120px;
    bottom: -118px;
    left: 0;
  }

  .solution-image-wrap._2 {
    width: 100%;
    max-width: 120px;
    top: -21%;
  }

  .solution-image-wrap._1 {
    width: 100%;
    max-width: 120px;
    top: 0;
  }

  .solution-image-wrap._4 {
    width: 100%;
    max-width: 120px;
    bottom: -40px;
    right: 0;
  }

  .solution-image-wrap._5 {
    width: 100%;
    max-width: 120px;
    top: 0;
  }

  .solution-image-wrap._6 {
    width: 100%;
    max-width: 120px;
  }

  .solution-title-wrap {
    margin-bottom: 30px;
  }

  .solution-title {
    letter-spacing: 0;
  }

  .section-13.solution {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .home-card-2 {
    padding: 35px 30px 40px;
  }

  .section-mini-title-wrap {
    margin-bottom: 20px;
  }

  .home-card---content {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._2-column-grid {
    grid-template-columns: 1.42095fr;
  }

  .get-app-pattern {
    width: 100%;
    max-width: 150px;
    top: 0;
    right: 0;
  }

  .financial-analytics-pattern {
    display: none;
  }

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

  .financial-analytics-image-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    left: 0;
  }

  .financial-analytics-card-contant {
    flex-flow: column;
  }

  .get-app-title {
    letter-spacing: 0;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 40px;
  }

  .savings-goals-card-contant {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .financial-analytics-mobile {
    position: relative;
    left: -158px;
  }

  .home-card-3 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-card---logo-wrap {
    text-align: left;
    width: 100%;
    max-width: 100px;
    height: 100px;
    margin-bottom: 0;
  }

  .get-app-contant {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .financial-analytics-chart {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 125px;
    left: 158px;
    right: 0;
  }

  .section-title-wrap.max-width-557px.mg-bottom-64px {
    max-width: 100%;
    margin-bottom: 45px;
  }

  .section-title-wrap.max-width-545px.mg-bottom-64px {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .section-title-wrap.max-width-715px.mg-bottom-64px {
    margin-bottom: 40px;
  }

  .savings-goals-circle {
    top: 0;
    right: 0;
  }

  .income-tracking-card-wrap {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .savings-goals-chart-wrap {
    margin-top: 0;
  }

  .section-14.feature {
    padding-bottom: 0;
  }

  .home-card-4 {
    padding: 40px;
  }

  .financial-analytics-image-wrap {
    max-width: 100%;
    transform: none;
  }

  .savings-goals-pattern {
    width: 100%;
    max-width: 150px;
  }

  .feature-title-details-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-title-details-wrap.mg-bottom-110px {
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-bottom: 40px;
  }

  .feature-title-details-wrap.max-width-265px.mg-top-24px {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .income-tracking-card-image {
    margin-top: -22px;
  }

  .home-card-1 {
    padding: 30px;
  }

  .financial-analytics-circle-shape {
    display: none;
  }

  .income-tracking-pattern {
    width: 100%;
    max-width: 150px;
  }

  .benefit-contant-wrap {
    height: auto;
  }

  .benefits-feature-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .benefits-shape {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-card {
    padding: 40px 0;
  }

  .benefit-image-wrap-wrap {
    max-width: 100%;
  }

  .benefits-feature-icon-wrap {
    width: 28px;
    height: 28px;
  }

  .benefits-scan {
    width: 100%;
    max-width: 80px;
  }

  .benefit-pattern-two {
    width: 100%;
    max-width: 150px;
  }

  .benefits-feature-item {
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-circle-wrap {
    width: 200px;
    height: 200px;
    padding: 20px;
  }

  .benefit-flex-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .single-benefit-card {
    background-color: #eef4ff;
    border-radius: 20px;
    padding: 24px;
    position: static;
  }

  .benefits-title {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .benefits-pattern-five {
    width: 100%;
    max-width: 300px;
  }

  .benefit-card-pattern {
    width: 100%;
    max-width: 150px;
    display: none;
  }

  .benefit-flex {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .benefit-contant, .benefit-contant._2 {
    max-width: 100%;
  }

  .section-title-2 {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .single-benefits-feature {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .section-15.benefit {
    padding-bottom: 0;
  }

  .benefit-pattern-one {
    width: 100%;
    max-width: 150px;
    top: 0;
    left: 0;
  }

  .benefits-details {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }

  .benefits-details.max-width-472px {
    max-width: 100%;
  }

  .more-addition-feature-name {
    font-size: 80px;
    line-height: 80px;
  }

  .more-addition-feature-card-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .more-addition-title-wrap {
    margin-bottom: 35px;
  }

  .more-addition-feature-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .more-addition-right-contant {
    margin-top: 150px;
  }

  .more-addition-feature-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .more-addition-contant-flex {
    justify-content: center;
    align-items: flex-start;
  }

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

  .color-white.left-mobile {
    text-align: left;
  }

  .section-mini-title-wrap-2 {
    margin-bottom: 20px;
  }

  .blog-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1.0459fr;
  }

  .section-title-3 {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .section-17.blog {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content-flex {
    flex-flow: column;
  }

  .hover-tabs_component {
    display: block;
  }

  .hover-tabs_mobile-image-wrapper {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

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

  .hover-tabs_mobile-image-mask {
    overflow: hidden;
  }

  .hover-tabs_left-content {
    display: none;
  }

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

  .hover-tabs_mobile-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 15px;
  }

  .hover-tabs_list-item-wrapper {
    border-bottom: 1px solid #0d2a371a;
  }

  .hover-tabs_list-item {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hover-tabs_list-item:hover {
    box-shadow: none;
  }

  .hover-tabs_heading-wrapper {
    margin-left: 0;
  }

  .hover-tabs_right-wrapper {
    padding: 0;
  }

  .banner-title-2 {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .hover-tabs_list-item-2 {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .hover-tabs_list-item-2:hover {
    box-shadow: none;
  }

  .hover-tabs_list-item2 {
    box-shadow: none;
    border-radius: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hover-tabs_list-item2:hover {
    box-shadow: none;
  }

  .hover-tabs_list-item-copy-copy {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .hover-tabs_list-item-copy-copy:hover {
    box-shadow: none;
  }

  .hover-tabs_list-item-copy {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .hover-tabs_list-item-copy:hover {
    box-shadow: none;
  }

  .hover-tabs_list-item3 {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .hover-tabs_list-item3:hover {
    box-shadow: none;
  }

  .div-block-56 {
    display: none;
    top: 66px;
  }

  .partner-logo-2 {
    width: 120px;
    margin-right: 40px;
  }

  .logo-carousel {
    margin-top: -25px;
  }

  .partner-logo-3, .partner-logo-4 {
    width: 120px;
    margin-right: 40px;
  }

  .menu-divider-2 {
    background-color: #16231b29;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .navigation-label-desktop-2 {
    display: none;
  }

  .dropdown-list-2 {
    position: static;
  }

  .dropdown-toggle-menu {
    font-size: var(--radius--regular);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .dropdown-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: var(--colors--semi-transparent-dark);
    padding: 15px;
  }

  .hero-background.resources {
    overflow: visible;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .blogs-post-image-link {
    border-radius: 20px;
  }

  .latest {
    margin-top: -60px;
  }

  .title-wrapper, .blog-title-wrapper {
    margin-bottom: 30px;
  }

  .banner-title-wrap-copy.flex, .banner-title-wrap-copy-copy.flex {
    justify-content: center;
    align-items: center;
  }

  .blog-single-details-wrap {
    padding-bottom: 30px;
  }

  .blog-single-left-wrap {
    max-width: 100%;
  }

  .blog-single-flex-wrap {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 100%;
  }

  .blog-single-date-wrap {
    margin-bottom: 0;
  }

  .blog-single-date-social-media-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    display: flex;
  }

  .blog-single-details h2 {
    margin-bottom: 10px;
  }

  .blog-single-details ol {
    line-height: 1.4em;
  }

  .blog-single-details ul {
    line-height: 1.3em;
  }

  .blog-social-media-wrap {
    flex-flow: row;
  }

  .about-image-wrap {
    border-radius: 20px;
  }

  .section-mini-title-wrap-3 {
    margin-bottom: 20px;
  }

  .section-title-wrap-2.max-width-481px.mg-bottom-64px {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-title-4 {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .team-member-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .section-18.team-member {
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits-feature-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .benefits-chart-wrap {
    border-radius: 20px;
  }

  .benefits-image-wrap-wrap {
    order: -1;
    max-width: 100%;
    height: auto;
  }

  .benefits-flex-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .inner-content {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits-feature-icon-wrap-2 {
    width: 28px;
    height: 28px;
  }

  .benefits-feature-item-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-pattern-two {
    width: 100%;
    max-width: 120px;
  }

  .benefits-title-2 {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .benefits-title-2.max-width-490px {
    max-width: 100%;
  }

  .single-benefits-wrap.no-top-pad---mobile {
    margin-top: 0;
  }

  .section-title-wrap-3.max-width-557px.mg-bottom-64px {
    max-width: 100%;
    margin-bottom: 45px;
  }

  .section-title-5 {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .section-19.benefits {
    padding-bottom: 0;
  }

  .benefits-contant-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .benefits-pattern-one {
    width: 100%;
    max-width: 150px;
    top: 0;
    left: 0;
  }

  .section-paragraph {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }

  .card-image {
    height: auto;
  }

  .sub-section-mini-title-wrap {
    margin-bottom: 20px;
  }

  .addition-features-logo-wrap {
    margin-bottom: 24px;
  }

  .addition-features-details {
    font-size: 16px;
    line-height: 26px;
  }

  .single-addition-features-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .section-title-wrap-4.max-width-530px.mg-bottom-64px {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-title-6 {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .section-20.addition-features {
    padding-bottom: 0;
  }

  .team-member-link {
    width: 100%;
  }

  .icon-story-block {
    color: var(--colors--dark);
    width: 40px;
    height: 40px;
    font-family: Hurme Geometric Sans, Arial, sans-serif;
  }

  .story-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .headline-stories-sticky {
    position: static;
  }

  .stories-halves {
    flex-flow: column;
    display: flex;
  }

  .section-21 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-21.about-a-stories-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-content-wrapper {
    width: 60%;
  }

  .background_menu {
    font-size: 21svw;
    left: 45%;
  }

  .slider_info {
    width: 54%;
  }

  .desktop-slider_item {
    left: 45%;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .slider {
    display: flex;
  }

  .icon-story-block---white {
    width: 40px;
    height: 40px;
  }

  .h6 {
    line-height: 1.6rem;
  }

  .accordion_description.body-small {
    margin-top: 9px;
    margin-bottom: 0;
  }

  .dark-gradient {
    background-image: linear-gradient(45deg, var(--colors--accent), var(--colors--accent) 35%, #fff0);
  }

  .single-nav-link-copy {
    color: #fff;
    background-color: #0000;
    padding: 0;
  }

  .single-nav-link-copy.w--current {
    color: #fff;
    background-color: #eef4ff00;
  }

  .div-block-21 {
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: -3px;
    padding: 0 20px;
    display: flex;
  }

  .resource-filter-dropdown {
    width: 100%;
  }

  .dropdown-list-3.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .resource-filter-search {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .resource-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px 0;
  }

  .resource-dropdown-toggle.w--open {
    padding-left: 20px;
  }

  .resource-filter-search-div {
    background-color: var(--colors--border-light);
    border-right-width: 0;
    order: -1;
    width: 100%;
    padding: 7px 20px;
    display: flex;
  }

  .resource-filter-div---no-line {
    background-color: var(--colors--border-light);
    text-align: center;
    width: 100%;
    margin-top: 11px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .filter-wrapper {
    justify-content: center;
    width: 400px;
    height: 50px;
    margin-top: -62px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .resource-filter {
    border-right-width: 0;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .raesource-filter-arrow {
    transform: rotate(-90deg);
  }

  .filter-form {
    z-index: 2;
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .image-7 {
    transform: rotate(-90deg);
  }

  .resource-filter-radio {
    color: var(--colors--background);
  }

  .filter-form-block {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    min-width: auto;
    height: 50px;
    margin-top: 50px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .div-block-18 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8 {
    font-size: 10px;
  }

  .resource-filter-divider {
    display: none;
  }

  .resource-title-wrapper {
    margin-bottom: 30px;
  }

  .internal-menu-link {
    font-size: var(--radius--medium);
  }

  .div-block-71 {
    z-index: 1;
    max-width: 800px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-team-gradient-top {
    z-index: 1;
    background-image: linear-gradient(0deg, var(--colors--dark-blue), #fff0 41%);
    position: absolute;
    inset: 0%;
  }

  .latest-collection-list {
    grid-template-columns: 1fr;
  }

  .collection-item-5 {
    width: 100%;
    height: 100%;
  }

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

  .hamburger-link-2 {
    height: 100%;
    display: flex;
  }

  .burger-lines {
    width: auto;
    margin-left: 0;
  }

  .burger-line.top {
    background-color: var(--colors--light);
    color: var(--colors--light);
    width: 25px;
  }

  .burger-line.bottom {
    background-color: var(--colors--light);
  }

  .burger-bg {
    color: var(--colors--dark-blue);
    width: 100%;
    height: 100%;
  }

  .mobile-wrapper {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #202020db;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 101vw;
    height: 102vh;
    margin-top: -18px;
    margin-left: -10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .mobile-wrapper.close-modal {
    display: none;
  }

  .mobile-menu-wrapper {
    z-index: 10;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100px;
    display: flex;
    position: relative;
  }

  .wrap-link-drop {
    z-index: 5;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .wrap-link {
    z-index: 15;
    color: var(--colors--light);
    cursor: auto;
    text-decoration: none;
    overflow: visible;
  }

  .wrap-link:hover {
    color: var(--colors--light);
  }

  .wrap-link.w--current {
    z-index: 15;
    color: var(--colors--orange);
  }

  .number-link {
    color: #b3a098;
  }

  .wrap-menu-link {
    text-decoration: none;
  }

  .menu-link-heading {
    font-family: var(--font--secondary);
    font-size: 45px;
    font-style: normal;
    font-weight: var(--weight--light);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    text-decoration: none;
    display: flex;
  }

  .menu-link-heading.sub {
    color: var(--colors--light);
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 35px;
  }

  .menu-link-heading.sub.w--current {
    color: var(--colors--orange);
  }

  .icon-33 {
    color: var(--colors--light);
    margin-left: 17px;
    position: static;
  }

  .dropdown-list-4 {
    background-color: #dddddd87;
  }

  .dropdown-list-4.w--open {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #ddd0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .dropdown-wrapper-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: #1b1b1b99;
    padding: 15px;
  }

  .dropdown-toggle-menu-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .inner-button-3.mobile {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .single-nav-link-2 {
    color: #fff;
    background-color: #0000;
    padding: 0;
  }

  .single-nav-link-2.w--current {
    color: #fff;
    background-color: #eef4ff00;
  }

  .nav-contant-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 32px;
  }

  .internal-menu-link-2 {
    font-size: 24px;
  }

  .text-block-10 {
    color: var(--colors--light);
  }

  .code-embed-8 {
    display: none;
  }

  .image-11 {
    width: 35px;
    height: 35px;
    margin-left: 17px;
  }

  .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .list {
    line-height: 1.2em;
  }

  .hero-container {
    clear: left;
  }

  .hero-container.resource {
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    display: block;
  }

  .not-found-contant {
    margin-left: 20px;
    margin-right: 20px;
  }

  .latest-inner {
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  h2, h3 {
    font-size: var(--size--h4);
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .cta-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .text-h1 {
    font-size: 56px;
  }

  .footer-logo-big {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .navbar.sticky-nav {
    width: 95%;
  }

  .brand-link-navbar {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .label.color-white.mobile-left {
    text-align: left;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

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

  .hero-text {
    font-size: 64px;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .section.home-a-column-section {
    border-bottom-width: 0;
  }

  .section.contact {
    padding-bottom: 50px;
  }

  .section.team {
    padding-top: 60px;
  }

  .section.about-us-photos {
    margin-top: 0;
  }

  .section.section-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brand-navbar {
    display: block;
  }

  .home-a-video {
    height: auto;
    padding-bottom: 250px;
  }

  .text-h2 {
    font-size: 40px;
  }

  .home-a-about-columns {
    border-bottom: 1px solid var(--colors--border-dark);
    flex-flow: column;
  }

  .home-a-about-column.right {
    border-top: 1px solid #16231b29;
    padding-left: 0;
  }

  .home-a-about-column.left {
    border-right-style: none;
    padding-right: 0;
  }

  .service-card {
    width: 350px;
  }

  .text-block {
    z-index: 1;
    margin-bottom: 13px;
    position: absolute;
    inset: auto 0% 9%;
  }

  .main-hero-text {
    font-size: var(--size--h2);
  }

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

  .column-image-wrap {
    height: 400px;
  }

  .column-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .column {
    flex-flow: column;
  }

  .column.text-top {
    flex-flow: column-reverse;
  }

  .column-content-wrap {
    margin-bottom: 32px;
  }

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

  .text-body-2.color-white.mobile-left {
    text-align: left;
  }

  .expanable-tab-expand-content {
    min-height: 400px;
    padding: 32px;
  }

  .expandable-tabs {
    flex-flow: column;
    display: flex;
  }

  .tab-b-image {
    min-height: 200px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .scroll-base {
    position: relative;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .sell---popup {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sell---popup.preview-page {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .popup-image {
    z-index: 1;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .popup-left {
    max-width: 100%;
    max-height: 300px;
  }

  .input {
    height: 44px;
  }

  .popup-right {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    height: 100%;
    padding: 45px 24px 32px;
    display: flex;
    overflow: scroll;
  }

  .contact-a-right {
    display: none;
  }

  .input-halves {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .password-video {
    padding-bottom: 250px;
  }

  .expanable-tab-expand-content-2 {
    padding: 32px;
  }

  .expandable-tabs-2, .expandable-tabs-3 {
    flex-flow: column;
    display: flex;
  }

  .tab-b-image-3 {
    min-height: 200px;
  }

  .expanable-tab-expand-content-3 {
    min-height: 400px;
    padding: 32px;
  }

  .expandable-tabs-4 {
    flex-flow: column;
    display: flex;
  }

  .tab-b-image-4 {
    min-height: 200px;
  }

  .expandable-tabs-5 {
    flex-flow: column;
    display: flex;
  }

  .tab-b-image-5 {
    min-height: 200px;
  }

  .expandable-tabs-6 {
    flex-flow: column;
    display: flex;
  }

  .tab-b-image-6 {
    min-height: 200px;
  }

  .text-h2-2 {
    font-size: 40px;
  }

  .expandable-tabs-7 {
    flex-flow: column;
    display: flex;
  }

  .tab-b-image-7 {
    min-height: 200px;
  }

  .expandable-tabs-8 {
    flex-flow: column;
    display: flex;
  }

  .tab-b-image-8 {
    min-height: 200px;
  }

  .team-details-wrapper---mobile {
    max-width: 480px;
  }

  .team-details-name-bio-wrap, .team-details-name-bio-wrap---mobile {
    margin-bottom: 20px;
  }

  .team-details-wrapper {
    max-width: 480px;
  }

  .team-details-image.mobile {
    object-position: 50% 20%;
    height: 70vh;
    padding-top: 0;
  }

  .div-block-46 {
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
  }

  .inner-banner-shape-1 {
    max-width: 200px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .inner-banner-shape-2 {
    max-width: 80px;
  }

  .section-10.single-team-member-section---mobile {
    padding-top: 0;
  }

  .team-details-image-wrapper {
    width: 100%;
  }

  .primary-button-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .secondary-button {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .single-style-guide-card {
    border-radius: 10px;
    padding: 20px;
  }

  .footer-top-flex-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .nav-cart-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: none;
  }

  .inner-pattern-one {
    max-width: 100px;
    top: 0;
  }

  .nav-menu-links-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .inner-banner-details {
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-title-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .split-contant.navbar-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navbar-logo-wrap {
    padding-left: 0;
  }

  .style-heading-title {
    font-size: 35px;
    line-height: 45px;
  }

  .newsletter-input-title, .single-footer-links {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-banner-plus-wrap {
    margin-top: 15px;
  }

  .footer-bottom-flex-wrap {
    text-align: center;
  }

  .cta-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 24px;
    font-size: 16px;
  }

  .footer-links-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .back-to-top-button {
    padding: 10px 20px;
  }

  .nav-contant {
    font-size: var(--radius--medium);
  }

  .footer-logo {
    width: 100%;
    max-width: 140px;
  }

  .inner-pattern-two {
    max-width: 100px;
    bottom: 0;
  }

  .single-social-media-link {
    width: 45px;
    height: 45px;
  }

  .section-11.inner-banner {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section-11.inner-banner.mg-botton-64px {
    padding-bottom: 50px;
  }

  .inner-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .inner-button.mobile {
    display: none;
  }

  .primary-button-icon-wrap-2 {
    width: 48px;
    height: 48px;
  }

  .partner-title {
    font-size: 25px;
  }

  .banner-pattern-three {
    max-width: 100px;
  }

  .partner-name-ticker-dot {
    width: 32px;
    height: 6px;
  }

  .banner-right-flex-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .banner-pattern-two {
    max-width: 100px;
  }

  .banner-details-plus-wrap {
    max-width: 100%;
  }

  .banner-title-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .partner-name-ticker-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-right: 24px;
  }

  .city-icon {
    margin-right: 20px;
  }

  .banner-pattern-one {
    max-width: 100px;
  }

  .partner-name-overlay-shape {
    background-image: linear-gradient(90deg, #0140c1, #0140c100 52%, #0140c1);
  }

  .banner-contant-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-clint-info {
    max-width: 250px;
  }

  .primary-button-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 24px;
    font-size: 16px;
  }

  .partner-card {
    border-radius: 0;
    padding-top: 19px;
    padding-bottom: 0;
  }

  .banner-contant-wrap {
    margin-bottom: 35px;
  }

  .banner-clint-info-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .partner-name-wrapper {
    margin-bottom: 30px;
  }

  .banner-circle-shape {
    display: none;
  }

  .history-counter-wrap {
    height: 46px;
  }

  .partner-title-wrap {
    max-width: 400px;
  }

  .section-12.banner {
    padding-top: 50px;
  }

  .partner-name-ticker-item {
    font-size: 60px;
    line-height: 60px;
  }

  .number-digit {
    font-size: 36px;
    line-height: 46px;
  }

  .primary-button-icon-wrap-3 {
    width: 48px;
    height: 48px;
  }

  .solution-pattern._2, .solution-pattern._1 {
    width: 100%;
    max-width: 120px;
  }

  .solution-details-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .solution-details-flex-wrap {
    margin-bottom: 30px;
  }

  .solution-details-divider, .solution-details-divider._2 {
    display: none;
  }

  .primary-button-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 24px;
    font-size: 16px;
  }

  .solution-image-wrap._3, .solution-image-wrap._2, .solution-image-wrap._1, .solution-image-wrap._4, .solution-image-wrap._5, .solution-image-wrap._6 {
    max-width: 80px;
  }

  .solution-title-wrap {
    margin-bottom: 20px;
  }

  .section-13.solution {
    padding-top: 80px;
  }

  .section-mini-title-wrap {
    margin-bottom: 16px;
  }

  .get-app-pattern {
    max-width: 100px;
  }

  .get-app-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .home-card-3 {
    padding-top: 30px;
  }

  .home-card---logo-wrap {
    max-width: 80px;
    height: 80px;
  }

  .section-title-wrap.max-width-557px.mg-bottom-64px {
    margin-bottom: 30px;
  }

  .section-title-wrap.max-width-715px.mg-bottom-64px {
    margin-bottom: 35px;
  }

  .income-tracking-card-wrap {
    margin-bottom: 30px;
  }

  .savings-chart-wrap._2, .savings-chart-wrap._1 {
    border-radius: 20px;
  }

  .section-14.feature {
    padding-top: 80px;
  }

  .home-card-4 {
    padding: 30px;
  }

  .savings-goals-pattern {
    max-width: 100px;
  }

  .feature-title-details-wrap.mg-bottom-110px {
    margin-bottom: 30px;
  }

  .feature-title-details-wrap.max-width-265px.mg-top-24px {
    margin-bottom: 24px;
  }

  .inner-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .income-tracking-pattern {
    max-width: 100px;
  }

  .home-a-overlay-2 {
    background-image: linear-gradient(180deg, var(--colors--dark-blue) 2%, #fff0 91%), linear-gradient(0deg, var(--colors--light), #0000 72%);
  }

  .benefits-feature-wrap {
    flex-flow: column;
  }

  .benefits-shape {
    max-width: 400px;
  }

  .benefit-chart {
    width: 100%;
    max-width: 250px;
  }

  .benefit-image-wrap-wrap {
    height: 375px;
  }

  .benefits-feature-icon-wrap {
    width: 26px;
    height: 26px;
  }

  .benefits-scan {
    max-width: 60px;
  }

  .benefits-scan._3 {
    max-width: 65px;
  }

  .benefit-pattern-two {
    max-width: 100px;
  }

  .benefits-circle-wrap {
    width: 140px;
    height: 140px;
  }

  .benefits-circle-wrap._3 {
    width: 150px;
    height: 150px;
    padding: 15px;
  }

  .benefit-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .benefits-card {
    border-radius: 10px;
  }

  .benefits-title {
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 35px;
  }

  .benefits-pattern-five {
    max-width: 150px;
  }

  .benefit-card-pattern {
    display: none;
  }

  .benefit-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-15.benefit {
    padding-top: 80px;
  }

  .benefit-card-circle {
    filter: blur(200px);
    width: 200px;
    height: 200px;
    inset: auto 0% 0% auto;
    transform: translate(50%);
  }

  .benefit-pattern-one {
    max-width: 100px;
  }

  .benefits-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-details.max-width-472px {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .more-addition-feature-name {
    font-size: 60px;
    line-height: 60px;
  }

  .more-addition-feature-wrap {
    margin-bottom: 40px;
  }

  .more-addition-title-wrap {
    margin-bottom: 30px;
  }

  .single-more-addition-feature-card {
    width: 100%;
  }

  .more-addition-feature-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .more-addition-title {
    font-size: 30px;
    line-height: 40px;
  }

  .more-addition-feature-info-wrap {
    max-width: 100%;
  }

  .section-16.more-addition {
    padding-top: 70px;
  }

  .more-addition-middle-contant {
    max-width: 200px;
    max-height: 300px;
  }

  .color-white.left-mobile.terms-heading {
    font-size: var(--size--h2);
  }

  .section-mini-title-wrap-2 {
    margin-bottom: 16px;
  }

  .blog-post-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-post-flex-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-post-image-link {
    max-width: 100%;
    height: auto;
  }

  .hover-tabs_mobile-image-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .hover-tabs_heading-style-h4 {
    font-size: 1.375rem;
  }

  .button-text {
    min-height: 3.5rem;
  }

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

  .padding-global, .hover-tabs_list-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item.is-active, .hover-tabs_list-item.is-active2 {
    box-shadow: none;
  }

  .hover-tabs_right-wrapper {
    border-top: 1px solid #0d2a371a;
  }

  .banner-title-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hover-tabs_heading-style-h4-2 {
    font-size: 1.375rem;
  }

  .button-text-2 {
    min-height: 3.5rem;
  }

  .hover-tabs_list-item-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item-2.is-active {
    box-shadow: none;
  }

  .hover-tabs_heading-style-h4-3 {
    font-size: 1.375rem;
  }

  .button-text-3 {
    min-height: 3.5rem;
  }

  .hover-tabs_list-item2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item2.is-active, .hover-tabs_list-item2.is-active2, .hover-tabs_list-item2.is-active3 {
    box-shadow: none;
  }

  .hover-tabs_list-item-copy.is-active, .hover-tabs_list-item-copy.is-active2 {
    box-shadow: none;
  }

  .hover-tabs_list-item-copy-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item-copy-copy.is-active, .hover-tabs_list-item-copy-copy.is-active2 {
    box-shadow: none;
  }

  .hover-tabs_list-item-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item-copy.is-active, .hover-tabs_list-item-copy.is-active2 {
    box-shadow: none;
  }

  .hover-tabs_list-item3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item3.is-active, .hover-tabs_list-item3.is-active2, .hover-tabs_list-item3.is-active3 {
    box-shadow: none;
  }

  .partner-logo-2, .partner-logo-3, .partner-logo-4 {
    width: 120px;
    margin-right: 20px;
  }

  .city-link-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .dropdown-toggle-menu {
    font-size: var(--radius--medium);
  }

  .dropdown-wrapper {
    background-color: var(--colors--semi-transparent-dark);
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .blogs-post-title-link {
    max-width: 100%;
  }

  .blogs-post-image-link {
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .blogs-post-title {
    line-height: 30px;
  }

  .blogs-post-categorie-date-wrap {
    margin-bottom: 16px;
  }

  .blog-single-date {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-single-date-social-media-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-single-details ol {
    line-height: 1.2em;
  }

  .single-social-link {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .about-image-wrapper {
    margin-top: -150px;
  }

  .about-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .about-image-wrap {
    border-radius: 15px;
    height: 100%;
  }

  .section-mini-title-wrap-3 {
    margin-bottom: 16px;
  }

  .section-title-wrap-2.max-width-481px.mg-bottom-64px {
    margin-bottom: 35px;
  }

  .section-title-4 {
    font-size: 35px;
    line-height: 45px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .benefits-feature-wrap-2 {
    flex-flow: column;
  }

  .benefits-chart-wrap, .benefits-chart-wrap._2 {
    border-radius: 15px;
  }

  .benefits-image-wrap-wrap {
    height: 345px;
  }

  .benefits-feature-icon-wrap-2 {
    width: 26px;
    height: 26px;
  }

  .benefits-chart {
    max-width: 220px;
  }

  .benefits-pattern-three {
    display: none;
  }

  .benefits-pattern-two {
    max-width: 100px;
  }

  .card {
    border-radius: 10px;
  }

  .benefits-title-2 {
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 35px;
  }

  .single-benefits-wrap.no-top-pad---mobile {
    margin-top: 0;
  }

  .section-title-wrap-3.max-width-557px.mg-bottom-64px {
    margin-bottom: 30px;
  }

  .section-title-5 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-19.benefits {
    padding-top: 80px;
  }

  .benefits-contant-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .benefits-pattern-one {
    max-width: 100px;
  }

  .benefits-pattern-four {
    width: 100%;
    max-width: 120px;
    display: none;
  }

  .section-paragraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .sub-section-mini-title-wrap {
    margin-bottom: 16px;
  }

  .addition-features-logo-wrap {
    margin-bottom: 22px;
  }

  .addition-features-title {
    font-size: var(--radius--medium);
    line-height: var(--letter-spacing--1-0em);
    font-weight: var(--weight--light);
  }

  .addition-features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-title-wrap-4.max-width-530px.mg-bottom-64px {
    margin-bottom: 35px;
  }

  .section-title-6 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-20.addition-features {
    padding-top: 80px;
  }

  .icon-story-block {
    font-family: Hurme Geometric Sans, Arial, sans-serif;
  }

  .headline-stories-sticky {
    position: static;
  }

  .stories-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .slider_section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .splide__slide.mobile {
    background-color: #fff;
    border: 1px #000;
    flex-flow: column;
    width: 16rem;
    max-width: 85%;
    padding: 0;
    display: flex;
  }

  .desktop-slider_wrapper {
    display: none;
  }

  .splide__arrow.splide__arrow--prev {
    border-color: #7f3828;
  }

  .splide__arrow.splide__arrow--next {
    color: #fffff7;
    background-color: #7f3828;
    border-color: #7f3828;
    transform: none;
  }

  .slider-content-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .progress-bar-wrapper {
    display: none;
  }

  .progress-bar-wrapper.mobile {
    display: block;
  }

  .desktop-arrow {
    display: none;
  }

  .mobile-slider {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
  }

  .splide__track {
    overflow: visible;
  }

  .background_circle {
    width: 35rem;
    height: 35rem;
    top: 21%;
    left: 50%;
    transform: translate(-50%);
  }

  .splide {
    position: relative;
  }

  .splide__arrows {
    display: flex;
  }

  .splide__arrows.mobile {
    display: flex;
    position: absolute;
    bottom: -6rem;
    right: 0;
  }

  .arrow-next {
    color: #7f3828;
  }

  .background_menu {
    text-align: center;
    font-size: 12rem;
    top: -7.9rem;
    left: 0%;
  }

  .slider_info {
    width: 100%;
    margin-bottom: 3rem;
    position: static;
  }

  .splide__list {
    align-items: stretch;
    transition: all 10ms;
  }

  .header {
    margin-top: 4em;
  }

  .accordion_description {
    margin-left: 0;
  }

  .accordion_item-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .filter-form-block {
    width: 80%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .internal-menu-link {
    font-size: var(--size--h6);
  }

  .card-icon {
    width: 35px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .mobile-wrapper.close-modal {
    margin-left: -21px;
  }

  .mobile-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    align-items: stretch;
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .wrap-link-drop {
    margin-bottom: 10px;
  }

  .wrap-link {
    z-index: 15;
    text-align: center;
  }

  .number-link {
    margin-top: 5px;
  }

  .menu-link-heading {
    justify-content: flex-start;
    align-items: center;
    font-size: 40px;
    line-height: 1.3;
  }

  .dropdown-wrapper-2 {
    background-color: #1b1b1b99;
  }

  .dropdown-toggle-menu-2 {
    font-size: 24px;
  }

  .inner-button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .inner-button-3.mobile {
    display: none;
  }

  .nav-contant-2 {
    font-size: 24px;
  }

  .internal-menu-link-2 {
    font-size: 20px;
  }

  .image-11 {
    width: 35px;
    height: 35px;
  }

  .not-found-image {
    max-width: 250px;
    margin-bottom: 35px;
  }

  .not-found-details {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
  }

  .inner-button-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--size--h4);
  }

  h3 {
    font-size: var(--size--h5);
  }

  p {
    font-size: var(--text--text-small);
    line-height: 1.4em;
  }

  .footer-link {
    text-align: center;
    font-size: 16px;
  }

  .colors-grid-style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .cta-fixed {
    bottom: 24px;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .menu-cta-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-main {
    padding: 8px 20px;
    font-size: 14px;
  }

  .main-container {
    border-bottom: 0px solid var(--colors--border-dark);
    padding: 5px 9px;
  }

  .main-container.hero-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-wrap {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-bottom-message {
    padding-top: 24px;
  }

  .button-animation-hide, .button-animation-hide.small {
    height: auto;
  }

  .text-h1 {
    font-size: 13vw;
  }

  .heading-cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-logo-big {
    margin-top: 56px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar.sticky-nav {
    width: 95%;
  }

  .brand-link-navbar {
    height: 30px;
  }

  .brand-link-navbar.w--current {
    height: 40px;
  }

  .text-field {
    background-color: var(--colors--semi-transparent-dark);
    font-size: 14px;
  }

  .text-field.newsletter {
    border-radius: var(--radius--xsmall);
  }

  .footer-last-block {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .label {
    font-size: 15px;
    line-height: 12px;
  }

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

  .label.light.center-align.newsletter-label {
    font-size: var(--radius--small);
  }

  .page-wrapper.dark.overflow-open {
    overflow: visible;
  }

  .template-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-bottom: 48px;
  }

  .text-small {
    font-size: 12px;
  }

  .text-small.opacity-50.light.legal {
    text-align: center;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-content-tile.small {
    height: auto;
  }

  .button-content-tile.bottom-tile {
    display: none;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .footer-halves {
    flex-flow: column;
    display: flex;
  }

  .cta-arrow {
    color: var(--colors--light);
  }

  .brand-link {
    height: 40px;
  }

  .menu-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .newsletter-field-master {
    margin-top: 7px;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .button-animation-wrap.small {
    height: 16px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-rights-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-left {
    justify-content: center;
    align-items: center;
  }

  .button-wrap-style-guide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-small {
    font-size: 12px;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .template-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-big {
    font-size: 16px;
  }

  .text-body {
    direction: ltr;
    font-size: 14px;
  }

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

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form.auto-width {
    width: 100%;
    min-width: auto;
  }

  .hero-text {
    font-size: 14vw;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.template-hero, .section.hero {
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .section.hero-home-a {
    height: 100vh;
  }

  .section.home-a-column-section {
    border-bottom-width: 1px;
    overflow: clip;
  }

  .section.contact {
    padding-bottom: 40px;
  }

  .section.team {
    padding-top: 59px;
  }

  .section.solution {
    padding-top: 50px;
  }

  .section.page-banner {
    height: 100%;
    padding-top: 0;
  }

  .section.page-banner.resource {
    justify-content: center;
    align-items: center;
  }

  .section.blog-page-banner {
    min-height: 60vh;
    padding-top: 60px;
  }

  .section.team-members {
    padding-bottom: 50px;
  }

  .section.section-pad {
    background-color: var(--colors--semi-transparent-light);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.sticky-technology {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.benefits {
    margin-top: -73px;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-page-wrap {
    width: 100%;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .brand-navbar {
    height: 50px;
  }

  .home-a-top-title {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -156px;
  }

  .lightbox-home-a {
    height: 80px;
  }

  .cta-main-2 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .label-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .home-a-hero-maser {
    height: auto;
    padding-top: 0;
  }

  .home-a-video {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-a-small-video {
    width: 90%;
    max-width: 160px;
    position: absolute;
  }

  .text-h2 {
    font-size: 36px;
  }

  .text-h2.light-text.cenbter-mobile {
    text-align: center;
  }

  .heading-home-a {
    max-width: 300px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-a-play-button {
    width: 24px;
    height: 24px;
  }

  .home-a-about-columns {
    border-bottom-width: 0;
  }

  .marquee-logo {
    height: 25px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .label-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .single-text-marquee {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-a-about-column.right {
    border-top-color: var(--colors--border-dark);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-a-about-column.left {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .marquee-text-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-h5 {
    font-size: 20px;
  }

  .home-a-logos-master {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .headline-moving-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
  }

  .icon-service-card {
    width: 32px;
    height: 32px;
  }

  .section-4, .section-4.home-a-services-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-card {
    width: 250px;
    padding: 24px;
  }

  .text-block {
    inset: auto 0% 12%;
  }

  .main-hero-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .column-image-wrap {
    height: 250px;
    margin-bottom: 0;
  }

  .column-content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-content-tile-2.bottom-tile {
    display: none;
  }

  .text-body-2 {
    font-size: 14px;
  }

  .section-5, .section-5.home-c-columns-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .light.bio-link {
    font-family: var(--font--primary);
  }

  .light.bio-link:hover {
    color: var(--colors--semi-transparent-light);
  }

  .tab-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .expanable-tab-expand-content {
    padding: 24px;
  }

  .text-h4 {
    font-size: 24px;
  }

  .headline-expandable-tabs {
    margin-bottom: 32px;
  }

  .tab-b-overlay {
    height: 100%;
  }

  .expandable-tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h5-2 {
    font-size: 20px;
  }

  .section-6, .section-7 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-field-2 {
    font-size: 14px;
  }

  .text-small-2 {
    font-size: 12px;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .popup-content-wrapper {
    border-radius: 0;
  }

  .sell---popup {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sell---popup.preview-page {
    padding: 0;
    display: none;
  }

  .popup-image {
    border-radius: 0;
    width: 110%;
    max-width: 200%;
    height: 100%;
  }

  .popup-left {
    justify-content: center;
    max-height: 240px;
  }

  .primary-button {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .primary-button:hover {
    transform: scale3d(.97, .97, 1.01);
  }

  .popup-right {
    padding: 32px 16px 100px;
  }

  .contact-a-halves {
    grid-auto-flow: row;
    display: block;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-a-address-block {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .text-field-3 {
    font-size: 14px;
  }

  .text-field-3.text-area {
    height: 120px;
  }

  .contact-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .label-5 {
    font-size: 10px;
    line-height: 12px;
  }

  .contact-a-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
  }

  .contact-a-right {
    height: 300px;
    display: none;
  }

  .input-halves {
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-8.hero-contact-a {
    padding-bottom: 48px;
  }

  .div-block-6 {
    grid-column-gap: 34px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .radio-button-label {
    line-height: 1em;
    font-weight: var(--weight--light);
  }

  .password-video {
    padding-bottom: 160px;
  }

  .div-block-7 {
    height: 100vh;
  }

  .text-block-4 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .expanable-tab-expand-content-2 {
    padding: 24px;
  }

  .text-h4-2 {
    font-size: 24px;
  }

  .expandable-tabs-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h5-3 {
    font-size: 20px;
  }

  .tab-b-overlay-2, .tab-b-overlay-3 {
    height: 100%;
  }

  .expandable-tabs-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-body-3 {
    font-size: 14px;
  }

  .text-h4-3 {
    font-size: 24px;
  }

  .expanable-tab-expand-content-3 {
    padding: 24px;
  }

  .text-h5-4, .text-h5-5 {
    font-size: 20px;
  }

  .expandable-tabs-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-body-4 {
    font-size: 14px;
  }

  .text-h5-6, .text-h5-7 {
    font-size: 20px;
  }

  .expandable-tabs-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h5-8, .text-h5-9 {
    font-size: 20px;
  }

  .text-body-5 {
    direction: ltr;
    font-size: 14px;
  }

  .expandable-tabs-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h5-10, .text-h5-11 {
    font-size: 20px;
  }

  .text-body-6 {
    direction: ltr;
    font-size: 14px;
  }

  .text-h2-2 {
    font-size: 36px;
  }

  .label-6 {
    font-size: 10px;
    line-height: 12px;
  }

  .expandable-tabs-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-container-3 {
    border-bottom: 0 solid #24242429;
    padding-left: 16px;
    padding-right: 16px;
  }

  .label-7 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-h5-12, .text-h5-13 {
    font-size: 20px;
  }

  .text-body-7 {
    direction: ltr;
    font-size: 14px;
  }

  .expandable-tabs-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-8 {
    font-size: 10px;
    line-height: 12px;
  }

  .main-container-4 {
    border-bottom: 0 solid #24242429;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h5-14 {
    font-size: 20px;
  }

  .text-body-8 {
    direction: ltr;
    font-size: 14px;
  }

  .main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-9 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-9.privacy-hero {
    padding-top: 100px;
  }

  .team-details-wrapper---mobile, .team-details-wrapper {
    grid-row-gap: 30px;
    max-width: 320px;
  }

  .team-details-image.mobile {
    object-position: 50% 20%;
    border-radius: 0;
    height: 60vh;
  }

  .div-block-46 {
    object-fit: cover;
    margin-top: -63px;
  }

  .inner-banner-shape-1 {
    max-width: 200px;
  }

  .container-default {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-banner-shape-2 {
    max-width: 30px;
  }

  .div-block-48 {
    margin-top: 0;
  }

  .display-10.light-text.mg-bottom-none.mobile-single-member {
    text-align: center;
    font-size: 36px;
  }

  .light-text.zindex-2 {
    z-index: 2;
  }

  .light-text.biography.mobile-center {
    text-align: center;
  }

  .section-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-input {
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-paragraph {
    font-size: 15px;
  }

  .footer-links-title {
    margin-bottom: 12px;
  }

  .style-guide-button-wrap {
    flex-flow: wrap;
  }

  .newsletter-input-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-all-links-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .single-style-guide-card {
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-top-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-cart-button-wrap {
    display: none;
  }

  .inner-pattern-one {
    max-width: 100px;
  }

  .nav-menu-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-wrapper {
    border-radius: 10px;
    padding: 20px 10px;
  }

  .container.center-container.resource {
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-top: 140px;
    margin-bottom: auto;
  }

  .single-style-heading-wrap {
    margin-bottom: 20px;
  }

  .style-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .style-heading-details {
    font-size: 13px;
    line-height: 20px;
  }

  .color-plate-2-columns-grid {
    grid-template-columns: 1fr;
  }

  .inner-banner-plus-wrap {
    margin-top: 15px;
  }

  .footer-bottom-flex-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .style-heading-details-wrap {
    margin-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 22px;
  }

  .footer-links-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-bottom-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-paragraph-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-menu-link-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }

  .hamburger-menu-wrapper {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .back-to-top-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title {
    font-size: var(--size--h3);
  }

  .inner-pattern-two {
    max-width: 100px;
    bottom: 0;
  }

  .footer-top-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .style-heading-wrap.mg-bottom-0px {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .single-social-media-link {
    width: 33px;
    height: 33px;
    font-size: 15px;
  }

  .section-11.inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-card-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .submit-button-2.newsletter {
    padding: 10px 20px;
  }

  .style-guide-title, .style-guide-title-number {
    font-size: 22px;
    line-height: 32px;
  }

  .inner-button.mobile {
    display: none;
  }

  .partner-title {
    font-size: var(--text--text-big);
  }

  .banner-right-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partner-wrapper {
    margin-bottom: 25px;
  }

  .banner-title-wrapper {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .city-icon {
    width: 30px;
    margin-right: 5px;
  }

  .banner-contant-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .partner-circle-shape {
    display: none;
  }

  .banner-clint-info {
    max-width: 250px;
  }

  .partner-card {
    border-radius: 0;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-title {
    font-size: var(--size--h3);
    margin-bottom: 10px;
  }

  .banner-contant-wrap {
    margin-bottom: 30px;
  }

  .banner-clint-info-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .partner-name-wrapper {
    margin-bottom: 10px;
  }

  .partner-title-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-12.banner {
    padding-top: 30px;
  }

  .partner-name-ticker-item {
    font-size: 50px;
    line-height: 60px;
  }

  .solution-details-flex-wrap {
    margin-bottom: 24px;
  }

  .solution-container {
    max-width: 400px;
  }

  .solution-image-wrap._3 {
    display: none;
  }

  .solution-image-wrap._2, .solution-image-wrap._1 {
    max-width: 60px;
    display: none;
  }

  .solution-image-wrap._4 {
    display: none;
  }

  .solution-image-wrap._5, .solution-image-wrap._6 {
    max-width: 60px;
    display: none;
  }

  .solution-title {
    font-size: var(--size--h4);
    margin-bottom: -20px;
  }

  .section-13.solution {
    padding-top: 60px;
  }

  .home-card-2 {
    border-radius: 15px;
    padding: 20px 20px 30px;
  }

  .section-mini-title-wrap {
    font-size: var(--size--h3);
    margin-bottom: 12px;
    padding: 5px 10px;
  }

  .home-card---content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .feature-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .feature-title.color-white {
    font-size: var(--size--h4);
  }

  .section-mini-title {
    font-size: var(--radius--xsmall);
  }

  .get-app-title {
    font-size: 24px;
    line-height: 34px;
  }

  .financial-analytics-mobile {
    left: -32px;
  }

  .home-card-3 {
    border-radius: 15px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-card---logo-wrap {
    max-width: 60px;
    height: 60px;
  }

  .financial-analytics-chart {
    left: 66px;
  }

  .section-title-wrap.max-width-557px.mg-bottom-64px {
    margin-bottom: 40px;
  }

  .section-title-wrap.max-width-545px.mg-bottom-64px, .section-title-wrap.max-width-715px.mg-bottom-64px {
    margin-bottom: 30px;
  }

  .section-title-wrap.max-width-481px.mg-bottom-64px.mobile-left {
    justify-content: center;
    align-items: flex-start;
  }

  .savings-goals-circle {
    width: 100%;
    height: 100%;
    display: none;
  }

  .income-tracking-card-wrap {
    margin-top: 24px;
    margin-bottom: 38px;
  }

  .savings-chart-shape {
    width: 90%;
    max-width: 100%;
    margin-top: -60px;
  }

  .income-tracking-corcle-shape {
    width: 100%;
    height: 100%;
    display: none;
    bottom: 0;
    right: 0;
  }

  .savings-chart-wrap._2 {
    border-radius: 10px;
    width: 95%;
    max-width: 100%;
    margin-top: -30px;
  }

  .savings-chart-wrap._1 {
    border-radius: 10px;
    max-width: 100%;
  }

  .section-14.feature {
    padding-top: 60px;
  }

  .home-card-4 {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .financial-analytics-image-wrap {
    max-height: 290px;
  }

  .feature-title-details-wrap {
    max-width: none;
  }

  .feature-title-details-wrap.mg-bottom-110px {
    max-width: none;
    margin-bottom: 20px;
  }

  .home-card-1 {
    border-radius: 15px;
    padding-bottom: 134px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .income-tracking-pattern {
    display: none;
  }

  .home-a-overlay-2 {
    background-image: linear-gradient(180deg, var(--colors--dark-blue) 8%, #fff0 91%), linear-gradient(0deg, var(--colors--light), #0000);
  }

  .benefits-feature-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .benefits-shape {
    max-width: 300px;
  }

  .benefit-chart {
    max-width: 120px;
  }

  .benefit-card {
    border-radius: 10px;
  }

  .benefit-image-wrap-wrap {
    height: 220px;
  }

  .benefits-feature-icon-wrap {
    flex: none;
    width: 25px;
    height: 25px;
  }

  .benefits-scan {
    max-width: 45px;
  }

  .benefits-scan._3 {
    max-width: 55px;
  }

  .benefits-feature-item {
    max-width: 250px;
  }

  .benefits-circle-wrap {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .benefits-circle-wrap._3 {
    width: 120px;
    height: 120px;
  }

  .benefit-flex-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .benefits-feature-icon {
    width: 100%;
    max-width: 12px;
  }

  .benefit-chart-wrap, .benefits-card {
    border-radius: 10px;
  }

  .benefits-mini-title-wrap-copy, .benefits-title {
    margin-bottom: 10px;
  }

  .benefits-pattern-five {
    max-width: 70px;
  }

  .benefit-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .single-benefits-feature {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-15.benefit {
    padding-top: 60px;
  }

  .benefit-card-circle {
    display: none;
  }

  .benefits-details {
    margin-bottom: 16px;
  }

  .more-addition-left-contant {
    margin-top: 40px;
  }

  .more-addition-feature-name {
    font-size: 45px;
    line-height: 55px;
  }

  .more-addition-feature-wrap {
    margin-bottom: 30px;
  }

  .more-addition-title-wrap {
    margin-bottom: 20px;
  }

  .single-more-addition-feature-card {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .more-addition-right-contant {
    margin-top: 100px;
  }

  .section-16.more-addition {
    padding-top: 50px;
  }

  .more-addition-middle-contant {
    max-height: 170px;
    margin-left: -60px;
    margin-right: -60px;
  }

  .color-white.left-mobile.condiion {
    font-size: var(--text--label);
    line-height: 1.4em;
  }

  .color-white.left-mobile.alt-size {
    font-size: var(--size--h2);
  }

  .color-white.left-mobile.terms-heading {
    font-size: var(--size--h3);
  }

  .section-mini-title-wrap-2 {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blog-post-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-title-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-categorie-date-wrap {
    margin-bottom: 10px;
  }

  .blog-date {
    font-size: 15px;
  }

  .blog-title-link {
    margin-bottom: 16px;
  }

  .blog-title {
    font-size: 20px;
    line-height: var(--letter-spacing--1-0em);
  }

  .resource-category {
    font-size: 15px;
  }

  .hover-tabs_mobile-image-wrapper {
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hover-tabs_mobile-image {
    object-fit: cover;
    border-radius: 10px;
  }

  .banner-title-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .tab-link {
    font-size: var(--size--h6);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hover-tabs_heading-style-h4-3 {
    font-size: var(--radius--medium);
  }

  .hover-tabs_list-item2 {
    grid-row-gap: 10px;
    border-radius: 15px;
  }

  .hover-tabs_list-item2.is-active2 {
    border-radius: 15px;
  }

  .div-block-56 {
    display: none;
  }

  .partner-logo-2 {
    width: 80px;
  }

  .logo-link-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partner-logo-3 {
    width: 80px;
  }

  .logo-link-item-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partner-logo-4 {
    width: 80px;
  }

  .city-link-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .label-9 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-body-9 {
    font-size: 14px;
  }

  .dropdown-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: var(--colors--semi-transparent-dark);
  }

  .hero-float-1 {
    width: 80%;
    left: 0%;
    right: 11px;
  }

  .hero-float-2 {
    width: 60%;
    right: 0%;
  }

  .hero-float-3 {
    width: 70%;
    left: -22px;
    right: 0%;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .blogs-post-image {
    border: 0px solid var(--colors--border-light);
    box-shadow: 0 2px 5px #0003;
  }

  .blogs-post-title-link {
    display: block;
  }

  .blogs-post-contant-wrap {
    padding: 0 21px;
  }

  .blogs-post-image-link {
    box-shadow: none;
    border-radius: 10px 10px 0 0;
    margin-top: 0;
  }

  .blogs-post-title {
    margin-top: 10px;
  }

  .blogs-post-title.light {
    font-size: var(--radius--small);
    line-height: 1.4em;
  }

  .blogs-post-date, .blogs-post-categorie {
    font-size: 15px;
  }

  .single-blogs-post-wrap {
    border: 1px solid var(--colors--border-light);
    background-color: var(--colors--border-dark);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 0 0 16px;
    overflow: clip;
  }

  .blogs-post-categorie-date-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
  }

  .latest {
    z-index: 5;
    margin-top: -40px;
    position: relative;
  }

  .title-wrapper, .blog-title-wrapper {
    margin-bottom: 20px;
  }

  .div-block-58 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-single-details-wrap {
    padding-bottom: 25px;
  }

  .blog-single-flex-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }

  .single-social-link {
    font-size: 17px;
  }

  .about-image-wrap {
    border-radius: 10px;
  }

  .section-mini-title-wrap-3 {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-title-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .team-member-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-61 {
    border-radius: 15px;
    padding-bottom: 10px;
  }

  .text-block-5 {
    font-size: var(--size--h5);
  }

  .benefits-feature-wrap-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .benefits-chart-wrap._2 {
    border-radius: 10px;
  }

  .benefits-image-wrap-wrap {
    height: 250px;
  }

  .benefits-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefits-feature-icon-wrap-2 {
    flex: none;
    width: 25px;
    height: 25px;
  }

  .benefits-chart {
    max-width: 150px;
  }

  .benefits-feature-item-2 {
    max-width: 250px;
  }

  .card {
    border-radius: 15px;
  }

  .benefits-title-2 {
    margin-bottom: 10px;
  }

  .single-benefits-wrap.no-top-pad---mobile {
    margin-top: 0;
  }

  .section-title-wrap-3.max-width-557px.mg-bottom-64px {
    margin-bottom: 20px;
  }

  .section-title-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-19.benefits {
    padding-top: 60px;
  }

  .benefits-contant-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-paragraph {
    font-size: var(--text--text-small);
    margin-bottom: 16px;
    line-height: 1.4em;
  }

  .card-image {
    height: 100%;
  }

  .sub-section-mini-title-wrap {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 4px 10px;
  }

  .addition-features-logo-wrap {
    margin-bottom: 16px;
  }

  .addition-features-title {
    font-size: 20px;
  }

  .single-addition-features-card {
    border-radius: 10px;
    padding: 20px;
  }

  .section-title-wrap-4.max-width-530px.mg-bottom-64px {
    margin-bottom: 30px;
  }

  .section-title-6 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-20.addition-features {
    padding-top: 60px;
  }

  .team-member-link {
    height: 100%;
  }

  .main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h4-4 {
    font-size: 24px;
  }

  .label-10 {
    font-size: 10px;
    line-height: 12px;
  }

  .icon-story-block {
    z-index: 2;
    color: var(--colors--dark);
    width: 32px;
    height: 32px;
    position: relative;
  }

  .story-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--colors--dark);
    padding: 24px;
  }

  .stories-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .story-card-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-body-10 {
    font-size: 14px;
  }

  .section-21, .section-21.about-a-stories-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mobile-slider {
    margin-bottom: 1rem;
  }

  .splide__arrows.mobile {
    bottom: -5rem;
  }

  .background_menu {
    font-size: 42svw;
    top: -25svw;
    left: -3.2svw;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .section-22 {
    min-height: 90vh;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .heading-3 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

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

  .text-f-14 {
    font-size: 1.4em;
  }

  .heading-4 {
    font-size: 5em;
  }

  .icon-story-block---white {
    width: 32px;
    height: 32px;
  }

  .h6 {
    line-height: 1.5rem;
  }

  .accordion_description.body-small {
    margin-bottom: 5px;
    line-height: 1.4em;
  }

  .accordion_item-2.faq-block {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-text {
    font-size: var(--radius--small);
  }

  .dark-gradient {
    background-image: linear-gradient(45deg, var(--colors--accent), var(--colors--accent) 35%, var(--colors--semi-transparent-dark));
  }

  .div-block-21 {
    width: 100%;
  }

  .dropdown-list-3.w--open {
    background-color: #fff0;
  }

  .resource-filter-search {
    width: 100%;
  }

  .resource-filter-div---no-line {
    background-color: var(--colors--border-dark);
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .filter-wrapper {
    width: auto;
    height: 50px;
    overflow: hidden;
  }

  .resource-filter-radio {
    padding-left: 27px;
  }

  .filter-form-block {
    width: 90%;
    min-width: auto;
  }

  .div-block-18 {
    width: 90%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .div-block-20 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-block-9 {
    font-size: 10.5px;
  }

  .image-6 {
    padding-right: 6.5px;
  }

  .resource-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-links-column---main {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .internal-menu-link {
    font-size: var(--text--text-big);
  }

  .div-block-71 {
    z-index: 5;
    margin-top: 0;
  }

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

  .collection-item-4 {
    margin-bottom: 0;
  }

  .single-team-gradient-top {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--colors--dark-blue), #fff0 41%);
  }

  .latest-collection-list {
    grid-template-columns: 1fr;
  }

  .link-block {
    z-index: 5;
    height: 100%;
    min-height: 400px;
  }

  .burger-bg {
    display: block;
  }

  .mobile-wrapper {
    width: 102vw;
    padding-top: 40px;
    display: none;
  }

  .mobile-wrapper.close-modal {
    margin-left: -10px;
  }

  .mobile-menu-wrapper {
    z-index: 0;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    margin-top: -78px;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .wrap-link-drop {
    z-index: 0;
    margin-bottom: 10px;
  }

  .wrap-link {
    z-index: 10;
  }

  .wrap-link.w--current {
    z-index: 10;
    margin-bottom: 0;
  }

  .number-link {
    margin-top: 0;
    margin-right: 15px;
    font-size: 12px;
  }

  .menu-link-heading {
    z-index: 10;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.1em;
  }

  .menu-link-heading.sub {
    font-size: 23.5px;
  }

  .dropdown-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #1b1b1b99;
  }

  .inner-button-3.mobile {
    display: none;
  }

  .internal-menu-link-2 {
    font-size: 20px;
  }

  .image-11 {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .separator {
    margin-top: 0;
  }

  .not-found-contant {
    padding-left: 11px;
    padding-right: 11px;
  }

  .not-found-image {
    max-width: 150px;
    margin-bottom: 25px;
  }

  .not-found-details {
    text-align: center;
    margin-bottom: 25px;
    line-height: 1em;
  }

  .latest-inner {
    z-index: 5;
    margin-top: -40px;
    position: relative;
  }

  .password {
    font-size: 14px;
  }

  .password.newsletter {
    border-radius: var(--radius--xsmall);
  }
}

#w-node-_75e38a99-3b71-eb01-6b5f-77f56d2d1762-10011a9f, #w-node-_75e38a99-3b71-eb01-6b5f-77f56d2d1768-10011a9f, #w-node-e9a2c3dd-6378-1918-79c2-7132049ed54a-10011a9f, #w-node-e9a2c3dd-6378-1918-79c2-7132049ed550-10011a9f, #w-node-_3cb57ff5-3726-fdc2-6969-cf9f097b5bf6-10011a9f, #w-node-_3cb57ff5-3726-fdc2-6969-cf9f097b5bfc-10011a9f, #w-node-a1529419-70cb-5a9e-6823-94a7c616cc0b-c616cc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1529419-70cb-5a9e-6823-94a7c616cc1e-c616cc08, #w-node-_78095e7e-7c93-d480-55d5-d00290582bf3-e0c52be4 {
  justify-self: end;
}

#w-node-_2e5425ba-6888-2d7d-8fc9-1abda4b16753-3e300df7, #w-node-_2e5425ba-6888-2d7d-8fc9-1abda4b1675b-3e300df7, #w-node-_28ef8074-8d8a-ac8c-9000-bce4e9e8f1c5-e0cc6c87, #w-node-_28ef8074-8d8a-ac8c-9000-bce4e9e8f1cd-e0cc6c87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a1529419-70cb-5a9e-6823-94a7c616cc1e-c616cc08 {
    justify-self: auto;
  }

  #w-node-_78095e7e-7c93-d480-55d5-d00290582bf3-e0c52be4 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1529419-70cb-5a9e-6823-94a7c616cc0b-c616cc08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1529419-70cb-5a9e-6823-94a7c616cc1e-c616cc08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_78095e7e-7c93-d480-55d5-d00290582be0-e0c52be4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Hurme Geometric Sans';
  src: url('../fonts/HurmeGeometricSans1-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurme Geometric Sans';
  src: url('../fonts/HurmeGeometricSans1-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurme Geometric Sans';
  src: url('../fonts/HurmeGeometricSans1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurme Geometric Sans';
  src: url('../fonts/HurmeGeometricSans1SemiBoldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hurme Geometric Sans';
  src: url('../fonts/HurmeGeometricSans1-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}