:root {
  --bg-color: #f8f8fa;
  --main-colors--text-color: #2b2b2b;
  --font-size--line-height: 1.3em;
  --main-colors--primary: #fd8451;
  --paragraph-color: #5f5f5f;
  --paragraph-color\<deleted\|variable-4b8d1529\>: #5f5f5f;
  --main-colors--primary-alt: #fd9565;
  --main-colors--secondary: #feb78e;
  --font-size--line-height-tall: 1.6em;
  --main-colors--white: #fff;
  --main-colors--black: #000;
  --button1: #16161b;
  --other--light-grey: #fafafa;
  --other--dim-grey: #c5c5c5;
  --other--bg-grey: #d4d4d4;
  --other--misty-rose: #ffdede;
  --other--notification-bg: #001b38;
  --other--link-bg-grey: #f1f1f1;
  --font-size--h1-desktop-size: 85px;
  --font-size--h1-tablet-size: 55px;
  --main-colors--secondary-alt: #fed9b7;
}

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

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

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

body {
  background-color: var(--bg-color);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--main-colors--text-color);
  line-height: var(--font-size--line-height);
  margin-bottom: 10px;
}

a {
  color: var(--main-colors--primary);
  text-decoration: underline;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-xl {
  color: var(--paragraph-color);
  text-wrap: balance;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 130%;
}

.blog-item {
  text-decoration: none;
}

.tab-3-link {
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #4b94ff00;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px 50px 24px 24px;
}

.tab-3-link:hover {
  color: #000;
  border-color: #e4e4e4;
}

.tab-3-link.w--current {
  background-color: #fff;
  border-color: #4b94ff;
  box-shadow: inset 1px 1px 10px #0000000d, 0 2px 5px #3d5cff1a;
}

.tab-3-link._02 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.tab-3-link._01 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  transition: border-color .3s;
}

.tab-3-link._03 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.nav-link-3 {
  z-index: 1;
  color: var(--paragraph-color\<deleted\|variable-4b8d1529\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #fd8451;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  height: 75px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-dropdown-2 {
  height: 100%;
  position: static;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

.footer-2-heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.main-footer-link {
  z-index: 1;
  color: var(--main-colors--text-color);
  font-size: 18px;
  line-height: var(--font-size--line-height);
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.main-footer-link:hover, .main-footer-link.w--current {
  color: #fd8451;
}

.blog-item-link {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link-with-line {
  z-index: 1;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.style-guide-left-panel-holder {
  background-color: #f8f8fa;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.link {
  z-index: 1;
  color: var(--main-colors--text-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.style-guide-gray-background {
  background-color: #f8f8fa;
  border-radius: 12px;
}

.link-inline {
  color: var(--main-colors--primary-alt);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.link-background {
  z-index: -1;
  background-color: #f1f1f1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-wrap {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

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

.button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.white-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: border-color .35s;
}

.button.white-button:hover {
  background-color: #fafafa;
  border-color: #fd8451;
}

.button.orange {
  text-decoration: none;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  color: #000;
  background-color: #fafafa;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.cta-4-subscribe-form-holder {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.sg---color-primary {
  background-color: var(--main-colors--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.black {
  background-color: var(--main-colors--text-color);
}

.sg---color-primary.secondary-color {
  background-color: var(--main-colors--secondary);
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.cta-4-subscribe-email {
  color: #0a2540;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 8px 0 0 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.cta-4-subscribe-email:hover {
  background-color: #e0dcdc;
}

.cta-4-subscribe-email:focus {
  background-color: #fff;
  border-color: #4d6bfa;
}

.cta-4-subscribe-email::placeholder {
  color: #0a254099;
}

.hero-text {
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.hero-link-bg-blur {
  filter: blur(8px);
  background-color: #fd8451;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-4-button {
  color: #fff;
  text-transform: none;
  background-color: #4f46e5;
  border-radius: 6px;
  padding: 12px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.cta-4-button:hover {
  color: #fff;
  background-color: #4340ca;
}

.cta-4-button.subscribe-button {
  background-color: #000;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.cta-4-button.subscribe-button:hover {
  background-color: #fd8451;
  font-style: normal;
}

.cta-4-button.subscribe-button.symbol {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rich-text {
  color: var(--main-colors--text-color);
  width: 100%;
  max-width: 900px;
  line-height: 1.6;
}

.rich-text a {
  color: var(--main-colors--primary);
}

.rich-text ul {
  color: var(--main-colors--text-color);
}

.rich-text li {
  color: var(--main-colors--text-color);
  font-size: 16px;
}

.rich-text blockquote {
  border-left-color: var(--main-colors--primary);
}

.rich-text p {
  color: var(--main-colors--text-color);
  font-size: 16px;
  line-height: var(--font-size--line-height-tall);
}

.rich-text h3, .rich-text h4, .rich-text h2, .rich-text h5 {
  color: var(--main-colors--text-color);
  line-height: var(--font-size--line-height);
}

.rich-text h6 {
  line-height: var(--font-size--line-height);
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-link-bg-blur-wrap {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%);
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: #f8f8fa;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.hero-link {
  background-color: #0000001a;
  border-radius: 100px;
  padding: 3px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .3s, color .35s;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.hero-link:hover {
  background-color: #0003;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.cta-4-subscribe-form {
  z-index: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.style-guide-container {
  display: flex;
}

.hero-link-bg-blur-main {
  aspect-ratio: 1;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0%);
}

.cta-4-error-message {
  color: #fff;
  text-align: center;
  background-color: #ffb5b533;
  border: 1px solid #ffb5b580;
  border-radius: 40px;
  margin-top: 10px;
  padding: 10px;
}

.headings-holder {
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.colors-container {
  background-color: #fafafa;
}

.link-color {
  color: var(--main-colors--text-color);
}

.link-color:hover {
  color: #fd8451;
}

.borders {
  opacity: 1;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  background-color: #001b38;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero-link-bg-wrap {
  position: absolute;
  inset: 0%;
  transform: translate(0%);
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.hero-link-holder {
  padding-bottom: 1em;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url('../images/White-Arrow.svg'), linear-gradient(to right, #fd8451, #ffbd6f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.cta-4-success-message {
  color: #4d6bfa;
  background-color: #fff;
  border: 1px solid #1b0033;
  border-radius: 8px;
  padding: 1em;
}

.notification-button {
  color: #001b38;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.hero-link-content-bg {
  z-index: -1;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.hero-link-arrow {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 20px;
  display: flex;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

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

.link-block-button {
  color: var(--main-colors--white);
  background-color: #16161a;
  border: 1px solid #0000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: none;
  display: flex;
  position: relative;
}

.link-block-button:hover {
  border-color: #fd8451;
}

.link-block-button.black {
  border-style: none;
  transition: background-color .35s, color .35s;
}

.link-block-button.black:hover {
  background-color: #fff;
}

.link-block-button.features {
  color: #000;
  background-color: #fff;
  border-color: #fd8451;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.link-block-button.features:hover {
  color: #fff;
  background-color: #000;
  border-color: #ffbd6f;
}

.link-block-button.hoverdemo {
  flex-flow: row;
}

.text-block {
  line-height: var(--font-size--line-height);
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container.nav-container-rounded-center {
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1em 5em 1em 1em;
  display: flex;
  position: relative;
}

.container.home {
  padding-top: 3em;
  padding-bottom: 3em;
}

.container.no-padding-top {
  padding-top: 0;
}

.container.dash {
  flex-flow: row;
  max-width: none;
  height: 100vh;
  padding: 0;
  display: flex;
}

.container.no-padding-bottom {
  padding-bottom: 0;
}

.nav-main {
  z-index: 99;
  width: 100%;
  position: sticky;
  top: 1em;
}

.nav-menu-parent-rounded-center-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.main-brand-link {
  z-index: 2;
  width: 20%;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.main-brand-link:hover {
  opacity: .9;
}

.nav-menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.nav-menu-button:hover, .nav-menu-button.w--open {
  background-color: #f1f1f1;
}

.main-nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-nav-menu.right-padding {
  padding-left: 0;
  padding-right: 6em;
}

.nav-link-4 {
  z-index: 1;
  color: var(--main-colors--text-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: #fd8451;
}

.main-nav-bg-holder {
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px #0003, 0 0 0 1px #0000001a;
}

.nav-link-holder, .nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.top-nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fffc;
  border-radius: 10px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.social-media-icons-3 {
  grid-column-gap: 5px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-2-description {
  color: #161616;
  font-size: 36px;
  line-height: var(--font-size--line-height);
  font-weight: 500;
}

.main-made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top-width: 1px;
  border-top-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.footer-main-text-holder {
  max-width: 500px;
}

.footer-line {
  background-color: #bcbcbc33;
  width: 100%;
  height: 1.5px;
}

.footer-copyright-small-text {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.footer {
  background-color: #fff;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-grid-content {
  display: block;
}

.main-footer-image {
  width: 100%;
  max-width: 200px;
}

.link-background-4 {
  z-index: -1;
  background-color: #f1f1f1;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.main-footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-cart-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.card-bg-image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stacked-tab-image {
  border: .7px solid #e8eaed;
  border-radius: 12px;
  width: 100%;
  box-shadow: 6px 6px 41px #56565626;
}

.rated-text {
  color: var(--main-colors--black);
  font-size: 17px;
}

.home-button {
  color: #fff;
  background-color: #16161a;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .5s;
}

.home-button:hover {
  color: #fff;
  background-color: #3c3c41;
}

.home-button.arrow {
  color: var(--main-colors--black);
  background-color: #0000;
  background-image: url('../images/Arrow-Right-Hero.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 0;
  align-items: center;
  padding: 0 30px 0 0;
  font-size: 16px;
  transition-property: background-position;
  transition-duration: .5s;
  display: flex;
}

.home-button.arrow:hover {
  background-position: 100%;
}

.main-button-holder {
  height: 50px;
}

.main-button-holder.pricing {
  top: 88%;
  right: 8%;
}

.half-mockup-image {
  z-index: 4;
  width: 245px;
  position: relative;
}

.black-paragraph {
  color: #000;
}

.hero-section-text-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.paragraph-xl-2 {
  color: var(--paragraph-color);
  font-size: 18px;
  line-height: var(--font-size--line-height);
  text-wrap: balance;
  margin-top: 10px;
}

.tab-icon {
  width: 28px;
  height: 36px;
}

.pricing-2-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5em;
}

.pricing-2-grid.pricing-page {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  margin-top: 8.3em;
  position: relative;
}

.blog-holder {
  margin-top: 3em;
}

.cart-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-2 {
  color: #000;
}

.cta-4-heading {
  color: var(--main-colors--white);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

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

.purchase-button-text.bookdemohover {
  font-size: 1.2rem;
}

.pricing-features-holders {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.pricing-features-holders.last {
  margin-bottom: 1em;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-cards-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-4-container {
  z-index: 1;
  text-align: center;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.hero-image {
  border-radius: 15px;
  width: 100%;
}

.small-gray-text {
  color: #909090;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

.gray-paragraph {
  color: var(--paragraph-color);
  text-align: center;
}

.hero-section-animation-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-link {
  display: none;
}

.hero-gradient-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #fd8451, #ffbd6f);
  -webkit-background-clip: text;
  background-clip: text;
}

.card-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-container._02 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: 490px;
  padding-top: 35px;
  display: flex;
}

.card-container._4 {
  justify-content: flex-start;
}

.card-container.last {
  background-color: #000;
}

.stacked-tabs-container {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 520px;
  min-width: 520px;
  display: flex;
  position: relative;
}

.hero-animation-holder {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-wrapper {
  margin-top: 2em;
}

.cards-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 2fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 3em;
  display: grid;
}

.hero-section-container {
  width: 100%;
}

.tabs-container {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 3em;
}

.tab-3-paragraph {
  color: var(--paragraph-color);
  font-size: 20px;
  line-height: var(--font-size--line-height);
  font-weight: 500;
}

.small-black-title {
  color: var(--main-colors--text-color);
  font-size: 24px;
  line-height: var(--font-size--line-height);
  text-align: center;
  font-weight: 700;
}

.pricing-text {
  color: #2d2d2d;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.pricing-text.pricing-type-active {
  color: #ff7a1c;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(0);
}

.experience-paragraph-holder {
  color: var(--paragraph-color);
  line-height: var(--font-size--line-height);
}

.price-value {
  color: var(--main-colors--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}

.price-value.strikeout {
  color: #e64f4f;
  font-size: 30px;
  text-decoration: line-through;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-with-checkicon-2 {
  color: var(--main-colors--text-color);
  line-height: var(--font-size--line-height);
  background-image: url('../images/Tick-Icon.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.list-item-with-checkicon-2.active-pricing-list-item {
  color: var(--main-colors--black);
  background-image: url('../images/Tick-Icon.svg');
}

.tab-circle {
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  display: flex;
}

.tab-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.cta-4-holder {
  background-image: linear-gradient(135deg, #fd8451, #ffbd6f);
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blury-light-blue {
  z-index: 0;
  filter: blur(30px);
  background-color: #ffbd6f;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: -10% 0% 0% -11%;
}

.main-text-holder {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.hero-button-holder {
  grid-column-gap: 32px;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.pricing-button-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.pricing-button-holder.relative {
  width: 95%;
  position: relative;
  top: -6%;
}

.flex-pricing-center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.feature-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 41px;
  font-size: 18px;
  font-weight: 400;
  transition: background-position .3s;
  display: flex;
}

.feature-button:hover {
  color: #fff;
  background-position: 90%;
}

.feature-button.white {
  color: var(--main-colors--black);
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, background-position .3s;
  display: flex;
}

.feature-button.with-borders {
  color: var(--main-colors--white);
  border: 1px solid #0000;
  text-decoration: none;
  transition: border-color .35s, background-position .35s;
}

.feature-button.with-borders:hover {
  border-color: #ffbd6f;
}

.pricing-2-item {
  color: #000c;
  background-color: #fff;
  border: 1px solid #e8e3dc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1.5em;
  display: flex;
}

.pricing-2-item.first {
  height: 90%;
  padding-top: 2em;
  padding-bottom: 3em;
  position: relative;
  top: 2%;
  left: 5%;
}

.pricing-2-item.active-pricing-item {
  color: #fff;
  background-color: #fff;
  border-style: none;
  border-radius: 24px;
  height: 110%;
  padding-top: 2em;
  position: relative;
  top: -19px;
}

.pricing-2-item.active-pricing-item.pricing-page {
  background-color: #fff;
  height: 100%;
  min-height: 500px;
  top: 15px;
}

.pricing-2-item.last {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  padding-top: 4em;
  padding-bottom: 3em;
  padding-left: 2.5em;
  position: relative;
  top: 2%;
  left: -5%;
}

.hero-image-simple {
  width: 100%;
}

.gray-text {
  color: #87888c;
  font-size: 18px;
}

.stacked-tabs-pane-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-background {
  background-color: #fff;
  border: 1px solid #eaedee;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.card-background.middle, .card-background._2 {
  border-radius: 15px;
}

.cta-paragraph {
  color: var(--main-colors--white);
  margin-top: 12px;
  margin-bottom: 64px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.price-2-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #0003;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
}

.price-2-holder.price-holder-active {
  border-bottom-color: #fff3;
}

.gray-cart-image {
  object-fit: contain;
  width: 100%;
  height: 100px;
  margin-top: 3em;
}

.gray-cart-image._2 {
  left: 56%;
}

.blury-white-div {
  background-image: linear-gradient(126deg, #fff0 24%, #f1f1f166 100%, #fff0);
  border: 1px solid #eaedee;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 120%;
  height: 220px;
  position: absolute;
  inset: auto 0% -22% -11%;
}

.blury-white-div.cart {
  z-index: 1;
  bottom: -56%;
}

.blury-white-div.third {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border-color: #ffbd6f;
  width: 110%;
  bottom: -23%;
  left: -5%;
}

.blury-white-div.second {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border-color: #ffbd6f;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 110%;
  height: 200px;
  bottom: -7%;
  left: -4%;
}

.blury-white-div.first {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border-color: #ffbd6f;
  width: 100%;
  height: 230px;
  bottom: -38%;
  left: -1%;
}

.hero-paragraph-holder {
  max-width: 770px;
}

.small-person-container {
  z-index: 1;
  width: 145px;
  position: absolute;
  inset: auto auto 9% 0%;
}

.small-person-container._11 {
  display: none;
  inset: auto auto 9% -8%;
}

.small-person-container._10 {
  width: 145px;
  display: none;
  inset: -1% -6% auto auto;
}

.tabs-text {
  color: var(--paragraph-color);
  font-size: 20px;
  line-height: var(--font-size--line-height);
  width: 100%;
  max-width: 650px;
  font-weight: 500;
}

.tab-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.tab-3-title {
  color: var(--main-colors--text-color);
  font-size: 32px;
  line-height: var(--font-size--line-height);
  font-weight: 500;
}

.mag {
  z-index: 1;
  width: 100%;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.cart-image-center {
  z-index: 6;
  perspective: 1000px;
  border-radius: 1rem;
  width: 200px;
  height: 150px;
  position: absolute;
  inset: auto 0% 44% 26%;
  transform: perspective(1000px);
}

.small-person-image {
  width: 100%;
}

.card-logo-holder {
  perspective: 1000px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 260px;
  min-height: 260px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-logo-holder.second {
  border-radius: 0;
  height: 300px;
}

.stacked-tab-holder {
  width: 100%;
}

.stacked-tab-holder._01 {
  z-index: 4;
  position: relative;
}

.stacked-tab-holder._02 {
  z-index: 3;
  opacity: .7;
  position: absolute;
  transform: scale(.9)translate(76px);
}

.stacked-tab-holder._03 {
  z-index: 2;
  opacity: .3;
  position: absolute;
  transform: scale(.8)translate(167px);
}

.cta-image-holder {
  opacity: .56;
  filter: brightness(147%);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 50%;
  height: 100%;
  min-height: 700px;
  position: absolute;
  inset: auto -17% -63% auto;
}

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

.linear-white-gradient {
  z-index: 5;
  background-image: linear-gradient(0deg, #fff, #fff0);
  width: 244px;
  height: 50px;
  position: absolute;
  inset: 53.5% auto 0%;
}

.card-image-holder {
  width: 100%;
}

.card-image-holder._01 {
  width: 100%;
  max-width: 150px;
  position: relative;
}

.circle-item-image {
  width: 100%;
  height: 100%;
}

.main-text {
  color: var(--main-colors--text-color);
  font-size: 50px;
  line-height: var(--font-size--line-height);
  font-weight: 600;
}

.main-text.h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.blury-gradient-bg {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(#ff7a1c, #ff7a1c33);
  border-radius: 20px;
  margin: -1.5px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 34px #ff7a1c54;
}

.blury-gradient-bg.pricing {
  background-image: linear-gradient(#fd8451, #ff7a1c33);
  border-radius: 25px;
}

.middle-pricing-holder {
  z-index: 3;
  position: relative;
  top: -31px;
}

.stacked-tabs-content-holder {
  align-items: center;
  width: 100%;
  padding-left: 11px;
  display: flex;
  position: relative;
}

.card-text-holder {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.card-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

.card-title.black-text {
  color: var(--main-colors--text-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 40px;
}

.card-title.white {
  color: var(--main-colors--white);
  line-height: var(--font-size--line-height);
  width: 65%;
  font-weight: 700;
}

.logo-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.text-block-3 {
  justify-content: center;
  align-items: center;
}

.stacked-tabs-holder {
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  overflow: hidden;
}

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

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

.home-hero-text {
  color: var(--button1);
  max-width: 1000px;
  font-size: 90px;
  line-height: 1.1;
}

.circle-item-holder {
  z-index: 1;
  width: 85px;
  height: 85px;
  position: absolute;
  inset: auto 20% 27% auto;
}

.circle-item-holder._1 {
  z-index: 2;
  bottom: 28%;
}

.circle-item-holder._2 {
  z-index: 3;
  inset: auto auto 15% 11%;
}

.circle-item-holder._3 {
  z-index: 4;
  inset: auto 24% -1% auto;
}

.stacked-gradient {
  z-index: 9;
  background-image: linear-gradient(270deg, #fbfbfb00 13%, #fff 23%);
  width: 63vw;
  height: 140%;
  position: absolute;
  left: -50vw;
  right: auto;
}

.home-hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.carts-holder {
  background-color: #fff;
  border: 1px solid #eaedee;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

.cart-grid {
  z-index: 2;
  grid-template-rows: auto;
  height: 100%;
  margin-left: 0;
  position: relative;
}

.cart-image-holder {
  width: 100%;
  margin-top: 1em;
}

.home-main-rated-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.hero-image-simple-holder {
  width: 310px;
  display: none;
  position: absolute;
  inset: auto -6% 24% auto;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.category-text {
  color: #fd8451;
}

.blog-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--main-colors--text-color);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.blog-item-link-2 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-summary {
  color: var(--paragraph-color);
  margin-bottom: 0;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.blog-item-image-holder {
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.blog-item-title {
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: var(--font-size--line-height);
  margin-top: 0;
  margin-bottom: 0;
}

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

.blog-item-date {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.person-content-holder {
  z-index: 1;
  width: 100%;
  padding: 32px;
}

.team-anchor-icon-holder {
  background-color: #ffffff17;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  transition: background-color .425s;
  display: flex;
}

.team-anchor-icon-holder:hover {
  background-color: #ffffff82;
}

.person-description {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}

.grid-4-col-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.caps {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.person-job-tittle {
  color: #fff;
  font-size: 16px;
  line-height: var(--font-size--line-height);
  margin-top: 5px;
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #fd8451;
}

.large-text {
  font-size: 72px;
  line-height: var(--font-size--line-height);
  margin-top: 0;
  font-weight: 600;
}

.about-hero {
  border-radius: 32px;
  width: 100%;
  height: auto;
  max-height: 500px;
  margin-top: 4em;
}

.arrow-up {
  width: 24px;
}

.person-name-holder {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.people-holder {
  padding-top: 50px;
}

.qoute-company {
  max-width: 150px;
}

.qoute-company.big {
  max-width: 250px;
}

.about-grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-grid-6-col.testimonials {
  grid-template-columns: 1fr 1fr 1fr;
}

.top-margin-s {
  margin-top: 1.2em;
}

.person-name {
  color: #fff;
  font-size: 24px;
  line-height: var(--font-size--line-height);
  font-weight: 600;
}

.hero-content-secondary {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.fade-in-move-on-scroll-2 {
  z-index: 3;
}

.name-job-tittle-holder {
  z-index: 1;
  position: relative;
}

.about-main-text-holder {
  margin-top: 1em;
}

.overlay-gradient {
  opacity: .5;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-block-photo {
  background-color: #5ccae2;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grey-box {
  background-color: #fafafa;
  border-radius: 16px;
  padding: 32px;
}

.grey-box.home {
  background-color: var(--main-colors--white);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  font-size: 16px;
  display: flex;
}

.flex-center-secondary {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.small-profile {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.top-margin-l {
  margin-top: 3em;
}

.main-text-2 {
  font-size: 50px;
  font-weight: 600;
}

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

.team-person-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-member-grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-block-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

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

.person-holder {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.person-details {
  z-index: 10;
  grid-row-gap: 20px;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.qoute-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.done-icon-list {
  color: #484848;
  font-family: Inter, sans-serif;
  line-height: var(--font-size--line-height);
  background-image: url('../images/check-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  font-weight: 400;
}

.paragraph {
  line-height: var(--font-size--line-height);
}

.contact-form {
  max-width: 500px;
}

.list-two-columns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--main-colors--text-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 2em;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.paragraph-xl-3 {
  color: var(--paragraph-color);
  font-size: 18px;
  line-height: var(--font-size--line-height);
  text-wrap: balance;
  margin-top: 10px;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-hero-text {
  color: var(--main-colors--black);
  width: auto;
  overflow: hidden;
}

.medium-text-2 {
  color: var(--main-colors--text-color);
  font-size: 34px;
  font-weight: 300;
}

.contact-box {
  background-color: #fff;
  border: 1px solid #fd8451;
  border-radius: 15px;
  width: 100%;
  padding: 2em;
  position: relative;
}

.contact-hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.margin-top-2em {
  margin-top: 2em;
}

.contact-list-item-with-checkicon {
  color: #7e8181;
  background-image: url('../images/check-2.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.error-message-2 {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.success-message-7 {
  color: #2c60f5;
  background-color: #fff;
  border: 1px #2c60f5;
  border-radius: 8px;
  padding: 1em;
}

.hero-text-word {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.hero-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  color: #161616;
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.contact-input-field {
  color: var(--main-colors--text-color);
  -webkit-text-fill-color: inherit;
  background-color: #f8f8fa;
  background-clip: border-box;
  border: 0 solid #00000005;
  border-radius: 15px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.contact-input-field:hover {
  background-color: #00000005;
}

.contact-input-field:focus {
  background-color: #ffffff0a;
  border-color: #2c60f5;
}

.contact-input-field::placeholder {
  color: #0000004d;
}

.contact-input-field.textarea-field {
  background-color: #f8f8fa;
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.contact-subscribe-email {
  color: #000;
  background-color: #f8f8fa;
  border: 0 #000;
  border-radius: 15px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.contact-subscribe-email:hover {
  background-color: #00000005;
}

.contact-subscribe-email:focus {
  background-color: #fff;
  border-color: #2c60f5;
}

.contact-subscribe-email::placeholder {
  color: #0000004d;
}

.contact-hero-box {
  z-index: 1;
  width: 80%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: auto;
  right: 0%;
}

.contact-hero-box.animation-on-page-load-3 {
  border-radius: 15px;
  width: 100%;
  margin-top: 0;
}

.contact-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.contact-form-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2em;
  display: grid;
}

.paragraph-2 {
  color: var(--main-colors--text-color);
}

.paragraph-xl-4 {
  color: #5f5f5f;
  text-wrap: balance;
  margin-top: 10px;
  font-size: 18px;
}

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.w--current {
  color: #fff;
  background-color: #fd8451;
  border-color: #ff7d1e;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-xl-5 {
  color: #5f5f5f;
  text-wrap: balance;
  margin-top: 10px;
  font-size: 18px;
}

.contact-hero-text-2 {
  width: auto;
  overflow: hidden;
}

.hero-description-short-container {
  max-width: 60%;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  color: var(--main-colors--text-color);
  font-size: 72px;
  line-height: var(--font-size--line-height);
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashcard {
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  width: 23%;
  padding: 20px;
  box-shadow: 0 2px 19px 4px #0000001a;
}

.dashcard.wide {
  width: 65%;
}

.dashcard.wide._2 {
  flex-flow: column;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.dashp {
  color: var(--main-colors--white);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.card-heading-small {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.table1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.table1.hide {
  display: none;
}

.card-image {
  background-color: #ffbd6f;
  border-radius: 200px;
  width: 40px;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 8px;
}

.card-image._3 {
  background-color: #ff876f;
}

.card-image._2 {
  background-color: #856fff;
}

.card-image._4 {
  background-color: #6fe5ff;
}

.support {
  background-color: #fd8451;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: auto auto 2% 30px;
}

.support:hover {
  background-color: #ffbd6f;
  transform: scale(1.1);
}

.cardheading {
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 700;
}

.assetlabel {
  background-color: #d1e2ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 15px;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.assetlabel._4 {
  background-color: #cef5d1;
}

.assetlabel._2 {
  background-color: #c4ecff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.assetlabel._3 {
  background-color: #c2f4f0;
}

.assetlabel.asset {
  border-radius: 7px;
  max-height: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8rem;
  font-weight: 700;
}

.assetlabel.asset.blue {
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
}

.assetlabel.asset.green {
  text-align: left;
  background-color: #cef5d1;
  font-size: .8rem;
}

.tabletext._2 {
  text-align: left;
  font-size: .9rem;
}

.dashlogolink.w--current {
  text-align: center;
  position: relative;
}

.maindash.b2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.maindash.b1 {
  margin-top: 30px;
}

.maindash.top {
  border-bottom: 1px solid #c5c5c5;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 10%;
  padding-right: 0;
  display: flex;
}

.maindash.b3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.dash-labeltext {
  color: #5f5f5f;
  font-weight: 500;
}

.menu-left-buttons {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.dashlogo-image {
  padding: 3% 10%;
}

.dashlogo-image.star {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.dashlogo-image.logo {
  margin-top: 20px;
}

.accountname {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.asset-classes-holder {
  display: flex;
}

.asset-classes-holder._2 {
  width: auto;
}

.dashh1 {
  padding-left: 0;
  font-size: 2rem;
}

.nametext {
  font-weight: 600;
}

.account {
  background-color: #fff;
  border-radius: 200px;
  width: auto;
  height: 50px;
  padding: 5px 20px 5px 5px;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 17px 6px #0003;
}

.account:hover {
  transform: scale(1.1);
  box-shadow: 0 0 17px 13px #00000040;
}

.tableheading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #c5c5c5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 9px;
  padding-bottom: 12px;
  display: grid;
}

.menu-left-holder {
  background-color: #000;
  flex-flow: column;
  width: 20%;
  display: flex;
  position: relative;
}

.percentageholder {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.dash-tb-headerrow {
  text-align: left;
  font-weight: 500;
}

.dash-tb-headerrow._2 {
  margin-bottom: -10px;
  padding-bottom: 0;
  font-weight: 800;
}

.dash-main-holder {
  background-color: #fafafa;
  width: 80%;
  height: auto;
  max-height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.dashlink1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f1f1f1;
  background-color: #16161b;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding: 10px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.dashlink1:hover {
  filter: brightness(200%);
  color: #f8f8fa;
}

.dashlink1.contact {
  border: 1px solid #f8f8fa;
}

.dashlink1.dash {
  border: 1px solid #fd8451;
  text-decoration: none;
}

.pchange {
  padding-left: 5px;
}

.dash-h2 {
  margin-top: 0;
  font-size: 1.5rem;
}

.white {
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white.maximize {
  display: none;
}

.logout-2 {
  max-width: none;
  max-height: 100%;
  padding: 7px;
}

.nocodbholder1 {
  width: 100%;
  height: 90%;
  margin-top: 15px;
  position: relative;
}

.code-embed-noco {
  width: 100%;
  height: 100%;
}

.code-embed-noco._2 {
  height: 100%;
  padding-bottom: 20px;
}

.hide-logo1 {
  cursor: not-allowed;
  background-color: #fff;
  width: 120px;
  height: 45px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hide-logo1._2 {
  width: 130px;
  inset: 0% 0% auto auto;
}

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

.auth_card-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button_showpassword {
  aspect-ratio: 1;
  background-color: #fff;
  background-image: url('../images/visibility_24dp_FILL1_wght400_GRAD0_opsz24-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 0 solid #000;
  border-radius: .5rem;
  margin: .25rem;
  padding: 0;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button_showpassword:hover {
  background-color: #f3f3f3;
}

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

.text-size-small.text-color-grey {
  color: var(--main-colors--primary);
}

.auth_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.form-normal-message {
  color: gray;
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3;
  border-radius: 1rem;
  margin-top: 1rem;
  font-size: .75rem;
}

.form-normal-message.is-danger {
  color: #f33;
  background-color: #ffe4e4;
  border-color: #f33;
}

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

.auth_card-wrapper {
  flex-flow: column;
  width: 19rem;
  display: flex;
}

.form_input-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.auth_card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 1.5rem;
  max-width: 100%;
  overflow: hidden;
}

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

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

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding: .25rem .5rem;
  font-size: .85rem;
  line-height: 1.6;
}

.form-input:hover {
  border-color: gray;
}

.form-input:focus {
  border-width: 1px;
  border-color: #1c1a1e;
}

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

.field-label {
  color: gray;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
}

.padding-small {
  padding: 1.5rem;
}

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

.button-7 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #302d33;
  border: 1px solid #302d33;
  border-radius: 1rem;
  padding: .75rem 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.button-7:hover {
  background-color: #1c1a1e;
}

.button-7:active {
  box-shadow: inset 0 2px 5px #0003;
}

.button-7.is-small {
  border-radius: .5rem;
  padding: .25rem .5em;
  font-size: .75rem;
  font-weight: 500;
}

.password_input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.password_stength {
  color: red;
  background-color: #ffe4e4;
  border: 1px solid #f33;
  border-radius: 1.5rem;
  width: 22rem;
  max-width: 100%;
  overflow: hidden;
}

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

.padding-xsmall {
  padding: 1rem;
}

.form_horizontal-inputs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.password_stength-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.grey-text {
  color: #6b6b6b;
  font-size: 18px;
}

.heading-6 {
  font-family: Inter, sans-serif;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.post-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 15px;
  width: 100%;
  height: 500px;
}

.rich-text-holder {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.blog-item-link-3 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.interactionsdiv-3 {
  display: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-button-holde {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._404-content {
  margin-bottom: 20px;
}

._404-holder {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._404-image-holder {
  cursor: pointer;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 380px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

._404-hero-text {
  margin-top: 0;
  font-size: 380px;
  font-weight: 500;
}

._404-coin-image {
  z-index: 1;
  width: 30%;
  position: absolute;
}

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

.submit-button {
  background-color: var(--main-colors--primary);
  border-radius: 1rem;
}

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

.logo-marquee {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-marquee-image {
  opacity: .7;
  max-width: 160px;
}

.logo-marquee-wrapper {
  flex-direction: row;
  flex: 1;
  max-width: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-scrim {
  background-image: linear-gradient(90deg, var(--bg-color), #06323200 20%, #06323200 80%, var(--bg-color));
  width: 102%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  right: auto;
}

.div-block {
  color: var(--main-colors--text-color);
}

.amlink {
  color: var(--main-colors--primary);
}

.table-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1.25fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.table-main.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #cdcdcd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.5fr 1fr 1fr;
  margin-bottom: 0;
}

.table-main.header.visual {
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.parnexuslogo {
  border-radius: .4rem;
}

.div-block-2 {
  color: var(--main-colors--primary);
  text-align: left;
}

.hubspot-holder {
  z-index: 999;
  background-color: var(--button1);
  opacity: .77;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed {
  margin: 5% 2% 5% 5%;
  position: absolute;
  inset: 0%;
}

.close {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.hoveringbookdemo {
  z-index: 999;
  width: auto;
  height: auto;
  font-size: 16px;
  position: fixed;
  inset: auto 2% 2% auto;
}

.bookdemoicopn {
  margin-right: 5px;
}

.calembed {
  height: 600px;
  min-height: auto;
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .grey-box.home {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .table1 {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dashh1 {
    font-size: 3rem;
  }

  .tableheading {
    grid-auto-columns: 1fr;
  }

  .dash-h2 {
    font-size: 2rem;
  }

  .table-main {
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-xl {
    color: #5f5f5f;
  }

  .link-block-button.features.nav:hover {
    border-color: var(--main-colors--black);
    background-color: var(--main-colors--primary-alt);
    color: var(--main-colors--text-color);
  }

  .container {
    max-width: 1350px;
  }

  .button-cart-holder {
    justify-content: center;
    align-items: center;
  }

  .paragraph-xl-2, .gray-paragraph {
    color: #5f5f5f;
  }

  .mobile-link {
    display: none;
  }

  .card-container._02 {
    height: 100%;
    max-height: 520px;
  }

  .card-container._4 {
    max-height: 541px;
  }

  .card-container.last {
    background-color: #000;
  }

  .tabs-container {
    border-radius: 20px;
  }

  .tab-3-paragraph {
    color: #5f5f5f;
    font-size: 18px;
  }

  .gray-text {
    color: #5f5f5f;
  }

  .card-background.middle {
    width: 100%;
    padding-bottom: 30px;
  }

  .card-background._2 {
    width: 100%;
  }

  .tabs-text {
    color: #5f5f5f;
    font-size: 18px;
  }

  .cart-image-center {
    left: 30%;
  }

  .linear-white-gradient {
    width: 250px;
    left: 24%;
  }

  .stacked-tabs-holder {
    border-radius: 40px;
  }

  .circle-item-holder._2 {
    bottom: 15%;
  }

  .stacked-gradient {
    background-image: linear-gradient(270deg, #fbfbfb00 13%, #fff 23%);
  }

  .home-hero-section {
    margin-top: 2em;
  }

  .paragraph-xl-3, .paragraph-xl-4, .paragraph-xl-5 {
    color: #5f5f5f;
  }

  .assetlabel.asset {
    border-radius: 7px;
    max-height: 25px;
    padding: 5px 10px;
  }

  .assetlabel.asset.blue {
    background-color: #c4ecff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .assetlabel.asset.green {
    text-align: left;
    max-height: none;
  }

  .assetlabel.mockup {
    max-height: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1rem;
  }

  .tabletext._2 {
    text-align: left;
    font-size: 1.1rem;
  }

  .asset-classes-holder._2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dashh1 {
    font-size: 4rem;
  }

  .account {
    align-items: center;
    width: auto;
    padding: 5px 20px 5px 5px;
  }

  .percentageholder {
    justify-content: center;
  }

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

  .table-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-xl {
    padding-left: 20%;
    padding-right: 20%;
    font-size: 1.4rem;
    line-height: 130%;
  }

  .nav-rounded-center {
    max-width: 90vw;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .main-footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

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

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .button {
    font-weight: 500;
  }

  .link-block-underline {
    display: none;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .hero-text {
    font-size: 80px;
  }

  .cta-4-button {
    font-weight: 500;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .link-block-button {
    background-color: var(--main-colors--black);
  }

  .container.nav-container-rounded-center {
    z-index: 2;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-menu-parent-rounded-center-2 {
    justify-content: space-between;
  }

  .nav-menu-button {
    z-index: 1;
    padding-top: 10px;
    transition: background-color .35s;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #fafafa;
    border-radius: 10px;
  }

  .main-nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    background-color: #000;
    border-bottom: 1px solid #fafafa;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .main-nav-menu.right-padding {
    text-align: center;
    background-color: #fff;
    flex-flow: column;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .social-media-icons-3 {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .main-footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .pricing-2-grid.pricing-page {
    flex-flow: column;
    display: flex;
  }

  .cta-4-heading {
    max-width: 90%;
    font-size: 50px;
  }

  .cta-4-container {
    padding-top: 84px;
    padding-bottom: 169px;
  }

  .list {
    padding-left: 0;
  }

  .multi-cart-image {
    width: 100%;
  }

  .hero-gradient-heading {
    background-image: linear-gradient(120deg, var(--main-colors--primary), var(--main-colors--secondary));
  }

  .card-container {
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-container._02 {
    max-height: 100%;
    padding-bottom: 35px;
  }

  .card-container._4 {
    padding-bottom: 200px;
  }

  .stacked-tabs-container {
    width: 100%;
    min-width: 100%;
  }

  .cards-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    display: flex;
  }

  .tabs-container {
    padding-top: 0;
  }

  .tab-3-paragraph {
    font-size: 16px;
  }

  .small-black-title {
    font-size: 32px;
  }

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

  .tab-wrapper {
    grid-column-gap: 18px;
  }

  .cta-4-holder {
    border-radius: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .feature-button {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
  }

  .pricing-2-item.first {
    margin-bottom: 4em;
    position: static;
  }

  .pricing-2-item.active-pricing-item.pricing-page {
    position: static;
  }

  .pricing-2-item.last {
    position: static;
    left: 0%;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .card-background {
    width: 100%;
    height: 100%;
  }

  .gray-cart-image {
    width: 200px;
    height: 140px;
    left: 21%;
  }

  .small-person-container {
    width: 94px;
  }

  .small-person-container._11 {
    width: 109px;
  }

  .small-person-container._10 {
    width: 93px;
  }

  .tabs-text {
    font-size: 18px;
  }

  .tab-3-title {
    font-size: 25px;
  }

  .cart-image-center {
    left: 36%;
  }

  .card-logo-holder {
    height: 350px;
    min-height: 350px;
  }

  .cta-image-holder {
    min-height: 100%;
    bottom: -70%;
  }

  .stacked-tabs-content-holder {
    justify-content: flex-start;
  }

  .stacked-tabs-holder {
    grid-row-gap: 40px;
    border-radius: 90px;
    flex-direction: column;
  }

  .home-hero-text {
    font-size: 60px;
  }

  .carts-holder {
    padding-bottom: 40px;
  }

  .cart-grid {
    margin-left: 50px;
  }

  .cart-image-holder {
    width: 100%;
    height: 100%;
  }

  .hero-image-simple-holder {
    width: 210px;
  }

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

  .button-2 {
    font-weight: 500;
  }

  .large-text {
    font-size: 46px;
  }

  .about-grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-grid-6-col.testimonials {
    flex-flow: column;
    display: flex;
  }

  .fade-in-move-on-scroll-2.mobile {
    height: 350px;
  }

  .flex-center-secondary {
    max-width: 640px;
  }

  .team-member-grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-form {
    max-width: 100%;
  }

  .hero-text-content {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .hero-section-secondary {
    padding-top: 0;
  }

  .dashp {
    font-size: .8rem;
  }

  .support {
    display: none;
  }

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

  ._404-hero-text {
    font-size: 300px;
  }

  .bold-text-2 {
    color: var(--main-colors--text-color);
  }
}

@media screen and (max-width: 767px) {
  .paragraph-xl {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tab-3-link {
    padding-right: 24px;
  }

  .nav-dropdown-2 {
    width: 100%;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    font-size: 56px;
  }

  .hero-section {
    height: auto;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-brand-link {
    width: 30%;
  }

  .main-nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-link-holder {
    width: 100%;
  }

  .main-footer-image {
    object-fit: contain;
  }

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

  .pricing-2-grid.pricing-page {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-top: 7em;
  }

  .cta-4-heading {
    font-size: 34px;
  }

  .hero-content {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-4-container {
    justify-content: flex-start;
    padding: 37px 47px 24px;
  }

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

  .tab-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-2-item.first, .pricing-2-item.last {
    top: 0%;
    left: 0%;
  }

  .gray-cart-image {
    left: 10%;
  }

  .hero-paragraph-holder {
    max-width: 100%;
  }

  .small-person-container {
    width: 64px;
  }

  .small-person-container._11 {
    width: 73px;
  }

  .small-person-container._10 {
    width: 67px;
  }

  .tab-3-title {
    font-size: 26px;
  }

  .cart-image-center {
    left: 32%;
  }

  .cta-image-holder {
    inset: -6% -28% auto auto;
  }

  .home-hero-text {
    font-size: 48px;
  }

  .home-hero-section {
    height: auto;
  }

  .home-main-rated-holder {
    width: 100%;
  }

  .hero-image-simple-holder {
    width: 150px;
  }

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

  .about-grid-6-col.testimonials {
    grid-template-columns: 1fr;
  }

  .hero-content-secondary {
    height: auto;
  }

  .flex-center-secondary {
    max-width: 470px;
  }

  .contact-hero-text {
    margin-top: 0;
  }

  .contact-hero-content {
    height: auto;
  }

  .hero-text-content {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .contact-hero-box {
    width: 95%;
    margin-right: auto;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-text-2 {
    margin-top: 0;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-section-secondary {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .hero-text-secondary {
    font-size: 48px;
  }

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

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

  .padding-small {
    padding: 1.25rem;
  }

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

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

  ._404-holder {
    height: auto;
  }

  ._404-image-holder {
    width: 100%;
    min-width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  ._404-hero-text {
    font-size: 200px;
  }

  .code-embed {
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-xl {
    letter-spacing: 1.2px;
    font-size: 1rem;
    line-height: 120%;
  }

  .tab-3-link {
    padding: 12px;
    position: relative;
  }

  .nav-rounded-center {
    max-width: 100vw;
  }

  .nav-dropdown-2 {
    padding-left: 0;
  }

  .fade-in-move-on-scroll, .fade-in-move-on-scroll.centre {
    text-align: center;
  }

  .main-footer-link {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .main-footer-link.w--current {
    text-align: center;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-holder {
    padding: 1em;
  }

  .hero-link-wrap {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

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

  .cta-4-subscribe-email {
    padding-left: 16px;
    padding-right: 12px;
    font-size: 16px;
  }

  .hero-text {
    font-size: 34px;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .cta-4-button.subscribe-button {
    height: 50px;
    position: relative;
  }

  .rich-text ul, .rich-text p, .rich-text ol {
    text-align: left;
  }

  .hero-section {
    min-height: 80vh;
  }

  .aa-font {
    font-size: 80px;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .cta-4-subscribe-form {
    grid-row-gap: 12px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .headings-holder, .style-guide-box-holder {
    padding: 1em;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .button-holder {
    padding: 1em;
  }

  .link-block-button {
    min-width: 100px;
    padding: 8px 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .container.nav-container-rounded-center {
    width: 90%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.no-top-padding-mobile {
    padding-top: 0;
  }

  .container.dash {
    flex-flow: column;
    height: auto;
  }

  .nav-menu-parent-rounded-center-2 {
    flex: 1;
  }

  .main-brand-link {
    width: 40%;
  }

  .main-brand-link.w--current {
    width: 50%;
    max-height: 50px;
  }

  .main-nav-menu.right-padding {
    background-color: #fff;
    border: 1px solid #fd8451;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    top: 0;
    overflow: hidden;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 10px;
  }

  .social-media-icons-3 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-2-description {
    font-size: 28px;
  }

  .main-made-by-section {
    flex-direction: column;
    align-items: center;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .footer {
    text-align: left;
  }

  .footer-grid-content {
    text-align: center;
  }

  .main-footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .stacked-tab-image {
    border-radius: 8px;
    box-shadow: 6px 6px 8px #56565626;
  }

  .rated-text {
    font-size: 14px;
  }

  .home-button {
    text-align: center;
    width: 100%;
  }

  .home-button.arrow {
    font-size: 14px;
  }

  .main-button-holder {
    inset: auto auto -51% 6%;
  }

  .main-button-holder.pricing {
    top: 85%;
    bottom: 0%;
  }

  .half-mockup-image {
    margin-bottom: 15px;
  }

  .paragraph-xl-2 {
    letter-spacing: 1.2px;
    font-size: 14px;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
  }

  .tab-icon._02, .tab-icon._03, .tab-icon._01 {
    width: 30px;
    height: 30px;
  }

  .pricing-2-grid.pricing-page {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 3em;
  }

  .cta-4-heading {
    max-width: 100%;
    padding-top: 30px;
    font-size: 23px;
  }

  .purchase-button-text {
    font-size: 14px;
  }

  .hero-content {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-4-container {
    padding: 12px;
  }

  .hero-image {
    border-radius: 9px;
  }

  .multi-cart-image {
    object-fit: cover;
  }

  .gray-paragraph {
    color: #5f5f5f;
  }

  .mobile-link {
    z-index: 1;
    background-color: #fff0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .card-container {
    padding-top: 100px;
  }

  .card-container._4 {
    padding-top: 25px;
  }

  .card-container.last {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .hero-section-container {
    width: 92%;
  }

  .tabs-container {
    border-radius: 30px;
  }

  .tab-3-paragraph {
    color: #5f5f5f;
    font-size: 14px;
  }

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

  .tab-circle {
    justify-content: flex-start;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .tab-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-text-holder {
    width: 100%;
  }

  .hero-button-holder {
    margin-bottom: 40px;
  }

  .feature-button.white {
    padding: 10px 20px;
  }

  .pricing-2-item.active-pricing-item {
    height: 100%;
    top: 0;
  }

  .pricing-2-item.active-pricing-item.pricing-page {
    top: 0;
  }

  .gray-text {
    text-align: center;
    font-size: 14px;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .gray-cart-image {
    width: 100%;
    height: 80%;
  }

  .gray-cart-image._2 {
    height: 80%;
    margin-top: 2em;
  }

  .blury-white-div.cart {
    bottom: -5%;
  }

  .small-person-container {
    width: 50px;
  }

  .small-person-container._11 {
    width: 49px;
    left: -6%;
  }

  .small-person-container._10 {
    width: 50px;
  }

  .tabs-text {
    color: #5f5f5f;
    font-size: 14px;
  }

  .tab-3-title {
    font-size: 18px;
  }

  .cart-image-center {
    bottom: 47%;
    left: auto;
    right: auto;
  }

  .card-logo-holder {
    height: 510px;
    min-height: 510px;
  }

  .card-logo-holder.second {
    height: 100%;
    min-height: 640px;
  }

  .cta-image-holder {
    z-index: -1;
    width: 60%;
    position: absolute;
    top: 26%;
  }

  .center-text {
    padding-left: 15%;
    padding-right: 15%;
  }

  .linear-white-gradient {
    top: 48%;
    left: auto;
  }

  .main-text {
    font-size: 28px;
  }

  .card-text-holder {
    margin-top: 1em;
    padding: 0;
  }

  .card-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .card-title.black-text {
    font-size: 32px;
  }

  .logo-holder {
    max-width: 100vw;
  }

  .stacked-tabs-holder {
    margin-top: 40px;
  }

  .home-hero-text {
    font-size: 36px;
  }

  .circle-item-holder._1 {
    width: 60px;
    height: 60px;
    bottom: 29%;
  }

  .circle-item-holder._2 {
    width: 60px;
    height: 60px;
    bottom: 16%;
  }

  .circle-item-holder._3 {
    width: 60px;
    height: 60px;
    bottom: 3%;
  }

  .stacked-gradient {
    display: none;
  }

  .home-hero-section {
    margin-top: 0;
  }

  .image {
    width: 15px;
  }

  .carts-holder {
    height: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-grid {
    grid-template-columns: 1fr;
    width: 100%;
    height: 80%;
    margin-left: 0;
  }

  .hero-image-simple-holder {
    width: 100px;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .person-content-holder {
    padding: 12px;
  }

  .team-anchor-icon-holder {
    border-width: 1.5px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .grid-4-col-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .large-text {
    font-size: 32px;
  }

  .about-hero {
    border-radius: 10px;
    margin-top: 2em;
  }

  .arrow-up {
    width: 20px;
  }

  .qoute-company.big {
    max-width: 250px;
    padding-left: 20px;
  }

  .about-grid-6-col, .about-grid-6-col.testimonials {
    grid-template-columns: 1fr;
  }

  .flex-center-secondary {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .main-text-2 {
    font-size: 28px;
  }

  .team-member-grid-6-col {
    grid-template-columns: 1fr;
  }

  .person-holder {
    height: 430px;
  }

  .list-two-columns {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .paragraph-xl-3 {
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 14px;
  }

  .medium-text-2 {
    font-size: 24px;
  }

  .contact-box {
    padding: 1.5em 1em;
  }

  .contact-hero-content {
    align-items: flex-start;
  }

  .margin-top-2em {
    margin-top: 1em;
  }

  .success-message-7 {
    border-style: none;
  }

  .hero-text-content {
    grid-column-gap: 7px;
    justify-content: center;
    align-items: flex-start;
    font-size: 40px;
  }

  .contact-hero-box {
    font-size: 16px;
  }

  .paragraph-xl-4 {
    letter-spacing: 1.2px;
    font-size: 14px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .paragraph-xl-5 {
    letter-spacing: 1.2px;
    font-size: 14px;
  }

  .hero-section-secondary {
    min-height: auto;
    padding-top: 0;
  }

  .hero-text-secondary {
    font-size: 48px;
  }

  .dashcard {
    width: 100%;
  }

  .dashcard.wide._2 {
    padding-left: 0;
  }

  .dashlogolink {
    text-align: center;
  }

  .maindash.b2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .menu-left-buttons {
    margin-top: 0;
  }

  .dashlogo-image.logo {
    max-width: 60%;
  }

  .menu-left-holder {
    width: 100%;
  }

  .dash-main-holder {
    width: 100%;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .auth_card-wrapper {
    width: 100%;
    min-width: 15rem;
  }

  .auth_card, .password_stength {
    flex: 1;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .post-image {
    height: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .utility-page-content-2 {
    padding: 29px;
  }

  ._404-content {
    width: 100%;
  }

  ._404-hero-text {
    font-size: 150px;
  }

  ._404-coin-image {
    width: 40%;
  }

  .logo-marquee {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .logo-marquee-image {
    max-height: 35px;
  }

  .div-block {
    color: var(--main-colors--primary);
  }
}

#w-node-_9d7ebe27-1ea1-391d-15cc-bb02af8784db-3e22b1ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7ebe27-1ea1-391d-15cc-bb02af878505-3e22b1ac {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_9d7ebe27-1ea1-391d-15cc-bb02af878512-3e22b1ac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9d7ebe27-1ea1-391d-15cc-bb02af878527-3e22b1ac {
  justify-self: center;
}

#w-node-_9d7ebe27-1ea1-391d-15cc-bb02af87852a-3e22b1ac {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_9d7ebe27-1ea1-391d-15cc-bb02af87853a-3e22b1ac {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4a892875-aded-181b-92ad-89d67014eac9-3e22b1ac, #w-node-cae19644-7351-ba8b-4aa7-8fae0f8a8439-3e22b1ac, #w-node-b893c914-968c-0091-15f8-1325524c52d9-3e22b1ac, #w-node-ed4dc6b5-03a6-491b-4a54-b417f8b425b8-f8b425b5, #w-node-ed4dc6b5-03a6-491b-4a54-b417f8b425ce-f8b425b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcad2589-a80c-3f41-f56b-0d4cff115fb3-ff115fad {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-f8e9da74-0e9c-81b8-bb8a-9d3ee5cfd43e-1bcaa46e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9c22696-06b5-e774-a8a1-52ab8cae50b7-19391b4c, #w-node-e9c22696-06b5-e774-a8a1-52ab8cae50ff-19391b4c, #w-node-e9c22696-06b5-e774-a8a1-52ab8cae5103-19391b4c, #w-node-e9c22696-06b5-e774-a8a1-52ab8cae5107-19391b4c, #w-node-e9c22696-06b5-e774-a8a1-52ab8cae510b-19391b4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a33-db5ac85e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a3b-db5ac85e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a44-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a48-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a4c-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a50-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a54-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a58-db5ac85e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a5e-db5ac85e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a61-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a83-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a97-db5ac85e, #w-node-_47fcc924-fd07-62fa-6306-4e8922c2355c-a2db4935, #w-node-_47fcc924-fd07-62fa-6306-4e8922c2355e-a2db4935 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47fcc924-fd07-62fa-6306-4e8922c23560-a2db4935 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-f932b094-35e6-2693-36aa-c3cc3ca27003-2a69906d, #w-node-f932b094-35e6-2693-36aa-c3cc3ca27006-2a69906d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f932b094-35e6-2693-36aa-c3cc3ca2701f-2a69906d, #w-node-f932b094-35e6-2693-36aa-c3cc3ca27021-2a69906d, #w-node-f932b094-35e6-2693-36aa-c3cc3ca27023-2a69906d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f932b094-35e6-2693-36aa-c3cc3ca27025-2a69906d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_8670f315-8207-5b0e-71db-42e04bf8825a-e79384f8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d2-e79384f8 {
  justify-self: start;
}

#w-node-_47fcc924-fd07-62fa-6306-4e8922c2354e-12f08a1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d2-7d0b4ac7 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d0-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d2-e79384f8 {
    justify-self: start;
  }

  #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d4-e79384f8 {
    place-self: center;
  }

  #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d7-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59dc-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59de-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59e3-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59e8-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59ea-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59ef-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59f4-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59f6-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59fb-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e5a00-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e5a02-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e5a07-e79384f8, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d0-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d2-7d0b4ac7 {
    justify-self: start;
  }

  #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d4-7d0b4ac7 {
    place-self: center;
  }

  #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59d7-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59dc-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59de-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59e3-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59e8-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59ea-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59ef-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59f4-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59f6-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e59fb-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e5a00-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e5a02-7d0b4ac7, #w-node-_9dc8fe2a-eff9-89c2-f4a2-f5936b3e5a07-7d0b4ac7 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9d7ebe27-1ea1-391d-15cc-bb02af878505-3e22b1ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_9d7ebe27-1ea1-391d-15cc-bb02af878512-3e22b1ac {
    grid-column: span 4 / span 4;
  }

  #w-node-_9d7ebe27-1ea1-391d-15cc-bb02af87852a-3e22b1ac {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9d7ebe27-1ea1-391d-15cc-bb02af87853a-3e22b1ac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4a892875-aded-181b-92ad-89d67014eac9-3e22b1ac, #w-node-cae19644-7351-ba8b-4aa7-8fae0f8a8439-3e22b1ac, #w-node-b893c914-968c-0091-15f8-1325524c52d9-3e22b1ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed4dc6b5-03a6-491b-4a54-b417f8b425b8-f8b425b5 {
    grid-column: span 3 / span 3;
  }

  #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a61-db5ac85e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a83-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a97-db5ac85e {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a892875-aded-181b-92ad-89d67014eac9-3e22b1ac, #w-node-cae19644-7351-ba8b-4aa7-8fae0f8a8439-3e22b1ac, #w-node-b893c914-968c-0091-15f8-1325524c52d9-3e22b1ac, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a44-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a48-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a4c-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a50-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a54-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a58-db5ac85e {
    grid-column: span 1 / span 1;
  }

  #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a5e-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a61-db5ac85e {
    grid-column: span 3 / span 3;
  }

  #w-node-_47fcc924-fd07-62fa-6306-4e8922c2354e-a2db4935, #w-node-f932b094-35e6-2693-36aa-c3cc3ca27015-2a69906d, #w-node-_47fcc924-fd07-62fa-6306-4e8922c2354e-12f08a1f {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d7ebe27-1ea1-391d-15cc-bb02af878512-3e22b1ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_9d7ebe27-1ea1-391d-15cc-bb02af87852a-3e22b1ac, #w-node-_9d7ebe27-1ea1-391d-15cc-bb02af87853a-3e22b1ac {
    grid-column: 1 / 3;
  }

  #w-node-_4a892875-aded-181b-92ad-89d67014eac9-3e22b1ac, #w-node-cae19644-7351-ba8b-4aa7-8fae0f8a8439-3e22b1ac, #w-node-b893c914-968c-0091-15f8-1325524c52d9-3e22b1ac, #w-node-ed4dc6b5-03a6-491b-4a54-b417f8b425b8-f8b425b5, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a5e-db5ac85e, #w-node-b12f7b16-31ee-aef7-f1f8-23d5396b8a61-db5ac85e {
    grid-column: span 1 / span 1;
  }

  #w-node-_47fcc924-fd07-62fa-6306-4e8922c23558-a2db4935, #w-node-_47fcc924-fd07-62fa-6306-4e8922c2355a-a2db4935, #w-node-_47fcc924-fd07-62fa-6306-4e8922c2355c-a2db4935, #w-node-f932b094-35e6-2693-36aa-c3cc3ca2701b-2a69906d, #w-node-f932b094-35e6-2693-36aa-c3cc3ca2701d-2a69906d, #w-node-f932b094-35e6-2693-36aa-c3cc3ca2701f-2a69906d, #w-node-f932b094-35e6-2693-36aa-c3cc3ca27021-2a69906d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f932b094-35e6-2693-36aa-c3cc3ca27025-2a69906d {
    justify-self: center;
  }
}


